@charset "UTF-8";
/* CSS Document */


/******************************************************

1600px以上の場合に適用 

*******************************************************/

/* mv */
.mv {
	background-image: url("/img/about/bg_mv.jpg");
}




/* anchorLink */
.anchorLink {
	background-color: #E9F5F8;
	padding: 140px 0 100px 0;
}

.anchorLink__h2 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #3480BA;
	margin-bottom: 30px;
}

.anchorLink__h2 span {
	color: #00B994;
	background-image: radial-gradient(circle at center, #00B994 20%, transparent 20%); /* 点の色とサイズ調整 */
	background-position: top right; /* 点の位置 */
	background-repeat: repeat-x; /* 横方向に繰り返し */
	background-size: 1em 5px; /* 点の間隔とサイズ調整 */
	padding-top: .5em; /* 縦方向の位置調整 */
}

.anchorLink__box {
	margin-top: 40px;
}



/* service */
.service {
	text-align: center;
	padding: 140px 0 80px 0;
	background-color: #F0D500;
}

.service__h2::after {
	background-image: url("/img/index/wave_white.png");
}

.service__h2 span {
	top: -10px;
}

.service__h2 p span {
	display: block;
	font-size: 15px;
	line-height: 1;
}

.service__item {
	background-color: #FFF;
	padding: 30px 25px;
	border-radius: 15px;
	margin-bottom: 20px;
	text-align: left;
	display: flex;
	justify-content: space-between;
}

.service__left {
	width: 20%;
}

.service__img {
	display: block;
	width: 100%;
	height: auto;
}

.service__right {
	width: 75%;
}

.service__h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #3480BA;
}

.service__txt span {
	font-size: 11px;
	color: #666;
	display: block;
	margin-top: 5px;
}



/* staff */
.staff {
	padding: 120px 0 130px 0;
	background-color: #E9F5F8;
	text-align: center;
}

.staff__box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.staff__item {
	width: calc(50% - 5px);
	background-color: #FFF;
	border-radius: 15px;
	margin-bottom: 10px;
	padding: 20px;
	text-align: left;
}

.staff__content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.staff__left {
	width: 37%;
}

.staff__img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}

.staff__right {
	width: 56%;
}

.staff__position {
	font-size: 13px;
	color: #3480BA;
	background-color: #D7EEF5;
	display: inline-block;
	padding: 0 15px;
	border-radius: 20px;
	margin-bottom: 10px;
}

.staff__name {
	font-size: 18px;
	margin-bottom: 10px;
}

.staff__shop {
	font-size: 13px;
	color: #666;
}

.staff__h4 {
	font-weight: bold;
	margin-bottom: 10px;
	color: #3480BA;
}

.staff__txt {
	margin-bottom: 20px;
}




/******************************************************

1360px〜1599pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1599px){
	
/* staff */
.staff__box {
	display: block;
}

.staff__item {
	width: 100%;
}
	
	
	
}



/******************************************************

1200px〜1359pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1359px){
	
/* service */
.service__item {
	display: block;
}

.service__left {
	width: 30%;
	margin: 0 auto 20px auto;
}

.service__right {
	width: 100%;
}
	
	
}




/******************************************************

1024px〜1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){
	
	
	
}



/******************************************************

768px〜1023pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1023px){
	
/* sevice */
.service__item {
	display: flex;
}

.service__left {
	width: 20%;
}

.service__right {
	width: 75%;
}
	
	
	
/* staff */
.staff__box {
	display: flex;
}

.staff__item {
	width: calc(50% - 5px);
}
	
	
	
}



/******************************************************

〜767pxの場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
	
	
/* anchorLink */
.anchorLink {
	background-color: #E9F5F8;
	padding: 70px 0 0 0;
}

.anchorLink__txt {
	width: calc(100% - 30px);
	margin: 0 auto;
}

.anchorLink__box {
	margin-top: 50px;
}



/* service */
.service {
	padding: 80px 0 90px 0;
}

.service__item {
	background-color: #FFF;
	padding: 20px 20px 30px 20px;
	margin-bottom: 15px;
	text-align: left;
	display: block;
}

.service__left {
	width: 100%;
}

.service__img {
	width: 120px;
	margin: 0 auto;
}

.service__right {
	width: 100%;
}

.service__h3 {
	text-align: center;
}
	


/* staff */
.staff {
	padding: 80px 0;
}

.staff__box {
	display: block;
}

.staff__item {
	width: 100%;
	padding: 25px 15px 15px 15px;
}

.staff__content {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.staff__left {
	width: 32%;
}

.staff__right {
	width: 62%;
}

	

	
}
