@charset "UTF-8";
/* reset
---------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  background-color: #FFFFFF;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

img, picture, video, canvas, svg {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

/* inner
---------------------------------------- */
.inner {
  max-width: 1240px;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .inner {
    max-width: 560px;
    padding: 0 16px;
  }
}

/* sec
---------------------------------------- */
.sec {
  padding: 75px 0 98px;
}
@media only screen and (max-width: 767px) {
  .sec {
    padding: 44px 0 60px;
  }
}

/* header
---------------------------------------- */
.header .inner {
  max-width: 1280px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .header .inner {
    max-width: 560px;
    margin: 0 auto;
    padding: 0 16px;
  }
}
.header__bg-block {
  overflow: hidden;
  padding-top: 91px;
  background-image: url(../img/bg_mv_01.png);
  background-size: cover;
  background-position: left;
  position: relative;
  height: 100%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 959px) {
  .header__bg-block {
    padding-top: 0;
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  .header__bg-block {
    background-image: url(../img/bg_mv_sp_02.png);
    background-repeat: no-repeat;
    background-position: right;
    margin-top: 0;
    height: 600px;
  }
}
.header__bg-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/pic_mv-bg_01.png);
  background-repeat: no-repeat;
  background-position: bottom right 39%;
  background-size: contain;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 1279px) {
  .header__bg-block::after {
    background-position: bottom right;
    background-size: 80%;
  }
}
@media only screen and (max-width: 959px) {
  .header__bg-block::after {
    overflow: hidden;
    background-image: url(../img/pic_mv-bg_tb_01.png);
    background-position: bottom right 48%;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header__bg-block::after {
    background-image: url(../img/pic_mv-bg_sp_01.png);
    background-position: top right;
    margin-top: 50px;
    margin-left: 24%;
    max-width: 450px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 600px) {
  .header__bg-block::after {
    margin-left: 14%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 450px) {
  .header__bg-block::after {
    margin-left: 0;
  }
}
.header__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 80px;
  padding-right: 80px;
  position: fixed;
  transition: all 0.3s;
  z-index: 100;
}
.header__heading.active {
  background-color: #FFFFFF;
}
@media only screen and (max-width: 959px) {
  .header__heading.active {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1279px) {
  .header__heading {
    padding-left: clamp(40px, 4vw, 80px);
    padding-right: clamp(40px, 4vw, 80px);
  }
}
@media only screen and (max-width: 959px) {
  .header__heading {
    padding: 0;
    background-color: transparent;
    position: static;
  }
}
.header__logo {
  max-width: 243px;
  padding-top: 6px;
}
@media only screen and (max-width: 1279px) {
  .header__logo {
    width: clamp(180px, 18vw, 243px);
  }
}
@media only screen and (max-width: 959px) {
  .header__logo {
    width: 190px;
    max-width: none;
    padding-top: 0;
    position: absolute;
    top: 4px;
    left: 16px;
    z-index: 80;
  }
}
.header__nav__list {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-left: 0;
  list-style: none;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 1279px) {
  .header__nav__list {
    gap: clamp(20px, 2vw, 40px);
  }
}
.header__nav__link {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.3s;
}
@media only screen and (max-width: 1279px) {
  .header__nav__link {
    font-size: clamp(12px, 1.1vw, 14px);
  }
}
.header__nav__link:hover {
  color: #FF8C2F;
}
.header__nav__link.btn--nav {
  padding-left: 13px;
  position: relative;
  top: 2px;
}
.header__content {
  padding-top: 30px;
  padding-bottom: 172px;
}
@media only screen and (max-width: 767px) {
  .header__content .inner {
    margin-top: 260px;
  }
}
.header__content .mv-ttl__main {
  margin-bottom: 10px;
}
.header__content .mv-ttl__main__txt {
  font-size: 2.5rem;
  color: #FF6600;
  font-weight: 1000;
  background-color: rgba(255, 255, 255, 0.7);
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
  line-height: 80px;
}
@media only screen and (max-width: 1279px) {
  .header__content .mv-ttl__main__txt {
    font-size: 2.375rem;
    font-weight: 700;
    padding: 5px 10px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 959px) {
  .header__content .mv-ttl__main__txt {
    background-color: #FFFFFF;
    font-size: 2rem;
    padding: 2px 10px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .header__content .mv-ttl__main__txt {
    font-size: 1.75rem;
    font-weight: 600;
    padding: 4px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .header__content .mv-ttl__main__txt .min-sp-pr {
    padding-right: 4px;
  }
}
@media only screen and (max-width: 767px) {
  .header__content .mv-ttl__main__txt .min-sp-pl {
    padding-left: 4px;
  }
}
.header__content .mv-ttl__sub {
  font-size: 1.25rem;
  color: #FFFFFF;
  background-color: #000000;
  width: -moz-max-content;
  width: max-content;
  padding: 5px 10px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1279px) {
  .header__content .mv-ttl__sub {
    font-size: 1.125rem;
    padding: 0 8px;
    line-height: 30px;
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 959px) {
  .header__content .mv-ttl__sub {
    font-size: 1rem;
    padding: 0 8px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .header__content .mv-ttl__sub {
    font-size: 0.875rem;
    padding: 0 6px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .header__content {
    padding-top: 12.5vw;
    padding-bottom: 12.5vw;
  }
}
@media only screen and (max-width: 767px) {
  .header__content {
    padding-top: 46px;
    padding-bottom: 50px;
  }
}
.header__content__ttl {
  display: inline-block;
  margin-bottom: 38px;
  position: relative;
}
.header__content__ttl.min-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header__content__ttl.min-sp {
    display: block;
    padding-top: 329px;
    padding-left: 4px;
    margin-bottom: 28px;
    background: linear-gradient(87deg, #00b12f 0%, #019faa 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 1279px) {
  .header__content__ttl {
    min-width: 550px;
    width: 41.3020833333vw;
  }
}
@media only screen and (max-width: 767px) {
  .header__content__ttl {
    display: none;
    min-width: auto;
    width: auto;
  }
}
.header__content__ttl__bg {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .header__content__ttl__bg {
    display: block;
    line-height: 1;
  }
}
.header__content__ttl__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 63px;
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1279px) {
  .header__content__ttl__bg::after {
    height: clamp(50px, 5vw, 63px);
  }
}
@media only screen and (max-width: 767px) {
  .header__content__ttl__bg::after {
    height: 37px;
  }
}
@media only screen and (max-width: 767px) {
  .header__content__ttl__bg:first-child {
    margin-bottom: 17px;
  }
}
.header__content__ttl__bg:first-child::after {
  top: 6%;
}
@media only screen and (max-width: 767px) {
  .header__content__ttl__bg:first-child::after {
    width: 263px;
    top: initial;
    bottom: 81px;
  }
}
@media only screen and (max-width: 767px) {
  .header__content__ttl__bg:nth-child(2) {
    margin-bottom: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .header__content__ttl__bg:nth-child(2)::after {
    width: 184px;
    bottom: 37px;
  }
}
.header__content__ttl__bg:last-child::after {
  width: 9.375em;
  top: 57%;
}
@media only screen and (max-width: 767px) {
  .header__content__ttl__bg:last-child::after {
    width: 247px;
    top: initial;
    bottom: -7px;
  }
}
.header__content__summary {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .header__content__summary {
    margin-bottom: 31px;
  }
}
.header__content__summary__text {
  display: inline-block;
  padding-left: 13px;
  padding-right: 2.5em;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 1279px) {
  .header__content__summary__text {
    font-size: clamp(18px, 1.8vw, 23px);
    line-height: clamp(24px, 2.4vw, 30px);
  }
}
@media only screen and (max-width: 767px) {
  .header__content__summary__text {
    padding-left: 7px;
    font-size: 0.875rem;
    line-height: 20px;
    letter-spacing: 0;
  }
}
.header__content__summary__text:first-child {
  margin-bottom: 0.78125vw;
}
@media only screen and (max-width: 767px) {
  .header__content__summary__text:first-child {
    padding-right: 47px;
    margin-bottom: 3px;
  }
}
.header__content__summary__text:last-child {
  padding-right: 3em;
}
@media only screen and (max-width: 767px) {
  .header__content__summary__text:last-child {
    padding-right: 34px;
  }
}
.header__introduction {
  padding: 88px 0 109px;
  background: transparent linear-gradient(#CBE9EC -20%, #0FA6B8 60%, #047784 150%) 0% 0% no-repeat;
}
@media only screen and (max-width: 767px) {
  .header__introduction {
    padding: 45px 0 48px;
  }
}
.header__introduction__summary {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 2;
}
.header__introduction__summary span {
  text-shadow: 1px 0px 4px #047784;
}
@media only screen and (max-width: 1279px) {
  .header__introduction__summary {
    font-size: clamp(14px, 1.8vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .header__introduction__summary {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.header__introduction__summary + .header__introduction__summary {
  margin-top: 1.875vw;
}
@media only screen and (max-width: 767px) {
  .header__introduction__summary + .header__introduction__summary {
    margin-top: 24px;
  }
}

/* hamburger menu 959以下
---------------------------------------- */
#header__nav--sp__logo-orange .cls-1,
#header__nav--sp__logo-orange .cls-2 {
  fill: #FFFFFF;
}

.menu-btn {
  width: 60px;
  height: 60px;
  border: none;
  background: transparent linear-gradient(90deg, #FFBF53 0%, #FF6B05 100%) 0% 0%;
  box-shadow: 0px 3px 6px rgba(255, 191, 83, 0.16);
  border-radius: 89px;
  cursor: pointer;
  transition: all 0.4s;
  position: fixed;
  top: 8px;
  right: 8px;
  z-index: 100;
  border-color: transparent;
}
.menu-btn.active {
  border: 2px solid #FFFFFF;
  background: linear-gradient(90deg, transparent 0%, transparent 100%) 0% 0% no-repeat;
  transform: rotate(360deg);
}
.menu-btn.active .menu-btn__icon:nth-of-type(1) {
  left: 14px;
  top: 18px;
  transform: translateY(9px) rotate(-45deg);
}
.menu-btn.active .menu-btn__icon:nth-of-type(2) {
  left: 14px;
  top: 27px;
  transform: translateY(0) rotate(45deg);
}
.menu-btn.active .menu-btn__icon:nth-of-type(3) {
  opacity: 0;
}
.menu-btn__icon {
  display: inline-block;
  width: 26px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  position: absolute;
  left: 17px;
  transition: all 0.4s;
}
.menu-btn__icon:nth-of-type(1) {
  top: 20px;
}
.menu-btn__icon:nth-of-type(2) {
  top: 29px;
}
.menu-btn__icon:nth-of-type(3) {
  bottom: 20px;
}

#header__nav--sp {
  display: none;
}

.header__nav--sp {
  width: 100%;
  height: 100vh;
  padding: 87px 16px 20px;
  background: transparent linear-gradient(#FF6B05 0%, #FFBF53 100%) 0% 0%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
}
.header__nav--sp__logo {
  width: 190px;
  position: absolute;
  top: 4px;
  left: 16px;
  z-index: 80;
}
.header__nav--sp .header__nav__list {
  flex-direction: column;
}
.header__nav--sp .header__nav__link {
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.header__nav--sp .header__nav__item:last-child {
  width: 100%;
  margin-top: 10px;
}
.header__nav--sp .header__nav__item:last-child .btn--nav {
  width: 100%;
  max-width: 399px;
  padding-top: 8px;
  padding-left: 3px;
  padding-bottom: 16px;
  margin: 0 auto;
  background: transparent;
  font-size: 1rem;
  letter-spacing: 0;
}
.header__nav--sp .header__nav__item:last-child .btn--nav::before {
  width: 29px;
  height: 29px;
  top: 5px;
  left: -9px;
}

/* footer
---------------------------------------- */
.footer {
  padding: 48px 0 0;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 33px 0 0;
  }
}
.footer__address {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  margin: 0 auto 56px;
}
@media only screen and (max-width: 767px) {
  .footer__address {
    flex-direction: column;
    gap: 22px;
    margin: 0 auto 31px;
  }
}
.footer__logo {
  width: 224px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    width: 170px;
    margin-bottom: 9px;
  }
}
.footer__summary {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-style: normal;
}
.footer__summary a {
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .footer__summary {
    font-size: 0.75rem;
  }
}
.footer__copyrights {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .footer__copyrights {
    font-size: 0.6875rem;
    line-height: 38px;
  }
}

/* ttl
---------------------------------------- */
.ttl {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}
.ttl--secondary {
  margin-bottom: 89px;
  font-size: 2.375rem;
  line-height: 1.3815789474;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .ttl--secondary {
    margin-bottom: 61px;
    font-size: 1.375rem;
    line-height: 1.6363636364;
    letter-spacing: 0.03em;
  }
}
.ttl--secondary__sub {
  display: block;
  margin-bottom: 1px;
  color: #FF8C2F;
  font-size: 1.125rem;
  line-height: 1.6666666667;
  letter-spacing: 0.01936em;
}
@media only screen and (max-width: 767px) {
  .ttl--secondary__sub {
    margin-bottom: -4px;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

/* card
---------------------------------------- */
.card {
  display: flex;
  gap: 75px 56px;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .card {
    flex-direction: column;
    gap: 56px;
    max-width: 560px;
    margin: 0 auto;
  }
}
.card__item {
  width: calc((100% - 56px) / 2);
  padding: 31px 32px 32px;
  border-radius: 10px;
  background-color: #FFFFFF;
  position: relative;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .card__item {
    width: 100%;
    padding: 23px 24px 24px;
  }
}
.card__num {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: transparent linear-gradient(155deg, #C1EEFF 0%, #06A3B5 70%) 0% 0% no-repeat;
  color: #FFFFFF;
  font-size: 2.25rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: -41px;
  left: 23px;
}
@media only screen and (max-width: 767px) {
  .card__num {
    width: 64px;
    height: 63px;
    font-size: 2rem;
    top: -36px;
    left: 13px;
  }
}
.card__figure {
  width: 94px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .card__figure {
    width: 80px;
    margin: 0 auto 16px;
  }
}
.card__ttl {
  margin-bottom: 16px;
  font-size: 1.25rem;
  letter-spacing: 0.01936em;
  text-align: center;
}
@media (min-width: 960px) {
  .card__ttl .min-sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .card__ttl .min-sp {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .card__ttl {
    margin-bottom: 14px;
    font-size: 1rem;
    line-height: 1.6875;
    letter-spacing: 0;
  }
}
.card__summary {
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .card__summary {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}

.card-line {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .card-line {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}
.card-line__item {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 0;
}
@media only screen and (max-width: 767px) {
  .card-line__item {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }
}
.card-line__figure {
  max-width: 253px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .card-line__figure {
    max-width: 200px;
    margin-bottom: 11px;
  }
}
.card-line__ttl {
  margin-bottom: 20px;
  color: #000000;
  line-height: 2.1rem;
  font-size: 1.3125rem;
  letter-spacing: 0.01936em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .card-line__ttl {
    margin-bottom: 13px;
    font-size: 1rem;
    line-height: 1.6875;
    letter-spacing: 0em;
  }
}
.card-line__ttl .white {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1px 2px;
}
@media (max-width: 1020px) {
  .card-line__ttl .white .min-tb-none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .card-line__ttl .white .min-tb-none {
    display: block;
  }
}
.card-line__summary {
  color: #000000;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .card-line__summary {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.card-combo {
  display: flex;
  flex-direction: column;
  gap: 126px;
  padding-left: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .card-combo {
    gap: 75px;
  }
}
.card-combo__item {
  display: flex;
  gap: 70px;
  position: relative;
}
.card-combo__item::after {
  content: "";
  display: block;
  width: 38.5416666667vw;
  height: 310px;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 959px) {
  .card-combo__item::after {
    width: 35vw;
    height: 25vw;
  }
}
@media only screen and (max-width: 767px) {
  .card-combo__item::after {
    width: 89.6vw;
    height: 227px;
  }
}
.card-combo__item:nth-child(odd)::after {
  top: 53px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .card-combo__item:nth-child(odd)::after {
    border-radius: 0 10px 10px 0;
    top: -29px;
    left: 0;
    right: initial;
    width: 100%;
  }
}
.card-combo__item:nth-child(even) .card-combo__inner {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .card-combo__item:nth-child(even) .card-combo__inner {
    flex-direction: column-reverse;
  }
}
.card-combo__item:nth-child(even) .card-combo__inner::after {
  top: 70px;
  left: -140px;
}
@media only screen and (max-width: 767px) {
  .card-combo__item:nth-child(even) .card-combo__inner::after {
    top: -22px;
    left: -6px;
  }
}
.card-combo__inner {
  display: flex;
  gap: 70px;
  position: relative;
  display: flex;
  gap: 70px;
  max-width: 1240px;
  padding: 0 40px;
  margin: 0 auto;
}
.card-combo__inner::after {
  content: "";
  display: block;
  width: 330px;
  height: 330px;
  position: absolute;
  z-index: -1;
}
.card-combo__inner:nth-child(odd)::after {
  border-radius: 50%;
  background: transparent linear-gradient(150deg, #D9F6FF 10%, #06A3B5 120%) 0% 0% no-repeat;
  top: 70px;
  right: -140px;
}
@media only screen and (max-width: 767px) {
  .card-combo__inner:nth-child(odd)::after {
    border-radius: 10px;
    top: -22px;
    left: -6px;
    right: initial;
    width: 528px;
    height: 350px;
  }
}
@media (max-width: 560px) {
  .card-combo__inner:nth-child(odd)::after {
    background: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .card-combo__inner {
    flex-direction: column-reverse;
    gap: 17px;
    max-width: 560px;
    padding: 0 16px;
    margin: 0 auto;
  }
}
.card-combo__text-area {
  width: 57.7981651376%;
}
@media only screen and (max-width: 767px) {
  .card-combo__text-area {
    width: 100%;
  }
}
.card-combo__num {
  margin-bottom: 2px;
  color: #FF8C2F;
  font-family: "Montserrat", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .card-combo__num {
    margin-bottom: 4px;
    font-size: 2.5rem;
  }
}
.card-combo__ttl {
  margin-bottom: 24px;
  font-size: 1.875rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .card-combo__ttl {
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.01936em;
  }
}
.card-combo__summary {
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .card-combo__summary {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}
.card-combo__figure {
  width: 42.2018348624%;
}
@media only screen and (max-width: 767px) {
  .card-combo__figure {
    width: 100%;
  }
}
.card-combo__figure img {
  border-radius: 10px;
}
@media (max-width: 560px) {
  .card-combo__figure img {
    border: 2px solid #d2dfdf;
  }
}

.card-cta {
  max-width: 960px;
  padding: 36px 54px 60px;
  margin: 0 auto;
  border-radius: 24px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .card-cta {
    padding: 22px 12px 23px;
  }
}
.card-cta .ttl--secondary {
  margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
  .card-cta .ttl--secondary {
    margin-bottom: 20px;
  }
}
.card-cta .ttl--secondary__sub {
  margin-bottom: 2px;
}
.card-cta .ttl--secondary__main {
  display: inline-block;
  font-size: 1.625rem;
  line-height: 1.6346153846;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .card-cta .ttl--secondary__main {
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}
.card-cta__form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
}
@media only screen and (max-width: 959px) {
  .card-cta__form {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .card-cta__form {
    gap: 4px;
  }
}
.card-cta__tel {
  flex-shrink: 0;
}
.card-cta__tel__reception {
  margin-bottom: 7px;
  color: #FF8C2F;
  font-weight: 600;
  letter-spacing: 0.156em;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .card-cta__tel__reception {
    margin-bottom: -4px;
    font-size: 0.875rem;
    line-height: 1.5;
    text-align: center;
  }
}
.card-cta__tel__num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.6875rem;
  font-weight: 700;
  line-height: 1.2325581395;
  letter-spacing: 0.1em;
}
.card-cta__tel__num a {
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .card-cta__tel__num {
    font-size: 1.875rem;
  }
}
.card-cta__tel__num::before {
  content: url(../img/icon_tel_01.svg);
  margin-right: 6px;
  position: relative;
  top: 6px;
}
@media only screen and (max-width: 767px) {
  .card-cta__tel__num::before {
    display: inline-block;
    margin-right: 0;
    top: 12px;
    left: -4px;
    transform: scale(0.7);
  }
}
.card-cta .btn-container {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .card-cta .btn-container {
    width: 100%;
  }
}
.card-cta .btn-container .btn--cta {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1279px) {
  .card-cta .btn-container .btn--cta {
    max-width: 319px;
    padding-right: 3px;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .card-cta .btn-container .btn--cta {
    gap: 15px;
    padding-right: 25px;
    margin: 0 auto;
  }
}

/* accordion
---------------------------------------- */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .accordion {
    gap: 16px;
  }
}
.accordion__item {
  border-radius: 10px;
  background-color: #FFFFFF;
}
.accordion__item:not(:first-child) .accordion__answer {
  display: none;
}
.accordion__question {
  display: flex;
  gap: 12px;
  padding: 15px 60px 15px 32px;
  border-radius: 10px;
  background: transparent linear-gradient(120deg, #FF7200 20%, #FFC155 100%) 0% 0% no-repeat;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}
@media only screen and (max-width: 767px) {
  .accordion__question {
    gap: 10px;
    padding: 12px 60px 12px 14px;
    font-size: 1rem;
    letter-spacing: 0.14em;
  }
}
.accordion__question.open {
  border-radius: 10px 10px 0px 0px;
}
.accordion__question.open + .accordion__answer {
  display: block;
}
.accordion__question.open::before {
  display: none;
}
.accordion__question::before {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background-color: #FFFFFF;
  position: absolute;
  top: 23px;
  right: 33px;
}
@media only screen and (max-width: 767px) {
  .accordion__question::before {
    height: 14px;
    top: 17px;
    right: 25px;
  }
}
.accordion__question::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  top: 31px;
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .accordion__question::after {
    width: 14px;
    top: 23px;
    right: 19px;
  }
}
.accordion__answer {
  padding: 25px 60px 39px 32px;
}
@media only screen and (max-width: 767px) {
  .accordion__answer {
    padding: 15px 17px 29px 13px;
  }
}
.accordion__answer__row {
  display: flex;
  gap: 14px;
}
@media only screen and (max-width: 767px) {
  .accordion__answer__row {
    gap: 10px;
  }
}
.accordion__answer__heading {
  color: #FF8C2F;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.accordion__answer__content {
  margin-top: -7px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 767px) {
  .accordion__answer__content {
    margin-top: 1px;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}

/* btn
---------------------------------------- */
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 21px 20px 21px 27px;
  border: 3px solid #FFFFFF;
  border-radius: 100px;
  background: transparent linear-gradient(88deg, #FFBF53 0%, #FF6B05 50%, #FFBF53 100%) 0% 0% no-repeat padding-box;
  background-size: 200% auto;
  color: #FFFFFF;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .btn {
    padding: 10px 20px 15px 0px;
    font-size: 1rem;
    letter-spacing: 0;
  }
}
.btn:hover {
  color: #FFFFFF;
  background-position: right center;
}
.btn--nav {
  width: 216px;
  padding: 13px 12px 13px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1279px) {
  .btn--nav {
    width: clamp(180px, 1.8vw, 216px);
    font-size: clamp(12px, 1.2vw, 14px);
  }
}
.btn--nav::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/icon_mail_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
  left: -6px;
}
@media only screen and (max-width: 1279px) {
  .btn--nav::before {
    width: clamp(16px, 1.6vw, 24px);
    height: clamp(16px, 1.6vw, 24px);
    top: 0.1vw;
  }
}
.btn--cta {
  gap: 13px;
  width: 399px;
}
@media only screen and (max-width: 767px) {
  .btn--cta {
    width: 100%;
    max-width: 399px;
  }
}
.btn--cta::before {
  content: "";
  width: 29px;
  height: 29px;
  background-image: url(../img/icon_mail_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  top: 0;
}
@media only screen and (max-width: 1279px) {
  .btn--cta::before {
    width: clamp(21px, 29vw, 29px);
    height: clamp(21px, 29vw, 29px);
    top: 0.1vw;
  }
}
@media only screen and (max-width: 767px) {
  .btn--cta::before {
    width: 29px;
    height: 29px;
    top: 4px;
    left: 3px;
  }
}
.btn--link {
  width: 238px;
  padding: 14px 29px 12px 20px;
  border-color: #FF7200;
  color: #FF7200;
  background: #FFFFFF;
  font-size: 1rem;
  letter-spacing: 0.02em;
  font-style: normal;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .btn--link {
    border-width: 2px;
    font-size: 0.875rem;
  }
}
.btn--link:hover {
  background-color: #FF8C2F;
}
.btn--link:hover::after {
  content: url(../img/icon_arrow_02.svg);
  right: 20px;
}
.btn--link::after {
  content: url(../img/icon_arrow_01.svg);
  position: absolute;
  top: 11px;
  right: 30px;
  transition: all 0.3s ease;
}

.only-pc {
  display: block;
}

.only-sp {
  display: none;
}

@media only screen and (max-width: 959px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
@media only screen and (max-width: 959px) {
  .min-tab-none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .min-sp-none {
    display: none;
  }
}

.min-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .min-sp {
    display: block;
  }
}

/* sec--feature
---------------------------------------- */
.sec--feature {
  background-color: #F7F7F7;
}
.sec--feature .card__item .card__figure {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec--feature .card__item:nth-child(1) .card__figure {
    left: 4px;
  }
}
.sec--feature .card__item:nth-child(2) .card__figure {
  left: 6px;
}
@media only screen and (max-width: 767px) {
  .sec--feature .card__item:nth-child(2) .card__figure {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sec--feature .card__item:nth-child(3) .card__figure {
    width: 94px;
    left: 0;
  }
}
.sec--feature .card__item:nth-child(4) .card__figure {
  top: -3px;
  left: 2px;
}
@media only screen and (max-width: 767px) {
  .sec--feature .card__item:nth-child(4) .card__figure {
    width: 95px;
    top: 1px;
    left: 1px;
  }
}

/* sec--solution
---------------------------------------- */
.sec--solution {
  padding: 88px 0 86px;
  background: transparent linear-gradient(#06A3B5 0%, #CBE9EC 80%) 0% 0% no-repeat;
}
@media only screen and (max-width: 767px) {
  .sec--solution {
    padding: 42px 0 55px;
  }
}
.sec--solution__ttl {
  margin-bottom: 64px;
  color: #FFFFFF;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 0.7238095238;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec--solution__ttl {
    margin-bottom: 36px;
  }
}
.sec--solution__ttl::after {
  display: block;
  content: "";
  width: 699px;
  height: 6px;
  margin: 27px auto 0;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .sec--solution__ttl::after {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .sec--solution__ttl {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .sec--solution__ttl {
    font-size: 1.625rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
}

/* sec--service
---------------------------------------- */
.sec--service {
  padding: 75px 0 105px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec--service {
    padding: 45px 0 59px;
  }
}
.sec--service .ttl--secondary {
  margin-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .sec--service .ttl--secondary {
    margin-bottom: 16px;
  }
}
.sec--service__summary {
  margin-bottom: 68px;
  line-height: 1.75;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec--service__summary {
    margin-bottom: 61px;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: left;
  }
}
.sec--service .card-combo__item:nth-child(1) .card-combo__figure {
  position: relative;
}
.sec--service .card-combo__item:nth-child(1) .card-combo__figure::after {
  content: url(../img/pic_service_05.svg);
  position: absolute;
  top: -84px;
  right: -88px;
}
@media only screen and (max-width: 767px) {
  .sec--service .card-combo__item:nth-child(1) .card-combo__figure::after {
    display: none;
  }
}
.sec--service .card-combo__item:nth-child(4) .card-combo__figure {
  position: relative;
}
.sec--service .card-combo__item:nth-child(4) .card-combo__figure::after {
  content: url(../img/pic_service_06.svg);
  position: absolute;
  top: -40px;
  left: -136px;
}
@media only screen and (max-width: 767px) {
  .sec--service .card-combo__item:nth-child(4) .card-combo__figure::after {
    display: none;
  }
}

/* sec--flow
---------------------------------------- */
.sec--flow {
  padding-top: 77px;
  background-color: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .sec--flow {
    padding: 48px 0;
  }
}
.sec--flow .ttl--secondary {
  margin-bottom: 66px;
}
@media only screen and (max-width: 767px) {
  .sec--flow .ttl--secondary {
    margin-bottom: 27px;
  }
}
.sec--flow .flow-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 56px 116px 56px 100px;
  margin-bottom: 48px;
  border-radius: 16px;
  background-color: #FFFFFF;
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list {
    padding: 24px 16px;
    margin-bottom: 33px;
  }
}
.sec--flow .flow-list::after {
  content: url(../img/pic_flow_01.svg);
  display: block;
  position: absolute;
  top: -134px;
  right: 86px;
}
@media only screen and (max-width: 1279px) {
  .sec--flow .flow-list::after {
    top: -184px;
    right: 6%;
  }
}
@media only screen and (max-width: 1279px) and (max-width: 767px) {
  .sec--flow .flow-list::after {
    display: none;
  }
}
.sec--flow .flow-list__item {
  display: flex;
  gap: 32px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__item {
    gap: 13px;
  }
}
.sec--flow .flow-list__item::before {
  content: "";
  display: block;
  width: 4px;
  height: 50%;
  background-color: #FF7200;
  position: absolute;
  left: 56px;
  bottom: -45px;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__item::before {
    height: 65%;
    left: 38px;
    bottom: -45px;
  }
}
.sec--flow .flow-list__item:last-child::before {
  display: none;
}
.sec--flow .flow-list__step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: transparent linear-gradient(180deg, #FFC155 0%, #FF7200 100%) 0% 0% no-repeat padding-box;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__step {
    width: 80px;
    height: 80px;
  }
}
.sec--flow .flow-list__step__text {
  padding-top: 6px;
  margin-bottom: 6px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__step__text {
    padding-top: 4px;
    margin-bottom: 2px;
    font-size: 0.8125rem;
  }
}
.sec--flow .flow-list__step__num {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__step__num {
    font-size: 1.75rem;
  }
}
.sec--flow .flow-list__summary {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__summary {
    margin-top: 10px;
  }
}
.sec--flow .flow-list__summary__text {
  margin-bottom: 14px;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__summary__text {
    margin-bottom: 9px;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.sec--flow .flow-list__summary__output {
  display: flex;
  gap: 16px;
  color: #06A3B5;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__summary__output {
    gap: 8px;
  }
}
.sec--flow .flow-list__summary__output__icon {
  flex-shrink: 0;
  width: 89px;
  height: 34px;
  padding-top: 4px;
  border: 2px solid #06A3B5;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__summary__output__icon {
    width: 54px;
    height: 21px;
    padding-top: 1px;
    font-size: 0.625rem;
  }
}
.sec--flow .flow-list__summary__output__product {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5555555556;
  letter-spacing: 0.09em;
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-list__summary__output__product {
    font-size: 0.75rem;
    line-height: 1.5;
    top: 0;
  }
}
.sec--flow .flow-organization__figure {
  padding: 48px;
  border-radius: 16px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .sec--flow .flow-organization__figure {
    padding: 24px 12px;
  }
}

/* sec--faq
---------------------------------------- */
.sec--faq {
  padding: 91px 0 105px;
  background-color: #FFF2E8;
}
@media only screen and (max-width: 767px) {
  .sec--faq {
    padding: 48px 0 50px;
  }
}
.sec--faq .ttl--secondary {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .sec--faq .ttl--secondary {
    margin-bottom: 28px;
  }
}
.sec--faq .accordion {
  position: relative;
}
.sec--faq .accordion::before {
  content: url(../img/pic_faq_01.svg);
  position: absolute;
  top: -168px;
  left: -140px;
}
@media only screen and (max-width: 1279px) {
  .sec--faq .accordion::before {
    transform: scale(0.75);
    top: -248px;
    left: -5%;
  }
}
@media only screen and (max-width: 767px) {
  .sec--faq .accordion::before {
    display: none;
  }
}

/* sec--cta
---------------------------------------- */
.sec--cta {
  padding: 95px 0 90px;
  background: transparent linear-gradient(89deg, #FFFFFF -50%, #06A3B5 100%) 0% 0% no-repeat;
}
@media only screen and (max-width: 767px) {
  .sec--cta {
    padding: 48px 0 48px;
  }
}/*# sourceMappingURL=style.css.map */