@charset "UTF-8";
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ephesis&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

.material-symbols-outlined {
  font-weight: 100;
}
.material-symbols-outlined.--checked {
  color: #28acc0;
  font-size: 3.2rem;
  font-weight: 800;
  position: relative;
  top: 3px;
}

html {
  font-size: 62.5%;
  min-height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #393f58;
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  body {
    font-size: 1.6rem;
  }
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

body:has(.menu-icon:checked) {
  overflow: hidden;
}

.invisible {
  visibility: hidden;
}

.text__marker {
  position: relative;
  z-index: 5;
}
.text__marker::before {
  align-items: center;
  display: flex;
  background-color: #fff5b1;
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.section__note {
  font-size: 1.6rem;
  line-height: normal;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.3rem;
  height: 0.1rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .table {
    font-size: 1.4rem;
  }
}
.table.table__rounded {
  border-radius: 0 0 40px 0;
  overflow: hidden;
}
.table tbody tr {
  display: grid;
}
.table tbody tr:nth-of-type(odd) {
  background-color: #f2f4f5;
}
.table tbody tr:nth-of-type(even) {
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .table tbody tr {
    display: table-row;
  }
}
.table th {
  border-bottom: 1px dotted #ccc;
  text-align: left;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .table th {
    border-bottom: 0;
    width: max-content;
  }
}
.table td iframe {
  border-radius: 40px;
}
.table th,
.table td {
  padding: 8px;
}
@media screen and (min-width: 1024px) {
  .table th,
  .table td {
    padding: 1.6rem;
  }
}
.table th .text__primary,
.table td .text__primary {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .table th .text__primary,
  .table td .text__primary {
    font-size: 1.4rem;
  }
}
.table th .text__secondary,
.table td .text__secondary {
  font-size: 1.3rem;
}
@media screen and (min-width: 1024px) {
  .table th .text__secondary,
  .table td .text__secondary {
    font-size: 1.4rem;
  }
}
.table th .text__sub,
.table td .text__sub {
  display: block;
}
@media screen and (min-width: 1024px) {
  .table th .text__sub,
  .table td .text__sub {
    display: inline;
  }
}
.btn__text {
  align-items: center;
  display: flex;
  color: #28acc0;
  cursor: pointer;
  gap: 1.6rem;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn__text:hover .icon__circle {
  background-color: #28acc0;
  color: #fff;
  transform: rotate(360deg);
}
.btn__text:active .--text {
  transform: translateX(1rem);
}
.btn__text:active .icon__circle {
  background-color: #fff;
  color: #28acc0;
}
.btn__text .--text {
  transition: all 0.2s ease-in-out;
}
.btn__text .icon__circle {
  align-items: center;
  display: flex;
  background-color: #fff;
  border: 1px solid #28acc0;
  border-radius: 100%;
  color: #28acc0;
  height: 3.8rem;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  width: 3.8rem;
}

.btn__submit {
  align-items: center;
  display: flex;
  background: linear-gradient(90deg, hsl(191, 88%, 81%) 0%, hsl(260, 72%, 82%) 50%, hsl(247, 73%, 69%) 100%);
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2.5rem 2rem -2rem hsla(200, 50%, 20%, 0.4);
  color: #fff;
  cursor: pointer;
  height: 4.8rem;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.btn__submit::before {
  background-image: linear-gradient(-90deg, hsl(191, 88%, 81%) 0%, hsl(260, 72%, 82%) 50%, hsl(247, 73%, 69%) 100%);
  border-radius: 4px;
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.btn__submit:hover::before, .btn__submit:focus::before {
  opacity: 1;
}
.btn__submit span {
  z-index: 3;
}

.mv .mv__list {
  margin-bottom: 0;
}

.slick__item {
  background-position: center top 0px;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 5.8rem - 110px);
  min-height: 700px;
}
.slick__item.--item-01 {
  background-image: url("../../img/slider/slider01.jpg");
}
.slick__item.--item-02 {
  background-image: url("../../img/slider/slider02.jpg");
}
.slick__item.--item-03 {
  background-image: url("../../img/slider/slider03.jpg");
}

.header {
  align-items: center;
  display: flex;
  background-color: rgba(255, 255, 255, 0.35);
  display: grid;
  grid-template-areas: "logo logo hamburger" "nav nav nav";
  left: 0;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .header {
    grid-template-areas: "logo nav";
    grid-template-columns: max-content 1fr;
    height: 5.8rem;
  }
}
.header:has(.menu__btn:checked) {
  background-color: rgba(255, 255, 255, 0.95);
}
.header .nav__block {
  align-items: center;
  display: flex;
  gap: 1.6rem;
}
.header .nav {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0;
  grid-area: nav;
  justify-content: space-between;
  max-width: unset;
  max-height: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header .nav {
    background-color: transparent;
    flex-direction: row;
    gap: 2.4rem;
    margin-left: auto;
    max-height: none;
    opacity: 1;
    padding: 1.6rem;
    width: max-content;
  }
}
.header .nav .nev__item {
  align-items: center;
  display: flex;
  border-bottom: 1px dotted #ccc;
  justify-content: center;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 1024px) {
  .header .nav .nev__item {
    border-bottom: 0;
    width: unset;
  }
}
.header .nav .nev__item a {
  color: #393f58;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  justify-content: center;
  padding: 1.6rem;
  position: relative;
  text-decoration: none;
  transition: all 250ms linear;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  .header .nav .nev__item a {
    font-size: 1.2rem;
    font-weight: normal;
    padding: 0;
  }
}
.header .nav .nev__item a:hover {
  color: #28acc0;
  text-decoration: none;
}
.header .nav .nev__item a:hover::after {
  width: 100%;
}
.header .nav .nev__item a::after {
  background-color: #28acc0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 100%;
  transition: width 250ms linear;
  width: 0;
}
.header .nav .nev__item.--social {
  border: 0;
  flex-direction: column;
  position: relative;
}
.header .nav .nev__item.--social a img {
  width: 3rem;
}
.header .nav .nev__item.--social a::after {
  display: none;
}
.header .nav .nev__item.--social::after {
  color: rgb(30, 189, 211);
  content: attr(data-label);
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 10rem;
}
@media (min-width: 1024px) {
  .header .nav .nev__item.--social::after {
    bottom: -0.2rem;
    color: #393f58;
    display: none;
    font-size: 0.8rem;
    left: 50%;
    letter-spacing: unset;
    line-height: 1;
    min-width: unset;
    position: absolute;
    transform: translateX(-50%);
    width: max-content;
  }
}
@media (min-width: 1024px) {
  .header .nav .nev__item.--social .social__list {
    gap: 0.4rem;
  }
}
.header .nav .nev__item.--social .social__list li a {
  padding: 0.8rem;
}

.header__logo {
  display: block;
  grid-area: logo;
  padding-left: 1.6rem;
  text-decoration: none;
}
.header__logo img {
  height: 4rem;
}
@media screen and (min-width: 1024px) {
  .header__logo img {
    height: 4rem;
  }
}

/* menu icon */
.menu__icon {
  cursor: pointer;
  display: inline-block;
  grid-area: hamburger;
  margin-left: auto;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}
@media screen and (min-width: 1024px) {
  .menu__icon {
    display: none;
  }
}
.menu__icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-in-out;
  width: 2.4rem;
}
.menu__icon .navicon::before, .menu__icon .navicon::after {
  background: #333;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.menu__icon .navicon::before {
  top: 5px;
}
.menu__icon .navicon::after {
  top: -5px;
}

/* menu btn */
.menu__btn {
  display: none;
  position: absolute;
  top: -100%;
  left: -100%;
}
.menu__btn:hover {
  background-color: #f4f4f4;
}
.menu__btn:checked ~ .nav {
  display: flex;
  margin-bottom: 1.6rem;
  max-height: 80rem;
  opacity: 1;
  padding: 1.6rem 0;
}
.menu__btn:checked ~ .menu__icon .navicon {
  background: transparent;
}
.menu__btn:checked ~ .menu__icon .navicon::before, .menu__btn:checked ~ .menu__icon .navicon::after {
  top: 0;
}
.menu__btn:checked ~ .menu__icon .navicon::before {
  transform: rotate(-45deg);
}
.menu__btn:checked ~ .menu__icon .navicon::after {
  transform: rotate(45deg);
}

.--rounded {
  border-radius: 40px;
}

.--align-right {
  margin-left: auto;
}

.main__content {
  display: grid;
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .main__content {
    gap: 8rem;
    padding-bottom: 8rem;
  }
}

.section__block.--dark {
  background-color: #28acc0;
  position: relative;
}
.section__block.--dark::after {
  background-image: url("../../img/wave.svg");
  background-repeat: repeat-x;
  background-size: contain;
  bottom: -100px;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.section__block.--divider::before {
  background: linear-gradient(270deg, rgba(110, 120, 255, 0.5914740896) 0%, rgb(97, 244, 222) 100%);
  content: "";
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .section__block.--divider::before {
    max-width: calc(100% - 28rem);
  }
}

.section__content {
  display: grid;
  gap: 2.4rem;
  margin: 0 auto;
  max-width: 1080px;
  padding: 8rem 2.4rem;
}
.section__content.--outline {
  gap: 16rem;
}

.section__header--block {
  display: grid;
  gap: 2.4rem;
}

.section__title {
  color: #28acc0;
  font-size: 4rem;
}

.section__body {
  display: grid;
  gap: 2.4rem;
}

.content__block {
  display: grid;
  gap: 3.2rem;
}
@media screen and (min-width: 1024px) {
  .content__block {
    gap: 6.4rem;
  }
}
.content__block .content__block-header {
  display: grid;
  gap: 3.2rem;
}
.content__block .content__block-header .content__block--title-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.content__block .content__block-header .content__block--title {
  color: #ccc;
  font-feature-settings: "palt";
  font-size: 6rem;
  font-weight: 100;
  line-height: 1;
  font-family: "Ephesis", cursive;
  font-optical-sizing: auto;
}
@media screen and (min-width: 1024px) {
  .content__block .content__block-header .content__block--title {
    font-size: 8rem;
  }
}
.section__block.--dark .content__block .content__block-header .content__block--title {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .content__block .content__block-header .content__block--title {
    font-size: 12rem;
  }
}
.content__block .content__block-header .content__block--title-sub {
  color: #28acc0;
  font-size: 1.6rem;
}
.section__block.--dark .content__block .content__block-header .content__block--title-sub {
  color: rgba(255, 255, 255, 0.8);
}

.content__wrapper {
  position: relative;
}
.content__wrapper.--light {
  background-color: #fff;
}
.content__wrapper.--dark {
  background: #f2f2f2;
  border-radius: 8rem 0 0 8rem;
}
@media screen and (min-width: 1024px) {
  .content__wrapper.--dark {
    border-radius: 14rem 0 0 14rem;
  }
}
.content__wrapper.--dark::before, .content__wrapper.--dark::after {
  content: "";
  height: 8rem;
  position: absolute;
  right: 0;
  top: -8rem;
  width: 8rem;
}
@media screen and (min-width: 1024px) {
  .content__wrapper.--dark::before, .content__wrapper.--dark::after {
    height: 14rem;
    top: -14rem;
    width: 14rem;
  }
}
.content__wrapper.--dark::before {
  background: #f2f2f2;
}
.content__wrapper.--dark::after {
  background: #fff;
  border-radius: 0 0 8rem 0;
}
@media screen and (min-width: 1024px) {
  .content__wrapper.--dark::after {
    border-radius: 0 0 14rem 0;
  }
}
.content__wrapper.--divider::before, .content__wrapper.--divider::after {
  content: "";
  height: 8rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 8rem;
}
@media screen and (min-width: 1024px) {
  .content__wrapper.--divider::before, .content__wrapper.--divider::after {
    height: 14rem;
    width: 14rem;
  }
}
.content__wrapper.--divider::before {
  background: #f2f2f2;
}
.content__wrapper.--divider::after {
  background: #fff;
  border-radius: 0 8rem 0 0;
}
@media screen and (min-width: 1024px) {
  .content__wrapper.--divider::after {
    border-radius: 0 14rem 0 0;
  }
}

.text__block {
  display: grid;
  gap: 1.6rem;
  line-height: 1.8;
}

.owner__block {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .owner__block {
    flex-direction: row;
    gap: 3.2rem;
  }
}

.img__block.--about-us {
  background-image: url("../../img/about-us.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}
.img__block.--about-us::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
.img__block.--about-us .img__block--sub {
  bottom: 0;
  display: grid;
  gap: 1.6rem;
  padding: 1.6rem;
  position: absolute;
  right: 0;
}
.img__block.--about-us .img__block--sub .text__sub {
  align-items: center;
  display: flex;
  border-radius: 2.8rem;
  height: 5.6rem;
}
@media screen and (min-width: 1024px) {
  .img__block.--about-us .img__block--sub .text__sub {
    border-radius: 1.4rem;
    height: 2.8rem;
  }
}
.img__block.--about-us .img__block--sub img {
  margin-left: auto;
  width: 350px;
}
.img__block.--recruit {
  background-image: url("../../img/recruit.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .img__block.--owner img {
    height: 350px;
    object-fit: cover;
    object-position: 0 -140px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .img__block.--owner img {
    min-height: 500px;
    min-width: 500px;
    object-position: 0 0;
  }
}
.img__block img {
  width: 100%;
}

.service__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
@media screen and (min-width: 1024px) {
  .service__list {
    display: grid;
    gap: 4.8rem;
    grid-template-columns: 1fr 1fr;
  }
}
.service__list li {
  display: grid;
  gap: 2.4rem;
}
.service__list .text__block .text__primary {
  color: #fff;
  font-size: 2.4rem;
}

.sub__img--block {
  display: grid;
  gap: 1.6rem;
  grid-template-columns: repeat(3, 1fr);
}
.sub__img--block img {
  border-radius: 16px;
}

.mv {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mv {
    min-height: 100%;
  }
}
.mv .mv__img {
  width: 100%;
}
.mv .hero__logo--block {
  align-items: center;
  display: flex;
  background-color: #fff;
  justify-content: center;
  height: 100px;
  left: 50%;
  padding: 2.4rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100px;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .mv .hero__logo--block {
    height: 200px;
    width: 200px;
  }
}
.mv .hero__logo {
  background-image: url("../../img/logo.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 7rem;
  margin: 0 auto;
  width: 24rem;
}
@media screen and (min-width: 1024px) {
  .mv .hero__logo {
    height: 10rem;
    width: 27rem;
  }
}
.mv .hero__news--block {
  background-color: rgba(40, 172, 192, 0.8);
  border-radius: 4.5rem 0 0 4.5rem;
  bottom: 2.5rem;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  height: 9rem;
  justify-content: center;
  padding: 0 3.2rem;
  position: absolute;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  right: 0;
  width: 90%;
  z-index: 10;
}
.mv .hero__news--block:hover {
  background-color: #28acc0;
}
@media screen and (min-width: 1024px) {
  .mv .hero__news--block {
    padding: 2.4rem;
    width: max-content;
  }
}
.mv .hero__news--block .hero__news--block-header {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  gap: 1.6rem;
  opacity: 0.8;
}
.mv .hero__news--block .hero__news--block-header-date {
  align-items: center;
  display: flex;
  gap: 0.8rem;
}

.hero__block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 30%;
  transform: translate3d(-50%, -30%, 0);
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  .hero__block {
    gap: 3.2rem;
    top: 40%;
    transform: translate3d(-50%, 0, 0);
  }
}
.hero__block .hero__header--block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  position: relative;
  text-align: center;
}
.hero__block .hero__header--block::after {
  animation: 10s linear infinite rotation;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 62% 38% 63% 37%/40% 60% 40% 60%;
  display: flex;
  content: "";
  height: 40rem;
  position: absolute;
  width: 40rem;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .hero__block .hero__header--block::after {
    height: 45rem;
    width: 45rem;
  }
}
@media screen and (min-width: 1024px) {
  .hero__block .hero__header--block {
    gap: 1.6rem;
  }
}
.hero__block .hero__block--title {
  font-size: 2.4rem;
  line-height: 1.3;
  margin: 0 auto;
  width: max-content;
}
@media screen and (min-width: 1024px) {
  .hero__block .hero__block--title {
    font-size: 3.2rem;
  }
  .hero__block .hero__block--title br {
    display: none;
  }
}
.hero__block .hero__block--note {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  margin: 0 auto;
  width: max-content;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero__list--block {
  display: flex;
  gap: 1.6rem;
  margin: 0 auto;
  z-index: 100;
}
.hero__list--block li {
  align-items: center;
  display: flex;
  background-color: #28acc0;
  border-radius: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", serif;
  height: 10rem;
  justify-content: center;
  text-align: center;
  width: 10rem;
}

.mv__note--block {
  color: #28acc0;
  font-size: 1.3rem;
  padding: 1.6rem;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .mv__note--block {
    font-size: 1.4rem;
    padding: 0.8rem 1.2rem;
    text-align: center;
  }
}

.footer {
  background-color: #28acc0;
  color: #fff;
  padding: 4rem 1.6rem;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding: 4rem 0;
  }
}

.footer__contents {
  display: grid;
  gap: 4rem;
  grid-template-areas: "main" "bottom";
  padding: 0 2.4rem;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__contents {
    gap: 3.2rem;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
  }
}

.footer__main {
  display: grid;
  gap: 3.2rem;
  grid-area: main;
  grid-template-areas: "logo" "sub" "social";
}
@media screen and (min-width: 1024px) {
  .footer__main {
    grid-template-areas: "logo sub" "social sub";
    grid-template-columns: max-content 1fr;
  }
}

.footer__logo {
  grid-area: logo;
  height: 5rem;
  width: 32rem;
}
.footer__logo img {
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .footer__logo {
    margin: 0 auto;
  }
}

.social__block {
  display: grid;
  gap: 0.8rem;
  grid-area: social;
}

.social__list {
  align-items: center;
  display: flex;
  gap: 1.6rem;
}
.social__list .social__list--item {
  transition: 0.2s all ease-in-out;
}
.social__list .social__list--item:hover {
  opacity: 0.6;
}
.social__list .social__list--item img {
  height: 4rem;
}

.footer__sub {
  display: grid;
  font-size: 1.6rem;
  gap: 0.8rem;
  line-height: 2.8rem;
}
@media screen and (min-width: 1024px) {
  .footer__sub {
    font-size: 1.4rem;
  }
}

.text__sub {
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 1024px) {
  .text__sub {
    line-height: 2.8rem;
  }
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  grid-area: bottom;
}
@media screen and (min-width: 1024px) {
  .footer__bottom {
    flex-direction: row;
  }
}
.footer__bottom .footer__nav {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .footer__bottom .footer__nav {
    flex-direction: row;
    font-size: 1.2rem;
  }
}
.footer__bottom .footer__nav a {
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: all 250ms linear;
}
.footer__bottom .footer__nav a:hover {
  text-decoration: none;
}
.footer__bottom .footer__nav a:hover::after {
  width: 100%;
}
.footer__bottom .footer__nav a::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 100%;
  transition: width 250ms linear;
  width: 0;
}
@media screen and (min-width: 1024px) {
  .footer__bottom .footer__copyright small {
    font-size: 1.2rem;
  }
}

.footer__page--top {
  bottom: 6rem;
  cursor: pointer;
  height: 6rem;
  position: fixed;
  right: 3rem;
  width: 6rem;
  z-index: 100;
}
.footer__page--top a {
  align-items: center;
  display: flex;
  background-color: #fff;
  border: 1px solid #28acc0;
  border-radius: 100%;
  color: #28acc0;
  justify-content: center;
  height: 100%;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.footer__page--top a:hover {
  background-color: #28acc0;
  border-color: #fff;
  color: #fff;
}

.cls-1 {
  fill: #fff;
}

.cls-2 {
  fill: none;
}

.news__list {
  display: grid;
  gap: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .news__list {
    gap: 3.2rem;
  }
}
.news__list.--is-show .news__list--item.--toggle-item {
  display: grid;
}
.news__list .news__list--item {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  display: grid;
  gap: 0.8rem;
  padding: 1.6rem 0;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .news__list .news__list--item {
    padding: 3.2rem 0;
  }
}
.news__list .news__list--item.--toggle-item {
  display: none;
  animation-name: content;
  animation-direction: normal;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.news__list .news__list--item::after {
  background-color: #28acc0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 100%;
  transition: width 0.4s linear;
  width: 0;
}
.news__list .news__list--item:hover::after {
  width: 100%;
}
.news__list .news__list--item:hover .--list-body {
  color: #28acc0;
}
.news__list .--list-header {
  align-items: center;
  display: flex;
  gap: 0.8rem;
  opacity: 0.6;
}
.news__list .--list-body {
  transition: color 0.4s ease-in-out;
}

@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
.tag__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media screen and (min-width: 1024px) {
  .tag__list {
    gap: 0.8rem;
  }
}
.tag__list .tag__list--item {
  align-items: center;
  display: flex;
  background-color: #28acc0;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  font-feature-settings: "palt";
  height: 3rem;
  padding: 0.4rem 0.8rem;
}
@media screen and (min-width: 1024px) {
  .tag__list .tag__list--item {
    padding: 0.4rem 1.2rem;
  }
}

.policy__list {
  display: grid;
  gap: 1.6rem;
  font-size: 1.3rem;
}
.policy__list .--item-header {
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  line-height: 4rem;
  padding-bottom: 0.8rem;
  position: relative;
}
.policy__list .--item-header::before {
  background-color: #28acc0;
  content: "";
  bottom: -1px;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 10rem;
}
.policy__list .--item-body {
  padding: 1.6rem 0;
}
.policy__list .--item-body p {
  line-height: 3.2rem;
  opacity: 0.8;
  padding: 0.8rem 0;
}

.history__list {
  display: grid;
  gap: 3.2rem;
  padding: 1.6rem 0;
  position: relative;
}
.history__list::before {
  background-color: #28acc0;
  border-radius: 1px;
  content: "";
  left: 6px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 1px;
}
.history__list .history__list--item {
  display: grid;
  min-height: 4rem;
  padding-left: 7rem;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .history__list .history__list--item {
    flex-direction: row;
    gap: 2.4rem;
    grid-template-columns: max-content 1fr;
  }
}
.history__list .history__list--item .--year {
  align-items: center;
  display: flex;
  background-color: #28acc0;
  color: #fff;
  font-weight: 700;
  height: 4rem;
  justify-content: center;
  margin: 0 auto 0 0;
  padding: 0.8rem;
  width: 6rem;
}
@media screen and (min-width: 1024px) {
  .history__list .history__list--item .--year {
    margin: unset;
  }
}
.history__list .history__list--item .--year::before {
  align-items: center;
  display: flex;
  background-color: #28acc0;
  border-radius: 100%;
  content: "";
  height: 1.8rem;
  left: -0.3rem;
  position: absolute;
  width: 1.8rem;
}
.history__list .history__list--item .--year::after {
  align-items: center;
  display: flex;
  color: #28acc0;
  content: "・・・";
  font-size: 1.4rem;
  font-weight: 100;
  left: 2.4rem;
  letter-spacing: -0.2rem;
  position: absolute;
  width: 8rem;
}
@media screen and (min-width: 1024px) {
  .history__list .history__list--item .--year::after {
    font-size: 2.4rem;
    letter-spacing: -1.6rem;
  }
}
.history__list .history__list--item .--title {
  align-items: center;
  display: flex;
  border-bottom: 1px solid #28acc0;
  height: 100%;
  padding: 1.6rem 0;
}
@media screen and (min-width: 1024px) {
  .history__list .history__list--item .--title {
    padding: 0;
  }
}

.message__signature {
  margin-left: auto;
}

.contact__form {
  display: grid;
  gap: 3.2rem;
  margin: 0 auto;
  max-width: 77rem;
  width: 100%;
}
.contact__form .form__note {
  padding-bottom: 3.2rem;
}
.contact__form .btn__block {
  display: grid;
  gap: 1.6rem;
}
.contact__form .btn__block .btn__row {
  align-items: center;
  display: flex;
  gap: 1.6rem;
  justify-content: center;
}
.contact__form .btn__block .btn__row .btn {
  max-width: 32rem;
  width: 100%;
}
.contact__form .check__row {
  align-items: center;
  display: flex;
  cursor: pointer;
  font-weight: 700;
}
.contact__form .check__row label {
  cursor: pointer;
}

.contact__form--list {
  display: grid;
  gap: 1.6rem;
}
.contact__form--list .contact__form--item {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.contact__form--list .contact__form--item .--title {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 0.8rem;
}
.contact__form--list .contact__form--item .--title::before {
  align-items: center;
  display: flex;
  border-radius: 0.9rem;
  font-size: 1.2rem;
  height: 1.8rem;
  justify-content: center;
  line-height: 1.8rem;
  padding: 0 0.8rem;
  white-space: nowrap;
}
.contact__form--list .contact__form--item .--title.--required::before {
  background-color: #28acc0;
  color: #fff;
  content: "必須";
}
.contact__form--list .contact__form--item .--title.--optional::before {
  background-color: #fff;
  border: 1px solid #28acc0;
  color: #28acc0;
  content: "任意";
}
.contact__form--list .contact__form--item .--control {
  min-height: 4.8rem;
  width: 100%;
}
.contact__form--list .contact__form--item .--control input {
  height: 100%;
  padding: 0 1.2rem;
}
.contact__form--list .contact__form--item .--control textarea {
  padding: 0.8rem 1.2rem;
  resize: vertical;
}
.contact__form--list .contact__form--item .--control .form__control {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border 0.2s, box-shadow 0.2s;
  width: 100%;
}
.contact__form--list .contact__form--item .--control .form__control:focus {
  border: 0;
  box-shadow: 0 0 6px rgba(40, 172, 192, 0.2) inset;
  outline: 1px solid #28acc0;
}
.contact__form--list .contact__form--item .--control .form__control.error {
  background: #fff;
  border-color: #e53935;
}
.contact__form--list .contact__form--item .error-message {
  color: #e53935;
  display: none;
  font-size: 1.2rem;
}
.contact__form--list .contact__form--item.error .error-message {
  display: block;
}

.link__primary {
  color: #28acc0;
}

.form__success {
  display: none;
}
.form__success .form__success--block {
  display: grid;
  gap: 3.2rem;
  justify-content: center;
  text-align: center;
}
.form__success .form__success--block .icon__circle {
  align-items: center;
  display: flex;
  border-radius: 100%;
  background-color: #28acc0;
  color: #fff;
  height: 6rem;
  justify-content: center;
  margin: 0 auto;
  width: 6rem;
}

/*# sourceMappingURL=app.css.map */
