*{
  box-sizing: border-box;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

html{
  font-size: 62.5%;
  scroll-padding-top: 100px;
  scroll-behavior: smooth;
}

body{
  background-attachment: fixed;
  background-image: url("../img/common/img_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

input,
textarea,
button{
 font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;  
}

button{
  cursor: pointer;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

ol,ul{
  list-style: none;
}

li{
  position: relative;
}

img{
  display: block;
  height: auto;
  max-width: 100%;
  position: relative;
  transition: 0.4s;
}

a{
  color: #000;
  display: inline-block;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.2s;
  text-decoration: none;
}

p{
  color: #3E3E3E;
  letter-spacing: 0.1em;
}

::before,
::after{
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.2s;
}

.mincho{
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
}

.center{
  text-align: center;
}
img.center{
  margin-left: auto;
  margin-right: auto;
}

.right{
  text-align: right;
}

.flex{
  display: flex;
  justify-content: space-between;
}
.flex_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.center,
.flex_box.center{
  justify-content: center;
}

.flex_box.reverse{
  flex-flow: row-reverse;
}

.bold{
  font-weight: 700;
}

.inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: calc(100% - 30px);
}

.inner_1080{
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  width: calc(100% - 30px);
}

.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-40{
  margin-bottom: 4rem;
}
.mb-50{
  margin-bottom: 5rem;
}

.fs-20{
  font-size: 2rem;
}

.light-green{
  color: #9CC813;
}
.green{
  color: #009B6B;
}

.under_dashed{
  background-image : linear-gradient(to right, #9CC813 5px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 10px 3px;
}

.bg-green{
  background-image: url("../img/common/img_bg-green.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-beige{
  background-color: #F8F6F2;
}

.bg-white{
  background-color: #FFFFFF;
}

ul.check li{
  font-size: 2.7rem;
  margin-bottom: 25px;
  padding-left: 62px;
}

ul.check li::before{
  background-image: url("../img/common/icon_check.png");
  content: "";
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
}

.sp{
  display: none;
}

/*-- under 1024px --------------------------------*/
@media screen and (max-width:1024px){
  html{
    font-size: 56.25%;
  }
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  html{
    font-size: 50%;
  }
  
  body{
    font-size: 16px;
  }
  
  .flex{
    display: block;
  }
  
  .flex_box.reverse{
    flex-flow: wrap;
  }
  
  ul.check li{
    font-size: 18px;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  
  ul.check li::before{
    height: 25px;
    top: 2px;
    width: 25px;
  }
  
  .sp{
    display: block;
  }
  
  .pc{
    display: none;
  }
  
}



#page_top{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

#page_top a{
  align-items: center;
  background-color: #fff;
  border: 2px solid #009B6B;
  color: #7B7B7B;
  display: flex;
  flex-flow: column;
  font-size: 1.8rem;
  font-weight: 700;
  height: 10rem;
  justify-content: center;
  line-height: 1.2em;
  text-align: center;
  width: 10rem;
}

#page_top a:hover{
  background-color: #E8F5E8;
}

#page_top a::before{
  border-top: solid 2px #009B6B;
  border-right: solid 2px #009B6B;
  content: '';
  display: block;
  height: 7px;
  margin: 3px auto;
  transform: rotate(-45deg);
  width: 7px;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #page_top{
    bottom: 80px;
  }
  
  #page_top a{
    font-size: 12px;
    height: 60px;
    width: 60px;
  }
}

/*=================================

共通パーツ

=================================*/
.green_btn{
  margin-top: 5rem;
  padding-right: 67px;
  position: relative;
  text-align: right;
}

.green_btn::before{
  background-image: url("../img/common/icon_green-btn.png");
  content: "";
  height: 54px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: right;
  width: 54px;
}

.green_btn a{
  border-bottom: 1.5px solid #009B6B;
  color: #545454;
  font-weight: 700;
  margin: 12px 0;
  padding-bottom: 5.5px;
  text-align: right;
} 

.green_btn a:hover{
  color: #009B6B;
}


.green_btn.center{
  padding-right: 0;
  text-align: center;
}

.green_btn.center::before{
  display: none;
}

.green_btn.center a{
  border-bottom: 0;
  padding-bottom: 0;
  padding-right: 67px;
}

.green_btn.center a::before{
  background-image: url("../img/common/icon_green-btn.png");
  content: "";
  height: 54px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: right;
  width: 54px;
}

.green_btn.center a span{
  border-bottom: 1.5px solid #009B6B;
  padding-bottom: 5.5px;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .green_btn,
  .green_btn.center a{
    padding-right: 50px;
  }
  
  .green_btn::before,
  .green_btn.center a::before{
    height: 45px;
    width: 45px;
  }
  
  .green_btn:not(.center):not(.right){
    border-bottom: 1.5px solid #009B6B;
    display: block;
    padding-bottom: 10px;
    width: 100%;
  }
  
  .green_btn:not(.center):not(.right) a{
    border-bottom: none;
    display: block;
    margin: 8px 0;
    padding-bottom: 0px;
    text-align: left;
    width: 100%;
  }
  
  .green_btn:not(.center):not(.right)::before{
    top: auto;
    bottom: 10px;
    transform: translate(0);
  }
}



.orange_btn a{
  background-color: #FDA42A;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(14px,2.61vw,20px);
  letter-spacing: 0.1em;
  max-width: 335px;
  padding: clamp(10px,2.61vw,20px) 50px;
  text-align: center;
  width: 100%;
}

.orange_btn a::before{
  background-color: #fff;
  border-radius: 999px;
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
}

.orange_btn a::after{
  border-top: solid 2px #EA8D2E;
  border-right: solid 2px #EA8D2E;
  content: '';
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .orange_btn a::before{
    height: 14px;
    right: 14px;
    width: 14px;
  }
  
  .orange_btn a::after{
    height: 6px;
    right: 21px;
    width: 6px;
  }
}


/*-------------------------------
投稿系一覧
--------------------------------*/
.post_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.post_box .img_box{
  overflow: hidden;
}

.post_box .img_box img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.post_box a:hover .img_box img{
  transform: scale(1.1);
}

.post_box .text_box{
  margin-top: 15px;
}

.post_box .date{
  color: #009B6B;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.post_box .category{
  background-color: #E8F5E8;
  color: #009B6B;
  display: inline-block;
  font-weight: 700;
  min-width: 120px;
  padding: 2px 10px;
  text-align: center;
}

.post_box .title{
  font-size: 2rem;
  font-weight: 500;
  margin-top: 2rem;
}

.post_box a:hover .title{
  text-decoration: underline;
}

/*-------------------------------
ホームエクササイズ　無料プレゼント
--------------------------------*/
.bnr .home-exercise{
  align-items: center;
  background-color: #F8F0E1;
  margin-left: auto;
  margin-right: auto;
}

.bnr .home-exercise .img_box{
  width: 52%;
}

.bnr .home-exercise .text_box{
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  width: 47%;
}

.bnr .home-exercise .text_box .head{
  border-top: 2px solid #009B6B;
  border-bottom: 2px solid #009B6B;
  color: #009B6B;
  font-size: clamp(20px,3.71vw,3.8rem);
  font-weight: 700;
  margin-bottom: 28px;
  padding: clamp(9px,1.95vw,20px) 0;
  text-align: center;
}

.bnr .home-exercise .text_box .text{
  color: #000;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 30px;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){  
  .bnr .home-exercise .img_box{
    width: 36%;
  }
  
  .bnr .home-exercise .img_box img{
    height: 100%;
    object-fit: cover;
    object-position: right;
    width: 100%;
  }
  
  .bnr .home-exercise .text_box{
    padding: 15px;
    width: 63%;
  }
  
  .bnr .home-exercise .text_box .head,
  .bnr .home-exercise .text_box .text{
    margin-bottom: 10px;
  }
  
  .bnr .home-exercise .text_box .text{
    font-size: 14px;
  }

}


/*-------------------------------
お問い合わせバナー
--------------------------------*/
.contact_bnr{
  background-color: #fff;
  border: 10px solid #AF0000;
  padding-top: 15px;
}

.contact_bnr .head{
  background-image: linear-gradient(to right, #AF0000 5px, transparent 5px);
  color: #000;
  font-size: clamp(20px,2.93vw,3rem);
  font-weight: 700;
  margin-left: 4rem;
  margin-right: 4rem;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
}

.contact_bnr .head::before,
.contact_bnr .head::after{
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 35px;
}

.contact_bnr .head::before{
  transform: rotate(60deg) translateY(-50%);
  left: -10px;
}

.contact_bnr .head::after{
  transform: rotate(-60deg) translateY(-50%);
  right: -10px;
}


.contact_bnr .flex{
  align-items: flex-end;
  margin-top: 20px;
  padding-left: 4rem;
}

.contact_bnr .left_box{
  width: 72%;
}
.contact_bnr .right_box{
  width: 28%;
}

.contact_bnr .left_box ul li{
  width: 49%;
}

.contact_bnr .mail_btn a{
  background-color: #AF0000;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 5.5rem;
  max-width: 425px;
  padding: 20px;
  padding-right: 40px;
  text-align: center;
  width: 100%;
}

.contact_bnr .mail_btn a:hover{
  opacity: 0.5;
}

.contact_bnr .mail_btn a::before{
  background-image: url("../img/common/icon_mail-white.png");
  content: "";
  height: 25px;
  display: inline-block;
  margin-right: 14px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 34px;
}

.contact_bnr .mail_btn a::after{
  background-image: url("../img/common/icon_arrow-circle.png");
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .contact_bnr{
    position: relative;
    z-index: 1;
  }
  
  .contact_bnr .head{
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  .contact_bnr .head span{
    display: block;
    font-size: 23px;
  }
  
  .contact_bnr .head::before, 
  .contact_bnr .head::after{
    height: 2px;
    top: 40%;
    width: 70px;
  }
  
  .contact_bnr .head::before{
    transform: rotate(70deg) translateY(-50%);
    left: -25px;
  }
  
  .contact_bnr .head::after{
    transform: rotate(-70deg) translateY(-50%);
    right: -25px;
  }
  
  .contact_bnr .flex{
    padding-left: 15px;
    position: relative;
  }
  
  .contact_bnr .left_box,
  .contact_bnr .left_box ul li{
    width: 100%;
  }
  
  .contact_bnr .left_box{
    padding-right: 15px;
  }
  
  .contact_bnr .left_box ul{
    width: 75%;
  }
  
  .contact_bnr .left_box ul li{
    font-size: 16px;
  }
  
  .contact_bnr .mail_btn a{
    margin-bottom: 35px;
    padding: 15px;
    padding-right: 35px;
    z-index: 1;
  }
  
  .contact_bnr .mail_btn a::before{
    height: 20px;
    margin-right: 7px;
    width: 30px;
  }
  
  .contact_bnr .mail_btn a::after{
    height: 15px;
    right: 10px;
    width: 15px;
  }
  
  .contact_bnr .right_box {
    position: absolute;
    bottom: 88px;
    right: 0;
    width: 37%;
    z-index: -1;
  }
  
}


/*=================================

header

=================================*/
.home header{
  background-color: rgba(255,255,255,0.9);
}

header{
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  height: 100px;
  padding: 15px;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}

header .logo{
  flex-shrink: 0;
  font-size: clamp(12px,0.83vw,16px);
  font-weight: 600;
  margin-bottom: 15px;
  word-break: keep-all;
  width: clamp(180px,18.23vw,350px);
}

header .logo p{
  line-height: 1em;
  padding-left: clamp(54px,3.91vw,75px);
}

header  ul{
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

header ul li{
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin-left: clamp(15px,1.56vw,3rem);
  position: static;
}

header ul li.level_01 span,
header ul li:not(.contact) a{
  background-image: linear-gradient(#009B6B, #009B6B);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 4px;
  font-size: clamp(14px,0.9vw,16px);
  padding-bottom: 5px;
  transition: background-size 0.3s;
}

header ul li.level_01:hover span,
header ul li:not(.contact) > a:hover{
  background-position: bottom left;
  background-size: 100% 4px;
  color: #009B6B;
}

header  ul li.contact a{
  background-color: #725D31;
  color: #fff;
  font-size: clamp(15px,1.01vw,18px);
  margin-bottom: 15px;
  padding: 20px;
  text-align: center;
}

header  ul li.contact a:hover{
  background-color: #B19F79;
}

header  ul li.contact a::before{
  background-image: url("../img/common/icon_mail_02.png");
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 5px;
  vertical-align: middle;
  width: 1.2em;
}

header  ul li.level_01{
  position: static;
  min-height: 85px;
}

header  ul.level_02{
  background-color: rgba(255,255,255,0.9);
  display: none;
  gap: 20px;
  position: absolute;
  padding-top: 7px;
  padding-bottom: 10px;
  top: 100%;
  left: 0;
  width: 100%;
}

header  ul.level_02 li{
  border: 1px solid #ccc;
  margin-left: 0;
}

header  ul.level_02 li.head{
  border: none;
  font-size: 2.2rem;
  font-weight: 700;
  margin-right: 5rem;
}

header  ul.level_02 li a{
  background-color: #F5FFD5;
  display: block;
  padding-bottom: 0 !important;
  text-align: center;
}

header  ul.level_02 li a:hover{
  background-position: bottom right;
  background-size: 0 4px;
}

header ul.level_02 li a span{
  background-size: 0 4px !important;
  color: #000 !important;
  display: block;
  letter-spacing: 0;
  padding-top: 5px;
  text-align: center;
}
header  ul.level_02 li a:hover span{
   background-size: 100% 4px !important;
  color: #009B6B !important;
}


header  ul.level_02 li a .menu-thumbnail-wrapper{
  aspect-ratio: 43 / 32;
  margin-left: auto;
  margin-right: auto;
  max-width: 215px;
  overflow: hidden;
}
header  ul.level_02 li a:hover img{
  transform: scale(1.2);
}

header  ul.level_02 li a img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

header  ul.level_02 li a:hover{
  color: #009B6B;
}

header  ul li.level_01:hover .level_02{
  display: flex;
  justify-content: center;
}

.sp_nav{
  display: none;
}


/*-- under 1250px --------------------------------*/
@media screen and (max-width:1250px){
  header{
    height: 80px;
  }
  
  header ul{
    display: block;
  }
  
  header ul li.contact{
    margin-left: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  
  header li.contact a{
    display: block;
  }
  
 .sp_nav{
    display: block;
  }
  
  header .hamburger_btn{
    color: #009B6B;
    cursor: pointer;
    height: 60px;
    position: relative;
    text-align: center;
    transition: 0.3s;
    width: 60px;
  }
  header .hamburger_btn::after{
    content: "\30E1\30CB\30E5\30FC";
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 6px;
    width: 100%;
  }
  
  header .hamburger_btn span{
    background-color: #009B6B;
    border-radius: 5px;
    height: 5px;
    left: 7.5px;
    position: absolute;
    transition: 0.3s;
    width: 45px;
  }
  header .hamburger_btn span:nth-child(1){
    top: 2px;
  }
  header .hamburger_btn span:nth-child(2){
    top: 14px;
  }
  header .hamburger_btn span:nth-child(3){
    top: 26px;
  }
  
  
  header .hamburger_btn.open::after{
    content: "\9589\3058\308B";
  }
  header .hamburger_btn.open span:nth-child(1){
    top: 18px;
    transform: rotate(45deg);
  }
  header .hamburger_btn.open span:nth-child(2){
    opacity: 0;
  }
  header .hamburger_btn.open span:nth-child(3){
    top: 18px;
    transform: rotate(-45deg);
  }
  
  .hamburger_menu{
    background-color: rgba(0,0,0,0.5);
    height: 100vh;
    pointer-events: none;
    position: fixed;
    top: 80px;
    left: 100%;
    transition: 0.3s;
    width: 100%;
    z-index: 2000;
  }
  
  .hamburger_menu.open{
   left: 0;
    pointer-events: auto;
  }
  
  .hamburger_menu ul{
    background-color: #fff;
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    overflow: auto;
    padding: 10px;
    padding-bottom: 150px;
    width: 80%;
  }
  
  .hamburger_menu > ul > li{
    background-image: linear-gradient(to right, #009B6B 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    display: block;
    margin-left: 0;
    padding: 10px 0;
  }
  
  .hamburger_menu ul li.level_01{
    min-height: 0;
    position: relative;
  }
  
  .hamburger_menu > ul > li.level_01 a::before,
  .hamburger_menu > ul > li.level_01 a::after,
  header ul li.level_01:hover .level_02,
  .hamburger_menu ul.level_02 li::before{
    display: none;
  }
  
  .hamburger_menu > ul > li.level_01::before,
  .hamburger_menu > ul > li.level_01::after{
    content: '';
    display: inline-block;
    position: absolute;
    top: 13px;
    right: 8px;
    width: 2px;
    height: 15px;
    background-color: #9CC813;
  }
  .hamburger_menu > ul > li.level_01::after{
    transform: rotate(90deg);
  }
  .hamburger_menu > ul > li.level_01.open::before{
    display: none;
  }

  
  .hamburger_menu ul li a{
    display: block;
    padding-bottom: 0px !important;
  }
  
  .hamburger_menu ul li a:hover{
    color: #009B6B;
  }
  
  .hamburger_menu > ul > li > a::before{
    background-color: #009B6B;
    border-radius: 999px;
    content: "";
    height: 1em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
  }
  
  .hamburger_menu > ul > li > a::after{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    margin-top: -1px;
    position: absolute;
    right: 7.5px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  
  .hamburger_menu ul.level_02{
    display: none;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start !important;
    padding: 10px 0 0;
    position: static;
    width: 100%;
  }
  
  .hamburger_menu ul.level_02.open{
    display: flex !important;
  }

  .hamburger_menu ul.level_02 li{
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 1%;
    vertical-align: top;
    width: 31%;
  }
  
  header ul.level_02 li a span{
    font-size: 13px;
    display: block;
    margin-bottom: 0;
    padding-top: 5px;
  }
  
  header ul li.level_01:hover span,
  header ul li:not(.contact) > a:hover{
    background-position: bottom left;
    background-size: 0 4px;
  }
  
  .hamburger_menu ul.level_02 li.head{
    border: none;
    display: none;
    margin-bottom: 0;
  }
  
  .hamburger_menu ul.level_02 li::before{
    background-color: #009B6B;
    border-radius: 999px;
    content: "";
    height: 0.5em;
    position: absolute;
    top: 0.9em;
    left: 0;
    width: 0.5em;
  }
  
  .hamburger_menu ul.level_02 li a{
    display: flex;
    flex-flow: column;
    font-weight: 400;
    height: 100%;
    padding: 0 0 5px;
  }
  
  header ul.level_02 li a .menu-thumbnail-wrapper{
    aspect-ratio: 25 / 19;
    margin-top: auto;
    max-width: 300px;
  }
  
  header ul li.contact{
    padding: 0;
    pointer-events: auto;
  }
  
  header ul li.contact a{
    margin-bottom: 0;
    padding-bottom: 20px !important;
  }
	
	header ul li.contact a:hover{
		color: #fff;
	}
  
  header ul li.contact a::before{
    background-color: transparent;
    border-radius: 0px;
    position: static;
    transform: translateY(0);
  }
  
  header ul li.contact a::after{
    display: none;
  }
  
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .hamburger_menu ul.level_02 li{
    width: 48%;
  }
}

/*=================================

footer

=================================*/
#bottom_access{
  margin-bottom: 23rem;
  padding: 10rem 0;
}

#bottom_access h2{
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}

#bottom_access .en_head{
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 5px;
  margin-bottom: 5rem;
}

#bottom_access .map{
  height: 560px;
  width: 100%;
}

#bottom_access .map iframe{
  border: none;
  height: 100%;
  width: 100%;
}

footer{
  background-color: #F8F6F2;
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}

footer .inner{
  position: relative;
}

footer .inner::before{
  background-image: url("../img/common/deco_sakura.png");
  content: "";
  height: 152px;
  position: absolute;
  left: 2%;
  bottom: -10%;
  width: 182px;
  z-index: -1;
}

footer .left_box{
  width: 30%;
}

footer .left_box p.bold{
  font-size: clamp(18px,1.95vw,20px);
  margin: 15px 0 5px 0;
}

footer .right_box{
  width: 68%;
}

footer .right_box nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .right_box > nav > ul{
  margin-bottom: 15px;
}

footer .right_box nav > ul > li{
  margin-bottom: 10px;
}

footer .right_box nav > ul > li >a,
footer .right_box nav > ul > li.level_01{
  color: #545454;
  font-weight: 600;
  padding-left: 16px;
  position: relative;
}

footer .right_box nav > ul > li >a::before,
footer .right_box nav > ul > li.level_01::before{
  background-color: #009B6B;
  border-radius: 999px;
  content: "";
  height: 10px;
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
}

footer .right_box nav > ul > li >a::after,
footer .right_box nav > ul > li.level_01::after{
  content: '';
  width: 3px;
  height: 3px;
  border-top: solid 1.5px #fff;
  border-right: solid 1.5px #fff;
  position: absolute;
  left: 2px;
  top: 11.5px;
  transform: rotate(45deg)
}

footer .right_box nav .level_02 li{
  margin-top: 5px;
  margin-left: 16px;
}

footer .right_box nav .level_02 li a{
  color: #545454;
  font-weight: 400;
  padding-left: 14px;
}

footer .right_box nav .level_02 li a::before{
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 2px #009B6B;
    border-right: solid 2px #009B6B;
    position: absolute;
    left: 0;
    top: 10px;
    transform: rotate(45deg)
}

footer .right_box nav > ul > li >a:hover,
footer .right_box nav .level_02 li a:hover{
  color: #009B6B;
}

footer .copy_right{
  font-size: 12px;
  font-weight: 400;
  margin-top: 30px;
  padding: 30px;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  footer .inner::before{
    display: none;
  }
  
  #bottom_access .map{
    height: 400px;
  }
  
  footer .left_box{
    margin-bottom: 30px;
    width: 100%;
  }
  
  footer .right_box,
  footer .right_box nav ul{
    width: 100%;
  }
  
  footer .right_box > nav > ul{
    margin-bottom: 0;
  }

  footer .right_box nav > ul > li >a,
  footer .right_box nav > ul > li.level_01{
    background-image : linear-gradient(to right, #888888 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 4px 1px;
    font-size: 16px;
  }
  
  footer .right_box nav > ul > li >a,
  footer .right_box nav > ul > li.level_01 span{
    display: block;
    padding-left: 50px;
    padding-bottom: 10px;
  }
  
  footer .right_box nav > ul > li >a::before,
  footer .right_box nav > ul > li.level_01::before{
    left: 30px;
  }
  footer .right_box nav > ul > li >a::after,
   footer .right_box nav > ul > li.level_01::after{
    left: 32px;
  }
  
  footer .right_box nav > ul > li.level_01{
    padding-left: 0;
  }

  
  footer .right_box nav .level_02 li{
    background-image : linear-gradient(to right, #888888 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left top;
    background-size: 4px 1px;
    margin-left: 0;
  }
  
  footer .right_box nav .level_02 li a{
    display: block;
    padding-top: 10px;
    padding-left: 70px;
    padding-bottom: 10px;
  }
  
  footer .right_box nav .level_02 li a::before{
    top: 20px;
    left: 55px;
  }
  
}


/*=================================

mainvisual

=================================*/
.mainvisual{
  height: 855px;
  position: relative;
}

.mainvisual > img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.mainvisual.top > img{
  object-position: right;
}


.mainvisual .white_box{
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 5px 19px rgba(0,0,0,0.16);
  position: absolute;
  top: 50%;
  left: 9%;
  padding: 3rem;
  transform: translateY(-50%);
}

.mainvisual .white_box.position-right{
  left: auto;
  right: 9%;
}

.mainvisual .white_box .head{
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: clamp(32px,5.86vw,6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  padding: 8px 0;
  text-align: center;
}

.page-menu .mainvisual .white_box .head{
  font-size: clamp(32px,2.93vw,4rem);
}

.mainvisual .white_box .mincho{
  font-size: clamp(18px,2.93vw,3rem);
}
.mainvisual .white_box .mincho .big{
  font-size: 130%;
}

.page-menu .mainvisual .white_box .mincho{
  font-size: clamp(23px,2.93vw,4rem);
}
.page-menu .mainvisual .white_box .mincho .big{
  font-size: 100%;
}

.mainvisual .white_box .icon_box{
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  justify-content: space-between;
}

.mainvisual .white_box .icon_box .green_circle{
  align-items: center;
  background-image: url("../img/common/img_green-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 999px;
  display: flex;
  flex-flow: column;
  font-size: 15px;
  font-weight: 600;
  height: 200px;
  justify-content: center;
  margin-top: 30px;
  padding: 15px;
  text-align: center;
  width: 200px;
}

.mainvisual .white_box .icon_box .green_circle img{
  max-height: 65px;
  margin-left: auto;
  margin-right: auto;
}

.mainvisual .white_box .icon_box .green_circle p{
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2em;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.mainvisual .white_box .repair-repos_text{
  font-size: clamp(20px,2.73vw,2.8rem);
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.mainvisual .white_box .repair-repos_text .green{
  font-size: 140%;
  margin-top: 14px;
  line-height: 1em;
}

.mainvisual .white_box .repair-repos_text .green .dot{
  background-image: radial-gradient(circle at center, #FDA42A 15%, transparent 15%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.1em;
}

.mainvisual .white_box .orange_btn{
  text-align: center;
}

.mainvisual .white_box .orange_btn a{
  border-radius: 5px;
  max-width: 360px;
  padding: 12px 50px 12px 12px;
}

.mainvisual .white_box .orange_btn a:hover{
  opacity: 0.7;
}

.mainvisual .white_box .orange_btn a::before{
  background-color: transparent;
  background-image: url("../img/common/icon_mail-white.png");
  border-radius: 0;
  content: "";
  display: inline-block;
  height: 24px;
  margin-right: 20px;
  position: relative;
  top: -2px;
  right: auto;
  transform: translateY(0);
  vertical-align: middle;
  width: 33px;
}

.mainvisual .white_box .orange_btn a::after{
  background-image: url("../img/common/icon_arrow-circle.png");
  border: none;
  content: "";
  height: 22px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 22px;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .mainvisual{
    background-color: #F8F6F2;
    height: auto;
    margin-bottom: -50px;
    padding: 0 0 30px 0;
  }
  
  .page-menu .mainvisual{
    padding-bottom: 0;
  }
  
  .mainvisual > img{
   height: 300px;
  }
  
  .mainvisual .white_box,
  .mainvisual .white_box.position-right{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -65px;
    left: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    transform: translate(0);
    width: 90%;
  }
  
  .mainvisual .white_box .mincho{
    text-align: center;
  }
  
  .mainvisual .white_box .mincho .big{
    font-size: 120%;
    font-weight: 600;
  }
  
  .mainvisual .white_box .icon_box{
    flex-flow: wrap-reverse;
    gap: 0 14%;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -25px;
  }
  
  .mainvisual .white_box .icon_box .green_circle{
    aspect-ratio: 1/1;
    height: auto;
    margin-top: 0;
    max-width: 200px;
    width: 43%;
  }
  
  .mainvisual .white_box .icon_box .green_circle:not(:last-of-type){
    position: relative;
    top: -25px;
  }
  
  .mainvisual .white_box .icon_box .green_circle p{
    font-size: 12px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100px;
  }
  
  .mainvisual .white_box .repair-repos_text{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .mainvisual .white_box .repair-repos_text .black{
    font-size: 18px;
  }
  
  .mainvisual .white_box .repair-repos_text .green{
    font-size: 125%;
    margin-top: 5px;
  }
  
}

/*-- under 500px --------------------------------*/
@media screen and (max-width:500px){
  .mainvisual .white_box .icon_box .green_circle img{
    max-height: 45px;
  }
}


/*=================================

top

=================================*/
div.section_block{
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

#front-page section{
  padding-top: 9rem;
  padding-bottom: 9rem;
  position: relative;
}

#front-page h2{
  font-size: clamp(22px,3.42vw,3.5rem);
  letter-spacing: 0.1em;
}

#front-page .en_head{
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 5px;
  margin-bottom: 3.5rem;
}

.left-wrap,
.right-wrap{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  max-width: 1600px;
  height: 645px;
  margin-bottom: 8rem;
  position: relative;
  width: 90%;
}

.left-wrap::before,
.right-wrap::before{
  background-color: #E8F5E8;
  content: "";
  height: 100%;
  position: absolute;
  top: 20px;
  width: 100%;
}

.left-wrap::after,
.right-wrap::after{
  border: 2px solid #fff;
  content: "";
  height: 90%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 99%;
  z-index: 1;
}

.left-wrap{
  margin-left: 0;
  margin-right: auto;
}

.left-wrap::before{
  right: -20px;
}
.left-wrap::after{
  border-left: none;
  left: 0;
}

.right-wrap{
  margin-left: auto;
  margin-right: 0;
}

.right-wrap::before{
  left: -20px;
}
.right-wrap::after{
  border-right: none;
  right: 0;
}

.left-wrap .img_box,
.right-wrap .img_box{
  height: 100%;
}

.left-wrap .img_box img,
.right-wrap .img_box img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.left-wrap .white_box,
.right-wrap .white_box{
  background-color: #fff;
  max-width: 625px;
  padding: 4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}

.left-wrap .white_box{
  right: 3%;
}
.right-wrap .white_box{
  left: 3%;
}

.left-wrap .white_box p.text,
.right-wrap .white_box p.text{
  font-weight: 400;
  margin-bottom: 1em;
}

.left-wrap .btn_box,
.right-wrap .btn_box{
  gap: 2.5rem 3rem;
}

.left-wrap .btn_box .green_btn,
.right-wrap .btn_box .green_btn{
  margin-top: 0;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #front-page section,
  div.section_block{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .left-wrap,
  .right-wrap{
    box-shadow: none;
    height: auto;
    margin-bottom: 5rem;
    width: 100%;
  }
  
  .left-wrap::before, 
  .right-wrap::before{
    display: none
  }
  
  .left-wrap::after, 
  .right-wrap::after{
     display: none;
  }
  
  .left-wrap .img_box,
  .right-wrap .img_box{
    height: clamp(160px);
  }
  
  .left-wrap .white_box,
  .right-wrap .white_box{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    padding: 25px 15px;
    position: relative;
    top: 0;
    left: 50%;
    right: auto;
    transform: translateY(0) translateX(-50%);
    width: 90%;
  }
  
}


/*-------------------------------
メニュー
--------------------------------*/
#top_service::before{
  background-image: url("../img/common/deco_leaf.png");
  background-size: contain;
  content: "";
  height: 285px;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
  max-width: 330px;
  width: 20%;
}

#top_service::after{
  background-image: url("../img/common/deco_sakura_02.png");
  background-size: contain;
  content: "";
  height: 175px;
  position: absolute;
  top: 60%;
  right: 5%;
  transform: translateY(-50%);
  max-width: 225px;
  width: 15%;
}

#top_service .service_box{
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#top_service .service_box .item{
  background-color: #fff;
  border-right: 1px solid #9CC813;
  position: relative;
  width: 33.3%;
  z-index: 2;
}

#top_service .service_box .item:last-of-type{
  border-right: none;
}

#top_service .service_box .item .text_box{
  align-items: center;
  display: flex;
  flex-flow: column;
  padding: 25px;
}

#top_service .service_box .item .text_box p{
  color: #000;
  font-size: 2.3rem;
  letter-spacing: 0;
  margin-bottom: 4rem;
}

#top_service .service_box .item .text_box p span{
  font-size: 110%;
  padding-bottom: 8.5px;
}

#top_service .service_box .item .text_box ul li{
  font-size: 2.3rem;
  padding-left: 1.5em;
}

#top_service .service_box .item .text_box ul li::before{
  background-image: url("../img/common/icon_check-green.png");
  content: "";
  height: 1em;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
}

#top_service .service_box .item .text_box ul li a{
  font-size: clamp(16px,3vw,2.3rem);
  font-weight: 600;
}

#top_service .service_box .item .text_box ul li a:hover{
  color: #009B6B;
  text-decoration: underline;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #top_service{
    padding-bottom: 30px;
  }
  
  #top_service::before{
    height: 95px;
    top: -35px;
    left: 15px;
    transform: translate(0) rotate(-15deg);
    width: 110px;
  }
  
  #top_service::after{
    height: 95px;
    top: auto;
    bottom: -55px;
    transform: translate(0);
    width: 110px;
    z-index: 1;
  }
  
  #top_service .service_box{
    box-shadow: none;
    justify-content: center;
  }
  
  #top_service .service_box .item{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    margin-bottom: 20px;
    width: 100%;
  }
  
  #top_service .service_box .item .img_box{
    width: 40%;
  }
  
  #top_service .service_box .item .img_box img{
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  
  #top_service .service_box .item:nth-child(1) .img_box img{
    object-position: 17%;
  }
  #top_service .service_box .item:nth-child(2) .img_box img{
     object-position: 47%;
  }
  #top_service .service_box .item:nth-child(3) .img_box img{
     object-position: 32%;
  }
  
  #top_service .service_box .item .text_box{
    align-items: flex-start;
    padding: 20px 12px 20px 17px;
    width: 60%;
  }
  
  #top_service .service_box .item .text_box p{
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
  }
  
  #top_service .service_box .item .text_box p span{
    font-size: 18px;
  }
  
  #top_service .service_box .item .text_box ul li{
    font-size: 14px;
    letter-spacing: 0;
  }
}


/*-------------------------------
リペアルポが選ばれる理由
--------------------------------*/
#top_reason h2{
  font-weight: 500;
  margin-bottom: 8rem;
  letter-spacing: 0.1em;
}

#top_reason h2 span{
  font-size: 4.2rem;
  padding-bottom: 17px;
}

#top_reason .reason_box{
  display: grid;
  grid-template-columns: repeat(3,32%);
  column-gap: 1%;
}

#top_reason .reason_box .item{
  background-color: #fff;
  box-shadow: 0 2px 3px rgba(0,0,0,0.16);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
}

#top_reason .reason_box .item .icon{
  height: 13rem;
  position: absolute;
  top: -25px;
  left: 0;
  width: 13rem;
  z-index: 1;
}

#top_reason .reason_box .item .light-green{
  align-content: center;
  font-size: clamp(20px,3vw,2.3rem);
  padding: 3rem;
}

#top_reason .reason_box .item .text{
  font-weight: 400;
  padding: 3rem;
  padding-top: 0;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #front-page #top_reason{
    padding-bottom: 0;
  }
  
  #top_reason .reason_box{
    grid-template-columns: repeat(2,49%);
  }
  
  #top_reason .reason_box .item{
    margin-bottom: 40px;
  }
}

/*-- under 500px --------------------------------*/
@media screen and (max-width:500px){
  #top_reason .reason_box{
    grid-template-columns: repeat(1,100%);
  }
}


/*-------------------------------
リペアルポについて
--------------------------------*/
#top_about{
  background-image: url("../img/top/top_about-us.webp");
  background-size: cover;
  background-position: 75%;
  padding-top: 17rem;
  padding-bottom: 17rem;
}

#top_about .text_box{
  background-color: rgba(255,255,255,0.65);
  backdrop-filter: blur(8px);
  padding: clamp(30px,11.72vw,12rem) clamp(15px,9.77vw,10rem);
}

#top_about h2{
  color: #545454;
}

#top_about h2 rt{
  color: #9CC813;
  text-align: left;
}

#top_about .text_box .text{
  margin-left: auto;
  margin-right: auto;
  max-width: 872px;
  width: 100%;
}

#top_about .text_box .btn_box .green_btn{
  margin-top: 4rem;
  width: 30%;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #front-page #top_menu{
    padding-top: 0;
  }
  
  #top_about .text_box{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #top_about .text_box .btn_box .green_btn{
    margin-top: 10px;
    width: 100%;
  }
}


/*-------------------------------
TOP：スタッフ紹介
--------------------------------*/
#top_staff::before{
  background-image: url("../img/common/deco_peony.png");
  content: "";
  height: 155px;
  position: absolute;
  top: 55%;
  left: 5%;
  transform: translateY(-50%);
  width: 215px;
}

#top_staff .head{
  align-items: center;
}

#top_staff .right_box .green_btn{
  margin-top: 0;
}

#top_staff .staff_box{
  margin-left: auto;
  margin-right: 0;
  max-width: 1500px;
  padding-right: 12px;
  position: relative;
  width: 100%;
  z-index: 2;
}

#top_staff .staff_box::before,
#top_staff .staff_box::after{
  content: "";
  display: block;
  order: 1;
  width: 23%;
}

#top_staff .staff_box .staff{
  background-color: #fff;
  margin-bottom: 25px;
  position: relative;
  width: 23%;
}

#top_staff .staff_box .staff::before{
  background-color: #E8F5E8;
  content: "";
  height: 100%;
  position: absolute;
  right: -12px;
  bottom: -10px;
  width: 90%;
  z-index: -1;
}

#top_staff .staff_box .staff .text_box{
  padding: 3rem 4rem;
}

#top_staff .staff_box .staff .text_box .post{
  font-size: 16px;
}

#top_staff .staff_box .staff .text_box .name{
  font-size: 20px;
}

#top_staff .staff_box .staff .text_box .en_name{
  font-size: 14px;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  
  #top_staff::before{
    display: none;
  }
  
  #top_staff .head .left_box,
  #top_staff .head .right_box{
    width: 100%;
  }
  
  #top_staff .staff_box{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #top_staff .staff_box::before,
  #top_staff .staff_box::after{
    display: none;
  }
  
  #top_staff .right_box .green_btn{
    margin-bottom: 20px;
  }
  
  #top_staff .staff_box .staff{
    display: flex;
    width: 100%;
  }
  
  #top_staff .staff_box .staff::before{
    right: -8px;
    bottom: -8px;
  }
  
  #top_staff .staff_box .staff .img_box{
    width: 40%;
  }
  
  #top_staff .staff_box .staff .text_box{
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
    width: 60%;
  }
  
  #top_staff .staff_box .staff .text_box .post{
    font-size: 14px;
  }
  
  #top_staff .staff_box .staff .text_box .name{
    font-size: 18px;
  }
  
}


/*-------------------------------
TOP：コンセプト
--------------------------------*/
#top_concept{
  margin-bottom: 26rem;
}

#top_concept .white_box{
  background-color: #fff;
  padding: clamp(30px,7.81vw,8rem) clamp(15px,9.77vw,10rem);
}

#top_concept .white_box .img_box{
  width: 37%;
}

#top_concept .white_box .text_box{
  width: 58%;
}

#top_concept .white_box h3{
  font-size: 3rem;
  margin-bottom: 28px;
}

#top_concept .white_box .meaning{
  color: #000;
  font-size: 2.2rem;
}

#top_concept .white_box .text{
  font-weight: 400;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #top_concept .white_box{
    padding-left: 15px;
    padding-right: 15px;
  }
  
  #top_concept .white_box .img_box,
  #top_concept .white_box .text_box{
    width: 100%;
  }
  
  #top_concept .white_box .img_box{
    margin-bottom: 30px;
  }
  
  #top_concept .white_box .img_box img{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
  #top_concept .white_box .meaning{
    letter-spacing: 0.05em;
  }
}


/*-------------------------------
TOP：Youtube
--------------------------------*/
#top_youtube .yotb_box .item{
  margin-bottom: 5rem;
  width: 49%;
}

#top_youtube .yotb_box .item.new .date::before{
  background-color: #009B6B;
  color: #fff;
  content: "NEW";
  display: inline-block;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: 2rem;
  padding: 3px;
  text-align: center;
  width: 80px;
}

#top_youtube .yotb_box .item .img_box img{
  width: 100%;
}

#top_youtube .yotb_box .item:first-of-type{
  margin-bottom: 8rem;
  width: 100%;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #top_youtube .yotb_box .item{
    width: 100%;
  }
  
  #top_youtube .yotb_box .item:first-of-type{
    margin-bottom: 5rem;
  }
}

/*-------------------------------
TOP：トピックス
--------------------------------*/
#top_topics{
  padding-top: 17rem;
  padding-bottom: 15rem;
}

#top_topics .white_box{
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
  padding: 11rem 15px;
  width: 90%;
}

#top_topics .topics_box{
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}

#top_topics .topics_box .item{
  margin-bottom: 20px;
  width: 30%;
}

#top_topics .topics_box .item .date{
  color: #9CC813;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #top_topics .white_box{
    padding-top: 50px;
    padding-bottom: 40px;
  }
  
  #top_topics .topics_box .item{
    margin-bottom: 30px;
    width: 100%;
  }
}


/*-------------------------------
TOP：ブログ
--------------------------------*/
#top_blog{
  background-image: linear-gradient(180deg, #ffffff 35%, #E1ECDC 35%);
}

#top_blog .blog_wrap{
  display: flex;
  max-width: 1600px;
  margin-left: auto;
  margin-right: 0;
}

#top_blog .head_box{
  padding-top: 22px;
  position: relative;
  width: 37rem;
  z-index: 10;
}

#top_blog .head_box .green_btn{
  margin-top: 10rem;
}

#top_blog .blog_box{
  height: 100%;
  overflow: hidden;
  width: calc(100% - 37rem);
}

#top_blog .slick-list.draggable{
  overflow: visible;
}

#top_blog .blog_box .slick-track{
  align-items: stretch;
  display: flex;
}

#top_blog .blog_box .item{
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  float: none;
  height: auto;
  margin: 0 15px;
  min-height: 470px;
}

#top_blog .blog_box .item .img_box{
  overflow: hidden;
}

#top_blog .blog_box .item .img_box{
  aspect-ratio: 3 / 2;
  overflow: hidden;
  width: 100%;
}
#top_blog .blog_box .item .img_box img{
  object-fit: cover;
  transition: 0.4s;
  width: 100%;
}
#top_blog .blog_box .item:hover .img_box img{
  transform: scale(1.15);
}

#top_blog .blog_box .item .text_box{
  padding: 20px 2.6rem;
}

#top_blog .blog_box .item .text_box .date{
  color: #5A7C6D;
  margin-bottom: 14px;
}

#top_blog .blog_box .item .text_box .title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}

#top_blog .blog_box .item .text_box .cat_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top_blog .blog_box .item .text_box .cat_box li{
  background-color: #E8F5E8;
  font-size: 13px;
  margin-bottom: 1%;
  padding: 3px;
  text-align: center;
  width: 49%;
}


#top_blog .blog_box .slick-dots{
  display: flex;
  gap: 15px;
  margin-top: 7rem;
}

#top_blog .blog_box .slick-dots li button{
  background-color: #aaa;
  border: none;
  font-size: 0;
  height: 5px;
  width: 10rem;
}

#top_blog .blog_box .slick-dots li.slick-active button{
  background-color: #9CC813;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #top_blog .blog_wrap{
    display: block;
  }
  
  #top_blog .head_box{
    width: 100%;
  }
  
  #top_blog .blog_box{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  
  #top_blog .blog_box .item{
    min-height: 0;
  }
  
  #top_blog .blog_box .slick-dots{
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
  }
  
  #top_blog .blog_box .slick-dots li{
    width: 24%;
  }
  
  #top_blog .blog_box .slick-dots li button{
    width: 100%;
  }
  
}


/*-------------------------------
TOP：再生医療
--------------------------------*/
#top_regenerative .right-wrap{
  margin-bottom: 0;
}


/*-------------------------------
ポイント特典
--------------------------------*/
.benesits_bnr{
  background-color: #fff;
}

.benesits_bnr .head{
  align-items: center;
  background-color: #5A7C6D !important;
  color: #fff !important;
  display: flex;
  font-size: clamp(20px,3.42vw,3.5rem) !important;
  justify-content: space-around;
  padding: 15px; 
}

.benesits_bnr .head::before,
.benesits_bnr .head::after{
  content: "";
  display: block;
  height: 46px;
  width: 182px;
}

.benesits_bnr .head::before{
  background-image: url("../img/common/deco_line-left.png");
  display: block !important;
  margin-right: 15px;
}

.benesits_bnr .head::after{
  background-image: url("../img/common/deco_line-right.png");
  margin-left: 15px;
}

.benesits_bnr .flex_box{
  align-items: center;
  padding: 20px;
}

.benesits_bnr .text_box{
  text-align: center;
  width: 54%;
}

.benesits_bnr .text_box .mincho{
  color: #5A7C6D;
  font-size: 3.3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.benesits_bnr .text_box .text{
  font-size: 2rem;
}
.benesits_bnr .text_box .text span{
  font-size: 130%;
}

.benesits_bnr .text_box a{
  background-color: #5A7C6D;
  border-radius: 999px;
  color: #fff;
  font-size: clamp(18px,1.95vw,20px);
  letter-spacing: 0.1em;
  margin-top: 30px;
  max-width: 335px;
  padding: 15px 50px;
  text-align: center;
  width: 100%;
}

.benesits_bnr .text_box a:hover{
  opacity: 0.7;
}

.benesits_bnr .text_box a::before{
  background-color: #fff;
  border-radius: 999px;
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
}

.benesits_bnr .text_box a::after{
  border-top: solid 2px #5A7C6D;
  border-right: solid 2px #5A7C6D;
  content: '';
  height: 6px;
  margin-top: -1px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
}

.benesits_bnr .img_box{
  width: 44%;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .benesits_bnr .flex_box{
    padding: 30px 20px;
  }
  
  .benesits_bnr .head::before, 
  .benesits_bnr .head::after{
    height: 17px;
    width: 60px;
  }
  
  .benesits_bnr .img_box,
  .benesits_bnr .text_box{
    width: 100%;
  }
  
  .benesits_bnr .img_box{
    margin-bottom: 20px;
  }
  
  .benesits_bnr .text_box .text span{
    font-size: 19px;
  }
}



/*=================================

症例ページ

=================================*/
.page-menu section{
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.page-menu section h2{
  font-size: clamp(20px,3.91vw,4rem);
  margin-bottom: 6rem;
}

.marker{
  background: linear-gradient(transparent 70%, #FFC8C8 70%);
  font-weight: 700;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu section{
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*-------------------------------
このようなお悩みありませんか？
--------------------------------*/
.page-menu #trouble{
  padding-bottom: 5rem;
}

.page-menu #trouble h2{
  font-size: clamp(20px,2.93vw,3rem);
}

.page-menu #trouble .white_box{
  align-items: center;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.16);
}

.page-menu #trouble .white_box .img_box{
  padding-left: 3rem;
  width: 28%;
}

.page-menu #trouble .white_box ul{
  padding: 20px;
  width: 68%;
}

.page-menu #trouble .white_box ul li{
  font-size: clamp(17px,3.52vw,3.6rem);
}
.page-menu #trouble .white_box ul li:last-child{
  margin-bottom: 0;
}

.page-menu #trouble .white_box ul li::before{
  top: 0.25em;
}

.page-menu #trouble .arrows_box{
  margin: 5rem auto 0;
  position: relative;
  width: 110px;
}

.page-menu #trouble .arrows_box span{
  display: block;
  height: 36px;
  margin-bottom: 10px;
  position: relative;
  width: 118px;
}

.page-menu #trouble .arrows_box span::before,
.page-menu #trouble .arrows_box span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 5px;
  height: 70px;
  border-radius: 9999px;
  background-color: #009b6b;
  transform-origin: 50% calc(100% - 2.5px);
}

.page-menu #trouble .arrows_box span::before {
  transform: rotate(58.5deg);
}
.page-menu #trouble .arrows_box span::after {
  transform: rotate(-58.5deg);
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu #trouble{
    padding-top: 0;
  }
  
  .page-menu #trouble h2{
    margin-bottom: 0;
    padding-left: 100px;
    padding-bottom: 30px;
    position: relative;
    text-align: left;
  }
  
  .page-menu #trouble h2::before{
    background-image: url("../img/menu/staff_01.png");
    content: "";
    display: inline-block;
    height: 158px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 85px;
  }
  
  .page-menu #trouble .white_box .img_box{
    display: none;
  }
  
  .page-menu #trouble .white_box ul{
    padding: 15px;
    width: 100%;
  }
  
  .page-menu #trouble .white_box ul li{
    font-size: 17px;
  }
  
  .page-menu #trouble .arrows_box{
    width: 65px;
  }
  
  .page-menu #trouble .arrows_box span{
    margin-bottom: 0;
    height: 30px;
    width: 65px;
  }
  
  .page-menu #trouble .arrows_box span::before,
  .page-menu #trouble .arrows_box span::after{
    height: 40px;
  }
  
}


/*-------------------------------
お悩みを解決する
--------------------------------*/
.page-menu #order-menu{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}

.page-menu #order-menu h2{
  letter-spacing: 0.1em;
  padding-bottom: 10.5px;
}

.page-menu #order-menu h2 .light-green{
  font-size: clamp(30px,5.37vw,4.5rem);
}

.page-menu #order-menu .flex_box{
  align-items: center;
}

.page-menu #order-menu .flex_box .img_box{
  width: 32%;
}

.page-menu #order-menu .flex_box .img_box img{
  position: relative;
  right: -15%;
}

.page-menu #order-menu .flex_box .text_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 68%;
}

.page-menu #order-menu .flex_box .text_box::before{
  border: 3px solid #BB990B;
  border-radius: 999px;
  content: "";
  height: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 380px;
}

.page-menu #order-menu .flex_box .text_box .gold_circle{
  position: relative;
  top: -20px;
  width: calc(45% - 12px);
  z-index: 2;
}
.page-menu #order-menu .flex_box .text_box .gold_circle:first-child{
  top: 0;
  width: 100%;
}

.page-menu #order-menu .flex_box .text_box .gold_circle .content{
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 999px;
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  margin: 4px;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}

.page-menu #order-menu .flex_box .text_box .gold_circle .content::before{
  background-image: linear-gradient(330deg, rgba(183, 147, 0, 1), rgba(255, 242, 172, 1) 50%, rgba(183, 147, 0, 1));
  border-radius: 999px;
  content: "";
  height: calc(100% + 12px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% + 12px);
  z-index: -1;
}

.page-menu #order-menu .flex_box .text_box .gold_circle:first-child .content{
  margin-left: auto;
  margin-right: auto;
  width: calc(45% - 12px);
}

.page-menu #order-menu .flex_box .text_box .gold_circle .content h3{
  font-size: clamp(20px,2.93vw,28px);
  margin-bottom: 20px;
}

.page-menu #order-menu .flex_box .text_box .gold_circle .content p{
  font-size: 18px;
  line-height: 1.7em;
  margin: 0 auto;
  width: 90%;
}

.page-menu #order-menu .catch{
  background-color: #E8F5E8;
  font-size: clamp(25px,3.91vw,4rem);
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.page-menu #order-menu .catch span.under_line{
  border-bottom: 4px solid #009B6B;
  padding: 5px;
}


/*-- under 1300px --------------------------------*/
@media screen and (max-width:1300px){
  .page-menu #order-menu .flex_box .text_box .gold_circle .content h3{
    font-size: 22px;
    margin-bottom: 5px;
    padding-top: 5px;
  }
  .page-menu #order-menu .flex_box .text_box .gold_circle .content p{
    font-size: 16px;
    line-height: 1.5em;
  }
  
  .page-menu #order-menu .flex_box .text_box .gold_circle .content p br{
    content: "";
    display: none;
  }
}
  
  
/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){  
  .page-menu #order-menu h2{
    margin-bottom: 25px;
  }
  
  .page-menu #order-menu h2 .light-green{
    font-size: 26px;
  }
  
  .page-menu #order-menu .flex_box .img_box{
    display: none;
  }
  
  .page-menu #order-menu .flex_box .text_box{
    width: 100%;
  }
  
  .page-menu #order-menu .flex_box .text_box::before{
    height: 215px;
    width: 215px;
  }
  
  .page-menu #order-menu .flex_box .text_box .gold_circle,
  .page-menu #order-menu .flex_box .text_box .gold_circle:first-child .content{
    width: calc(49% - 20px);
  }
  
  .page-menu #order-menu .flex_box .text_box .gold_circle .content::before{
    height: calc(100% + 3px);
    width: calc(100% + 3px);
  }
  
  .page-menu #order-menu .flex_box .text_box .gold_circle .content{
    padding: 10px;
  }
  
  .page-menu #order-menu .flex_box .text_box .gold_circle .content h3{
    font-size: clamp(16px,2.61vw,20px);
    margin-bottom: 0;
    padding-top: 0;
  }
  
  .page-menu #order-menu .flex_box .text_box .gold_circle .content p{
    display: none;
  }
  
  .page-menu #order-menu .sp.menu{
    width: 100%;
  }
  
  .page-menu #order-menu .sp.menu .item{
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    margin-bottom: 15px;
    padding: 22px;
    text-align: center;
    width: 100%;
  }
  
  .page-menu #order-menu .sp.menu .item .bold{
    font-size: 20px;
    margin-bottom: 7px;
  }
  
  .page-menu #order-menu .catch{
    line-height: 2em;
    margin-top: 5rem;
  }
  
  .page-menu #order-menu .catch span.under_line{
    padding: 0;
  }
  
}


/*-------------------------------
リペアルポはあなたの悩みに特化して対応します
--------------------------------*/
.page-menu #service{
  overflow: hidden;
}

.page-menu #service h2{
  font-size: clamp(26px, 3.91vw, 4rem);
  margin-bottom: 10rem;
}

.page-menu #service .block{
  padding-bottom: 8rem;
  position: relative;
}

.page-menu #service .block:first-of-type{
  padding-bottom: 12rem;
}

.page-menu #service .block:nth-of-type(3){
  padding-bottom: 6rem;
}

.page-menu #service .block:last-of-type{
  padding-top: 10rem;
}

.page-menu #service .block:first-of-type::before,
.page-menu #service .block:last-of-type::before{
  background-image: url("../img/menu/bg_blue.jpg");
  background-size: cover;
  content: "";
  height: 50.5rem;
  position: absolute;
  left: 0;
  width: 100%;
}

.page-menu #service .block:first-of-type::before{
  bottom: 0;
}
.page-menu #service .block:last-of-type::before{
  top: 0;
}

.page-menu #service .block:first-of-type::after,
.page-menu #service .block:last-of-type::after{
  background-image: url("../img/common/deco_leaf.png");
  content: "";
  height: 235px;
  position: absolute;
  width: 280px;
}

.page-menu #service .block:first-of-type::after{
  transform: rotate(75deg);
  right: -1%;
  bottom: 6%;
}
.page-menu #service .block:last-of-type::after{
  transform: scale(1,-1) rotate(-100deg);
  left: 1.5%;
  top: 28%;
}

.page-menu #service .left_parts,
.page-menu #service .right_parts,
.regenerative-page .left_parts,
.regenerative-page .right_parts{
  align-items: center;
  max-width: 1590px;
  position: relative;
  width: calc(100% - 30px);
  z-index: 1;
}

.page-menu #service .left_parts,
.regenerative-page .left_parts{
  margin-left: 0;
  margin-right: auto;
  padding-left: 10%;
}

.page-menu #service .right_parts,
.regenerative-page .right_parts{
  flex-flow: row-reverse;
  margin-left: auto;
  margin-right: 0;
  padding-right: 10%;
}

.page-menu #service .left_parts .img_box,
.page-menu #service .right_parts .img_box,
.regenerative-page .left_parts .img_box,
.regenerative-page .right_parts .img_box{
  position: relative;
  width: 50%;
}

.page-menu #service .left_parts .img_box,
.regenerative-page .left_parts .img_box{
  padding-right: 4rem;
}
.page-menu #service .right_parts .img_box,
.regenerative-page .right_parts .img_box{
  padding-left: 4rem;
}

.page-menu #service .left_parts .img_box.no_border,
.page-menu #service .right_parts .img_box.no_border,
.regenerative-page .left_parts .img_box.no_border,
.regenerative-page .right_parts .img_box.no_border{
  padding: 0;
}

.page-menu #service .left_parts .img_box::before,
.page-menu #service .right_parts .img_box::before,
.regenerative-page .left_parts .img_box::before,
.regenerative-page .right_parts .img_box::before{
  border: 1px solid #000;
  content: "";
  height: 100%;
  position: absolute;
  top: -3.6rem;
  width: calc(100% - 8rem);
  z-index: 1;
}

.page-menu #service .left_parts .img_box::before,
.regenerative-page .left_parts .img_box::before{
  left: 4rem;
}
.page-menu #service .right_parts .img_box::before,
.regenerative-page .right_parts .img_box::before{
  right: 4rem;
}

.page-menu #service .left_parts .img_box.no_border::before,
.page-menu #service .right_parts .img_box.no_border::before,
.regenerative-page .left_parts .img_box.no_border::before,
.regenerative-page .right_parts .img_box.no_border::before{
  display: none;
}

.page-menu #service .left_parts .img_box img,
.regenerative-page .left_parts .img_box img{
  margin-left: 0;
  margin-right: auto;
  width: calc(100% - 4rem);
}
.page-menu #service .right_parts .img_box img,
.regenerative-page .right_parts .img_box img{
  margin-left: auto;
  margin-right: 0;
  width: calc(100% - 4rem);
}

.page-menu #service .left_parts .img_box img:not(:only-child),
.page-menu #service .right_parts .img_box img:not(:only-child),
.regenerative-page .left_parts .img_box img:not(:only-child),
.regenerative-page .right_parts .img_box img:not(:only-child){
  margin-bottom: 10px;
}

.page-menu #service .left_parts .text_box,
.page-menu #service .right_parts .text_box,
.regenerative-page .left_parts .text_box,
.regenerative-page .right_parts .text_box{
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  margin-top: -4%;
  padding: 7rem 5.5rem;
  width: 50%;
}

.page-menu #service .left_parts .text_box h3,
.page-menu #service .right_parts .text_box h3,
.regenerative-page .left_parts .text_box h3,
.regenerative-page .right_parts .text_box h3{
  font-size: clamp(20px,2.93vw,3rem);
  margin-bottom: clamp(15px,3.42vw,3.5rem);
}

.page-menu #service .left_parts .text_box p,
.page-menu #service .right_parts .text_box p,
.regenerative-page .left_parts .text_box p,
.regenerative-page .right_parts .text_box p{
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0;
}



/*-- under 1400px --------------------------------*/
@media screen and (max-width:1400px){
  .page-menu #service .left_parts,
  .page-menu #service .right_parts,
  .regenerative-page .left_parts,
  .regenerative-page .right_parts{
    padding-left: 0;
    padding-right: 0;
  }
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu #service{
    padding-bottom: 0;
  }
  
  .page-menu #service .left_parts,
  .page-menu #service .right_parts,
  .regenerative-page .left_parts,
  .regenerative-page .right_parts{
    margin-left: auto;
    margin-right: auto;
  }
  
  .page-menu #service .block:first-of-type::after,
  .page-menu #service .block:last-of-type::after{
    display: none;
  }
  
  .page-menu #service .right_parts,
  .regenerative-page .right_parts{
    flex-flow: wrap;
  }
  
  .page-menu #service .block:first-of-type::before, 
  .page-menu #service .block:last-of-type::before{
    height: 315px;
  }
  
  .page-menu #service .left_parts .img_box,
  .page-menu #service .right_parts .img_box,
  .regenerative-page .left_parts .img_box,
  .regenerative-page .right_parts .img_box{
    margin-bottom: 30px;
    padding: 0;
    width: 100%;
  }
  
  .page-menu #service .left_parts .img_box::before,
  .page-menu #service .right_parts .img_box::before,
  .regenerative-page .left_parts .img_box::before,
  .regenerative-page .right_parts .img_box::before{
    top: -27px;
    width: calc(100% - 23px);
  }
  
  .page-menu #service .left_parts .img_box::before,
  .regenerative-page .left_parts .img_box::before{
    left: 23px;
  }
  .page-menu #service .right_parts .img_box::before,
  .regenerative-page .right_parts .img_box::before{
    right: 23px;
  }
  
  .page-menu #service .left_parts .img_box img,
  .page-menu #service .right_parts .img_box img,
  .regenerative-page .left_parts .img_box img,
  .regenerative-page .right_parts .img_box img{
    width: calc(100% - 23px);
  }
  
  .page-menu #service .left_parts .text_box,
  .page-menu #service .right_parts .text_box,
  .regenerative-page .left_parts .text_box,
  .regenerative-page .right_parts .text_box{
    padding: 25px 20px;
    width: 100%;
  }
  
  .page-menu #service .left_parts .text_box p,
  .page-menu #service .right_parts .text_box p,
  .regenerative-page .left_parts .text_box p,
  .regenerative-page .right_parts .text_box p{
    line-height: 1.5em;
  }
  
}


/*-------------------------------
リペアルポにお任せください諦めるのはまだ早い!
--------------------------------*/
.page-menu #detail .white_box{
  background-color: #fff;
  max-width: 1775px;
  margin-left: auto;
  margin-right: auto;
  padding: 8.5rem 0;
  width: calc(100% - 30px);
}

.page-menu #detail .item_card_wrap{
  gap: 6rem 3rem;
}

.page-menu #detail .item_card{
  background-color: #fff;
  border: 5px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.16);
  padding: 30px 3rem;
  text-align: center;
  transition: 0.2s;
  width: 30%;
}

.page-menu #detail .item_card.is-hovered{
  background-color: #F8F5E7;
  border: 5px solid #5A7C6D;
}

.page-menu #detail .item_card > img,
.page-menu #detail #popup-detail-description img{
  margin-left: auto;
  margin-right: auto;
  max-width: 110px;
  width: 100%;
}

.page-menu #detail .item_card .title{
  font-size: clamp(20px,1.57vw,2.2rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.page-menu #detail .item_card .text{
  font-weight: 400;
}

.page-menu #detail .item_card .view-details-button{
  align-content: center;
  background-color: #fff;
  border: 1px solid #5A7C6D;
  box-shadow: 0 2px 6px rgba(0,0,0,0.16);
  color: #5A7C6D;
  font-size: 16px;
  font-weight: 600;
  margin-top: 27px;
  max-width: 200px;
  padding: 12px 20px;
  position: relative;
  width: 100%;
}

.page-menu #detail .item_card.is-hovered .view-details-button{
  background-color: #5A7C6D;;
  color: #fff;
}

.page-menu #detail .item_card .view-details-button::before{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #5A7C6D;
  border-right: solid 2px #5A7C6D;
  margin-top: -1px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.page-menu #detail .item_card.is-hovered .view-details-button::before{
  border-color: #fff;
}

.page-menu #detail .item-description-hidden {
  display: none;
}

.page-menu #detail #common-popup-overlay {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 11000;
}


.page-menu #detail #common-popup-content {
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  display: flex;
  flex-flow: column-reverse;
  justify-content: space-between;
  max-width: 1080px;
  min-height: 80vh;
  max-height: 95vh;
  overflow-y: auto;
  padding: 40px;
  position: relative;
  width: 90%;
}

.page-menu #detail #common-popup-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.page-menu #detail #popup-detail-description{
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: left;
  width: 95%;
}

.page-menu #detail #popup-detail-description h3{
  font-size: 2.6rem;
  margin-bottom: clamp(20px,5.37vw,5.5rem);
  text-align: center;
}

.page-menu #detail #popup-detail-description h4{
  font-size: clamp(18px,1.95vw,20px);
  font-weight: 400;
  margin-bottom: 5rem;
}

.page-menu #detail #popup-detail-description p{
  line-height: 1.8em;
}

.page-menu #detail #common-popup-close-button{
  background: none;
  border: 2px solid #5A7C6D;
  color: #5A7C6D;
  cursor: pointer;
  font-size: 28px;
  font-weight: 400;
  height: 50px;
  line-height: 1em;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: 0.2s;
  width: 50px;
}

.page-menu #detail #common-popup-close-button:hover{
  background-color: #E8F5E8;
}

.page-menu #detail #common-popup-close-button span{
  display: block;
  font-size: 11px;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu #detail .item_card_wrap{
    gap: 0;
  }
  
  .page-menu #detail .item_card{
    margin-bottom: 16px;
    padding: 30px 20px;
    position: relative;
    width: 100%;
  }
  
  .page-menu #detail .item_card img{
    max-width: 84px;
    position: absolute;
    top: 30px;
    left: 20px;
  }
  
  .page-menu #detail .item_card .title,
  .page-menu #detail .item_card .text{
    padding-left: 90px;
    text-align: left;
  }
  
  .page-menu #detail .item_card .title br,
  .page-menu #detail .item_card .text br{
    display: none;
  }
  
  .page-menu #detail #common-popup-content{
    display: block;
    flex-flow: column-reverse;
    padding: 15px;
  }
  
  .page-menu #detail #popup-detail-description p{
    font-size: 16px;
  }
  
  .page-menu #detail #common-popup-close-button{
    margin-top: 0px;
    position: absolute;
    top: 10px;
    bottom: auto;
    left: auto;
    right: 10px;
    transform: translateX(0);
  }
  
}



/*-------------------------------
リペアルポ独自のオーダーメイドリハビリをご提供
--------------------------------*/
.page-menu #order-made{
  overflow: hidden;
}

.page-menu #order-made ul{
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 8rem 6.5rem;
  width: 49%;
}

.page-menu #order-made ul li{
  font-weight: 400;
  margin-bottom: 5rem;
}

.page-menu #order-made ul li:last-child{
  margin-bottom: 0;
}

.page-menu #order-made .img_box{
  position: relative;
  width: 49%;
}

.page-menu #order-made .img_box img{
  margin: auto 0 0 auto;
  height: calc(100% - 4rem);
  position: relative;
  top: 4rem;
  object-fit: cover;
  width: calc(100% - 4rem);
}

.page-menu #order-made .img_box::before{
  border: 1px solid #000;
  content: "";
  height: calc(100% - 4rem);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4rem);
  z-index: 1;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu #order-made h2{
    font-size: clamp(26px, 3.91vw, 4rem);
  }
  
  .page-menu #order-made ul{
    margin-bottom: 30px;
    padding: 25px 17px;
    width: 100%;
  }
  
  .page-menu #order-made ul li{
    margin-bottom: 20px;
  }
  
  .page-menu #order-made .img_box{
    width: 100%;
  }
  
  .page-menu #order-made .img_box img{
    height: calc(100% - 22px);
    top: 22px;
    width: calc(100% - 22px);
  }
  
  .page-menu #order-made .img_box::before{
    height: calc(100% - 22px);
    width: calc(100% - 22px);
  }
}



/*-------------------------------
治療経験豊富なスタッフ
--------------------------------*/
.page-menu #staff{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.page-menu #staff h2{
  margin-bottom: 12rem;
}

.page-menu #staff .flex_box{
 align-items: center; 
}

.page-menu #staff .img_box{
  position: relative;
  width: 44.5%;
}

.page-menu #staff .img_box img{
  height: 100%;
  position: relative;
  width: calc(100% - 4rem);
}

.page-menu #staff .img_box::before{
  border: 1px solid #000;
  content: "";
  height: 100%;
  position: absolute;
  top: -4rem;
  right: 0;
  width: calc(100% - 4rem);
  z-index: 1;
}

.page-menu #staff .text_box{
  background-color: rgba(255,255,255,0.9);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 4rem 6.5rem;
  position: relative;
  width: 49%;
}

.page-menu #staff .text_box p{
  font-weight: 400;
  line-height: 1.8em;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu #staff h2{
    font-size: clamp(26px, 3.91vw, 4rem);
    margin-bottom: 50px;
  }
  
  .page-menu #staff .img_box{
    margin-bottom: 30px;
    width: 100%;
  }
  
  .page-menu #staff .img_box::before{
    top: -22px;
    width: calc(100% - 22px);
  }
  
  .page-menu #staff .img_box img{
    width: calc(100% - 22px);
  }
  
  .page-menu #staff .text_box{
    padding: 30px 20px;
    width: 100%;
  }
  
  .page-menu #staff  .green_btn{
    text-align: right;
  }
}


/*-------------------------------
リハビリの流れ
--------------------------------*/
.page-menu #flow{
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.page-menu #flow .flow_box{
  background-color: #F8F0E1;
  counter-reset: number;
  padding: 7rem 15px;
}

.page-menu #flow .flow_box .flow_item{
  border-top: 1px solid #C1C1C1;
  counter-increment: number;
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding: 30px 0;
  width: 100%;
}
.page-menu #flow .flow_box .flow_item:last-of-type{
  border-bottom: 1px solid #C1C1C1;
}

.page-menu #flow .flow_box .flow_item .img_box{
  width: 28%;
}

.page-menu #flow .flow_box .flow_item .text_box{
  font-weight: 400;
  width: 68%;
}

.page-menu #flow .flow_box .flow_item .text_box .head{
  font-weight: 500;
  margin-bottom: 16px;
  padding-left: 60px;
  position: relative;
}

.page-menu #flow .flow_box .flow_item .text_box .head::before{
  color: #009B6B;
  content: counter(number, decimal-leading-zero);
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 4rem;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-menu #flow .flow_box .flow_item .text_box .head h3{
  font-size: 2.5rem;
  font-weight: 400;
  padding-top: 0;
  margin-bottom: 0;
}

.page-menu #flow .flow_box .flow_item .text_box p{
  margin-bottom: 5px;
}

.page-menu #flow .flow_box .flow_item .text_box p.mb-30{
  margin-bottom: 30px;
}

.page-menu #flow .benesits_bnr{
  margin-top: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 880px;
}

.page-menu #flow .benesits_bnr .head{
   margin-bottom: 0;
}

.page-menu #flow .benesits_bnr ul{
  padding: 35px 15px 35px 4rem;
}

.page-menu #flow .benesits_bnr ul li{
  font-size: 18px;
  font-weight: 700;
  padding-left: 40px;
}
.page-menu #flow .benesits_bnr ul li:last-child{
  margin-bottom: 0;
}

.page-menu #flow .benesits_bnr ul.check li::before{
  height: 1.5em;
  width: 1.5em;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu #flow h2{
    font-size: clamp(26px, 3.91vw, 4rem);
  }
  
  .page-menu #flow .flow_box .flow_item .img_box{
    margin-bottom: 20px;
    width: 100%;
  }
  
  .page-menu #flow .flow_box .flow_item .text_box{
    width: 100%;
  }
  
  .page-menu #flow .benesits_bnr ul{
    padding: 35px 15px;
  }
  
  .page-menu #flow .benesits_bnr ul li{
    font-weight: 500;
  }
  
}


/*-------------------------------
費用
--------------------------------*/
.page-menu #price{
  position: relative;
  padding-bottom: 16.5rem;
}

.page-menu #price::before{
  background-image: url("../img/menu/deco_leaf.png");
  content: "";
  height: 350px;
  position: absolute;
  top: 0;
  right: 0;
  width: 327px;
}

.page-menu #price::after{
  background-image: url("../img/menu/deco_leaf_02.png");
  content: "";
  height: 450px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 320px;
}

.page-menu #price .price_box{
  background-color: #F8F6F2;
  border: 1px solid #5A7C6D;
  margin-left: auto;
  margin-right: auto;
  max-width: 930px;
  padding: 5rem 4rem 7rem 4rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.page-menu #price .price_box.flex_box{
  align-items: flex-end;
  padding: 5rem 4rem;
}

.page-menu #price .price_box::before{
  border: 1px solid #5A7C6D;
  content: "";
  height: 100%;
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 10px;
  width: 100%;
}

.page-menu #price .price_box .course_item{
  align-items: center;
  display: flex;
  position: relative;
}

.page-menu #price .price_box .course_item:first-child{
  padding-top: 4rem;
  margin-bottom: 5rem;
}

.page-menu #price .price_box .course_item .recommend{
  font-size: 2.3rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100%;
  text-align: center;
  width: 170px;
}

.page-menu #price .price_box .course_item .recommend span{
  color: #EA8D2E;
}

.page-menu #price .price_box .course_item .course{
  align-items: center;
  background-color: #5A7C6D;
  color: #fff;
  flex-shrink: 0;
  font-size: 20px;
  margin-right: 3rem;
  padding: 18px;
  text-align: center;
  width: 170px;
}

.page-menu #price .price_box .course_item .course span,
.page-menu #price .price_box .course_item .price small{
  font-size: 16px;
}

.page-menu #price .price_box .course_item .price{
  flex-shrink: 0;
  font-size: 2.6rem;
  margin-right: 3rem;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu #price .price_box,
  .page-menu #price .price_box.flex_box{
    margin: 0;
    padding: 40px 10px 40px 20px;
    width: calc(100% - 10px);
  }
  
  .page-menu #price .price_box .course_item{
    flex-wrap: wrap;
  }
  
  .page-menu #price .price_box .course_item .recommend{
    width: 130px;
  }
  
  .page-menu #price .price_box .course_item .course{
    font-size: 16px;
    margin-right: 15px;
    padding: 12px 5px;
    width: 120px;
  }
  
  .page-menu #price .price_box .course_item .price{
    font-size: 19px;
    letter-spacing: 0.05em;
    margin-right: 0;
    width: calc(100% - 135px);
  }
  
  .page-menu #price .price_box .course_item .text{
    margin-top: 1em;
    text-align: center;
    width: 100%;
  }
  
}


/*-------------------------------
リラクゼーションページ
--------------------------------*/
.page-menu.relaxation #trouble h2{
  font-size: clamp(24px, 3.91vw, 4rem);
}

.page-menu.relaxation #trouble .white_box{
  border: 2px solid #5A7C6D;
  box-shadow: none;
  display: block;
  padding: 5rem clamp(15px,5.35vw,9rem);
}

.page-menu.relaxation #trouble .white_box h3{
  background-image : linear-gradient(to right, #5A7C6D 5px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 10px 3px;
  color: #5A7C6D;
  font-size: clamp(20px, 2.93vw, 3rem);
  margin-bottom: 4.5rem;
  padding-bottom: 18px;
  text-align: center;
}

.page-menu.relaxation #trouble .white_box ul{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}

.page-menu.relaxation #trouble .white_box ul li{
  font-size: 2.5rem;
  padding-left: 50px;
  width: 49%;
}

.page-menu.relaxation #trouble .white_box ul li::before{
  height: 38px;
  top: 0;
  width: 38px;
}

.page-menu.relaxation #menu{
  padding-bottom: 0;
}

.page-menu.relaxation #menu .menu_item{
  background: linear-gradient(transparent 35%, #E8F5E8 35%);
  padding-bottom: 6rem;
}

.page-menu.relaxation #menu .menu_item:nth-of-type(odd){
  margin-bottom: 10rem;
}

.page-menu.relaxation #menu .menu_item:nth-of-type(odd) .flex_box{
  flex-flow: row-reverse;
}

.page-menu.relaxation #menu .menu_item .img_box{
  padding-top: 4rem;
  padding-left: 4rem;
  position: relative;
  width: 51%;
}

.page-menu.relaxation #menu .menu_item .img_box::before{
  border: 1px solid #000;
  content: "";
  height: calc(100% - 4rem);
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4rem);
  z-index: 1;
}

.page-menu.relaxation #menu .menu_item:nth-of-type(odd) .flex_box .img_box{
  padding-top: 0;
  padding-left: 0;
  padding-right: 4rem;
}

.page-menu.relaxation #menu .menu_item:nth-of-type(odd) .flex_box .img_box::before{
  top: 4rem;
  left: auto;
  right: 0;
}

.page-menu.relaxation #menu .menu_item .text_box{
  width: 43%;
}

.page-menu.relaxation #menu .menu_item .text_box > p{
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 2em;
}

.page-menu.relaxation #menu .menu_item .text_box > p:last-of-type{
  margin-bottom: 0;
}

.page-menu.relaxation #menu .menu_item .text_box .price{
  margin-bottom: 10.5rem;
}

.page-menu.relaxation #menu .menu_item .text_box .price h3{
  background-image : linear-gradient(to right, #9CC813 5px, transparent 5px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 10px 3px;
  font-size: clamp(22px, 3.91vw, 4rem);
  font-weight: 500;
  margin-bottom: 35px;
  padding-bottom: 5px;
}

.page-menu.relaxation #menu .menu_item .text_box .price p{
  font-size: clamp(20px, 2.93vw, 26px);
}

.page-menu.relaxation #menu .menu_item .text_box .price p small{
  font-size: 16px;
}

.page-menu.relaxation #menu .menu_item .text_box .price p span{
  align-items: center;
  background-color: #5A7C6D;
  color: #fff;
  display: inline-flex;
  flex-flow: column;
  font-size: 2rem;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.2em;
  margin-right: 3rem;
  text-align: center;
  width: 13.5rem;
}

.page-menu.relaxation #flow{
  position: relative;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .page-menu.relaxation #trouble h2{
    padding-left: 0;
    text-align: center;
  }
  
  .page-menu.relaxation #trouble h2::before{
    display: none;
  }
  
  .page-menu.relaxation #trouble .white_box ul li{
    width: 100%;
  }
  
  .page-menu.relaxation #menu .menu_item{
    background: #F8F6F2;
  }
  
  .page-menu.relaxation #menu .menu_item:nth-of-type(odd){
    margin-bottom: 0;
  }
  
  .page-menu.relaxation #menu .menu_item:nth-of-type(odd) .flex_box{
    flex-flow: wrap;
  }
  
  .page-menu.relaxation #menu .menu_item .img_box{
    padding: 0 !important;
    width: 100%;
  }
  
  .page-menu.relaxation #menu .menu_item .img_box::before{
    display: none !important;
  }
  
  .page-menu.relaxation #menu .menu_item .text_box{
    margin-top: 30px;
    width: 100%;
  }
  
  .page-menu.relaxation #menu .menu_item .text_box .price{
    margin-bottom: 40px;
  }
  
}

/*=================================

一覧ページ・アーカイブ

=================================*/
#sub_mv{
  background-image: linear-gradient(0deg, rgba(248, 246, 242, 1) 15%, rgba(169, 191, 169, 1) 15%);
  padding-top: 7rem;
  position: relative;
}

#sub_mv img{
  height: clamp(350px,54.2vw,555px);
  max-width: 1320px;
  object-fit: cover;
  width: calc(100% - 280px);
}

#sub_mv .page_title{
  position: absolute;
  top: 15rem;
  max-width: 1600px;
  text-align: right;
  width: 100%;
}

#sub_mv .page_title .en{
  font-size: clamp(36px,9.77vw,10rem);
  font-weight: 700;
  position: relative;
}

#sub_mv .page_title .en p{
  color: #5A7C6D;
  letter-spacing: 0;
  padding-right: 10px;
  text-transform: uppercase;
}

#sub_mv .page_title .en p.color{
  color: #fff;
  direction: rtl;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 280px;
  writing-mode: horizontal-tb;
  white-space: nowrap;
}

#sub_mv .page_title .title{
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  margin-left: auto;
  margin-right: 0;
  padding-right: 10px;
  width: 280px;
}

#breadcrumbs{
  background-color: #F8F6F2;
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 7rem;
}

#breadcrumbs a{
  color: #545454;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

main#archive,
main#single{
  background-color: #F8F6F2;
  padding-bottom: 10rem;
}

main#archive .inner,
main#single .inner{
  display: flex;
  justify-content: space-between;
}

main #main_contents,
.w_main_contents{
  width: calc(100% - 380px);
}

main #sidebar{
  width: 300px;
}

#search-bar .wp-block-search__input{
  background-color: #E8F5E8;
  border: 1px solid #5A7C6D;
  height: 44px;
}

#search-bar button{
  background-color: #5A7C6D;
  border: none;
  font-size: 0;
  height: 44px;
  margin-left: 0;
  position: relative;
  width: 44px;
}

#search-bar button::before{
  background-image: url("../img/common/icon_search.png");
  content: "";
  height: 21px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 21px;
}

#sidebar .side-title{
  border-bottom: 2px solid #5A7C6D;
  color: #545454;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: normal;
  margin-top: 4rem;
  margin-bottom: 18px;
  padding-bottom: 10px;
}

#sidebar .side-title:first-child{
  margin-top: 0;
}

#sidebar ul#category-box li{
  margin-bottom: 5px;
}

#sidebar ul#category-box li a:hover{
  color: #009B6B;
  text-decoration: underline;
}

#sidebar #archive-post a{
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

#sidebar #archive-post a .img_box{
  aspect-ratio: 3 / 2;
  height: 80px;
  width: 120px;
}

#sidebar #archive-post a .img_box img{
  object-fit: cover;
}

#sidebar #archive-post a .text_box{
  width: calc(100% - 130px);
}

#sidebar #archive-post a .text_box .title{
  display: -webkit-box;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

#sidebar #archive-post a .text_box .category{
  background-color: #E8F5E8;
  color: #009B6B;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  margin-right: 5px;
  padding: 1px 12px;
}

#sidebar #archive-post a .text_box .date{
  color: #888888;
  font-size: 12px;
  margin-bottom: 5px;
}


main#archive .post_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

main#archive .post_box a{
  margin-bottom: 6rem;
  width: 48%;
}

main#archive .post_box a .img_box{
  aspect-ratio: 3/2;
  margin-bottom: 20px
}

main#archive .post_box a .img_box img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

main#archive .youtube-post .post_box a{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

main#archive .youtube-post .post_box a .title{
  font-size: 18px;
}

main#archive .youtube-post .post_box a .img_box{
  aspect-ratio: auto;
  width: 48%;
}

main#archive .youtube-post .post_box a .text_box{
  margin-top: 0;
  width: 48%;
}

main#archive .youtube-post .post_box a .green_btn p span{
  border-bottom: 1.5px solid #009B6B;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 5px;
  transition: 0.2s;
}

main#archive .youtube-post .post_box a:hover .green_btn p span{
  color: #009B6B;
}

.is-type-video.is-provider-youtube{
	margin-bottom: 30px;
}

.wp-pagenavi{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span.current{
  align-items: center;
  background-color: #E8F5E8;
  border: 1px solid #5A7C6D;
  color: #5A7C6D;
  display: flex;
  flex-flow: column;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
  min-width: 50px;
  padding: 10px;
  text-align: center;
}

.wp-pagenavi a:hover{
  opacity: 0.7;
}

.wp-pagenavi span.current{
  background-color: #5A7C6D;
  color: #fff;
}

/*-- under 1024px --------------------------------*/
@media screen and (max-width:1024px){
  #sub_mv .page_title .en p.color{
    width: 180px;
  }
  
  #sub_mv img{
    height: 250px;
    width: calc(100% - 180px);
  }
  
  #sub_mv .page_title{
    top: 7rem;
  }
  
  #breadcrumbs{
    padding-bottom: 30px;
  }
  
  main#archive .inner,
  main#single .inner{
    display: block;
  }
  
  main #main_contents,
  main #sidebar,
  .w_main_contents{
    width: 100%;
  }
  
  main#archive .post_box a{
    width: 100%;
  }

}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
   #sub_mv{
    padding-top: 0;
  }
  
  #sub_mv img{
    height: auto;
    width: 100%;
  }
  
  #sub_mv .page_title{
    background-color: rgb(169, 191, 169);
    padding-bottom: 10px;
    position: static;
  }
  
  #sub_mv .page_title .en p.color{
    width: 100%;
  }
	
	main#archive .youtube-post .post_box a{
		flex-wrap: wrap;
	}
	
	main#archive .youtube-post .post_box a .img_box,
	main#archive .youtube-post .post_box a .text_box{
		width: 100%;
	}
	
	main#archive .youtube-post .post_box a .green_btn p span{
		border-bottom: none;
	}
}

/*=================================

詳細ページ

=================================*/
main#single .single_info{
  margin-bottom: 25px;
}

main#single .single_info .title{
  font-size: 2.6rem;
  margin-bottom: 15px;
}

main#single .single_info .date{
  color: #009B6B;
  display: inline-block;
  margin-right: 3rem;
}

main#single .single_info .category{
  background-color: #E8F5E8;
  color: #009B6B;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  padding: 1px 15px;
}

main#single .single_info .img_box{
  margin-top: 30px;
  margin-bottom: 5rem;
}

main#single .content{
  margin-top: 5rem;
  margin-bottom: 8rem;
}

main#single .content p,
main#single .content li{
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 30px;
}

h2.wp-block-heading{
  background-color: #5A7C6D;
  color: #fff;
  font-size: clamp(22px,2.34vw,2.4rem);
  margin-top: 5rem;
  margin-bottom: 30px;
  padding: 16px 15px 16px 35px;
  position: relative;
}

h2.wp-block-heading::before{
  background-color: #FFFFFF;
  content: "";
  height: 50%;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 6px;
}

h3.wp-block-heading{
  background-color: #E8F5E8;
  border-bottom: 1px solid #5A7C6D;
  font-size: clamp(20px,2.15vw,2.2rem);
  margin-top: 4rem;
  margin-bottom: 30px;
  padding: 12px 15px 12px 35px;
  position: relative;
}

h3.wp-block-heading::before,
h4.wp-block-heading::before{
  background-color: #5A7C6D;
  content: "";
  height: 50%;
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  width: 6px;
}

h4.wp-block-heading{
  border-bottom: 1px solid #5A7C6D;
  font-size: clamp(18px,1.95vw,20px);
  margin-top: 4rem;
  margin-bottom: 30px;
  padding: 12px 15px 12px 35px;
  position: relative;
}


ul.wp-block-list{
  margin: 30px 0;
}

ol.wp-block-list{
  counter-reset: ol_block;
  margin: 30px 0;
}

ul.wp-block-list li,
ol.wp-block-list li{
  margin-bottom: 10px !important;
  padding-left: 1.4em;
}

ul.wp-block-list li::before{
  background-color: #5A7C6D;
  border-radius: 999px;
  content: "";
  height: 0.8em;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
}

ol.wp-block-list li::before{
  counter-increment: ol_block;
  content: counter(ol_block)".";
  color: #5A7C6D;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-button a{
  background-color: #5A7C6D;
  color: #fff;
}

.wp-block-button a:hover{
  opacity: 0.7;
}

main#single .nav-links{
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: flex-end;
  margin-bottom: 6rem;
}

main#single .nav-links div{
  max-width: 200px;
  width: 100%;
}

main#single .nav-links a{
  background-color: #E8F5E8;
  border: 1px solid #5A7C6D;
  color: #5A7C6D;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 12px;
  text-align: center;
  width: 100%;
}

main#single .nav-archive-button a{
  background-color: #5A7C6D;
  color: #fff;
}

/*-- under 1024px --------------------------------*/
@media screen and (max-width:1024px){
  main#single .nav-links{
    justify-content: center;
  }
}


/*=================================

固定ページ

=================================*/
.bg_white{
  background-color: #fff;
}

.bg_beige{
  background-color: #F8F6F2;
}

.bg_blue{
  background-image: url("../img/menu/bg_blue.jpg");
}

#page h2{
  background-color: transparent;
  color: #000000;
  font-size: clamp(22px,3.91vw, 4rem);
  font-weight: 500;
  padding: 16px 15px;
}
#page h2::before{
  display: none;
}

#page section{
  padding: 50px 0;
  position: relative;
}

#page section h2.mincho{
  margin-bottom: 4.5rem;
}

#page section h2 .under_dashed{
  display: inline-block;
  padding-bottom: 2rem;
}

#page section h3{
  font-size: clamp(20px,2.93vw, 3rem);
  margin-bottom: 4rem;
  padding-top: 2rem;
}

#page:not(.page-menu){
  padding-bottom: 0;
}

#page:not(.page-menu) section:first-child{
  padding-top: 5rem;
}

#page:not(.page-menu) .inner{
  max-width: 1080px;
  position: relative;
  z-index: 2;
}

#page:not(.page-menu) .white_box{
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

#page.page-404 section h2{
	font-weight: 600;
}

#page.page-404 section h2 span{
	font-size: 150%;
}

#page.page-404 section h3{
	font-weight: 700;
	padding-top: 0;
}

#page.page-404 section p{
	line-height: 1.8em;
}

/*--------------------------
よくある質問
--------------------------*/
.page-id-155 #page .inner{
  max-width: 1280px;
}

.faq_item{
  background-color: #fff;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  position: relative;
}

.faq_item::before,
.faq_item::after{
  background-color: #fff;
  content: '';
  display: inline-block;
  height: 25px;
  position: absolute;
  top: 32px;
  right: 39px;
  width: 2px;
  z-index: 2;
}
.faq_item::after{
  transform: rotate(90deg);
}
.faq_item.open::before{
  display: none;
}

.faq_item dt{
  font-size: clamp(16px,1.95vw,20px);
  font-weight: 700;
  padding-top: 10px;
  padding-left: 8rem;
  padding-right: 40px;
  position: relative;
}

.faq_item dd{
  display: none;
  font-weight: 400;
  margin-top: 5rem;
  padding-top: 10px;
  padding-left: 8rem;
  padding-right: 40px;
  position: relative;
}

.faq_item dt::before,
.faq_item dd::before{
  border-radius: 999px;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: 600;
  height: 5rem;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 5rem;
}

.faq_item dt::before{
  background-color: #5A7C6D;
  color: #fff;
  content: "Q";
  line-height: 4rem;
}
.faq_item dd::before{
  background-color: #fff;
  border: 1px solid #5A7C6D;
  color: #5A7C6D;
  content: "A";
  line-height: 4.5rem;
}


.faq_item dt::after{
  background-color: #5A7C6D;
  border-radius: 999px;
  content: "";
  height: 40px;
  position: absolute;
  top: 5px;
  right: 0;
  width: 40px;
}

.bg_white .faq_item{
  background-color: #F8F6F2;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  .faq_item{
    padding: 20px 15px 30px;
  }
  
  .faq_item::before,
  .faq_item::after{
    height: 16px;
    top: 34px;
    right: 29px;
  }
  
  .faq_item dt,
  .faq_item dd{
    padding-left: 40px;
    padding-right: 35px;
  }
  
  .faq_item dd{
    margin-top: 30px;
  }
  
  .faq_item dt::before,
  .faq_item dd::before{
    font-size: 19px;
    height: 30px;
    top: 6px;
    width: 30px;
  }
  .faq_item dt::before{
    line-height: 26px;
  }
  .faq_item dd::before{
    line-height: 27px;
  }
  
  
  .faq_item dt::after{
    height: 30px;
    top: 7px;
    width: 30px;
  }
}


/*--------------------------
センター紹介
--------------------------*/
#page section.center-page{
  padding: 10rem 0;
}

#intro.center-page::before{
  background-image: url("../img/common/illust_leaf.png");
  content: "";
  height: 30rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28rem;
}

#overview.center-page{
  background-image: url("../img/center/bg_blue.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

#overview.center-page::before{
  background-image: url("../img/common/deco_leaf.png");
  background-size: contain;
  content: "";
  height: 250px;
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%) rotate(220deg);
  max-width: 330px;
  width: 20%;
}

#overview.center-page .white_box{
  margin-bottom: 4rem;
  padding: 30px clamp(15px,4.88vw,5rem);
}

#overview.center-page .white_box .img_box{
  align-items: center;
  background-image: url("../img/common/img_green-circle.png");
  background-size: contain;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 140px;
  width: 140px;
}

#overview.center-page .white_box .img_box img{
  max-width: 75%;
}

#overview.center-page .white_box .text_box{
  padding-left: 4rem;
  width: calc(100% - 140px);
}

#overview.center-page .white_box .text_box h3{
  border-bottom: 1px solid #AAA;
  font-size: clamp(20px,2.93vw,3rem);
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 10px;
}

#overview.center-page .white_box .text_box p{
  font-weight: 400;
  line-height: 2em;
}

#overview.center-page .inner > p.mincho{
  font-size: 2.3rem;
  line-height: 2em;
}


#guide.center-page .center_img{
  background-color: #fff;
  margin-bottom: 5rem;
  width: 48.5%;
}
#guide.center-page .center_img:first-of-type{
  width: 100%;
}

#guide.center-page .center_img figcaption{
  font-size: 2rem;
  padding: 25px 15px;
  text-align: center;
}


#access.center-page{
  background-image: url("../img/common/img_bg-green.webp");
  background-size: cover;
}

#access.center-page::before{
  background-image: url("../img/common/deco_sakura_02.png");
  content: "";
  height: 152px;
  position: absolute;
  top: 33%;
  right: 8%;
  transform: rotate(-45deg);
  width: 182px;
}

#access.center-page .access_box{
  background-color: #fff;
  margin-bottom: 5rem;
  padding: 3rem clamp(15px,2.93vw,3rem);
}

#access.center-page .access_box p{
  letter-spacing: 0em;
}
  
#access.center-page .access_box a{
  background-color: #009B6B;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0em;
  margin: 0 5px;
  padding: 5px 20px;
  text-align: center;
}
#access.center-page .access_box a:hover{
  opacity: 0.7;
}

#access.center-page .access_box a::after{
  background-image: url("../img/common/icon_target.svg");
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-left: 5px;
  vertical-align: middle;
  width: 0.8em;
}

#access.center-page .access_box .tel{
  color: #5A7C6D;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 10px;
}

#access.center-page .transportation{
  background-color: #fff;
  width: 48%;
}

#access.center-page .transportation h3{
  background-color: #5A7C6D;
  color: #fff;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 15px;
  padding-left: 80px;
  position: relative;
}

#access.center-page .transportation h3::before{
  content: "";
  height: 25px;
  position: absolute;
  top: 22px;
  left: 20px;
  width: 45px;
}
#access.center-page .transportation.car h3::before{
  background-image: url("../img/common/transportation_car.png");
}
#access.center-page .transportation.train h3::before{
  background-image: url("../img/common/transportation_train.png");
}

#access.center-page .transportation .text{
  padding: 20px;
}

#access.center-page .transportation .text p{
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2em;
}

#access.center-page .transportation .text .bold{
  color: #5A7C6D;
  font-size: 2rem;
  font-weight: 700;
  margin: 15px 0 0;
}

#info.center-page .info_inner{
  background-color: rgba(255,255,255,0.8);
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 10rem 0;
  width: calc(100% - 30px);
}


#info.center-page table tr{
  display: flex;
  flex-wrap: wrap;
}

#info.center-page table th{
  align-content: center;
  background-color: #5A7C6D;
  border-top: 1px solid #CCC;
  color: #fff;
  display: block;
  font-weight: 400;
  line-height: 1.8em;
  padding: 3rem 15px;
  text-align: center;
  width: 20%;
}
#info.center-page table td{
  background-color: #fff;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  display: block;
  font-weight: 400;
  line-height: 1.8em;
  padding: 3rem 15px;
  width: 80%;
}

#info.center-page table th:last-of-type,
#info.center-page table td:last-of-type{
  border-bottom: 1px solid #CCC;
}

#hours.bg_blue{
  padding-bottom: 10rem;
}

#hours.bg_blue::before{
  background-image: url("../img/menu/deco_leaf_02.png");
  content: "";
  height: 45rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32rem;
}

#hours.bg_blue table{
  position: relative;
  width: 100%;
}

#hours.bg_blue table th{
  background-color: #5A7C6D;
  border: 1px solid #CCC;
  border-top: none;
  color: #fff;
  font-weight: 400;
  height: 80px;
}

#hours.bg_blue table td{
  background-color: #fff;
  border: 1px solid #CCC;
  color: #009B6B;
  height: 140px;
  font-size: 5rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

#hours.bg_blue table td.first{
  color: #000;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.8em;
}

#hours.bg_blue table td.close{
  color: #000;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  
  #overview.center-page::before,
  #access.center-page::before{
    display: none;
  }
  
  #overview.center-page .white_box .img_box{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  
  #overview.center-page .white_box .text_box{
    padding-left: 0;
    width: 100%;
  }
  
  #guide.center-page .center_img,
  #access.center-page .transportation{
    width: 100%;
  }
  
  #info.center-page table th,
  #info.center-page table td{
    padding: 15px;
    text-align: left;
    width: 100%;
  }
  
  #hours.bg_blue::before{
    height: 19rem;
    width: 14rem;
  }
  
  #hours.bg_blue table{
    margin-bottom: 60px;
  }
  
  #hours.bg_blue table th{
    height: 30px;
  }
  
  #hours.bg_blue table td{
    font-size: 20px;
    height: 40px;
  }
  
  #hours.bg_blue table th.first,
  #hours.bg_blue table td.first{
    align-content: center;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
  }
  #hours.bg_blue table th.first{
    top: 100%;
    height: 30px;
  }
  #hours.bg_blue table td.first{
    top: calc(100% + 30px);
    height: auto;
    padding: 5px;
    min-height: 40px;
  }
  
  #hours.bg_blue table td.first br{
    display: none;
  }
  
}


/*--------------------------
スタッフ紹介
--------------------------*/
#director.staff-page,
#staff.staff-page{
  padding-bottom: 10rem;
}

#director.staff-page::before{
  background-image: url("../img/common/illust_leaf.png");
  background-size: contain;
  content: "";
  height: 30rem;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1,1);
  max-width: 330px;
  width: 28rem;
}

#director.staff-page .white_box{
  box-shadow: none;
  padding: 7rem clamp(15px,4.88vw,5rem);
  position: relative;
  z-index: 2;
}

#director.staff-page .white_box p{
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2em;
}

#director.staff-page .flex_box{
  margin: 7rem 0;
}

#director.staff-page .flex_box .item{
  width: 47.5%;
}

#director.staff-page .right span.name{
  font-size: 125%;
}

#staff.staff-page{
  overflow: hidden;
}

#staff.staff-page::before{
  background-image: url("../img/common/deco_sakura_02.png");
  content: "";
  height: 152px;
  position: absolute;
  top: 45%;
  right: 6%;
  transform: rotate(60deg) scale(-1,1);
  width: 182px;
}

#staff.staff-page .flex_box{
  padding: 5.5rem clamp(15px,4.88vw,5rem);
  position: relative;
  z-index: 2;
}

#staff.staff-page .flex_box .img_box{
  width: 32%;
}

#staff.staff-page .flex_box .text_box{
  width: 65%;
}

#staff.staff-page .flex_box .text_box .name{
  border-bottom: 1px solid #AAA;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}

#staff.staff-page .flex_box .text_box .name span{
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 700;
  margin-left: 2rem;
}

#staff.staff-page .flex_box .text_box p{
  font-weight: 400;
  letter-spacing: normal;
  line-height: 2em;
}

#hours.staff-page{
  margin-top: 30rem;
  margin-bottom: 30rem;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #staff.staff-page::before{
    display: none;
  }
  
  #director.staff-page .flex_box .item,
  #staff.staff-page .flex_box .img_box,
  #staff.staff-page .flex_box .text_box{
    width: 100%;
  }
  
  #director.staff-page .flex_box .item.text_box h3{
    margin-bottom: 10px;
  }
  
  #director.staff-page .flex_box .item img,
  #staff.staff-page .flex_box .img_box img{
    margin-left: auto;
    margin-right: auto;
  }
  
  #staff.staff-page .flex_box .text_box .name{
    margin-top: 20px;
  }
}

/*--------------------------
料金ページ
--------------------------*/
#course.price-page::before{
  background-image: url("../img/common/illust_leaf.png");
  background-size: contain;
  content: "";
  height: 30rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 330px;
  width: 28rem;
}

#course.price-page .white_box{
  margin-bottom: 7rem;
  padding: 5rem 5rem 10px;
}

#course.price-page .white_box .menu .img_box{
  width: 41%;
}

#course.price-page .white_box .menu .text_box{
  margin-bottom: 30px;
  width: 56%;
}

#course.price-page .white_box .menu .text_box h3{
  font-size: 3.6rem;
  font-weight: 400;
  margin-bottom: 30px;
}
#course.price-page .white_box .menu .text_box h3 span{
  color: #5A7C6D;
  display: block;
  font-size: 65%;
}

#course.price-page .white_box .menu .text_box p{
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2em;
}

#course.price-page .course_box{
  align-items: center;
  border-bottom: 1px solid #AAAAAA;
  padding-top: 5rem;
  padding-bottom: 4rem;
}
#course.price-page .white_box .course_box:last-child{
  border-bottom: 0;
}

#course.price-page .course_box .left_box{
  width: 50%;
}

#course.price-page .course_box .left_box p.course{
  background-color: #5A7C6D;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.2em;
  padding: 1.8rem;
  text-align: center;
  width: 170px;
}

#course.price-page .course_box .left_box p.course span{
  font-size: 120%;
}

#course.price-page .course_box .right_box{
  font-size: 7rem;
  text-align: center;
  width: 50%;
}

#course.price-page .course_box .right_box p{
  color: #AF0000;
  display: inline-block;
  text-align: center;
  position: relative;
}

#course.price-page .course_box .right_box p span{
  font-size: 4.2rem;
}

#course.price-page .course_box .right_box p small{
  font-size: 1.8rem;
  letter-spacing: 0;
  position: absolute;
  top: 20px;
  right: -8px;
}

#course.price-page .course_box p.text{
  margin-top: 10px;
  width: 100%;
}

#payment .white_box{
	margin-bottom: 50px;
	padding: 35px 15px;
}

#payment .white_box .flex_box{
	align-items: center;
	gap: 3rem;
	justify-content:center;
}

#payment .white_box .flex_box .item{
	text-align: center;
}

#payment .white_box .flex_box .item img{
	margin-left: auto;
	margin-right: auto;
}

#payment #method.white_box .flex_box .item p{
	font-size: 2.4rem;
	margin-top: 14px;
}

#payment #credit.white_box .touch{
	border: 1px solid #474545;
	border-radius: 2px;
	margin-left: auto;
	margin-bottom: 3rem;
	margin-right: auto;
	max-width: 575px;
	padding: 15px;
	padding-left: 40px;
	position: relative;
	width: 100%;
}
#payment #credit.white_box .touch::before{
	background-image: url("../img/price/icon_touch.png");
	content:"";
	height:32px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translatey(-50%);
	width: 25px;
}

#payment #ic.white_box .flex_box{
	max-width: 610px;
	margin-top:20px;
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
	width: 100%;
}

#payment #ic.white_box .transportation{
	border-top: 1px solid #00A0E1;
}

#payment #ic.white_box .flex_box p{
	color: #00A0E1;
	font-weight: 400;
	letter-spacing: 0;
}

#payment #qr.white_box .flex_box{
	gap: 2.5rem;
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

#payment #qr.white_box .flex_box .item:first-child{
	width: 100%;
}

#payment #qr.white_box .flex_box.alipay{
	border: 1px solid #0064B6;
	border-top-right-radius: 30px;
	gap: 10px;
	margin-top: 30px;
	padding: 15px;
}

#payment #qr.white_box .flex_box.alipay .alipay_item:not(:last-child){
	border-right:1px solid #00A0E1;
	margin-right: 10px;
	padding-right:10px;
}


#payment #qr.white_box .flex_box.alipay .alipay_item.flex_box{
	gap:10px;
	width: auto;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
	#course.price-page .white_box .menu .img_box,
	#course.price-page .white_box .menu .text_box,
	#course.price-page .course_box .left_box,
	#course.price-page .course_box .right_box{
		width:100%;
	}
	
	#payment .white_box .flex_box{
		gap: 20px 15px;
	}
	
	#payment .white_box .flex_box img{
		max-width: 80%;
	}
	
	#payment #method.white_box .flex_box{
		align-items: flex-start;
		gap: 30px 2%;
	}
	
	#payment #method.white_box .flex_box .item{
		width: 48%;
	}
	
	#payment #method.white_box .flex_box .item p{
		font-size: 16px;
	}
	
	#course.price-page .white_box{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#course.price-page .course_box .right_box{
		font-size:40px;
	}
	
	#course.price-page .course_box .right_box p span{
		font-size: 25px;
	}
	#course.price-page .course_box .right_box p small{
		position: static;
	}
}
  
/*--------------------------
ご予約・お問い合わせページ
---------------------------*/
#intro.reservation-page{
  align-content: center;
  min-height: 330px;
}

#intro.reservation-page::before{
  background-image: url("../img/common/illust_leaf.png");
  background-size: contain;
  content: "";
  height: 30rem;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 330px;
  width: 28rem;
}

#reserve.reservation-page{
	padding-bottom: 20rem;
}

#reserve.reservation-page .reserve_item{
  background-color: #fff;
  border: 1px solid #5A7C6D;
  width: 49%;
}

#reserve.reservation-page .reserve_item h3{
  background-color: #5A7C6D;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 5px;
  text-align: center;
}

#reserve.reservation-page .reserve_item.internet p{
  font-size: 2rem;
  color: #AF0000;
	margin-top: 4rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
	text-align: center;
}

#reserve.reservation-page .reserve_item.internet p::before,
#reserve.reservation-page .reserve_item.internet p::after{
	background-color: #AF0000;
	content:"";
	display: inline-block;
	height:2px;
	width: 1.5em;
}

#reserve.reservation-page .reserve_item.internet p::before{
	margin-right: 1.5rem;
	transform: rotate(60deg);
}
#reserve.reservation-page .reserve_item.internet p::after{
	margin-left: 1.5rem;
	transform: rotate(-60deg);
}

#reserve.reservation-page .reserve_item.internet a{
  background-color: #AF0000;
  border-radius: 10px;
  color: #fff;
  display: block;
	margin: 10px auto 25px;
	max-width: 430px;
	padding:2rem;
	text-align: center;
	width: calc(100% - 10px);
}

#reserve.reservation-page .reserve_item.internet a:hover{
  opacity: 0.7;
}

#reserve.reservation-page .reserve_item.tel a{
  display: block;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: 0;
  padding: 15px 5px;
  text-align: center;
}

#reserve.reservation-page .reserve_item.tel a::before{
  background-image: url("../img/common/icon_phone.png");
  content: "";
  display: inline-block;
  height: 6.7rem;
  margin-right: 2rem;
  vertical-align: middle;
  position: relative;
  top: -7px;
  width: 3.7rem;
}

#reserve.reservation-page .reserve_item.tel p{
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 25px;
}

#reserve.reservation-page .important{
	background-color: #fff;
	border: 3px solid #AF0000;
	margin-top: 4.5rem;
	padding: 3rem;
	padding-left:12rem;
	position: relative;
}

#reserve.reservation-page .important span{
	background-color: #AF0000;
	border-radius:5px;
	color: #fff;
	display:block;
	font-size:16px;
	font-weight:700;
	text-align: center;
	position: absolute;
	top: 3.5rem;
	left: 3rem;
	width:58px;
}

#reserve.reservation-page .important p{
	font-size: 2.2rem;
	font-weight:400;
	letter-spacing: 0;
}

#reserve.reservation-page .important p a{
	color: #009B6B;
	text-decoration: underline;
}


.confirm_wrap{
  display: none;
}

.wpcf7-spinner{
  display: none !important;
}

ul.green_list li{
  font-weight: 400;
  padding-left: 1em;
}
ul.green_list li::before{
  background-color: #009B6B;
  border-radius: 999px;
  content: "";
  height: 0.5em;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
}

ul.green_list li a{
  color: #009B6B;
  display: inline;
  text-decoration: underline;
}

#contact.reservation-page ul.green_list,
#contact.reservation-page .progress_tracker{
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6rem;
  width: 100%;
}

#contact.reservation-page .progress_tracker{
  margin-top: 5rem;
  position: relative;
}

#contact.reservation-page .progress_tracker::before{
  border-bottom: 2px dashed #009B6B;
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}

#contact.reservation-page .progress_tracker .step{
  background-color: #fff;
  border: 1px solid #009B6B;
  padding: 15px;
  text-align: center;
  width: 29%;
}

#contact.reservation-page .progress_tracker .step p{
  font-size: 2rem;
  font-weight: 700;
}
#contact.reservation-page .progress_tracker .step p.number{
  color: #009B6B;
  font-size: 2.5rem;
  font-weight: 400;
}

#contact.reservation-page .progress_tracker .step.current{
  background-color: #009B6B;
}
#contact.reservation-page .progress_tracker .step.current p{
  color: #fff;
}

#contact.reservation-page table tr{
  align-items: flex-start;
  border-top: 1px solid #CCCCCC;
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#contact.reservation-page table tr:last-child{
  border-bottom: 1px solid #CCCCCC;
}

#contact.reservation-page table th{
  display: block;
  font-weight: 700;
  padding-top: 10px;
  padding-right: 60px;
  position: relative;
  text-align: left;
  width: 30%;
}

#contact.reservation-page table td{
  display: block;
  padding-left: 3rem;
  width: 70%;
}

#contact.reservation-page table td input,
#contact.reservation-page table td textarea{
  background-color: #F3F3F3;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 15px;
  width: 100%;
}

#contact.reservation-page table td textarea{
  background-color: #F3F3F3;
  border: 1px solid #CCCCCC;
  height: 250px;
  overflow: auto;
  width: 100%;
}

.required{
  background-color: #AF0000;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  text-align: center;
  width: 58px;
}

#contact.reservation-page table th .required{
  top: 10px;
  right: 0;
}

#contact.reservation-page .policy_consent{
  background-color: #F3F3F3;
  border-radius: 10px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 920px;
  padding: 22px 2rem;
  width: 100%;
}

#contact.reservation-page .policy_consent .privacy_box{
  background-color: #fff;
  height: 240px;
  margin-top: 15px;
  overflow-y:scroll;
  padding: 2rem;
}

#contact.reservation-page .policy_consent .privacy_box .block{
  margin-bottom: 30px;
}

#contact.reservation-page .policy_consent .privacy_box .block p{
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 0;
  margin-bottom: 15px;
}
#contact.reservation-page .policy_consent .privacy_box .block p.bold{
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0;
}

#contact.reservation-page .policy_consent .privacy_box .block a{
  color: #009B6B;
  text-decoration: underline;
}

#contact.reservation-page .policy_consent .privacy_box .block ul{
  margin: 10px 0;
}

#contact.reservation-page .policy_consent .privacy_box .block ul li{
  font-size: 14px;
  font-weight: 400;
  padding-left: 1em;
}
#contact.reservation-page .policy_consent .privacy_box .block ul li::before{
  background-color: #000;
  border-radius: 999px;
  content: "";
  height: 5px;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
}

#contact.reservation-page .policy_consent .check_box{
  margin-top: 3rem;
  text-align: center;
}

#contact.reservation-page .policy_consent .check_box .wpcf7-list-item{
  margin-left: 0;
  padding-left: 65px;
  position: relative;
}

#contact.reservation-page .policy_consent .check_box .required{
  top: 0;
  left: 0;
}

.custom-validation-error{
  color: #dc3232;
  display: block;
  font-size: 1em;
  font-weight: normal;
}

#contact.reservation-page .submit_btn{
  margin-top: 4rem;
  text-align: center;
}

#contact.reservation-page .submit_btn > *{
  background-color: #009B6B;
  border: 1px solid #007642;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Serif JP", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 300px;
  padding: 2.5rem 15px;
  text-align: center;
  width: 100%;
}

#contact.reservation-page .submit_btn input[disabled]{
    background-color: #828f8b !important;
    border: 1px solid #828f8b !important;
    cursor: not-allowed;
}

#contact.reservation-page .submit_btn .back_button{
  background-color: #628c7f;
  border-color: #628c7f;
}

#contact.reservation-page .confirm_wrap table th{
  padding-top: 0;
}

/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #reserve.reservation-page .reserve_item{
    margin-bottom: 30px;
    width: 100%;
  }
  
  #reserve.reservation-page .reserve_item.internet p{
    padding: 0;
  }
  
  #reserve.reservation-page .important{
    padding-left: 3rem;
  }
  
  #reserve.reservation-page .important span{
    margin-bottom: 10px;
    position: static;
  }
  
  #contact.reservation-page .progress_tracker::before{
    display: none;
  }
  
  #contact.reservation-page .progress_tracker .step{
    width: 100%;
  }
  
  #contact.reservation-page table th{
    width: 100%;
  }
  
  #contact.reservation-page table td{
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
}


/*--------------------------
再生医療ページ
---------------------------*/
#regenerative_mv{
  height: 935px;
  position: relative;
}

#regenerative_mv img{
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#regenerative_mv .text_box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}

#regenerative_mv .text_box .content{
  background-color: rgba(255,255,255,0.8);
  max-width: 680px;
  padding: 3rem;
  width: 100%;
}

#regenerative_mv .text_box .content .head{
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  color: #009B6B;
  font-size: clamp(24px, 2.93vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  padding: 8px 0;
  text-align: center;
}

#regenerative_mv .text_box .content .mincho{
  font-size: clamp(20px, 2.93vw, 4rem);
  margin-bottom: 3rem;
}

#regenerative_mv .text_box .content .text{
  font-size: clamp(16px,2.54vw,2.6rem);
  letter-spacing: 0;
  margin-bottom: 4.5rem;
}

#regenerative_mv .text_box .content .link_btn{
  text-align: center;
}

#regenerative_mv .text_box .content .link_btn a{
  background-color: #009B6B;
  border-radius: 5px;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  max-width: 525px;
  padding: 17px 50px 17px 12px;
  text-align: center;
  width: 100%;
}

#regenerative_mv .text_box .content .link_btn a:hover{
  opacity: 0.7;
}

#regenerative_mv .text_box .content .link_btn a::after{
  background-image: url(../img/common/icon_arrow-circle.png);
    border: none;
    content: "";
    height: 22px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 22px;
}

#page .regenerative-page .inner{
  max-width: 1280px;
}

.regenerative-page .left_parts,
.regenerative-page .right_parts{
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.regenerative-page h3 .under_dashed{
  display: inline-block;
  padding-bottom: 15px;
}

#about.regenerative-page{
  overflow: hidden;
}

#about.regenerative-page::before{
  background-image: url("../img/common/deco_leaf.png");
  background-size: contain;
  content: "";
  height: 250px;
  position: absolute;
  top: 56%;
  right: 0;
  transform: translateY(-50%) rotate(80deg);
  max-width: 330px;
  width: 20%;
}

#effective.regenerative-page{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#effective.regenerative-page .column_02{
  margin-left: auto;
  margin-right: auto;
  max-width: 835px;
}

#effective.regenerative-page .item{
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  margin-bottom: 7rem;
}

#effective.regenerative-page .column_03 .item{
  width: 31%;
}

#effective.regenerative-page .column_02 .item{
  width: 48%;
}

#effective.regenerative-page .item .text_box{
  text-align: center;
  padding: 2rem 5px;
}

#effective.regenerative-page .item .text_box ul{
  display: inline-block;
}

#effective.regenerative-page .item .text_box ul li{
  font-size: 2.3rem;
  font-weight: 700;
  padding-top: 5px;
  padding-left: 55px;
  text-align: left;
}

#effective.regenerative-page .item .text_box ul li:last-child{
  margin-bottom: 0;
}

#how-to-use.regenerative-page::before{
  background-image: url("../img/common/deco_leaf_02.png");
  content: "";
  height: 34.2rem;
  position: absolute;
    top: 22%;
    left: 2%;
  width: 19rem;
}

#how-to-use.regenerative-page .white_box{
  align-items: center;
  margin-bottom: 4rem;
  padding: 2rem clamp(15px,2.93vw,3rem);
}

#how-to-use.regenerative-page .white_box.flex_box .img_box{
  width: 140px;
}

#how-to-use.regenerative-page .white_box.flex_box .text_box{
  margin-left: 3.5rem;
  width: calc(100% - 175px);
}

#how-to-use.regenerative-page .white_box p{
  font-weight: 400;
  letter-spacing: 0;
}

#faq.regenerative-page{
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#faq.regenerative-page .inner{
  background-color: #F5F5F5;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#clinic.regenerative-page .bg_blue{
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  padding-top: 1px;
  position: relative;
}

#clinic.regenerative-page .bg_blue::before{
  background-image: url("../img/common/deco_sakura.png");
  content: "";
  height: 152px;
  position: absolute;
  left: 2%;
  top: 25%;
  width: 182px;
}

#clinic.regenerative-page{
  padding-bottom: 10rem;
}

#clinic.regenerative-page h2 img{
  margin-left: auto;
  margin-right: auto;
}

#clinic.regenerative-page .message{
  background-image: url("../img/regenerative/bg_img.jpg");
  background-size: cover;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  font-weight: 400;
  letter-spacing: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#clinic.regenerative-page .message p{
  font-size: 2rem;
}
#clinic.regenerative-page .message p:not(:last-child){
  margin-bottom: 1.5em;
}

#clinic.regenerative-page .message a{
  color: #009B6B;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  padding-left: 2.2rem;
  text-decoration: underline;
}

#clinic.regenerative-page .message a:hover{
  opacity: 0.7;
}

#clinic.regenerative-page .message a::before{
  content: '';
  width: 1rem;
  height: 1rem;
  border-top: solid 3px #009B6B;
  border-right: solid 3px #009B6B;
  position: absolute;
  left: 0px;
  top: 1rem;
  transform: rotate(45deg);
}

#clinic.regenerative-page .message a[target="_blank"]::after{
  background-image: url("../img/common/icon_window.svg");
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 10px;
  vertical-align: middle;
  width: 1em;
}


/*-- under 767px --------------------------------*/
@media screen and (max-width:767px){
  #regenerative_mv{
    height: 600px;
  }
  
  #regenerative_mv .text_box .content{
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 30px);
  }
  
  #effective.regenerative-page .column_03 .item,
  #effective.regenerative-page .column_02 .item{
    margin-bottom: 30px;
    width: 100%;
  }
	
	#effective.regenerative-page .column_03 .item img,
	#effective.regenerative-page .column_02 .item img{
		margin-left: auto;
		margin-right: auto;
	}
  
  #about.regenerative-page::before,
  #how-to-use.regenerative-page::before,
  #clinic.regenerative-page .bg_blue::before{
    display: none;
  }
  
  #effective.regenerative-page .item .text_box ul li{
    padding-top: 0;
    padding-left: 38px;
  }
  
}

/*-- under 500px --------------------------------*/
@media screen and (max-width:500px){
	#how-to-use.regenerative-page .white_box.flex_box .img_box,
	#how-to-use.regenerative-page .white_box.flex_box .text_box{
		width: 100%;
	}
	
	#how-to-use.regenerative-page .white_box.flex_box .text_box{
		margin-top: 15px;
		margin-left: 0;
	}

	#how-to-use.regenerative-page .white_box.flex_box .img_box img{
		margin-left: auto;
		margin-right: auto;
	}
}