@charset "UTF-8";
/** Common CSS Code**/
@font-face {
    font-family: 'CopperplateCC';
    src: url('../fonts/CopperplateCC.woff2') format('woff2'),
         url('../fonts/CopperplateCC.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'CopperplateCC';
    src: url('../fonts/CopperplateCC-bold.woff2') format('woff2'),
         url('../fonts/CopperplateCC-bold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

a.contactBtn {
	background-color: #ffffff;
	border: #cccccc solid;
	border-width: 1px;
	border-radius: 5px;
	display: inline-block;
	padding: 8px 20px 10px 20px!important;
	margin: 0 0 0 15px;
	line-height: 1em;
}

#info .greeting .photo {
	width: 20%;
	display: inline-block;
	vertical-align: top;
}

#info .greeting .photo img {
	width: 100%;
}

#info .greeting .txtBox {
	width: calc(80% - 60px);
	margin: 0 0 0 50px;
	display: inline-block;
}

#info .greeting .txtBox div {
	display: block;
	margin: 0 auto 20px auto;
}

#info .greeting .txtBox div .name {
	font-size: 120%;
}

#TopServiceMenu {
	display: flex;
	flex-wrap: wrap;
}

#TopServiceMenu a {
	display: block;
	width: calc(100% / 3 - 6px);
	margin: 2px;
	border: #0e3574 solid;
	border-width: 1px;
	background-color: #0e3574;
	overflow: hidden;
	position: relative;
}

#TopServiceMenu a:hover {
	border: #72afdf solid;
	border-width: 1px;
}

#TopServiceMenu a div.photo {
	overflow: hidden;
	padding: 0;
}

#TopServiceMenu a div.photowhiy {
	padding: 0;
}

#TopServiceMenu a img {
	width: 100%;
}

#TopServiceMenu a:hover img {
	transform: scale(1.1);
}

#TopServiceMenu a div.copy {
	padding: 0 20px ;
	background-color: transparent;
	font-size: 100px;
	font-family: 'CopperplateCC', sans-serif;
    font-weight: 700;
	position: absolute;
	z-index: 10;
	transform: rotate(90deg) scale(1.2);
	text-align: left;
	display: block;
	white-space: nowrap;
	width: 70px;
	height: 100px;
	top: -20px;
	left: -20px;
	color: #72afdf;
	mix-blend-mode: screen;
	opacity: 0;
	transition: 0.5s;
}

#TopServiceMenu a:hover div.copy {
	transform: rotate(90deg) scale(1);
	opacity: 1;
	transition: 0.5s;
}

#TopServiceMenu a div {
	padding: 20px;
	background-color: #0e3574;
	color: #ffffff;
	text-align: center;
}

#TopServiceMenu a.why-us {
	width: calc(100% - 11px);
}

#TopServiceMenu a.why-us div.ja {
	position: absolute;
	background-color: transparent;
	padding: 0;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	font-size: 150%;
}

#TopServiceMenu a.why-us div.copy {
	transform: rotate(0deg) scale(1.2) translateY(-50%);
	width: auto;
	height: auto;
	top: 50%;
	left: 100px;
}

#TopServiceMenu a:hover.why-us div.copy {
	transform: rotate(0deg) scale(1) translateY(-50%);
	width: auto;
	height: auto;
	top: 50%;
	left: 50px;
}

.top_img {
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 100px auto;
}

#why_us .top_img {
	background-image: url("../img/why-us01.jpg");
}

#service .top_img {
	background-image: url("../img/service00.jpg");
}

.top_img h1 {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.top_img h1 .en {
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

#why_us h2 {
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal;
    font-size: 200%;
    line-height: 1.5em;
    margin: 0 auto 20px auto;
	text-align: center;
	width: 100%;
}

#why_us .icon {
	text-align: center;
}

#why_us .icon img {
	width: 200px;
}

#why_us .read {
	font-size: 120%;
	padding: 0 25px;
	text-align: center;
	line-height: 1.8em;
}

#why_us .reason {
	margin: 100px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#why_us .inreason {
	padding: 25px;
	width: 50%;
}

#why_us .inreason h3 {
    font-family: 'Noto Serif JP', YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: normal;
    font-size: 150%;
	text-align: center;
}

.serviceBox {
	height: 200px;
	margin: 0 0 0 0;
}

.serviceBox h2 {
    font-size: 80px;
    font-family: 'CopperplateCC', sans-serif;
    font-weight: 700;
    color: #72afdf;
    mix-blend-mode: screen;
	line-height: 0.5em;
	display: inline-block;
}

.serviceBox h3 {
    font-size: 20px;
    color: #72afdf;
    mix-blend-mode: screen;
	line-height: 1em;
}

.serviceBox .bgphoto {
	display: inline-block;
	height: 200px;
	background-position: center;
	background-size: cover;
	vertical-align: middle;
	padding: 20px 0 0 10px;
}

.serviceBox .bgphoto.photo01 {
	background-image: url("../img/service_p01.jpg");
	width: 700px;
	border-radius: 20px 0 0 0;
}

.serviceBox .bgphoto.photo02 {
	background-image: url("../img/service_p02.jpg");
	width: 580px;
}

.serviceBox .bgphoto.photo03 {
	background-image: url("../img/service_p03.jpg");
	width: 680px;
}

.serviceBox .bgphoto.photo04 {
	background-image: url("../img/service_p04.jpg");
	width: 500px;
}

.serviceBox .bgphoto.photo05 {
	background-image: url("../img/service_p05.jpg");
	width: 650px;
}

.serviceBox .bgphoto.photo06 {
	background-image: url("../img/service_p06.jpg");
	width: 550px;
	border-radius: 0 0 0 20px;
}

.serviceBox .bgphoto .ring {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.serviceBox .bgphoto .ringSP {
	display: none;
}

.serviceBox .read {
	padding: 0 0 0 30px;
	font-size: 22px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.5em;
}

.serviceBox .read01 { width: 500px;}
.serviceBox .read02 { width: 620px;}
.serviceBox .read03 { width: 520px;}
.serviceBox .read04 { width: 700px;}
.serviceBox .read05 { width: 550px;}
.serviceBox .read06 { width: 650px;}


/* ------------------------------------------------------ */
@media only screen and (max-width : 1920px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1336px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1200px) {
/* ------------------------------------------------------ */
.serviceBox {
	height: auto;
	margin: 0 0 50px 0;
}

.serviceBox.end {
	margin: 0;
}

.serviceBox .bgphoto.photo01,
.serviceBox .bgphoto.photo02,
.serviceBox .bgphoto.photo03,
.serviceBox .bgphoto.photo04,
.serviceBox .bgphoto.photo05,
.serviceBox .bgphoto.photo06 {
	width: 100%;
	margin: 0 0 20px 0;
}

.serviceBox .read01,
.serviceBox .read02,
.serviceBox .read03,
.serviceBox .read04,
.serviceBox .read05,
.serviceBox .read06 {
	width: 100%;
}
	
.serviceBox .read {
	padding: 0 50px;
}

.serviceBox .bgphoto {
	border-radius: 20px!important;
}

.ringPC {
	display: none;
}

.ringSP {
	display: inline-block!important;
	right: auto;
	left: 0;
}
	
h2.serviceSP,
	h3.serviceSP {
		display: block;
		text-align: right;
		padding: 0 10px 0 0;
	}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */
#TopServiceMenu a div.copy {
	font-size: 60px;
	left: -20px;
}

}


/* ------------------------------------------------------ */
@media only screen and (max-width : 820px) {
/* ------------------------------------------------------ */
#TopServiceMenu a div,
#TopServiceMenu a.why-us div.ja {
	font-size: 80%;
	line-height: 1.3em;
}

#TopServiceMenu a div.oneLine {
	margin: 0.6em 0 0 0;
}

#TopServiceMenu a div.oneLine820 {
	margin: 0.6em 0 0.6em 0;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 768px) {
/* ------------------------------------------------------ */
#TopServiceMenu a div.oneLine820 {
	margin: 0;
}

#why_us .read {
	text-align: left;
}

#why_us .read br {
	display: none;
}

#info .greeting .photo {
	width: 100%;
	text-align: center;
	margin: 0 auto 20px auto;
}	

#info .greeting .photo img {
	width: 40%;
}	
	
#info .greeting .txtBox {
	width: 100%;
	margin: 0;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */
.top_img {
    height: 150px;
	margin: 0 auto 50px auto;
}

.top_img h1 .en {
	font-size: 8vw;
}

#TopServiceMenu a div.copy {
	font-size: 30px;
	left: -50px;
}

#TopServiceMenu a div.photo {
	height: 300px;
}

#TopServiceMenu a {
    width: calc(100% / 2 - 4px);
}
	
.serviceBox .read {
	padding: 0;
	font-size: 100%;
}
	
	.serviceBox h2 {
		font-size: 10vw;
	}

.serviceBox .bgphoto {
	height: 130px;
}

.serviceBox {
	height: auto;
	margin: 0 0 30px 0;
}

	#why_us .read {
		padding: 0;
	}

.serviceBox h3 {
    font-size: 100%;
	line-height: 0.5em;
}

}

/* ------------------------------------------------------ */
@media only screen and (max-width : 480px) {
/* ------------------------------------------------------ */
#why_us .inreason {
    padding: 0px;
    width: 100%;
	margin: 50px auto 0 auto;
}
#why_us .inreason.top {
    padding: 0px;
    width: 100%;
	margin: 0 auto;
}

#why_us h2 {
    font-size: 160%;
}
}

/* ------------------------------------------------------ */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */ 

}