@charset "UTF-8";
/* ──────────────────────────────
# 共通デザイン
────────────────────────────── */
.whatis__ttl {
  text-align: center;
  font-weight: bold;
}
.whatis__arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
}
.whatis__arrow::before, .whatis__arrow::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  width: 50vw;
  height: 52px;
}
@media screen and (max-width: 767.98px) {
  .whatis__arrow::before, .whatis__arrow::after {
    height: 2.9947916667vw;
  }
}
.whatis__arrow::before {
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
  left: 0;
}
.whatis__arrow::after {
  -webkit-clip-path: polygon(100% 0%, 100% 100%, 0 100%);
          clip-path: polygon(100% 0%, 100% 100%, 0 100%);
  right: 0;
}

/* ──────────────────────────────
# kv
────────────────────────────── */
.kv {
  background: url("../images/whatis/kv_bg_white.png") no-repeat center/auto 100%, url("../images/whatis/kv_bg-lg.jpg") no-repeat center/cover;
  height: clamp(420px, 50.9259259259vw, 600px);
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .kv {
    background: url("../images/whatis/kv_bg-sm.jpg") no-repeat center top/100vw auto;
    height: auto;
    padding-top: 65.1041666667vw;
    overflow: auto;
  }
}
.kv__inner {
  position: relative;
  padding-top: clamp(40px, 5.7692307692vw, 75px);
  max-width: 1000px;
  width: 85%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .kv__inner {
    width: 100%;
    padding: 5.2083333333vw 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#dee7e1), to(#edf7f1));
    background: linear-gradient(0deg, #dee7e1 0%, #edf7f1 100%);
    border-bottom: 2px solid #edf7f1;
  }
}
.kv__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: skewX(-17deg);
          transform: skewX(-17deg);
  position: absolute;
  left: 0px;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  .kv__inner::before {
    display: none;
  }
}
.kv__copy {
  position: relative;
  z-index: 2;
  max-width: 887px;
  width: 90%;
  margin: 0 clamp(5px, 1.1538461538vw, 15px) clamp(5px, 0.7692307692vw, 10px) auto;
}
@media screen and (max-width: 767.98px) {
  .kv__copy {
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 100%;
    margin: 0;
  }
}
.kv__copy::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.03)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.03) 0%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .kv__copy::after {
    display: none;
  }
}
.kv__copy picture {
  display: block;
}
.kv__point {
  display: block;
  max-width: 687px;
  width: 75%;
  margin: 0 auto clamp(30px, 4.1538461538vw, 54px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .kv__point {
    max-width: inherit;
    width: 92.1875vw;
    margin: 0 auto 4.4270833333vw;
  }
}
.kv__cvarea {
  position: relative;
  z-index: 2;
}
.kv__btnarea {
  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;
  gap: 0 19px;
}
@media screen and (max-width: 767.98px) {
  .kv__btnarea {
    margin-bottom: 4.5572916667vw;
  }
}
.kv__btn {
  font-size: clamp(16px, 1.7692307692vw, 23px);
  max-width: 364px;
  width: 40%;
  height: clamp(58px, 6.1538461538vw, 80px);
  position: relative;
  margin-bottom: 26px;
}
@media screen and (max-width: 767.98px) {
  .kv__btn {
    font-size: 4.1666666667vw;
    width: 44.921875vw;
    height: 14.9739583333vw;
    border-radius: 3.90625vw;
    max-width: inherit;
    text-align: center;
    margin-bottom: 0;
  }
}
.kv__btn a {
  line-height: 1.2;
}
.kv__btn::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 34px;
  height: 17px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  background: #f2a500;
}
@media screen and (max-width: 767.98px) {
  .kv__btn::after {
    display: none;
  }
}
.kv__btn-dl::after {
  background: #4baa6d;
}
.kv__micro {
  font-size: clamp(16px, 1.5384615385vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 29px;
  max-width: 736px;
  width: 80%;
  height: clamp(46px, 5vw, 65px);
  margin: 0 auto;
  background: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .kv__micro {
    font-size: 3.6458333333vw;
    width: 100%;
    max-width: inherit;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
    border-radius: 0;
  }
}
.kv__micro::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: -1;
  display: inline-block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  -webkit-transform: scale();
          transform: scale();
  border-radius: 31px;
  background: -webkit-gradient(linear, left top, right top, from(#f2a500), to(#4baa6d));
  background: linear-gradient(90deg, #f2a500 0%, #4baa6d 100%);
}
@media screen and (max-width: 767.98px) {
  .kv__micro::before {
    display: none;
  }
}

/* ──────────────────────────────
# movie
────────────────────────────── */
.movie {
  position: relative;
  background: url("../images/whatis/movie_bg.jpg") no-repeat center/cover, #4baa6d;
  padding: 60px 0 45px;
}
@media screen and (max-width: 767.98px) {
  .movie {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 7px, transparent 7px), url("../images/whatis/movie_bg.jpg") no-repeat top center/cover, #4baa6d;
    padding: 10.4166666667vw 0 5.2083333333vw;
  }
}
.movie__arrow {
  background: #fff;
  height: 114px;
}
@media screen and (max-width: 767.98px) {
  .movie__arrow {
    height: 14.84375vw;
  }
}
.movie__arrow::before, .movie__arrow::after {
  background: #fff;
}
@media screen and (max-width: 767.98px) {
  .movie__arrow::before, .movie__arrow::after {
    height: 2.8645833333vw;
  }
}
.movie__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: clamp(60px, 7.6851851852vw, 83px);
}
@media screen and (max-width: 767.98px) {
  .movie__inner {
    padding-top: 7.8125vw;
  }
}
.movie__ttl {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 1101px;
  width: 100%;
}
.movie__ttl picture {
  display: block;
}
.movie__box {
  position: relative;
  max-width: 920px;
  width: 84%;
  max-height: 500px;
  height: 54.347826087vw;
  margin: 0 auto;
  border: 1px solid #fff;
}
@media screen and (max-width: 1079.98px) {
  .movie__box {
    height: auto;
    padding-top: 45.652173913%;
  }
}
.movie__box::after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  height: 20px;
  -webkit-box-shadow: 0 30px 25px rgba(0, 0, 0, 0.4);
          box-shadow: 0 30px 25px rgba(0, 0, 0, 0.4);
  background-color: transparent;
  border-radius: 100%;
}
@media screen and (max-width: 767.98px) {
  .movie__box::after {
    bottom: 2.6041666667vw;
    height: 2.6041666667vw;
    -webkit-box-shadow: 0 3.90625vw 3.2552083333vw rgba(0, 0, 0, 0.4);
            box-shadow: 0 3.90625vw 3.2552083333vw rgba(0, 0, 0, 0.4);
  }
}
.movie__box iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

/* ──────────────────────────────
# campaign：白背景
────────────────────────────── */
.campaign-white {
  position: relative;
  background: #fff;
  padding: 84px 0 95px;
}
@media screen and (max-width: 767.98px) {
  .campaign-white {
    padding: 9.1145833333vw 0 14.1927083333vw;
  }
}
.campaign-white__arrow {
  background: #5cac79;
}
.campaign-white__arrow::before, .campaign-white__arrow::after {
  background: #5cac79;
}
.campaign-white .common-campaign {
  position: relative;
  z-index: 2;
}

/* ──────────────────────────────
# worry
────────────────────────────── */
.worry {
  background: url("../images/whatis/worry_bg.png") repeat-x bottom center/518px auto, #5cac79;
  padding: 60px 0 170px;
}
@media screen and (max-width: 767.98px) {
  .worry {
    background: url("../images/whatis/worry_bg.png") repeat-x bottom left/67.4479166667vw auto, #5cac79;
    padding: 4.296875vw 0 21.7447916667vw;
  }
}
.worry__inner {
  position: relative;
}
.worry__ttl {
  font-size: clamp(30px, 3.7037037037vw, 40px);
  color: #fff;
  margin-bottom: 54px;
}
@media screen and (max-width: 767.98px) {
  .worry__ttl {
    display: none;
  }
}
.worry__maru {
  position: absolute;
  right: 0;
  left: 0;
  top: calc(100% + 17px);
  margin: auto;
  width: 87px;
  height: 82px;
  background: url("../images/whatis/worry_maru.png") no-repeat top center/contain;
}
@media screen and (max-width: 767.98px) {
  .worry__maru {
    top: calc(100% + 2.0833333333vw);
    height: 10.6770833333vw;
  }
}

/* ──────────────────────────────
# aboutus
────────────────────────────── */
.aboutus {
  position: relative;
  padding: 0 0 84px;
}
@media screen and (max-width: 767.98px) {
  .aboutus {
    padding: 0 0 10.15625vw;
  }
}
.aboutus__arrow {
  background: #4baa6d;
}
.aboutus__arrow::before, .aboutus__arrow::after {
  background: #4baa6d;
}
.aboutus__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.aboutus__inner::before {
  content: "";
  display: inline-block;
  width: clamp(640px, 69.4444444444vw, 750px);
  height: 137px;
  border-radius: 68.5px;
  background: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: -52px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .aboutus__inner::before {
    width: 92.8385416667vw;
    height: 17.8385416667vw;
    border-radius: 8.9192708333vw;
    top: -5.2083333333vw;
  }
}
.aboutus__ttl {
  font-size: clamp(30px, 3.7037037037vw, 40px);
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .aboutus__ttl {
    font-size: 6.25vw;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.05em;
    margin: 0 auto 3.90625vw;
  }
}
.aboutus__ttl--dot {
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #4baa6d 0.1em, rgba(0, 0, 0, 0) 0.11em);
  padding-top: 0.45em;
}
.aboutus__txt {
  font-size: clamp(18px, 2.2222222222vw, 24px);
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.9166666667;
}
@media screen and (max-width: 767.98px) {
  .aboutus__txt {
    font-size: 3.3854166667vw;
    margin-bottom: 8.4635416667vw;
  }
}

/* ──────────────────────────────
# case
────────────────────────────── */
.case {
  position: relative;
  background: url("../images/whatis/case_bg-lg.png") repeat-x center bottom -45px/auto 644px, #4baa6d;
  padding: 94px 0 80px;
}
@media screen and (max-width: 767.98px) {
  .case {
    background: url("../images/whatis/case_bg-lg.png") repeat-x center bottom/auto 83.8541666667vw, #4baa6d;
    padding: 8.3333333333vw 0 11.328125vw;
  }
}
.case__arrow {
  background: #bdedf4;
}
.case__arrow::before, .case__arrow::after {
  background: #bdedf4;
}
.case__ttl {
  font-size: clamp(34px, 2.7397260274vw, 40px);
  color: #fff;
  margin: 0 auto 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 1079.98px) {
  .case__ttl {
    font-size: clamp(30px, 3.7037037037vw, 40px);
  }
}
@media screen and (max-width: 767.98px) {
  .case__ttl {
    font-size: 4.4270833333vw;
    margin: 0 auto 5.859375vw;
  }
}
.case__ttl::before, .case__ttl::after {
  content: "";
  background: #8ed189;
  display: inline-block;
  width: 3px;
  height: 100px;
  position: absolute;
  bottom: -30px;
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .case__ttl::before, .case__ttl::after {
    width: 0.390625vw;
    height: 10.4166666667vw;
    bottom: -3.90625vw;
  }
}
.case__ttl::before {
  right: calc(100% + 30px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
  .case__ttl::before {
    right: calc(100% + 2.6041666667vw);
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
}
.case__ttl::after {
  left: calc(100% + 30px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .case__ttl::after {
    left: calc(100% + 2.6041666667vw);
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
}
@media screen and (min-width: 1080px) {
  .case__ttl--br {
    display: none;
  }
}
.case__txt {
  font-size: 1.25rem;
  line-height: 2.1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
  color: #fff;
}
@media screen and (max-width: 1079.98px) {
  .case__txt {
    font-size: clamp(17px, 1.8518518519vw, 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .case__txt {
    font-size: 3.125vw;
    margin-bottom: 5.2083333333vw;
  }
}
.case__txt--strong {
  font-size: 1.3em;
  line-height: 1.4;
  display: inline-block;
  padding: 0 0.2em;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffb400), color-stop(0.12em, #ffb400), color-stop(0.12em, rgba(255, 180, 0, 0)));
  background: linear-gradient(0deg, #ffb400 0%, #ffb400 0.12em, rgba(255, 180, 0, 0) 0.12em);
}
.case__list {
  gap: auto;
}
.case__item {
  width: 100%;
  padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .case__item {
    width: calc((100% - 12px) / 2) !important;
  }
}
@media screen and (min-width: 1080px) {
  .case__item {
    width: calc((100% - 24px) / 3) !important;
  }
}
@media screen and (min-width: 1460px) {
  .case__item {
    width: calc((100% - 36px) / 4) !important;
  }
}
@media screen and (max-width: 767.98px) {
  .case__block {
    width: 83.59375vw;
  }
}
.case__btn {
  font-size: 1.125rem;
  margin: 70px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .case__btn {
    font-size: 4.4270833333vw;
    line-height: 1.3529411765;
    width: 83.59375vw;
    margin: 7.8125vw auto 0;
  }
}
.case__btn a {
  padding: 0.75em 4.35em;
}

/*splideアイテム*/
/*スライドの数が足りていないとき*/
.splide:not(.is-overflow) .case__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.case__slide .splide__arrows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
@media screen and (max-width: 1079.98px) {
  .case__slide .splide__arrows {
    top: 12.037037037vw;
    bottom: auto;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .case__slide .splide__arrows {
    top: 20.8333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .case__slide .splide__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.case__slide .splide__arrow {
  background: #fff;
  width: clamp(33px, 4.125vw, 66px);
  height: clamp(33px, 4.125vw, 66px);
  border-radius: 100px;
  position: absolute;
}
@media screen and (max-width: 1079.98px) {
  .case__slide .splide__arrow {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .case__slide .splide__arrow {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.case__slide .splide__arrow::before {
  width: 20px;
  height: 20px;
  border-left: 3px solid #4baa6d;
  border-bottom: 3px solid #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .case__slide .splide__arrow::before {
    width: 4.6875vw;
    height: 4.6875vw;
  }
}
.case__slide .splide__arrow--prev {
  right: calc(100% + 17px);
  left: auto;
}
@media screen and (max-width: 1459.98px) {
  .case__slide .splide__arrow--prev {
    right: 100%;
  }
}
@media screen and (max-width: 1079.98px) {
  .case__slide .splide__arrow--prev {
    right: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .case__slide .splide__arrow--prev {
    right: 88%;
  }
}
.case__slide .splide__arrow--next {
  left: calc(100% + 17px);
  right: auto;
}
@media screen and (max-width: 1459.98px) {
  .case__slide .splide__arrow--next {
    left: 100%;
  }
}
@media screen and (max-width: 1079.98px) {
  .case__slide .splide__arrow--next {
    left: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .case__slide .splide__arrow--next {
    left: 88%;
  }
}
.case__slide .splide__pagination {
  padding: 10px 0;
  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;
  gap: 0 5px;
}
.case__slide .splide__pagination__page {
  background: #fff;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.case__slide .splide__pagination__page.is-active {
  background: #f2a500;
}

/* ──────────────────────────────
# reason
────────────────────────────── */
.reason {
  background: #bdedf4;
  position: relative;
}
.reason__arrow {
  background: #4baa6d;
}
.reason__arrow::before, .reason__arrow::after {
  background: #4baa6d;
}

.reason-nav {
  position: relative;
  padding: 65px 0 86px;
  background: url("../images/whatis/reason_bg-lg.png") no-repeat bottom right/clamp(300px, 45.3703703704vw, 490px) auto;
}
@media screen and (max-width: 767.98px) {
  .reason-nav {
    background: url("../images/whatis/reason_bg-sm.png") no-repeat bottom right/43.75vw auto;
    padding: 9.1145833333vw 0 19.0104166667vw;
  }
}
.reason-nav__arrow {
  background: #e6f9ed;
}
.reason-nav__arrow::before, .reason-nav__arrow::after {
  background: #e6f9ed;
}
.reason-nav__ttl {
  font-size: clamp(30px, 3.7037037037vw, 40px);
  margin-bottom: 50px;
  line-height: 1.4090909091;
}
@media screen and (max-width: 767.98px) {
  .reason-nav__ttl {
    font-size: 5.7291666667vw;
    margin-bottom: 7.03125vw;
  }
}
.reason-nav__txt {
  font-size: clamp(16px, 1.8518518519vw, 20px);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-right: 10px;
}
@media screen and (max-width: 767.98px) {
  .reason-nav__txt {
    font-size: 3.2552083333vw;
    margin-right: 0;
    line-height: 1.3;
  }
}
.reason-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9px 0;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .reason-nav__list {
    gap: 1.171875vw 0;
  }
}
.reason-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 100px;
  padding: 1.2em clamp(20px, 2.962962963vw, 32px);
}
@media screen and (max-width: 767.98px) {
  .reason-nav__item a {
    height: 14.3229166667vw;
    padding: 0 3.90625vw 0 3.2552083333vw;
  }
}
.reason-nav__item a::after {
  font-size: clamp(20px, 2.3148148148vw, 25px);
  content: "\e900";
  font-family: "common-icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: #4baa6d;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767.98px) {
  .reason-nav__item a::after {
    font-size: 3.90625vw;
  }
}
.reason-nav__item a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.reason-nav__num {
  font-size: clamp(18px, 2.2222222222vw, 24px);
  font-family: "Alata", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #4baa6d;
  width: clamp(30px, 5.0925925926vw, 55px);
  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;
  margin-right: 1.2em;
}
@media screen and (max-width: 767.98px) {
  .reason-nav__num {
    font-size: 4.6875vw;
    width: 1.8em;
    margin-right: 0;
  }
}
.reason-nav__num::after {
  content: "";
  width: 7px;
  height: 3px;
  background: #4baa6d;
}
@media screen and (max-width: 767.98px) {
  .reason-nav__num::after {
    display: none;
  }
}

.reason-block {
  padding: 80px 0 65px;
}
@media screen and (max-width: 767.98px) {
  .reason-block {
    padding: 7.8125vw 0 7.5520833333vw;
  }
}
.reason-block:nth-of-type(2n + 1) {
  background: #e6f9ed;
}
@media screen and (max-width: 767.98px) {
  .reason-block:nth-of-type(1) {
    padding: 8.3333333333vw 0 10.0260416667vw;
  }
}
.reason-block:last-of-type {
  padding: 80px 0 93px;
}
@media screen and (max-width: 767.98px) {
  .reason-block:last-of-type {
    padding: 10.0260416667vw 0 11.0677083333vw;
  }
}
.reason-block__inner {
  position: relative;
  border-radius: 38px;
  padding: 35px clamp(50px, 4.6296296296vw, 70px) 60px;
  -webkit-box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 5px 8px 1px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 1079.98px) {
  .reason-block__inner {
    padding: calc(clamp(400px, 57.2033898305vw, 810px) + 60px) 40px 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-block__inner {
    border-radius: 4.9479166667vw;
    padding: 66.796875vw 4.4270833333vw 5.2083333333vw;
  }
}
.reason-block__inner-01 {
  background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img01-lg.jpg") no-repeat right top/auto 100%, #fff;
}
@media screen and (max-width: 1279.98px) {
  .reason-block__inner-01 {
    background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img01-lg.jpg") no-repeat right -5% top/auto 100%, #fff;
  }
}
@media screen and (max-width: 1079.98px) {
  .reason-block__inner-01 {
    background: url("../images/whatis/reason-block_img01-sm.jpg") no-repeat center top/100% auto, #fff;
  }
}
.reason-block__inner-02 {
  background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img02-lg.jpg") no-repeat right top/auto 100%, #fff;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__inner-02 {
    background: url("../images/whatis/reason-block_img02-sm.jpg") no-repeat center top/100% auto, #fff;
  }
}
.reason-block__inner-03 {
  background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img03-lg.jpg") no-repeat right top/auto 100%, #fff;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__inner-03 {
    background: url("../images/whatis/reason-block_img03-sm.jpg") no-repeat center top/100% auto, #fff;
  }
}
.reason-block__inner-04 {
  background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img04-lg.jpg") no-repeat right top/auto 100%, #fff;
}
@media screen and (max-width: 1279.98px) {
  .reason-block__inner-04 {
    background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img04-lg.jpg") no-repeat right -3% top/auto 100%, #fff;
  }
}
@media screen and (max-width: 1079.98px) {
  .reason-block__inner-04 {
    background: url("../images/whatis/reason-block_img04-sm.jpg") no-repeat center top/100% auto, #fff;
  }
}
.reason-block__inner-05 {
  background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img05-lg.jpg") no-repeat right top/auto 100%, #fff;
}
@media screen and (max-width: 1279.98px) {
  .reason-block__inner-05 {
    background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img05-lg.jpg") no-repeat right -5% top/auto 100%, #fff;
  }
}
@media screen and (max-width: 1079.98px) {
  .reason-block__inner-05 {
    background: url("../images/whatis/reason-block_img05-sm.jpg") no-repeat center top/100% auto, #fff;
  }
}
.reason-block__inner-06 {
  background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img06-lg.jpg") no-repeat right top/auto 100%, #fff;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__inner-06 {
    background: url("../images/whatis/reason-block_img06-sm.jpg") no-repeat center top/100% auto, #fff;
  }
}
.reason-block__inner-07 {
  background: linear-gradient(90deg, #fff 0%, #fff clamp(640px, 59.2592592593vw, 840px), rgba(255, 255, 255, 0) clamp(680px, 62.962962963vw, 910px), rgba(255, 255, 255, 0) 100%), url("../images/whatis/reason-block_img07-lg.jpg") no-repeat right top/auto 100%, #fff;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__inner-07 {
    background: url("../images/whatis/reason-block_img07-sm.jpg") no-repeat center top/100% auto, #fff;
  }
}
.reason-block__numarea {
  position: absolute;
  left: -43px;
  top: -16px;
  background: #4baa6d;
  width: 87px;
  height: 126px;
  border-radius: 27px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__numarea {
    width: clamp(87px, 12.6851851852vw, 137px);
    height: clamp(126px, 14.4444444444vw, 156px);
    left: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-block__numarea {
    border-radius: 4.8177083333vw 0 0 0;
    width: 15.1041666667vw;
    height: 21.7447916667vw;
    top: -2.9947916667vw;
  }
}
.reason-block__numarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background: #257f45;
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767.98px) {
  .reason-block__numarea::before {
    width: 2.9947916667vw;
    height: 2.9947916667vw;
  }
}
.reason-block__numarea::after {
  content: "";
  position: absolute;
  top: calc(100% - 0.5px);
  left: 0;
  background: #4baa6d;
  display: inline-block;
  width: 100%;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767.98px) {
  .reason-block__numarea::after {
    height: 3.125vw;
  }
}
.reason-block__numtxt {
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__numtxt {
    font-size: clamp(20px, 2.5925925926vw, 28px);
  }
}
@media screen and (max-width: 767.98px) {
  .reason-block__numtxt {
    font-size: 3.515625vw;
  }
}
.reason-block__num {
  font-size: 1.4em;
  line-height: inherit;
  display: block;
  font-family: "Alata", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
  padding: 10px 0 8px;
}
@media screen and (max-width: 767.98px) {
  .reason-block__num {
    font-size: 7.9427083333vw;
  }
}
.reason-block__ttlarea {
  font-size: clamp(22px, 2.037037037vw, 30px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 38px;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__ttlarea {
    font-size: 1.875rem;
    font-size: clamp(24px, 3.125vw, 30px);
    text-align: center;
    margin: 0 auto 38px;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-block__ttlarea {
    font-size: 5.2083333333vw;
    text-align: left;
    margin: 0 0 7.1614583333vw;
    padding-top: 3.90625vw;
  }
}
.reason-block__ttlarea-05 {
  padding-right: 5em;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__ttlarea-05 {
    padding: 30px 2em 0 2em;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-block__ttlarea-05 {
    padding: 3.90625vw 0 0;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-block__ttlarea--small {
    font-size: 4.5572916667vw;
  }
}
.reason-block__ttl {
  font-weight: bold;
}
.reason-block__hukidashi {
  font-size: 0.8em;
  left: 30px;
  right: auto;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__hukidashi {
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-block__hukidashi {
    font-size: 3.125vw;
  }
}
.reason-block__hukidashi::before {
  left: 45%;
}
.reason-block__txt {
  font-size: clamp(15px, 1.3888888889vw, 18px);
  max-width: 730px;
  width: 65%;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1079.98px) {
  .reason-block__txt {
    font-size: 1.125rem;
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-block__txt {
    font-size: 3.3854166667vw;
  }
}

/* ──────────────────────────────
# flow
────────────────────────────── */
.flow {
  background: #4baa6d;
  padding: 72px 0 90px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .flow {
    padding: 8.4635416667vw 0 11.71875vw;
  }
}
.flow__arrow {
  background: #c9e7bb;
}
.flow__arrow::before, .flow__arrow::after {
  background: #c9e7bb;
}
.flow__ttl {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 55px;
}
@media screen and (max-width: 767.98px) {
  .flow__ttl {
    font-size: 5.7291666667vw;
    margin-bottom: 6.5104166667vw;
  }
}
.flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(5px, 1.3888888889vw, 15px) 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .flow__list {
    gap: 1.953125vw;
  }
}
.flow__list::before {
  content: "";
  position: absolute;
  left: clamp(10px, 1.8518518519vw, 20px);
  top: 0;
  display: inline-block;
  height: 100%;
  width: clamp(100px, 14.7222222222vw, 159px);
  background: url("../images/whatis/flow_steps-lg.png") no-repeat center/100% auto;
}
@media screen and (max-width: 767.98px) {
  .flow__list::before {
    left: 2.6041666667vw;
    width: 20.703125vw;
    background: url("../images/whatis/flow_steps-sm.png") no-repeat center/100% auto;
  }
}
.flow__item {
  background: #fff;
  border-radius: 15px;
  height: clamp(60px, 9.6296296296vw, 104px);
  padding: 0 25px 0 clamp(100px, 18.5185185185vw, 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .flow__item {
    height: 23.4375vw;
    border-radius: 1.953125vw;
    padding: 0 2.8645833333vw 0 27.0833333333vw;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767.98px) {
  .flow__item:last-of-type {
    height: 26.0416666667vw;
  }
}
.flow__icon {
  font-size: 0;
  display: inline-block;
  width: clamp(50px, 9.2592592593vw, 100px);
  height: 100%;
  margin-right: clamp(10px, 2.3148148148vw, 25px);
}
@media screen and (max-width: 767.98px) {
  .flow__icon {
    display: none;
  }
}
.flow__icon-01 {
  background: url("../images/whatis/flow_icon01.svg") no-repeat center/clamp(50px, 6.7592592593vw, 73px) auto;
}
.flow__icon-02 {
  background: url("../images/whatis/flow_icon02.svg") no-repeat center bottom/100% auto;
}
.flow__icon-03 {
  background: url("../images/whatis/flow_icon03.svg") no-repeat center bottom/clamp(50px, 5.9259259259vw, 64px) auto;
}
.flow__icon-04 {
  background: url("../images/whatis/flow_icon04.svg") no-repeat center bottom -5px/clamp(60px, 7.7777777778vw, 84px) auto;
}
.flow__icon-05 {
  background: url("../images/whatis/flow_icon05.svg") no-repeat center/clamp(40px, 6.0185185185vw, 65px) auto;
}
.flow__icon-06 {
  background: url("../images/whatis/flow_icon06.svg") no-repeat center bottom -15px/clamp(60px, 7.6851851852vw, 83px) auto;
}
.flow__txt {
  font-size: clamp(14px, 1.875vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 767.98px) {
  .flow__txt {
    font-size: 3.90625vw;
  }
}
.flow__stxt {
  font-size: clamp(12px, 1.5625vw, 20px);
  margin-left: 50px;
}
@media screen and (max-width: 767.98px) {
  .flow__stxt {
    font-size: 3.3854166667vw;
    margin-left: 0;
  }
}
.flow__btn {
  font-size: clamp(14px, 1.40625vw, 18px);
  width: clamp(210px, 28.515625vw, 365px);
  height: 50px;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .flow__btn {
    font-size: 3.125vw;
    margin: 1.953125vw 0 0;
    height: 8.7239583333vw;
    width: 100%;
  }
}
.flow__btn a {
  padding: 0 clamp(25px, 4.296875vw, 55px) 0 clamp(15px, 3.59375vw, 46px);
}
@media screen and (max-width: 767.98px) {
  .flow__btn a {
    padding: 0;
    border-radius: 100px;
  }
}
.flow__btn a::after {
  font-size: clamp(14px, 1.5625vw, 20px);
  right: clamp(10px, 1.5625vw, 20px);
}
@media screen and (max-width: 767.98px) {
  .flow__btn a::after {
    display: none;
  }
}
.flow__caution {
  font-size: clamp(14px, 1.8518518519vw, 20px);
  margin-top: 24px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .flow__caution {
    font-size: 3.125vw;
    margin-top: 3.90625vw;
  }
}
.flow__caution-item {
  padding-left: 1em;
  text-indent: -1em;
}
.flow__caution-item::before {
  content: "※";
}

/* ──────────────────────────────
# cta
────────────────────────────── */
.cta__inner {
  padding: 112px 0 80px;
}
@media screen and (max-width: 767.98px) {
  .cta__inner {
    padding: 7.8125vw 0 8.59375vw;
  }
}

.cta-cvarea {
  border: 6px solid #fff;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0.78125vw solid #fff;
  }
}
.cta-cvarea__mail-ttl, .cta-cvarea__tel-ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__mail-ttl, .cta-cvarea__tel-ttl {
    font-size: 3.125vw;
  }
}
.cta-cvarea__mail-ttl::after, .cta-cvarea__tel-ttl::after {
  margin-left: 50px;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__mail-ttl::after, .cta-cvarea__tel-ttl::after {
    margin-left: 5.46875vw;
  }
}
.cta-cvarea__mail-ttl::before, .cta-cvarea__tel-ttl::before {
  margin-right: 50px;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__mail-ttl::before, .cta-cvarea__tel-ttl::before {
    margin-right: 5.46875vw;
  }
}
.cta-cvarea__mail-ttl {
  margin-bottom: 0.8em;
}
.cta-cvarea__tel-ttl {
  margin-bottom: 0.5em;
}
.cta-cvarea__tel {
  width: 100%;
  padding: 24px 0;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__tel {
    padding: 2.6041666667vw 0;
  }
}
.cta-cvarea__tel::after {
  display: none;
}
.cta-cvarea__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__tel a {
    display: block;
  }
}
.cta-cvarea__tel--icon {
  font-size: clamp(24px, 3.5185185185vw, 38px);
  margin-right: 18px;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__tel--icon {
    font-size: 4.9479166667vw;
    margin-right: 2.6041666667vw;
  }
}
.cta-cvarea__tel--num {
  font-size: clamp(30px, 4.6296296296vw, 50px);
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__tel--num {
    font-size: 6.7708333333vw;
  }
}
.cta-cvarea__tel--txt {
  font-size: clamp(14px, 2.037037037vw, 22px);
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__tel--txt {
    font-size: 2.6041666667vw;
    margin: 1.5625vw 0 0;
  }
}
.cta-cvarea__mail {
  background: #f1f1f1;
  width: 100%;
  border-radius: 11px 11px 0 0;
  padding: 24px 0 38px;
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__mail {
    border-radius: 1.5625vw 1.5625vw 0 0;
    padding: 2.9947916667vw 0 4.1666666667vw;
  }
}
.cta-cvarea__mail-btn {
  font-size: clamp(15px, 2.7777777778vw, 30px);
  max-width: 760px;
  height: clamp(80px, 9.7222222222vw, 105px);
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__mail-btn {
    height: 11.4583333333vw;
  }
}
.cta-cvarea__mail-btn a {
  border-radius: 200px;
}
.cta-cvarea__mail-btn a::after {
  font-size: clamp(18px, 2.5vw, 27px);
}
@media screen and (max-width: 767.98px) {
  .cta-cvarea__mail-btn a::after {
    font-size: 3.515625vw;
  }
}

.cta-timing {
  background: #e3fad8;
  border: 10px solid #fff;
  border-radius: 15px;
  padding: 30px 35px;
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .cta-timing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 8.0729166667vw;
    border-radius: 1.953125vw;
    border: 1.3020833333vw solid #fff;
    padding: 3.3854166667vw 2.8645833333vw 5.2083333333vw;
  }
}
.cta-timing__ttlarea {
  width: 180px;
  height: 180px;
  border-radius: 200px;
  background: #4baa6d;
  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;
  margin-right: clamp(30px, 3.904109589vw, 57px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .cta-timing__ttlarea {
    margin-bottom: 4.6875vw;
    width: 100%;
    height: 13.9322916667vw;
    margin: 0 auto 4.1666666667vw;
    background: url("../images/whatis/icon_watch.png") no-repeat left 3.6458333333vw center/8.8541666667vw auto, #4baa6d;
  }
}
.cta-timing__ttl {
  font-size: 0.9375rem;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
  letter-spacing: -0.07em;
  background: url("../images/whatis/icon_watch.png") no-repeat top center/48px auto;
}
@media screen and (max-width: 767.98px) {
  .cta-timing__ttl {
    font-size: 3.90625vw;
    background: none;
    padding: 0 0 0 3.90625vw;
    margin: 0;
  }
}
.cta-timing__ttl--large {
  font-size: 1.25em;
  line-height: inherit;
}
@media screen and (max-width: 767.98px) {
  .cta-timing__ttl--large {
    font-size: 1em;
  }
}
.cta-timing__ltxt {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .cta-timing__ltxt {
    font-size: 3.90625vw;
    line-height: 1.5;
  }
}
.cta-timing__txtarea {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767.98px) {
  .cta-timing__txtarea {
    font-size: 3.3854166667vw;
  }
}

/* ──────────────────────────────
# company
────────────────────────────── */
.company {
  padding: 268px 0 128px;
  background: url("../images/whatis/company_bg-lg.jpg") no-repeat center top/cover, #c3e7ed;
}
@media screen and (max-width: 767.98px) {
  .company {
    padding: 43.6197916667vw 0 10.4166666667vw;
    background: url("../images/whatis/company_bg-sm.png") no-repeat center top/100% auto, #c3e7ed;
  }
}
.company__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 80px 65px;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 767.98px) {
  .company__inner {
    padding: 11.0677083333vw 4.1666666667vw 13.8020833333vw;
  }
}
.company__ttl {
  margin: 0 auto 70px;
}
@media screen and (max-width: 1079.98px) {
  .company__ttl {
    width: 61.8489583333vw;
    max-width: 475px;
  }
}
@media screen and (max-width: 767.98px) {
  .company__ttl {
    margin: 0 auto 9.375vw;
  }
}
.company__ttl picture {
  display: block;
}
.company__txt {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767.98px) {
  .company__txt {
    font-size: 3.3854166667vw;
  }
}
.company__logo {
  margin-top: 65px;
  text-align: right;
}
@media screen and (max-width: 767.98px) {
  .company__logo {
    width: 61.0677083333vw;
    margin: 13.0208333333vw auto 0;
  }
}
@media screen and (max-width: 767.98px) {
  .company__logo img {
    width: 100%;
    height: auto;
  }
}