@charset "UTF-8";
@media screen and (max-width: 767px) {
  .hidden-sm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-md {
    display: none;
  }
}

@media screen and (min-width: 900px) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .hidden-xl {
    display: none;
  }
}

.xl-block {
  display: none;
}
@media screen and (min-width: 1280px) {
  .xl-block {
    display: block;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 124px;
  font-size: 1.3333333333vw;
}

body {
  color: #162028;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

main {
  background: url(../img/fv-bg.webp) no-repeat center center/cover;
  position: relative;
  z-index: 1;
  padding-top: 1.8rem;
  padding-bottom: 1.1rem;
}
@media screen and (min-width: 768px) {
  main {
    padding-top: 18px;
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1280px) {
  main {
    padding-top: 50px;
    padding-bottom: 47px;
  }
}
main::before {
  content: "";
  position: absolute;
  background: url(../img/body-img.webp) no-repeat center right 1px/contain;
  width: 60.8rem;
  height: 59rem;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  main::before {
    width: 608px;
    height: 590px;
  }
}
@media screen and (min-width: 1280px) {
  main::before {
    background: url(../img/body-img-pc.webp) no-repeat center right 1px/contain;
    left: 50%;
    transform: translateX(-50%);
    width: 558px;
    height: 537.588px;
  }
}

.inline-block {
  font-weight: inherit;
  display: inline-block;
}

.inner {
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (min-width: 768px) {
  .inner {
    margin-inline: auto;
  }
}

.header {
  background: url(../img/header-bg.webp) no-repeat center center/cover;
  height: 16.53vw;
}
@media screen and (min-width: 768px) {
  .header {
    height: 124px;
  }
}
.header__title {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: center;
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .header__title {
    padding-block: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .header__title {
    padding-block: 25px;
    gap: 30px;
  }
}
.header__title-lead {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  background: #b4973b;
  padding: 0 1.8rem;
  box-shadow: 0.6rem 0.6rem 0px #c9c8c5;
}
@media screen and (min-width: 768px) {
  .header__title-lead {
    padding: 0 18px;
    font-size: 44px;
    box-shadow: 6px 6px 0px #c9c8c5;
  }
}
@media screen and (min-width: 1280px) {
  .header__title-lead {
    padding: 0px 15px;
    font-size: 40px;
  }
}
.header__title-text {
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  .header__title-text {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .header__title-text {
    font-size: 44px;
  }
}
.header__title-small {
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .header__title-small {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .header__title-small {
    font-size: 36px;
  }
}
.header__title-big {
  font-size: 4.6rem;
  letter-spacing: -2rem;
  position: relative;
  margin-left: -0.5rem;
}
@media screen and (min-width: 768px) {
  .header__title-big {
    font-size: 46px;
    margin-left: -10px;
    letter-spacing: -20.76px;
  }
}
@media screen and (min-width: 1280px) {
  .header__title-big {
    font-size: 44px;
  }
}

.fv__inner {
  padding-inline: 3rem;
}
@media screen and (min-width: 768px) {
  .fv__inner {
    padding-inline: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__inner {
    padding-inline: 50px;
  }
}
.fv__lead-title {
  color: #b4973b;
  font-size: 8.5rem;
  font-weight: 700;
  text-shadow: 0 0 10px #fff;
  transform: skewX(-7deg);
  text-align: center;
}
.fv__lead-title span {
  color: #162028;
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) {
  .fv__lead-title span {
    font-size: 46px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-title span {
    font-size: 38px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-title {
    font-size: 85px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-title {
    font-size: 76px;
    padding-left: 0;
  }
}
.fv__lead-text {
  font-size: 4rem;
  display: inline-block;
  position: relative;
  margin-top: 1rem;
  padding-left: 1.8rem;
}
.fv__lead-text::after {
  position: absolute;
  content: "";
  background: url(../img/text-under.webp) no-repeat center center/contain;
  width: 82%;
  height: 50%;
  left: 2.2rem;
  bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .fv__lead-text::after {
    bottom: -20px;
    left: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-text::after {
    padding-left: 0;
    width: 75%;
    height: 33%;
    left: 22%;
    bottom: -11px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-text {
    font-size: 40px;
    margin-top: 10px;
    padding-left: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-text {
    font-size: 34px;
    margin-top: -10px;
    padding-left: 28px;
  }
}
.fv__lead-text span {
  font-size: 4.8rem;
}
@media screen and (min-width: 768px) {
  .fv__lead-text span {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-text span {
    font-size: 40px;
  }
}
.fv__lead-accent {
  font-size: 5.4rem;
  padding-left: 1.8rem;
}
.fv__lead-accent span {
  text-shadow: -2px -2px 4px #fff, 2px 4px 15px #fff;
  font-size: 6.8rem;
}
@media screen and (min-width: 768px) {
  .fv__lead-accent span {
    font-size: 68px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-accent span {
    font-size: 58px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-accent {
    font-size: 54px;
    padding-left: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-accent {
    font-size: 46px;
    padding-left: 28px;
  }
}
.fv__lead-text-footer {
  font-size: 4.8rem;
  display: inline-block;
  position: relative;
  padding-left: 1.8rem;
}
.fv__lead-text-footer::after {
  position: absolute;
  content: "";
  background: url(../img/text-under.webp) no-repeat center center/contain;
  width: 82%;
  height: 50%;
  left: 2.2rem;
  bottom: -2rem;
}
@media screen and (min-width: 768px) {
  .fv__lead-text-footer::after {
    bottom: -20px;
    left: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-text-footer::after {
    width: 75%;
    height: 33%;
    left: 22%;
    bottom: -11px;
  }
}
@media screen and (min-width: 768px) {
  .fv__lead-text-footer {
    font-size: 48px;
    padding-left: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-text-footer {
    font-size: 40px;
    padding-left: 28px;
  }
}
.fv__lead-text-footer span {
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .fv__lead-text-footer span {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-text-footer span {
    font-size: 34px;
  }
}
.fv__lead-footer {
  color: #b4973b;
  font-size: 7.2rem;
  font-weight: 700;
  text-shadow: 0 0 10px #fff;
  transform: skewX(-7deg);
  padding-left: 1.8rem;
}
@media screen and (min-width: 768px) {
  .fv__lead-footer {
    font-size: 72px;
    padding-left: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-footer {
    font-size: 62px;
    padding-left: 28px;
    margin-top: -19px;
  }
}
.fv__lead-footer span {
  color: #162028;
  font-size: 4.4rem;
  transform: skewX(0deg);
}
@media screen and (min-width: 768px) {
  .fv__lead-footer span {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__lead-footer span {
    font-size: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .fv__content {
    display: flex;
    gap: 42px;
    align-items: center;
    justify-content: center;
  }
}
.fv__lead-imgs {
  display: none;
}
@media screen and (min-width: 1280px) {
  .fv__lead-imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
}
.fv__lead-img-up {
  display: flex;
  gap: 20px;
}
@media screen and (min-width: 1280px) {
  .fv__lead-img-down {
    margin-top: -16px;
  }
}
.fv__lead-img img {
  width: 181.134px;
  height: 182px;
}
.fv__footer {
  background: url(../img/fv-footer-bg.webp) no-repeat center center/cover;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 5;
}
.fv__footer-lists {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3.3rem;
  padding-top: 2.7rem;
  padding-bottom: 0.1rem;
}
@media screen and (min-width: 768px) {
  .fv__footer-lists {
    gap: 33px;
    padding-top: 27px;
    padding-bottom: 1px;
  }
}
.fv__footer-list img {
  width: 20.5rem;
}
@media screen and (min-width: 768px) {
  .fv__footer-list img {
    width: 205px;
  }
}

.text5 {
  font-size: 1.7rem;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (min-width: 768px) {
  .text5 {
    font-size: 17px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .text5 {
    margin-top: 800px;
  }
}
.cta {
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
  padding-block: 8rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-block: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .cta {
    padding-bottom: 90px;
  }
}
.cta__last {
  background: url(../img/cta-bg.webp) no-repeat center center/cover;
  padding-block: 8rem;
}
@media screen and (min-width: 768px) {
  .cta__last {
    padding-block: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__last {
    padding-bottom: 90px;
  }
}
.cta__button {
  text-align: center;
}
.cta__button-link {
  display: inline-block;
  border-radius: 2.5rem;
  background: #06c755;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  width: 95%;
  max-width: 60rem;
  padding: 0.8rem;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .cta__button-link {
    border-radius: 25px;
    width: 620px;
    padding: 8px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__button-link {
    width: 650px;
  }
}
.cta__button-link:hover {
  opacity: 0.7;
}
.cta__button-circle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  border-radius: 2.5rem;
  border: 3px dotted #fff;
  background: rgba(255, 255, 255, 0);
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .cta__button-circle {
    border-radius: 25px;
  }
}
.cta__button-icon {
  flex-shrink: 0;
  width: 7.5rem;
  height: 7.5rem;
  border-right: 3px dotted #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cta__button-icon {
    width: 75px;
    height: 75px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__button-icon {
    width: 87px;
    height: 87px;
  }
}
.cta__button-icon img {
  width: 80% !important;
  height: auto !important;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.cta__button-text {
  flex-grow: 1;
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .cta__button-text {
    font-size: 32px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__button-text {
    font-size: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cta__text {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .cta__text {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__text {
    margin-top: 13px;
  }
}
.cta__lead {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  margin-top: -0.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .cta__lead {
    font-size: 40px;
    margin-top: -6px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .cta__lead {
    font-size: 36px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
}
.cta__lead span {
  color: #b4973b;
  font-size: 4rem;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .cta__lead span {
    font-size: 40px;
  }
}
.cta-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .cta-pc {
    display: block;
    background: url(../img/cta-bg-pc.webp) no-repeat center center/cover;
    padding-block: 30px;
  }
}

.true {
  background: linear-gradient(180deg, #e1e4e4 0%, #626262 100%);
  padding-top: 6.4rem;
}
@media screen and (min-width: 768px) {
  .true {
    padding-top: 64px;
  }
}
@media screen and (min-width: 1280px) {
  .true {
    padding-top: 12px;
  }
}
.true__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .true__content {
    gap: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .true__content {
    gap: 78px;
  }
}
.true__img img {
  width: 22.53vw;
  height: 31.33vw;
}
@media screen and (min-width: 768px) {
  .true__img img {
    width: 169px;
    height: 235.727px;
  }
}
@media screen and (min-width: 1280px) {
  .true__img img {
    width: 198.59px;
    height: 277px;
  }
}
.true__title {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .true__title {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .true__title {
    padding-top: 72px;
  }
}
.true__lead {
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), -2px -2px 4px rgba(0, 0, 0, 0.25);
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .true__lead {
    font-size: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .true__lead {
    padding-left: 15px;
  }
}
.true__lead span {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) {
  .true__lead span {
    font-size: 36px;
  }
}
.true__accent {
  color: #fff;
  font-size: 5.1rem;
  font-weight: 600;
  line-height: 150%; /* 78px */
  background: #497778;
}
@media screen and (min-width: 768px) {
  .true__accent {
    font-size: 51px;
    padding-left: 15px;
  }
}
.true__accent-text {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .true__accent-text {
    font-size: 48px;
  }
}
.true__accent-end {
  font-size: 3rem;
  font-weight: 600;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .true__accent-end {
    font-size: 30px;
  }
}

.question {
  background: url(../img/question-bg.webp) no-repeat center center/cover;
  padding-block: 4.8rem;
}
@media screen and (min-width: 768px) {
  .question {
    padding-block: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .question {
    padding-block: 77px;
  }
}
.question__content {
  position: relative;
}
.question__content::before {
  content: "";
  position: absolute;
  background: url(../img/question-img.webp) no-repeat center center/contain;
  width: 23.8rem;
  height: 26.2rem;
  bottom: -4.8rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .question__content::before {
    width: 238px;
    height: 262.428px;
    bottom: -48px;
  }
}
@media screen and (min-width: 1280px) {
  .question__content::before {
    width: 299px;
    height: 329.689px;
    bottom: -75px;
  }
}
@media screen and (min-width: 768px) {
  .question__content {
    max-width: 800px;
    margin: 0 auto;
  }
}
.question__title-lists {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.question__title-text {
  color: #b4973b;
  font-size: 5.2rem;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  padding-left: 5rem;
  padding-right: 2.5rem;
  height: 8rem;
}
@media screen and (min-width: 768px) {
  .question__title-text {
    font-size: 52px;
    padding-left: 50px;
    padding-right: 25px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .question__title-text {
    font-size: 48px;
    padding-left: 22px;
    padding-right: 0;
  }
}
.question__title-text span {
  color: #b4973b;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .question__title-text span {
    font-size: 40px;
  }
}
.question__title-text-middle {
  color: #b4973b;
  font-size: 5.2rem;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  padding-left: 5rem;
  padding-right: 5rem;
  height: 8rem;
}
@media screen and (min-width: 768px) {
  .question__title-text-middle {
    font-size: 52px;
    padding-left: 50px;
    padding-right: 50px;
    height: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .question__title-text-middle {
    font-size: 48px;
    padding-left: 20px;
    padding-right: 30px;
  }
}
.question__title-text-middle span {
  color: #b4973b;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .question__title-text-middle span {
    font-size: 40px;
  }
}
.question__title-text-small {
  color: #b4973b;
  font-size: 4.4rem;
  font-weight: 600;
  background: #fff;
  display: inline-block;
  padding-inline: 5rem;
}
@media screen and (min-width: 768px) {
  .question__title-text-small {
    font-size: 44px;
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .question__title-text-small {
    font-size: 42px;
    padding-inline: 20px;
  }
}

.person {
  background: url(../img/fv-bg.webp) no-repeat center center/cover;
  padding-block: 8rem;
}
@media screen and (min-width: 768px) {
  .person {
    padding-block: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .person {
    padding-block: 121px;
  }
}
.person__header {
  text-align: center;
}
.person__lead {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
@media screen and (min-width: 768px) {
  .person__lead {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .person__lead {
    font-size: 28px;
  }
}
.person__accent {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  line-height: 160%; /* 64px */
  background: #78b4b5;
  display: inline-block;
  padding-left: 2rem;
  margin-top: 3.4rem;
}
@media screen and (min-width: 768px) {
  .person__accent {
    font-size: 40px;
    margin-top: 34px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .person__accent {
    margin-top: 40px;
    font-size: 38px;
    padding: 5px 0 5px 10px;
  }
}
.person__text {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 160%; /* 51.2px */
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .person__text {
    font-size: 32px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .person__text {
    font-size: 26px;
  }
}
.person__text-accent {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 160%;
  background: linear-gradient(transparent 70%, #e6df7f 0%);
}
@media screen and (min-width: 768px) {
  .person__text-accent {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  .person__text-accent {
    font-size: 32px;
  }
}
.person__text-big {
  font-size: 4rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .person__text-big {
    font-size: 40px;
  }
}
.person__img {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .person__img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .person__img {
    margin-top: 56px;
  }
}
.person__img img {
  width: 39.7rem;
  height: 26.5rem;
}
@media screen and (min-width: 768px) {
  .person__img img {
    width: 397.5px;
    height: 265px;
  }
}
@media screen and (min-width: 1280px) {
  .person__img img {
    width: 690px;
    height: 460px;
  }
}

.experience {
  background: linear-gradient(180deg, #fff 0%, #fff8ec 45%, #fff1d6 100%);
  padding-top: 8rem;
  padding-bottom: 5.8rem;
  position: relative;
  z-index: 30;
}
.experience::after {
  content: "";
  position: absolute;
  height: 62px;
  width: 100%;
  clip-path: polygon(0 0, 50% 100%, 100% 0); /* ココ */
  background-color: #fff1d6;
  left: 0;
  bottom: -60px; /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
}
@media screen and (min-width: 1280px) {
  .experience::after {
    height: 115px;
    bottom: -110px;
  }
}
@media screen and (min-width: 768px) {
  .experience {
    padding-top: 80px;
    padding-bottom: 58px;
  }
}
@media screen and (min-width: 1280px) {
  .experience {
    padding-top: 120px;
    padding-bottom: 8px;
  }
}
.experience__content {
  text-align: center;
}
.experience__numbers {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .experience__numbers {
    gap: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__numbers {
    flex-direction: row;
    justify-content: center;
    gap: 114px;
  }
}
.experience__number-head {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 150%; /* 66px */
  display: inline-block;
  position: relative;
}
.experience__number-head::after {
  position: absolute;
  content: "";
  background: url(../img/text-under.webp) no-repeat center center/contain;
  width: 100%;
  height: 33%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .experience__number-head::after {
    bottom: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__number-head::after {
    bottom: -19px;
  }
}
@media screen and (min-width: 768px) {
  .experience__number-head {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__number-head {
    font-size: 34px;
  }
}
.experience__number-text {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 150%; /* 66px */
  margin-top: 0.7rem;
}
@media screen and (min-width: 768px) {
  .experience__number-text {
    font-size: 44px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__number-text {
    font-size: 34px;
  }
}
.experience__number-big {
  color: #b4973b;
  font-size: 8.7rem;
  font-weight: 700;
  line-height: 150%; /* 131px */
}
@media screen and (min-width: 768px) {
  .experience__number-big {
    font-size: 87.333px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__number-big {
    font-size: 78px;
  }
}
.experience__number-percent {
  color: #b4973b;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 150%; /* 72px */
}
@media screen and (min-width: 768px) {
  .experience__number-percent {
    font-size: 48px;
  }
}
.experience__number-footer {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
  margin-top: 2.2rem;
}
@media screen and (min-width: 768px) {
  .experience__number-footer {
    font-size: 36px;
    margin-top: 22px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__number-footer {
    font-size: 28px;
    margin-top: 44px;
  }
}
.experience__texts {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 6.8rem;
}
@media screen and (min-width: 768px) {
  .experience__texts {
    margin-top: 80px;
    gap: 68px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__texts {
    gap: 3px;
  }
}
.experience__text {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 160%; /* 51.2px */
}
@media screen and (min-width: 768px) {
  .experience__text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__text {
    font-size: 28px;
  }
}
.experience__text-bg {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 160%; /* 60.8px */
  background: #fff;
}
@media screen and (min-width: 768px) {
  .experience__text-bg {
    font-size: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__text-bg {
    font-size: 32px;
    margin: 0 13px;
  }
}
.experience__text-big {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .experience__text-big {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__text-big {
    font-size: 28px;
  }
}
.experience__footer {
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .experience__footer {
    margin-top: 80px;
  }
}
.experience__footer-title {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 150%; /* 66px */
  position: relative;
}
.experience__footer-title::after {
  position: absolute;
  content: "";
  background: url(../img/text-under.webp) no-repeat center center/contain;
  width: 100%;
  height: 33%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .experience__footer-title::after {
    bottom: -30px;
  }
}
@media screen and (min-width: 768px) {
  .experience__footer-title::after {
    bottom: -21px;
  }
}
@media screen and (min-width: 768px) {
  .experience__footer-title {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__footer-title {
    font-size: 36px;
  }
}
.experience__footer-lead {
  font-size: 3.86rem;
  font-weight: 700;
  line-height: 160%; /* 61.858px */
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .experience__footer-lead {
    font-size: 38.661px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__footer-lead {
    font-size: 28px;
    margin-top: 29px;
  }
}
.experience__footer-big {
  font-size: 4.41rem;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .experience__footer-big {
    font-size: 44.184px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__footer-big {
    font-size: 32px;
  }
}
.experience__footer-line {
  background: linear-gradient(transparent 63%, #fff 0%);
  font-weight: 700;
  line-height: 160%; /* 61.858px */
}
@media screen and (min-width: 1280px) {
  .experience__footer-line {
    font-size: 32px;
  }
}
.experience__footer-text {
  margin-top: 6rem;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 160%; /* 51.2px */
}
@media screen and (min-width: 768px) {
  .experience__footer-text {
    margin-top: 60px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .experience__footer-text {
    font-size: 24px;
    margin-top: 50px;
  }
}

@media screen and (min-width: 1280px) {
  .text__small {
    font-size: 26px;
  }
}

.worry {
  background: linear-gradient(180deg, #fff 0%, #e8e7e5 100%);
  padding-top: 14rem;
  padding-bottom: 11.5rem;
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  .worry {
    padding-top: 140px;
    padding-bottom: 115px;
  }
}
@media screen and (min-width: 1280px) {
  .worry {
    padding-top: 234px;
    padding-bottom: 170px;
  }
}
.worry__inner {
  position: relative;
  z-index: 10;
}
.worry__inner::before {
  content: "";
  position: absolute;
  background: url(../img/worry-img.webp) no-repeat center center/contain;
  width: 37.4rem;
  height: 43.5rem;
  bottom: -11.4rem;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .worry__inner::before {
    width: 374px;
    height: 435px;
    bottom: -114px;
  }
}
@media screen and (min-width: 900px) {
  .worry__inner::before {
    background: url(../img/worry-img-pc.webp) no-repeat center center/contain;
    right: 0%;
  }
}
@media screen and (min-width: 1280px) {
  .worry__inner::before {
    width: 480px;
    height: 497.16px;
    right: 26%;
    bottom: -178px;
  }
}
.worry__lists {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid #c0a860;
  background: #fff;
  width: 65rem;
  padding: 2.4rem 1.6rem 1.8rem;
  gap: 2.8rem;
}
@media screen and (min-width: 768px) {
  .worry__lists {
    max-width: 650px;
    padding: 24px 16px 18px;
    gap: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__lists {
    max-width: 1120px;
    align-items: normal;
    padding: 50px 24px 36px;
    gap: 15px;
  }
}
.worry__list {
  display: flex;
  flex-direction: row;
  gap: 1.1rem;
}
@media screen and (min-width: 768px) {
  .worry__list {
    gap: 11px;
  }
}
.worry__list-mask {
  flex-shrink: 0;
}
.worry__list-mask img {
  width: 5.9rem;
  height: 7.24rem;
}
@media screen and (min-width: 768px) {
  .worry__list-mask img {
    width: 59px;
    height: 72.486px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__list-mask img {
    width: 44.767px;
    height: 55px;
  }
}
.worry__list-text {
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .worry__list-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .worry__list-text {
    font-size: 28px;
  }
}
.worry__arrow {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .worry__arrow {
    margin-top: 60px;
  }
}
.worry__person {
  text-align: center;
  margin-top: 2.6rem;
}
@media screen and (min-width: 768px) {
  .worry__person {
    margin-top: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__person {
    margin-top: 40px;
  }
}
.worry__person-text {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 150%; /* 57px */
  display: inline;
  background: linear-gradient(transparent 70%, #e6df7f 0%);
}
@media screen and (min-width: 768px) {
  .worry__person-text {
    font-size: 38px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__person-text {
    font-size: 32px;
  }
}
.worry__person-text span {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .worry__person-text span {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__person-text span {
    font-size: 40px;
  }
}
.worry__footer {
  margin-top: 10.8rem;
}
@media screen and (min-width: 768px) {
  .worry__footer {
    margin-top: 108px;
  }
}
@media screen and (min-width: 900px) {
  .worry__footer {
    max-width: 914px;
    margin: 120px auto 0;
  }
}
.worry__footer-lead {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .worry__footer-lead {
    font-size: 36px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__footer-lead {
    font-size: 32px;
    padding-left: 33px;
  }
}
.worry__footer-lead span {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 160%; /* 76.8px */
}
@media screen and (min-width: 768px) {
  .worry__footer-lead span {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__footer-lead span {
    font-size: 40px;
  }
}
.worry__footer-title {
  font-size: 6.48rem;
  font-weight: 600;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .worry__footer-title {
    font-size: 64.831px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__footer-title {
    font-size: 52px;
  }
}
.worry__footer-title span {
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -1.08px;
}
@media screen and (min-width: 768px) {
  .worry__footer-title span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__footer-title span {
    font-size: 32px;
  }
}
.worry__footer-try {
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 76.8px */
  padding-left: 5rem;
}
@media screen and (min-width: 768px) {
  .worry__footer-try {
    font-size: 48px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .worry__footer-try {
    font-size: 40px;
    padding-left: 33px;
    padding-top: 10px;
  }
}

.about {
  background: linear-gradient(180deg, #fff 0%, #e4f0f0 18.97%);
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  z-index: 30;
}
.about::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 0;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-bottom: 65px solid #fff;
}
@media screen and (min-width: 1280px) {
  .about::before {
    top: -110px;
    border-bottom: 110px solid #fff;
  }
}
.about::after {
  content: "";
  position: absolute;
  top: -65px;
  right: 0;
  box-sizing: border-box;
  border-left: 50vw solid transparent;
  border-bottom: 65px solid #fff;
}
@media screen and (min-width: 1280px) {
  .about::after {
    top: -110px;
    border-bottom: 110px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .about {
    padding-top: 126px;
    padding-bottom: 120px;
  }
}
.about__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 120%; /* 48px */
  text-align: center;
  position: relative;
}
.about__title::before {
  content: "";
  position: absolute;
  background: url(../img/about__title-line.webp) no-repeat center center/contain;
  width: 41.3rem;
  height: 3.55rem;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .about__title::before {
    width: 413px;
    height: 35.5px;
    bottom: -40px;
  }
}
@media screen and (min-width: 1280px) {
  .about__title::before {
    width: 665px;
    height: 50.5px;
    bottom: -52px;
  }
}
@media screen and (min-width: 768px) {
  .about__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .about__title {
    font-size: 36px;
  }
}
.about__title-small {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .about__title-small {
    font-size: 34px;
  }
}
@media screen and (min-width: 1280px) {
  .about__title-small {
    font-size: 32px;
  }
}
.about__title-big {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 120%;
  color: #497778;
}
@media screen and (min-width: 768px) {
  .about__title-big {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .about__title-big {
    font-size: 52px;
  }
}
.about__lead-header {
  margin-top: 9.2rem;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .about__lead-header {
    margin-top: 92px;
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .about__lead-header {
    margin-top: 134px;
  }
}
.about__lead-big {
  font-size: 4rem;
  font-weight: 600;
  line-height: 170%; /* 68px */
}
@media screen and (min-width: 768px) {
  .about__lead-big {
    font-size: 40px;
  }
}
.about__lead-accents {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
@media screen and (min-width: 768px) {
  .about__lead-accents {
    gap: 9px;
  }
}
.about__lead-accent {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 170%;
}
@media screen and (min-width: 768px) {
  .about__lead-accent {
    font-size: 32px;
  }
}
.about__lead-accent span {
  color: #497778;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 170%;
  background: #fff;
  padding: 0.4rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .about__lead-accent span {
    font-size: 44px;
    padding: 4px 6px;
  }
}
.about__lead-accent span.span2 {
  color: #b4973b;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 170%;
  background: #fff;
  padding: 0.4rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .about__lead-accent span.span2 {
    font-size: 44px;
    padding: 4px 6px;
  }
}
.about__lead-accent-pc-span {
  color: #497778;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 170%;
  background: #fff;
  padding: 0.4rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .about__lead-accent-pc-span {
    font-size: 44px;
    padding: 4px 6px;
  }
}
@media screen and (min-width: 1280px) {
  .about__lead-accent-pc-span {
    font-size: 38px;
    font-weight: 700;
    line-height: 200%;
  }
}
.about__lead-accent-pc-span2 {
  color: #b4973b;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 170%;
  background: #fff;
  padding: 0.4rem 0.6rem;
}
@media screen and (min-width: 768px) {
  .about__lead-accent-pc-span2 {
    font-size: 44px;
    padding: 4px 6px;
  }
}
@media screen and (min-width: 1280px) {
  .about__lead-accent-pc-span2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 200%;
  }
}
.about__lead-big-pc {
  font-size: 36px;
  font-weight: 600;
  line-height: 200%; /* 72px */
}
.about__lead-footer {
  margin-top: 9rem;
}
@media screen and (min-width: 768px) {
  .about__lead-footer {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1280px) {
  .about__lead-footer {
    margin-top: 100px;
  }
}
.about__footer {
  width: 65rem;
  border: 1px solid #78b4b5;
  background: #fff;
  margin: 8rem auto 0;
  padding: 4.8rem 2rem;
}
@media screen and (min-width: 768px) {
  .about__footer {
    margin: 80px auto 0;
    padding: 48px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .about__footer {
    margin-top: 100px;
    max-width: 1040px;
    display: flex;
    align-items: center;
    gap: 47px;
    padding: 50px;
  }
}
.about__footer-text {
  font-size: 3rem;
  font-weight: 400;
  line-height: 160%; /* 48px */
}
@media screen and (min-width: 768px) {
  .about__footer-text {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .about__footer-text {
    font-size: 24px;
  }
}
.about__footer-text-big {
  font-size: 3rem;
  font-weight: 600;
  line-height: 160%; /* 48px */
}
@media screen and (min-width: 768px) {
  .about__footer-text-big {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .about__footer-text-big {
    font-size: 24px;
  }
}
.about__footer-img {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .about__footer-img {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .about__footer-img {
    flex-shrink: 0;
    margin-top: 0;
  }
}
.about__footer-img img {
  width: 29.2rem;
  height: 39rem;
}
@media screen and (min-width: 768px) {
  .about__footer-img img {
    width: 292.361px;
    height: 390px;
  }
}
@media screen and (min-width: 1280px) {
  .about__footer-img img {
    width: 300.239px;
    height: 400px;
  }
}
.about__footer2 {
  width: 65rem;
  border: 1px solid #78b4b5;
  background: #fff;
  margin: 8rem auto 0;
  padding: 4.8rem 2rem;
}
@media screen and (min-width: 768px) {
  .about__footer2 {
    margin: 80px auto 0;
    padding: 48px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .about__footer2 {
    margin-top: 100px;
    max-width: 1040px;
    display: flex;
    align-items: center;
    gap: 47px;
    padding: 50px;
    flex-direction: row-reverse;
  }
}

.lead-footer__names {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .lead-footer__names {
    gap: 15px;
  }
}
.lead-footer__name {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 160%; /* 72px */
  background: #78b4b5;
  display: inline-block;
  padding-inline: 9px;
  height: 6.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .lead-footer__name {
    font-size: 45px;
    height: 65px;
  }
}
@media screen and (min-width: 1280px) {
  .lead-footer__name {
    font-size: 40px;
  }
}
.lead-footer__text {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 140%; /* 50.4px */
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .lead-footer__text {
    font-size: 36px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .lead-footer__text {
    font-size: 32px;
    margin-top: 8px;
  }
}
.lead-footer__accent {
  color: #497778;
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  .lead-footer__accent {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .lead-footer__accent {
    font-size: 40px;
  }
}

.feature {
  background: url(../img/feature-bg.webp) no-repeat center center/cover;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .feature {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .feature {
    padding-bottom: 114px;
  }
}
.feature__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.2rem;
  font-weight: 400;
  text-align: center;
  background: #c6b78e;
  position: relative;
}
.feature__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.4rem;
  height: 5.1rem;
  border-style: solid;
  border-width: 4.2rem;
  border-color: #c6b78e transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .feature__title::before {
    width: 206px;
    height: 75px;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 51px;
    border-style: solid;
    border-width: 42px;
  }
}
@media screen and (min-width: 768px) {
  .feature__title {
    font-size: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__title {
    font-size: 44px;
  }
}
.feature__title span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .feature__title span {
    font-size: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__title span {
    font-size: 54px;
  }
}
.feature__items {
  margin-top: 8rem;
  display: grid;
  justify-content: center;
  gap: 6.6rem;
}
@media screen and (min-width: 768px) {
  .feature__items {
    margin: 66px auto 0;
    gap: 66px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__items {
    gap: 60px;
    max-width: 1260px;
    margin-top: 125px;
    grid-template-columns: repeat(4, 1fr);
  }
}
.feature__item {
  border: 1px solid #dfd6af;
  width: 65rem;
}
.feature__item:nth-of-type(6) {
  display: grid;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .feature__item {
    max-width: 600px;
    width: 100%;
  }
  .feature__item:nth-of-type(odd) {
    grid-column: 1/3;
  }
  .feature__item:nth-of-type(even) {
    grid-column: 3/5;
  }
  .feature__item:last-of-type {
    grid-column: 2/4;
  }
}
.feature__item-lead {
  background: #dfd6af;
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 2.5rem 1.2rem;
}
@media screen and (min-width: 768px) {
  .feature__item-lead {
    padding: 20px 25px 12px;
    gap: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-lead {
    padding: 9px 0 8px 29px;
    gap: 28px;
  }
}
.feature__item-lead-tag img {
  width: 11rem;
  height: 11rem;
}
@media screen and (min-width: 768px) {
  .feature__item-lead-tag img {
    width: 110px;
    height: 110px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-lead-tag img {
    width: 103px;
    height: 103px;
  }
}
.feature__item-lead-text {
  font-size: 2.9rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .feature__item-lead-text {
    font-size: 31px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-lead-text {
    font-size: 28px;
  }
}
.feature__item-img {
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .feature__item-img {
    width: 600px;
    height: 280px;
  }
}
.feature__item-img img {
  width: 30rem;
  height: 32rem;
}
@media screen and (min-width: 768px) {
  .feature__item-img img {
    width: 300px;
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-img img {
    height: 280px;
  }
}
.feature__item-img-middle {
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .feature__item-img-middle {
    width: 600px;
    height: 280px;
    padding-top: 20px;
  }
}
.feature__item-img-middle img {
  width: 30rem;
  height: 32rem;
}
@media screen and (min-width: 768px) {
  .feature__item-img-middle img {
    width: 300px;
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-img-middle img {
    width: 270.883px;
    height: 240px;
  }
}
.feature__item-img-small {
  background: #fff;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .feature__item-img-small {
    width: 600px;
    height: 280px;
    padding-top: 20px;
  }
}
.feature__item-img-small img {
  width: 30rem;
  height: 32rem;
}
@media screen and (min-width: 768px) {
  .feature__item-img-small img {
    width: 300px;
    height: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-img-small img {
    width: 192.127px;
    height: 240px;
  }
}
.feature__item-img-last {
  background: #fff;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .feature__item-img-last {
    width: 600px;
    height: auto;
    padding: 20px 0;
    margin: 0 auto;
  }
}
.feature__item-img-last img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  display: inline-block;
}
.feature__item-text {
  font-size: 2.8rem;
  font-weight: 400;
  background: #dfd6af;
  padding: 3rem 2.5rem 3.4rem;
  line-height: 1.5;
}
.feature__item-text .small-note {
  font-size: 2.4rem;
  line-height: 1.4;
  display: block;
}
@media screen and (min-width: 768px) {
  .feature__item-text {
    font-size: 28px;
    padding: 30px 25px 34px;
  }
  .feature__item-text .small-note {
    font-size: 26px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-text {
    font-size: 24px;
    min-height: 185px;
    padding: 25px;
    padding: 22px 35px 16px;
  }
  .feature__item-text .small-note {
    font-size: 19px;
  }
}
.feature__item-product {
  padding-top: 3.4rem;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .feature__item-product {
    padding-top: 34px;
  }
}
.feature__item-product img {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .feature__item-product img {
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-product img {
    width: 100%;
    max-width: 400px;
  }
}
.feature__item-ingredient {
  padding: 3.4rem 0;
  align-self: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature__item-ingredient {
    padding: 34px 0;
  }
}
.feature__item-ingredient img {
  width: 90%;
}
@media screen and (min-width: 900px) {
  .feature__item-ingredient img {
    width: 100%;
    max-width: 750px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__item-ingredient img {
    width: 90%;
    max-width: none;
  }
}
.feature__footer {
  border: 4px solid #dfd6af;
  background: #fff;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  width: 63rem;
  padding: 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .feature__footer {
    padding: 25px 10px;
    gap: 12px;
    justify-content: center;
    width: 65rem;
  }
}
@media screen and (min-width: 1280px) {
  .feature__footer {
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    margin-top: 88px;
    padding: 65px 0 58px;
    gap: 35px;
  }
}
.feature__footer-img img {
  width: 17rem;
  height: 20.9rem;
}
@media screen and (min-width: 768px) {
  .feature__footer-img img {
    width: 170px;
    height: 209px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__footer-img img {
    width: 393.653px;
    height: 222.494px;
  }
}
.feature__footer-text {
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .feature__footer-text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .feature__footer-text {
    font-size: 24px;
  }
}

.example {
  background: #f1f1f1;
  padding-bottom: 8rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .example {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .example {
    padding-bottom: 120px;
  }
}
.example__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  text-align: center;
  background: #78b4b5;
  position: relative;
}
.example__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px;
  border-color: #78b4b5 transparent transparent transparent;
}
@media screen and (min-width: 1280px) {
  .example__title::before {
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 51px;
    border-style: solid;
    border-width: 42px;
  }
}
@media screen and (min-width: 768px) {
  .example__title {
    font-size: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .example__title {
    font-size: 44px;
    padding: 7px;
  }
}
.example__items {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 7rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .example__items {
    margin-top: 80px;
    gap: 70px;
  }
}
@media screen and (min-width: 1280px) {
  .example__items {
    margin-top: 98px;
    gap: 59px;
  }
}
.example__item {
  width: 65rem;
}
@media screen and (min-width: 1280px) {
  .example__item {
    width: 100%;
    max-width: 1260px;
  }
}
.example__item-title {
  text-align: center;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 600;
  background: #78b4b5;
  padding-block: 2.4rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .example__item-title {
    font-size: 36px;
    padding-top: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-title {
    font-size: 32px;
    padding-top: 8px;
    padding-bottom: 2px;
  }
}
.example__item-title span {
  color: #78b4b5;
  font-size: 4rem;
  font-weight: 600;
  background: #fff;
  padding-inline: 1.2rem;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .example__item-title span {
    font-size: 40px;
    padding-inline: 12px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-title span {
    font-size: 36px;
    margin-left: 30px;
  }
}
.example__item-content {
  padding: 3rem 2.5rem;
  border: 0.7rem solid #78b4b5;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .example__item-content {
    padding: 30px 25px;
    border: 7px solid #78b4b5;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-content {
    padding: 30px 64px 40px 67px;
  }
}
.example__item-img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .example__item-img img {
    width: 588.478px;
    height: 366.464px;
  }
}
.example__item-lists {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2.1rem;
}
@media screen and (min-width: 768px) {
  .example__item-lists {
    margin-top: 30px;
    gap: 21px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-lists {
    margin-top: 34px;
    gap: 31px;
  }
}
.example__item-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .example__item-list {
    flex-direction: row;
  }
}
.example__item-list-tag {
  color: #fff;
  background: #78b4b5;
  font-size: 3rem;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  padding-inline: 2rem;
  box-shadow: 4px 4px 4px rgba(22, 32, 40, 0.3);
}
@media screen and (min-width: 768px) {
  .example__item-list-tag {
    font-size: 30px;
    padding-inline: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-list-tag {
    flex-shrink: 0;
    height: 44px;
    font-size: 26px;
    padding-inline: 16px;
  }
}
.example__item-list-text {
  padding-left: 4.4rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .example__item-list-text {
    padding-left: 44px;
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .example__item-list-text {
    font-size: 26px;
    padding-left: 20px;
    line-height: 1.4;
  }
}
.example__footer {
  border: 1px solid #78b4b5;
  background: #fff;
  width: 65rem;
  margin: 7rem auto 0;
  padding: 2rem 5.5rem 2.4rem;
  position: relative;
}
.example__footer::before {
  content: ""; /* 擬似要素に実体を持たせる */
  position: absolute;
  width: calc(100% - 20px); /* 外側の線になる要素の幅を指定する*/
  height: calc(100% - 20px); /* 外側の線になる要素の高さを指定する */
  border: 1px solid #78b4b5; /* 外側の線になる一本線の枠線をひく*/
  top: 9px; /* 外側の線の位置を、内側の線から上に3pxずらす */
  left: 10px; /* 外側の線の位置を、内側の線から左に3pxずらす*/
}
@media screen and (min-width: 768px) {
  .example__footer {
    margin-top: 70px;
    padding: 20px 55px 24px;
    width: 650px;
  }
}
@media screen and (min-width: 1280px) {
  .example__footer {
    margin-top: 62px;
    padding: 50px 55px 56px;
    max-width: 963px;
    width: 100%;
  }
}
.example__footer-title {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.example__footer-title::after {
  position: absolute;
  content: "";
  background: url(../img/example__footer-title-line.webp) no-repeat center center/contain;
  width: 20.2rem;
  height: 1rem;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .example__footer-title::after {
    width: 202px;
    height: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .example__footer-title::after {
    width: 237px;
    height: 7px;
  }
}
@media screen and (min-width: 768px) {
  .example__footer-title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .example__footer-title {
    font-size: 36px;
  }
}
.example__footer-title span {
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .example__footer-title span {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .example__footer-title span {
    font-size: 28px;
  }
}
.example__footer-table {
  margin: 2rem auto 0;
  border: 1px solid #92999e;
  border-collapse: collapse;
  width: 54rem;
}
@media screen and (min-width: 768px) {
  .example__footer-table {
    margin: 20px auto 0;
    max-width: 540px;
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .example__footer-table {
    margin-top: 26px;
  }
}
.example__footer-table tr {
  width: 100%;
}
.example__footer-table tr th {
  width: 50%;
}
.example__footer-table tr td {
  width: 50%;
}
.example__footer-text {
  font-size: 2.6rem;
  font-weight: 700;
  margin-top: 2rem;
  display: flex;
  justify-content: flex-end;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .example__footer-text {
    font-size: 26px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .example__footer-text {
    justify-content: center;
    font-size: 24px;
  }
}
.example .example__img {
  text-align: center;
  margin-top: 4rem;
}
.example .example__img img {
  width: 90%;
  height: auto;
  max-width: 390px;
}
@media screen and (min-width: 768px) {
  .example .example__img img {
    width: 588px;
    height: auto;
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  .example .example__img img {
    width: 690px;
    height: auto;
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .example .example__img {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .example .example__img {
    margin-top: 56px;
  }
}

.footer-table__title {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #78b4b5;
  font-size: 2.6rem;
  font-weight: 400;
  padding-block: 0.8rem;
}
@media screen and (min-width: 768px) {
  .footer-table__title {
    font-size: 26px;
    padding-block: 8px;
  }
}
.footer-table__number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  border: 1px solid #92999e;
  text-align: left;
  padding-left: 0.7rem;
  padding-block: 0.2rem;
}
@media screen and (min-width: 768px) {
  .footer-table__number {
    font-size: 26px;
    padding-left: 7px;
    padding-block: 2px;
  }
}
.footer-table__price {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  border: 1px solid #92999e;
  text-align: right;
  padding-right: 1.5rem;
  padding-block: 0.2rem;
}
@media screen and (min-width: 768px) {
  .footer-table__price {
    font-size: 26px;
    padding-right: 15px;
    padding-block: 2px;
  }
}

.qa {
  padding-block: 8rem;
  background: url(../img/qa-bg.webp) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .qa {
    padding-block: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .qa {
    padding-top: 115px;
    padding-bottom: 82px;
  }
}
.qa__title {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa__title {
    font-size: 32px;
  }
}
.qa__title span {
  font-size: 4.2rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .qa__title span {
    font-size: 42px;
  }
}
.qa__items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media screen and (min-width: 768px) {
  .qa__items {
    margin-top: 20px;
    gap: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__items {
    margin-top: 64px;
    justify-content: center;
    align-items: center;
    gap: 62px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__item {
    max-width: 1260px;
    width: 100%;
  }
}
.qa__item-question {
  background: #c0a860;
  display: flex;
  gap: 1.7rem;
}
@media screen and (min-width: 768px) {
  .qa__item-question {
    gap: 17px;
  }
}
.qa__item-answer {
  border: 2px solid #c0a860;
  background: #fff;
  display: flex;
  gap: 1.7rem;
}
@media screen and (min-width: 768px) {
  .qa__item-answer {
    gap: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__item-answer {
    gap: 20px;
  }
}
.qa__item-answer-box {
  border: 2px solid #c0a860;
  background: #fff;
}
.qa__item-answer-another {
  display: flex;
  gap: 1.7rem;
}
@media screen and (min-width: 768px) {
  .qa__item-answer-another {
    gap: 17px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__item-answer-another {
    gap: 20px;
  }
}
.qa__item-answer-img {
  display: inline-block;
  padding: 0 4.8rem 2.7rem;
  margin-top: 0.4rem;
}
@media screen and (min-width: 768px) {
  .qa__item-answer-img {
    display: block;
    padding: 0 48px 27px;
    margin: 4px auto 0;
    margin-top: 4px;
  }
  .qa__item-answer-img picture {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .qa__item-answer-img {
    padding: 0px 0px 31px 114px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__item-answer-img img {
    width: 1091.433px;
    height: 374px;
  }
}
.qa__item-answer-graph {
  text-align: center;
  padding-bottom: 3.2rem;
}
@media screen and (min-width: 768px) {
  .qa__item-answer-graph {
    padding-bottom: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .qa__item-answer-graph {
    text-align: center;
    padding-bottom: 28px;
  }
}
.qa__item-answer-graph img {
  width: 54rem;
}
@media screen and (min-width: 1280px) {
  .qa__item-answer-graph img {
    width: 540px;
  }
}

.item-question__tag {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  padding-left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .item-question__tag {
    font-size: 40px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .item-question__tag {
    padding-left: 45px;
  }
}
.item-question__text {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  padding-block: 1rem;
  padding-right: 4.7rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .item-question__text {
    font-size: 30px;
    padding-block: 10px;
    padding-right: 47px;
  }
}
@media screen and (min-width: 1280px) {
  .item-question__text {
    font-size: 26px;
    padding: 20px 8px 11px 0px;
  }
}

.item-answer__tag {
  color: #c0a860;
  font-size: 4rem;
  font-weight: 700;
  padding-left: 1.2rem;
}
@media screen and (min-width: 768px) {
  .item-answer__tag {
    font-size: 40px;
    padding-left: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .item-answer__tag {
    padding-left: 41px;
  }
}
.item-answer__text {
  font-size: 3rem;
  font-weight: 400;
  padding: 2.3rem 4.7rem 2.5rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .item-answer__text {
    font-size: 30px;
    padding: 23px 47px 25px 0;
  }
}
@media screen and (min-width: 1280px) {
  .item-answer__text {
    font-size: 26px;
    padding: 26px 47px 36px 0px;
  }
}
.item-answer__text-small {
  font-size: 2.5rem;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 768px) {
  .item-answer__text-small {
    font-size: 25px;
  }
}
@media screen and (min-width: 1280px) {
  .item-answer__text-small {
    font-size: 22px;
  }
}

.explain {
  background: url(../img/feature-bg.webp) no-repeat center center/cover;
  padding-bottom: 7.6rem;
}
@media screen and (min-width: 768px) {
  .explain {
    padding-bottom: 76px;
  }
}
@media screen and (min-width: 1280px) {
  .explain {
    padding-bottom: 120px;
  }
}
.explain__title {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.2rem;
  font-weight: 400;
  text-align: center;
  background: linear-gradient(180deg, #bbe2e2 15.5%, #78b4b5 96.5%);
  height: 10rem;
  position: relative;
}
.explain__title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 7.4rem;
  height: 5.1rem;
  border-style: solid;
  border-width: 4.2rem;
  border-color: #78b4b5 transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .explain__title::before {
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 74px;
    height: 51px;
    border-style: solid;
    border-width: 42px;
  }
}
@media screen and (min-width: 768px) {
  .explain__title {
    font-size: 52px;
    height: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__title {
    font-size: 44px;
    padding-top: 8px;
    height: 88px;
  }
}
.explain__lead {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .explain__lead {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__lead {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 98px;
  }
}
.explain__lead-accent {
  color: #fff;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.explain__lead-accent::before {
  content: "";
  display: block;
  position: absolute;
  background: #78b4b5;
  width: 92%;
  height: 8.5rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .explain__lead-accent::before {
    height: 85px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__lead-accent::before {
    height: 75px;
  }
}
@media screen and (min-width: 768px) {
  .explain__lead-accent {
    font-size: 48px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__lead-accent {
    font-size: 40px;
  }
}
.explain__lead-text {
  color: #497778;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 150%; /* 54px */
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  .explain__lead-text {
    font-size: 36px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__img-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-top: 78px;
  }
}
.explain__img {
  margin: 7rem auto 0;
  width: 56rem;
}
@media screen and (min-width: 768px) {
  .explain__img {
    margin: 70px auto 0;
    width: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__img {
    width: 456.941px;
    height: 456.941px;
    margin: 0;
  }
}
.explain__img-text {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .explain__img-text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__img-text {
    margin-top: 0;
  }
}
.explain__img-text-big {
  color: #497778;
  text-align: center;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 150%; /* 66px */
}
@media screen and (min-width: 768px) {
  .explain__img-text-big {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__img-text-big {
    text-align: left;
    font-size: 37px;
  }
}
.explain__img-text-big span {
  color: #497778;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .explain__img-text-big span {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__img-text-big span {
    font-size: 28px;
  }
}
.explain__img-text-small {
  color: #78b4b5;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .explain__img-text-small {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__img-text-small {
    font-size: 30px;
  }
}
.explain__img-text-small span {
  font-size: 4rem;
  font-weight: 700;
  line-height: 150%; /* 60px */
}
@media screen and (min-width: 768px) {
  .explain__img-text-small span {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__img-text-small span {
    font-size: 32px;
  }
}
.explain__content {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .explain__content {
    margin-top: 80px;
    gap: 52px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__content {
    margin-top: 70px;
  }
}
.explain__content-text {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 160%; /* 51.2px */
}
@media screen and (min-width: 768px) {
  .explain__content-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__content-text {
    font-size: 24px;
  }
}
.explain__content-big {
  color: #78b4b5;
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  .explain__content-big {
    font-size: 44px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__content-big {
    font-size: 36px;
  }
}
.explain__content-accent {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 160%; /* 51.2px */
  background: linear-gradient(transparent 70%, #fff1d6 0%);
}
@media screen and (min-width: 768px) {
  .explain__content-accent {
    font-size: 32px;
  }
}
@media screen and (min-width: 1280px) {
  .explain__content-accent {
    font-size: 24px;
  }
}

.lead-accent__under {
  margin-top: 1.8rem;
}
@media screen and (min-width: 768px) {
  .lead-accent__under {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .lead-accent__under {
    margin-top: 0;
  }
}

.profile {
  padding-top: 7.5rem;
  padding-bottom: 19.4rem;
  background: linear-gradient(180deg, #fff 0%, #fff1d6 100%);
}
@media screen and (min-width: 768px) {
  .profile {
    padding-top: 75px;
    padding-bottom: 194px;
  }
}
@media screen and (min-width: 1280px) {
  .profile {
    padding-top: 112px;
    padding-bottom: 159px;
  }
}
.profile__title {
  font-size: 4rem;
  font-weight: 400;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.profile__title::after {
  content: "";
  position: absolute;
  background: url(../img/profile__title-line.webp) no-repeat center center/contain;
  width: 34rem;
  height: 3rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3rem;
}
@media screen and (min-width: 768px) {
  .profile__title::after {
    width: 341px;
    height: 30px;
    bottom: -30px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__title::after {
    width: 304px;
    height: 30px;
    bottom: -22px;
  }
}
@media screen and (min-width: 768px) {
  .profile__title {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__content {
    display: flex;
    gap: 46px;
    justify-content: center;
    padding-left: 32px;
  }
}
.profile__img {
  display: flex;
  gap: 5rem;
  align-items: center;
  margin-top: 6.8rem;
}
@media screen and (min-width: 768px) {
  .profile__img {
    gap: 50px;
    margin-top: 68px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__img {
    flex-direction: column;
    margin-top: 134px;
    gap: 20px;
  }
}
.profile__img-img {
  flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .profile__img-img {
    width: 264px;
    height: 300px;
  }
}
.profile__img-img img {
  width: 33rem;
  height: 37.5rem;
}
@media screen and (min-width: 768px) {
  .profile__img-img img {
    width: 330px;
    height: 375px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__img-img img {
    width: 264px;
    height: 300px;
  }
}
.profile__img-text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.profile__img-text-en {
  font-size: 3.6rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .profile__img-text-en {
    font-size: 36px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__img-text-en {
    font-size: 30px;
  }
}
.profile__img-text-ja {
  font-size: 4rem;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .profile__img-text-ja {
    font-size: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__img-text-ja {
    font-size: 32px;
  }
}
.profile__texts {
  margin-top: 6.3rem;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}
@media screen and (min-width: 768px) {
  .profile__texts {
    margin-top: 63px;
    gap: 18px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__texts {
    max-width: 926px;
    width: 100%;
    margin-top: 175px;
    gap: 30px;
  }
}
.profile__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .profile__text {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__text {
    font-size: 24px;
  }
}
.profile__footer-items {
  margin-top: 6.6rem;
}
@media screen and (min-width: 768px) {
  .profile__footer-items {
    margin-top: 66px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-items {
    padding-left: 63px;
  }
}
.profile__footer-title {
  background: #b4973b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  display: inline-block;
  padding-block: 0.9rem;
}
@media screen and (min-width: 768px) {
  .profile__footer-title {
    font-size: 36px;
    padding-block: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-title {
    font-size: 30px;
  }
}
.profile__footer-lists {
  margin-top: 2.7rem;
}
@media screen and (min-width: 768px) {
  .profile__footer-lists {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-lists {
    margin-top: 16px;
  }
}
.profile__footer-list {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .profile__footer-list {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-list {
    font-size: 24px;
    line-height: 1.5;
  }
}
.profile__footer-title-small {
  background: #b4973b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  display: inline-block;
  padding-block: 0.9rem;
}
@media screen and (min-width: 768px) {
  .profile__footer-title-small {
    font-size: 36px;
    padding-block: 9px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-title-small {
    font-size: 30px;
  }
}
.profile__footer-lists-small {
  margin-top: 2.4rem;
}
@media screen and (min-width: 768px) {
  .profile__footer-lists-small {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-lists-small {
    margin-top: 12px;
    font-size: 19.2px;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
  }
}
.profile__footer-list-small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .profile__footer-list-small {
    font-size: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-list-small {
    font-size: 24px;
    width: 66%;
  }
  .profile__footer-list-small:nth-child(2n) {
    padding-left: 0px;
    width: 75%;
  }
}
.profile__footer-explain {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .profile__footer-explain {
    font-size: 24px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-explain {
    font-size: 19.2px;
  }
}
.profile__footer-explain2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .profile__footer-explain2 {
    font-size: 24px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1280px) {
  .profile__footer-explain2 {
    font-size: 17px;
  }
}

.item-small {
  margin-top: 7rem;
}
@media screen and (min-width: 768px) {
  .item-small {
    margin-top: 70px;
  }
}

.footer {
  background: #78b4b5;
  padding-block: 1.3rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 13px;
  }
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-block: 18px;
  }
}
.footer__lists {
  display: flex;
  justify-content: center;
}
.footer__list {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .footer__list {
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */