@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import url('https://fonts.googleapis.com/css2?family=League+Script&display=swap');
/*==========================================================================*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/
/*==========================================================================*/
/*                           Common-Setting                                 */
/*==========================================================================*/
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 160%;
  -webkit-text-size-adjust: none;
  font-weight: 500;
}
*, ::before, ::after {
  box-sizing: border-box;
  outline: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  flex-shrink: 0;
  height: auto;
}
select {
  visibility: visible !important;
}
a {
  transition: all ease 0.3s;
  text-decoration: none;
  color: var(--txt);
}
a[href^="tel:"] {
  word-break: keep-all;
}
/*==========================================================================*/
/*                               Container                                  */
/*==========================================================================*/
html {
  background: #fff
}
body {
  -webkit-text-size-adjust: none;
  min-width: 320px;
  color: var(--txt);
  font-family: var(--f-main);
}
table {
  width: 100%
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}
p, dd, dt, li, th, td, address {
  line-height: 1.8em;
  letter-spacing: 0.05rem;
}
p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0
}
.bold {
  font-weight: bold;
}
.dbold {
  font-weight: 600;
}
.left {
  text-align: left
}
.right {
  text-align: right;
}
.auto {
  margin-left: auto;
  margin-right: auto;
}
.red {
  color: var(--red);
}
.txt_line {
  text-decoration: underline;
}
.f_big {
  font-size: 150%;
}
.f_sm {
  font-size: 80%;
}
.m0a {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.org {
  color: var(--mcolor);
}
.green {
  color: var(--scolor);
}
.en {
  font-family: var(--f-leage);
}
:root {
  --txt: #333333;
  --mcolor: #D64577;
  --scolor: #26928F;
  --container: 1240px;
  --gray: #e9e9e9;
  --red: red;
  --f-main: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  --f-leage: "League Script", cursive;
  --f-yumin: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
}
#wrapper {
  min-width: 1260px;
  overflow: hidden;
  margin: 0 auto;
}
.inner {
  width: var(--container);
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  padding: 0 20px;
}
/*==========================================================
                       H E A D E R
==========================================================*/
/* HAMBUGER BUTTON */
.hamburger {
  position: absolute;
  right: 2.2%;
  top: 39px;
  font: inherit;
  display: block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  z-index: 102
}
.hamburger-box {
  position: relative;
  width: 45px;
  height: 50px;
  display: flex;
  align-items: flex-end;
}
.hamburger-inner {
  top: 10px;
  display: block;
  width: 40px;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
  position: absolute;
  height: 2px;
  transition: all ease 0.15s !important;
  background-color: #fff
}
.hamburger-inner::after,
.hamburger-inner::before {
  display: block;
  content: ""
}
.hamburger-inner::before {
  top: -10px;
  width: 45px;
}
.hamburger-inner::after {
  bottom: -10px;
  width: 30px;
}
.hamburger--3dxy .hamburger-box {
  perspective: 80px
}
.hamburger--3dxy .hamburger-inner {
  transition: transform .15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0 cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}
.hamburger--3dxy .hamburger-inner::after,
.hamburger--3dxy .hamburger-inner::before {
  transition: transform cubic-bezier(0.645, 0.045, 0.355, 1) .1s
}
.hamburger--3dxy.is_active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important
}
.hamburger--3dxy.is_active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(25deg);
  height: 1px;
}
.hamburger--3dxy.is_active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-25deg);
  width: 45px;
  height: 1px;
}
.hamburger-txt {
  letter-spacing: 0;
}
.hamburger.is_active .hamburger-inner, .hamburger.is_active .hamburger-inner::after, .hamburger.is_active .hamburger-inner::before {
  background-color: var(--mcolor);
}
.hamburger.is_active .hamburger-txt {
  color: var(--mcolor);
  transform: translate(-5px, 0);
}
.home a {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: var(--f-yumin);
}
.nav_list li a {
  padding-left: 14px;
  position: relative;
  letter-spacing: 0.1rem;
}
.nav_list li a::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--mcolor);
  left: 0;
  top: 6px;
}
nav {
  display: none;
}
header {
  position: relative;
  z-index: 9;
}
h1 {
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  font-weight: 400;
  margin-bottom: 5px;
}
.h_box {
  width: 100%;
  position: fixed;
}
#logo {
  display: flex;
  align-items: flex-end;
}
.h_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  transition: all 0.3s;
}
.h_right {
  display: flex;
  align-items: center;
}
.logo_slogan {
  font-size: 18px;
  display: inline-block;
  padding: 7px 10px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: var(--scolor);
  line-height: 1;
  margin-left: 31px;
  margin-bottom: 5px;
  letter-spacing: 0;
}
.h_insta {
  position: absolute;
  z-index: 103;
  right: 6.75%;
  top: 35px;
}
.h_insta a {
  display: inline-block;
}
.box_hamburger {
  position: fixed;
  z-index: 999;
  width: 100%;
}
.box_hamburger_inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  /* .h_inner{padding: 0 13.5% 0 6.5%;height: 120px;} */
  .h_inner {
    padding: 0 7% 0 6.5%;
    height: 120px;
  }
  .is-scroll .h_inner {
    height: 110px;
  }
  .is-scroll .h_contact {
    padding: 0 0 5px;
  }
  .mv_head, .h_inner {
    padding-left: 6.5%;
  }
  .h_left {
    max-width: 50%;
  }
  .hamburger-txt {
    font-size: 15px;
    color: #FFF;
  }
  .nav_list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.h_contact_cta > p {
  margin-bottom: 0;
}
.h_contact_tt {
  font-weight: bold;
  margin-bottom: 6px;
  text-align: center;
  display: block;
}
.h_contact_tt > span {
  display: inline-block;
  position: relative;
}
.h_contact_tt > span::before, .h_contact_tt > span::after {
  content: "";
  position: absolute;
  width: 141px;
  height: 1px;
  background-color: var(--txt);
  top: calc(50% - 1px);
}
.h_contact_tt > span::before {
  right: calc(100% + 20px);
}
.h_contact_tt > span::after {
  left: calc(100% + 20px);
}
.h_btn a {
  width: 260px;
  height: 55px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.h_btn a span {
  position: relative;
}
.h_contact_tel a {
  color: var(--mcolor);
  background-color: #FFF;
  border: 1px solid;
}
.h_contact_tel a > span::before {
  content: "";
  display: inline-block;
  background: url('../images/ic_tel.svg') no-repeat center /cover;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  margin-bottom: -2px;
}
.h_contact_mail a {
  background-color: var(--mcolor);
  color: #FFF;
}
.h_contact_mail a > span::before {
  content: "";
  display: inline-block;
  background: url('../images/ic_web.svg') no-repeat center /cover;
  width: 24px;
  height: 18px;
  margin-right: 8px;
  margin-bottom: -2px;
}
.is-scroll .h_box {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}
.is-scroll h1 {
  display: none;
}
.is-scroll .h_contact_tt > span span,
.is-scroll .hamburger-txt {
  color: var(--mcolor);
}
.is-scroll .h_contact_tt > span::before,
.is-scroll .h_contact_tt > span::after,
.is-scroll .hamburger-inner,
.is-scroll .hamburger-inner::after,
.is-scroll .hamburger-inner::before {
  background-color: var(--mcolor);
}
/*==========================================================
                  M A I N    V I S U A L
==========================================================*/
main {
  position: relative;
  z-index: 2;
}
.mv {
  position: relative;
  padding: 0;
}
.mv_h2 {
  position: relative;
  margin-bottom: 51px;
  z-index: 2;
  display: flex;
  padding-left: 2.1%;
}
.mv_h2::before {
  content: "";
  position: absolute;
  background-color: #FFF;
  z-index: -1;
  left: 0;
  transition: all 0.3s;
  transform: scaleX(0);
  transform-origin: left;
  box-shadow: 6px 6px 30px #C8DBD4;
}
.mv_h2::after {
  content: "";
  position: absolute;
  width: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
  transition-delay: 0.4s;
}
.mv_h2 img {
  height: 125px;
  transition: all 0.3s;
  display: inline-block;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.mv_h2 img.show {
  opacity: 1;
}
.mv_des {
  letter-spacing: 0;
}
.mv_des > span {
  position: relative;
}
.mv_des > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 16px;
  background: url('../images/mv_des_ic.svg') no-repeat center /100%;
  bottom: 0;
  left: 0;
}
.mv_h2.done::after {
  width: 766px;
}
.mv_h2.done::before {
  transform: scaleX(1);
}
[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0);
}
.mv_pick_price {
  background-color: #FFF;
  padding: 40px 60px 34px;
  border-radius: 5px;
  max-width: 550px;
  position: relative;
  z-index: 2;
}
.mv_pick_price::before {
  content: "";
  position: absolute;
  width: 302px;
  height: 134px;
  background: url('../images/mv_clinic.png') no-repeat center /contain;
  z-index: 1;
  top: -2px;
  left: -200px;
}
.mv_pick_price .tt {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 33px;
  text-align: center;
  letter-spacing: 0.18rem;
}
.mv_pick_price .tt span {
  display: inline-block;
  padding: 2px 36px 0 23px;
  background-color: #F1F7F4;
  line-height: 1.6;
}
.mv_pick_price .price {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 23px;
}
.mv_pick_price .price span {
  display: block;
}
.mv_pick_price .price .ic1 {
  font-size: 25px;
  width: 71px;
  height: 71px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F7F4;
  border-radius: 50%;
  margin-right: 10px;
}
.mv_pick_price .price .ic2 {
  font-size: 90px;
  font-weight: 600;
  color: var(--scolor);
  display: flex;
  font-family: var(--f-yumin);
  margin-right: 5px;
  letter-spacing: 0;
}
.mv_pick_price .price .ic2 span {
  font-size: 70px;
}
.mv_pick_price .price .ic3 {
  line-height: 1.25;
  padding-top: 5px;
}
.mv_pick_price .price .ic3 span:nth-of-type(1) {
  font-size: 22px;
  letter-spacing: 0;
}
.mv_pick_price .price .ic3 span:nth-of-type(2) {
  font-size: 30px;
  letter-spacing: 0.02rem;
}
.mv_pick_price .note {
  font-size: 14px;
  line-height: 1.38;
  padding-left: 14px;
}
@media screen and (min-width: 751px) {
  .h_contact {
    padding-top: 3px;
  }
  .mv {
    height: 914px;
    background: url(../images/mv_bg.jpg) no-repeat center /cover;
  }
  .mv_head {
    padding-top: 217px;
  }
  .mv_pick {
    width: 50%;
  }
  .mv_pick_img {
    margin-bottom: -210px;
    margin-left: 60px;
  }
  .mv_pick_price .price .ic2 span {
    transform: translateY(10px);
  }
  .h_insta .scr {
    display: none;
  }
  .is-scroll .h_insta .df, .is_nav .h_insta .df {
    display: none;
  }
  .is-scroll .h_insta .scr, .is_nav .h_insta .scr {
    display: block;
  }
  .mv_box {
    display: flex;
    justify-content: space-between;
    max-width: 1920px;
    margin: 0 auto;
  }
  .mv_tt1 {
    font-size: 65px;
    margin-bottom: 73px;
    letter-spacing: 0.15rem;
  }
  .mv_tt2 {
    font-size: 67px;
    letter-spacing: 0;
  }
  .mv_des {
    font-size: 25px;
    margin-bottom: 11px;
  }
  .mv_des > span {
    padding: 0 5px 23px;
  }
  .mv_des > span span {
    font-size: 33px;
  }
  .mv_h2::before {
    width: 804px;
    height: 130px;
    bottom: -24px;
  }
  .mv_h2::after {
    height: 57px;
    background: url('../images/mv_h2_line.svg') no-repeat center left;
    bottom: -42px;
    left: 20px;
  }
}
/*==========================================================
                M A I N    C O N T E N T
==========================================================*/
.s_head:last-child {
  margin-bottom: 0;
}
/* DEFAULT TITLE */
.ttl_h3 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 38px;
}
.ttl_h3:last-child {
  margin-bottom: 0;
}
.ttl_h3 > span {
  display: block;
}
.ttl_h3 .en {
  color: #9A9999
}
.ttl_h3 .ja {
  font-family: var(--f-yumin);
}
.ttl_h3 .ja .sm {
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .ttl_h3 .en {
    font-size: 70px;
    margin-bottom: 33px;
  }
  .ttl_h3 .ja {
    font-size: 40px;
    letter-spacing: 0.17rem;
    line-height: 1.55;
  }
  .ttl_h3 .ja .sm {
    font-size: 58px;
  }
  .s_head {
    max-width: 800px;
    margin: 0 auto 66px;
  }
  .ttl_h3 .en {
    transform: rotate(-5deg) translateX(-6px);
  }
  .h_contact_cta {
    display: flex;
  }
  .h_contact_cta > p:not(:last-child) {
    margin-right: 20px;
  }
}
/* DEFAUTL NAME BUTTON */
.btn a {
  width: 350px;
  height: 90px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  box-shadow: 0 5px 0 #2A7876;
  background-color: #349E9B;
  font-weight: 600;
  font-family: var(--f-yumin);
  color: #FFF;
  position: relative;
  max-width: 100%;
}
.btn.btn_anchor a {
  padding-bottom: 10px;
}
.btn.btn_anchor a::after {
  width: 24px;
  height: 13px;
  background: url('../images/btn_anchor_ic.svg') no-repeat center /cover;
  bottom: 13px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  position: absolute;
}
.btn.center a {
  margin-left: auto;
  margin-right: auto;
}
.btn_box:not(:last-child) {
  margin-bottom: 30px;
}
.btn_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.btn_box .btn {
  margin: 10px;
}
/*============= SEC01 ==============*/
.sec01_tt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  padding-right: 10px;
}
.sec01_tt > span {
  display: block;
}
.sec01_tt .ja {
  font-weight: 400;
  font-family: var(--f-yumin);
  letter-spacing: 0.75rem;
  line-height: 1.8;
}
.sec01_tt .en {
  font-weight: 400;
  font-family: var(--f-leage);
  color: #9A9999;
  text-align: center;
  display: inline-block;
  transform: rotate(-5deg)
}
.sec01_add .local a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid var(--scolor);
}
.sec01_add .local a::before {
  content: "";
  width: 12px;
  height: 18px;
  background: url('../images/ic_map.svg') no-repeat center /cover;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: -2px;
}
.calendar_box dl {
  position: relative;
  padding: 9px 0 8px;
  display: flex;
}
.calendar_box dl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: url('../images/calendar_line.png') repeat left top /4px;
  bottom: 0;
  left: 0;
}
.calendar_box dl dt {
  flex-shrink: 0;
  width: 129px;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.calendar_box dl:nth-of-type(1) dd {
  font-weight: bold;
}
.calendar_box dl dd {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: 100%;
  text-align: center;
  padding-right: 4px;
}
.calendar_box dl dd span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar_note {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 15px;
}
.calendar_note .close {
  font-weight: bold;
}
.calendar_note .date {
  margin-left: -10px;
  line-height: 1.55;
}
.sec01_cta .tt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 32px;
}
.sec01_cta .tt > span {
  position: relative;
  padding-bottom: 20px;
  color: #26928F;
}
.sec01_cta .tt > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 19px;
  background: url('../images/sec01_cta_ic.png') no-repeat center /100%;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 751px) {
  .sec01 {
    padding: 100px 0;
  }
  .sec01_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 61px;
  }
  .sec01_head > * {
    width: 50%;
  }
  .sec01_box {
    display: flex;
    justify-content: space-between;
  }
  .sec01_time .calendar_box {
    width: 415px;
    margin-top: -5px;
  }
  .calendar_box {
    margin-bottom: 14px;
  }
  .calendar_box dl:nth-of-type(3) {
    min-height: 50px;
  }
  .sec01_tt .ja {
    font-size: 30px;
    margin-bottom: 33px;
  }
  .sec01_tt .en {
    font-size: 40px;
    margin-left: -50px;
  }
  .sec01_add .img {
    margin-bottom: 55px;
  }
  .sec01_add .add {
    margin-bottom: 3px;
  }
  .sec01_time {
    padding-left: 5px;
  }
  .sec01_cta {
    padding-top: 2px;
  }
  .calendar_note .close, .calendar_note .date {
    letter-spacing: 0.05rem;
  }
  .calendar_note .close {
    padding-right: 12px;
  }
  .sec01_cta > .h_btn:not(:last-child) {
    margin-bottom: 16px;
  }
}
/*============= SEC02 ==============*/
.sec02 {
  position: relative;
  z-index: 3;
}
.sec02 .ttl_h3 .en {
  transform: rotate(-5deg) translateX(4px);
}
.sec02_qes dt {
  font-weight: bold;
  text-align: center;
}
.sec02_qes dt > span {
  display: inline-block;
  position: relative;
}
.sec02_qes dt > span::before,
.sec02_qes dt > span::after {
  content: "";
  position: absolute;
  background: url('../images/sec02_tt_ic.svg') no-repeat left top /auto
}
.sec02_qes dt > span::after {
  background-position: right top;
}
.sec02_qes ul {
  display: flex;
  flex-wrap: wrap;
}
.sec02_qes ul li > span {
  width: 250px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
.sec02_qes ul li > span::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: url('../images/sec02_ques_bg.png') no-repeat center /cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.sec02_qes ul li > span::before {
  content: "Q";
  display: block;
  font-size: 30px;
  margin-bottom: 5px;
  color: #74B4B4;
  font-family: var(--f-yumin);
  font-weight: 400;
}
.sec02_asw .asw {
  position: relative;
}
.sec02_asw .asw dt {
  font-weight: 600;
  font-family: var(--f-yumin);
  flex-shrink: 0;
  margin-right: 4px;
  color: #74B4B4;
  line-height: 1;
  padding-top: 6px;
  letter-spacing: 0.3rem;
}
.sec02_asw .frame dt {
  font-size: 30px;
  text-align: center;
  color: var(--mcolor);
  margin-bottom: 37px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.sec02_asw .frame {
  position: relative;
  padding: 50px 40px 59px;
  z-index: 2;
  width: 97%;
  max-width: 1158px;
  margin: 0 auto;
}
.sec02_asw .frame::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #FFF;
  z-index: -1;
  clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0% calc(100% - 25px), 0% 25px);
  pointer-events: none;
}
.sec02_asw .frame::before {
  content: "当院なら";
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  width: 236px;
  height: 64px;
  background-color: var(--mcolor);
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 13px);
  z-index: 1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 15px;
}
.sec02_asw .asw dd span.bg {
  display: inline-block;
  background-color: #74B4B4;
  color: #FFF;
  padding: 0 15px 0 15px;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
.linefr_left::before,
.linefr_left::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 55%;
  background: url('../images/sec02_asw_left.png') no-repeat center top 0 /24px;
  left: -22px;
}
.linefr_left::before {
  top: -5px;
}
.linefr_left::after {
  bottom: -5px;
  background-position: center bottom;
}
.linefr_right::before,
.linefr_right::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 55%;
  background: url('../images/sec02_asw_right.png') no-repeat center top 0 /24px;
  right: -22px;
}
.linefr_right::before {
  top: -5px;
}
.linefr_right::after {
  bottom: -5px;
  background-position: center bottom;
}
@media screen and (min-width: 751px) {
  .sec02 {
    padding: 70px 0 0;
    margin-bottom: -153px;
  }
  .sec02_qes:not(:last-child) {
    margin-bottom: 108px;
  }
  .sec02_qes dt {
    font-size: 40px;
    margin-bottom: 33px;
  }
  .sec02_qes dt > span {
    padding: 0 136px;
    letter-spacing: 0.1rem;
  }
  .sec02_qes dt > span::before,
  .sec02_qes dt > span::after {
    width: 110px;
    height: 86px;
    top: 14px;
  }
  .sec02_qes dt > span::before {
    left: 0;
  }
  .sec02_qes dt > span::after {
    right: 0;
  }
  .sec02_qes ul li:nth-of-type(4) > span {
    transform: translateY(182px);
    line-height: 1.4;
  }
  .sec02_qes ul li:nth-of-type(1) > span {
    transform: translateY(168px);
  }
  .sec02_qes ul li:nth-of-type(1) {
    margin-right: 3.5%;
  }
  .sec02_qes ul li:nth-of-type(2) {
    margin-right: 10%;
  }
  .sec02_qes ul li:nth-of-type(3) {
    margin-right: auto;
  }
  .sec02_qes ul li > span span span {
    font-size: 30px;
  }
  .sec02_qes ul li:nth-of-type(4) > span span span {
    font-size: 25px;
  }
  .sec02_asw .asw {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    padding-left: 247px;
    z-index: 3;
  }
  .sec02_asw .asw::before {
    content: "";
    position: absolute;
    width: 228px;
    height: 254px;
    background: url('../images/sec02_asw_doc.png') no-repeat center /contain;
    left: 40px;
    top: -3px;
  }
  .sec02_asw .asw dt {
    font-size: 70px;
  }
  .sec02_asw .asw dd {
    font-size: 35px;
  }
  .sec02_asw .asw dd .sm {
    font-size: 40px;
  }
  .sec02_asw .asw dd span.bg_pc {
    display: inline-block;
    background-color: #74B4B4;
    color: #FFF;
    padding: 0 0 0 15px;
    line-height: 1.7;
    letter-spacing: 0.1rem;
  }
  .sec02_asw .frame dd {
    display: flex;
    justify-content: center;
  }
  .sec02_asw .frame dd .box_r {
    max-width: 400px;
    padding-top: 5px;
  }
  .sec02_asw .frame dd .box_l {
    flex-shrink: 0;
    max-width: 230px;
    margin-right: 115px;
  }
  .sec02_asw .linefr_right::before, .sec02_asw .linefr_left::before {
    top: 0px;
  }
  .sec02_asw .asw dd span:not(:last-child) {
    margin-bottom: 21px;
  }
  .list01 li {
    font-size: 20px;
  }
  .list_check.list_check_org li {
    font-size: 20px;
  }
}
.list01 li {
  font-weight: bold;
}
.list01 li:not(:last-child) {
  margin-bottom: 2px;
}
.list_check li {
  font-weight: bold;
  position: relative;
}
.list_check li:last-child {
  margin-bottom: 0;
}
.list_check li::before {
  content: "";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url('../images/ic_check.svg') no-repeat center /cover;
  left: 0;
  top: 7px;
}
.list_check.list_check_org li::before {
  background: url('../images/ic_check_org.svg') no-repeat center /cover;
}
.line {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 75%, #ddefef 75%, #ddefef 100%);
  background-size: 20px 80px;
  background-position: top 56px left;
}
.line2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 80%, #FFACC9 80%, #FFACC9 100%);
  background-size: 20px 80px;
  background-position: top 40px left;
}
/*============= SEC03 ==============*/
.sec03 {
  background-color: #F0FAF5;
}
.sec03_tt {
  font-weight: bold;
  text-align: center;
  color: #236A6A;
}
.sec03_slogan {
  font-size: 66px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
.sec03_slogan > span {
  display: inline-block;
  padding: 13px 15px 12px;
  border: 3px solid var(--scolor);
  background-color: #FFF;
  position: relative;
  letter-spacing: 0.02rem;
  margin-bottom: 58px;
}
.sec03_slogan > span::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 34px;
  background: url('../images/sec03_slogan_ic.png') no-repeat center /cover;
  left: calc(50% - 20px);
  bottom: -33px;
  z-index: 1;
}
.sec03_head dt span {
  font-weight: bold;
}
.sec03_frame {
  padding: 80px 50px 45px;
  background-color: #FFF;
  position: relative;
  z-index: 2;
}
.sec03_frame::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #FFF;
  left: 0;
  bottom: -40px;
  z-index: -1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.sec03_frame_tt {
  font-size: 25px;
  color: #FFF;
  text-align: center;
  margin-bottom: 50px;
}
.sec03_frame_tt .sm {
  font-size: 30px;
}
.sec03_frame_step dl dt {
  width: 187px;
  height: 187px;
  background-color: #FFF6F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 2px;
  border-radius: 50%;
  position: relative;
  padding-bottom: 8px;
}
.sec03_frame_step dl dt img {
  display: block;
  margin-bottom: 10px;
}
.sec03_frame_step dl dd {
  position: relative;
}
.sec03_frame_step dl dd .tt {
  font-size: 20px;
  font-weight: bold;
  color: var(--mcolor);
  border: 1px solid;
  text-align: center;
  margin-bottom: 27px;
}
.sec03_frame_step dl:nth-of-type(1) img {
  margin-left: 13px;
}
.sec03_frame_step dl:nth-of-type(3) img {
  margin: -5px 0 3px 10px;
}
.sec03_bnn {
  padding: 40px 20px 46px;
  position: relative;
  width: 96.5%;
  margin: 0 auto;
  z-index: 2;
}
.sec03_bnn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0% calc(100% - 25px), 0% 25px);
  pointer-events: none;
  background-image: linear-gradient(to left, #74a1a1, #74a4a4, #74a8a8, #74abab, #74afaf, #74afaf, #74afaf, #74afaf, #74abab, #74a8a8, #74a4a4, #74a1a1);
}
.sec03_bnn * {
  color: #FFF;
}
.sec03_bnn .tt {
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.15rem;
  margin-bottom: 43px;
}
.sec03_bnn .tt > span {
  display: inline-block;
  position: relative;
  padding: 0 75px;
}
.sec03_bnn .tt > span::before,
.sec03_bnn .tt > span::after {
  content: "";
  position: absolute;
  width: 47px;
  height: 37px;
  background: url('../images/sec03_bnn_tt_ic.svg') no-repeat center /contain;
  top: 0;
}
.sec03_bnn .tt > span::before {
  left: 0;
}
.sec03_bnn .tt > span::after {
  right: 0;
}
@media screen and (min-width: 751px) {
  .sec03 {
    padding: 254px 0 95px;
  }
  .sec03_head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 71px;
    align-items: center;
  }
  .sec03_head dd {
    max-width: 500px;
  }
  .sec03_frame {
    margin-bottom: 125px;
  }
  .sec03_frame_step {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
  }
  .sec03_frame_step::after {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background: url('../images/sec03_frame_step_line.png') repeat left center;
    top: 98px;
    left: 5%;
    z-index: -1;
    opacity: 0;
    transition-delay: 1s;
  }
  .sec03_frame_step.aos-animate::after {
    opacity: 1;
  }
  .sec03_frame_step dl:nth-of-type(1) {
    width: 287px;
  }
  .sec03_frame_step dl:nth-of-type(2) {
    width: 307px;
  }
  .sec03_frame_step dl:nth-of-type(3) {
    width: 167px;
  }
  .sec03_frame_step dl:nth-of-type(3) dt {
    transform: translateX(-20px);
  }
  .sec03_frame_box {
    max-width: 800px;
    margin: 0 auto;
  }
  .sec03_bnn_box {
    max-width: 830px;
    margin: 0 auto;
  }
  .sec03_bnn dl {
    display: flex;
  }
  .sec03_bnn dt {
    margin-right: 79px;
    flex-shrink: 0;
  }
  .sec03_bnn dd {
    max-width: 450px;
  }
  .sec03_tt {
    font-size: 40px;
    letter-spacing: 0.12rem;
    margin-bottom: 20px;
  }
  .sec03_slogan .min {
    font-size: 60px;
  }
  .sec03_head dt {
    font-size: 35px;
    letter-spacing: 0.15rem;
    line-height: 1.65;
  }
  .sec03_head dt span {
    font-size: 45px;
  }
  .sec03_frame_tt .bg_pc {
    display: block;
    padding: 13px 20px 10px;
    background-color: #74B4B4;
    letter-spacing: 0.09rem;
  }
  .sec03_frame_step dl dd {
    padding-top: 46px;
  }
  .sec03_frame_step dl dd::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 25px;
    border: 1px solid #A4A8A7;
    border-top: 0;
    top: 0;
    left: 0;
  }
}
/*============= SEC04 ==============*/
.sec04 {
  background-color: #F0FAF5;
}
.sec04_cat {
  display: flex;
  flex-wrap: wrap;
}
.sec04_cat li {
  font-weight: bold;
  color: #FFF;
  text-align: center;
  background-color: var(--scolor);
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec04_list {
  position: relative;
  z-index: 2;
}
.sec04_list dl dt {
  position: relative;
}
.sec04_list dl dt .ic {
  position: absolute;
  border-radius: 50%;
  z-index: 2;
}
.sec04_list dl dt .ic01 {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--mcolor);
  text-align: center;
  background-color: #FFF;
  line-height: 1.5;
}
.sec04_list dl dd {
  position: relative;
  z-index: 2;
  padding: 52px 0;
}
.sec04_list dl dd::after {
  content: "";
  position: absolute;
  background-color: #FFF;
  top: 0;
  width: 1060px;
  height: 100%;
  z-index: -1;
}
.sec04_list .tt {
  font-size: 25px;
  font-weight: 600;
  font-family: var(--f-yumin);
  margin-bottom: 36px;
  padding-bottom: 34px;
  position: relative;
  letter-spacing: 0.07rem;
}
.sec04_list .tt::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: var(--mcolor);
  left: 0;
  bottom: 0;
}
.sec04 .ttl_h3 .ja {
  color: #236A6A;
  letter-spacing: 0.25rem;
}
.s_treatment .ttl_h3 .ja {
  color: #236A6A;
}
.s_treatment_list ul li {
  position: relative;
  text-align: center;
}
.s_treatment_list ul li span {
  display: block;
  text-align: center;
  letter-spacing: -0.05em;
}
.s_treatment_list ul li.bf span {
  color: #349E9B;
}
.s_treatment_list ul li.bf::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.s_treatment_list ul li.af span {
  color: #D64577;
}
.s_treatment_accordion dl dt {
  background: #74B4B4;
}
.s_treatment_accordion dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.s_treatment_accordion dl dt.active span::after {
  border-bottom: 9px solid #fff;
  border-top: unset;
}
.s_treatment_accordion dl dt span {
  font-weight: bold;
  color: #fff;
  position: relative;
}
.s_treatment_accordion dl dt span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 9px solid #fff;
}
.s_treatment_accordion dl dd {
  background: #EEF6F6;
  border: 2px solid #74B4B4;
  border-top: 0;
  display: none;
}
.s_treatment_accordion dl dd tr td ul li span {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.s_treatment_accordion dl dd tr td ul li span::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.s_contact {
  background-color: #FFF;
}
.s_contact_box {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}
.s_contact_frame {
  padding: 0 50px 30px;
  border: 1px solid #939796;
  border-top: 0;
  position: relative;
}
.s_contact_frame::before,
.s_contact_frame::after {
  content: '';
  position: absolute;
  width: 300px;
  height: 1px;
  background-color: #939796;
  top: 0;
}
.s_contact_frame::before {
  left: 0;
}
.s_contact_frame::after {
  right: 0;
}
.s_contact_frame .en {
  font-size: 90px;
  width: 100%;
  text-align: center;
  line-height: 1;
  transform: rotate(-5deg) translateY(-44px);
  margin-bottom: -33px;
  letter-spacing: 0;
}
.s_contact_frame .tt {
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  font-family: var(--f-yumin);
  letter-spacing: 0.1rem;
  line-height: 1.7;
  margin-bottom: 33px;
}
.s_contact_frame .tt > span {
  display: inline-block;
  position: relative;
}
.s_contact_frame .tt .key {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  background-color: #74B4B4;
  font-family: var(--f-yumin);
  left: -153px;
  top: -20px;
  line-height: 1.15;
  padding-top: 5px;
  font-weight: 600;
}
.s_contact_insta {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 751px) {
  .sec04 {
    padding: 0 0 82px;
  }
  .sec04 .ttl_h3 .en {
    transform: rotate(-5deg) translateX(-6px);
    margin-bottom: 35px;
  }
  .sec04_head {
    margin-bottom: 73px;
  }
  .sec04_list dl {
    display: flex;
    justify-content: space-between;
  }
  .sec04_list dl:not(:last-child) {
    margin-bottom: 82px;
  }
  .sec04_list dl:nth-of-type(odd) dt {
    order: 2;
  }
  .sec04_list dl:nth-of-type(odd) dd {
    order: 1;
  }
  .sec04_list dl dd {
    max-width: 485px;
    margin-top: 104px;
    margin-left: 50px;
  }
  .sec04_list dl:nth-of-type(2) dd {
    margin-left: 0;
    margin-right: 65px;
    padding-top: 45px;
  }
  .sec04_list dl dt {
    width: 50%;
    height: 450px;
  }
  .sec04_list dl:nth-of-type(1) dt {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 40px;
  }
  .sec04_list dl:nth-of-type(1) dt::after {
    content: "";
    position: absolute;
    width: 960px;
    height: 100%;
    background-color: #74B4B4;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .sec04_list dl:nth-of-type(even) dt {
    display: flex;
    justify-content: flex-end;
  }
  .sec04_list dl:nth-of-type(even) dt img {
    max-width: 960px;
  }
  .sec04_list dl dt .ic02 {
    bottom: -32px;
    left: 58px;
  }
  .sec04_list dl dt .ic01 {
    font-size: 22px;
    width: 217px;
    height: 217px;
    top: -80px;
    right: 0;
    padding-top: 20px;
  }
  .s_contact {
    padding: 164px 0 120px;
  }
  .s_contact_frame .tt > span span:not(.key) {
    font-size: 40px;
  }
  .s_contact_btn.sm .h_btn a {
    width: 310px;
    height: 69px;
    font-size: 24px;
  }
  .s_contact_btn.sm .h_btn:not(:last-child) {
    margin-right: 40px;
  }
  .s_contact_btn.sm .h_contact_tel a span::before {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    margin-bottom: -4px;
  }
  .s_contact_btn.sm .h_contact_tel a {
    padding-right: 5px;
  }
  .s_contact_btn.sm .h_contact_mail a span::before {
    width: 29px;
    height: 22px;
  }
  .s_contact2 .s_contact_frame .tt .key {
    left: -143px;
  }
  .sec04_cat {
    margin-bottom: 30px;
    position: absolute;
    top: -104px;
    left: 0;
    width: 510px;
  }
  .sec04_cat li {
    font-size: 20px;
    width: 100px;
    height: 50px;
  }
  .sec04_cat li:not(:nth-of-type(-n+4)) {
    margin-top: 20px;
  }
  .sec04_cat li:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
  .sec04_cat li:nth-of-type(5) {
    margin-left: 50px;
  }
  .sec04_list dl:nth-of-type(odd) dd::after {
    right: -165px;
  }
  .sec04_list dl:nth-of-type(even) dd::after {
    left: -150px;
    top: -4px;
  }
  .s_treatment {
    padding: 80px 0 0;
  }
  .s_treatment .ttl_h3 {
    margin-bottom: 76px;
  }
  .s_treatment_list {
    margin-bottom: 124px;
  }
  .s_treatment_list ul {
    display: flex;
    justify-content: center;
    gap: 162px;
  }
  .s_treatment_list ul li span {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 27px;
  }
  .s_treatment_list ul li.bf::after {
    top: calc(50% - 60px);
    right: -104px;
    border-top: 88px solid transparent;
    border-bottom: 88px solid transparent;
    border-left: 48px solid #D64577;
  }
  .s_treatment_accordion dl dt {
    height: 82px;
    padding: 20px 100px;
  }
  .s_treatment_accordion dl dt span {
    font-size: 30px;
  }
  .s_treatment_accordion dl dt span::after {
    top: calc(50% - 5px);
    right: -50px;
  }
  .s_treatment_accordion dl dd {
    padding: 75px 100px;
  }
  .s_treatment_accordion dl dd tr td ul li span {
    display: inline-block;
  }
  .s_contact_btn {
    justify-content: center;
    margin-bottom: 27px;
  }
  .s_contact_insta {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .s_contact_insta dt {
    margin-right: 21px;
  }
  .s_contact_insta dd {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.06rem;
  }
  .s_contact_insta dd .min {
    font-size: 16px;
  }
  .ft_bot_insta {
    max-width: 320px;
  }
  .s_contact_box {
    background: url('../images/s_contact_box_bg_pc.png') no-repeat center /cover;
  }
  .sec05_tt2 {
    white-space: nowrap;
  }
}
.ttl_slogan span {
  display: inline-block;
  position: relative;
  padding: 0 5px 15px;
  letter-spacing: 0.1rem;
}
.ttl_slogan span::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
/*============= SEC05 ==============*/
.sec05 {
  position: relative;
}
.sec05_top {
  position: relative;
}
.sec05_top::after {
  content: '';
  position: absolute;
  width: 90%;
  max-width: 1500px;
  background-color: #FFF;
  left: 50%;
  transform: translateX(-50%);
  bottom: -30px;
  z-index: 1;
  height: 190px;
  pointer-events: none;
}
.sec05_inner {
  position: relative;
  z-index: 2;
}
.sec05_slogan {
  font-weight: bold;
  color: #26928F;
}
.sec05_tt2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.18rem;
}
.sec05_tt2 .min {
  font-size: 35px;
}
.sec05_tt2 .num {
  font-size: 130px;
  font-family: var(--f-yumin);
  line-height: 1;
  display: inline-block;
  transform: translateY(7px);
}
.sec05_list {
  display: flex;
  flex-wrap: wrap;
  width: 1025px;
  margin: 0 auto;
  justify-content: space-between;
  max-width: 100%;
}
.sec05_list dl {
  width: 100%;
  max-width: 455px;
  position: relative;
  padding-left: 55px;
  height: 100%;
}
.sec05_list dl::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: var(--mcolor);
  left: 15px;
  top: 0;
  z-index: -1;
}
.sec05_list dl dt .ic {
  position: absolute;
  font-size: 20px;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  color: var(--mcolor);
  left: 0;
  top: 0;
  background-color: #FFF;
  padding-bottom: 18px;
}
.sec05_list dl dt .ic span {
  font-size: 30px;
  font-family: var(--f-yumin);
  line-height: 1;
  margin-top: 12px;
}
.sec05_list dl dd {
  position: relative;
  z-index: 2;
}
.sec05_list dl dd .tt {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  background-color: #74B4B4;
  padding: 5px 10px;
  width: calc(100% - 50px);
  margin: 0 auto 28px;
}
@media screen and (min-width: 751px) {
  #nav_ttl03 {
    position: absolute;
    top: 40px;
  }
  .sec05 {
    padding: 0 0 25px;
  }
  .sec05_list {
    transform: translateX(-13px);
  }
  .sec05_list dl:nth-of-type(even) {
    margin-top: 125px;
  }
  .sec05_list dl:nth-of-type(2) {
    margin-top: 160px;
  }
  .sec05_list dl:nth-of-type(odd):not(:first-child) {
    margin-top: -35px;
  }
  .sec05_list dl dt {
    margin-bottom: -25px;
  }
  .sec05_head {
    margin-bottom: 78px;
    margin-top: -45px;
  }
  .sec05_tt {
    margin-bottom: 61px;
  }
  .sec05_tt .en {
    margin-bottom: 30px;
  }
  .sec05_tt .ja {
    line-height: 1.8;
  }
  .sec05_slogan, .sec05_tt2 {
    margin-left: 5px;
  }
  .sec05_slogan {
    margin-bottom: -48px;
    font-size: 35px;
  }
  .sec05_slogan span::after {
    height: 15px;
    background: url('../images/sec05_slogan_ic.svg') no-repeat center;
  }
}
/*============= SEC06 ==============*/
.sec06 {
  background: url('../images/sec06_bg.jpg') no-repeat top center /cover;
  position: relative;
}
.sec06::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 141px;
  background-color: #FFF;
  left: 0;
  top: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.sec06_frame {
  position: relative;
  z-index: 2;
}
.sec06_frame::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  clip-path: polygon(25px 0%, calc(100% - 25px) 0%, 100% 25px, 100% calc(100% - 25px), calc(100% - 25px) 100%, 25px 100%, 0% calc(100% - 25px), 0% 25px);
  border: 2px solid #26928F;
  top: 0;
  left: 0;
}
.sec06_frame .tt {
  font-weight: bold;
  text-align: center;
}
.sec06_arr {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
  letter-spacing: 0.1rem;
  margin-bottom: 120px;
}
.sec06_arr::after {
  content: "";
  position: absolute;
  width: 363px;
  height: 97px;
  background: #D1E8E2;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
  z-index: -1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.sec06_frame .ic span {
  position: absolute;
  width: 34px;
  height: 2px;
  background-color: #26928F;
}
.sec06_frame .ic span:nth-of-type(1) {
  top: 12px;
  left: -4px;
  transform: rotate(-45deg);
}
.sec06_frame .ic span:nth-of-type(2) {
  top: 12px;
  right: -4px;
  transform: rotate(45deg);
}
.sec06_frame .ic span:nth-of-type(3) {
  bottom: 12px;
  left: -4px;
  transform: rotate(-135deg);
}
.sec06_frame .ic span:nth-of-type(4) {
  bottom: 12px;
  right: -4px;
  transform: rotate(135deg);
}
.sec06_frame ul li .img {
  margin-bottom: 28px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec06_slogan {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--scolor);
}
.sec06_slogan span::after {
  height: 18px;
  background: url('../images/sec06_slogan_ic.svg') no-repeat center bottom;
}
.sec06_tt {
  font-size: 100px;
  font-weight: 600;
  position: relative;
  z-index: 2;
  font-family: var(--f-yumin);
  line-height: 1.2;
  margin-bottom: 48px;
}
.sec06_tt::before {
  content: "";
  position: absolute;
}
.sec06_box.st1 .sec06_tt::before {
  background: url('../images/sec06_slogan_img1.png') no-repeat center /contain;
}
.sec06_box.st2 .sec06_tt:before {
  background: url('../images/sec06_slogan_img2.png') no-repeat center /contain;
}
.sec06_tt::after {
  content: "";
  position: absolute;
  width: 1920px;
  height: 150px;
  background-color: #FFF;
  z-index: -1;
  left: -360px;
  top: 46%;
  transform: translateY(-50%);
}
.sec06_box.st2 .sec06_tt::after {
  left: inherit;
  right: -360px;
}
.sec06_list dl dt {
  position: relative;
  margin: 0 auto -20px;
}
.sec06_list dl dt .feature {
  position: absolute;
  color: var(--mcolor);
  width: 100%;
  text-align: center;
  top: -50px;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 29px;
}
.sec06_list dl dt .feature span {
  display: block;
}
.sec06_list dl dt .feature .txt {
  font-size: 16px;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  margin-right: 0;
}
.sec06_list dl dt .feature .num {
  font-size: 80px;
  font-weight: 400;
  font-family: var(--f-yumin);
  letter-spacing: -0.1rem;
}
.sec06_list dl dd {
  width: 100%;
  padding: 35px 40px;
  background-color: #FFF;
  z-index: 2;
  position: relative;
}
.sec06_list dl dd .tt {
  font-size: 21px;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 29px;
  text-align: center;
}
.sec06_list dl dd .tt:last-child {
  margin-bottom: 0;
}
.sec06_list dl dd .tt::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 1px;
  background-color: #A4A8A7;
  left: calc(50% - 50px);
  bottom: 0;
}
@media screen and (min-width: 751px) {
  .sec06 {
    padding: 244px 0 196px;
    clip-path: polygon(100% 0, 100% calc(100% - 141px), 50% 100%, 0 calc(100% - 141px), 0% 0%);
  }
  .sec06 .ttl_h3 .en {
    margin-bottom: 40px;
  }
  .sec06_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 125px 80px;
  }
  .sec06_list:not(:last-child) {
    margin-bottom: 167px;
  }
  .sec06_list dl {
    width: 560px;
  }
  .sec06_list dl dt {
    max-width: 470px;
  }
  .sec06_box.st1 .sec06_tt {
    margin-bottom: 48px;
    margin-left: -32px;
  }
  .sec06_box.st1 .sec06_des {
    max-width: 667px;
  }
  .sec06_box.st2 .sec06_slogan {
    margin-bottom: 60px;
  }
  .sec06_frame {
    padding: 0 20px 50px;
    width: 92%;
    margin: 0px auto 64px;
    max-width: 1100px;
  }
  .sec06_frame ul {
    display: flex;
    justify-content: center;
  }
  .sec06_frame ul li:nth-of-type(2) a {
    background-color: #74B4B4;
  }
  .sec06_frame ul li:not(:last-child) {
    margin-right: 120px;
  }
  .sec06_frame ul li:nth-of-type(1) img {
    transform: translate(7px, 0px);
  }
  .sec06_frame ul li:nth-of-type(2) img {
    transform: translate(-7px, 7px);
  }
  .sec06_frame .tt {
    width: 100%;
    max-width: 850px;
    margin: 0 auto 8px;
    transform: translateY(-32px);
    letter-spacing: 0.1rem;
    font-size: 35px;
    background-color: #E1F5EF;
  }
  .sec06_head:not(:last-child) {
    margin-bottom: 70px;
  }
  .sec06_box {
    max-width: 725px;
    margin-left: 29px;
  }
  .sec06_box:not(:last-child) {
    margin-bottom: 142px;
  }
  .sec06_box.st2 {
    margin-left: auto;
  }
  .sec06_tt::before {
    width: 532px;
    height: 466px;
  }
  .sec06_box.st1 .sec06_tt::before {
    left: calc(100% + 70px);
    top: -142px;
  }
  .sec06_box.st2 .sec06_tt:before {
    right: calc(100% + 89px);
    top: -142px;
  }
  .sec06_box.st2 .sec06_slogan span::after {
    height: 17px;
    background: url('../images/sec06_slogan_ic2.svg') no-repeat center bottom;
  }
  .sec06_list.st2 dl:nth-last-child(2) dd {
    min-height: 347px;
  }
  .sec06_list.st1 dl:nth-child(2) dd {
    min-height: 314px;
  }
  .sec06_list.st2 dl:nth-child(2) dd {
    min-height: 334px;
  }
}
/*============= SEC07 ==============*/
.sec07 {
  position: relative;
}
.sec07_slogan {
  font-weight: bold;
}
.sec07_slogan > span {
  padding: 0 0 11px;
}
.sec07_slogan > span::after {
  background: url('../images/sec07_slogan_ic.svg') no-repeat center bottom;
  height: 10px;
}
.sec07_frame {
  border: 1px solid var(--scolor);
  padding-left: 10px;
  position: relative;
  width: calc(100% - 10px);
}
.sec07_frame::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid var(--scolor);
  pointer-events: none;
  z-index: 1;
  top: 10px;
  left: 10px;
}
.sec07_frame_box {
  max-width: 836px;
  margin: 0 auto;
  padding: 0 20px 45px;
  position: relative;
  z-index: 3;
}
.sec07_frame .tt {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: var(--scolor);
  transform: translateY(-35px);
  margin-bottom: -3px;
}
.sec07_frame .tt span {
  display: inline-block;
  position: relative;
  background-color: #FFF;
  padding: 10px 46px;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 751px) {
  .sec07 {
    padding: 96px 0 10px;
  }
  .sec07_frame dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
  }
  .sec07_frame dl dt {
    flex-shrink: 0;
  }
  .list_check li {
    margin-bottom: 1px;
    padding-left: 30px;
    font-size: 18px;
  }
  .sec07 .list_check li {
    letter-spacing: 0.2rem;
  }
  .sec07 .list_check li:not(:last-child) {
    margin-bottom: 5px;
  }
  .sec07_slogan {
    font-size: 25px;
    margin-top: 18px;
    margin-bottom: 19px;
  }
  .sec07_frame .tt {
    width: calc(100% + 100px);
    margin-left: -50px;
  }
}
/*============= SEC08 ==============*/
.sec08 {
  background-color: #FFFAF7;
}
.sec08 .ttl_h3 .en {
  transform: rotate(-5deg) translateX(-2px);
}
.sec08_list {
  max-width: 1010px;
  margin: 0 auto;
}
.sec08_list li {
  position: relative;
  z-index: 1;
  margin-left: 10px;
}
.sec08_list li .box {
  padding: 56px 93px 57px 58px;
  background-color: #FFF;
  position: relative;
  z-index: 1;
}
.sec08_list li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background: url('../images/sec08_line.png') repeat top left /2px;
  left: 30px;
  bottom: -80px;
  z-index: -1;
}
.sec08_list li .ic {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--scolor);
  width: 73px;
  height: 70px;
  display: flex;
  align-items: center;
  z-index: 2;
  justify-content: center;
}
.sec08_list li .ic::after {
  content: "";
  position: absolute;
  width: 96px;
  height: 88px;
  top: -10px;
  left: -10px;
  background-color: #D9F1ED;
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.sec08_list li .tt {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 11px;
}
.sec08_list li .ic span {
  display: block;
}
.sec08_list li .ic .step {
  font-size: 16px;
  font-weight: 300;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  margin-right: -4px;
}
.sec08_list li .ic .num {
  font-size: 40px;
  font-weight: 400;
  font-family: var(--f-yumin);
  letter-spacing: -.1rem;
}
.sec08_list li .sec08_check {
  max-width: 890px;
  border-radius: 10px;
  background-color: var(--mcolor);
  padding: 40px 55px 40px 60px;
  position: relative;
  margin-top: 100px;
  margin-left: auto;
}
.sec08_list li .sec08_check::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 24px;
  background-color: var(--mcolor);
  clip-path: polygon(100% 0, 0 56%, 100% 100%);
  left: -40px;
  top: 78px;
  z-index: 1;
}
.sec08_list li .sec08_check::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  background: url('../images/ic_star.png') no-repeat center /contain;
  left: -110px;
  top: 60px;
  z-index: 2;
}
.sec08_list li .sec08_check .tt {
  font-size: 30px;
}
.sec08_list li .sec08_check .tt,
.sec08_list li .sec08_check .des {
  color: #FFF;
}
.sec08_list li .sec08_check .key {
  font-size: 80px;
  font-family: var(--f-leage);
  line-height: 1;
  left: 9px;
  top: -54px;
  z-index: 2;
  position: absolute;
  color: #90CCBC;
  transform: rotate(-5deg);
}
.sec08_list li .sec08_check .key span {
  position: relative;
  padding: 0 50px;
}
.sec08_list li .sec08_check .key span::before,
.sec08_list li .sec08_check .key span::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 58px;
}
.sec08_list li .sec08_check .key span::before {
  background: url('../images/sec08_check_key_ic.png') no-repeat top left /90px;
  left: 0;
}
.sec08_list li .sec08_check .key span::after {
  background: url('../images/sec08_check_key_ic.png') no-repeat top right /90px;
  right: 0;
}
@media screen and (min-width: 751px) {
  .sec08 {
    padding: 130px 0 90px;
  }
  .sec08_list li .tt {
    float: left;
    margin-top: 26px;
  }
  .sec08_list li .box .tt {
    width: 500px;
  }
  .sec08_list li .sec08_check .tt {
    width: 400px;
    margin-top: 30px;
    margin-bottom: 19px;
    letter-spacing: 0.1rem;
  }
  .sec08_list li .sec08_check .tt img {
    display: inline-block;
    margin-right: 11px;
    transform: translate(0, -7px);
  }
  .sec08_tt {
    margin-bottom: 78px;
  }
  .sec08_list li:not(:last-child) {
    margin-bottom: 80px;
  }
}
/*============= SEC09 ==============*/
.sec09 {
  background-color: #EEF6F6;
  position: relative;
}
.sec09::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 141px;
  background-color: #FFFAF7;
  left: 0;
  top: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.tb_note {
  padding-left: 5px;
}
table:not(:last-child) {
  margin-bottom: 40px;
}
table th {
  background: #74B4B4;
  color: #fff;
  font-weight: bold;
}
table td {
  background: #fff;
}
table th, table td {
  padding: 16px 15px;
  border: 5px solid #EEF6F6;
  font-size: 18px;
  text-align: center;
}
table td .min {
  font-size: 14px;
}
table td .min2 {
  font-size: 15px;
}
table img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .sec09 {
    padding: 254px 0 74px;
  }
  .sec09_tt {
    margin-bottom: 68px;
  }
  .sec09_tt .en {
    margin-bottom: 20px;
  }
  .sec09 table th {
    width: 405px;
    letter-spacing: 0.05rem;
  }
  .sec09_box {
    max-width: 980px;
    margin: 0 auto;
  }
  .tb_1line {
    line-height: 1.3;
    padding: 5px 15px;
  }
  .tb_note {
    font-size: 25px;
    margin-bottom: 4px;
    letter-spacing: 0.1rem;
  }
}
/*============= SEC10 ==============*/
.sec10 {
  position: relative;
}
.sec10::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 141px;
  background-color: #EEF6F6;
  left: 0;
  top: 0;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.sec10_list dl {
  border: 2px solid var(--scolor);
  background-color: #FCFFFF;
}
.sec10_list dl .tag {
  display: flex;
  margin-bottom: 27px;
}
.sec10_list dl .tag li {
  font-weight: bold;
  color: #FFF;
  width: 160px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #74B4B4;
  padding-top: 2px;
}
.sec10_list dl .tt {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 35px;
}
.sec10_list dl .tt .icon {
  display: inline-block;
  margin-right: 20px;
  transform: translateY(-10px);
  position: relative;
}
.sec10_list dl:nth-of-type(3) .tt .icon {
  transform: none;
}
.sec10_list dl .price {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
  font-weight: bold;
}
.sec10_list dl .price .ic1 {
  font-size: 30px;
  font-weight: bold;
  color: var(--mcolor);
  display: inline-block;
  padding: 10px 5px 6px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-right: 20px;
}
.sec10_list dl .price .ic2 {
  font-size: 70px;
  font-weight: 600;
  color: var(--scolor);
  display: flex;
  font-family: var(--f-yumin);
  margin-right: 10px;
  letter-spacing: 0;
}
.sec10_list dl .price .ic3 span {
  display: block;
}
.sec10_list dl .price .ic3 span:nth-of-type(1) {
  font-size: 21px;
}
.sec10_list dl .price .ic3 span:nth-of-type(2) {
  font-size: 28px;
}
.sec10_list dl .note {
  font-size: 14px;
}
.sec10_list dl .price2 {
  font-size: 30px;
  font-family: var(--f-yumin);
  font-weight: 400;
  margin-bottom: 23px;
}
.sec10_list dl .price2 .org {
  font-weight: 600;
  font-size: 35px;
}
.sec10_list dl .price2 .num {
  font-weight: 600;
  font-size: 70px;
  letter-spacing: 0.2rem;
  margin: 0 5px;
  transform: translateY(4px);
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .sec10 {
    padding: 225px 0 166px;
  }
  .sec10 .ttl_h3 .en {
    margin-bottom: 40px;
  }
  .sec10_head {
    margin-bottom: 70px;
  }
  .sec10_list {
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec10_list dl {
    display: flex;
    padding: 59px 105px 43px;
    justify-content: space-between;
  }
  .sec10_list dl:not(:last-child) {
    margin-bottom: 50px;
  }
  .sec10_list dl dd {
    max-width: 400px;
    padding-top: 10px;
  }
  .sec10_list dl:nth-of-type(2) .tt {
    margin-bottom: 17px;
  }
  .sec10_list dl:nth-of-type(2) .tt .icon {
    margin-right: 17px;
  }
  .sec10_list dl:nth-of-type(3) {
    padding: 42px 65px 45px 100px;
  }
  .sec10_list dl:nth-of-type(3) .tt {
    margin-bottom: 76px;
  }
  .sec10_list dl .tag li:not(:last-child) {
    margin-right: 10px;
  }
}
/*==========================================================
                        F O O T E R
==========================================================*/
footer {
  position: relative;
  z-index: 3;
}
.ft_contact {
  background-image: linear-gradient(to left, #fff4ee, #fef6ed, #fbf8ee, #f8fbf0, #f5fdf3, #f2fcf3, #eefcf4, #ebfbf5, #e6f8f2, #e0f5ef, #dbf2ed, #d5efea);
  position: relative;
}
.ft_contact .ttl_h3 .box_en {
  position: relative;
  display: inline-block;
}
.ft_contact .ttl_h3 .box_en .icon {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFF;
  background-color: #74B4B4;
  font-family: var(--f-yumin);
  left: -180px;
  top: -13px;
  font-size: 30px;
  line-height: 1.15;
  padding-bottom: 5px;
  font-weight: 600;
}
.ft_bot {
  padding: 80px 0 70px;
  background-color: #74B4B4;
}
.ft_bot * {
  color: #FFF;
}
.ft_bot .ttl_h3 {
  margin-bottom: 30px;
}
.ft_bot_slogan {
  font-size: 18px;
  color: #FFF;
  text-align: center;
  margin: 5px 0 20px;
}
.ft_bot_slogan > span {
  display: inline-block;
  position: relative;
  padding-bottom: 36px;
}
.ft_bot_slogan > span::after {
  content: "";
  position: absolute;
  width: 450px;
  height: 71px;
  background: url('../images/ft_bot_slogan_line.svg') no-repeat center bottom /contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.ft_bot_slogan .sm {
  font-size: 30px;
  font-weight: bold;
}
.ft_bot .h_contact_tel a span {
  color: var(--mcolor);
}
.ft_bot .local a {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #FFF;
  line-height: 2;
}
.ft_bot .local a::before {
  content: "";
  width: 12px;
  height: 18px;
  background: url('../images/ic_add_wh.svg') no-repeat center /cover;
  margin-right: 5px;
  display: inline-block;
  margin-bottom: -2px;
}
.ft_bot_col_r .map {
  margin-bottom: 15px;
}
.ft_bot_col_r .add {
  margin-bottom: 10px;
}
.ft_bot .calendar_box dl::after {
  background-image: url('../images/calendar_line_wh.png');
}
@media screen and (min-width: 751px) {
  .ft_contact {
    padding: 0 0 72px;
  }
  .ft_contact .ttl_h3 {
    transform: translateY(-50px);
    margin-bottom: -20px;
  }
  .ft_contact .ttl_h3 .en {
    font-size: 90px;
    transform: rotate(-5deg) translateX(16px);
    display: inline-block;
    margin-bottom: 3px;
  }
  .ft_contact .ttl_h3 .ja {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.12rem;
  }
  .ft_contact .ttl_h3 .sm {
    font-size: 40px;
    font-weight: 600;
  }
  .ft_bot_col {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
  }
  .ft_bot_col_l {
    width: 540px;
  }
  .ft_bot_col_r {
    width: 570px;
  }
  .ft_bot_insta dd {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
  }
  .ft_bot_insta dd .min {
    font-size: 16px;
    font-weight: bold;
  }
  .ft_bot .ttl_h3 {
    margin-bottom: 87px;
  }
  .ft_bot .ttl_h3 .ja {
    letter-spacing: 0.35rem;
  }
  .ft_bot .h_contact_cta > p:not(:last-child) {
    margin-right: 40px;
  }
  .ft_bot .h_contact_cta .h_btn a {
    width: 250px;
    padding-top: 2px;
    padding-left: 4px;
  }
  .ft_bot_insta {
    padding-left: 10px;
    margin-bottom: 25px;
  }
  .ft_bot_calendar {
    max-width: 490px;
    margin: 0 auto;
  }
  .ft_bot_calendar .calendar_box {
    margin-bottom: 20px;
  }
  .ft_bot_calendar .calendar_box dl dt {
    width: 153px;
  }
  .ft_bot_calendar .calendar_box dl:nth-of-type(3) {
    min-height: 59px;
  }
  .ft_bot .calendar_note .close {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: -7px;
  }
  .ft_bot .calendar_box dl dt, .ft_bot .calendar_box dl dd {
    font-size: 19px;
  }
  .ft_bot .calendar_box dl:not(:nth-of-type(-n + 1)) dt {
    font-size: 20px;
  }
  .ft_bot .calendar_note {
    font-size: 16px;
    line-height: 2;
  }
  .ft_bot_logo {
    max-width: 320px;
    margin: 0 auto;
  }
}
address {
  text-align: center;
  font-size: 14px;
  padding: 27px 0;
  background-color: #508888;
  color: #FFF;
}
/* BACK TO TOP */
.to_top {
  position: fixed;
  z-index: 8;
  width: 70px;
  height: 70px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  transition: all .2s;
  opacity: 0;
  visibility: hidden
}
.to_top.show {
  transform: scale(1);
  opacity: 1;
  visibility: visible
}
/* FIREFOX ONLY */
@-moz-document url-prefix() {}
/* Safari 10.1+ (which is the latest version of Safari at this time) */
@media not all and (min-resolution: 0.001dpcm) {}