@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css2?family=Cardo:wght@700&display=swap');
html {overflow-y:scroll;
	font-size: 62.5%;	
}

body {
	line-height:1.0;	
	font-family: heisei-maru-gothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #111;
	margin: 0;
}

a, a:link,
a:active,
a:visited {
	transition: all 0.5s ease-out;
	outline: none;
	text-decoration:none;
}

@media only screen and (max-width: 480px) {
	html {
	font-size: 55%;	
}
	
}

/*---------------------------------------------------------common*/

.en1{
/*font-family: 'Cardo', serif;
	font-size: 22px !important;*/
}
img{
	width:100%;
	height: auto;
}

.tac{
	text-align: center;
	
}

.spnomi{display: none;}

/*---------------------------------------------------------page-top*/

#page-top{
  display: block;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  right: 10px;
  font-size:12px;
  width:60px;
  height:60px;
  line-height:60px;
  background: #fef67f;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%; 
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 5px #fef67f;
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(51,3,0,0.5); 
}
#page-top:hover{
  background: rgba(0,0,0,.4);
}

.p_t_arrow{
	display: block;
	margin:25px auto 0;
width: 16px;
height: 16px;
border-top: 2px solid #333;
border-right: 2px solid #333;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
vertical-align:middle;

	}

/*---------------------------------------------------------contain*/
header{
	width: 100%;
	height: 70px;
	background: rgba(255,255,255,1);
	position: absolute;
	z-index: 10;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	
}

header h1{
	font-size: 10px;
	line-height: 20px;
	height: 20px;
	color: #111;
	padding-left: 5px;
	letter-spacing: 1px;
}

.navigation {
  height: 70px;
	font-weight: 500;
	letter-spacing: 1px;
  
}


.nav-container {
  width: 100%;

}


#logo{
	min-width: 200px;
	max-width: 300px;
	padding: 0 0 0 5px;
	box-sizing: border-box;
	float: left;
	width: 25%;
	height: 50px;
	overflow: hidden;
}

#logo img{
	width: 100%;
	height: auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  padding: 0;
	max-width: 700px;
	margin: 0 auto;
}
nav ul li {
  float: left;
  position: relative;
	margin: 17px 0 0 0;
}
	

nav ul li a{
  display: block;
  padding: 0 5px;
  line-height: 1.2;
  text-decoration: none;
	font-size: 12px;
	color: #111;
}

nav ul li.nopc{
	display: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: #fff;
}

nav ul li a br{
	display: none;
}

.sns{
	width: 20px;
	
}

.sns img{
	width: 20px;
	height: auto;
}




/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #006d4d;
  height: 70px;
  width: 70px;
	z-index: 10;
}

@media only screen and (max-width: 2000px) {
	
	header{
	height: 70px;
		position: fixed;
		box-shadow: 0 0 5px rgba(0,0,0,0.2);
	
}

	.navigation {
  height: 70px;
	
}

  .nav-mobile {
    display: block;
	  position: fixed;
	  text-align: center;
	  height: 70px;
	 
  }

  nav {
    width: 100%;
	  background: #f5f5f5;
	  box-shadow: 0 5px 3px -3px  rgba(0,0,0,0.2) inset;
	 
	  
   
	   
  }
	.nav-list{
		
		z-index: 8;
		padding: 30px 10px 50px ;
		text-align: center;
		
		 
	}
	.nav-list:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

  nav ul {
    display: none;
  }
  nav ul li {
	  float: none;
	  text-align: center;
	  width: 105px;
	height: 120px;	
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	  border-radius: 5px;
	  display: inline-block;
	  margin: 10px 2px 0 2px;
	  box-sizing: border-box;
	  background-color: #fff;
	  box-shadow: 0 0 5px rgba(0,0,0,0.08);
  }
	
	nav ul li.nopc{
	display: inline-block;
}
	
	nav ul li a{		
	font-size: 14px;
	margin-bottom: 0px;
	color: #111;	
	height: 120px;
	padding-top: 75px;
	display: block;
	 box-sizing: border-box;
	transition: .4s;	
	font-family: fot-seurat-pron, sans-serif;
font-weight: 600;

font-style: normal;
		border-radius: 5px;
	
}
	
	nav ul li a br{
	display: block;
}
	
	nav ul li a:hover{
		background: rgba(30,30,30,0.3);
		
	}
  
  nav ul li ul li a {
    padding-left: 30px;
  }
	
	nav ul li:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	color: #111;
	left: 50%;
	/*margin-left: -17px;*/
	top: 10px;
	font-size: 35px;
	transform: translateX(-50%);
}
	
	

nav ul li:hover:after{
	color: #fff;
	
}



nav ul li:nth-child(1):after{
	content: '\f549';
    color: #006d4d;
}
nav ul li:nth-child(2):after{
	content: '\f0d0';
    color: #EFA922;
}
nav ul li:nth-child(3):after{
	content: '\f54e';
    color: #F23C0A;
}
nav ul li:nth-child(4):after{
	content: '\f0b1';
    color: #C6CCA5;
}
nav ul li:nth-child(5):after{
	content: '\f0e0';
    color: #E7F2A5;	
}
nav ul li:nth-child(6):after{
	content: '\f073';
    color: #223D5A;
}
	
}
nav ul li:nth-child(7):after{
	 content: '\f304';/*pen*/
	color: #F3B6C7;
	
}
nav ul li:nth-child(8):after{
	 content: '\f0e0';/*mail*/
	color: #E8903C;/*orange*/
	color: #03BDF2;/*mizuiro*/
}
nav ul li:nth-child(9):after{
	 content: '\f3c5';/*pin*/
	color: #BDD402;
}
nav ul li:nth-child(10):after{
	 content: '\f2bd';/*parson*/
	color: #E76E23;/*orange*/
	
}

nav ul li i{
	 position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 400;
	color: #111;
	left: 50%;
	margin-left: -7px;
	top: 50px;
	font-size: 15px;
}
nav ul li.inst {
	 background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
  background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
}
	
nav ul li.fb {
	 background: rgba(59,89,152,1); 
}

nav ul li.line {
	 background: rgba(29,205,0,1);
}


  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 2001px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
	  position: absolute;
	  left: 18px;
	  top: 22px;
	  cursor: pointer;
	  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	  cursor: pointer;
	  border-radius: 2px;
	  height: 4px;
	  width: 35px;
	  background: #fff;
	  position: absolute;
	  display: block;
	  content: "";
	  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  	top: -10px;
}
#nav-toggle span:after {
  	bottom: -10px;
}
#nav-toggle.active span {
  	background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  	top: 0;
}
#nav-toggle.active span:before {
  	transform: rotate(45deg);
}
#nav-toggle.active span:after {
  	transform: rotate(-45deg);
}

.tel,
.map{
	position: absolute;
	  right: 75px;
	  top: 10px;
	  cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #fef67f;
	font-family: "Font Awesome 5 Free";	 
	font-size: 20px;
	padding: 15px 0 0 0;
	box-sizing: border-box;
	
}

.map{
	right: 130px;
	background-color: #006d4d;
}

.tel a,
.map a{
	color: #fff;
}



@media only screen and (max-width: 580px) {
nav ul li {
	  width: calc(100%/2 - 2%);
	
  }
	.nav-list{
		padding-top: 10px;
	}
	
	.tel,
.map{
	position: absolute;
	width: 45px;
	height: 45px;
	right: 73px;
	padding: 12px 0 0 0;
	margin-right: 10px;

	
}
	.map{
	right: 122px;
		

}
}
/* -------------------------------------------------------------/nav */
#container{
	width: 100%;
	height: 1000px;
	padding-top: 70px;
}

.main{
	width: 96%;
	max-width: 1200px; 
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
	position: relative;
}

.main img{
	width: 100%;
	max-width: 900px;
	height: auto;
	animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
    border-radius: 30px;
}
.gotorecruit a{
	position: absolute;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	bottom: 90px;
	right: 90px;
	background-color: #EFA922;
	color: #fff;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 15px;
	font-weight: bold;
	line-height: 2;
	box-shadow: 0px 0px 0px 5px #EFA922, 0px 0px 10px rgba(0,0,0,0.95); 
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5); 
	letter-spacing: 2px;
}

.gotorecruit a:hover{
	background-color: #006d4d;
	box-shadow: 0px 0px 0px 5px #006d4d, 0px 0px 10px rgba(0,0,0,0.95); 
}






@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(-40px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/*---------------------------------------------------------news*/
#news{
	padding: 80px 0;
}
.head01{
	margin: 0 0 20px;
	font-size: 	28px;	
	text-align: center;
	letter-spacing: 4px;
font-weight: 400;

}

.max_w {
	max-width: 100%;
	width: 96%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.max1200{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}


.news_li{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	font-size: 14px;
	border-bottom: #ccc solid 1px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	
}

.news_date{
	color: #999;
	margin-right: 10px;
	display: inline-block;
}

.news_cat{
	line-height: 1;
	padding: 6px 0 3px;
	width: 70px;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	font-size: 11px;
	display: inline-block;
	text-align: center;
	
	
}

.cat_color01{
	background-color: #006d4d;
}

.cat_color02{
	background-color: #F8B900;
}

.cat_color03{
	background-color: #E36702;
}

.news_title a{
	color: #000;
	letter-spacing: 1.5px;
	display: inline-block;
}

.news_title a:hover{
	color: #ccc;
}

.btn01 a {
	padding: 14px 0 10px;
	width: 200px;
	text-align: center;
	border: 1px solid #ccc;
	background-color: #fff;
	margin: 40px auto 0;
	font-size: 15px;
	border-radius: 20px;
	font-weight: 400;
	color: #000;
	display: block;
}




.btn01 a:hover{
	border: 1px solid #EFA922;
	background-color: #EFA922;
	color: #fff;
	
}

@media only screen and (max-width: 800px) {
	.gotorecruit a{
	position: absolute;
	width: 100px;
	height: 100px;
		font-size: 13px;
		letter-spacing: 1px;
	bottom: 10px;
	right: 10px;
	
  
}
	
}

@media only screen and (max-width: 600px) {
	
	.news_li{
	width: 100%;
	padding: 40px 20px 20px 20px;
	margin-top: 20px;
}
	
	.news_date{
		position: absolute;
		left: 0;
		top: 0;
	
}

.news_cat{
	position: absolute;
		right: 0;
		top: 0;
	
}
	
	.news_title{
		position: absolute;
		left: 0;
		top: 23px;
	}
	
	


}

/*---------------------------------------------------------nav_middle*/

#nav_middle{
	
	width: 100%;
	height: auto;	
	background-color: #f5f5f5;
 
}

#nav_middle ul{
		
		padding: 30px 10px 50px ;
		text-align: center;
	max-width: 1200px;
	margin: 0 auto;
		
		 
	}

 #nav_middle ul li {
	  text-align: center;
	  width: calc(100%/6 - 2%);
	height: 110px;	
	position: relative;
	line-height: 1.5;
	vertical-align: top;
	  border-radius: 5px;
	  display: inline-block;
	  margin: 10px 2px 0 2px;
	  box-sizing: border-box;
	  background-color: #fff;
	  box-shadow: 0 0 5px rgba(0,0,0,0.08);
  }
	
	
#nav_middle ul li a{
	width: 100%;
	font-size: 14px;
	margin-bottom: 0px;
	color: #111;	
	height: 110px;
	padding-top: 75px;
	display: block;
	box-sizing: border-box;
	transition: .4s;	
	font-family: fot-seurat-pron, sans-serif;
	font-weight: 600;
	font-style: normal;
	border-radius: 5px;
	position: relative;
    z-index: 1;
	
}
	

	
#nav_middle ul li a:hover{
		background: rgba(30,30,30,0.3);
		
	}
  
#nav_middle ul li ul li a {
    padding-left: 30px;
  }
	
#nav_middle ul li:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
  font-weight: 900;
	color: #111;
	left: 50%;
	/*margin-left: -17px;*/
	top: 10px;
	font-size: 35px;
	transform: translateX(-50%);
	
}
	
	

#nav_middle ul li:hover:after{
	color: #fff;
	
}

#nav_middle ul li:nth-child(1):after{
	 content: '\f549';/*school*/
	color: #006d4d;/*red*/
}
#nav_middle ul li:nth-child(2):after{
	 content: '\f0d0';/*smail*/
	color: #EFA922;/*yamabuki*/
}
#nav_middle ul li:nth-child(3):after{
	 content: '\f54e';/*Fork and knife */
	color: #F23C0A;/*orange*/
}
#nav_middle ul li:nth-child(4):after{
	content: '\f0b1';
	color: #C6CCA5;/*pink*/
}
#nav_middle ul li:nth-child(5):after{
	content: '\f0e0';/*mail*/
	color: #E7F2A5;/*blue*/
}
#nav_middle ul li:nth-child(6):after{
	content: '\f073';/*calender*/
	color: #223D5A;/*kimidori*/
}
#nav_middle ul li:nth-child(7):after{
	 content: '\f304';/*pen*/
	color: #F3B6C7;/*rightpink*/
}
#nav_middle ul li:nth-child(8):after{
	 content: '\f0e0';/*mail*/
	color: #9E56D0;/*parple*/
}
#nav_middle ul li:nth-child(9):after{
	 content: '\f3c5';/*pin*/
	color: #BDD402;/*kimidori*/
}
#nav_middle ul li:nth-child(10):after{
	 content: '\f2bd';/*parson*/
	color: #E76E23;/*orange*/
}

@media only screen and (max-width: 600px) {
	#nav_middle ul li {
	width: calc(100%/2 - 2%);
		


	
}
}
/*---------------------------------------------------------top_concept*/

#concept{
	padding: 80px 0;
}

.title_box{
	text-align: center;
}

.head02,
.head02color{
	margin: 0 0 20px;
	font-size: 	2.8rem;	
	text-align: center;
	letter-spacing: 2px;
	font-weight: 400;
	position: relative;
	padding: 0 50px 0 50px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;
	line-height: 1.8em;
		

}

.head02:before,
.head02color:before{
	content: '';
	font-size: 30px;
	color: #EFA922;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
}

.head02color:before{
	color: #C31724;
}

.head02:after,
.head02color:after{
	content: '';
	font-size: 30px;
	color: #006d4d;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
}

.head02color:after{
	color: #E6752E;
}

.head03{
	margin: 0 0 0;
	font-size: 	24px;	
	text-align: center;
	letter-spacing: 4px;
	font-weight: 400;
	position: relative;
	padding: 0 40px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;
	margin: 30px 0 30px 0;		
}

.head03:before{
	content: '●';
	font-size: 20px;
	color: #006d4d;/*pink*/
	position: absolute;
	left: 0;
	top: 20%;
	margin-top: -7px;
}

.head03:after{
	content: '●';
	font-size: 20px;
	color: #006d4d;/*blue*/
	position: absolute;
	right: 0;
	top: 20%;
	margin-top: -7px;
}

.head03-ol{
	margin: 0 0 0;
	font-size: 	24px;	
	text-align: center;
	letter-spacing: 4px;
	font-weight: 400;
	position: relative;
	padding: 0 40px;
	box-sizing: border-box;
	display: inline-block;
	justify-content: center;
	margin: 30px 0 10px 0;
		

}

.head03-ol:before{
	content: '●';
	font-size: 20px;
	color: #006d4d;/*pink*/
	position: absolute;
	left: 0;
	top: 20%;
	margin-top: -7px;
}

.head03-ol:after{
	content: '●';
	font-size: 20px;
	color: #006d4d;/*blue*/
	position: absolute;
	right: 0;
	top: 20%;
	margin-top: -7px;
}

.top_concept{
	/*display: flex;*/
  justify-content: space-between;
	padding: 30px 0 0;
}

.top-contact-box {
	padding: 20px;
	width: fit-content;
	margin: 0 auto;
	box-shadow: 0 0 30px #ddd;
}

.tc_ph{
	display: inline-block;
	width: calc(100%/3 - 2%);
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
	
	
}

.tc_ph img{
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
	border-radius: 5px;
	box-sizing: border-box;
	
}

.tc_ph span{
	display: block;
	margin-top: 10px;
}

@media only screen and (max-width: 600px) {
	
	.top_concept {
	    display: block;
	    margin: 0 10px 0;
	    text-align: justify !important;
	}
	.tc_ph{
	width: calc(100%/1 - 10%);
	
	
}
}


/*---------------------------------------------------------footer*/
#footer{
	height: auto;
	text-align: center;
	background-color: #fef67f;/*efa922*/
	color: #333; 
	padding: 50px 0;
	width: 100%;
	
}

#f_inner{
	display: flex;
  justify-content: space-between;
	
}

#f_left,
#f_right{
	width: 50%;
	
	display: inline-block;
	/*border-right: 2px #fff solid;*/
	box-sizing: border-box;
	padding: 0px 10% 20px;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 2;

}

#f_right{
	border: none;
	padding: 10px 10px 20px;
	
	
}

#f_right h2{
	font-size: 16px;
	font-family: fot-seurat-pron, sans-serif;
	border: 1px #333333 solid;
	border-radius: 20px;
	width: 320px;
	display: inline-block;
}

#f_left a{
	color: #fff;
}

#f_left img{
	margin-bottom: 10px;
	width: 90%;
	height: auto;
	max-width: 250px;
}

.btn02{
	padding: 14px 0 10px;
	width: 200px;
	text-align: center;
	border: 1px solid #006d4d;
	background-color: #006d4d;
	margin: 10px auto;
	font-size: 16px;
	border-radius: 20px;
	font-weight: 400;
	line-height: 1;
	color: #000;
}

.btn02:hover{
	border: 1px solid  #006d4d;/*kimidori*/
	background-color:  #006d4d;/*kimidori*/
	color: #fff;
	
}

.open{
	display:flex;
	flex-wrap: wrap;
	/*width: 100%;*/
	border-top: none;
	font-size: 14px;
	width: 210px;
	margin: 30px auto 0;
}
.open dt, .open dd {
    padding: 0 0 8px;
}

.open dt{
	font-weight: 800;
	width: 26%;	
	line-height: 1.5;
	box-sizing: border-box;
	text-align: left;
	font-family: fot-seurat-pron, sans-serif;
}

.open dd{
	width: 74%;
	box-sizing: border-box;
	line-height: 1.5;
	text-align: left;
	margin: 0;
	
	
}

.open dd a {
	color: #333333;
}


.copy{
	font-size: 12px;
	text-align: center;
}

@media only screen and (max-width: 600px) {
	
	#f_inner{
	display: block;
  
}
	.tc_ph{
	width: calc(100%/1 - 10%);
	
	
}
	#f_left,
#f_right{
	width: 100%;
	}
	#f_left{
		border-right: none;
		/*border-bottom: 1px solid #fff;*/
		
	}
}
/*---------------------------------------------------------campany*/

.main_c{
	width: 100%;
	text-align: center;
	height: 150px;
	overflow: hidden;
	background-color: #d6e9d8;
	position: relative;
	
}

.main_c h2{
	font-weight: 500;
	font-style: normal;
	font-size: 35px;
	padding-top: 60px;
	color: #000;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
}

.bbg01{
	position: absolute;
	right: 20%;
	bottom: 20px;
	width: 40px;
	
}

.bbg02{
	position: absolute;
	left: 20%;
	bottom: 20px;
	width: 30px;
	
}

.bbg03{
	position: absolute;
	right: -30px;
	bottom: -10px;
	width: 35px;
	animation: r3 2s linear infinite alternate;
}

@media only screen and (max-width: 480px) {
	.bbg01{
		right: 5%;
	}
	
	.bbg02{
		left:5%;
	}
	
}



@keyframes r3 {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(20deg); }
}

@keyframes r4 {
  0%   { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}

.swiper-custom-parent{
	width: calc(100% - 30px);
	/*max-width: 900px;*/
	max-width: 770px;
  position: relative;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
	z-index: 0;
}

.swiper-container {
      width: 100%;
	max-width: 700px;
      height: 400px;
	
	margin: auto;
	border-radius: 20px;
		/*box-shadow: 0 0 10px rgba(0,0,0,0.5);
		*/

    }


    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
		
    }

@media only screen and (max-width: 800px) {
	.swiper-container {
		height: 320px;}
	
}
@media only screen and (max-width: 600px) {
	.swiper-container {
		height: 280px;}
}	
@media only screen and (max-width: 480px) {
	.swiper-container {
		height: 220px;
	}
	.swiper-button-prev{
  left: -2%;
  right: auto;
}
	.swiper-button-next{
  right: -2%;
  left: auto;
}
}	

#introduce,
#events{
	padding: 80px 0;
	text-align: center;
	
}
#idea{
	width: 100%;
	background-color: #f8f0da;
	padding: 80px 0;
	height: 200px;
}
#policy,
#access{
	width: 100%;
	background-color: #dcf0f6;
	padding: 80px 0;
	
}

#detail,
#recruit{
	width: 100%;
	background-color: #f9ecf2;
	padding: 80px 0;
	
}

#class{
	width: 100%;
	background-color: #f8f0da;
	padding: 80px 0;	
	
}

#flow{
	padding: 80px 0;
	
	
}

#effort{
	width: 100%;
	background-color: #f8f0da;
	padding: 80px 0;
	height: auto;
}

.idea_box{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 80px 0;
	
}

.idea_img{
	width: 220px;
	height: 220px;
	display: block;
	position: absolute;
	top: 40px;
	right: 15%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	opacity: 1;
}

.idea_img02{
	width: 200px;
	height: 200px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 15%;
	border-radius: 50%;
	overflow: hidden;
	z-index: 0;
	opacity: 1;
}

.idea_img img,.idea_img02 img{
	width: 150%;
	height: auto;
	margin-left: -25%;
}



.head04{
	font-size: 3.0rem;
	font-weight: 400;
	margin-bottom: 30px;
	color: #000;
	border-bottom: 7px dotted #BDD402;
	padding-bottom: 10px;
	width: fit-content;
	margin: 0 auto 30px;
	text-align: center;
	
}

.head_small{
	font-size: 2.6rem;
}

/*-----------------------------------------------------border-bottom色*/

.bb_yamabuki{
	border-bottom: 7px dotted #fef67f;
}
.bb_blue{
	border-bottom: 7px dotted #03BDF2;
}
.bb_pink{
	border-bottom: 7px dotted #F066A6;
}

/*-----------------------------------------------------background-color色*/


.bc_blue{
	background-color: #dcf0f6;
}
.bc_pink{
	background-color: #f9ecf2;
}

.text01{
	font-size: 15px;
	margin: 30px 0 0;
	line-height: 2;
	text-align: center;
}

.table01{
	display:flex;
  flex-wrap: wrap;
	width: 96%;
	font-size: 16px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 900px;
	
}

.table01 dt{
	font-weight: bold;
	width: 80px;	
	padding: 10px;
	 border-bottom: 5px solid #cdecf6; 
	box-sizing: border-box;
	
}

.table01 dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	padding: 10px 10px 10px 20px;
	width: calc(100% - 80px);
	border-bottom: 5px solid #cdecf6;
	box-sizing: border-box;
	vertical-align: middle;
	
}


.policy_deco{
	font-size: 10px;
	display: block;
	background-color: #03BDF2;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding-top: 15px;
	box-sizing: border-box;
}

.policy_deco span{
	display: inline-block;
	margin-top: -5px;
	font-size: 30px;
	font-weight: 800;
	font-style: normal;
}



.table02{
	max-width: 700px;
	display:flex;
  flex-wrap: wrap;
	border: 1px solid #f6b9d5;
	width: 96%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
}



.table02 dt{
	width: 30%;	
	padding: 15px;
	 border-top: 1px solid #f6b9d5; 
	box-sizing: border-box;
	font-weight: bold;
	background-color: #faa1ca;
	color: #fff;
}


.table02 dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 70%;
	border-left: 1px solid #f6b9d5;
  border-top: 1px solid #f6b9d5; 
	box-sizing: border-box;
	background-color: #fff;
	
}

@media only screen and (max-width: 800px) {
	.idea_img{
	right: 10%;
	opacity: 0.4;
}

.idea_img02{
	left: 10%;
	opacity: 0.4;
}


}

@media only screen and (max-width: 480px) {
	.spnomi{display: block;}
	.idea_img{
		top: 0px;
	right: 0%;
}

.idea_img02{
	left: 0%;
	bottom: 0;
	
}


}

.t_head{
	font-weight: bold;
	color: #F8B900;
}

.class_box{
	width: 100%;
	max-width: calc(700px + 4%);
	margin: 0 auto;
	padding: 0 2%;
	box-sizing: border-box;
	
	
	
}


.table03{
	max-width: calc(700px + 4%);
	display:flex;
  flex-wrap: wrap;
	border: 1px solid #F8B900;
	width: 100%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	background-color: #fff;
}



.table03 dt{
	width: 25%;	
	padding: 15px;
	 border-top: 1px solid #F8B900; 
	box-sizing: border-box;	
	
}


.table03 dd{
	display:flex;
  	flex-wrap: wrap;
	align-items: center;
	padding: 15px;
	width: 25%;
	border-left: 1px solid #F8B900;
  border-top: 1px solid #F8B900; 
	box-sizing: border-box;
	
}

.class_box p{
	font-size: 14px;
	margin-top: 20px;
}


/*---------------------------------------------------------concept*/

.flow_box{
	display:flex;
  flex-wrap: wrap;
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
	
	
}

.flow01,
.flow02{
	width: 49%;
	padding: 50px 20px;
	box-sizing: border-box;
	display: inline-block;
	display:flex;
  	flex-wrap: wrap;
	min-width: 350px;
	
}

.flow01{
	margin-right: 2%;
}




.flow01_head{
	font-size: 20px;
	font-weight: 800;
	color: #fff;
	display: inline-block;
	width: 90%;
	border-radius: 5px;
	margin: 0 auto	40px;
	padding: 12px 0 10px;
	text-align: center;
	letter-spacing: 8px;
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5); 
	height: 20px;
}

.head_pink{
	background-color: #F066A6;
	box-shadow: 0px 0px 0px 5px #F066A6;
}

.head_blue{
	background-color: #03BDF2;
	box-shadow: 0px 0px 0px 5px #03BDF2;
}

.table04{
	display:flex;
  flex-wrap: wrap;
	width: 100%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 900px;	
	
}


.table04 dt{
	font-weight: bold;
	width: 25%;	
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
	
}

.table04 dd{
	padding: 10px;
	width: 75%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 20px;
	position: relative;
	text-align: center;
	
}


.flow_time{
	font-size: 19px;
	display: block;
	background-color: #693906;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	padding: 7px 0 2px;	
	font-weight: 800;
	font-style: normal;
	line-height: 1;
	
}

.table04 dt:after{
	content: "";
	height: calc(100% - 55px);
	width: 2px;
	position: absolute;
	left: 48%;
	background-color: transparent;
	border-right: 5px dotted #BDD402;
	top: 50px;
}

.table04 dt.after_none:after{
	display: none;
	
}

.flow_img{
	width: 100%;
	margin: 0 auto;
	height: auto;
	display:block;
	border-radius: 10px;
	overflow: hidden;
	max-width: 300px;
	
}

.flow_img img{
	width: 100%;
	height: auto;
	border-radius: 10px;
	
	
}

.flow_text{
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 22px;
	
}



.flow_text_s{
	display: block;
	text-align: center;
	margin-top: 5px;
	font-size: 14px;
}


@media only screen and (max-width: 800px) {
.flow01,
.flow02{
	width: 100%;
	padding: 50px 20px;
	margin: 0 auto;	
	min-width: 350px;
	
}
	.flow01{
		margin-bottom: 
		20px;
	}
}

/*---------------------------------------------------------torikumi*/
.table05{
	display:flex;
  flex-wrap: wrap;
	width: 96%;
	font-size: 14px;
	 border-top: none;
	margin: 20px auto 0;
	line-height: 1.5;
	box-sizing: border-box;
	max-width: 1200px;
	
}

.table05 dt{
	font-weight: bold;
	width: 15%;	
	padding: 10px;
	box-sizing: border-box;
	
}

.table05 dd{
	padding: 10px;
	width: 37.5%;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 25px;
	font-weight: 800;
	text-align: left;
	
}

.effort_deco{
	font-size: 11px;
	display: block;
	background-color: #F8B900;
	width: 80px;
	height: 80px;
	padding-top: 10px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0px 0px 0px 5px #F8B900;
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5); 
}

.effort_deco span{
	display: inline-block;
	margin-top: 0px;
	font-size: 35px;
	font-weight: 800;
	font-style: normal;
}


.img_effort{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
	
}

.img_effort img{
	border-radius: 10px;
}

.text_effort{
	font-size: 15px;
	padding-top: 10px;
	line-height: 1.8;
	display: block;
	padding-right: 20px;
	font-weight: normal;
}



@media only screen and (max-width: 800px) {
	.table05{
		max-width: 550px;
		display:block;
	}
	
	.table05 dt{
		width: 100%;
		
	}
	.table05 dd{
		width: 100%;
		text-align: center;
		
	}
	.text_effort{
		text-align: left;
	}
	.effort_deco{
	font-size: 10px;
	width: 60px;
	height: 60px;
	padding-top: 10px;
	
	
}

.effort_deco span{
	font-size: 23px;
	
}
}


.bg_orange{
	background-color: #E7752E;
	box-shadow: 0px 0px 0px 5px #E7752E;
	
}

.bg_yamabuki{
	background-color: #F8B900;
	box-shadow: 0px 0px 0px 5px #F8B900;
	border: dashed 2px #f1e1b1;
}
.bg_pink{
	background-color: #F066A6;
	box-shadow: 0px 0px 0px 5px #F066A6;
	border: dashed 2px #f08ebc;
}
.bg_mizuiro{
	background-color: #03BDF2;
	box-shadow: 0px 0px 0px 5px #03BDF2;
	border: dashed 2px #59cff0;
}


/*---------------------------------------------------------events*/
.month{
	font-size: 35px;
	display: block;	
	width: 80px;
	height: 80px;
	padding-top: 5px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	box-sizing: border-box;	
	margin: 0 auto;
	border: dashed 2px;
	border-color: rgba(255,255,255,0.5); 
}

.month span{
	display: block;
	margin-top: -10px;
	font-size: 12px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: 2px;
	
}

@media only screen and (max-width: 800px) {
	.month{
	font-size: 22px;
	width: 60px;
	height: 60px;
	padding-top: 5px;
	
}

.month span{
	font-size: 10px;
	margin-top: -5px;
	
	
}
}


.top-txt-format {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.8pt;
}

.txt-footer-beauty {
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0.8pt;
	text-align: center;
}

.bty-prc {
	width: 100%;
	overflow-x: auto;
}
.bty-prc table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	min-width: 650px;
}
.bty-prc tr td {
	border: 1px solid #000;
	padding: 10px 0 5px;
    vertical-align: middle;
    background-color: #FFF;
}


.bty-prc tr td.bty-prc-green {
	display: block;
	background-color: #d3edfb;
	border-width: 0 0 0 1px;
}
.bty-prc tr td.bty-prc-notop {
	border-width: 0 1px 1px;
}
.bty-prc2 {
	width: 100%;
	overflow-x: auto;
}
.bty-prc2 table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    min-width: 650px;
    border: solid #000;
    border-width: 0 1px 1px 0;
    border-spacing: 0px;
}
.bty-prc2 tr td {
    border: solid #000;
    border-width: 1px 0 0 1px;
    padding: 5px 0;
    vertical-align: middle;
}
.bty-prc2 tr td.bty-prc2-green {
    display: block;
    background-color: #e2efda;
    border-width: 1px 0px 0px 1px;
}
.bty-prc2 tr td.bty-prc2-green {
    border-width: 1px 0px 0px 1px;
}
.bty-prc2-red {
	color: red;
}

.bty-prc2-sh {
	margin: 40px 0 20px;
	line-height: 1.8em;
}

.bty-prc3 {
    overflow-x: auto;
    padding: 30px 0 0;
}
.bty-prc3 table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	min-width: 650px;
}
.bty-prc3 tr td {
	border: 1px solid #000;
	padding: 5px 0;
    vertical-align: middle;
    background-color: #FFF;
}
.bty-prc3 tr td.bty-prc3-green {
	display: block;
	background-color: #e2efda;
	border-width: 0 0 0 1px;
}
.bty-prc3 tr td.bty-prc3-notop {
	border-width: 0 1px 1px;
}

.bty-prc4 {
	width: 100%;
	overflow-x: auto;
}
.bty-prc4 table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	min-width: 650px;
}
.bty-prc4 tr td {
	border: 1px solid #000;
	padding: 10px 5px 0;
    vertical-align: middle;
}
.bty-prc4 tr td.bty-prc4-green {
	display: block;
	background-color: #e2efda;
	border-width: 0 0 0 1px;
}
.bty-prc4 tr td.bty-prc4-notop {
	border-width: 0 1px 1px;
}

.bty-prc5 {
	width: 100%;
	overflow-x: auto;
}
.bty-prc5 table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	min-width: 650px;
}
.bty-prc5 tr td {
	border: 1px solid #000;
	padding: 10px 5px 0;
    vertical-align: middle;
}
.bty-prc5 tr td.bty-prc5-green {
	display: block;
	background-color: #e2efda;
	border-width: 0 0 0 1px;
}
.bty-prc5 tr td.bty-prc5-notop {
	border-width: 0 1px 1px;
}
.bty-prc5 tr:first-child td {
    background-color: #ECF4D9;
    font-size: 24px;
}

.salon-prc {
	width: 100%;
	overflow-x: auto;
}
.salon-prc table {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
	min-width: 650px;
}
.salon-prc tr td {
	border: 1px solid #000;
	padding: 5px 0;
    vertical-align: middle;
    background-color: #fff;
}
.salon-prc tr td.salon-prc-green {
	background-color: #e2efda;
}
.salon-prc tr td.salon-prc-notop {
	border-width: 0 1px 1px;
}

tr td.salon-prc-orange {
	background-color: #d3edfb;
}

.company-tbl {
	width: 100%;
	overflow-x: auto;
}
.company-tbl table {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	min-width: 650px;
}
.company-tbl tr td {
	border: 1px solid #000;
	padding: 10px;
	background-color: #fff;
}

.pnblog {
    width: 100%;
    max-width: 1230px;
    margin: auto;
    padding: 0 15px 100px;
    box-sizing: border-box;
}

.row-blog {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 80px 0;
}

.content-blog {
    width: calc(74% - 30px);
}

.title-blog {
	font-size:22px;
}

.post {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

.item-blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.item-cover {
    width: 26%;
    margin-right: 1%;
    padding: 15px;
}

.pnblog img {
    max-width: 100%;
    height: auto;
}

.item-cover {
    width: 26%;
    margin-right: 1%;
    padding: 15px;
    width: calc(25% - 30px - 1%);
}

.item-title {
    margin: 10px 0;
    display: block;
    font-size: 20px;
color: #000000!important;
}

.item-title a {
color: #ff0000;
}

.item-cover img {
    width: 100%;
    height: auto;
	border-radius: 10px;
}

.item-info {
    width: 73%;
    position: relative;
    padding: 5px 15px 15px;
    width: calc(75% - 30px);
    line-height: 1.8em;
}

.item-date {
    font-size: 12px;
}

.item-info p {
    font-size: 15px;
}

.pnsidebar {
    width: 26%;
}

/*.pnmainsidebar {
    background-color: #feefd0;
    padding: 20px;
}*/
.pnmainsidebar .wp-block-group {

    margin: 0 0 20px;
}

.pntitlesidebar {
    font-size: 19px;
    display: flex;
    padding-bottom: 20px;
}

.pnmainsidebar ul li {
    list-style: none;
	border-bottom: solid 1px #efefef;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}

.pnmainsidebar ul a {
    text-decoration: none;
    color: inherit;
}

.pntitlesidebar:nth-child(2) {
	margin: 20px 0 0 0;
}
.pnmainsidebar .wp-block-calendar table {
    font-size: 14px;
}
.pnmainsidebar .wp-block-calendar table tbody td {
    background-color: #fff;
}
.pnmainsidebar nav.wp-calendar-nav {
    display: none;
}

.wp-calendar-table caption {
	margin: 0 0 10px 0;
}

.content-info {
    font-size: 16px;
    padding-top: 15px;
    line-height: 1.8em;
}

.content-info p {
	margin: 0 0 1em;
}

.bty-prc tr td {
    width: 15%;
}
.bty-prc tr td:first-child {
    width: 70%;
    display: table-cell;
}
.bty-prc tr:first-child td:first-child {
    font-size: 24px;
}
.bty-prc2 tr td {
    width: 15%;
}
.bty-prc2 tr td:first-child {
    width: 70%;
    display: table-cell;
}
.bty-prc3 tr td {
    width: 15%;
}
.bty-prc3 tr td:first-child {
    width: 70%;
    display: table-cell;
}
table tr td.bty-prc3-grey {
	background-color: #f2f2f2;
}
.bty-prc4 tr td {
    width: calc(100% / 6);
    background-color: #FFF;
}
.bty-prc4 tr td:first-child {
    display: table-cell;
}
.bty-prc4 tr:first-child td {
	background-color: #ECF4D9;
	font-size: 24px;
}
.bty-prc4 tr:nth-child(2) td {
	background-color: #f2f2f2;
}
.bty-prc5 tr td {
    width: 15%;
    background-color: #FFF;
}
.bty-prc5 tr td:first-child {
    width: 70%;
    display: table-cell;
}
tr td.bty-prc-yellow {
	background-color: #d2cce6;
}
tr td.bty-prc-grey {
	background-color: #f2f2f2;
}
.company-tbl tr td:first-child {
    width: 25%;
    background-color: #ECF4D9;
}
.salon-prc tr:nth-child(2) td:first-child {
    width: 65%;
}
.salon-prc tr:first-child td:first-child {
    width: 15%;
}

.mgt-30 {
	margin-top: 30px;
}

.mgt-40 {
	margin-top: 40px;
}
nav ul.nav-list {
    max-width: 1200px;
}
nav ul.nav-list li {
    width: calc(100% / 6 - 2%);
}
nav ul.nav-list li a {
    padding: 75px 0 0;
    position: relative;
    z-index: 1;
}
.tal-c {
	text-align: center;
}

.company-btn {
	width: fit-content;
    border-radius: 30px;
    margin: 20px auto;
    padding: 15px;
    display: block;
    line-height: 1;
    background-color: #EFA922;
    color: #fff;
    text-align: center;
}

.company-btn-line {
	width: fit-content;
    border-radius: 30px;
    margin: 20px auto;
    padding: 15px;
    display: block;
    line-height: 1;
    background-color: #33CC00;
    color: #fff;
    text-align: center;
}
.company-btn:hover {
	opacity: 0.7;
}
.tbl-pad10 {
	width: calc(100% - 20px);
    margin: 0 auto;
}
.swiper-custom-parent .swiper-slide img {
    width: auto;
    height: 100%;
    border-radius: 30px;
}
.scroll-tbl .st-after, .scroll-tbl .st-before {
	display: none;
}
@media only screen and (max-width: 991px) {
	.pnmainsidebar .wp-block-calendar table {
	    font-size: 10px;
	}
	#nav_middle ul li {
	    min-width: 140px;
	}
	nav ul.nav-list li {
	    min-width: 140px;
	}

	#f_right h2 {
		width: auto!important;
	    padding: 10px;
	    line-height: 1.5;
	    margin: 0 0 10px 0;
	}
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

#sb_instagram {
	margin-bottom: 70px;
}

.pdl-8 {
	padding-left: 8px;
}

.tal-c-sp {
	color: #EFA922;
}

.pd-0 {
	padding: 0!important;
}

.pdb-40 {
	padding-bottom: 40px!important;
}

.tel .fa:before {
    color: #333;
}

.purple-bg {
	background-color: #d2cce6!important;
}

.blue-bg {
	background-color: #d3edfb!important;
}

.blue-bg-beauty {
	background-color: #d4ebe9!important;
}


@media only screen and (max-width: 767px) {

	.head03-ol {
	    width: 100%;
	}

	.bty-prc tr td {
	    padding: 10px 10px 5px;
	    text-align: left;
	}

	.bty-prc2 tr td {
	    padding: 10px 10px 5px;
	    text-align: left;
	}

	.bty-prc4 table {
	    min-width: 810px;
	}

	.bty-prc4 tr td {
	    padding: 10px;
	    text-align: left;
	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}

	#logo {
	    padding: 0 0 0 5px;
	}
	.content-blog {
	    width: 100%;
	}
	.pnsidebar {
	    width: 100%;
	}
	.pnmainsidebar ul li {
	    font-size: 16px;
	}
	.item-cover {
	    width: 100%;
	}
	.item-info {
	    width: 100%;
	}
	.pnmainsidebar .wp-block-calendar table tbody td,
	.pnmainsidebar .wp-block-calendar table thead th {
	    font-size: 16px;
	}
	.content-info {
	    margin-bottom: 20px;
	}
	.igfeed {
		overflow-x: hidden;
	}
	.top-contact-box {
	    width: calc(100% - 40px);
	}
	#f_right h2 {
	    font-size: 14px;
	    font-family: fot-seurat-pron, sans-serif;
	    border: 1px #222 solid;
	    border-radius: 20px;
	    width: 320px;
	    display: inline-block;
	}
	.main_c {
	    height: 180px;
	}

	#logo {
	    min-width: 150px;
	}
	.head02, .head02color {
font-size: 21px;
	}
	.head03{
		font-size:20px;
		text-align: center;
		width: 100%;
	}
	.head03:before{
		content: '●';
		font-size: 10px;
		color: #006d4d;/*pink*/
		position: absolute;
		left: 0;
		top: 20%;
		margin-top: -7px;
	}

	.head03:after{
		content: '●';
		font-size: 10px;
		color: #006d4d;/*blue*/
		position: absolute;
		right: 0;
		top: 20%;
		margin-top: -7px;
	}
	.head03-ol:before {
	    content: '●';
	    font-size: 10px;
	    color: #006d4d;
	    position: absolute;
	    left: 0;
	    top: 20%;
	    margin-top: -7px;
	}
	.head03-ol:after{
		content: '●';
		font-size: 10px;
		color: #006d4d;/*blue*/
		position: absolute;
		right: 0;
		top: 20%;
		margin-top: -7px;
	}
	.head04 {
	    font-size: 24px;
	}

	.top-txt-format {
	    font-size: 14px;
	}

	.bty-prc tr:first-child td:first-child {
	    font-size: 18px;
	}

	.bty-prc4 tr:first-child td {
	    font-size: 18px;
	}
	.bty-prc5 tr:first-child td {
	    font-size: 18px;
	}
	.head03-ol {
	    font-size: 20px;
	}
	.company-btn {
	    line-height: 1.5;
	    max-width: 260px;
	}
	.scroll-tbl {
    	position: relative;
	}
	.scroll-tbl .st-before {
	    left: 0;
	}
	.scroll-tbl .st-after {
	    right: 0;
	}
	.scroll-tbl .st-after, .scroll-tbl .st-before {
	    position: absolute;
	    top: 50%;
	    z-index: 1;
	    font-size: 40px;
	    display: block;
	    background-color: #DDD;
	    color: #888;
	    /*border: 2px solid; */
	    line-height: 1;
	    height: 32px;
	    width: 32px;
	    padding: 15px;
	    text-align: center;
	    border-radius: 50%;
	    opacity: 0.4;
	    transform: translateY(-50%);
	    transition: opacity 0.5s;
	}
	.scroll-tbl .scroll-tbl-inner {
	    width: 100%;
	    overflow-x: scroll;
	    scroll-behavior: smooth;
	}
	.scroll-tbl .end {
		opacity: 0;
	}
	.top_concept {
	    width: calc(100% - 20px);
	}
	.company-tbl table {
	    width: calc(100% - 20px);
	    display: block;
	    min-width: unset;
	    margin: 0 auto;
	}
	.company-tbl tbody, .company-tbl tr {
	    width: 100%;
	    display: block;
	}
	.company-tbl tr {
		border-style: solid;
		border-width: 1px 1px 0;
		margin: 0 0 20px;
	}
	.company-tbl tr td,
	.company-tbl tr td:first-child {
		display: block;
	    width: calc(100% - 20px);
	    border-width: 0 0 1px;
	}

	.sp-tbl.bty-prc table {
		min-width: unset;
	}
	.sp-tbl.bty-prc tr td.bty-prc-green {
	    border-width: 1px;
	}
	.sp-tbl.col3-tbl tr td,
	.sp-tbl.col3-tbl tr td:first-child {
		width: calc(100% / 3);
	}
	.sp-tbl.col2-tbl tr td,
	.sp-tbl.col2-tbl tr td:first-child {
		width: 50%;
	}

	.sp-divtbl {
	    display: flex;
	    flex-wrap: wrap;
	    font-size: 16px;
	    line-height: 1.8;
	    margin: 20px 10px;
	    border-style: solid;
	    border-width: 1px 1px 0 0;
	}
	.sp-divtbl > div {
	    border-style: solid;
	    padding: 10px;
	    border-width: 0 0 1px 1px;
	    background-color: #FFF;
	}
	.sp-divtbl .sp-divtbl-100 {
	    flex: 100%;
	    max-width: calc(100% - 20px);
	}
	.sp-divtbl .sp-divtbl-50 {
	    flex: 100%;
	    max-width: calc(50% - 21px);
	}
	.sp-divtbl .sp-divtbl-33 {
	    flex: 100%;
	    max-width: calc(100% / 3 - 21px);
	}
	.sp-divtbl .sp-divtbl-66 {
	    flex: 100%;
	    max-width: calc(100% / 3 * 2 - 21px);
	}
	.sp-divtbl .sp-divtbl-40 {
	    flex: 100%;
	    max-width: calc(40% - 21px);
	}
	.sp-divtbl .sp-divtbl-20 {
	    flex: 100%;
	    max-width: calc(20% - 21px);
	}
	.sp-divtbl > .orange {
		background-color: #d3edfb;
	}
	.sp-divtbl > .green {
		background-color: #d2cce6;
	}
	.sp-divtbl > .gray {
		background-color: #f2f2f2;
	}
	.f-16-sp {
		font-size: 16px;
	}
	.sp-divtbl-outtitle {
	    font-size: 16px;
	    background-color: #d3edfb;
	    padding: 15px 10px;
	    margin: 0 0 30px;
	    text-align: center;
	    border: 1px solid;
	}
	.sp-divtbl-outtitle .sp-divtbl {
	    margin: 10px 0 0;
	    text-align: justify;
	}
	.green-salon-tbl {
		background-color: #e2efda!important;
	}
	.calendar-wrapper {
	  position: relative;
	  width: 100%;
	  max-width: 800px;
	  margin: 0 auto;
	  padding-bottom: 100%; /* 高さを幅の75%に設定 (600/800 = 0.75) */
	}

	.calendar-wrapper iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}

	/* スマートフォン用の調整 */
	@media (max-width: 768px) {
	  .calendar-wrapper {
		padding-bottom: 120%; /* SPではより正方形に近い比率に */
	  }
	}

}