/*========================================================
sub_visual
========================================*/
.sub_visual {position: relative;}
.sub_visual_area{height: 550px;}
.sub_visual_img{
  width: 100%;
  height:500x;
  margin-top:5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: top;
  background-image:url(../images/sub_visual.png);
  z-index: -1;
}

.page_ttl {color: #665241;text-align: left;margin-right:20px;margin-top: 5rem;}
.sub_visual h1 {font-size: 80px;text-transform: uppercase;}
.page_ttl .span{
  text-transform: capitalize;
  font-size: 21px;
  display: block;
  line-height: 1.2em;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", serif;
}


@media screen and (min-width: 320px) {
  .sub_visual h1 {font-size: 8vw;}
  .page_ttl .span{font-size: 4vw;}
  .sub_visual_img {background-repeat: no-repeat;}
  .page_ttl {padding-top: 40rem;margin-left:20px;}
}

@media screen and (min-width: 599px) {
  .sub_visual h1 {font-size: 10vw;}
  .page_ttl .span{font-size: 3vw;}
  .sub_visual_img{width: 100%;height:700px;}
  .sub_visual_area{height: 700px;}
  .page_ttl {padding-top: 40rem;}
}

@media screen and (min-width: 768px) {
  .sub_visual h1 {font-size: 50px;}
  .page_ttl .span{font-size: 18px;}
  .page_ttl {margin-left:50px;padding-top:70rem;}
  .sub_visual_img{width: 100%;height: 850px;}
  .sub_visual_area{height: 850px;}
}

@media screen and (min-width: 900px) {
  .sub_visual_img{width: 100%;}
}

@media screen and (min-width: 1024px) {
  .sub_visual_img{height: 1000px;}
  .page_ttl {padding-top:80rem;margin-left:50px;}
  .sub_visual_area{height: 1000px;}
}

@media screen and (min-width: 1200px) {
  .sub_visual_img{width: 100%;}
  .page_ttl {padding-top:0; margin-top:20rem;margin-left:70px;}
  .sub_visual_area{height: 550px;}
}

@media screen and (min-width: 1300px) {
  .sub_visual_area{height: 600px;margin-top:0px;}
  .page_ttl {margin-left:90px;margin-top:30rem;}
  .sub_visual h1 {font-size: 70px;}
  .page_ttl .span{font-size: 20px;}
  .sub_visual_img{width: 100%;height:600px;}
  }

@media screen and (min-width: 1400px) {
  .sub_visual_area{height: 600px;margin-top:0px;}
  .page_ttl {margin-left:90px;margin-top:30rem;}
  .sub_visual h1 {font-size: 80px;}
  .page_ttl .span{font-size: 30px;}
  .sub_visual_img{width: 100%;height:600px;}
  }

@media screen and (min-width: 1700px) {
  .sub_visual_area{height: 700px;}
  .page_ttl {margin-left:250px;}
  .sub_visual h1 {font-size: 80px;}
  .page_ttl .span{font-size: 30px;}
  .sub_visual_img{width: 100%;height:700px;}
}

/*============================
パンくず
============*/
.crumbs {color: #141414; text-align: right;}
.crumbs a, .crumbs p {font-size: 14px;padding-top:1rem}

@media screen and (min-width: 320px) {
  .crumbs {padding-right: 1rem;}
}

@media screen and (min-width: 768px) {
  .crumbs {padding-right: 10rem;}
}

/*============================　
アンカーリンク
============================*/
/* anker link */
.anker__items{padding-top: 60px;column-gap: 4%;row-gap: 10px;margin-bottom:100px;}
.anker__item{width: 100%;height: 50px;position: relative;display: block;}
.anker__item a{
display: block;
text-align: center;
line-height: 50px;
transition: all .5s;
border:1px solid #665241;
border-radius: 33px;
background: #fff;
box-shadow: 6px 6px #ded6ce;
}

.anker__item p{text-align: center;padding:3px 0;}
.anker__item a:hover{opacity:.7;}

#item01,#item02,#item03,#item04{margin-top:-60px;padding-top:60px;}

@media screen and (min-width: 768px) {
#item01,#item02,#item03,#item04{margin-top:-120px;padding-top:120px;}
}

@media screen and (min-width:299px) {
.anker__items{column-gap: 1%;}
.anker__item{width: 80%;height: 45px;}
.anker__item a{line-height: 50px;padding:7px 0;}
.anker__items{column-gap: 1%;}
}

@media screen and (min-width:525px) {
.anker__items{row-gap: 10px;margin-bottom: 150px;}
.anker__item{width: 48%;}
}

@media screen and (min-width:1024px) {
.anker__item{width: 23%;}
}

.back_btn a{
    background: #809eae;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    display: inline-block;
  }
  .back_btn a:hover{
    opacity:0.8;
  }

/*============================　
背景
============================*/
/* 背景 */
.sub_bg {background: #fff;padding: 60px 0 60px 0;margin-bottom:40px;}
.subaccess_bg {
    max-width: 280px;
    width: 20%;
    top: 80%;
    left: 85%;
    transform: translate(-50%, -50%);
    mix-blend-mode: hard-light;
    z-index: 1;
}

.subaccess_bg02 {
    max-width: 280px;
    width: 20%;
    top: 81.6%;
    left: 5%;
    transform: translate(-50%, -50%);
    mix-blend-mode: hard-light;
    z-index:auto;
}

.subcontact_bg {
    max-width: 280px;
    width: 20%;
    top: 70%;
    left: 90%;
    transform: translate(-50%, -50%);
    mix-blend-mode: hard-light;
    z-index: 1;
}

.subcontact_bg02 {
    max-width: 280px;
    width: 20%;
    top: 35%;
    left: 8%;
    transform: translate(-50%, -50%);
    mix-blend-mode: hard-light;
    z-index:-1;
}


@media screen and (min-width: 768px) {
.sub_bg {background: #fff;padding: 100px 0 100px 0;margin-bottom:90px;}
.subaccess_bg {width: 18.57%; top: 75%; left: 90%;}
.subaccess_bg02 {width: 20%; top: 79%; left: 10%; z-index:auto;}
.subcontact_bg {width: 18.57%; top: 80%; left: 90%;}
.subcontact_bg02 {width: 16%; top: 50%; left: 10%; z-index:-1;}
}

/*============================　
h2
============================*/
.title_cmn{
font-size: 15px;
letter-spacing: 0;
text-align: left;
letter-spacing:.2rem;
text-transform: uppercase;
position: relative;
font-family: "Zen Maru Gothic", serif;
color:#665241;
}

.title_cmn_en{
  font-size: 11px;
  letter-spacing:.1rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  color:#333333;
}
.title_cmn_en_news{
  font-size: 12px;
  letter-spacing:.1rem;
  text-transform: uppercase;
  margin-bottom: 10px;
  color:#333333;
}
.top-header .ttlcmn{
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing:.2rem;
  position: relative;
  padding-left:60px;
}
.top-header .ttltxt{
  font-size: 13px;
  padding-left:60px;
}
.top-header .ttlcmn::before{
  position: absolute;
  content: "";
  background: #809eae;
  width:50px;
  height:1px;
  top:50%;
  left:0;
}
@media screen and (min-width: 768px) {
.title_cmn{font-size: 22px;}
.title_cmn::before{width:500px;height:500px;}
.title_cmn_en{font-size: 11px;}
.title_cmn_en_news{font-size: 14px;}
.top-header .ttlcmn{font-size: 30px;padding-left:60px;}
.top-header .ttltxt{font-size: 14px;}
}

@media screen and (min-width: 1024px) {
.title_cmn{font-size: 20px;}
.title_cmn_en{font-size: 14px;}
.title_cmn_en_news{font-size: 18px;}
.top-header .ttlcmn{font-size: 36px;padding-left:60px;}
.top-header .ttltxt{font-size: 18px;}
}

@media screen and (min-width: 1280px) {
.title_cmn{font-size: 20px;}
.top-header .ttlcmn{font-size: 36px;padding-left:60px;}
}

.title-01 {
  margin:5px 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 15px;
  text-align: left;
  border-bottom: 1px solid #ded4bb;
  line-height: 1.5;
  position: relative;
  font-weight: 500;

}

@media screen and (min-width: 1280px) {
.title-01 {font-size: 20px;}
  }

 /*.title-01::after {
  position: absolute;content: " ";
 border-bottom: solid 3px #8ca8b6;
  bottom: -2px;
  width: 15%;
  display: block;
  left: 0;
}*/


/*============================　
　　concept
============================*/
/* flexbox */
.textBox{align-items: center;}
.textBox .textarea {width: 100%;text-align: justify;} 
.textBox .textarea .point {padding-bottom:5px;font-family: "Montserrat", serif;font-weight: bold;} 
.textBox .textarea .message{
border-bottom-color: #c69e7c;
border-bottom-style: dotted;
border-bottom-width: 4px;
padding-bottom:5px;
}
.textBox .img {
  width: 100%;
  margin-bottom: 20px;
  margin-inline: auto;
}
.textBox .img .name{
  position: absolute;
  content: "";
  color:#665241;
  border:1px  solid #665241;
  background: #fff;
  padding:5px 10px;
  bottom:10%;
  left:0;
  font-size: 16px;
  border-radius:0 7px 0 7px ;
}

/* -----Table----- */
.table01 .tr{
  display: block;
  border-top: 0px solid #faf9f6;
}
.table01 .th{
  width: 100%;
  padding:10px 0 10px 15px;
  border-bottom:none;
  font-weight: bold;
  background:#665241;
  color:#fff;
}
.table01 .td{
  width: 100%;
  padding: 5px 0 15px 15px;
  background:#fff;
}
@media screen and (min-width:768px) {
/* flexbox */
.textBox{
  align-items: center;
  position: relative; 
  column-gap: 1%;
  display:flex;
}
.textBox .textarea {width: 52%; text-align: justify;} 
.textBox .img {width: 43%; margin-bottom: 0px;} 
  
/* -----Table----- */
.table01 .tr{
display: flex;
justify-content: flex-start;
  border: 1px solid #ded6ce;
}
.table01 .th{
width: 20%;
padding: 20px;
line-height: 1.6;   
}
.table01 .td{
width: 80%;
padding: 20px;
line-height: 1.6;
}
}
@media screen and (min-width:1024px) {
.textBox .img .name{
  font-size: 18px;
}
}
/*============================
　menu
============================*/
  .menu__tbl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu__tbl .tr {
    border-bottom-color: #c69e7c;
border-bottom-style: dotted;
border-bottom-width: 2px;
    align-items: flex-end;
    padding: 10px 0;
  }

  .menu__tbl .th {
    padding: 20px 10px;
    width: 70%;
  }

  .menu__tbl .td {
    padding: 20px 10px;
    width: 30%;
    text-align: right;
  }

  .menu__ttl {
    font-size: 20px;
  }

  .menu__text {
    font-size: 15px;
    margin-top: 1rem;
  }

  .mens__p {
    width: fit-content;
    margin: 0 auto;
  }

  .reserve__p {
    width: fit-content;
    margin: 0 auto 50px;
  }


  @media screen and (max-width: 768px) {
    .menu__tbl .tr {
      flex-direction: column;
      padding: 10px 0;
    }

    .menu__tbl .th {
      padding: 10px;
      width: 100%;
    }

    .menu__tbl .td {
      padding: 0px;
      width: 100%;
    }

    .menu__ttl {
      font-size: 16px;
    }

    .menu__text {
      font-size: 13px;
    }

    .menu__price {
      font-size: 13px;
    }
  }

/*============================
　guide
============================*/
.comform_list{
  position: relative;
  width:100%;
  padding-left:30px;
  
}
  
.comform_list::before{
  position: absolute;
  content: "";
  background: url(../images/check.png) repeat center center / cover ;
  width:15px;
  height:15px;
  top: 2px;
  left: 0;
}

  .faq__item:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .faq__item .dt {
    padding: 15px 20px 15px 50px;
    background: #665241;
    color: #fff;
    position: relative;
    border-radius: 5px 5px 0 0;
  }

  .faq__item .dd {
    padding: 15px 20px 15px 50px;
    position: relative;
    border: 1px solid #665241;
    background:#fff;
    border-radius: 0 0 5px 5px;
  }

  .faq__item .dt::before,
  .faq__item .dd::before {
    position: absolute;
    font-family: "Josefin Sans", sans-serif;
    left: 15px;
    top: 13px;
  }

  .faq__item .dt::before {
    content: "Q.";
    font-size: 20px;
    color: #fff;
  }

  .faq__item .dd::before {
    content: "A.";
    font-size: 20px;
    color: #c69e7c;
  }

  .charm__item {
    padding: 30px 20px;
    background: #fff;
  }

  .sub__ttl03.charm {
    border-bottom: 1px solid #a55b03;
  }

  .sub-charm .sub__ttl01 .font-en,
  .sub-charm .sub__ttl01 .font-jp {
    color: #fff;
  }

  .sub-charm .sub__ttl01::after {
    background: #fff;
  }

  .sub-recruitment .table .th,
  .sub-recruitment .table .td {
    font-size: 14px;
  }

  @media screen and (min-width:768px) {
    .flow__item {
      padding: 50px;
    }


    .charm__item {
      padding: 50px;
    }

    .g-map iframe {
      height: 450px;
    }

    .sub-recruitment .table .th,
    .sub-recruitment .table .td {
      font-size: 16px;
    }

  }

/*============================
　flow
============================*/

.sub_flow {counter-reset: number 0;}
.flow_flex {gap: 30px;margin-top: 60px;justify-content: center;}
.flow_item {width: calc((100% - 30px * 1) / 2);position: relative;z-index: 0;padding: 30px 20px;background: #fff;border-radius: 30px;}
.flow_img {margin: 24px auto 16px;width: 100px;}
.flow_ttl {font-size: 22px;font-weight: 700;letter-spacing: .08em;text-align: center;}
.flow_num {position: relative;}
.flow_num::before  {font-size: 60px;font-weight: 700;opacity: .4;position: absolute;z-index: -1;counter-increment: number 1;content: counter(number,decimal-leading-zero) " "; display: inline-block; color: #c69e7c;top: -60px;left: 0;}
.flow_txt {font-size: 14px;line-height: 1.8;text-align: left;}

@media screen and (max-width: 1080px) {
    .why_ttl {font-size: 20px;}
}
@media screen and (max-width: 1005px) {
    .sub_enzyme .sub_ttl01 {font-size: 20px;}
    .sub_enzyme .sub_txt01 {margin-top: 35px;}
    .sub_why .flex_left {width: 100%;}
    .sub_why .flex_right {width: 100%;margin-top: 35px;}
    .flow_ttl {font-size: 18px;}
}
@media screen and (max-width: 906px) {
    .why_item {width: 100%;}
    .why_ttl {color: #fff;background: #113b17;font-size: 18px;}
    .why_ttl::after {border-top-color: #113b17;}
    .flow_item {width: 100%;}
}
@media screen and (max-width: 687px) {
    .sub_enzyme .sub_ttl01 {font-size: 18px;}
    .sub_enzyme .sub_txt01 {font-size: 15px;}
    .sub_why .sub_ttl01 {font-size: 24px;}
}
@media screen and (max-width: 499px) {
    .flow_ttl {font-size: 16px;}
    .flow_num::before {font-size: 50px;}
}
@media screen and (max-width: 375px) {
      .flow_ttl {font-size: 15px;}
}


/*============================================
    products
=========================*/

.service__items{
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
  column-gap:2%;
  row-gap:30px;
}
.service__item{
  background: #fff;
  padding: 30px 10px;
  border-radius: 10px;
}
.service__icon{
  display: inline-block;
  margin-bottom: 15px;
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.service__text{
  font-weight: bold;
}

.title_small{
	text-align: center;
}
.title_small .font-jp{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	margin-inline: auto;
	position: relative;
}
.title_small .font-jp::before{
	content: '';
  width: 44px;
  height: 8px;
  background: url(../images/title_small_shape.png)no-repeat center / 100%;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.title_small .font-jp::after{
	content: '';
  width: 44px;
  height: 8px;
  background: url(../images/title_small_shape.png)no-repeat center / 100%;
  position: absolute;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
@media screen and (max-width: 1024px) {
  .service__items{
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
  column-gap:2%;
  row-gap:30px;
}
  
	.title_small .font-jp{
		font-size: 32px;
	}
}
@media screen and (max-width: 768px) {
  .service__items{
  display: grid;
  grid-template-columns:none;
  column-gap:2%;
  row-gap:30px;
}
	.title_small .font-jp{
		font-size: 24px;
		letter-spacing: 0;
	}
	.title_small .font-jp::before{
		width: 40px;
		height: 7px;
		left: -50px;
	}
	.title_small .font-jp::after{
		width: 40px;
		height: 7px;
		right: -50px;
	}
}
@media screen and (max-width: 499px) {
	.title_small .font-jp{
		font-size: 20px;
	}
}

.menu_left{width: 64%; padding-left: 3%;padding-right:8%;}
.menu_right{width: 35%;}
.menu_right img{width: 100%;}
.menu_box {padding: 50px 30px;background: #ffeed5;margin-top: 60px;}
.menu_box02{background: #fff;}
.menu_row {border-bottom: 1px dashed #f77c19;align-items: flex-end;}
.menu_th {padding: 10px 0;vertical-align: middle;width: 70%;}
.menu_th .menu_ttl02  {font-size: 21px;font-weight: 600;margin-bottom: 10px;}
.menu_th .menu_point {font-size: 14px;color: #999;font-weight: 500;}
.menu_td {padding: 10px 0;width: 28%;text-align: right;}
.menu_td .menu_price {display: inline-block;font-size: 22px;color: #f77c19;font-weight: 600;}
.menu_td .menu_sub {display: inline-block;font-size: 14px;}
.menu_ttl_sub{font-size: 15px;}

/**__course__**/
.sub_course .inner{width: 60%;}
.course_price{width: 100%;height: auto;padding: 40px 30px; box-sizing: border-box; background: #fff; margin-top: 30px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;border-radius:20px;}
.course_price .menu__ttl {font-size: 1.6rem; border-left: 5px solid #c69e7c; border-bottom: 1px solid #dfdbd2; box-sizing: border-box; padding-bottom: 10px; font-weight: 600; padding-left: 15px;}
.course_name{position: relative; margin-bottom: 30px;}
.course_price h3 > span {font-size: 2.4rem;padding: 0 5px;}
.course__price {width: 100%; height: auto;display: flex;align-items: center;padding: 0 5px;box-sizing: border-box;}
.course__price .time {padding: 2px 10px;background: #B9B5B0;color: #fff;font-size: 1.2rem;margin-right: 20px;}
.menu-price {font-size: 2.4rem;font-weight: bold;}
.menu-price > span {font-size: 1rem;}
.sub_course .btn02 {text-align: -webkit-center;}
.ig_btn{text-align: -webkit-center;}

@media screen and (max-width: 1080px){
    .menu_th {width: 100%;}
    .menu_td {width: 100%;}
}
@media screen and (max-width: 1024px){
  .sub_course .inner {width: 90%;}
  .menu_left {width: 60%; padding-left: 0;padding-right:0;}
}
@media screen and (max-width: 768px){
  .menu_ttl{display: flex;flex-direction: column;align-items: center;margin-bottom: 30px;}
  .menu_left {width: 100%; padding-left: 0;}
  .menu_right {width: 100%;}
  .menu_box {padding: 30px;}
  .menu_th .menu_point {text-align: left; font-size: 18px;font-weight: 600;}
}
@media screen and (max-width:640px) {
  .course_price .menu__ttl {font-size: 3.8vw;}
}
@media screen and (max-width:478px) {
  .course_price .menu__ttl {font-size: 5vw;}
  
}
@media screen and (max-width:375px) {
  .menu_left {padding-left: 0;}
  .course_price{padding: 20px 20px;}
  .course_price .menu__ttl {font-size: 3.5vw;}
}

@media screen and (max-width:549px) {
  .service__items{
    row-gap:15px;
  }
  .service__item{
    padding: 20px 10px;
  }
}


/*============================================
    ranking
=========================*/

.ranking_small{
	text-align: center;
}
.ranking_small .font-jp01{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	margin-inline: auto;
	position: relative;
}
.ranking_small .font-jp01::before{
	content: '';
  width: 44px;
  height: 33px;
  background: url(../images/ranking_small01.png)no-repeat center / 100%;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.ranking_small .font-jp02{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	margin-inline: auto;
	position: relative;
}
.ranking_small .font-jp02::before{
	content: '';
  width: 44px;
  height: 33px;
  background: url(../images/ranking_small02.png)no-repeat center / 100%;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.ranking_small .font-jp03{
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	margin-inline: auto;
	position: relative;
}
.ranking_small .font-jp03::before{
	content: '';
  width: 44px;
  height: 33px;
  background: url(../images/ranking_small03.png)no-repeat center / 100%;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
.ranking_small .font-jp03.font-jp04::before{
  background: none;
  width: auto;
  height: auto;
}
.c11186{
  font-size: 24px;
  color: #c69e7c;
}

@media screen and (max-width: 1024px) {
	.ranking_small .font-jp01{
		font-size: 32px;
	}
  	.ranking_small .font-jp02{
		font-size: 32px;
	}
  	.ranking_small .font-jp03{
		font-size: 32px;
	}
}
@media screen and (max-width: 768px) {
	.ranking_small .font-jp01{
		font-size: 18px;
		letter-spacing: 0;
	}
  	.ranking_small .font-jp02{
		font-size: 18px;
		letter-spacing: 0;
	}
  	.ranking_small .font-jp03{
		font-size: 18px;
		letter-spacing: 0;
	}
	.ranking_small .font-jp01::before{
		width: 30px;
		height:33px;
        left:-40px;
	}
  	.ranking_small .font-jp02::before{
		width: 30px;
		height:33px;
        left:-40px;
	}
  	.ranking_small .font-jp03::before{
		width: 30px;
		height:33px;
        left:-40px;
	}

}
@media screen and (max-width: 499px) {
	.ranking_small .font-jp01{
		font-size: 20px;
	}
  	.ranking_small .font-jp02{
		font-size: 20px;
	}
  	.ranking_small .font-jp03{
		font-size: 20px;
	}
}

