@charset "UTF-8";

/* 共通 */
#wrapper { overflow-x: hidden; }
#content { position: relative; z-index: 1; }
@media screen and (max-width: 767px) {
	.in-Ttl { margin-left: 6%; margin-bottom: 40px; position: relative; }
	.enTtl { font-size: 3.0rem; font-weight: 500; line-height: 1.0; font-family: "Oswald", sans-serif; color: var(--base-color); position: relative; margin-bottom: 20px; z-index: 10; }
	.enTtl::before { content: ""; position: absolute; top: 50%; left: -20%; width: 60px; height: 1px; background-color: var(--base-color); transition: all .4s ease-in-out;}
	.jpTtl { font-size: 1.2rem; font-weight: 700; line-height: 1.0; margin-bottom: 20px; }
	.text-content { margin-bottom: 40px;}
	.ttlImg { position: absolute; top: 0; right: 0; width: 20vw; clip-path: polygon(0 0, 100% 100%, 100% 0); }
}
@media screen and (min-width: 768px) {
	.in-Ttl { margin-left: 6%; margin-bottom: 40px; position: relative;}
	.enTtl { font-size: 5.0rem; font-weight: 500; line-height: 1.0; font-family: "Oswald", sans-serif; color: var(--base-color); position: relative; margin-bottom: 20px; }
	.enTtl::before { content: ""; position: absolute; top: 50%; left: -60px; width: 50px; height: 1px; background-color: var(--base-color); transition: all .4s ease-in-out;}
	.jpTtl { font-size: 1.5rem; font-weight: 700; line-height: 1.0; margin-bottom: 20px; }
	.text-content { margin-bottom: 40px;}
	.ttlImg { position: absolute; top: 0; right: 0; width: 15vw; clip-path: polygon(0 0, 100% 100%, 100% 0); }
	.in-Ttl p { margin-bottom: 20px; }
}
@media screen and (min-width: 768px) and (max-width: 899px) {	
	.jpTtl { font-size: 1.4rem; }
	.enTtl { font-size: 3.6rem; }
	.enTtl::before { content: ""; position: absolute; top: 50%; left: -16%; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {	
	.jpTtl { font-size: 1.5rem; }
	.enTtl { font-size: 4.0rem; }
	.enTtl::before { content: ""; position: absolute; top: 50%; left: -18%; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {	
	.enTtl::before { content: ""; position: absolute; top: 50%; left: -15%; }
}

/* #anch01 */
@media screen and (max-width: 767px) {		
	#anch01 { position: relative; }
	#anch01 .in { }
	#anch01 .in-in { padding: 6%; }
	#anch01 .secImg01 { position: absolute; top: 50%; left: 20%; transform: translateY(-50%); z-index: 2; width: 18vw; }
	#anch01 .secImg02 { position: absolute; top: 50%; left: 2%; transform: translateY(-50%); z-index: 1; width: 25vw; }
	.serviceCate { display: flex; justify-content: space-between; flex-wrap: wrap; margin: 0 4%; }
	.serviceCate li { width: 48%; margin-right: 4%; overflow: hidden; margin-bottom: 20px; }
	.serviceCate li:nth-child(2n) { margin-right: 0; }
	.serviceCate li div { margin-bottom: 10px; }
	.serviceCate li p { text-align: center; font-size: 0.9rem; margin-bottom: 0; }
}
@media screen and (min-width: 768px) {	
	.s-ttl01 { font-size: 1.8rem; font-weight: 700; }
	.s-enTtl { font-size: 6.0rem; line-height: 1.0; margin-bottom: 40px; }
	.s-enTtl span { color: var(--base-color); }
	.s-subTtl { font-size: 1.5rem; font-weight: 700; margin-bottom: 10px; }
	
	#anch01 { position: relative; }
	#anch01 .in { padding: 10vh 4%; }
	#anch01 .in-in { width: 50%; margin-left: 50%; padding: 10vh 0; }
	#anch01 .secImg01 { position: absolute; top: 50%; left: 20%; transform: translateY(-50%); z-index: 2; width: 18vw; }
	#anch01 .secImg02 { position: absolute; top: 50%; left: 2%; transform: translateY(-50%); z-index: 1; width: 25vw; }
	.serviceCate { display: flex; justify-content: space-between; margin-right: 2%; }
	.serviceCate li { width: 23.5%; overflow: hidden; }
	.serviceCate li:nth-child(4) { margin-right: 0; }
	.serviceCate li div { margin-bottom: 10px; }
	.serviceCate li p { text-align: center; font-size: 0.9rem; margin-bottom: 0; }
}
@media screen and (min-width: 768px) and (max-width: 899px) {	
	#anch01 .in { padding: 5vh 4%; }
	#anch01 .in-in { padding: 5vh 0; width: 60%; margin-left: 40%; }
	#anch01 .secImg02 { width: 30vw; }
	.serviceCate li p { font-size: 0.8rem; }
}
@media screen and (min-width: 900px) and (max-width: 1089px) {	
	#anch01 .in { padding: 5vh; }
	#anch01 .in-in { padding: 5vh 0; width: 55%; margin-left: 45%; }
	#anch01 .secImg02 { width: 30vw; }
}
@media screen and (min-width: 1090px) and (max-width: 1189px) {	
	#anch01 .secImg02 { width: 30vw; }
}


/* #anch02 */
@media screen and (max-width: 767px) {	
	#anch02 { position: relative; }
	#anch02 .in { padding: 0vh; }
	#anch02 .in-flex { display: flex; justify-content: space-between; flex-direction: column; }
	#anch02 .in .in-Ttl { margin-left: 4%; margin-bottom: 0; order: 2; padding: 6%; }	
	#anch02 .in .in-ttlImg { width: 100%; height: 200px; background: url("../img/common/facilityTtl.jpg") center center no-repeat; background-size: cover; order: 1;  }	
}
@media screen and (min-width: 768px) {	
	#anch02 { position: relative; }
	#anch02 .in { padding: 0vh 0% 0vh 4%; }
	#anch02 .in-flex { display: flex; justify-content: space-between; align-items: center; }
	#anch02 .in .in-Ttl { width: 50%; margin-left: 4%; margin-bottom: 0; }	
	#anch02 .in .in-ttlImg { width: 40%; background: url("../img/common/facilityTtl.jpg") center center no-repeat; background-size: cover; }	
}

/* #anch03 */
@media screen and (max-width: 767px) {	
	#anch03 { position: relative; }
	#anch03 .in-flex { display: flex; justify-content: space-between; flex-direction: column; }
	#anch03 .in-flex-Img { width: 100%; height: 200px; background: url("../img/common/anch04.png") center center no-repeat; background-size: cover; overflow: hidden; order: 1; }		
	#anch03 .in-flex-Txt { padding: 6%; order: 1; }
	#anch03 .in .in-flex-Txt { margin-left: 4%;}
}
@media screen and (min-width: 768px) {	
	#anch03 { position: relative; padding: 10vh 0; }
	#anch03 .in-flex { display: flex; justify-content: flex-start; align-items: center; }
	#anch03 .in-flex-Img { width: 42%; }		
	#anch03 .in-flex-Txt { padding: 0vh 0% 0vh 8%; width: 46%; }
}
@media screen and (min-width: 768px) and (max-width: 768px) {	
	#anch03 .in-flex { display: flex; justify-content: space-between; align-items: center; }
	#anch03 .in-flex-Img { width: 48%; }		
	#anch03 .in-flex-Txt { padding: 0vh 4% 0vh 8%; width: 40%; }
}

/* news */
@media screen and (max-width: 899px) {	
	.in-flex-L { margin-bottom: 0px;}
	.newsSec { margin: 0 6%; }
	.newsList li { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #dedede;}
	.newsCate { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 10px; }
	.newsCate dt { font-family: "Oswald", sans-serif; font-weight: 700; padding: 5px 10px; line-height: 1.0; font-size: 0.9em; }
	.newsCate dd { font-family: "Oswald", sans-serif; font-weight: 700; padding: 5px 10px; background: var(--base-color); color: #fff; line-height: 1.0; font-size: 0.9em; }
	.newsList li p { margin-bottom: 0px;}
	.newsSec .enTtl { margin-bottom: 0px; }
	.newsSec .ttl01 { margin-bottom: 20px; }
	
	.newsContact { background: #fff; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; padding: 0vh 6%; } 
	.halfFlex { }
	.in-half { border-bottom: 1px solid #dedede; padding: 5vh 0%; }
	.in-half:nth-child(2) { border-bottom: none; }
	.in-half .subTtl02 { font-size: 1.8em; font-weight: 700; line-height: 1.7; margin-bottom: 20px; letter-spacing: 0.075em; text-align: center; }
	.in-half .tel { font-size: 2.0rem; line-height: 1.0; margin-bottom: 10px; }
	.in-half .tel .fa-phone { transform: rotate(90deg);}
}
@media screen and (min-width: 900px) {	
	.newsContact { background: #fff; border-bottom: 1px solid #dedede; padding: 5vh 6% 10vh; margin-top: 5vh; } 
	.halfFlex { display: flex; justify-content: space-between; max-width: 1200px; margin: 0 auto; }
	.in-half { width: 50%; border-right: 1px solid #dedede; padding: 0 4%; }
	.in-half:nth-child(2) { border-right: none; }
	.in-half .subTtl02 { font-size: 1.8em; font-weight: 700; line-height: 1.7; margin-bottom: 20px; letter-spacing: 0.075em; text-align: center; }
	.in-half .tel { font-size: 2.0rem; line-height: 1.0; margin-bottom: 10px; }
	.in-half .tel .fa-phone { color:#000; }
	.in-half .tel a         { resize: none; }
	.in-half .tel a:link    { color:#000; text-decoration: none; }
	.in-half .tel a:visited { color:#000; text-decoration: none; }
	.in-half .tel a:hover   { color:var(--base-color); text-decoration: none; }
	.in-half .tel a:active  { color:#000; text-decoration: none; }
	
	.newsList li { padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dotted #dedede; }
	.newsCate { display: flex; justify-content: flex-start; align-items: center; margin-right: 10px; }
	.newsCate dt { font-family: "Oswald", sans-serif; font-weight: 700; padding: 5px 10px; line-height: 1.0; font-size: 0.9em; color: ar(--base-color); }
	.newsCate dd { font-family: "Oswald", sans-serif; font-weight: 700; padding: 2px 10px; background:var(--base-color); color:#fff; line-height: 1.0; font-size: 0.8em; }
	.newsList li p { margin-bottom: 0px;}
	
	.newsList li a         { resize: none; }
	.newsList li a:link    { color:#000; text-decoration: none; }
	.newsList li a:visited { color:#000; text-decoration: none; }
	.newsList li a:hover   { color:#000; text-decoration: underline; }
	.newsList li a:active  { color:#000; text-decoration: none; }
}




/*-- 背景固定　パララックス -------------------------------------------------------------*/
.paraCopy { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2;}
.paraCopy .paraEn { font-family: "Oswald", sans-serif; font-weight: 700; font-size: 4.0rem; -webkit-text-stroke: 1px #fff; /* 線の太さと色 */ color: transparent; text-align: center; margin-bottom: 10px; line-height: 1.0; white-space: nowrap; } 
.paraCopy .paraJp { text-align: center; color: #fff; margin-bottom: 0px; white-space: nowrap; }
.parallax_content .ovry { background: rgba(0,0,0,0.3); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
@media screen and (max-width: 599px){
	.parallax_content { height: 300px; overflow: hidden; position: relative; padding: 0 !important; }	
	.parallax_bg { background-image: url("../img/common/bgsp.webp"); background-position: center; background-size: cover; background-repeat: no-repeat; position: absolute; top: 0; left: 0; right: 0; bottom: 0; transform: translateY(0); will-change: transform; }
	.paraCopy .paraEn { font-size: 3.0rem; }
}
@media screen and (min-width: 600px) and (max-width: 1089px) {
	.parallax_content { height: 250px; overflow: hidden; position: relative; }	
	.parallax_content::before { content:""; display: flex; height: 100%; padding: 100%; justify-content: center; align-items: center; background-image: url("../img/common/bg.webp") ; background-attachment: fixed; background-position: center; background-size: cover; background-repeat: no-repeat; }
}
@media screen and (min-width: 1090px) {
	.parallax_content { height: 300px; overflow: hidden; position: relative; }	
	.parallax_content::before { content:""; display: flex; height: 100%; padding: 100%; justify-content: center; align-items: center; background-image: url("../img/common/bg.webp") ; background-attachment: fixed; background-position: center; background-size: cover; background-repeat: no-repeat; }
}







