@charset "UTF-8";

/*
Theme Name: 2h-biz-camp
Theme URI: https://2-biz-camp.com/
Description: 2h-biz-camp 様 公式サイト original theme. 
Version: ver.1
Author: Noz
Author URI: https://naritai-style.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 2h-biz-camp
*/


 /*******************
  ***   noz   ******
******************* */

/*common----------------------------------------------------------------------------------------------------------------------------------------------------*/
/* html { scroll-behavior: smooth;} */
main{overflow: hidden;}
a{text-decoration: none;color: #303031;}
li{list-style: none;}
ul{padding-left: 0;}

 body {
   font-size: 16px;
   color: #303031;
   font-family:  "游ゴシック", "YuGothic" , "Yu Gothic Medium", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo";
   }
 .Mincho{font-family: "ヒラギノ明朝 Pro W6","ＭＳ Ｐ明朝", "MS PMincho", "Hiragino Mincho Pro",serif;}
 b, strong, .bold{
   font-family: "游ゴシック", "YuGothic" , "Yu Gothic Medium", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo";
 }
 .Hiragino {
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo";
 }
 .Avenir{
  font-family: "Avenir Next", "Avenir" , 'Lato';
 }
  @media (max-width: 767px){
  body {font-size: 12px;}
}
 /* viwe */
 .sp{ display: none;}
 .block{ display: block;}
 @media (max-width: 767px){
 .pc{display: none;}
 .sp{display: block;}
 }
 /* position */
 .relative{position: relative;}

 /* font */
 .bold{font-weight: bold;}
 .text_c{text-align: center;}
 .text_l{text-align: left;}
 .text_r{text-align: right;}
 
 /* space */
 .Mt_large{margin: clamp(3.75rem, 3.171rem + 2.44vw, 5rem) auto 0;}

/* inview */
.scroll-up {
  opacity: 0; 
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}
.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.load-fade {opacity : 0; transition : all 2s;}
.load-fade.is-show {opacity : 1; transform : translate(0, 0);}

 /* primary */
 h4 {
  margin: 1.35em 0;
  font-size: 1.75em;
  line-height: 1.6; 
}
h5{
  font-size: 1.5em ;
  font-weight: bold;
  line-height: 1.4; 
}
p{line-height: 1.625rem; font-weight: bold;}

section{
  padding: clamp(45px, 25vw, 165px) 0 0;
  margin: 0 auto;
  max-width: 940px;
}
section .section_title{
 width: 100%;
  margin: 0 auto;
  max-width: 480px;
  display: block;
  padding-bottom: 70px;
  }

h4 + p{
  font-weight: bold;
  line-height: 1.75rem;
  padding-bottom: 5px;
}
.background_text{
    padding: 0 3px;
    font-size: 1.2em;
    background-color: #F5BC36;
    font-weight: bold;
    display: inline;
}
.introduction{
  padding: 8px;
  border: solid 1px;
  display: inline-block;
  font-weight: bold;
  min-width: 100px;
  text-align: center;
  font-size: 16px;
}
.italic{
  font-style: italic;
  font-family: "ＭＳ Ｐゴシック";

}
.l_txt_marker{
  font-size: 1.375em;
  background-color: #F5BC36;
  display: inline;
}
.PROBLEM .l_txt_marker{
  font-size: 1.375em;
  line-height: 1.2;
  background-color: #F5BC36;
  display: inline-block;
  margin-top: 22px;
}
.btn{
  display: inline-block;
  color: #fff;
  background-color: #1B4280;
  font-weight: bold;
  padding: 1em;
  border-radius: 36px;
}
.btn_info{
  display: table;
  color: #A7A7A8;
  background-color: #ffffff;
  font-weight: bold;
  padding: 10px 17px;
  border-radius: 36px;
  font-size: .75em;
  border: solid #A7A7A8 1px;
  margin: 1.875rem auto;
}
.columns_2{
  columns: 2;
  column-gap: 2em;
}
.nav-items__item{
  font-weight: bold;
}
@media (max-width: 940px){
  section{width: 90%;}
}
@media (max-width: 767px){
section{width: 76.93%;}/* = calc(100% - 90px) */
.columns_2{
  columns: 1;
  column-gap: 2em;
}
h4 + p {
  line-height: 1.625rem;
}
h5{font-size: 22px;}
h4{font-size: 18px;}
section.CV .section_title{
  padding-bottom: 31px;
  }
.introduction {
  min-width: 80px;padding: 6px;
  font-size: 12px;}
}
@media (max-width: 376px){
section{width: 85%;}
}
 /* header ===================================================*/


 .header {
  background-color: #f5bc36;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
 header .btn{
  text-align: center;
  margin-left: auto;
  width: 96px;
  padding: 11px;
  font-size: 16px;
  font-size: clamp(14px, 4vw, 16px);
  transition: all .5s;
 }
.header__inner {
  padding: 0 16px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
  max-width: 1440px;
  background-color: #F5BC36;
}


h1.header__title{
	margin-right: 10px;
}

@media screen and (min-width: 960px) {
  h1.header__title{
    margin-right: 0;
  }

  .header__title {
    width: 176.43px;
  }
  .header__inner {
    padding: 0 20px;
    margin: 0 auto;
  }
}

.header__title img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 2px;
}

/* ヘッダーのナビ部分 */

.header__nav {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: max(42%, 200px);
  height: max(36vh, 300px);
  transform: translateX(-100%);
  background-color: #F5BC36;
  transition: ease .4s;
  border-radius: 0 0 30px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .header__nav {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
  }
}

.header__nav li a:hover ,.more_btn:hover,.c_btn .form_btn:hover{
  opacity:.5;
 }
header .btn:hover{
  opacity:.6;
 }
 @media screen and (max-width: 960px) {
  .more_btn:hover{
    opacity:1;
   }
}

@media screen and (min-width: 960px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 100%;
    z-index: auto;
    max-width: 650px;
  }


}


@media screen and (min-width: 960px) {
  .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}



@media screen and (min-width: 960px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    padding: 0 50px;
  }
}

/* ナビのリンク */
.nav-items__item a {
  color: #303031;
  width: 100%;
  display: block;
  text-align: center;
  font-size: clamp(16px, 4vw, 18px);
  margin-bottom: 3vh;
  transition: all .5s;
}

.nav-items__item:last-child a {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  .nav-items__item a {
    margin-bottom: 0;
  }
}


/* ハンバーガーメニュー */

.header__hamburger {
  width: 50px;
  height: 35px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
  margin-right: 6px;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 22px;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}


/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;

}

.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
}
 /* step line ===================================================*/
.step_content {
  margin: 0 auto;
  width: 80%;
}

.step_content .step_barwrap {
  margin: 6.313em 0;
  position: relative;
}
.step_content>div:first-of-type{
  margin: 0 0 6.313em;
  position: relative;
}
.step_content .step_barwrap .step_title {
  display: inline-flex;
  align-items: center;
}

.step_content .step_barwrap .step_title .step_numbers {
  width: 1em;
  height: 1em;
  color: #F5BC36;
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
  font-style: italic;
  font-family: "Avenir Next", "Avenir" , 'Lato';
}


.step_content .step_barwrap .step_title .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 2em;
}
.step_content .step_barwrap .step_title .title span{
  margin: 0.5em;
  font-weight: bold;
  font-size: .7em;
}
.step_content .step_barwrap .step_txt {
  padding-left: 3.5em;
  line-height: 28px;
}
.step_content .step_barwrap .step_txt .txt {
  font-size: 0.9em;
  display: block;
}

.step_content .step_barwrap .step_line {
  width: 1px;
  height: calc(100% - 0.313em);
  background-color: #000;
  position: absolute;
  top: 5.25em;
  left: 1.2em;
  z-index: -1;
}
.step_barwrap:last-of-type .step_line:last-of-type {
  display: none;
}
 /* txt_marker */
.txt_marker{
  padding: 1px;
  font-size: 1.2em;
  background-color: #F5BC36;
  font-weight: bold;
}

 @media (max-width: 767px){
  .step_content .step_barwrap .step_title .title {
  margin: 0.5em;
  font-weight: bold;
  font-size: 20px;
}
.step_content .step_barwrap .step_txt {
  line-height: 22px;
  padding-top: 1em;
}
  }


@media screen and (max-width: 960px) {
  .step_content {
    width: 90%;
  }
}


 @media (max-width: 767px){
  }
 /* flex_wrap==============================*/
.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_item {
  padding: 30px;
  width: 32%;
  background-color: #fff;
}

.flex_item:not(:nth-child(3n+3)) {
  margin-right: 2%;
}

.flex_item:nth-child(n+4) {
  margin-top: 30px;
}

@media not all and (min-width: 768px) {
  .flex_item {
    width: 100%;
  }

  .flex_item:not(:nth-child(3n+3)) {
    margin-right: 0;
  }

  .flex_item:nth-child(n+2) {
    margin-top: 30px;
  }
}

/* PC only gap for campaign section */
.campaign-flex {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .campaign-flex {
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}

.star5_rating{
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: transparent;
  padding-bottom: 10px;
  margin-left: 10px;
}

.star5_rating:before, .star5_rating:after{
  content: '★★★★★';
}

.star5_rating:after{
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #303031; 
}

.star5_rating[data-rate="5"]:after{ width: 100%; }  @media (max-width: 767px){
  }
 /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; }  @media (max-width: 767px){
  }
 /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; }  @media (max-width: 767px){
  }
 /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; }  @media (max-width: 767px){
  }
 /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; }  @media (max-width: 767px){
  }
 /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; }  @media (max-width: 767px){
  }
 /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; }  @media (max-width: 767px){
  }
 /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; }  @media (max-width: 767px){
  }
 /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; }  @media (max-width: 767px){
  }
 /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; }  @media (max-width: 767px){
  }
 /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; }  @media (max-width: 767px){
  }
 /* 星0 */

 @media (max-width: 767px){
  }
 /* TOP */

 .TOP{
  background-color: #f5bc36;
  margin-bottom: 5rem;
}

.Icatch ul li{
    padding-right: 1rem;
}
.Icatch_img{
  position: absolute;
  top: 115px;
  left: 70vw;
  /* transform: translate(0, 50%); */
  width: 50%;
  max-width: 849px;
  left: calc(45vh + 55%);
  left: calc(40px + 50%);
  }
.Icatch h2 img.query_copy{
  position: relative;
  left: -34px;
}
.TOP section{
	margin: 0 auto;
	padding: calc(13vh + 1rem) 4% calc(1vh + 1rem);
	max-width: 1440px;
	position: relative;
	padding: 120px 82px;
}
.open_date {
  border: 1px solid #000;
  display: inline-block;
  font-weight: bold;
  padding: 0.7rem 1rem;
  font-size: clamp(0.875rem, 0.58rem + 1.48vw, 1.688rem);
  letter-spacing: 1px;
}

.campaign_tag {
  background-color: #303031;
  color: #fff;
  display: inline-block;
  padding: 0.8rem 1rem;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: clamp(0.875rem, 0.58rem + 1.48vw, 1.688rem);
  letter-spacing: 1px;
  border-radius: 50px;
  border: none;
  z-index: 1;
  align-self: flex-start;
  width: fit-content;
}

.Icatch li img{width: 100%;max-width: 115px;}
.TOP_circle{
  margin-bottom: 47px;
  max-width: 393px;
  width: 100%;
}
.Icatch h2 img{width: 100%;max-width: 646px;}
.Icatch {width: 50%;margin: 0;max-width: 685px;}
.TOP_ .readmore {
	text-align: center;
	position: relative;
}
.TOP_ .readmore h4{margin: 0;font-size: 2.5rem;}
.TOP_ .readmore h4 + p {font-size: 1.063rem;}
.TOP_ .readmore_btn {
	position:absolute;
	right: 50%;
	animation: arrowmove 3s ease-in-out 2s infinite;
	transform: translate(50%, 0);
	font-size: 8px;
  padding-right: 3px;
}
.TOP_ .readmore_btn::after {
  content: " ";
  position: absolute;
  width: 25px;
  height: 25px;
  border-top: solid 1px #303031;
  border-right: solid 1px #303031;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 8px;
  top: 10px;
  transition: .5s;
  -erbkit-transition: .5s;
}
_::-webkit-full-page-media,
_:future,
:root .TOP_ .readmore_btn::after {
  right: 4px;
}
 /* top_line */
 .top_line{
  display: inline-block;
  padding: 2em 0;
  border-top: solid 1px #F5BC36;
  border-bottom: solid 1px #F5BC36;
  width: 100%;
  margin: 1.6rem 0;
  font-size: 2.25rem;
}
@keyframes arrowmove{
  0%{bottom:400%;opacity: 0;}
  50%{bottom:300%;opacity: 1;}
 100%{bottom:-100%;opacity: 0;}
}
 @media (max-width: 767px){

  .open_date {
    position: relative;
    z-index: 1;
    /* font-size: 0.875rem; */
    padding: 6px;
    margin-bottom: 10px;
    /* width: 110px; */
    text-align: center;
  } 
  
  .campaign_tag {
    padding: 1px 12px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: normal;
  }
  
  .Icatch li img{
    width: 100%;
  }
   .Icatch {
      width: 100%;
  }
  .TOP section {
    margin: 0 auto;
    padding: 78px 0 97px;
    width: calc(100% - 64px);
  }
   .Icatch_img {
    position: absolute;
    top: 67%;
    left: 46%;
    width: 85%;
  }
  .Icatch h2 img.query_copy{
    left: -16px;
  }
  .TOP_circle{
    max-width: 100%;
    }
  .TOP {
    margin-bottom: 25vh;
}
.TOP_ .readmore h4{font-size: 2.063rem;}
.TOP_ .readmore h4 + p {font-size: 0.838rem;}
.top_line{font-size:1.563rem;}
 }
 @media (max-width: 361px){
.top_line{font-size:1.363rem;}
 }

  /* CV */
  .CV .btn{
    letter-spacing: 0.72px;
    width: 100%;
    max-width: 280px;
    border-radius: 100px;
    margin-top: 80px;
    font-size: 1.5rem;
    padding: 25px 42px;
    line-height: 1.42;
  }
  @media (max-width: 767px){
    .CV .btn{
      letter-spacing: 0.48px;
      width: 184px;
      font-size: 18px;
      padding: 17px 24px;
      line-height: 24px;
      margin-top: 37px;
    } 
  }
 /* Three */
 .Three .flex_wrap{justify-content: space-between;align-items: center;}
 .Three .flex_wrap li{
   /* width: calc((100% - 132px) / 3); */
   font-weight: bold;
   margin: 4rem  0;
   font-size: 1.125rem;
   line-height: 1.625rem;
   max-width: 270px;
   width: 100%;
   text-align: center;
 } 
.Three .flex_wrap li img{
	  padding-bottom: 1rem;
	  display: block;
	  margin: 0 auto;
}
 @media (max-width: 900px){
	 
 .Three .flex_wrap{
	   margin: 2rem auto;
	   display: block;
	}
 .Three .flex_wrap li{
  /* width: 100%; */
  margin: 0 auto;
  padding: 1rem 0;
  align-items: center;
  font-size: 16px;
}
 .Three .flex_wrap li img{
  padding-bottom: 14px;
 }
	 
  }


 /* FEATURES */
 .FEATURES li{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
}
.FEATURES .item_1{padding: 100px 0 0;}
.FEATURES .item_2{padding: 180px 0;}
.FEATURES_sp ul li>div{
  width: 100%;
  max-width: 450px;
  box-sizing: border-box;
}
.FEATURES .Megahonn_img img{
  width: 100%;
}
.FEATURES .order{
  order: 2;
}
.FEATURES_bg{
  background-color: #f5bc36;
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 3% 0 5%;
  }
.FEATURES_bg ul{
  max-width: 940px;
  margin: 0 auto;
  width: 100%;
  }
.item_2 .number_item{max-width: 400px;width: 100%;margin-left: 0;}
.number_item{
	position: relative;
	background-color: #ffffff;
	border-radius: 100px;
	font-size: 1.316rem;
	line-height: 32px;
	width: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.item_1 .number_item{display: block;max-width: 350px;margin-right: 0;}
.item_1 .number_item img{
	left: -15%;
	bottom: 0;
	width: 35%;
}
.FEATURES_bg h5 + p{
	  padding-top: 1em;
    font-weight: bold;
    text-align: justify;
}
.FEATURES_bg h5 {
  padding-top: 1rem;
  font-size: 1.25rem;
}
.item_2 .number_item img{
	right: -51%;
	bottom: 0;
}
.item_3 .number_item img{
	left: 8%;
	bottom: 25%;
	width: 40%;
	height: auto;
}
.number_item img{
  mix-blend-mode: multiply;
  position: absolute;
  width: 184px;
  transform: translate(-50%, 0);
}

.FEATURES .circle_title{
  font-weight: bold;
  text-align: left;
  font-size: 1.316rem;
  padding: 23px 0em;
  line-height: 32px;
  display: inline-block;
}
.FEATURES_bg::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 10vw 50vw 0 50vw;
  border-style: solid;
  border-color: #f5bc36 transparent transparent transparent; 
}
/* Horn */
.Megahonn_img{
  position:
  relative;
}
.Horn {
  position: absolute;
  text-align: center;
  /* font-weight: bold; */
  line-height: 1.3;
  font-size: 1.438rem;
  color: #fff;
  font-family: Hiragino Maru Gothic ProN W4;
}
 
.Horn:before,
.Horn:after {
  display: inline-block;
  content: "";
  background: #fffefc;
  width: 1px;
  height: 1.063em;
  margin: 0 .8em;
  margin-top: -.2em;
  vertical-align: middle;
}
.Horn:before {
  transform: rotate(-30deg);
}
.Horn:after {
  transform: rotate(30deg);
}
.item_1 .Horn{
  left: -10%;
  top: -4%;
  transform: rotate(335deg);
  -webkit-transform: rotate(335deg);
}
.item_2 .Horn{
  right: -10%;
  top: -4%;
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
}
.item_3 .Horn{
  left: -10%;
  top: -2%;
  transform: rotate(340deg);
  -webkit-transform: rotate(340deg);
}
@media (max-width: 940px){
  .FEATURES .pc{display: none;}
  .FEATURES .sp{display: block;}
  .number_item{ margin-bottom: 18px;}
	.number_item img {
	width: 38%;
	}
	.item_1 .number_item img{
  left: -20%;
  width: 32%;
  max-width: 90px;
  }
  .item_2 .number_item img{
  right: -25%;
  max-width: 120px;
  }
  .item_3 .number_item img {
  bottom: 50%;
  left: 9%;
  width: 30%;
  max-width: 100px;
  }
  }
  @media (max-width: 767px){
	.FEATURES_bg{
	  padding: 10% 0;
	  }
    .FEATURES_bg ul{
      width: calc(100% - 90px);
      width: 80%;
      }
   .FEATURES .circle_title{
    padding: 20px 0;
    font-size: 14px;
    line-height: 21px;
  }

.Horn{
    font-size: 1.188rem;
  }
   .item_1 .number_item {
    width: 72%;
    min-width: 220px;
}
   
   .FEATURES_bg h5 {
    font-size: 14px;
    letter-spacing: -.3px;
    padding-top: 32px;
    line-height: 26px;
  }
   .FEATURES_bg h5 + p{
    padding-top: 30px;
  }
  .FEATURES .item_1{padding: 40px 0 0;}
  .FEATURES .item_2{padding: 90px 0;}
  .FEATURES .item_2 .circle_title{
    width: 78%;
  }
.Horn:before,
.Horn:after {
  margin: 0 .5em;
}

  .item_1 .Horn{
    left: -1%;
    top: -3%;
    transform: rotate(340deg);
    -webkit-transform: rotate(340deg);
  }
  .item_2 .Horn{
    right: -4%;
    top: -1%;
  }
  .item_3 .Horn{
    left: 2%;
    top: 4%;
  } 
    }
  @media (max-width: 467px){
	   .item_1 .Horn{
    left: -4%;
    top: -3%;
  }
  .item_2 .Horn{
    right: -8%;
    top: -3%;
  }
  .item_3 .Horn{
    left: -5%;
    top: 3%;
  }  
  }

  @media (max-width: 397px){
	   .item_1 .Horn{
    left: -12%;
    top: -6%;
  }
  .item_2 .Horn{
    right: -11%;
    top: -6%;
  }
  .item_3 .Horn{
    left: -6%;
    top: -2%;
  }  
  }

 /* LEARN */
.LEARN span{
  display: block;
  font-size: 0.875em;
  font-weight: 300;
  padding-left: 2px;
} 
.LEARN .flex_wrap{
	gap: 35px;
	justify-content: space-around;
}
.LEARN .flex_wrap>div{max-width: 450px;width: 100%;}
.LEARN h5{line-height: 1.3;}
.LEARN .flex_wrap>div>div{display: flex;align-items: center;}
.LEARN .flex_wrap div img{ padding: 10px 15px 10px 0;}
.LEARN p{font-weight: bold;padding: 1rem 0; line-height: 1.75rem;}

table.POINT_table {
	margin:1rem auto;
	font-size: 85%;
	border-collapse: separate;
	width: 100%;
	border: solid 1px #E09A29;
	border-radius: 14px;
	text-align: center;
  /* box-shadow: 0px 3px 10px rgb(0 0 0 / 20%); */
}
table.POINT_table thead th {
	background:#F5BC36;
	color:#FFF;
	padding: 0;
	height: 60px;
}
table.POINT_table thead :nth-of-type( n + 2 ){
	border-bottom:#E09A29 solid 1px;
}
table.POINT_table thead th span{
	transform: rotate(55deg);
	-webkit-transform: rotate(-55deg);
	display: block;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 35%;
	left: 0%;
}
table.POINT_table thead th:last-child {
	border-radius: 0 13px 0 0;
	border-right:solid 0px;
}
table.POINT_table thead th:first-child {
	border-radius:  13px 0 0 0;
	border-bottom: 0px;
}
table.POINT_table thead th:nth-of-type(2){
 border-left: #E09A29 solid 1px;
}
table.POINT_table tbody th {
	background:#F5BC36;
	color:#FFF;
	padding:10px 15px;
	vertical-align:top;
}
table.POINT_table tbody tr:last-child th {
	border-bottom:#E09A29 solid 1px;
}
table.POINT_table tbody td {
	background:#FFF;
	border-left:#E09A29 solid 1px;
	border-bottom:#E09A29 solid 1px;
	text-align: center;
	vertical-align: middle;
	padding: 1rem 0;
}
table.POINT_table tbody .rowspan,table.POINT_table tbody .wide{
	border-left:#E09A29 solid 0px;
}
table.POINT_table thead .ti-2h{
	background:#1B4280;
}
table.POINT_table tr .titleB2{
	color:#FFF;
}
table.POINT_table tr span{
	color:#1B4280;
	font-weight: bold;
  line-height: 1.2;
}
table.POINT_table thead .tg-th,table.POINT_table thead .ti-2h{
	width: 11.5%;
	position: relative;
}
table.POINT_table tr .rowspan{
	width: 6%;
  vertical-align: inherit;
}
table.POINT_table tr .half{
	width: 15%;
	background:#F5BC36;
}
table.POINT_table tr td:first-of-type{
	background:#F5BC36;
}
table.POINT_table tr td:nth-child(n + 2){
	color: #ababab;
}
table.POINT_table tr td.maru{
	color: #F5BC36;
}
table.POINT_table tr td.maru,table.POINT_table tr td.subtle{
	position:relative;
}
table.POINT_table .tr_last td{
	border-bottom: 0px;
}
table.POINT_table tr td .min{
  color: #ababab;
  font-size: 40%;
  display: block;
  position: absolute;
  top: 20%;
  left: 58%;
}
table.POINT_table .tg-2h{
	background: #FFCE5C;
	color:#1B4280!important;
}
table.POINT_table tr td.tg-0lax,table.POINT_table tr td.tg-2h{font-size: 130%;}
 @media (max-width: 767px){
.tr_last.sp{display: contents;}
table.POINT_table {
	font-size: 100%;
}
table.POINT_table tr td .min{
  font-size: 65%;
  top: 13%;
  left: 49%;
}
table.POINT_table tr .rowspan{
	width: 10%;
}
table.POINT_table tr .half{
	width: 16%;
  padding: 1rem 0;
}
table.POINT_table thead .tg-th,table.POINT_table thead .ti-2h{
	width: 11.5%;
	position: relative;
}
table.POINT_table thead th span {
  width: 135%;
  left: -18%;
}
  }

 /* PLACE */
.PLACE .flex_wrap {
  display: flex;
  justify-content: space-between;
}
.PLACE .flex_wrap img,.PLACE .flex_wrap iframe{
  width: 48%;
  height: auto;
  padding: 1rem 0;
  /* max-width: 450px; */
}
 @media (max-width: 767px){
  .PLACE .flex_wrap img,.PLACE .flex_wrap iframe{
    width: 100%;
    min-height: 250px;
  }
  }
 /* AGENDA */
.AGENDA .flex_space{
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.AGENDA .flex_space>div:first-of-type{
  border-right: #303031 solid 1px;
  padding-right: 30px;
}
.AGENDA .flex_space>div{
  width: 50%;
}
 @media (max-width: 860px){
 .AGENDA .flex_space{
display: block;
	 }
.AGENDA .flex_space>div {
width: 100%;
}
 .AGENDA .flex_space>div:first-of-type{
border-right: #303031 solid 0;

}
  }
 /* MEETS */
 .MEETS{
  background-color: #f5bc36;
}
.MEETS section {
    margin: 0 auto;
    max-width: 940px;
}
.MEETS .MEETS_text {
  font-weight: normal;
  padding-bottom: 44px;
  padding-top: 7px;
  font-size: 14px;
  text-align: right;
}
.MEETS .flex_wrap {
  display: flex;
  align-items:center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 68px 0 0;
  max-width: 1200px;
}
.MEETS .flex_wrap.sp {
  display: none;
}
.MEETS .flex_wrap .MEETS_box{
  width: 48%;
}
.MEETS .flex_wrap .MEETS_box img{
  width: 100%;
}
 @media (max-width: 767px){
.MEETS section {width: 100%;}
.MEETS .flex_wrap.sp {
  display: flex;
  flex-wrap: wrap;
  padding: 24px 24px;
}
.MEETS .flex_wrap.pc {
  display: none;
}
.MEETS .flex_wrap .MEETS_box {
  width: 100%;
  padding: 4px 0;
}
.MEETS .MEETS_text {
  display: none;
  padding: 0 10% 28px;
  text-align: end;
  margin-top: -22px;
}
  }
 /* FORM */
 .FORM .flex_space{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 200px;
}
.FORM .flex_space>div:first-of-type{
  border-right: #303031 solid 1px;
  padding-right: 30px;
}
.FORM .flex_space>div{
  width: 50%;
}
.FORM_text p{
  font-weight: bold;
 }
 .FORM_text h4 + p{
   padding-bottom: 1.875rem;
 }
 .FORM_text .background_text{
  padding: 1px;
  font-size: inherit;
  background-color: #F5BC36;
  font-weight: bold;
  display: inline;
  line-height: 1.6;
 }
.FORM .progressbar {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.FORM .progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 32.333%;
    color: #D3D3D3;
    counter-increment: steps;
    font-size: 1.185rem;
}
.FORM .progressbar li:before {
    display: block;
    width: 55px;
    height: 35px;
    margin: 7px auto 20px auto;
    content: '';
    line-height: 15px;
    font-style: italic;
    font-size: 3.063rem;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    content: counter(steps);
    font-family: Avenir Next;
}
.FORM .progressbar li:after {
    position: absolute;
    z-index: -1;
    top: 15px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #D3D3D3;
}
.FORM .progressbar li:first-child:after {
    content: none;
}
.FORM .progressbar li.active,
.FORM .progressbar li.complete{
    color: #303031;
}
.FORM .progressbar li.active:before,
.FORM .progressbar li.complete:before {
    color: #F5BC36;
}
.FORM.inpit .send{
  display: none;
}
#mw_wp_form_mw-wp-form-6{
  border-top: 1px solid #D6D6D6;
  padding-top: 41px;
}
#mw_wp_form_mw-wp-form-6 form p{
	font-weight: bold;
	padding: 0.875rem;
}
#mw_wp_form_mw-wp-form-6 form p span{
	font-weight: bold;
}
#mw_wp_form_mw-wp-form-6 form input{
	margin: 0.875rem 0;
}
#mw_wp_form_mw-wp-form-6 .purpose {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  padding-left: 0.875rem;
  max-width: 420px;
  justify-content: space-between;
}
#mw_wp_form_mw-wp-form-6 .mwform-checkbox-field{
	max-width: 140px;
	display: inline-block;
	margin-left: 0;
	line-height: 1.6;
	width: 33.33%;
}
#mw_wp_form_mw-wp-form-6 :last-of-type .mwform-checkbox-field:nth-of-type(4){
	width: 22.33%;
	max-width: 110px;
}
#mw_wp_form_mw-wp-form-6 :last-of-type .mwform-checkbox-field:nth-of-type(5){
	width: 38.33%;
	max-width: 160px;
}
#mw_wp_form_mw-wp-form-6.mw_wp_form_confirm form p span{
	font-weight: normal;
}
.c_btn{
  position: absolute;
  left: 50%;
  bottom: -120px;
  transform: translate(-50%, 0);
}
.c_btn .form_btn{
  appearance: none;
-webkit-appearance: none;
  border: 0;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  color: #fff;
  background-color: #1B4280;
  font-weight: bold;
  border-radius: 100px;
  font-size: 1.75rem;
  padding: 22px 46px;
  transition: all .5s;
}
.c_btn .form_btn.back{
	background-color: #93979F;
	margin-right: 10px;
}
/* 装飾 */
.FORM ul{
  margin: 40px 0 !important;
}
.FORM body{
  margin: 40px 20px;
}
 @media (max-width: 767px){
  #mw_wp_form_mw-wp-form-6 form p span{
    font-size: 16px;
  }
.FORM .flex_space>div:first-of-type{
  border-right: #303031 solid 0px;
}
.FORM .flex_space>div{
  width: 100%;
} 
.FORM .flex_space{
  display: block;
}
.FORM .progressbar li {
  font-size: 14px;
}
.c_btn .form_btn{
  font-size: 20px;
}
.c_btn{
  display: grid;
  bottom: -23vw;
}
#mw_wp_form_mw-wp-form-6 .purpose {
  padding-left: 0;
}
  }


 @media (max-width: 390px){
 /* #mw_wp_form_mw-wp-form-6 .mwform-checkbox-field,#mw_wp_form_mw-wp-form-6 :last-of-type .mwform-checkbox-field:nth-of-type(4),#mw_wp_form_mw-wp-form-6 :last-of-type .mwform-checkbox-field:nth-of-type(5){
width: 50%;
max-width: 100%;
} ２カラムに変更したい場合
 */
 .purpose .horizontal-item .checkbox__item + span {
  padding-left: 2.5em;
  font-size: 10px;
  padding-top: 2px;
}
 }

/*ーーーーーーーーーーーーーーーー*/
/*MW WP Formカスタマイズ*/
/*ーーーーーーーーーーーーーーーー*/
.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: .8em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 0;
}
 
.mw_wp_form select {
  display: block;
  width: 80%;
  height: 43px;
  font-size: 14px;
  border: 1px solid #ccc;
  /* -webkit-border-radius: 4px; */
  /* -moz-border-radius: 4px;
  -ms-border-radius: 4px; */
  /* border-radius: 4px; */
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
 padding-left: 7px;
 margin: 0.875rem 0;
 background: #fff;
 color: #303031;

}
.mw_wp_form select[name=select-day]{
  width: 100%;
}
 .mw_wp_form .cp_ipselect{
    position: relative;
 }
.mw_wp_form .cp_ipselect::after {
  position: absolute;
  margin: -2px 0 0 0;
  content: "";
  width: 0;
  height: 0;
  right: 24%;
  top: 60%;
  border: 7px solid transparent;
  border-top: 10px solid #1f1f1f;
  pointer-events: none;
}
.mw_wp_form .cp_ipselect.day::after {
  position: absolute;
  margin: -2px 0 0 0;
  content: "";
  width: 0;
  height: 0;
  right: 6%;
  /* top: 27%; */
  border: 7px solid transparent;
  border-top: 10px solid #1f1f1f;
  pointer-events: none;
}
 input[type=checkbox].checkbox__item{
    display: none;
  }
  
  label {
    display: inline-block;
  }
  
  .purpose .checkbox__item + span {
    padding-left: 2em;
    display: inline-block;
    position: relative;
    font-weight: bold;
  }
  
  .purpose .checkbox__item + span::after,
  .purpose .checkbox__item + span::before {
    content: '';
    display: block;
    position: absolute;
    border: 2px solid #303031;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
  }
  .purpose .checkbox__item + span::after {
    opacity: 0;
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    left: 6px;
    top: 5px;
    border: none;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
  }
 
  .checkbox__item:checked + span {
    color: #303031;
  }

  .checkbox__item:checked + span::after {
    opacity: 1;
  }
  .checkbox__item:checked  + span::after,
  .checkbox__item:checked  + span::before {
    background-color: #303031;
  }
  .mw_wp_form select[name=select-year]:first-of-type{
    color: #838383;
  }
/*――――「表」デザイン――――*/
.cform th {
	font-size: 15px;
	width: 25%; 
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 15px;
	font-weight: bolder;
}
.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}
.cform {
	width: 94%;
	margin: auto;
}
.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 90%;
}
 
@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 97%;
    border: 1px solid #999;
    padding: .5em 1em;
		display: block;
		border-top: none;
	}
  #mw_wp_form_mw-wp-form-6 form p{
    padding: 0.875rem 0;
  }
	.mwform-checkbox-field label,
.mwform-radio-field label {
	line-height: 2;
}
}
.submit-btn input {
border: 0;
font-weight: bolder;
margin: 0 auto;
cursor: pointer;
text-align: center;
display: inline-block;
color: #fff;
background-color: #1B4280;
font-weight: bold;
border-radius: 36px;
}
.submit-btn {
text-align:center;
margin-top:20px;
}
.required-srt {
font-size:0.9em;
padding: 6px;
border-radius: 5px;
margin-right: 10px;
background: #ebbbbb;
color: #ffffff;
}
 /*ーーーーーーーーーーーーーーーー*/
/*MW WP Formカスタマイズ END*/
/*ーーーーーーーーーーーーーーーー*/

 /* FEATURES */
section .FEATURES_{
  background-color: #f5bc36;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.FEATURES_ .flex_wrap{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
 /* VIOCE */
section.VIOCE {
	padding-top: 15.23%;
}
.VIOCE_box img{
	max-width: 96px;
  max-height: 96px;
  width: 100%;
  height: 100%;
  object-fit: cover;
	margin-right: 1rem;
  border-radius: 300px;
}
.VIOCE_box.itemA img{
	margin: 0 auto 35px;
	max-width: 240px;
  max-height: 240px;
	display: block;
} 
.VIOCE .VIOCE_box{
  padding: 2.5em;
  background-color: #F5BC36;
  border-radius: 10px;
  transition: .5s;
  -erbkit-transition: .5s;
  min-height: 350px;
  height: calc(100% - 20px - 2.5em);
}
.VIOCE .accordion_one .VIOCE_box{
  padding: 2.5em 2.5em 1.5em;
  background-color: #F5BC36;
  border-radius: 10px;
  transition: .5s;
  -erbkit-transition: .5s;
  min-height: 350px;
}
.VIOCE .VIOCE_box.itemA {
  height: auto;
}
.VIOCE_box p{font-weight: bold;}
.VIOCE_box p span{display: block;font-size: 1.875em;font-weight: bold;line-height: 42px;padding-bottom: 25px;}
.VIOCE_box .name_top{display: flex;margin-bottom: 26px;align-items: center;}
.VIOCE_box .namname_top  p{padding: 1rem;}
.VIOCE_box .detail{
  padding: 22px 0;
  border: solid #303031;
  border-width: 1px 0 1px 0;
  margin-bottom: 25px;
  font-weight: bold;
  }
.star{display: block;}
.more_btn{
  background-color: #303031;
  color: #fff;
  padding: 0.5em 1em;
  border-radius: 30px;
  text-align: center;
  width: 142px;
  margin: 2rem auto;
  letter-spacing: 0.48px;
  line-height: 27px;
  font-weight: bold;
  cursor: pointer;
  transition: all .5s;
}
 /* コンテナ */
#container {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto ;
  gap: 20px;
  margin: 30px 0;
}
.itemA { grid-row: span 2; }
.more_btn {grid-row: span 2;grid-column: span 2;}
.VIOCE .accordion_one .readmore_VIOCE:hover {
  opacity: .8;
}
.VIOCE .readmore_VIOCE{
  position: relative;
  height: 40px;
  cursor: pointer;
  width: 100%;
}
.readmore_VIOCE.down::after {
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: solid 1px #303031;
	border-right: solid 1px #303031;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	right: calc(50% - 5px);
	top: 13px;
	transform: rotate(135deg) skewskew(7deg,7deg);
	-webkit-transform: rotate(135deg) skew(7deg,7deg);
}
.readmore_VIOCE.up::after {
	content: " ";
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: solid 1px #303031;
	border-right: solid 1px #303031;
	right: calc(50% - 5px);
	top: 20px;
	transform: rotate(315deg) skew(7deg,7deg);
	-webkit-transform:  rotate(315deg) skew(7deg,7deg);
}
.VIOCE_Comment_first{
	line-height: 1.75rem;
    font-weight: bold;
}
.VIOCE_Comment_Text{
  position: relative;
  height: auto;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
}
.readmore_VIOCE.hidden{
  overflow-y:hidden;
  transform: rotate(-180deg);
-webkit-transform: rotate(-180deg);
}
.VIOCE_Comment_Text-More,
.VIOCE_Comment_Text-Hide{
  cursor: pointer;
}
.VIOCE .accordion_one .accordion_inner {
  display: none;
}
_::-webkit-full-page-media,
_:future,
:root .name {
  top: 207px;
}

@media screen and (max-width: 767px) {
	#container {
  display: block;
}
.VIOCE .VIOCE_box{
  margin-bottom: 30px;
}
.VIOCE_box.itemA img{
	max-width: 160px;
} 
 .VIOCE_Comment_Text{
  font-size: 12px;
}
.readmore_VIOCE.up::after{
  top: 15px;
}
.more_btn {
  width: 136px;
}
.VIOCE_box .detail{
  font-size: 1rem;
}
}

 /* PROBLEM */
 .PROBLEM .relative .balloon img{
  position: absolute;
  transform: translate(-50%, 0%);
}
.balloon-shadow {
  position: relative; 
  width: 300px;
  margin: 0 auto 40px;
  padding: 20px; 
  background: #FFF;
  text-align: center;
  font-weight: bold;
  box-shadow: 1px 1px 6px rgb(0 0 0 / 30%);
}
.balloon-shadow::before { 
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 20px; 
  height: 20px;
  transform: rotate(45deg); 
  background: #FFF; 
  box-shadow: 3px 3px 3px rgb(0 0 0 / 10%);
}
.round { border-radius: 50px;}
 .PROBLEM .relative .man{
  width: min(50%, 216px);
  margin-bottom: 2rem;
  padding-top: 250px;
  }
.balloon1{top: 9%;left: 55%;max-width: 218px;width: 100%;} 
.balloon2{top: 31%;left: 28%;max-width: 193px;width: 100%;}
.balloon3{top: 43%;left: 75%;max-width: 219px;width: 100%;}

@media (max-width: 914px){
.PROBLEM .relative .man  {padding-top: calc(250px + 10vw);}

   }
@media screen and (max-width: 767px) {  
.PROBLEM h5:first-of-type{
  font-size: 20px;
  padding-bottom: 25px;
  font-size: clamp(1.25rem, 1.067rem + 0.92vw, 1.5rem);
}
.PROBLEM .l_txt_marker{font-size: 1.25rem;display: inline;padding: 1px;font-size: clamp(1.125rem, 0.85rem + 1.38vw, 1.5rem);line-height: 1.6;}
section.FEATURES .section_title{padding-top: 60px;}
.balloon1{top: 15%;left: 60%;}
.balloon2{max-width: 158px;width: 50%;left: 22%;}
.balloon3{max-width: 176px;width: 50%;left: 77%;}
}
@media (max-width: 667px){
.balloon1{max-width: 216px;} 
.balloon1{top: 4%;left: 61%;} 
.balloon2{top: 23%;left: 21%;}
.balloon3{top: 30%;}
   }
@media (max-width: 534px){
.PROBLEM .relative .man{padding-top: 350px;}
.balloon1{width: 216px;} 
.balloon3{top: 35%;width: calc(50% + 18px);}
   }
   /* MEMBER */
section.MEMBER{padding-top: clamp(15px, 10vw, 55px);}
 .MEMBER .flex_wrap{
  gap: 20px;
  justify-content: flex-start;
}
.MEMBER_box{
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
  padding: 36px;
  box-sizing: border-box;
  max-width: 460px;
}
.MEMBER_box div {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 30px;
}
.MEMBER_box div span{font-weight: bold;display: block;line-height: 18px;}
.MEMBER_box div span:nth-of-type(2){
  font-size: 1.875em;
  padding-top: 15px;
  display: inline-block;
}
.MEMBER_box div span:last-of-type {
  font-weight: normal;
  padding-top: 12px;
  font-size: 12px;
  }
.MEMBER_box img {
  width: 96px;
  border-radius: 100px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  height: 96px;
  object-fit: cover;
}
.MEMBER_box  hr{
  margin:1.5rem 0 0;
}
.MEMBER_box>p{
  font-size: 1.125rem;
  font-size: clamp(0.875rem, 0.748rem + 0.63vw, 1.125rem);
  font-weight: bold;
  padding:1rem 0 ;
}
.MEMBER .more_btn{
  margin: 64px auto 84px;
}
@media (max-width: 931px){
	.MEMBER .flex_wrap {
    gap: 20px;
    justify-content: center;
}
}
@media (max-width: 767px){
.MEMBER_box{
  width: 100%;
}
.MEMBER_box img {
  width: 64px;
  height: 64px;
  margin-bottom: 0;
}
section.MEMBER{padding-top: 0;}

.MEMBER_box div {
  padding-bottom: 20px;
}
.MEMBER_box div span:nth-of-type(1){
  padding-top: 8px;
}
.MEMBER_box div span:nth-of-type(2){
  padding-top: 8px;
  display: inline-block;
  height: 30px;
}
.MEMBER .more_btn{
  margin: 42px auto 60px;
}
 }
 /* tel */
 .MEMBER .tel  {
  text-align: center;
  max-width: 450px;
  margin: 2rem auto;
}
.tel div{
	font-size: 1.0625rem;
	font-weight: bold;
	display: flex;
}
.tel div .name{
	width: 33.15%;
}
.tel div .nm{
	width: 70%;
}
.tel .block {
  display: table-cell;
}
.table_line_ti {position:relative;background: #F5BC36 0% 0% no-repeat padding-box;border-radius: 10px 10px 0px 0px;border: 1px solid #F5BC36;padding: 1rem;}
.table_line{position:relative;border: 1px solid #F5BC36;border-radius: 0px 0px 10px 10px;padding: 1rem;}
.table_line_ti::after{
   content:
   "";
   display:
   inline-block;
   width:1px;
   height: 37px;
   background-color:#fff;
   position:
   absolute;
   top: 15%;
   left:33.15%;
}
.table_line::after{
   content:
   "";
   display:
   inline-block;
   width:1px;
   height: 25px;
   background-color:#F5BC36;
   position: absolute;
   top: 25%;
   left:33.15%;
}
 @media (max-width: 767px){
  }
 /* ORGANIZATION */
 section.ORGANIZATION{margin:0 auto ;}
 .ORGANIZATION>img{margin: 4rem auto;}
.footer_img{width: 100%;margin: 4rem auto;max-width: 940px;}
 @media (max-width: 940px){ .footer_img{margin: 0 auto;}}

 /* footer */
 footer section {
  padding: 71px 0 89px;
  margin: 0 auto;
}
footer{
  background-color: #f5bc36;
}
footer section img{
    margin: 0;
    max-width: 176px;
    width: 100%;
    padding-bottom: 2rem;
}
footer p{
	font-size: 0.75rem;
}
footer .value {
  line-height: 1.2;
  margin-bottom: 6px;
}

.copyright{
    text-align: end;
    margin: -24px 0 0;
}

@media screen and (max-width: 767px) {
  .copyright{
      text-align: center;
      margin: 80px 0 0;
  }
   footer section {
    padding: 67px 0 60px;
  }
  }
  










/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * Theme Check
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
body#tinymce.wp-editor {
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "游ゴシック体",'Yu Gothic', YuGothic, "メイリオ", "Meiryo", sans-serif;
    font-size: 14px;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* LINE情報表示用のスタイル
---------------------------------------------------------- */
.line-contact-info {
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.line-contact-info h3 {
    color: #06C755;
    margin-bottom: 10px;
    font-size: 1.5em;
}

.line-contact-info p {
    margin-bottom: 15px;
}

.line-qr {
    margin: 15px auto;
    max-width: 200px;
}

.line-qr img {
    width: 100%;
    height: auto;
}

.line-button {
    margin: 15px auto;
}

.reservation-details .line-add-friend {
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.reservation-details .line-qr {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.reservation-details .line-button {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .reservation-details .line-qr,
    .reservation-details .line-button {
        display: block;
        margin: 15px auto;
    }
}


.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_text {
  font-size: 12px;
  color: #9d9d9d;
  margin-top: 20px;
}