@charset "UTF-8";

:root{
    /* カラー */
    --main-color: #42BEB1;
    --text-black: #333;
    /* フォント */
    --fontNotoSans: "Noto Sans JP", sans-serif;
    --fontPoppins: "Poppins", sans-serif;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}
@media screen and (max-width: 767px) {
  html {
  scroll-padding-top: 68px;
  }
}

body{
  background-color: #Fff;
  color: var(--text-black);
  font-family: var(--fontNotoSans);
}

.ios-mac {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.inner{
    max-width: 1080px;
    margin: 0 auto;
}
@media screen and (max-width: 1120px) {
  .inner {
    padding-inline: 20px;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sp {
    display: inline-block;
  }
  .for-pc {
    display: none;
  }
}

@media (hover:hover) {
  .button-green:hover{
    background: linear-gradient(90deg, #47B54F 0%, #2BAEB7 100%);
  }
  .button-white:hover{
    background-color: #D9F2EF;
  }
}

.en-sectionTitles {
  position: relative;
  margin-bottom: 93px;
}
.en-sectionTitles h2{
    font-weight: 600;
    font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
    text-align: center;
    position: relative;
    z-index: 1;
}
.en-sectionTitles::before{
    content: "Rollout";
    font-weight: 500;
    font-family: var(--fontPoppins);
    font-size: clamp(5rem, 4.12rem + 3.76vw, 7.5rem);
    line-height: 1.4;
    letter-spacing: 2%;
    background: linear-gradient(
    to right,
    #DCEAB1 0%,
    #9ADADB 72%,
    #80D4EB 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0.4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
@media screen and (max-width: 767px) {
.en-sectionTitles {
  margin-bottom: 36px;
}
}

/* =============================
header
header.css以外のボタン定義
============================== */

.header__btn {
    width: 170px;
    text-align: center;
    padding: 0 2.5em;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 4%;
    position: relative;
    white-space: nowrap;
}

.header__request{
    color: #fff;
    background: linear-gradient(to right, #A7D66E 0%, #45CED7 100%);
}

.header__request::after{
    content: "";
    width: 11px;
    height: 16px;
    background-image: url(../img/icon-btn1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}

.header__cta {
    padding-inline: 30px;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    background-color: #fff;
}

.header__cta::after{
    content: "";
    width: 11px;
    height: 16px;
    background-image: url(../img/icon-btn2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
}


/* =============================
    MV
============================== */
.mv{
  position: relative;
  overflow-x: clip;
}
.mv::before {
  content: "";
  background: url(../img/fv-bg-blue-yellow-pc.webp) no-repeat center center / cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.mv__top{
  display: flex;
  gap: 2.43056vw;
  justify-content: center;
  align-items: center;
  padding-top: max(108px, 7.5vw);
  padding-bottom: max(132px, 9.167vw);
  position: relative;
}
.mv__top::before {
  content: "";
  background: url(../img/fv-circle-pc.svg) no-repeat center center / contain;
  width: 120%;
  aspect-ratio: 167550 / 157041;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.mv__top--left {
  margin-top: 16px;
}

.mv__top--right{
    width: 36.1vw;
    max-width: 600px;
}

.mv__top-text{
    font-size: clamp(0.875rem, 0.809rem + 0.28vw, 1.063rem);
    font-weight: 900;
    line-height: 1.8;
    letter-spacing: 2%;
    color: var(--text-black);
    text-align: center;
}

.mv__top--title{
    text-align: center;
    font-size: clamp(1.5rem, 1.038rem + 1.97vw, 2.813rem);
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-top: 6px;
}

.mv__btnBlock{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.mv__btn{
    display: inline-grid;
    place-items: center;
    width: 240px;
    text-align: center;
    padding-inline: 40px;
    padding-block: 0.7em;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 4%;
    position: relative;
}


.mv__bottom{
    text-align: center;
    position: relative;
}

.mv__bottom::before{
    content: "";
    background-image: url(../img/mv-bottom1.png);
    width: 25.3472vw;
    aspect-ratio: 365/417;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mv__bottom::after{
    content: "";
    background-image: url(../img/mv-bottom2.png);
    width: 23.4722vw;
    aspect-ratio: 337 / 523;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mv__bottom--text{
  padding-top: 80px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 4%;
  color: var(--text-black);
}

.mv__bottom--text:nth-of-type(2){
  padding-top: 30px;
}

.mv__message{
    margin-top: 40px;
}

.mv__message--text{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
}

.mv__message--title{
    display: inline-block;
    font-weight: 700;
    font-size: clamp(2rem, 1.824rem + 0.75vw, 2.5rem);
    line-height: 1.6;
    letter-spacing: 4%;
    color: var(--text-black);
    padding-inline: 10px;
    border-bottom: 12px solid;
    border-image: linear-gradient(to right, #61DFCA, #D3FB9B) 1;
}

.mv__message--sub{
    margin-top: 40px;
    padding-bottom: 100px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
}

.mv__message--sub span{
    font-size: 24px;
}

.mv-bottom__people img {
  width: 100%;
}

.mv__message--sub .for__tab-sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .mv__message--sub .for__tab-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mv::before {
    background-image: url(../img/fv-bg-blue-yellow-sp.webp);
  }
  .mv__top {
    flex-direction: column-reverse;
    padding-top: 80px;
    padding-bottom: 96px;
    gap: 24px;
  }
  .mv__top::after {
    content: "";
    background: url(../img/fv-circle-sp.svg) no-repeat center center / contain;
    width: 120%;
    aspect-ratio: 375 / 618;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  .mv__top::before {
    background: none;
  }
  .mv__top--right {
    width: 77.6%;
    max-width: 360px;
  }
  .mv__top--left {
    margin-top: 0;
  }
  .mv__btnBlock {
    gap: 8px;
    margin-top: 24px;
  }
  .mv__btn{
    max-width: 163.5px;
    padding: 1em ;
    font-size: min(16px, 4.2vw);
  }
.mv__bottom--inner {
  padding-inline: 20px;
}
  .mv__bottom::before,
  .mv__bottom::after {
    display: none;
  }
  .mv__bottom--text {
    padding-top: 10px;
    font-size: 14px;
  }
  .mv__message {
    margin-top: 24px;
  }
  .mv__message--sub {
    margin-top: 24px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 365px) {
  .mv__btnBlock {
    gap: 16px;
  }
  .mv__top::after {
    bottom: 4rem;
  }
  .mv__btn {
    width: 140px;
  }
}

/* =============================
    merit
============================== */
.benefits{
    padding-block: 80px;
    background-color: #F5FAEF;
    position: relative;
    z-index: 2;
}

.benefits::before{
    content: "";
    background-image: url(../img/benefits-top.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 370px;
    width: 25.7vw;
    aspect-ratio: 370/500;
    position: absolute;
    top: 4%;
    right: 0;
    z-index: 0;
}

.benefits::after{
    content: "";
    background-image: url(../img/benefits-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 370px;
    width: 25.7vw;
    aspect-ratio: 370/500;
    position: absolute;
    bottom: 4%;
    left: 0;
    z-index: -1;
}

.merit__title{
    text-align: center;
    color: var(--text-black);
    font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 4%;
}

.merit__title span{
    color: var(--main-color);
    margin-left: 0.5rem;
}

.merit__cardGrid{
    margin-top: 64px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.7037%;
    align-items: stretch;
    justify-content: space-between;
}

.merit__card{
    padding: 40px 6.1538461%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
}

.card__blue{
    border: 2px solid #72C3D9;
}

.card__green{
    border: 2px solid #B8D268;
}

.merit__card--title{
    text-align: center;
    padding: 6.5px 40px;
    background-color: #1795BF;
    color: #fff;
    font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 4%;
    display: inline-block;
    border-radius: 100px;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.card__green .merit__card--title{
    background-color: #93CA3D;
}

.merit__content + .merit__content{
    margin-top: 24px;
}

.merit__content2 + .merit__content2{
    margin-top: 19px;
}

.merit__number{
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 10px;
    align-items: center;
    font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 4%;
    color: #1795BF;
}

.merit__number--1::before{
    content: "1";
    width: 34px;
    height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: var(--fontPoppins);
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    background-color: #1795BF;
}

.merit__number--2::before{
    content: "2";
    width: 34px;
    height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: var(--fontPoppins);
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    background-color: #1795BF;
}
.merit__number--3::before{
    content: "3";
    width: 34px;
    height: 34px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    font-family: var(--fontPoppins);
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    background-color: #1795BF;
}

.card__green .merit__number{
    color: #93CA3D;
}

.card__green .merit__number--1::before,
.card__green .merit__number--2::before,
.card__green .merit__number--3::before{
    background-color: #93CA3D;
}

.merit__number--text{
    margin-left: 50px;
    margin-top: 8px;
    color: var(--text-black);
    font-weight: 400;
    font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
    line-height: 1.8;
    letter-spacing: 4%;
}

@media screen and (max-width: 767px) {
  .benefits{
    padding-block: 40px;
  }
 .merit__cardGrid {
  grid-template-columns: 1fr;
  gap: 40px;
  margin-top: 40px;
 }
 .merit__card {
  padding: 32px 20px;
 }
 .merit__content + .merit__content{
    margin-top: 16px;
}
}

/* =============================
    feature
============================== */
.features{
    margin-top: 80px;
}

.feature__title--bottom{
    margin-top: 8px;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
}

.feature__grid{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.feature__card{
    text-align: center;
    padding: 16px 12px;
}

.feature__number{
    opacity: 0.6;
    font-family: var(--fontPoppins);
    font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
    font-weight: 500;
    letter-spacing: 2%;
    color: var(--main-color);
}

.feature__title{
    font-size: clamp(1.125rem, 1.081rem + 0.19vw, 1.25rem);
    font-weight: 600;
    color: var(--main-color);
    line-height: 1.35;
    letter-spacing: 2%;
    margin-top: 8px;
}
.feature__title .top {
  vertical-align: top;
  font-size: 0.6em;
}
.feature__card img{
    margin-top: 20px;
    max-width: 140px;
}

.feature__card--text{
    text-align: left;
    margin-top: 20px;
    color: var(--text-black);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 4%;
}

.feature__grid--text{
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
    margin-left: 11px;
}

@media screen and (max-width: 1140px) {
  .feature__grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .feature__card--text {
    margin-top: 16px;
  }
  .feature__grid {
    margin-top: 24px;
    grid-template-columns: 1fr;
  }
}

/* =============================
    system
============================== */
.system{
    padding-block: 80px;
}

.system__title {
    text-align: center;
    font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
}

.system__title img{
    max-width: 224px;
    margin-right: 16px;
    margin-bottom: 10px;
}

.system__title span{
    color: var(--main-color);
}

.system__title--bottom{
    text-align: center;
    margin-top: 24px;
    font-weight: 400;
    font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
}

.grow__system--title{
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
    font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 4%;
    border-radius: 100px;
    margin-top: 80px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .system{
      padding-block: 40px;
  }
  .grow__system--title{
    margin-top: 40px;
    line-height: 43px;
  }
  .system__title--bottom{
      text-align: left;
  }
}

/* =============================
    clients
============================== */
.clients {
  background-color: #F5FAEF;
  padding-block: 140px 80px;
}

.clients__inner {
  max-width: 920px;
}

.clients .en-sectionTitles::before{
    content: "Clients";
}
.clients__lead-h3 {
text-align: center;
color: #42BEB1;
font-size: clamp(1.125rem, 0.993rem + 0.56vw, 1.5rem);
font-weight: 600;
line-height: 180%;
letter-spacing: 0.96px;
}
.clients__grid {
  margin-top: 40px;
  display: grid;
  align-items: stretch;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.clientsCard {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 5px 15px rgb(0 0 0 / 0.09);
}
.clientsCard__img {
  width: 100%;
}
.clientsCard__details {
  padding: 24px 40px;
}
.clientsCard__college {
color: #69757C;
text-align: center;
font-size: 14px;
font-weight: 700;
line-height: 180%;
letter-spacing: 0.56px;
}
.clientsCard__title {
text-align: center;
font-size: 18px;
font-weight: 700;
line-height: 180%;
letter-spacing: 0.72px;
margin-top: 8px;
}
.clientsCard__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.64px;
  margin-top: 24px;
}

.college-name__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.college-list {
  margin-top: 64px;
}

.college-name__wrapper {
  margin-block: 24px 20px;
}

.college-name {
  display: inline-block;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.72px;
}

@media screen and (max-width: 767px) {
  .clients {
  background-color: #F5FAEF;
  padding-block: 70px 40px;
}
 .clients__grid {
  grid-template-columns: 1fr;
 }
 .clientsCard__college {
  font-size: 12px;
}
.clientsCard__details {
  padding: 24px;
}
.clientsCard__title {
   font-size: 16px;
   margin-top: 8px;
 }
.clientsCard__text {
   font-size: 14px;
   margin-top: 16px;
 }
 .college-list {
  margin-top: 40px;
}
.college-name {
  font-size: 16px;
}
}
/* =============================
    Rollout
============================== */
.rollout{
    padding-block: 140px 80px;
}

.rollout .en-sectionTitles::before{
    content: "Rollout";
}

.rollout__title--bottom{
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
}

.rollout__grid{
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
}

.rollout__block--title{
    width: 240px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 100px;
    padding-block: 11px;
    margin: 0 auto;
}

.rollout__block--img{
    padding: 40px;
}

.rollout__last{
    text-align: center;
    font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
    margin-top: 24px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 767px) {
  .rollout{
    padding-block: 70px 40px;
  }
  .rollout__grid {
    flex-direction: column;
  }
  .rollout__block--img{
    padding: 16px 0 0 0;
  }
  .rollout__title--bottom{
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (max-width: 390px) {
  .rollout .en-sectionTitles h2{
    transform: translateX(-3.46vw);
    white-space: nowrap;
    font-size: 6.4vw;
  }
}

/* =============================
    Flow
============================== */
.flow{
    padding-block: 140px 80px;
    background-color: #F5FAEF;
    position: relative;
    overflow-x: clip;
}

.flow::after {
    content: "";
    background-image: url(../img/benefits-bottom.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 370px;
    width: 25.7vw;
    aspect-ratio: 370 / 500;
    position: absolute;
    top: -16%;
    left: 0;
    z-index: 0;
}

.flow .en-sectionTitles::before{
    content: "Flow";
}

.flow__block{
  overflow-x: auto;
  /* スクロールバー 下部余白 */
  padding-bottom: 1rem;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}
.flow__scroll {
  width: fit-content;
  display: flex;
  cursor: pointer;
  gap: 24px;
  z-index: 2;
  position: relative;
  padding-inline: 20px;
  
}
.wrap {

  /* Firefox対応 */
  scrollbar-color: #C4C8BF;
  scrollbar-height: 6px;

  &::-webkit-scrollbar {
    height: 6px;
  }
  &::-webkit-scrollbar-track {
    background-color: #C4C8BF;
  }
  &::-webkit-scrollbar-thumb {
    background-color: #485055;
    border-radius: 3px;
  }
  &::-webkit-scrollbar-track {
    background-color: #C4C8BF;
    border-radius: 3px;
  }
}

.flow__step{
  text-align: center;
  min-width: 230px;
}

.flow__number{
    width: 80px;
    height: 80px;
    background-color: var(--main-color);
    border-radius: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--fontPoppins);
    color: #fff;
    position: relative;
    z-index: 2;
}

.flow__number::before{
    content: "";
    width: 250%;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #42BEB1 0,
        #42BEB1 4px,
        transparent 4px,
        transparent 8px
    );
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(100%, -50%);
    z-index: 0;
}
.flow__step:last-of-type .flow__number::before {
  display: none;
}

.flow__number--text{
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2%;
    margin-top: -8px;
    font-family: var(--fontPoppins);
}

.flow__number--score{
    font-size: 28px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 2%;
}

.flow__step--title{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 4%;
    color: var(--text-black);
    margin-top: 16px;
}

.flow__img{
    max-width: 215px;
    margin: 26px auto 0;
}

.flow__text{
    text-align: left;
    margin-top: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 2%;
    color: var(--text-black);
}

@media screen and (max-width: 767px) {
  .flow{
    padding-block: 70px 40px;
  }
  .flow__number{
    width: 60px;
    height: 60px;
  }
  .flow__number--text{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 2%;
    margin-top: 0;
  }
  .flow__number--score {
    font-size: 20px;
  }
  .flow__step--title {
    font-size: 16px;
  }
  .flow__img{
    max-width: 144.07px;
  }
  .flow__text {
    font-size: 14px;
  }
  .flow__number::before {
    width: 350%;
  }
}
/* =============================
    Faq
============================== */
.faq{
    padding-block: 140px 80px;
    position: relative;
}

.faq::before{
    content: "";
    background-image: url(../img/benefits-top.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 370px;
    width: 25.7vw;
    aspect-ratio: 370 / 500;
    position: absolute;
    top: 14%;
    right: 0;
    z-index: -1;
}

.faq .en-sectionTitles::before{
    content: "FAQ";
}

.faq__block{
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.09);
}

.faq__block + .faq__block{
    margin-top: 24px;
}

.question{
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 16px;
    align-items: flex-start;
}

.question__mark{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--fontPoppins);
    line-height: 1.4;
    letter-spacing: 2%;
}

.question__text{
    font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
}

.answer{
    display: grid;
    grid-template-columns: 40px 1fr;
    column-gap: 16px;
    align-items: flex-start;
    margin-top: 10px;
}

.answer__mark{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--fontPoppins);
    line-height: 1.4;
    letter-spacing: 2%;
}

.answer__text{
    font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 4%;
    color: var(--text-black);
}

@media screen and (max-width: 767px) {
.faq{
    padding-block: 70px 40px;
}
}


/* =============================
    Contact
============================== */
.contact {
  background: url(../img/bg-contact.webp) no-repeat center center / cover;
  padding-block: 80px;
  border-radius: 80px;
}

.contact__inner {
  max-width: 1200px;
}

.contact__text{
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 200%;
letter-spacing: 1.44px;
}
.contact__title {
text-align: center;
font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
font-style: normal;
font-weight: 700;
line-height: 200%;
letter-spacing: 3.2px;
margin-top: 8px;
}
.contact__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  margin-top: 40px;
}
.contactCard {
  text-align: center;
  position: relative;
}
.contactCard:not(:last-of-type)::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -40px;
}
.contactCard__icon {
  display: block;
  max-width: 100px;
  margin: 0 auto;
}
.contactCard__title {
font-size: clamp(1rem, 0.956rem + 0.19vw, 1.125rem);
font-style: normal;
font-weight: 700;
line-height: 180%;
letter-spacing: 0.72px;
margin-top: 16px;
}
.contactCard__text {
font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem);
font-style: normal;
font-weight: 400;
line-height: 180%;
letter-spacing: 0.56px;
margin-top: 8px;
}
.contactCard__button {
  margin-top: 16px;
}
.contact__btn {
    width: 200px;
    text-align: center;
    padding-inline: 40px;
    padding-block: 9.5px;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 4%;
    position: relative;
    margin: 0 auto;
}
.contactCard__tel-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 13px;

  img {
    max-width: 32px;
  }
}
.contactCard__tel-link {
  color: #333;
  font-family: var(--fontPoppins);
font-size: clamp(1.5rem, 1.324rem + 0.75vw, 2rem);
font-weight: 500;
line-height: 140%;
letter-spacing: 0.64px;
text-transform: capitalize;
}
.contactCard__tel-text-s {
font-size: 14px;
font-weight: 400;
line-height: 180%;
letter-spacing: 0.56px;
margin-top: 8px;
}
@media screen and (max-width: 1240px) {
  .contact__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact {
    background: url(../img/bg-contact-sp.webp) no-repeat center center / cover;
    border-radius: 40px;
    padding-block: 40px;
  }
  .contact__cards {
    grid-template-columns: 1fr;
  }
  .contactCard {
    text-align: left;
  }
  .contactCard:not(:last-of-type)::after {
    width: 100%;
    height: 1px;
    top: auto;
    right: auto;
    left: 0;
    bottom: -40px;
  }
  .contactCard__head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
  }
  .contactCard__icon {
    max-width: 60px;
    margin: 0;
  }
  .contact__title {
    letter-spacing: 0.96px;
    line-height: 180%;
  }
  .contact__text {
    font-size: 16px;
  }
  .contactCard__tel-flex {
    display: block;
    margin-top: 8px;
  }
  .contactCard__tel-flex img {
    display: none;
  }
  .contactCard__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 370px) {
  .contact__title {
    font-size: 6.2vw;
  }
  .contact__text {
    font-size: 4.267vw;
  }
}

/* ================= */
/* フッター */
/* ================= */
.footer {
  
}
.footer__inner {
  max-width: 1280px;
}
.footer__head {
  display: flex;
  gap: 6.25%;
  padding-block: 80px 32px;
}
.footer__left {
  flex: 0 1 29.843%;
}
.footer__left-logo {
  max-width: 382px;
}
.footer__left address {
  font-style: normal;
  display: block;
  margin-top: 40px;
}
.footer__address {
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem);
  line-height: 180%;
letter-spacing: 0.56px;

  .bold {
    font-weight: 700;
  }
}
.footer__tel {
  margin-top: 24px;
  font-size: clamp(0.75rem, 0.706rem + 0.19vw, 0.875rem);
  line-height: 180%;
  letter-spacing: 0.56px;
}
.footer__tel a {
  color: #333;
  display: inline-block;
  width: fit-content;
}
.footer__button {
  margin-top: 16px;
}
.footer__button a {
  margin: 0 auto 0 0;
}
.footer__cards {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 8px;
  border: 1px solid #D2D2D2;
  padding: 32px 24px;
  gap: 32px;
  width: 100%;
}
.footerCard {
  display: grid;
  text-align: center;
  position: relative;
  grid-row: span 4;
  grid-template-rows: subgrid;
gap: 0;
}
.footerCard:not(:last-of-type)::after {
  content: "";
  background-color: #D2D2D2;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -16px;
  top: 0;
}
.footerCard__label {
  font-size: 14px;
  font-weight: 400;
line-height: 180%;
letter-spacing: 0.56px;
}
.footerCard__logo {
  margin: 12px auto 0 auto;

  &.logo-1 {
    max-width: 199px;
  }
  &.logo-2 {
    max-width: 136.898px;
  }
  &.logo-3 {
    max-width: 162.541px;
  }
}
.footerCard__company {
  font-size: 14px;
font-weight: 700;
line-height: 160%;
}
.footerCard__text {
  color: #69757C;
font-size: 12px;
font-weight: 400;
line-height: 180%;
letter-spacing: 0.48px;
height: auto;
}
.footer__bottom {
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-link {
  color: #373B41;
  font-size: 12px;
font-weight: 400;
line-height: 180%;
letter-spacing: 0.48px;
}
.copyright {
  color: #99A2A8;
  font-family: var(--fontPoppins);
font-size: 10px;
font-weight: 500;
line-height: 140%;
letter-spacing: 0.2px;
text-transform: capitalize;
}
.footer__link-wrapper {
  display: flex;
  align-items: center;
}

@media (hover:hover) {
  .footer__bottom-link:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 1320px) {
  .footer__inner {
    padding-inline: 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0 0 0;
  }
 .footer__head {
  display: block;
  padding: 0;
 }
 .footer__left {
  text-align: center;
 }
 .footer__left address {
  margin-top: 24px;
 }
 .footer__left-logo {
  max-width: 335px;
  margin: 0 auto;
}
.footer__button a {
  margin-right: auto;
  margin-left: auto;
}
 .footer__cards {
  grid-template-columns: 1fr;
  margin-top: 40px;
  padding: 24px;
 }
 .footerCard:not(:last-of-type)::after {
  width: 100%;
  height: 1px;
  right: auto;
  left: 0;
  top: auto;
  bottom: -20px;
 }
 .footer__bottom {
  flex-direction: column;
  gap: 10px;
 }
}