@charset "UTF-8";

html{
	--iwasakiBlue: #00345b;
}

/* philosophy */

.philosophyPointPC{
	margin: 0 auto;
	width: 90%;
}
.philosophyPointSP{
	margin: 0 auto;
	width: 50%;
}
.philosophyPointPC{
	padding-top: 30px;
}
.philosophyPointSP{
	display: none;
}
.philosophyPointPC img,
.philosophyPointSP img{
	width: 100%;
}
.philosophyList{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 80px;
}
.philosophyList article{
	width: 100%;
	margin-bottom: 10px;
}
.philosophyList ul{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 80px;
}
.philosophyList li:first-of-type{
	width: 55%;
}
.philosophyList li:last-of-type{
	width: 45%;
}
.philosophyList li:first-of-type img{
	width: 100%;
}
.philosophyList p:first-of-type{
	text-align: center;
}
.philosophyList li:last-of-type img{
	width: 170px;
	margin-top: 15px;
}
.philosophyList h4{
	color: var(--base);
	font-family: var(--aralet);
	font-size: 1.6rem;
	line-height: 2.5rem;
	margin: 15px 0;
}
.philosophyList h4 span{
	display: inline-block;
}
.philosophyList p:last-of-type{
	line-height: 2rem;
}
@media screen and (max-width: 1000px){
	.philosophyList ul{
		gap: 40px;
	}
	.philosophyList li:first-of-type{
		width: 52%;
	}
	.philosophyList li:last-of-type{
		width: 48%;
	}
	.philosophyList p:first-of-type img{
		width: 140px;
	}
	.philosophyList h4{
		font-size: 1.4rem;
		margin: 10px 0;
	}
	.philosophyList p{
		font-size: 0.925rem;
		line-height: 1.25rem;
	}
}
@media screen and (max-width: 768px){
	.philosophyPointPC{
		display: none;
	}
	.philosophyPointSP{
		display: block;
	}
	.philosophyPointSP img:not(:last-of-type){
		margin-bottom: 20px;
	}
	.philosophyList{
		margin-bottom: 40px;
	}
	.philosophyList ul{
		width: 70%;
		margin: 0 auto;
		flex-wrap: wrap;
		gap: 20px;
	}
	.philosophyList li:first-of-type,
	.philosophyList li:last-of-type{
		width: 100%;
	}
	.philosophyList li:last-of-type{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.philosophyList p:first-of-type{
		background: #fff;
		border-radius: 0 20px 0 0;
		padding: 12px 15px 0 0;
		margin-top: -100px;
	}
	.philosophyList li:last-of-type img{
		width: 80px;
		margin-top: 0;
	}
	.philosophyList h4{
		width: calc( 100% - 10px );
		font-size: 1.6rem;
		line-height: 2.5rem;
		margin: 5px 0 0 10px;
	}
	.philosophyList p:last-of-type{
		display: block;
		width: 100%;
		font-size: 1rem;
		line-height: 1.75rem;
		box-sizing: content-box;
		padding: 10px;
	}
}
@media screen and (max-width: 600px){
	.philosophyPointSP{
		width: 70%;
	}
	.philosophyList ul{
		width: 90%;
	}
	.philosophyList h4{
		font-size: 1.4rem;
		line-height: 2.3rem;
	}
	.philosophyList p:last-of-type{
		font-size: 0.9rem;
		line-height: 1.75rem;
	}
}
@media screen and (max-width: 420px){
	.philosophyList p:first-of-type{
		padding: 10px 12px 0 0;
	}
	.philosophyList li:last-of-type img{
		width: 70px;
	}
	.philosophyList h4{
		font-size: 1.2rem;
		line-height: 2rem;
	}
	.philosophyList p:last-of-type{
		font-size: 0.85rem;
		line-height: 1.6rem;
	}
}
@media screen and (max-width: 360px){
	.philosophyList p:first-of-type{
		border-radius: 0 18px 0 0;
		padding: 10px 12px 0 0;
		margin-top: -90px;
	}
	.philosophyList li:last-of-type img{
		width: 70px;
	}
	.philosophyList h4{
		font-size: 1.1rem;
		line-height: 1.9rem;
	}
	.philosophyList p:last-of-type{
		font-size: 0.8rem;
		line-height: 1.5rem;
	}
}



.philosophyIkegaya{
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	border: 2px solid var(--base);
	border-radius: 18px;
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 3px 3px 5px #efefef;
}
.philosophyIkegayaTtl h5,
.philosophyIkegayaTtl h4{
	background: var(--pale);
	color: var(--deepgreen);
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.1em;
}
.philosophyIkegayaTtl h5{
	font-weight: 400;
	font-size: 1em;
	padding: 30px 0 5px;
	text-align: center;
}
.philosophyIkegayaTtl h4{
	font-size: 1.125em;
	padding-bottom: 30px;
	font-weight: 650;
	text-align: center;
}
.philosophyIkegayaTtl h4 span{
	font-size: 1.3em;
	padding-right: 3px;
}
.philosophyIkegayaInner{
	padding: 50px 50px 30px;
}
.philosophyIkegayaMain{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 25px;
}
.philosophyIkegayaMain li:first-child{
	width: 58%;
}
.philosophyIkegayaMain li:last-child{
	width: 42%;
}
.philosophyIkegayaMain li h3{
	position: relative;
	border-radius: 7px;
	padding: 12px 0!important;
}
.philosophyIkegayaMain li h3 img{
	width: 85%;
	margin-top: 6px;
}
.philosophyIkegayaMain li h3::after{
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	top: 50%;
	margin-top: -5px;
	border-color: transparent var(--deep);
	border-width: 5px 0 5px 7px;
	right: -7px;
}
.philosophyIkegayaMain img{
	width: 100%;
	margin-top: -45px;
}
.philosophyIkegayaMain p{
	padding: 4px 10px 0 20px;
}
.philosophyIkegayaPrf{
	background: #efefef;
	position: relative;
	margin: 40px 15px 20px;
	padding: 20px 40px;
	box-sizing: content-box;
}
.philosophyIkegayaPrf::before{
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	height: 47px;
	background: url("../img/about/ikegayaProfile.webp") no-repeat bottom center / 100%;
	top: -20px;
	left: -20px;
	z-index: 1;
}
.philosophyIkegayaPrf h4{
	font-family: var(--tsukugo);
	font-size: var(--fsSmall);
}
.philosophyIkegayaPrf h4 span{
	font-size: var(--fsMiddle);
	padding-right: 8px;
}
.philosophyIkegayaPrf p{
	font-size: var(--fsSmall);
	line-height: 1.675em;
	margin-top: 8px;
}
@media screen and (max-width: 768px){
	.philosophyIkegaya{
		width: 98%;
		max-width: inherit;
	}
	.philosophyIkegayaTtl h5{
		padding: 25px 0 0;
		line-height: 1.35em;
	}
	.philosophyIkegayaTtl h4{
		padding-bottom: 25px;
	}
	.philosophyIkegayaPrf h4 span{
		padding-right: 5px;
	}
	.philosophyIkegayaInner{
		padding: 45px 15px 20px;
	}
	.philosophyIkegayaMain{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		justify-content: center;
		gap: 25px;
	}
	.philosophyIkegayaMain li:first-child,
	.philosophyIkegayaMain li:last-child{
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.philosophyIkegayaMain li h3::after{
		display: none;
	}
	.philosophyIkegayaMain p{
		padding: 10px 10px 20px 15px;
		line-height: 1.6rem;
	}
}
@media screen and (max-width: 450px){
	.philosophyIkegayaInner{
		padding: 45px 10px 5px;
	}
	.philosophyIkegayaTtl h5{
		padding: 22px 0 0;
	}
	.philosophyIkegayaTtl h4{
		padding-bottom: 22px;
	}
	.philosophyIkegayaPrf h4 span{
		padding-right: 3px;
	}
	.philosophyIkegayaMain p{
		padding: 10px 5px 0 10px;
		line-height: 1.8em;
	}
	.philosophyIkegayaPrf::before{
		width: 100px;
		height: 39px;
		top: -15px;
		left: -15px;
	}
	.philosophyIkegayaPrf{
		padding: 20px 15px;
	}
}
@media screen and (max-width: 360px){
	.philosophyIkegayaTtl h5{
		padding: 20px 0 0;
	}
	.philosophyIkegayaTtl h4{
		padding-bottom: 20px;
	}
	.philosophyIkegayaPrf h4 span{
		padding-right: 1px;
	}
	.philosophyIkegayaMain{
		gap: 20px;
	}
	.philosophyIkegayaMain li:first-child,
	.philosophyIkegayaMain li:last-child{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
}


/* facility */

.facilityFirst .firstInner{
	text-align: center;
	font-weight: 400;
}
.facilityWrap .firstWrap{
	padding-bottom: 0;
}
.facilityMap{
	width: 100%;
}
.facilityMap img{
	width: 100%;
}
.facilityList ul{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 15px;
	margin-left: 7px;
}
.facilityList li{
	width: 100%;
	position: relative;
	background: #fff;
	border-radius: 25px;
	box-shadow: 3px 3px 5px #efefef;
}
.facilityList li img{
	width: 100%;
	border-radius: 25px 25px 0 0;
}
.facilityListInner{
	position: relative;
}
.facilityListTtl{
	position: absolute;
	display: flex;
	align-items: flex-end;
	gap: 20px;
	top: -15px;
	left: -25px;
}
.facilityListTtl h4{
	position: relative;
	font-size: 2.275em;
	color: #fff;
	font-weight: 600;
	width: 90px;
	height: 90px;
	line-height: 85px;
	border-radius: 50%;
	background: var(--liner);
	text-align: center;
}
.facilityListTtl h4::after{
	content: "";
	position: absolute;
	display: block;
	z-index: 1;
	border-style: solid;
	bottom: 35%;
	border-color: transparent var(--deep);
	border-width: 7px 0 7px 9px;
	right: -7px;
}
.facilityListTtl h4,
.facilityListTtl h5{
	display: inline-block;
}
.facilityListTtl h5{
	font-size: 1.2375em;
	line-height: 1.575em;
	font-weight: 500;
	font-family: var(--aralet);
}
.facilityListMain{
	padding: 75px 20px 25px 25px;
}
.facilityListMain p{
	font-size: var(--fsSmall);
	line-height: 1.65em;
	margin-top: 10px;
}
@media screen and (max-width: 960px){
	.facilityList ul{
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 7px;
	}
	.facilityList li{
		width: calc( 50% - 8px );
	}
}
@media screen and (max-width: 600px){
	.facilityList ul{
		margin-left: 5px;
	}
	.facilityList li{
		width: 95%;
	}
	.facilityListTtl{
		gap: 25px;
		left: -17px;
	}
	.facilityListTtl h4{
		font-size: 2.75em;
		width: 100px;
		height: 100px;
		line-height: 95px;
	}
	.facilityListTtl h5{
		font-size: 1.4785em;
		line-height: 1.575em;
	}
	.facilityListMain{
		padding: 85px 25px 25px 30px;
	}
	.facilityListMain p{
		font-size: 0.9875em;
		line-height: 1.65em;
	}
}


/* iwasaki */

.iwasakiWrap{
	background: var(--iwasakiBlue);
	padding: 100px 0 50px;
}
.iwasakiWrap{
	background: var(--iwasakiBlue);
}
.iwasakiWrap hgroup h2{
	color: #fff;
}
.iwasakiInner{
	width: 90%;
	max-width: 920px;
	margin: 70px auto;
}
.iwasakiInner article{
	width: 100%;
	color: var(--iwasakiBlue);
	background: #fff;
	padding: 60px;
	border-radius: 20px;
	box-sizing: border-box;
}
.iwasakiInner article p:not(:last-of-type){
	padding-bottom: 18px;
	font-weight: 400;
}
.iwasakiInner article p:last-of-type{
	margin: 40px auto 0;
	text-align: center;
}
.iwasakiInner article img{
	width: 280px;
	margin-left: -20px;
}
.iwasakiEvent{
	width: 90%;
	margin: 50px auto 0;
}
.iwasakiEvent h2{
	margin-bottom: 0;
}
.iwasakiEvent p{
	color: #fff;
	text-align: center;
	font-size: 0.975em;
	font-weight: 400;
	margin: 20px auto;
}
.iwasakiEvent ul{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	gap: 10px;
}
.iwasakiEvent li img{
	width: 100%;
	border-radius: 15px;
}
@media screen and (max-width: 768px){
	.iwasakiWrap{
		padding: 50px 0 30px;
	}
	.iwasakiInner{
		max-width: inherit;
		margin: 30px auto;
	}
	.iwasakiInner article{
		padding: 40px;
	}
	.iwasakiInner article p:not(:last-of-type){
		line-height: 1.65rem;
	}
	.iwasakiInner article p:last-of-type{
		margin: 30px auto 0;
	}
	.iwasakiInner article img{
		width: 200px;
	}
	.iwasakiEvent{
		width: 100%;
	}
	.iwasakiEvent li img{
		border-radius: 10px;
	}
}