@charset "UTF-8";
.p-top {
  overflow-x: hidden;
}

/* hero
------------------------*/
.p-top-hero {
  padding-top: 35rem;
  text-align: center;
  background: url(../images/bg_hero.png) no-repeat center top/auto 61.2rem #e6e6e8;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .p-top-hero {
    padding-top: 27%;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-hero {
    padding-top: 20rem;
    background-position: center top -18rem;
  }
}
.p-top-hero::after {
  display: block;
  width: 100%;
  height: 17.5rem;
  margin-top: 2rem;
  background: url(../images/bg_method.png) repeat-x center center/140rem auto;
  content: "";
}
.p-top-hero__for {
  display: inline-block;
  margin-bottom: 4rem;
  padding: 0.2rem 3rem;
  color: #fff;
  font-size: 2.5rem;
  background-color: #23c1a3;
  border-radius: 3rem;
}
.p-top-hero__for span {
  color: #fff427;
}
.p-top-hero__logo {
  position: relative;
  width: 35.4rem;
  margin: 0 auto 3rem auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-hero__logo {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.p-top-hero__logo img {
  width: 100%;
}
.p-top-hero__logo::before {
  position: absolute;
  top: 21.8rem;
  left: -25rem;
  width: 12.2rem;
  aspect-ratio: 243/117;
  background: url(../images/bg_cloud-01.png) no-repeat center center/contain;
  content: "";
}
.p-top-hero__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3rem;
}
.p-top-hero__icon img {
  width: 12rem;
}
.p-top-hero__icon img:nth-child(even) {
  margin-top: 4.9rem;
}
.p-top-hero__icon::before {
  position: absolute;
  top: 1.5rem;
  right: calc(50% - 53rem);
  width: 16.3rem;
  aspect-ratio: 326/150;
  background: url(../images/bg_cloud-02.png) no-repeat center center/contain;
  content: "";
}
.p-top-hero__title {
  position: relative;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-hero__title {
    font-size: 4.5rem;
  }
  .p-top-hero__title span {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.p-top-hero__title::before {
  position: absolute;
  top: 3.5rem;
  left: calc(50% - 46.5rem);
  width: 25.7rem;
  aspect-ratio: 517/156;
  background: url(../images/bg_cloud-03.png) no-repeat center center/contain;
  z-index: -1;
  content: "";
}
.p-top-hero__copy {
  position: relative;
  margin-bottom: 1.6rem;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top-hero__copy {
    -webkit-transition-delay: 1s !important;
            transition-delay: 1s !important;
  }
}
.p-top-hero__text {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-hero__text {
    -webkit-transition-delay: 1.5s !important;
            transition-delay: 1.5s !important;
  }
}

/* method
------------------------*/
.p-top-method {
  padding: 3rem 0 7rem 0;
  background-color: #23c1a3;
}
.p-top-method__title {
  position: relative;
  color: #fff;
  margin-bottom: 5rem;
  font-size: 5.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.p-top-method__title small {
  font-size: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-top-method__title span {
  display: inline-block;
  padding: 0.3rem 0.3rem 0.9rem 0.3rem;
  color: #23c1a3;
  line-height: 1;
  letter-spacing: 0.03em;
  background-color: #fff427;
}
.p-top-method__title span:first-of-type {
  margin-right: 0.7rem;
}
.p-top-method__title span:nth-of-type(2) {
  margin: 0 1.8rem 0 0.6rem;
  padding-left: 0.7rem;
  padding-right: 0.6rem;
}
.p-top-method__title::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 14.6rem;
  aspect-ratio: 293/261;
  background: url(../images/logo_nssfm.png) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 1399px) {
  .p-top-method__title::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-top-method__section {
  padding: 2.5rem 4.2rem 6.3rem 4.2rem;
  border: 4.7rem solid #e6e6e8;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-method__section {
    padding: 4rem 2rem;
    border-width: 2rem;
  }
}
.p-top-method__section + .p-top-method__section {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-top-method__section + .p-top-method__section {
    border-width: 3rem;
  }
}
.p-top-method__section-number {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
  text-align: center;
}
.p-top-method__section-number img {
  width: 17rem;
}
@media screen and (max-width: 899px) {
  .p-top-method__section-number img {
    width: 12rem;
  }
}
.p-top-method__section-header {
  min-height: 16.5rem;
  margin-bottom: 3.5rem;
  padding: 3.2rem 3rem;
  text-align: center;
  background: url(../images/bg_method-header-01.png) no-repeat left top/3.3rem 100%, url(../images/bg_method-header-02.png) no-repeat right top/3.3rem 100%;
}
.p-top-method__section-title {
  display: inline-block;
  margin-bottom: 1.8rem;
  padding: 0 1rem;
  color: #23c1a3;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.02em;
  background-color: #fff427;
}
@media screen and (max-width: 1239px) {
  .p-top-method__section-title {
    font-size: 3rem;
  }
}
.p-top-method__section-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
}
.p-top-method__section-photo > div {
  max-width: 70%;
}
.p-top-method__section-photo--flex {
  gap: 2.5rem;
  margin-bottom: 3rem;
  padding-right: 2.4rem;
}
.p-top-method__section-photo--flex .p-top-method__photo-caption {
  margin-top: 1rem;
}
.p-top-method__section-photo-caption {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-method__section-photo-caption {
    font-size: 2.2rem;
  }
}
.p-top-method__section-image {
  max-width: 96rem;
  margin: 0 auto;
}
.p-top-method__section-image-caption {
  margin-top: 0.6rem;
  font-size: var(--font-size-text-small);
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-top-method__section-image-caption {
    font-size: 2.2rem;
  }
}
.p-top-method__section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7rem;
  margin-top: 4.5rem;
  padding: 4rem;
  border: 2px solid #23c1a3;
  background-color: #def6f1;
}
@media screen and (max-width: 899px) {
  .p-top-method__section-flex {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-method__section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-top-method__section-flex div:first-child {
    padding: 0 11rem 0 3rem;
  }
  .p-top-method__section-flex div:last-child {
    padding-left: 7rem;
  }
}

/* merit
------------------------*/
.p-top-merit {
  position: relative;
  padding: 9rem 0 8rem 0;
  background: url(../images/bg_merit.jpg) no-repeat center center/cover;
}
.p-top-merit::before {
  position: absolute;
  top: -1rem;
  left: 50%;
  display: block;
  width: 14.8rem;
  height: 8rem;
  background: url(../images/bg_arrow.svg) no-repeat center center/contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.p-top-merit__content {
  padding: 5.2rem 4rem 7rem 4rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.p-top-merit__title {
  margin-bottom: 3.5rem;
  color: #23c1a3;
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
}
.p-top-merit__title span {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.8rem;
  line-height: 1;
  background-color: #fff427;
}
.p-top-merit__image {
  text-align: center;
}

/* movie
------------------------*/
.p-top-movie {
  position: relative;
  padding: 12.5rem 0 10rem 0;
  overflow: hidden;
}
.p-top-movie::before {
  position: absolute;
  top: 0;
  right: calc(50% - 38rem);
  width: 150.1rem;
  aspect-ratio: 3002/347;
  background: url(../images/bg_movie-01.png) no-repeat center center/contain;
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-movie::before {
    right: calc(50% - 10rem);
    width: 70rem;
  }
}
.p-top-movie__title {
  width: 23.1rem;
  margin: 0 auto 3rem auto;
  text-align: center;
}
.p-top-movie__text {
  margin-bottom: 1.5rem;
  text-align: center;
}
.p-top-movie__movie {
  position: relative;
  max-width: 100%;
  width: 90rem;
  margin: 0 auto;
  aspect-ratio: 900/506;
}
.p-top-movie__movie::before {
  position: absolute;
  left: 51%;
  top: -9rem;
  width: 128.22%;
  aspect-ratio: 2308/1399;
  background: url(../images/bg_movie-02.png) no-repeat center center/contain;
  z-index: -1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}
.p-top-movie__movie iframe {
  width: 100%;
  height: 100%;
}

/* about
------------------------*/
.p-top-about {
  padding-bottom: 3rem;
  background-color: #def6f1;
}
.p-top-about__header {
  height: 44rem;
  padding-top: 9.5rem;
  background: url(../images/bg_about.png) no-repeat right calc(50% + 26.5rem) bottom -1rem/57.1rem auto #fff;
}
@media screen and (max-width: 1239px) {
  .p-top-about__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-top-about__header .l-inner {
    margin-right: 0;
  }
}
.p-top-about__header-copy {
  display: inline-block;
  margin-left: 44rem;
  padding: 0 4rem 0 3rem;
  color: #fff427;
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  background-color: #23c1a3;
  border-radius: 2.3rem 2.3rem 2.3rem 0;
}
@media screen and (max-width: 1239px) {
  .p-top-about__header-copy {
    margin-left: 0;
  }
}
.p-top-about__header-title {
  margin-top: 1rem;
  margin-left: 43.5rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1239px) {
  .p-top-about__header-title {
    margin-left: 0;
  }
}
.p-top-about__description {
  padding: 6.5rem 0 5rem 0;
}
.p-top-about__description-inner {
  background: url(../images/img_about-01.png) no-repeat left 5.5rem top/29.5rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-about__description-inner {
    background: none;
  }
}
.p-top-about__description-text {
  padding: 0.5rem 2rem 0 0;
  margin-left: 38rem;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-top-about__description-text {
    margin-left: 0;
  }
}
.p-top-about__section + .p-top-about__section {
  margin-top: 6rem;
}
.p-top-about__section-title {
  margin-bottom: 2rem;
  padding: 1.5rem 4rem;
  color: #fff427;
  font-size: 3.3rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  background-color: #23c1a3;
  border-radius: 4.3rem 4.3rem 4.3rem 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__section-title {
    font-size: 3.1rem;
  }
}
.p-top-about__section-text {
  margin-bottom: 3rem;
  padding-left: 1rem;
  line-height: 2;
}
.p-top-about__section-grade {
  max-width: 84rem;
  margin: 0 auto;
}
.p-top-about__section-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__section-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-about__section-copy {
  text-align: center;
  line-height: 1.95;
}
.p-top-about__section-copy span {
  font-size: 2.8rem;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fff427));
  background: linear-gradient(transparent 70%, #fff427 70%);
}

/* comfort
------------------------*/
.p-top-comfort::before {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  aspect-ratio: 2794/230;
  background: url(../images/bg_comfort.png) no-repeat center top/contain;
  content: "";
}
.p-top-comfort__title {
  margin-bottom: 2.4rem;
  padding-top: 7rem;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  background: url(../images/bg_border.svg) no-repeat center top/1.8rem auto;
}
.p-top-comfort__lead {
  margin-bottom: 4rem;
  text-align: center;
  line-height: 2;
}
.p-top-comfort__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
  padding: 5rem 9rem;
  background: #def6f1;
}
@media screen and (max-width: 1239px) {
  .p-top-comfort__column {
    padding: 5rem 4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-comfort__column-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 1rem;
  padding: 0 0 0.8rem 4.3rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  background: url(../images/icon_pencil.png) no-repeat left bottom/2.6rem auto;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__column-title {
    padding-left: 5rem;
    font-size: 3.2rem;
    background-size: 3.5rem;
  }
}
.p-top-comfort__column-title::before {
  display: inline-block;
  padding: 0 1.4rem;
  color: #fff427;
  font-size: 1.2rem;
  background-color: #23c1a3;
  border-radius: 2rem;
  content: "コラム";
}
@media screen and (max-width: 767px) {
  .p-top-comfort__column-title::before {
    font-size: 2rem;
  }
}
.p-top-comfort__column-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 1px;
  width: calc(100% - 1rem);
  margin-left: 1rem;
  background-color: #23c1a3;
  content: "";
}
.p-top-comfort__column-image {
  text-align: center;
}
.p-top-comfort__column-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top-comfort__column-text {
  font-size: var(--font-size-text-small);
  line-height: 1.9;
}
.p-top-comfort__subtitle {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.p-top-comfort__subtitle::after {
  display: block;
  width: 21.8rem;
  margin: 1rem auto 0 auto;
  aspect-ratio: 436/132;
  background: url(../images/img_star.png) no-repeat center center/contain;
  content: "";
}
.p-top-comfort__voice {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5rem 1fr 3.5rem 1fr 3.5rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.5rem;
     -moz-column-gap: 3.5rem;
          column-gap: 3.5rem;
  row-gap: 5.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 93rem;
  margin: 0 auto 6rem auto;
  padding-top: 6rem;
}
.p-top-comfort__voice a:nth-child(odd) {
  margin-top: -6rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__voice {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .p-top-comfort__voice a:nth-child(odd) {
    margin-top: 0;
  }
  .p-top-comfort__voice a:nth-child(3n+1),
  .p-top-comfort__voice a:nth-child(3n+3) {
    margin-top: -6rem;
  }
}

/* banner
------------------------*/
.p-top-banner {
  margin-bottom: 7.5rem;
  text-align: center;
}
.p-top-banner .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}

/* works
------------------------*/
.p-top-works::after {
  display: block;
  width: 100%;
  margin-top: 6rem;
  aspect-ratio: 2800/150;
  background: url(../images/bg_voice.png) no-repeat center bottom/100% auto;
  content: "";
}
.p-top-works__title {
  margin-bottom: 1.5rem;
  padding-top: 7rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  background: url(../images/bg_border.svg) no-repeat center top/1.8rem auto;
}
.p-top-works__title span {
  font-size: 5rem;
}
.p-top-works__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 6rem;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
  max-width: 100rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-works__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-top-works__list--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-works__item {
  max-width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__item {
    max-width: initial;
  }
}
.p-top-works__item-content {
  padding: 13rem 2rem 2rem 2rem;
  background-color: #def6f1;
}
.p-top-works__item-image {
  width: 26rem;
  margin: 0 auto -12rem auto;
  padding-right: 1rem;
}
.p-top-works__item-title {
  margin-bottom: 1rem;
  padding-right: 1rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-works__item-title {
    font-size: 3rem;
  }
}
.p-top-works__item-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: var(--font-size-xsmall);
  font-weight: 500;
  line-height: 1.65;
}
.p-top-works__item-data dt {
  width: 4em;
  color: #23c1a3;
}
.p-top-works__item-data dt::after {
  color: #353535;
  content: "：";
}
.p-top-works__item-data dt:last-of-type {
  width: 7em;
}
.p-top-works__item-data dd {
  width: calc(100% - 4em);
}
.p-top-works__item-data dd:last-of-type {
  width: calc(100% - 7em);
}
.p-top-works__item--full {
  max-width: initial;
  width: 100%;
}
@media screen and (max-width: 899px) {
  .p-top-works__item--full {
    max-width: 46rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-works__item--full {
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-top-works__item--full .p-top-works__item-image {
    margin-left: 11rem;
  }
}
.p-top-works__item--full .p-top-works__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 899px) {
  .p-top-works__item--full .p-top-works__item-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-top-works__item--full .p-top-works__item-content > div {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    max-width: 42rem;
  }
  .p-top-works__item--full .p-top-works__item-content .p-top-works__banner {
    max-width: 45rem;
  }
}
.p-top-works__subtitle {
  width: 51.6rem;
  margin: 7rem auto 3.6rem auto;
  padding: 0.5rem 0;
  font-size: 2.3rem;
  font-weight: 700;
  text-align: center;
  border: 3px solid #ff954d;
  border-radius: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__subtitle {
    width: auto;
    font-size: 3rem;
    border-radius: 3.5rem;
  }
}

/* voice
------------------------*/
.p-top-voice {
  margin-bottom: 7rem;
  padding-bottom: 5rem;
  background-color: #23c1a3;
}
.p-top-voice__title {
  margin: -0.5rem 0 3rem 0;
  color: #fff427;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.p-top-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 899px) {
  .p-top-voice__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-voice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.5rem 3rem 3rem 3rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 899px) {
  .p-top-voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
.p-top-voice__item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 19.9rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media screen and (max-width: 899px) {
  .p-top-voice__item-image {
    width: 15rem;
    height: auto;
  }
}
@media screen and (max-width: 899px) {
  .p-top-voice__item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-top-voice__item-title {
  color: #23c1a3;
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-voice__item-title {
    font-size: 3rem;
  }
}
.p-top-voice__item-text {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-voice__item-text {
    font-size: 2.2rem;
  }
}

/* history
------------------------*/
.p-top-history {
  padding-bottom: 10.5rem;
}
.p-top-history__title {
  margin-bottom: 6.5rem;
  padding-top: 6rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  background: url(../images/bg_border.svg) no-repeat center top/1.8rem auto;
}
.p-top-history__content {
  max-width: 105.4rem;
  margin: 0 auto;
  padding: 0 4rem 5rem 4.3rem;
  background-color: #def6f1;
}
.p-top-history__subtitle {
  position: relative;
  top: -2.5rem;
  width: 57rem;
  margin: 0 auto 2.5rem auto;
  padding-right: 3rem;
  color: #fff427;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.05em;
}
.p-top-history__subtitle::before {
  position: absolute;
  top: -0.5rem;
  right: 7rem;
  width: 4.1rem;
  aspect-ratio: 83/123;
  background: url(../images/icon_scissors-02.png) no-repeat center center/contain;
  content: "";
}
.p-top-history__subtitle span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-top-history__subtitle span::before {
  position: absolute;
  top: 0;
  left: 1.5rem;
  width: 100%;
  height: 100%;
  background-color: #23c1a3;
  clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
  z-index: -1;
  content: "";
}
.p-top-history__subtitle span::after {
  position: absolute;
  top: -0.5rem;
  right: 0.5rem;
  width: 7.4rem;
  aspect-ratio: 148/182;
  background: url(../images/icon_scissors-01.png) no-repeat center center/contain;
  content: "";
}
.p-top-history__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}
.p-top-history__flex-image {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-top-history__flex-image {
    float: left;
    width: 47%;
    margin: 0 2rem 2rem 0;
  }
}
.p-top-history__flex-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: var(--font-size-text-small);
}
@media screen and (max-width: 767px) {
  .p-top-history__flex {
    display: block;
    clear: both;
  }
}
.p-top-history__text {
  margin-bottom: 5.3rem;
  font-size: var(--font-size-text-small);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-history__text {
    text-align: left;
  }
}
.p-top-history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6rem;
  padding-right: 0.5rem;
}
.p-top-history__item {
  position: relative;
}
.p-top-history__item-year {
  position: absolute;
  top: -3.2rem;
  left: 1.8rem;
  width: 9.6rem;
  color: #fff;
  font-size: var(--font-size-xsmall);
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #23c1a3;
}
.p-top-history__item-year span {
  color: #fff427;
  font-size: 2.3rem;
}
.p-top-history__item-caption {
  margin: 0.5rem;
  letter-spacing: 0.05em;
  font-size: var(--font-size-text-small);
}

/* contact
------------------------*/
.p-top-contact {
  padding-top: 6.5rem;
  background: #e9f9f6;
}
.p-top-contact__header {
  padding-top: 10rem;
  margin-bottom: 5rem;
  text-align: center;
  background: url(../images/logo_sml.png) no-repeat center top/8rem auto;
}
.p-top-contact__title {
  margin-bottom: 2.5rem;
  padding-top: 7rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background: url(../images/bg_border.svg) no-repeat center top/1.8rem auto;
}
.p-top-contact__title::after {
  display: block;
  width: 44.9rem;
  margin: 3.5rem auto 0 auto;
  aspect-ratio: 898/538;
  background: url(../images/img_contact.png) no-repeat center top/contain;
  content: "";
}
.p-top-contact__flow {
  max-width: 102.4rem;
  margin: 0 auto 16rem auto;
}
.p-top-contact__flow-title {
  margin-bottom: 2.3rem;
  color: #23c1a3;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-contact__flow-title {
    font-size: 3.2rem;
  }
}
.p-top-contact__flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.8rem;
  margin-bottom: 2.5rem;
}
.p-top-contact__flow-item {
  position: relative;
  width: 18.2rem;
  padding: 1.5rem;
  text-align: center;
  border-radius: 1.8rem;
  border: 4px solid #23c1a3;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-contact__flow-item {
    width: 30rem;
  }
}
.p-top-contact__flow-item:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  display: block;
  width: 1.7rem;
  height: 2.4rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #23c1a3;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 767px) {
  .p-top-contact__flow-item:not(:last-child)::after {
    right: -2.8rem;
  }
}
.p-top-contact__flow-item:nth-child(2) img {
  width: 9.6rem;
}
.p-top-contact__flow-item:nth-child(2) .p-top-contact__flow-image {
  margin-left: -0.5rem;
}
.p-top-contact__flow-image img {
  width: 9rem;
}
.p-top-contact__flow-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.2rem;
  color: #23c1a3;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-top-contact__flow-text {
    font-size: 2.8rem;
  }
}
.p-top-contact__flow-caption {
  font-size: var(--font-size-text-small);
  line-height: 1.9;
}

/* form
------------------------*/
.p-top-form {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-top-form .l-inner {
    padding: 0;
  }
}
.p-top-form__title {
  margin-bottom: 2rem;
  color: #23c1a3;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-form__title {
    font-size: 3.2rem;
  }
}
.p-top-form__content {
  padding: 4.2rem 4.2rem 5rem 4.2rem;
  border-radius: 2rem;
  background-color: #fff;
}
.p-top-form__table th {
  width: 15rem;
  padding: 1rem;
  font-size: var(--font-size-text-small);
  text-align: left;
  line-height: 1.4;
  background-color: #def6f1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-top-form__table th {
    display: block;
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.p-top-form__table td {
  padding: 1.3rem 1.3rem 0.6rem 1.4rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-top-form__table td {
    display: block;
    width: 100%;
    padding: 2rem 1.5rem;
  }
}
.p-top-form__table input, .p-top-form__table textarea, .p-top-form__table select {
  padding: 1rem;
  font-size: var(--font-size-text-small);
  border: 2px solid #e6e6e8;
  border-radius: 0.5rem;
}
.p-top-form__table dl dt {
  font-size: var(--font-size-text-small);
  font-weight: 500;
}
.p-top-form__table dl dt:not(:first-of-type) {
  margin-top: 1rem;
}
.p-top-form__table p + p {
  margin-top: 1rem;
}
.p-top-form__table textarea {
  width: 100%;
}
.p-top-form__table label {
  font-size: var(--font-size-text-small);
}
.p-top-form__caption {
  font-size: var(--font-size-text-small);
  font-weight: 400;
}
.p-top-form__input--full {
  width: 100%;
}
.p-top-form__policy {
  margin-bottom: 1rem;
}
.p-top-form__policy-title {
  margin-bottom: 1rem;
  padding: 2rem 1.5rem;
  font-size: var(--font-size-text-small);
  text-align: left;
  background-color: #def6f1;
  border-bottom: 2px solid #fff;
}
.p-top-form__policy-content {
  height: 15.8rem;
  padding: 0.5rem 1rem;
  font-size: var(--font-size-text-small);
  border: 2px solid #e6e6e8;
  overflow-y: auto;
}
.p-top-form__agreement {
  margin-bottom: 2.5rem;
  padding: 1.5rem 0;
  font-size: 1.8rem;
  text-align: center;
  background-color: #e5f8f4;
}
@media screen and (max-width: 767px) {
  .p-top-form__agreement {
    font-size: 2.4rem;
  }
}
.p-top-form__submit {
  text-align: center;
}
.p-top-form__submit input[type=submit] {
  width: 23rem;
  height: 6.2rem;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  background-color: #23c1a3;
  border-radius: 3.1rem;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-top-form__submit input[type=submit] {
    height: 8rem;
    font-size: 2.8rem;
    border-radius: 4rem;
  }
}

/* animation
------------------------*/
.animate--fadeIn {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.animate--fadeIn.is-animated {
  opacity: 1;
}
.animate--zoomOut {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, transform 0.8s;
  transition: opacity 0.5s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.animate--zoomOut.is-animated {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.animate--slideInLeft {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, transform 0.8s;
  transition: opacity 0.5s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}
.animate--slideInLeft.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.animate--slideInRight {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, transform 0.8s;
  transition: opacity 0.5s, transform 0.8s, -webkit-transform 0.8s;
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
}
.animate--slideInRight.is-animated {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}