@charset "UTF-8";
/* =========================
  LINE consult (top)
========================= */

.l-line{
  background:#CAEAE6;
  /* padding: 5.4rem 0 6rem; */
      padding: 4.5rem 0 7rem;
  text-align:center;
}

.l-line__english{
  margin-bottom:18px;
  text-transform: uppercase;
}

.l-line__badge{
  display:flex;
  justify-content:center;
  margin-bottom:8px;
}

.l-line__badgeTxt{
  display:inline-block;
  background:#1FD0B7;
  color:#fff;
  border-radius:999px;
  padding:5px 30px;
  font-size: 2.4rem;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 38.4px */
letter-spacing: 1.92px;
}

.l-line__ttl{
  margin-bottom:45px;
  line-height: 160%;
}
/* 黄色マーカー（LINE相談 見出し用） */
.l-line__ttl ._marker {
  display: inline-block;
  position: relative;
  font-weight: 800;
  padding: 0 6px;
  line-height: 1.2;
  z-index: 0;
}

/* マーカー本体 */
.l-line__ttl ._marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem; /* 文字との距離 */
  width: 100%;
  height: 0.55em; /* 黄色ラインの太さ */
  background: #FFF200;
  z-index: -1;
}

.l-line__steps{
  display: flex;
  gap:45px;
  align-items:start;
  justify-items:center;
  align-items: stretch;
    margin-top: 80px;

}

.l-line__step{
  display: flex;         /* ★ */
  flex-direction: column;/* ★ */
  flex: 1; 
  position:relative;
}
.l-line__step + .l-line__step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -45px; /* ← 前の step との間 */
  transform: translateY(-50%);
  width: 40px;
  height: 60px;
  background: #2BB9A5;
 clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.l-line__stepBadge{
  width:80px;
  height:80px;
 z-index: 3;
 position: absolute;
 top: -40px;
 left: 50%;
 transform: translate(-50%, 0);
  
}
.l-line__step:nth-child(1) .l-line__stepBadge {
  background: url(../img/line/step-icon1.png) no-repeat center / contain;
}

.l-line__step:nth-child(2) .l-line__stepBadge {
  background: url(../img/line/step-icon2.png) no-repeat center / contain;
}

.l-line__step:nth-child(3) .l-line__stepBadge {
  background: url(../img/line/step-icon3.png) no-repeat center / contain;
}


.l-line__stepBadge--label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
}

.l-line__stepBadge--num{
  font-size:22px;
  font-weight:900;
  line-height:1;
  margin-top:4px;
}

.l-line__card{
  background:#fff;
  display: flex;
  flex-direction: column;
  flex: 1;   
}

.l-line__cardHead{
  background:#2BB9A5;
  color:#fff;
  padding:50px 20px 10px;
  /* height: 124px; */
}

.l-line__cardHeadTtl{
  margin:0;
font-size: 20px;
font-weight: 700;
line-height: 160%; /* 32px */
letter-spacing: 1.6px;
  height: 64px;
  align-content: center;
}

.l-line__cardBody{
  padding:20px;
  text-align:left;
}

.l-line__img{
  width:100%;
  height:auto;
  display:block;
  background:#f2f5f6;
}

.l-line__note{
  margin-top: 20px;
font-size: max(15px, 1.5rem);
font-weight: 500;
line-height: 160%; /* 24px */
letter-spacing: 1.2px;
}


.l-line__check{
  margin-top:10px;
  list-style:none;
  padding:10px;
  border:1px solid #2BB9A5;
}

.l-line__check li{
  display: flex;
 gap: 10px;
 font-size: max(15px, 1.5rem);
font-style: normal;
font-weight: 500;
line-height: 160%; /* 24px */
letter-spacing: 1.2px;
}

.l-line__check li::before{
  content:"";
  flex-shrink: 0;
  width:16px;
  height:16px;
  margin-top: 4px;
  background: transparent url(../img/line/line__check.png) no-repeat center center / contain;
}
.l-line__check .l-line__check-head {
  font-weight: 600;
}
.l-line__check .l-line__check-head::before {
  display: none;
}
.l-line__check li + li {
  margin-top: 10px;
}
.l-line__caution {
    margin-top: 8px;
font-size: max(15px, 1.5rem);
font-weight: 500;
line-height: 160%; /* 24px */
letter-spacing: 1.2px;
text-align: left;
}
/* arrows (PC) */
.l-line__arrow{
  width:44px;
  height:44px;
  margin-top:44px;
  position:relative;
}

.l-line__arrow::before{
  content:"";
  position:absolute;
  inset:0;
  background:#1fb9a7;
  clip-path:polygon(0 20%, 62% 20%, 62% 0, 100% 50%, 62% 100%, 62% 80%, 0 80%);
  filter: drop-shadow(0 10px 14px rgba(0,0,0,.10));
}

/* CTA */
.l-line__btn{
  margin-top:60px;
  margin-inline: auto;
max-width: 354px;

}

.l-line__btnLink{
  display:inline-flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:min(354px, 100%);
  padding:10px 30px;
    border-radius: 5px;
background:#06C755;
color: #fff;
  font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 32px */
letter-spacing: 1.6px;
}

.l-line__btnLink:hover{opacity:.7;}

.l-line__btnIcon{
width: 40px;
height: 40px;
aspect-ratio: 1/1;
}

.l-line__btnArrow{
  width:10px;
  height:10px;
  border-right:3px solid #fff;
  border-top:3px solid #fff;
  transform:rotate(45deg);
  margin-left:6px;
}

/* SP */
@media (max-width: 1059px){
 .l-line__badgeTxt {
  font-size: 2rem;
  padding: 4px 20px;
 }
}
@media (max-width: 900px) {
  .l-line {
        padding: 6rem 0 8rem;
  }
  .l-line__english {
    /* font-size: 3rem; */
  }
 
  .l-line__badgeTxt {
    /* font-size: 3.5rem; */
    font-size: 3rem;
            padding: 10px 35px;
            line-height: 1.4;

  }
  .l-line__steps {
    flex-direction: column;
    align-items: center;
    gap: 160px;
    margin-top: 130px;
  }
  .l-line__step {
    /* max-width: 500px; */
    width: 100%;
  }
  .l-line__step + .l-line__step::before {
    top: -160px;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 70px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.l-line__check {
  padding: 16px;
}
.l-line__note,
.l-line__check li {
  font-size: 2.8rem;

}
.l-line__caution {
  font-size: 2.8rem;
}
.l-line__ttl {
    margin-bottom: 65px;
    
}
.l-line__cardHead {
  height: 200px;
      padding: 80px 20px 10px;
}
.l-line__stepBadge {
  width: 150px;
  height: 150px;
  top: -75px;
}
.l-line__cardHeadTtl {
  font-size: 3.5rem;
  height: calc(3.5rem * 1.6 * 2);
}
.l-line__cardBody {
    padding: 32px;
}
.l-line__check li::before {
  width: 24px;
  height: 24px;
  margin-top: 9px;
}
.l-line__btn{
  margin-top:60px;
  margin-inline: auto;
/* max-width: none; */
max-width: 585px;

}

    .l-line__btnLink {
        gap: 16px;
        width: 100%;
        max-width: none;
        /* padding: 2.6rem 6rem; */
        padding: 2.6rem 4rem;
        border-radius: 10px;
        font-size: 4rem;
        letter-spacing: 3.6px;
    }

.l-line__btnIcon{
/* width: 8rem;
height: 8rem; */
width: 6rem;
height: 6rem;
}
.l-line__btnTxt {
  font-size: 3.5rem;
}
    .l-line__btnArrow {
        width: 2rem;
        height: 2rem;
        border-right: 0.5rem solid #fff;
        border-top: 0.5rem solid #fff;
    }

}
@media (max-width: 768px) {
  .l-line__btn{
max-width: 550px;

}
}

.sp_block {
    display: none;
}

.sp_blocknone {
    display: block;
}

@media screen and (max-width:900px) {
    .sp_block {
        display: block;
    }
    .sp_blocknone {
        display: none;
    }
}

/* 
.fv_banner {
  padding-top: 80px;
} */
/* .fv_banner .banner_pc {
    width: 80%;
}
.fv_banner .banner_sp {
    width: 90%;
} */
/* .fv_banner2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.fv_banner2 .banner_pc,
 .fv_banner2 .banner_sp {
    width: 100%;
} */
.section-ttl-wrap {
  text-align: center;
}
/* メリット
---------------------------------------------------- */

#merit {
    width: 100%;
    padding: 60px 0 60px
}

@media screen and (max-width:900px) {
    #merit {
        padding: 20px 0 0px;
    }
}

#merit .ttl08 {
    margin: 0 0 10px;
}

#merit .ttl08 span {
    color: #B1B1B1;
}

@media screen and (max-width:600px) {
    #merit .ttl08 span {
        color: #B1B1B1;
        display: block;
    }
}

#merit .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto 80px;
}

@media screen and (max-width:900px) {
    #merit .container {
        margin: 0 auto 10px;
    }
}

.merit_block01 {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

@media screen and (max-width:1060px) {
    .merit_block01 {
        margin: 0 auto;
        padding: 0 0 20px;
        flex-direction: column;
    }
}

.merit_block02 {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto 80px;
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}

@media screen and (max-width:1060px) {
    .merit_block02 {
        margin: 0 auto;
        padding: 0 0 20px;
        flex-direction: column;
    }
}

.merit_txtblock01 {
    width: 568px;
    margin: 0 0 0 auto;
    padding: 0 100px 40px 0;
}

@media screen and (max-width:1060px) {
    .merit_txtblock01 {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
        padding: 0 0 40px;
    }
}

.merit_txtblock02 {
    width: 568px;
    padding: 0 0 40px 100px;
}

@media screen and (max-width:1060px) {
    .merit_txtblock02 {
        width: 100%;
        max-width: 680px;
        margin: 0 auto;
        padding: 0 0 40px;
    }
}

.merit_imgblock01 {
    margin: 0 0 90px;
    position: relative;
}

.merit_imgblock01 img {
    width: auto;
    height: 350px;
    object-fit: cover;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:900px) {
    .merit_imgblock01 {
        margin: 0 auto 30px;
    }
    .merit_imgblock01 img {
        width: 100%;
        height: auto;
    }
}

.merit_img_bgblock01 {
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: 30px;
    left: -40px;
    z-index: 4;
}

.merit_img_bgblock02 {
    position: absolute;
    width: 100%;
    opacity: 0.1;
    top: 30px;
    right: -40px;
    z-index: 4;
}

.merit_num_block01 {
    position: absolute;
    right: 35px;
    bottom: -95px;
    z-index: 10;
    opacity: 0.3;
}

.merit_num_block02 {
    position: absolute;
    right: 35px;
    top: -95px;
    z-index: 10;
    opacity: 0.3;
}

.merit_num_block01 p,
.merit_num_block02 p {
    color: #2CB8A3;
    font-size: 20.0rem;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
}

@media screen and (max-width:1060px) {
    .merit_num_block01,
    .merit_num_block02 {
        right: 0;
        bottom: -80px;
        top: inherit;
    }
}

@media screen and (max-width:600px) {
    .merit_num_block01 p,
    .merit_num_block02 p {
        font-size: 20.4rem;
    }
}


/* その他のメリット
---------------------------------------------------- */

.more_merit_block01 {
    width: 90%;
    max-width: 960px;
    margin: 0 auto 55px;
    padding: 20px 0 0;
    position: relative;
    z-index: 3;
    text-align: right;
}

@media screen and (max-width:1060px) {
    .more_merit_block01 {
        margin: 0 auto 20px;
    }
}

.more_merit_block01 h2 {
    position: relative;
    z-index: 5;
}

.more_merit_block02 {
    width: 90%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
}

.more_merit_innerblock01 {
    width: calc((100% - (70px * 1)) / 2);
    /*max-width: 300px;*/
    margin: 0 70px 40px 0;
    text-align: center;
}

.more_merit_innerblock01:nth-child(2n) {
    margin: 0 0 40px 0;
}

@media screen and (max-width:1060px) {
    .more_merit_innerblock01 {
        /*width: 100%;
        max-width: 60px;
        margin: 0 auto 40px;*/
        width: calc((100% - (20px * 1)) / 2);
        /*max-width: 300px;*/
        margin: 0 20px 40px 0;
    }
    .more_merit_innerblock01:nth-child(2n) {
        /*width: 100%;*/
        margin: 0 auto 40px;
    }
}

@media screen and (max-width:900px) {
    .more_merit_innerblock01 {
        width: 100%;
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .more_merit_innerblock01:nth-child(2n) {
        width: 100%;
        margin: 0 auto 40px;
    }
}

.more_merit_imgbox01 {
    margin: 0 0 10px;
}

.more_merit_imgbox01 img {
    width: 100%;
}

.more_merit_innerblock01 .num_block01 {
    margin: -35px auto 20px;
    position: relative;
    z-index: 5;
}

@media screen and (max-width:900px) {
    #equipment .num_block01 {
        margin: -30px auto 10px;
    }
}

.more_merit_ttl01 {
    width: 100%;
    font-size: 20.0rem;
    font-weight: 600;
    color: rgba(203, 203, 203, 0.3);
    font-family: 'Jost', sans-serif;
    position: absolute;
    top: -20px;
    left: -140px;
    z-index: 1;
    white-space: nowrap;
    text-align: left;
}

@media screen and (max-width:1060px) {
    .more_merit_ttl01 {
        top: -20px;
        left: 0px;
        font-size: 15.0rem;
    }
}

.more_merit_ttl02 {
    font-size: 2.8rem;
    font-weight: 600;
    color: #2CB8A3;
    text-align: center;
    margin: 30px 0 5px 0;
}

.more_merit_txt01 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.8;
}

@media screen and (max-width:1060px) {
    .more_merit_ttl02 {
        font-size: 3rem;
    }
    .more_merit_txt01 {
        font-size: 2.4rem;
    }
}

@media screen and (max-width:600px) {
    .more_merit_ttl02 {
        font-size: 3.8rem;
    }
    .more_merit_txt01 {
        font-size: 3.2rem;
    }
}


/* リスク
---------------------------------------------------- */
.l-reason {
  background: #EEF5F4;
}
.l-risk__txt {
  color: #000;
text-align: center;
font-size: 2.8rem;
font-weight: 500;
line-height: 165%; /* 25.6px */
letter-spacing: 1.28px;
}
.l-risk__txt + .l-risk__txt {
 margin-top: 5rem;
}
.l-risk__ttl {
  color: #2BB9A5;
text-align: center;
font-size: 3.6rem;
font-weight: 700;
line-height: 160%; /* 32px */
letter-spacing: 1.6px;
margin-top: 6rem;
}

.l-risk__list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.l-risk__item {
  
}
.l-risk__link {
  color: #000;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 1.12px;
  margin-top: 4rem;
  margin-bottom: 6rem;
  
}
.l-risk__link a {
  text-decoration: underline;
}
 .l-reason__ttl .sp-br {
    display: none;
  }
  .l-reason__item--ttl {
    line-height: 1.4;
  }
  @media screen and (max-width:900px) {
    .l-risk__ttl-pc {
      display: none;
    }
  }
  @media screen and (max-width:1059px) {
    .l-risk__txt {
      text-align: left;
    }
    .l-risk__link {
      text-align: left;
    }
    .l-reason__item--ttl {
      font-size: 3rem;
    }
  .l-reason__item--txt {
    font-size: 2.8rem;
  }
  .l-reason__item:not(:last-child) {
    margin-bottom: 6rem;
}
  .l-reason__ttl .small {
    font-size: 2.6rem;
    line-height: 2;
  }
  .l-reason__ttl .sp-br {
    display: block;
  }
}
@media screen and (min-width:750px) and (max-width:1059px) {
  .l-risk__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width:1060px) {
  .l-risk__txt {
    font-size: 1.6rem;
  }
  .l-risk__txt + .l-risk__txt {
 margin-top: 1.5rem;
}
  .l-risk__ttl {
    font-size: 2rem;
margin-top: 50px;

  }
  .l-risk__link {
    font-size: 1.4rem;
  }
  .l-risk__list {
  margin-top: 20px;
    grid-template-columns: repeat(6, 1fr);
  }
  .l-risk__link {
      margin-top: 20px;
  margin-bottom: 50px;
  }
}
/* 理由
---------------------------------------------------- */

#reason {
    width: 100%;
    padding: 0 0 30px;
    background: #F8F8F8;
}

@media screen and (max-width:900px) {
    #reason {
        padding: 0 0 10px;
    }
}

@media screen and (max-width:1060px) {
    #reason .txt05 {
        font-size: 1.1rem;
    }
}

@media screen and (max-width:600px) {
    #reason .txt05 {
        font-size: 2.6rem;
    }
}

#reason .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto 20px;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    justify-content: center;
}

.reason_block01 {
    width: 100%;
    margin: 0 auto 60px;
    background: linear-gradient(45deg, #27cbb2 0%, #259dd4 100%);
    color: #fff;
    position: relative;
    z-index: 2;
}

.reason_block01:before {
    content: "";
    width: 99px;
    height: 39px;
    background: url(../img/reason/point_img02.webp) no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    bottom: -38px;
    transform: translateX(-50%);
    z-index: 3;
}

@media screen and (max-width:600px) {
    .reason_block01 {
        margin: 0 auto 30px;
    }
    .reason_block01:before {
        width: 50px;
    }
}

.reason_block02 {
    width: 90%;
    margin: 0 auto 60px;
    text-align: center;
}

@media screen and (max-width:600px) {
    .reason_block02 {
        text-align: left;
    }
    .reason_block02 br.sp_blocknone {
        display: none;
    }
}

.reason_block03 {
    margin: 0 auto 40px;
    text-align: center;
}

@media screen and (max-width:600px) {
    .reason_block03 {
        margin: 0 auto 0;
    }
}

.reason_block04 {
    width: 95%;
    max-width: 1130px;
    background: #fff;
    margin: 0 auto 60px;
    padding: 40px 0 20px;
    position: relative;
}

@media screen and (max-width:600px) {
    .reason_block04 {
        padding: 20px 0 0px;
        margin: 0 auto 30px;
    }
}

.reason_block05 {
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width:1060px) {
    .reason_block05 {
        justify-content: center;
    }
}

@media screen and (max-width:600px) {
    .reason_block05 {
        flex-direction: column;
        padding: 0 20px;
    }
}

.reason_block06 {
    width: 100%;
    display: flex;
    align-items: center;
}

@media screen and (max-width:950px) {
    .reason_block06 {
        flex-direction: column;
        padding: 0 20px;
    }
}

.reason_img_block01 {
    max-width: 320px;
    margin: 0 auto 20px;
}

.reason_img_block02 {
    max-width: 44px;
    margin: 0 auto 10px;
}

@media screen and (max-width:1060px) {
    .reason_img_block02 {
        max-width: 30px;
        margin: 0 10px 30px;
    }
}

@media screen and (max-width:600px) {
    .reason_img_block02 {
        max-width: 20px;
        margin: 40px 10px 10px;
    }
}

.reason_img_block03 {
    max-width: 305px;
    margin: 0 0 10px;
    flex-shrink: 0;
}

@media screen and (max-width:600px) {
    .reason_img_block03 {
        margin: -20px 0 -10px;
    }
}

.reason_img_block04 {
    max-width: 200px;
    /*position: absolute;
    bottom: -10px;
    right: -45px;*/
    margin: 0 100px -10px 0;
}

@media screen and (max-width:1060px) {
    .reason_img_block04 {
        width: 45%;
        margin: 0 -25px -10px 10px;
    }
}

@media screen and (max-width:950px) {
    .reason_img_block04 {
        width: 80%;
        margin: 0 auto;
    }
}

.reason_inner_block01 {
    width: 90%;
    margin: 0 auto;
    padding: 25px 0;
    text-align: center;
}

.reason_inner_block01 p {
    font-size: 3.5rem;
    font-weight: bold;
    line-height: 1.6;
}

.reason_inner_block01 p span {
    font-size: 4.4rem;
}

.reason_inner_block01 p .sp_blocknone01 {
    display: none;
    @media screen and (max-width: 1380px) {
        display: block;
    }
}
.reason_inner_block01 p .sp_block {
        display: none;
    }

@media screen and (max-width:1060px) {
    .reason_inner_block01 p {
        font-size: 3.0rem;
    }
    .reason_inner_block01 p span {
        font-size: 3.4rem;
    }
    .reason_inner_block01 p .sp_block {
        display: block;
    }
    .reason_inner_block01 p .sp_blocknone {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .reason_inner_block01 p {
        font-size: 3.5rem;
    }
    .reason_inner_block01 p span {
        font-size: 4.5rem;
    }
}

.reason_txt_block01 {
    margin: 0 0 20px;
}

.reason_txt_block02 {
    margin: 0 40px 20px;
    padding: 0 0 30px;
    border-bottom: 1px solid #707070;
    text-align: center;
}

@media screen and (max-width:600px) {
    .reason_txt_block02 {
        margin: 0 5px 10px;
        padding: 0 0;
        border-bottom: 0;
    }
}

.reason_txt_block03 {
    max-width: 452px;
    margin: 0 0 20px;
}

.reason_ttl01 {
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 2;
    letter-spacing: 0.2em;
}

.reason_ttl02 {
    font-size: 3.4rem;
    font-weight: bold;
    color: #2CB8A3;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.reason_ttl03 {
    font-size: 2.3rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.reason_ttl03 span {
    font-size: 3.4rem;
    color: #259DD4;
}

.reason_ttl04 {
    font-size: 2.9rem;
    font-weight: bold;
    color: #B1B1B1;
    line-height: 1.4;
    letter-spacing: 0.1em;
}

.reason_ttl05 {
    font-size: 2.0rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.4;
    margin: 0 0 5px;
}

@media screen and (max-width:1060px) {
    .reason_ttl01 {
        font-size: 2.0rem;
        letter-spacing: 0;
    }
    .reason_ttl02 {
        font-size: 2.8rem;
        letter-spacing: 0;
    }
    .reason_ttl03 {
        font-size: 1.8rem;
    }
    .reason_ttl03 span {
        font-size: 2.4rem;
        display: block;
    }
    .reason_ttl04 {
        font-size: 2.4rem;
    }
    .reason_ttl05 {
        font-size: 1.5rem;
    }
}

@media screen and (max-width:600px) {
    .reason_ttl01 {
        font-size: 2.6rem;
    }
    .reason_ttl02 {
        font-size: 3.5rem;
    }
    .reason_ttl03 {
        font-size: 3.3rem;
    }
    .reason_ttl03 span {
        font-size: 3.4rem;
    }
    .reason_ttl04 {
        font-size: 3.2rem;
    }
    .reason_ttl05 {
        font-size: 3.0rem;
    }
}

.reason_txt01 {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 45px;
}

.reason_txt02 {
    font-size: 2.4rem;
}

.reason_txt03 {
    color: #2CB8A3;
    border-bottom: 1px solid #2CB8A3;
}

.reason_txt04 {
    color: #259DD4;
    border-bottom: 1px solid #259DD4;
}

.reason_txt05 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 2;
}

.reason_txt05 span {
    font-size: 3.3rem;
    background: linear-gradient(45deg, #27cbb2 0%, #259dd4 100%);
    color: #fff;
    padding: 5px 5px;
}

@media screen and (max-width:1060px) {
    .reason_txt01 {
        font-size: 2.4rem;
        margin: 0 0 20px;
        text-align: left;
    }
    .reason_txt02 {
        font-size: 2.9rem;
    }
    .reason_txt05 {
        font-size: 2.2rem;
    }
    .reason_txt05 span {
        font-size: 2.8rem;
    }
}

@media screen and (max-width:900px) {
    .reason_txt01 {
        font-size: 2.8rem;
    }
    .reason_txt02 {
        font-size: 3.2rem;
    }
    .reason_txt05 {
        font-size: 3.6rem;
        text-align: center;
    }
    .reason_txt05 span {
        font-size: 4.1rem;
    }
}

/* 症例
---------------------------------------------------- */

#example {
    width: 100%;
    padding: 100px 0;
    background: #F2F2F2;
}

@media screen and (max-width:900px) {
    #example {
                padding: 6rem 0 8rem;
    }
}

#example .container {
    /* width: 90%; */
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:1060px) {
    #example .container {
        margin: 0 auto;
        flex-direction: column;
    }
}

.example_block01 {
    width: calc((100% - (50px * 1)) / 2);
    margin: 0 50px 40px 0;
    padding: 30px 40px;
    background: #fff;
    border-radius: 10px;
}

.example_block01:nth-child(2n) {
    margin: 0 0 40px 0;
}

@media screen and (max-width:1060px) {
    .example_block01 {
        width: 100%;
        max-width: 680px;
        margin: 0 auto 30px;
    }
    .example_block01:nth-child(2n) {
        margin: 0 auto 30px;
    }
}

@media screen and (max-width:900px) {
    .example_block01 {
        padding: 4rem 3rem 3rem;

    }
}

.example_block02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.example_block03 {
    width: 100%;
    border-top: 1px solid #EEEEEE;
    margin: 25px auto;
    padding: 25px 0 0;
}

.example_block03 h4 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #666666;
    margin: 0 0 15px;
}

.example_block03 p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666666;
}

.example_block03 ul {
    list-style-type: none;
    padding: 0 0 0 5px;
}

.example_block03 ul li:before {
    content: "・";
    /*リストマーカーを変更*/
    position: absolute;
    left: -5px;
}

.example_block03 ul li {
    padding: 0 0 5px 5px;
    position: relative;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #666666;
}

@media screen and (max-width:900px) {
    .example_block03 {
        border-top: 0;
        margin: 15px auto 0;
        padding: 0 0 0;
    }
    .example_block03 h4 {
        font-size: 2.5rem;
        margin: 0 0 5px;
    }
    .example_block03 p {
        font-size: 2.2rem;
    }
    .example_block03 ul li {
        font-size: 2.2rem;
    }
}

.example_imgbox01 {
    width: calc((100% - (25px * 1)) / 2);
    margin: 10px 0 30px;
    text-align: center;
}

.example_imgbox01 img {
    width: 100%;
}

.example_imgbox01_inner {
    margin: 0 auto 5px;
}

.example_dlblock01 {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 0 10px;
}

.example_dlblock01 dt {
    /* width: 90px; */
    text-align: center;
    flex-shrink: 0;
}

.example_dlblock01 dt p {
    background: #FFD947;
    padding:4px 8px 4px;
    border-radius: 10px;
    font-weight: 600 ;
}

.example_dlblock01 dd {
    padding: 5px 0 2px 10px;
    font-size: 1.5rem;
    line-height: 1.4;
    font-weight: 600;
}

.example_dlblock01 dd span {
    font-size: 1.3rem;
    font-weight: 600;
}

@media screen and (max-width:900px) {
    .example_dlblock01 {
        width: 100%;
        font-size: 2.3rem;
    }
    .example_dlblock01 dd {
        padding: 6px 0 2px 10px;
        font-size: 2.5rem;
    }
    .example_dlblock01 dd span {
        font-size: 2.3rem;
    }
}

.example_dlblock01_s01 {
    width: 100%;
    flex-wrap: nowrap;
}

.example_dlblock01_s02 {
    /* width: 50%; */
}

@media screen and (max-width:700px) {
    .example_dlblock01_s02 {
        width: 100%;
    }
}

.example_imgbox01 .txt03 {
    color: #2CB8A3;
    font-weight: bold;
}

#example .ttl03 {
    border-bottom: 1px solid #2CB8A3;
}


/* 対応可能な歯並び
---------------------------------------------------- */

#case {
    width: 100%;
    padding: 100px 0 20px
}

@media screen and (max-width:900px) {
    #case {
       padding: 40px 0 50px;
    }
}

#case .container {
    /* width: 90%; */
    max-width: 1095px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.case_block01 {
    width: calc((100% - (25px * 3)) / 4);
    max-width: 254px;
    margin: 0 25px 40px 0;
}

.case_block01:nth-child(4n) {
    margin: 0 0 40px 0;
}

@media screen and (max-width:1060px) {
    .case_block01 {
        width: calc((100% - (10px * 2)) / 2);
        margin: 0 auto 20px;
    }
    .case_block01:nth-child(2n) {
        margin: 0 auto 20px;
    }
    .case_block01:nth-child(4n) {
        margin: 0 auto 20px;
    }
}

.case_imgbox01 {
    margin: 0 0 10px;
}

.case_imgbox01 img {
    width: 100%;
    border-radius: 20px;
}

.case_txt01 {
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.6;
    text-align: center;
}

@media screen and (max-width:750px) {
    .case_txt01 {
        font-size: 3.0rem;
    }
    .case_block01 {
      max-width: none;
    }
}


/* 治療の流れ
---------------------------------------------------- */
.num_block01 {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
	background-color: #FFD947;
}

.num_block01 p {
    color: #000;
	font-size: 2.4rem;
	font-weight: 500;
	font-family: 'Jost', sans-serif;
}

@media screen and (max-width:750px) {
	.num_block01 {
		width: 40px;
		height: 40px;
	}

	.num_block01 p {
		font-size: 3.4rem;
	}
}

#flow {
    width: 100%;
    background: url(../img/flow/flow_bg.webp) no-repeat top center;
    background-size: cover;
  }
  #flow .sub_ttl01 {
      text-shadow: 0px 0px 11px #fff;
  }
  #flow .ttl02 {
      text-shadow: 0px 0px 11px #fff;
      letter-spacing: 0.1em;
  }

#flow .container {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 100px;
}

@media screen and (max-width:900px) {
    #flow .container {
        padding: 40px 0 50px;
    }
}

#flow .wrapper {
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (max-width:900px) {
    #flow .wrapper {}
}

.flow_block01 {
    margin: 0 auto 30px;
    width: calc((100% - (10px * 8)) / 4);
    /*max-width: 270px;*/
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

@media screen and (max-width:1060px) {
    .flow_block01 {
        margin: 0 auto 20px;
        width: calc((100% - (5px * 4)) / 2);
    }
}

.flow_img_block01 {
    position: relative;
}

.flow_img_innerblock01 {}

.flow_img_block01 img {
    width: 100%;
}

.flow_img_block01 .num_block01 {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.flow_txt_block01 {
    padding: 20px 25px 30px;
}

@media screen and (max-width:900px) {
    .flow_txt_block01 {
        padding: 10px 10px 10px;
    }
}


/* 料金表
---------------------------------------------------- */
.list_type02 {
	list-style-type: none;
	padding: 0 0 0 5px;
}
	.list_type02 li:before {
		content: "＊";  /*リストマーカーを変更*/
		position:absolute;
		left:-5px;
	}

.list_type02 li {
	padding:0 0 0 5px;
	position:relative;
}

@media screen and (max-width:750px) {
 
    .list_type02 li {
      font-size: 2.5rem;
      padding: 0 0 0 15px;
    }
  
}
#price {
    width: 100%;
    padding: 100px 0;
    background: url(../img/bg01.png);
}

@media screen and (max-width:900px) {
    #price {
        padding: 40px 0 10px;
    }

}


#price .container {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:900px) {
    #price .container {
        margin: 0 auto;
        flex-direction: column;
    }
}

.price_block01 {
    width: 100%;
    max-width: 510px;
    padding: 35px;
    border-radius: 20px;
    margin: 0 auto 30px;
    box-sizing: border-box;
}

@media screen and (max-width:900px) {
    .price_block01 {
        padding: 20px;
        margin: 0 auto 30px;
    }

}
@media screen and (max-width:750px) {

    .price_block01 {
          max-width: none;
    }
}

.price_block02 {
    width: 100%;
    padding: 20px;
    border-radius: 20px;
    margin: 0 auto 20px;
    background: #fff;
}

@media screen and (max-width:900px) {
    .price_block02 {
        padding: 20px 10px;
        margin: 0 auto 20px;
    }
}

.price_block03 {
    width: 100%;
    margin: 15px 0 20px;
    border-top: 1px solid #2CB8A3;
}

.price_dl {
    width: 100%;
    font-size: 1.5rem;
    display: flex;
    border-bottom: 1px solid #2CB8A3;
    border-left: 1px solid #2CB8A3;
    border-right: 1px solid #2CB8A3;
}

.price_dl dt {
    width: 195px;
    padding: 10px 25px;
    background: rgba(44, 184, 163, 0.8);
    border-right: 1px solid #2CB8A3;
    color: #fff;
    font-weight: 600;
}

.price_dl dd {
    padding: 10px 25px;
}

@media screen and (max-width:750px) {
    .price_block03 {
        width: 100%;
        margin: 15px 0 20px;
        text-align: center;
    }
    .price_dl {
        font-size: 2.5rem;
        display: block;
    }
    .price_dl dt {
        width: 100%;
        border-right: 0px;
        border-bottom: 1px solid #2CB8A3;
    }
}

.price_inner_block01 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    color: #2CB8A3;
}

.price_inner_txt01 {
    font-size: 1.85rem;
    font-weight: 500;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.price_inner_txt02 {
    font-size: 4.8rem;
    font-weight: 500;
    font-family: 'Jost', sans-serif;
    margin: 0 5px;
}

.price_inner_txt03 {
    font-size: 1.9rem;
    position: relative;
    /*padding: 0 48px 0 0;*/
}

.price_inner_txt04 {
    font-size: 1.9rem;
    position: relative;
    padding: 0 30px 0 0;
}

@media screen and (max-width:750px) {
    .price_inner_txt01 {
        font-size: 2.85rem;
    }
    .price_inner_txt02 {
        font-size: 5.8rem;
        margin: 0 5px;
    }
    .price_inner_txt03 {
        font-size: 2.9rem;
    }
    .price_inner_txt04 {
        font-size: 2.9rem;
    }
}

.sup_txt01 {
    position: absolute;
    font-size: 1.2rem;
    top: -20px;
    right: 0;
    width: 60px;
}

@media screen and (max-width:600px) {
    .sup_txt01 {
        font-size: 2.2rem;
    }
}

.price_ttl01 {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.6;
    color: #2CB8A3;
    text-align: center;
    margin: 0 0 20px;
}

.price_ttl02 {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.4;
    color: #2CB8A3;
    text-align: center;
}

@media screen and (max-width:750px) {
    .price_ttl01 {
        font-size: 3.8rem;
    }
    .price_ttl02 {
        font-size: 2.5rem;
    }
}

.price_txt01 {
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 20px 0 40px;
}

@media screen and (max-width:600px) {
    .price_txt01 {
        font-size: 2.5rem;
        padding: 20px 0 30px;
    }
}

.price_block_color01 {
    background: #FFF9E2;
    .price_ttl01 {
        color: #AF8B00;
    }
    .price_ttl02 {
        color: #C69D00;
    }
    .price_block03 {
        border-top: 1px solid #C69D00;
    }
    .price_dl {
        border-bottom: 1px solid #C69D00;
        border-left: 1px solid #C69D00;
        border-right: 1px solid #C69D00;
    }
    .price_dl dt {
        background: rgba(175, 139, 0, 0.6);
        border-right: 1px solid #C69D00;
    }
    @media screen and (max-width:600px) {
        .price_dl dt {
            border-right: 0;
            border-bottom: 1px solid #C69D00;
        }
    }
    .price_inner_block01 {
        color: #AF8B00;
    }
}

.price_block_color02 {
    background: #E8F5FB;
    .price_ttl01 {
        color: #259DD4;
    }
    .price_ttl02 {
        color: #259DD4;
    }
    .price_block03 {
        border-top: 1px solid #259DD4;
    }
    .price_dl {
        border-bottom: 1px solid #259DD4;
        border-left: 1px solid #259DD4;
        border-right: 1px solid #259DD4;
    }
    .price_dl dt {
        background: rgba(37, 157, 212, 0.6);
        border-right: 1px solid #259DD4;
    }
    @media screen and (max-width:600px) {
        .price_dl dt {
            border-right: 0;
            border-bottom: 1px solid #259DD4;
        }
    }
    .price_inner_block01 {
        color: #259DD4;
    }
}

.price_block_color03 {
    background: #F5F5F5;
}


/* よくある質問
---------------------------------------------------- */

#faq {
    width: 100%;
    padding: 0 0 60px;
    background: #EAF5F8;
}

@media screen and (max-width:750px) {
    #faq {
        padding: 0 0 10px;
    }
}

.faq_block01 {
    /* width: 90%; */
    max-width: 1050px;
    padding: 20px ;
    margin: 0 auto 30px;
    border-radius: 10px;
    background: #FFF;
}

.faq_block01 dt {

  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.faq_block01 dd {
  border-top: 1px solid #CCCCCC;
    padding-top: 20px;
    margin-top: 20px;
}
.faq_block01 dt::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #2CB8A3;
    border-radius: 3px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    flex-shrink: 0;
    transition: all 0.3s ease;
    background-color: #EEF5F4;
  }
  
  .faq_block01 dt.is-open::after {
    content: "−";
    background-color: #fff;
    border: 1px solid #2CB8A3;

}

@media screen and (max-width:750px) {
    .faq_block01 {
        padding: 25px;
    }
  
    .faq_block01 dt::after {
        width: 5rem;
        height: 5rem;
        font-size: 3rem;
        margin-left: 20px;
    }
}

.faqtext {
    display: flex;
    position: relative;
    align-items: center;
}

.faqtext:before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    flex-shrink: 0;
}

@media screen and (max-width:750px) {
  
    .faqtext:before {
      width: 6rem;
        height: 6rem;
    }
}


.faqtext_q:before {
    content: "Q";
    background-color: #2CB8A3;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 500;
        padding-bottom: 4px;
    font-family: 'Jost', sans-serif;
}

.faqtext_q p {
    margin: 10px 20px 0;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.05em;
}

@media screen and (max-width:750px) {
    .faqtext_q:before {
        font-size: 3.0rem;
    }
    .faqtext_q p {
        margin: 6px 0 0 10px;
        font-size: 3.0rem;
    }
}




.faqtext_a p {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8;
}


@media screen and (max-width:750px) {
    .faqtext_a p {
        font-size: 2.5rem;
    }
}

.faq_top_imgblock {
    width: 100%;
    margin: 0 0 85px;
    display: flex;
}

@media screen and (max-width:750px) {
    .faq_top_imgblock {
        margin: 0 0 30px;
    }
}

.faq_top_imgblock_inner {
    width: calc(100% / 3);
}

.faq_top_imgblock_inner img {
    width: 100%;
    height: auto;
    max-height: 260px;
    object-fit: cover;
}

.l-pageFv.orthodontics {
    background-image: url(../img/orthodontic/fv-sp.jpg);
    height: 17rem;
}

@media only screen and (min-width: 1060px) {
    .l-pageFv.orthodontics {
        background-image: url(../img/orthodontic/fv-pc.jpg);
        height: 16rem;
    }
    .l-pageFv.periodontal::after {
        background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.8) 100%);
    }
}