@charset "UTF-8";

body{
  position: relative;
}

/* --- PC/SP分岐 --- */
.pc_only{
  display: block;
  @media (max-width:767px){
    display: none;
  }
}
.sp_only{
  display: none;
  @media (max-width:767px){
    display: block;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* --- テキストの点滅処理 --- */
.blinking{
  display: block;
  width: 100%;
  color: #ff0000;
  background-color: yellow;
  text-align: center;
  padding: 0;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-animation:blink 0.5s ease-in-out infinite alternate;
  -moz-animation:blink 0.5s ease-in-out infinite alternate;
  animation:blink 0.5s ease-in-out infinite alternate;
  &.stop{
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    @media (max-width:767px){
      width: 90%;
      margin: 0 auto;
    }
  }
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

@media (max-width:768px){
  .blinking{
    font-size:1.2rem;
  }
}

/* --- モーダルウインドウ --- */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    display: none;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    border-radius: 8px;
    max-width: 950px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    @media (width <= 767px){
      padding: 15px;
    }
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    background: none;
    border: none;
}

.modal-close:hover {
    color: #333;
}

.hidden-content {
    display: none;
}

/* モーダル内のコンテンツ（本音） */
.sec_modal_contents{
  .inner{
    @media (width <= 767px){
      padding: 0;
    }
    .contents{
      padding: 0 0 60px 0;
      @media (width <= 767px){
        padding: 0 0 30px 0;
      }
      .contents_header{
        text-align: center;
        .sub{
          font-size: 1.6rem;
          display: inline-block;
          border-radius: 23px;
          color: #25cad6;
          border: 2px solid;
          padding: 5px 30px 3px;
          min-width: 165px;
          margin-bottom: 10px;
        }
        h2{
          font-size: 3.2rem;
          font-weight: 700;
          margin-bottom: 30px;
          color: #3c7582;
          @media (width <= 767px){
            font-size: 2.4rem;
          }
        }
      }
      .contents_text{
        > p{
          margin-bottom: 30px;
          .marker{
            background-color: #f5f000;
          }
        }
        .point_text{
          background-color: #f1f7f8;
          border-radius: 10px;
          padding: 20px;
          p{
            > span{
              color: #d69125;
            }
          }
        }
        h3{
          display: block;
          width: 100%;
          border-bottom: 1px solid #33cdd8;
          padding-bottom: 10px;
          margin-bottom: 10px;
          color: #33cdd8;
          font-weight: 700;
          font-size: 2.0rem;
          &::before{
            content: "";
            display: inline-block;
            width: 17px;
            height: 22px;
            background-image: url(../img/ov_tooth_icon.png);
            margin-right: 10px;
          }
          span{
            color: #333;
            font-size: 1.6rem;
            display: block;
            font-weight: normal;
          }
        }
      }
    }
  }
}

/* --- Mainvisual --- */

.sec_mv {
  width: 100%;
  padding: 120px 0;
  background-image:url(../img/bg_mv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: relative;
  @media (max-width:767px){
    background-image:url(../img/bg_mv_sp.jpg);
    padding-top: 95%;
  }
  > .inner{
    max-width:860px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.mv__l {
  width: 100%;
  @media (max-width:767px){
    display: none;
  }
  img{
    width: 100%;
  }
}

/* --- 共通ボタン（歯のイラスト入り）--- */
.common_btn_tooth{
  width: 100%;
  a{
    display: block;
    max-width: 360px;
    border-radius: 50vw;
    background-color: #63b0c1;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    padding: 1em 2em;
    box-shadow: 4px 4px #666;
    margin: 0 auto;
    position: relative;
    &::before{
      display: block;
      content: url(../img/tooth_icon.png);
      width:39px;
      height:28px;
      position: absolute;
      left: 15%;
    }
    &::after{
      content: "";
      position: absolute;
      right: 10%;
      top: 40%;
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg);
    }
  }
  &.pink{
    a{
      background-color: #da658e;
      &::before{
        content: none;
      }
    }
  }
}

/* --- 70年にわたる医科歯科の歴史、歯科医療45年の実績。 --- */
.sec_history{
  .sec_history_inner{
    width: 100%;
    padding: 60px 0 0 0;
    @media (max-width:767px){
      padding: 30px 0 0 0;
    }
  }
}

.sec_history_first_contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 22.5px;
  @media (width <= 767px){
    column-gap: 15px;
    align-items: normal;
  }
  .box01{
    width: 40%;
    @media (width <= 767px){
      width: 100%;
      margin-bottom: 15px;
    }
  }
  .box02{
    flex:1;
    @media (width <= 767px){
      width: 50%;
      flex: 1;
    }
  }
  .box03{
    flex:1;
    @media (width <= 767px){
      flex: none;
      width: 50%;
      flex: 1;
    }
  }

  .box01{
    .title{
      color: #000;
      font-size: 2.4rem;
      line-height: 1.4;
      font-weight: 500;
      letter-spacing: 0.1em;
      @media (width <= 767px){
        font-size: 2.2rem;
        text-align: center;
      }
    }

    /* 理事長プロフィール */
    .chairman-profile{
      position: relative;
      .cp_title{
        width: 100%;
        letter-spacing: 0.1em;
        font-size: 2.2rem;
        font-weight: 700;
        color: #d69125;
        text-align: center;
        position: absolute;
        top: -16px;
        left: 0;
        @media (width <= 767px){
          font-size: 2.0rem;
          top: -24px;
        }
        &::before,
        &::after{
          width: 36px;
          height: 29px;
        }
        &::before{
          content: url(../img/fukidashi1_before.png);
          padding-right: 10px;
        }
        &::after{
          content: url(../img/fukidashi1_after.png);
          padding-left: 10px;
        }
      }
      .cp-list{
        font-size: 1.5rem;
        background-color: #f1f7f8;
        border-radius: 10px;
        padding: 30px;
        margin-top: 30px;
        .cp-list_title{
          color: #54848f;
          margin-bottom: 10px;
        }
      }
    }
  }
}

.sec_history{
  .sec_history_inner{
    /* 私たちのインプラントに対する想い */
    .sec_thoughts{
      margin: 60px auto;
      border: 2px solid #32c3ce;
      border-radius: 20px;
      box-shadow: 4px 4px #32c3ce;
      padding: 30px;
      position: relative;
      @media (width <= 767px){
        margin: 30px auto;
        padding: 15px;
      }
      &::after{
        content: url(../img/sec_thoughts_illust.png);
        width: 165px;
        height: 143px;
        position: absolute;
        bottom: 0;
        right: 30px;
        @media (width <= 767px){
          right: -10%;
          bottom: -7%;
          transform: scale(50%);
        }
      }
      .sec_thoughts_inner{
        .ico_header{
          h3{
            font-size: 4.2rem;
            color: #fa606e;
            @media (max-width:767px){
              font-size: 3.0rem;
              line-height: 1.2;
            }
            &::before{
              background: no-repeat center / contain url(../img/fukidashi2_before.png);
            }
            &::after{
              background: no-repeat center / contain url(../img/fukidashi2_after.png);
            }
          }
        }
        .sec_thoughts_inner_text{
          background-color: #f1f7f8;
          padding: 25px;
          border-radius: 10px;
          @media (width <= 767px){
            padding: 15px;
          }
        }
      }
    }
  }
}

.sec_history{
  .sec_history_inner{
    /* OBPのインプラントが提供できるもの */
    .implants_can_offer{
      .ico_header{
        h3{
          font-size: 1.6rem;
        }
      }
      .can_offer_list{
        margin:30px auto 0 auto;
        @media (width <= 767px){
          padding: 0 15px;
        }
        ul{
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          column-gap: 20px;
          li{
            border: 1px solid #4d818d;
            border-radius: 10px;
            flex: 1;
            position: relative;
            @media (width <= 767px){
              flex:none;
              width: 100%;
              margin-bottom: 15px;
            }
            &::before{
              display: flex;
              margin: 15px auto 0 auto;
              content: url(../img/ico_icon.png);
              width: 38px;
              height: 38px;
            }
            p{
              font-size: 1.9rem;
              text-align: center;
              font-weight: 600;
              color: #fa606e;
              padding: 15px;
              span{
                color: #333;
                display: block;
                width: 100%;
                font-size: 1.5rem;
                font-weight: 500;
              }
            }
          }
        }
      }
    }
  }
}

/* 共通見出し */
.ico_header{
  text-align: center;
  h3{
    display: inline;
    font-size: 3rem;
    font-weight: 700;
    color: #d69125;
    position: relative;
    @media (width <= 767px){
      font-size: 1.6rem;
    }
    &::before,
    &::after{
      content: "";
      width: 42px;
      height: 34px;
      display: block;
      position: absolute;
      bottom: 0px;
      @media (max-width:767px){
        content: none;
      }
    }
    &::before{
      right: calc(100% + 10px);
      background: no-repeat center / contain url(../img/lead_deco_slush_y.png);
      @media (width <= 767px){
        right: calc(100% + 15px);
      }
    }
    &::after{
      left: calc(100% + 10px);
      background: no-repeat center / contain url(../img/lead_deco_slush_r_y.png);
      @media (width <= 767px){
        left: calc(100% + 15px);
      }
    }
  }

  .h3-sub{
    color: #54848f;
    font-size: 3.0rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    @media (width <= 767px){
      font-size: 2.2rem;
      letter-spacing: 0;
    }
  }
}

/* --- OBPデンタルクリニックホワイト５つの特徴 --- */
.sec_feature5__top {
  padding: 60px 0 65px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__top {
    padding: 25px 0 20px;
  }
}
.sec_feature5__point1 {
  background: #f4fcff;
  padding: 60px 0 55px;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point1 {
    padding: 25px 0 20px;
  }
}
.sec_feature5__point2 {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point2 {
    padding: 30px 0 20px;
  }
}
.sec_feature5__point3 {
  padding: 60px 0 100px;
  position: relative;
  z-index: 1;
  background: #f4fcff;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point3 {
    padding: 30px 0 20px;
  }
}
.sec_feature5__point3::before, .sec_feature5__point3::after {
  content: "";
  width: calc(50vw - 100px);
  height: 470px;
  background: #fff;
  display: block;
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point3::before, .sec_feature5__point3::after {
    height: 270px;
    content: none;
  }
}
.sec_feature5__point3::before {
  left: 0;
  top: 0;
}
.sec_feature5__point3::after {
  right: 0;
  top: 45%;
}
.sec_feature5__point4 {
  padding: 45px 0 50px;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point4 {
    padding: 30px 0 25px;
  }
}
.sec_feature5__point5 {
  padding: 45px 0 35px;
}
@media only screen and (max-width: 767px) {
  .sec_feature5__point5 {
    padding: 30px 0 20px;
  }
}

.title_point {
  text-align: center;
  font-weight: 600;
  padding-top: 70px;
  line-height: 1.2;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title_point {
    padding-top: 40px;
  }
}
.title_point .point {
  display: inline-block;
  background: #6fbac0;
  color: #fff;
  font-size: 3rem;
  position: absolute;
  padding: 7px 20px;
  line-height: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .title_point .point {
    font-size: 1.6rem;
  }
}
.title_point .mini {
  font-size: 3.6rem;
  color: #50585a;
}
@media only screen and (max-width: 767px) {
  .title_point .mini {
    font-size: 1.9rem;
  }
}
.title_point .color {
  color: #6b7fa2;
  font-size: 6rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .title_point .color {
    font-size: 3.4rem;
  }
}
.title_point.color_w .mini {
  color: #fff;
}
.title_point.color_w .color {
  color: #fff;
}

.feature5_point1_explane {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  padding: 60px 55px 75px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane {
    padding: 35px 15px 20px;
  }
}
.feature5_point1_explane__title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
  padding: 5px 40px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__title {
    font-size: 1.9rem;
    padding: 2px 10px;
    text-align: center;
  }
}
.feature5_point1_explane__subtitle {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.1;
}
.feature5_point1_explane__subtitle .note {
  font-size: 1.6rem;
}
.feature5_point1_explane__subtitle .mini {
  font-size: 2rem;
}
.feature5_point1_explane__list {
  max-width: 630px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list {
    flex-wrap: wrap;
    row-gap: 18px;
  }
}
.feature5_point1_explane__list > li {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list > li {
    display: block;
  }
}
.feature5_point1_explane__list > li:first-of-type {
  margin-bottom: 65px;
}
.feature5_point1_explane__list > li:first-of-type .feature5_point1_explane__list__text {
  position: relative;
}
.feature5_point1_explane__list > li:first-of-type .feature5_point1_explane__list__text::after {
  content: "";
  display: block;
  background: no-repeat center/contain url(../img/three_arrow.jpg);
  width: 18px;
  height: 66px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 9px);
}
.feature5_point1_explane__list__img {
  text-align: center;
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list__img {
    width: 100%;
    margin: 0 auto 5px;
    max-width: 200px;
  }
}
.feature5_point1_explane__list__textbox {
  width: 59%;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list__textbox {
    width: 100%;
  }
}
.feature5_point1_explane__list__title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__list__title {
    font-size: 2rem;
    margin-bottom: 0px;
  }
}
.feature5_point1_explane__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.feature5_point1_explane__flex__img {
  width: 48%;
  text-align: center;
}
.feature5_point1_explane__flex__img img {
  max-width: 217px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex__img {
    width: 100%;
    text-align: center;
  }
  .feature5_point1_explane__flex__img img {
    max-width: 220px;
  }
}
.feature5_point1_explane__flex__text {
  width: 48%;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex__text {
    font-size: 1.7rem;
    width: 100%;
  }
}
.feature5_point1_explane__flex__text .note {
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane__flex__text .note {
    margin-top: 7px;
  }
}
.feature5_point1_explane.color_green {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane.color_green {
    margin-bottom: 45px;
    margin-top: 40px;
  }
}
.feature5_point1_explane.color_green .feature5_point1_explane__title {
  background: #25cad6;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane.color_green .feature5_point1_explane__title {
    width: 230px;
  }
}
.feature5_point1_explane.color_green .feature5_point1_explane__list__title {
  color: #25cad6;
}
.feature5_point1_explane.color_yellow .feature5_point1_explane__title {
  background: #d69125;
  width: 440px;
}
@media only screen and (max-width: 767px) {
  .feature5_point1_explane.color_yellow .feature5_point1_explane__title {
    width: 305px;
  }
}
.feature5_point1_explane.color_yellow .feature5_point1_explane__flex__text .color {
  color: #d69125;
}

.feature5_point2_list {
  display: flex;
  justify-content: center;
  margin-top: 35px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media only screen and (max-width: 767px) {
  .feature5_point2_list {
    flex-wrap: wrap;
    row-gap: 17px;
    margin-top: 20px;
  }
}
.feature5_point2_list > li {
  width: 48%;
  text-align: center;
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .feature5_point2_list > li {
    width: 100%;
  }
}
.feature5_point2_list__img {
  margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .feature5_point2_list__img {
    margin-bottom: 3px;
  }
}
.feature5_point2_list__title {
  text-align: center;
  font-size: 2rem;
  color: #54848f;
}
@media only screen and (max-width: 767px) {
  .feature5_point2_list__title {
    font-size: 1.9rem;
  }
}
.feature5_point2_list__title .big {
  font-weight: 700;
}

.feature5_point3_staffs {
  margin: 65px auto 60px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs {
    flex-wrap: wrap;
    row-gap: 18px;
    margin: 25px auto 35px;
  }
}
.feature5_point3_staffs > li {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs > li {
    flex-wrap: wrap;
  }
}
.feature5_point3_staffs > li:first-of-type {
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs > li:first-of-type {
    margin-bottom: 30px;
  }
}
.feature5_point3_staffs > li:nth-of-type(2) {
  justify-content: right;
}
.feature5_point3_staffs > li:nth-of-type(2) .feature5_point3_staffs__img {
  padding-left: 0;
  padding-right: 60px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs > li:nth-of-type(2) .feature5_point3_staffs__img {
    padding-right: 40px;
  }
}
.feature5_point3_staffs > li:nth-of-type(2) .feature5_point3_staffs__img .text {
  transform: rotate(0deg);
  left: auto;
  right: 25px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs > li:nth-of-type(2) .feature5_point3_staffs__img .text {
    right: 10px;
  }
}
.feature5_point3_staffs > li:nth-of-type(2) .feature5_point3_staffs__textbox {
  right: auto;
  left: 0;
}
.feature5_point3_staffs__img {
  margin-bottom: 10px;
  text-align: center;
  max-width: 415px;
  width: 45%;
  padding-left: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs__img {
    width: 100%;
    padding-left: 40px;
  }
}
.feature5_point3_staffs__img .text {
  position: absolute;
  writing-mode: vertical-rl;
  color: #25cad6;
  font-size: 2.4rem;
  position: absolute;
  transform: rotate(180deg);
  left: 25px;
  font-weight: 700;
  top: 5px;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs__img .text {
    font-size: 2rem;
    left: 10px;
  }
}
.feature5_point3_staffs__textbox {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 62%;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 55px 50px 60px;
}
.feature5_point3_staffs__text strong {
  display: block;
  margin: 1% 0 2%;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs__textbox {
    width: 100%;
    position: static;
    transform: translateY(0);
    padding: 15px;
  }
}
.feature5_point3_staffs__name {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #25cad6;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs__name {
    margin-bottom: 5px;
    font-size: 2.2rem;
  }
}
.feature5_point3_staffs__name .icon {
  position: relative;
  margin-right: 13px;
  bottom: 4px;
}
.feature5_point3_staffs__name .icon img {
  max-width: 24px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_staffs__name .icon {
    margin-right: 9px;
  }
}

.feature5_point3_special {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  padding: 30px 55px 50px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special {
    flex-wrap: wrap;
    padding: 15px;
  }
}
.feature5_point3_special__title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
.feature5_point3_special__title .wrap {
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  display: inline-block;
  background: #d69125;
  padding: 5px 40px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__title .wrap {
    font-size: 1.9rem;
    padding: 2px 50px;
    text-align: center;
  }
}
.feature5_point3_special__img {
  width: 36%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__img {
    width: 100%;
    margin-bottom: 13px;
  }
}
.feature5_point3_special__textbox {
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__textbox {
    width: 100%;
  }
}
.feature5_point3_special__subtitle {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__subtitle {
    font-size: 2.1rem;
    margin-bottom: 5px;
  }
}
.feature5_point3_special__subtitle .icon {
  position: relative;
  bottom: 7px;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__subtitle .icon {
    width: 23px;
    display: inline-block;
  }
}
.feature5_point3_special__subtitle .icon img {
  max-width: 26px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__text {
    width: 100%;
    line-height: 1.65;
  }
}
.feature5_point3_special__text .color {
  color: #d69125;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .feature5_point3_special__text .color {
    font-size: 1.6rem;
  }
}

.feature5_point4_photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 45px;
  row-gap: 20px;
}
@media only screen and (max-width: 767px) {
  .feature5_point4_photos {
    row-gap: 10px;
    margin-top: 20px;
  }
}
.feature5_point4_photos > li {
  width: 32%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feature5_point4_photos > li {
    width: 49%;
  }
}
.feature5_point4_photos > li.w100 {
  width: 100%;
  margin-bottom: 10px;
}
.feature5_point4_photos__name {
  font-size: 1.9rem;
  font-weight: 500;
  margin-top: 7px;
}
@media only screen and (max-width: 767px) {
  .feature5_point4_photos__name {
    font-size: 1.5rem;
    margin-top: 3px;
  }
}

.title_dental_deco {
  font-size: 2.2rem;
  color: #6fbac0;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 105px;
  margin-bottom: 10px;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .title_dental_deco {
    font-size: 1.7rem;
    margin: 0 auto 5px;
    padding: 0 23px;
  }
}
.title_dental_deco:before, .title_dental_deco:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background: #6fbac0;
  transform-origin: center;
  position: absolute;
  top: 19px;
}
@media only screen and (max-width: 767px) {
  .title_dental_deco:before, .title_dental_deco:after {
    width: 23px;
    height: 2px;
    top: 13px;
  }
}
.title_dental_deco:before {
  transform: rotate(60deg);
  left: 0;
}
.title_dental_deco:after {
  transform: rotate(-60deg);
  right: 6px;
}

/* POINT05の写真 */
.feature5_point5_photos{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin:60px auto;
  @media (max-width:767px){
    gap: 15px;
    margin: 30px auto;
  }
  li{
    width: calc(100% / 2 - 15px);
    @media (max-width:767px){
      width: calc(100% / 2 - 7.5px);
    }
    img{
      display: block;
      border-radius: 20px;
    }
  }
}

.sec_banner {
  padding: 80px 0;
}
@media only screen and (max-width: 767px) {
  .sec_banner {
    padding: 25px 0;
  }
}

.sec_voice {
  padding: 60px 0 50px;
  background: #e4f2ff;
}
@media only screen and (max-width: 767px) {
  .sec_voice {
    padding: 30px 0 20px;
  }
}

.voice_list {
  margin: 75px auto 0;
}
@media only screen and (max-width: 767px) {
  .voice_list {
    margin-top: 5px;
  }
}

/* --- 70年にわたる医科歯科の歴史、歯科医療45年の実績を持つ --- */
.implants_real_thoughts{
  padding: 60px 0 0 0;
  .sec_history_first_contents{
    align-items: normal;
    margin: 30px auto;
    .chairman-profile{
      height: 100%;
      .cp-list{
        height: 100%;
        margin-top: 0;
      }
    }
  }
}

/* --- Price 治療費について --- */
.sec_price {
  padding: 40px 0 60px;
  @media (max-width:767px){
    padding: 30px 0 20px;
  }
  .inner{
    max-width: 1230px;
  }
}

.about_price_around{
  max-width: 950px;
  width: 100%;
  display: grid;
  margin: 60px auto;
  gap: 30px;
  @media (max-width:767px){
    display: block;
    margin: 30px auto;
  }
  .price_box{
    border: 1px solid #4dcbd5;
    border-radius: 30px;
    padding: 24px;
    box-shadow: 0px 0px 8px #c9f0f7;
    @media (max-width:767px){
      padding: 20px;
      margin-bottom: 30px;
    }
    &.box2,
    &.box3{
      > img{
        display: block;
        max-width: 170px;
        margin: 0 auto;
      }
    }
    &.box1{
      grid-row: 1 / 2;
      grid-column: 1 / 3;
      padding: 40px;
      @media (max-width:767px){
        padding: 20px;
      }
    }
    &.box2{
      grid-row: 2 / 3;
      grid-column: 1 / 2;
    }
    &.box3{
      grid-row: 2 / 3;
      grid-column: 2 / 3;
    }

    /* box1内flexbox */
    .inner_flex{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      .img_area{
        width: 20.5%;
        @media (max-width:767px){
          width: 100%;
        }
        img{
          display: block;
          width: 100%;
          @media (max-width:767px){
            width: 50%;
            margin: 0 auto;
          }
        }
      }
      .inner_flex_inner{
        flex: 1;
      }
    }

    .price_header{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      p{
        &.title{
          display: inline-block;
          background:#46aef7;
          color: #fff;
          text-align: center;
          padding: 0.2em 2em;
          font-size: 18px;
          border-radius: 50vw;
          @media (max-width:767px){
            font-size: 16px;
            padding: 0.2em 1em;
          }
        }
        &.title_big{
          font-size: 30px;
          padding: 0.1em 2em;
          background: linear-gradient(to right, #46aef7, #1dd5e6);
        }
        &.price{
          font-family: Arial, Helvetica, sans-serif;
          font-style: italic;
          font-weight: 700;
          font-size: 39.5px;
          color: #fa606e;
          @media (max-width:767px){
            font-size: 28px;
          }
          span{
            color: #000;
            font-size: 15px;
            font-style: normal;
            padding-left: 5px;
          }
          &.price_big{
            font-size: 111.5px;
            line-height: 90px;
            background-image: url(../img/price1_bg.png);
            background-position: 0px 70%;
            background-repeat: no-repeat;
            background-size: 100% auto;
            @media (max-width:767px){
              flex: 1;
              text-align: center;
              font-size: 70px;
              line-height: 70px;
              margin-top: 15px;
            }
            span{
              font-size: 30px;
              @media (max-width:767px){
                font-size: 20px;
              }
            }
          }
        }
      }
    }

    .text{
      font-size: 15px;
      @media (max-width:767px){
        font-size: 14px;
        margin-top: 10px;
      }
    }

  }
}

/* --- インプラントは３つの要素から成り立っています。 --- */
.sec_three-elements{
  padding: 60px 0;
  background-color: #f4fcff;
  .inner{
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 60px;
    @media (width <= 767px){
      padding: 30px 15px;
      border-radius: 30px;
    }
  }

  .three-elements_innerbox{
    padding: 50px 0 0 0;
    @media (width <= 767px){
      padding:25px 0 0 0;
    }

    h4{
      display: inline-block;
      color: #25cad6;
      border: 1px solid #25cad6;
      padding: 0.5em 2em;
      text-align: center;
      font-size: 1.8rem;
      border-radius: 50vw;
      @media (width <= 767px){
        display: block;
        margin: 0 auto;
        font-size: 1.6rem;
      }
    }
    &.box01{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      column-gap: 20px;
      > div{
        flex:1;
        @media (width <= 767px){
          flex:none;
          width: 100%;
        }
      }
      .text_area{
        ul{
          color: #333;
          font-size: 1.6rem;
          li{
            margin-bottom: 15px;
            .title{
              font-size: 1.8rem;
              font-weight: 700;
            }
          }
        }
      }
    }

    &.box02,
    &.box03{
      .flex_around{
        display: flex;
        flex-wrap: wrap;
        justify-content:space-between;
        column-gap: 20px;
        margin: 30px auto;
        > div{
          flex: 1;
          @media (width <= 767px){
            flex:none;
            width: 100%;
          }
        }
        .img_area{
          img{
            @media (width <= 767px){
              display: block;
              width: 100%;
            }
          }
        }
        .text_area{
          ul{
            color: #333;
            font-size: 1.6rem;
            li{
              margin-bottom: 15px;
              .title{
                font-size: 1.8rem;
                font-weight: 700;
              }
            }
          }
        }
      }
    }

    &.box03{
      .flex_around{
        > div{
          flex: none;
          &.img_area{
            width: 40%;
            @media (width <= 767px){
              width: 100%;
            }
          }
          &.text_area{
            flex: 1;
            @media (width <= 767px){
              flex:none;
            }
          }
        }
      }
    }

    /* 分割プランの料金表 */
    .installment-plan_around{
      width: 100%;
      margin: 30px auto;
      .ipa_inner{
        width:61.5%;
        padding: 20px;
        margin: 0 auto;
        background-color: #f1f7f8;
        border-radius: 10px;
        @media (width <= 767px){
          width: 100%;
          padding: 10px;
        }
        > p{
          margin-top: 20px;
          color: #63b0c1;
          display: flex;
          justify-content: center;
        }
        .ipa_inner_table{
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          column-gap: 10px;
          font-size: 1.5rem;
          @media (width <= 767px){
            column-gap: 5px;
            font-size: 1.2rem;
          }
          dl{
            flex: 1;
            color: #333;
            dt{
              border: 1px solid #333;
              border-radius: 50vw;
              text-align: center;
              @media (width <= 767px){
                border-radius: 0;
              }
            }
            dd{
              padding-top: 10px;
              display: flex;
              align-items: center;
              justify-content: center;
              @media (width <= 767px){
                font-size: 1.4rem;
              }
              ul{
                line-height: 1.4;
              }
            }
          }
        }
      }
    }
  }
}
/* ---------------------------------------------- */

.sec_info {
  padding: 70px 0 60px;
}
@media only screen and (max-width: 767px) {
  .sec_info {
    padding: 35px 0;
  }
}
.sec_info .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .sec_info .inner {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}

.info_logo {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .info_logo {
    margin-bottom: 10px;
  }
}

.info_access {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .info_access {
    width: 100%;
    order: 2;
  }
}

.info_time {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .info_time {
    width: 100%;
    order: 1;
  }
}

.access_address {
  color: #54848f;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .access_address {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}

.access_list > li {
  padding-left: 15px;
  position: relative;
}
.access_list > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 13px;
  left: 1px;
}

@media (max-width:767px){
  .access_list > li {
    font-size: 1.5rem;
  }
}

.access_rain {
  width: 100%;
  margin-top: 30px;
  border: 2px solid #32c3ce;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  padding: 25px;
}
@media only screen and (max-width: 767px) {
  .access_rain {
    padding: 15px;
    order: 3;
    margin-top: 10px;
  }
}
.access_rain__lead {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .access_rain__lead {
    margin-bottom: 8px;
  }
}
.access_rain__lead .wrap {
  font-size: 3rem;
  font-weight: 700;
  color: #d69125;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .access_rain__lead .wrap {
    font-size: 2.4rem;
  }
}
.access_rain__lead .wrap::before, .access_rain__lead .wrap::after {
  content: "";
  width: 42px;
  height: 34px;
  display: block;
  position: absolute;
  bottom: 0px;
}
.access_rain__lead .wrap::before {
  right: calc(100% + 10px);
  background: no-repeat center/contain url(../img/lead_deco_slush_y.png);
}
@media only screen and (max-width: 767px) {
  .access_rain__lead .wrap::before {
    right: calc(100% + 15px);
  }
}
.access_rain__lead .wrap::after {
  left: calc(100% + 10px);
  background: no-repeat center/contain url(../img/lead_deco_slush_r_y.png);
}
@media only screen and (max-width: 767px) {
  .access_rain__lead .wrap::after {
    left: calc(100% + 15px);
  }
}
.access_rain__text {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .access_rain__text {
    font-size: 1.6rem;
  }
}
.access_rain__text p {
  margin-bottom: 2%;
}
.access_rain__text .big {
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .access_rain__text p {
    text-align: left;
  }
  .access_rain__text .big {
    font-size: 1.9rem;
  }
}

.sec_reserve {
  background: repeat url(../img/bg_white_dot.jpg);
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  main h1{
    padding:0 4%;
  }
  .sec_reserve {
    padding: 20px 0;
  }
}

.reserve_title {
  text-align: center;
  font-weight: 500;
  font-size: 4rem;
  color: #d5ab2c;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .reserve_title {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.reserve_btns {
  max-width: 790px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .reserve_btns {
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 20px;
  }
}
.reserve_btns > li {
  width: 48%;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  border-radius: 30px;
  box-shadow: 0 9px 7px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .reserve_btns > li {
    width: 100%;
    font-size: 2.4rem;
  }
}
.reserve_btns > li:first-of-type {
  background: #d4ab2b;
}
@media only screen and (max-width: 767px) {
  .reserve_btns > li:first-of-type .icon {
    max-width: 54px;
  }
}
.reserve_btns > li:last-of-type {
  background: #4aa26f;
}
@media only screen and (max-width: 767px) {
  .reserve_btns > li:last-of-type .icon {
    max-width: 49px;
  }
}
.reserve_btns > li a {
  width: 100%;
  padding: 20px 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
@media only screen and (max-width: 767px) {
  .reserve_btns > li a {
    padding: 13px 10px;
    -moz-column-gap: 9px;
         column-gap: 9px;
  }
}

.reserve_tel {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 15px 20px 10px;
  max-width: 790px;
  margin: 0 auto 80px;
  font-size: 4rem;
  font-weight: 500;
  color: #6cbbc2;
}
@media only screen and (max-width: 767px) {
  .reserve_tel {
    border-radius: 15px;
    padding: 15px 10px 10px;
    margin: 0 auto 35px;
    font-size: 2.6rem;
    flex-wrap: wrap;
  }
}
.reserve_tel a {
  line-height: 1;
}
.reserve_tel .time {
  margin-left: 15px;
  font-size: 1.7rem;
  color: #505758;
}
@media only screen and (max-width: 767px) {
  .reserve_tel .time {
    margin-left: 0px;
    display: block;
  }
}
.reserve_tel .icon {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .reserve_tel .icon {
    margin-right: 0px;
    max-width: 27px;
    display: inline-block;
  }
}
.reserve_tel .icon img {
  vertical-align: middle;
}

/* --- Ｑ＆Ａエリア --- */
.sec_faq{
  padding: 60px 0;
  background-color: #f4fcff;
}

.sec_faq .faq_box{
  padding: 20px;
  background-color: #fff;
  border: 2px solid #32c3ce;
  border-radius: 10px;
}
.sec_faq .faq_box > dl{
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:1px solid #cfcfcf;
}
.sec_faq .faq_box > dl:last-child{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:none;
}
.sec_faq .faq_box > dl dt{
  color: #24CAD6;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom:10px;
}
.sec_faq .faq_box > dl dd{
  line-height:1.6;
}
.sec_faq .faq_box > dl dt::before{
  content:"Ｑ. ";
  color: #24CAD6;
}
.sec_faq .faq_box > dl dd::before{
  content:"Ａ. ";
  color: #DA668E;
}
/* ------------------ */

/* --- 春次メディカルグループ 他のクリニックのご案内 --- */
.sec_other_clinic{
  width: 100%;
  padding: 60px 0;
  .clinic_info_around{
    padding: 0 0 60px 0;
    @media (width <= 767px){
      padding: 0 0 30px 0;
    }
    .clinic_info_detail{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      column-gap: 20px;
      margin: 30px auto;
      > div{
        flex: 1;
        @media (width <= 767px){
          flex: none;
          width: 100%;
        }
      }
      .clinic_info{
        .clinic_name{
          font-size: 2.2rem;
          font-weight: 700;
        }
        .clinic_address{
          font-size: 1.5rem;
          padding-top:10px;
        }
        .clinic_tel{
          font-size: 3.5rem;
          font-family: Arial, Helvetica, sans-serif;
          font-weight: 700;
          color: #333;
          &::before{
            font: var(--fa-font-solid);
            content:"\f095";
            color: #da658e;
            font-size: 3.0rem;
            padding-right: 10px;
          }
        }
        .clinic_link_btn{
          margin-bottom: 30px;
          a{
            display: inline-block;
            background-color: #da658e;
            font-size: 1.8rem;
            font-weight: 700;
            text-align: center;
            color: #fff;
            padding: 0.75em 2em;
            border-radius: 5px;
            box-shadow: 4px 4px #666;
          }
        }
        .clinic_link_url{
          font-size: 1.6rem;
          padding-top: 10px;
        }
      }
      .clinic_img{
        img{
          border-radius: 10px;
        }
      }
    }
  }
}

/* ---------------------------------------------- */

.sec_copy {
  text-align: center;
  margin-bottom:180px;
}

@media (max-width:768px){
  .sec_copy{
    margin-bottom:30px;
  }
}

.copyright {
  padding: 10px 5px 10px;
  text-align: center;
  font-size: 1.2rem;
  background: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 5px 115px;
  }
}

.info_time_table {
  font-size: 1.7rem;
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .info_time_table {
    font-size: 1.6rem;
  }
}
.info_time_table tr:last-of-type {
  border-top: 1px solid #5d6668;
}
.info_time_table th,
.info_time_table td {
  text-align: center;
  width: 8%;
  padding: 5px 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .info_time_table th,
  .info_time_table td {
    width: 9.5833333333%;
  }
}
.info_time_table th {
  font-weight: 500;
}
.info_time_table th:first-of-type {
  text-align: left;
}
@media only screen and (max-width: 820px) {
  .info_time_table th:first-of-type {
    text-align: center;
  }
}
.info_time_table td {
  color: #32c3ce;
  font-size: 2.2rem;
}
@media only screen and (max-width: 820px) {
  .info_time_table td {
    line-height: 1.1;
  }
  .info_time_table td .sp_vertical {
    writing-mode: vertical-rl;
  }
}
.info_time_table td.color_gray {
  color: #5d6668;
  font-size: 1.6rem;
}
.info_time_table td.color_green {
  color: #54848f;
}
.info_time_table td.maru {
  font-size: 2.2rem;
  line-height: 0.3;
  position: relative;
  top: -3px;
  font-family: "Noto Sans JP", sans-serif;
}
.info_time_table td.san {
  font-size: 2.2rem;
  line-height: 1;
  position: relative;
  top: -3px;
  font-family: "Noto Sans JP", sans-serif;
}
.info_time_table td:first-of-type {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .info_time_table td:first-of-type {
    text-align: center;
  }
}
@media only screen and (min-width: 821px) {
  .info_time_table td br {
    display: none !important;
  }
}
.info_time_table tr *:first-child {
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .info_time_table tr *:first-child {
    width: 26.5%;
  }
}
/*.info_time_table tr *:last-child {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .info_time_table tr *:last-child {
    width: 19%;
  }
}*/

.info_time_note {
  text-align: right;
  margin-bottom: 50px;
  @media (max-width:767px){
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .info_time_note {
    margin-bottom: 20px;
  }
}

/* --- 5つの特徴 --- */
.point_nav_list {
  display: flex;
  justify-content: space-between;
  row-gap: 0px;
  flex-wrap: wrap;
  margin: 30px auto;
  row-gap: 10px;
}
.point_nav_list > li {
  max-width: 150px;
  width: 19%;
  background: #fff;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.5s;
}
.point_nav_list > li:hover{
  transform: translateY(-10px);
}

.point_nav_list > li a {
  padding: 10px 10px 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 100%;
  border: 1px solid #34ced9;
  background: #fff;
  border-radius: 10px;
  line-height: 1.6;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
  position: relative;
}

.point_nav_list > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: calc(100% + 10px);
  position: absolute;
  border-top: 21px solid #25cad6;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
}

.point_nav_list > li a:hover {
  opacity: 1;
}

.point_nav_list .point {
  display: block;
  text-align: center;
  font-size: 2.3rem;
  color: #25cad6;
  margin-bottom: 8px;
}

@media only screen and (max-width: 820px) {
  .point_nav_list {
    max-width: 640px;
    justify-content: space-around;
  }
}

@media only screen and (max-width: 767px) {
  .point_nav_list {
    margin: 20px auto 0;
    justify-content: center;
    column-gap: 4%;
    max-width: 100%;
    row-gap: 13px;
  }
  .point_nav_list > li {
    max-width: 100%;
    width: 48%;
    height: auto;
    font-size: 1.7rem;
  }
  .point_nav_list > li:nth-child(1),
  .point_nav_list > li:nth-child(2){
    width: calc(100% / 2 - 10px);
  }
  .point_nav_list > li:nth-child(3),
  .point_nav_list > li:nth-child(4),
  .point_nav_list > li:nth-child(5){
    width:calc(100% / 3 - 10px);
    font-size: 1.6rem;
  }
  .point_nav_list > li a {
    padding: 10px 10px 12px;
  }
  .point_nav_list > li a::after {
    top:50%;
    left: calc(100% - 3px);
    position: absolute;
    border-top: 9px solid transparent;
    border-left: 11px solid #25cad6;
    border-right: 9px solid transparent;
    border-bottom: 9px solid transparent;
    transform: translateY(-50%);
  }
  .point_nav_list > li:last-child a::after {
    border: none;
  }
  .point_nav_list .point {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
/* ------------------------------------------ */

header .header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
}
@media only screen and (max-width: 820px) {
  header .header_inner {
    padding: 10px;
  }
}
header .header_inner .header_l {
  max-width: 440px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header .header_inner .header_l {
    max-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  header .header_inner .header_l img {
    width: 95%;
  }
}
header .header_inner .header_r {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  header .header_inner .header_r {
    flex-wrap: wrap;
    max-width: 400px;
    padding-left: 5px;
    width: 100%;
  }
}
@media only screen and (max-width: 820px) {
  header .header_inner .header_r {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  header .header_inner .header_r {
    max-width: 160px;
  }
}
header .header_inner .header_r__txt {
  line-height: 1.3;
  margin-right: 10px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 820px) {
  header .header_inner .header_r__txt {
    font-size: 1.2rem;
    text-align: left;
    margin-right: 0;
  }
}
header .header_inner .header_r__tel {
  display: block;
  font-size: 4.2rem;
  color: #6fbac0;
  line-height: 1.0;
  font-family: 游明朝, YuMincho, yu-mincho-pr6n, serif;
}

header .header_inner .header_r__tel .tel_text{
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  color: #666;
}

@media only screen and (max-width: 820px) {
  header .header_inner .header_r__tel {
    font-size: 3rem;
  }
  header .header_inner .header_r__tel .tel_text{
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  header .header_inner .header_r__tel {
    font-size: 1.7rem;
  }
  header .header_inner .header_r__tel .tel_text{
    font-size: 1.2rem;
  }
}

.sp_txt_fixed {
  position: fixed;
  right: 0;
  bottom: 75px;
  z-index: 10;
  background: #5d6668;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
  padding: 5px;
  opacity: 0;
  transition: 0.3s all;
}
.sp_txt_fixed.active {
  opacity: 1;
}

.side_fixed {
  position: fixed;
  display: flex;
  flex-direction: column;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .side_fixed {
    opacity: 0;
    transition: 0.3s all;
    pointer-events: none;
    top: auto;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    transform: none;
  }
  .side_fixed.active {
    opacity: 1;
    pointer-events: all;
  }
}
.side_fixed > li {
  width: 110px;
  height: 120px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.3;
  border-radius: 10px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .side_fixed > li {
    width: 33.3333333333%;
    height: 75px;
    font-size: 1.3rem;
    border-radius: 0;
  }
}
.side_fixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.side_fixed a img {
  display: block;
  margin: 0 auto;
  max-height: 68px;
}
@media only screen and (max-width: 767px) {
  .side_fixed a img {
    max-width: 38px;
    margin: 0 auto 1px;
  }
}
.side_fixed__tel {
  background: #da658e;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .side_fixed__tel {
    margin-bottom: 0;
  }
  .side_fixed__tel a {
    display: flex;
  }
}
.side_fixed__web {
  background: #63b0c1;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .side_fixed__web {
    margin-bottom: 0;
  }
}
.side_fixed__line {
  background: #64be74;
}

.bottom_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
  z-index: 9;
}
.bottom_fixed__list {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bottom_fixed__tel {
  font-size: 3.5rem;
  font-weight: 600;
  color: #69bcc4;
}
.bottom_fixed__web a {
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #d4ab2b;
}
.bottom_fixed__line a {
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 10px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  background: #4aa26f;
}

.lum-lightbox {
  z-index: 100;
}

.sp_logo_access {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  margin-top: 3px;
  font-weight: 500;
  letter-spacing: 0.2rem;
}
.sp_logo_access::before, .sp_logo_access::after {
  content: "ー";
  display: inline-block;
  color: #80cedf;
  padding: 0 5px;
}

.blue_note_box {
  width: 100%;
  background: #fff;
  padding: 30px 25px 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .blue_note_box {
    padding: 15px 10px;
  }
}
.blue_note_box__title {
  font-size: 3.2rem;
  text-align: center;
  color: #54848f;
  font-weight: 700;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .blue_note_box__title {
    font-size: 2.1rem;
    line-height: 1.4;
  }
}
.blue_note_box__text {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .blue_note_box__text {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
  }
}

.blue_note_box__access {
  text-align: center;
  margin: 20px auto 5px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .blue_note_box__access {
    margin: 10px auto 2px;
    font-size: 1.7rem;
  }
}

.blue_note_box__rain {
  text-align: center;
}
.blue_note_box__rain .wrap {
  font-size: 3rem;
  font-weight: 700;
  color: #d69125;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .blue_note_box__rain .wrap {
    font-size: 2.4rem;
  }
}
.blue_note_box__rain .wrap::before, .blue_note_box__rain .wrap::after {
  content: "";
  width: 42px;
  height: 34px;
  display: block;
  position: absolute;
  bottom: 0px;
}
.blue_note_box__rain .wrap::before {
  right: calc(100% + 10px);
  background: no-repeat center/contain url(../img/lead_deco_slush_y.png);
}
@media only screen and (max-width: 767px) {
  .blue_note_box__rain .wrap::before {
    right: calc(100% + 15px);
  }
}
.blue_note_box__rain .wrap::after {
  left: calc(100% + 10px);
  background: no-repeat center/contain url(../img/lead_deco_slush_r_y.png);
}
@media only screen and (max-width: 767px) {
  .blue_note_box__rain .wrap::after {
    left: calc(100% + 15px);
  }
}

.banner_counseling_list {
  padding: 0 15px 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media (max-width: 767px) {
  .banner_counseling_list {
    padding: 0 0.5em 1em 0.5em;
    row-gap: 0;
  }
}

.banner_counseling_list[data-ver=header_nav_sp] {
  background: #fff;
  padding-top: 15px;
  border-radius: 15px;
  margin-bottom: 30px;
  border: 1px solid #eee;
}
@media only screen and (max-width: 820px) {
  .banner_counseling_list[data-ver=header_nav_sp] a {
    padding: 8px 10px;
    border-radius: 10px;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .banner_counseling_list[data-ver=header_nav_sp] a .icon {
    max-width: 60px;
  }
}
.banner_counseling_list[data-ver=header_nav_sp] .text {
  font-size: 1.7rem;
}

@media (max-width:767px){
  .banner_counseling_list[data-ver=header_nav_sp] .text {
    font-size: 2.2rem;
  }
}

.banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__tel {
  width: 100%;
  margin-bottom: 10px;
}
.banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__tel a {
  padding: 6px 6px;
}
.banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__tel .icon {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__tel .text {
  font-size: 2.3rem;
}
@media only screen and (max-width: 400px) {
  .banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__tel .text {
    font-size: 6.4vw;
    text-align: left;
  }
}
.banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__tel .sub {
  font-size: 1.5rem;
}
@media only screen and (max-width: 400px) {
  .banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__tel .sub {
    font-size: 4.0vw;
  }
}
.banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__right {
  width: 100%;
}
.banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__web a,
.banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__line a {
  padding: 5px 25px 5px 5px;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__web a::after,
  .banner_counseling_list[data-ver=header_nav_sp] .banner_counseling_list__line a::after {
    width: 9px;
    height: 9px;
    right: 15px;
  }
}
.banner_counseling_list a {
  padding: 15px 10px;
  border-radius: 20px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  row-gap: 12px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list a {
    padding: 8px 10px;
    border-radius: 10px;
    column-gap: 0;
  }
  .banner_counseling_list a .icon {
    max-width: 60px;
  }
}
.banner_counseling_list .text {
  color: #fff;
  font-weight: 600;
  font-size: 3.4rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .banner_counseling_list .text {
    font-size: 2.2rem;
  }
}

/* ---
  初めての方専用ダイヤル 電話バナー＆無料WEB予約ボタン
-------------------------------------------------- */

.banner_counseling_list__tel a,
.banner_counseling_list__web a{
  box-shadow: 4px 4px #666;
  @media (max-width:767px){
    box-shadow: 4px 4px #363636;
  }
}

/* --- 電話バナーここから --- */
.banner_counseling_list__tel {
  width: 49%;
  @media (max-width:767px){
    width: 100%;
    margin-bottom: 20px;
  }
  a{
    background: #da658e;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 6px 12px;
    @media (max-width:767px){
      background: #d52362;
    }
    .icon {
      width: 100%;
      margin-bottom: -10px;
    }
    > .blinking{
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      @media (max-width:767px){
        width: 60px;
        height: 60px;
      }
      > span{
        line-height: 1;
        font-size: 1.6rem;
        display: block;
        margin: 0 auto;
        transform: rotate(-10deg);
        @media (max-width:767px){
          font-size: 1.4rem;
        }
      }
    }
    .text {
      font-size: 4.6rem;
      line-height: 1.0;
      padding-top: 0;
      @media (max-width:767px){
        flex: 1;
      }
      > span{
        display: block;
      }
      .tel_text{
        font-size: 2.4rem;
        @media (max-width:767px){
          font-size: 1.6rem;
          margin-bottom: 0;
          text-align: center;
        }
      }
      .number{
        @media (max-width:767px){
          text-align: center;
          font-size: 3.4rem;
        }
      }
      .sub {
        font-size: 1.8rem;
        font-weight: 400;
        @media (max-width:767px){
          font-size: 4.0vw;
          text-align: center;
        }
      }
    }
  }
  > .blinking{
    margin-top: -10px;
  }
}
/* --- 電話バナーここまで --- */

.banner_counseling_list__right {
  width: 49%;
  @media (max-width:767px){
    width: 100%;
    height: 86px;
  }
  > ul{
    height:100%;
  }
}

/* --- 無料WEB予約バナーここから --- */
.banner_counseling_list__web {
  height:100%;
  a {
    padding: 10px 45px 10px 20px;
    position: relative;
    background: #63b0c1;
    @media (max-width:767px){
      padding: 5px 25px 5px 5px;
      background: #09a4c7;
    }
    &::after{
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      border-right: 2px solid #fff;
      border-bottom: 2px solid #fff;
      position: absolute;
      transform: translateY(-50%) rotate(-45deg);
      top: 50%;
      right: 30px;
      @media (max-width:767px){
        width: 9px;
        height: 9px;
        right: 15px;
      }
    }
    .icon{
      max-width:60px;
    }
    .text{
      .kantan{
        display: block;
        font-size: 1.6rem;
        color: #fff;
        padding: 0;
        letter-spacing: 0.25em;
        text-align: center;
        font-weight: normal;
        @media (max-width:767px){
          font-size: 4.0vw;
          letter-spacing: 0;
        }
      }
    }
  }
}

.banner_note_box {
  background: #fff;
}

/* ------ 初めての方専用ダイヤル 電話バナー＆無料WEB予約ボタンここまで ------ */

/*----------------------------------------------------
2枚目追加の記述
----------------------------------------------------*/
.title_blue_deco {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .title_blue_deco {
    font-size: 2.6rem;
    line-height: 1.4;
    letter-spacing: 0.2rem;
  }
}
.title_blue_deco .deco {
  font-size: 1.6rem;
  display: inline-block;
  border-radius: 23px;
  color: #25cad6;
  border: 2px solid;
  padding: 5px 30px 3px;
  min-width: 165px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .title_blue_deco .deco {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.title_blue_deco .deco[data-ver=mb] {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .title_blue_deco .deco[data-ver=mb] {
    margin-bottom: 10px;
  }
}
.title_blue_deco .color {
  color: #54848f;
}
.title_blue_deco .big {
  font-size: 5.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .title_blue_deco .big {
    line-height: 1;
    font-size: 4.5rem;
  }
}
.title_blue_deco .yellow_deco {
  display: inline-block;
  position: relative;
  font-size: 2.8rem;
  color: #d69125;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .title_blue_deco .yellow_deco {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}
.title_blue_deco .yellow_deco::before, .title_blue_deco .yellow_deco::after {
  content: "";
  width: 42px;
  display: block;
  position: absolute;
  bottom: 0px;
  aspect-ratio: 42/34;
}
@media only screen and (max-width: 767px) {
  .title_blue_deco .yellow_deco::before, .title_blue_deco .yellow_deco::after {
    width: 20px;
    bottom: 2px;
  }
}
.title_blue_deco .yellow_deco::before {
  right: calc(100% + 10px);
  background: no-repeat center/contain url(../img/lead_deco_slush_y.png);
}
@media only screen and (max-width: 767px) {
  .title_blue_deco .yellow_deco::before {
    right: calc(100% + 5px);
  }
}
.title_blue_deco .yellow_deco::after {
  left: calc(100% + 10px);
  background: no-repeat center/contain url(../img/lead_deco_slush_r_y.png);
}
@media only screen and (max-width: 767px) {
  .title_blue_deco .yellow_deco::after {
    left: calc(100% + 5px);
  }
}

.problem_troubles {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 40px auto 50px;
  row-gap: 30px;
  column-gap: 1.3333333333%;
}
@media only screen and (max-width: 767px) {
  .problem_troubles {
    justify-content: space-between;
    margin: 20px auto;
    row-gap: 12px;
    column-gap: auto;
  }
}
.problem_troubles > li {
  width: 24%;
  background: #f1f7f8;
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .problem_troubles > li {
    width: 49%;
  }
}

.problem_troubles__img {
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .problem_troubles__img {
    margin-bottom: 5px;
  }
}
.problem_troubles__img img {
  max-width: 150px;
  width: 100%;
}

.problem_troubles__text {
  font-size: 1.5rem;
}

.center_sub_text {
  text-align: center;
  margin: 15px auto;
}

@media (max-width:767px){
  .center_sub_text {
    text-align: left;
  }
}

.header_nav_sp {
  position: fixed;
  top: calc(-100% - 1px);
  overflow-y: auto;
  left: 0;
  pointer-events: none;
  z-index: 100;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
  overscroll-behavior-y: none;
}
.header_nav_sp .top_contact_flex {
  flex-wrap: wrap;
  row-gap: 20px;
}
.header_nav_sp .top_contact_flex li {
  width: 100%;
  text-align: center;
}
.header_nav_sp .top_contact_flex__mail a {
  max-width: 400px;
}

.header_nav_sp__inner {
  padding: 80px 20px;
  min-height: calc(100% + 1px);
  background: #80cedf;
  background-position: calc(50% - 125px) 0;
}

.header_nav_sp__list {
  margin: 0 auto 65px;
}
.header_nav_sp__list > li {
  margin-bottom: 25px;
  text-align: center;
}
.header_nav_sp__list a {
  display: inline-block;
  text-align: center;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
  color: #fff;
  position: relative;
  padding: 0 40px 0 20px;
  border-bottom: 2px solid #fff;
}
.header_nav_sp__list a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-51%) rotate(-45deg);
  position: absolute;
  top: 50%;
  right: 24px;
}

.hamburger {
  position: fixed;
  right: 0;
  top: 0;
  width: 43px;
  height: 43px;
  background: #80cedf;
  cursor: pointer;
  z-index: 1004;
  transform-origin: top right;
  transform: scale(1.24);
  transition: 0.3s all;
}
.hamburger.active {
  transform: scale(1);
}
.hamburger .hamburger_border {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 3px;
  background-color: #fff;
  transition: all 0.6s;
}
.hamburger .hamburger_border_top {
  top: 10px;
}
.hamburger .hamburger_border_center {
  top: 19px;
}
.hamburger .hamburger_border_bottom {
  top: 28px;
}
.hamburger .hamburger_text {
  display: inline;
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  font-size: 1.1rem;
  color: #fff;
}

/* 表示された時用のCSS */
.nav-open .hamburger_border_top {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger_border_center {
  width: 0;
  left: 50%;
}
.nav-open .hamburger_border_bottom {
  transform: rotate(-45deg);
  top: 20px;
}
.nav-open .header_nav_sp {
  pointer-events: all;
  top: 0;
}

/* ---
  ページ下部の固定フローティングバナー
------------------------------------ */
.floating_btn{
  position: fixed;
  left:0;
  bottom:0;
  width:100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 999;
  .floating_menu{
    max-width:1200px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding:10px 0 40px 0;
    @media (max-width:767px){
      padding:10px 0 20px 0;
    }
    > li{
      width:50%;
      a{
        height:100%;
        position: relative;
        max-width: calc(100% - 30px);
        margin:0 auto;
        text-align: center;
        color: #fff;
        font-size: 2.8rem;
        font-weight: 600;
        border-radius:10px;
        padding: 10px 20px;
        @media (max-width:767px){
          max-width: calc(100% - 6px);
          font-size:1.8rem;
          padding: 6px 10px;
        }
      }
      &.menu01 a,
      &.menu02 a{
        box-shadow: 4px 4px #666;
        @media (max-width:767px){
          box-shadow: none;
        }
      }
      &.menu01{
        a{
          background-color: #DA658E;
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          column-gap: 30px;
          padding: 6px;
          @media (max-width:767px){
            column-gap: 0;
            justify-content: space-between;
            background: #d52362;
          }
          &:hover{
            cursor:pointer;
          }
          > span{
            line-height:1;
            &.text{
              span{
                display: block;
                &.tel_text{
                  font-size: 2.0rem;
                  @media (max-width:767px){
                    font-size: 1.35rem;
                    margin-bottom: 0;
                  }
                }
                &.number{
                  font-size: 4.6rem;
                  @media (max-width:767px){
                    font-size: 2.0rem;
                  }
                }
                &.sub{
                  font-size: 2.2rem;
                  font-weight: normal;
                  @media (max-width:767px){
                    font-size: 0.9rem;
                    text-align: center;
                    font-weight: normal;
                  }
                }
              }
              
            }
            &.blinking{
              width: 80px;
              height: 80px;
              border-radius: 50%;
              display: flex;
              align-items: center;
              @media (max-width:767px){
                width: 40px;
                height: 40px;
              }
              > span{
                line-height: 1.4;
                font-size: 1.6rem;
                display: block;
                margin: 0 auto;
                transform: rotate(-10deg);
                @media (max-width:767px){
                  line-height: 1;
                  font-size: 0.8rem;
                }
              }
            }
          }
        }
        /* menu01直下のblinking（※営業電話は〜） */
        > .blinking{
          @media (max-width:767px){
            font-size: 1.0rem;
            transform: translateY(-5px);
          }
        }
      }
      &.menu02{
        a{
          background-color: #63b0c1;
          font-size: 4.2rem;
          display: flex;
          justify-content: center;
          align-items: center;
          @media (max-width:767px){
            margin: 0;
            background: #09a4c7;
          }
          &::after{
            content: "";
            display: block;
            width: 15px;
            height: 15px;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            position: absolute;
            transform: translateY(-50%) rotate(-45deg);
            top: 50%;
            right: 30px;
            @media (max-width:767px){
              width: 7.5px;
              height: 7.5px;
              border-right: 1px solid #fff;
              border-bottom: 1px solid #fff;
              right: 10px;
            }
          }
          span{
            display: block;
            width: 100%;
            @media (max-width:767px){
              text-align: left;
            }
            &.text{
              font-size: 3.6rem;
              line-height: 1.4;
              @media (max-width:767px){
                font-size: 2.3rem;
                line-height: 1.4;
              }
            }
            &.kantan{
              font-size: 1.6rem;
              font-weight: normal;
              text-align: center;
              @media (max-width:767px){
                font-size: 1.15rem;
                font-weight: normal;
                letter-spacing: 0em;
                text-align: left;
              }
            }
          }
        }
      }
    }
  }
}
/* --------------------------------------- */

/*# sourceMappingURL=style.css.map */