@charset "UTF-8";
/* CSS Document */

.about_iliosmile{
	max-width: 806px;
	margin: 0 auto;
}
.about_iliosmile h1{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.about_iliosmile .mv{
	width: 200px;
	margin: 40px auto 16px;
}
.about_iliosmile .mv img{
	width: 100%;
}
.about_iliosmile .title{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
}
.about_iliosmile .sub_title{
	color: #85513b;
	font-size: 13px;
	letter-spacing: 0.09em;
	border-bottom: solid 1px #85513b;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-align: center;
	width: 400px;
	margin-left: auto; 
	margin-right: auto; 
}
.about_iliosmile .bold{
	font-weight: 600;
}

.about{
	margin-bottom: 80px;
}
.about .logo_area{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 24px auto 20px;
	justify-content: center;
	align-items: center;
}
.about .logo_area .logo{
	width: 140px;
}
.about .logo_area .logo img{
	width: 100%;
}
.about .logo_area .logo_text{
	font-size: 20px;
}
.about .logo_area .logo_text p{
	margin-bottom: 8px;
	margin-top: 0;
}
.about .logo_area .logo_text span{
	font-weight: 600;
	color: #0d8c31;
	padding-left: 4px;
	padding-right: 4px;
	letter-spacing: 0.08em;
}
.about .b-text, .about .s-text{
	text-align: center;
}
.about .b-text{
	font-size: 18px;
	font-weight: 600;
}
.about .s-text{
	font-size: 16px;
}

.omoi .mv{
	width: 80px;
}
.omoi .omoi_box{
	width: 100%;
	margin-bottom: 60px;
}
.omoi .number{
	text-align: center;
	font-size: 26px;
	font-weight: 600;
	color: #85513b;
	margin: 0;
	padding: 0;
}
.omoi h2{
	font-size: 20px;
	text-align: center;
	color: #85513b;
	letter-spacing: 0.1em;
	margin: 6px auto 20px;
	font-weight: 600;
	line-height: 1.6;
}
.omoi .omoi_text{
	width: 80%;
	margin: 0 auto;
	line-height: 1.9;
	font-size: 16px;
}
.omoi .omoi_image{
	width: 80%;
	margin: 0 auto 20px;
}
.omoi .omoi_image img{
	width: 100%;
	border-radius: 20px;
}
.omoi .Text-Span {
  position: relative;
  z-index: 1;
}
.omoi .Text-Span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0%;
  height: 6px;
  background: #f1ccba;
  z-index: -1;
  transition: all 0.8s;
}
.omoi .Text-Span.isActive:after {
  width: 100%;
}
.omoi .animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
.omoi .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.kanban .mv{
	width: 80px;
}
.kanban .kanban_main{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.kanban .member_box{
	width: calc((100% - 60px)/2);
	margin-bottom: 30px;
}
.kanban .member_img{
	width: 56%;
	margin: 0 auto;
}
.kanban .member_box img{
	width: 100%;
}
.kanban .member_box .name{
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 1.8;
	margin: 14px 0 0 0;
}
.kanban .member_box .name span{
	font-size: 14px;
	color: #85513b;
	padding: 3px 16px;
	background: #edddd2;
	letter-spacing: 0.06em;
	border-radius: 4px;
}
.kanban .member_box .member_text{
	width: 90%;
	font-size: 15px;
	line-height: 1.9;
	margin: 2px auto 0;
}

.about_iliosmile  .button {
  	max-width: 320px;
  	margin: 4% auto 6%;}

.about_iliosmile  a.btn_more {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 100%;
  	height: 50px;
  	position: relative;
  	background: #85513b;
  	border-radius: 30px;
  	box-sizing: border-box;
  	padding: 0 45px 0 25px;
  	color: #fff;
  	font-size: 16px;
  	line-height: 1.3;
  	text-align: left;
  	text-decoration: none;
  	transition-duration: 0.3s;
}

.about_iliosmile  a.btn_more:before {
  	content: '';
  	width: 8px;
  	height: 8px;
  	border: 0;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 50%;
  	right: 25px;
  	margin-top: -5px;
}





@media screen and (max-width: 767px){
.about{
	margin-bottom: 50px;
}
.about_iliosmile h1{
	font-size: 18px;
	line-height: 1.5;
}
.about_iliosmile .sub_title{
	width: 100%;
}
.about .mv{
	width: 68%;
}
.about .logo_area{
	display: block;
	flex-wrap: nowrap;
	margin: 20px auto;
}
.about .logo_area .logo{
	margin: 0 auto;
	width: 160px;
	margin-bottom: 16px;
}
.about .logo_area .logo_text{
	font-size: 18px;
	text-align: center;
}
.about .logo_area .logo_text p{
	margin-bottom: 8px;
	margin-top: 0;
}
.about .b-text, .about .s-text{
	line-height: 1.6;
}

.omoi .omoi_box{
	margin-bottom: 50px;
}
.omoi h2{
	font-size: 18px;
	margin: 4px auto 20px;
}
.omoi .omoi_text{
	width: 100%;
	font-size: 15px;
}
.omoi .omoi_image{
	width: 100%;
}

.kanban .mv{
	width: 26%;
}
.kanban .member_box{
	width: calc((100% - 30px)/2);
}
.kanban .member_img{
	width: 90%;
}
.kanban .member_box .name{
	font-size: 16px;
}
.kanban .member_box .name span{
	font-size: 13px;
	padding: 2px 12px;
}
.kanban .member_box .member_text{
	width: 96%;
	font-size: 13px;
}




}