@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	width: 1100px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 15px;
		width: auto !important;
	}
}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.titleBox {
	margin: -283px auto 190px;
	padding: 0 0 0 18px;
	max-width: 1380px;
	min-width: 1140px;
	position: relative;
	z-index: -10;
	box-sizing: border-box;
}
.pageTitle {
	width: 615px;
	align-items: flex-end;
	position: relative;
}
.pageTitle::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -32px;
	left: 22px;
	width: 479px;
	height: 652px;
	background: url("../../img/common/page_title_bg.png") no-repeat top center / 479px;
	z-index: -10;
}
.pageTitle h2 {
	margin-bottom: 11px;
	width: 122px;
	position: relative;
}
.pageTitle h2 .jp {
	display: block;
	font-size: 4.06rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	direction: ltr;
	text-align: left;
	height: 182px;
}
.pageTitle h2 .en {
	position: absolute;
	bottom: 31px;
	right: 0;
	display: inline-block;
	font-size: 2.1rem;
	letter-spacing: 0.1em;
	transform: rotate(90deg);
	text-align: right;
	font-weight: normal;
}
.pageTitle p {
	width: 470px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}
.titleBox .photoBox {
	margin-bottom: 13px;
	width: 702px;
}
@media all and (max-width: 1640px) and (min-width: 897px) {
	.titleBox {
		margin-top: -246px;
	}
	.titleBox .photoBox {
		margin-right: 10px;
		width: 482px;
	}
}
@media all and (max-width: 896px) {
	.titleBox {
		margin: 0 15px 180px;
		padding: 0;
		width: auto;
		display: block;
		max-width: inherit;
		min-width: inherit;
	}
	.pageTitle {
		margin: 0 0 25px;
		width: auto;
	}
	.pageTitle::before {
		bottom: 0;
		width: 200px;
		height: 280px;
		background-size: 200px;
	}
	.pageTitle h2 {
		margin-bottom: 0;
		width: 77px;
	}
	.pageTitle h2 .jp {
		height: auto;
		font-size: 2.2rem;
	}
	.pageTitle h2 .en {
		bottom: 22px;
		right: 0;
		font-size: 1.4rem;
	}
	.pageTitle p {
		width: calc(100% - 80px);
	}
	.titleBox .photoBox {
		width: 100%;
	}
}
/*------------------------------------------------------------
	comContactBox
------------------------------------------------------------*/
.comContactBox {
	width: 1040px;
	margin: 0 auto 139px;
	padding: 26px 15px 27px 51px;
	color: #036EB8;
    font-family: 'A-OTF-MidashiGoPr5-MB31';
    border: 1px solid #036EB7;
    border-radius: 35px;
    box-shadow: 8px 8px 0 #036eb8;
	box-sizing: border-box;
}
.comContactBox .photoBox {
    margin-right: 20px;
    width: 134px;
}
.comContactBox .textBox p {
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.61;
    letter-spacing: 0.02em;
}
.comContactBox .textBox .ttl {
    margin-bottom: 5px;
    letter-spacing: 0.05em;
}
.comContactBox .textBox .ttl .sml {
    font-size: 1.8rem;
    vertical-align: 2px;
}
.comContactBox .textBox .tel {
	margin-bottom: 14px;
    text-align: center;
}
.comContactBox .textBox .tel a {
    padding-left: 74px;
    display: inline-block;
    color: #036EB8;
    font-size: 5.2rem;
	letter-spacing: 0.1em;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.35);
    background: url("../../img/common/tel01.png") no-repeat left top 23px / 54px;
}
@media all and (max-width: 896px) {
    .comContactBox {
        margin: 0 15px 30px;
		padding: 10px;
        width: auto;
        display: block;
    }
    .comContactBox .photoBox {
        margin: 0 auto 20px;
        width: 100px;
    }
    .comContactBox .textBox p {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .comContactBox .textBox .ttl .sml {
        font-size: 1.3rem;
        vertical-align: 0px;
    }
    .comContactBox .textBox .tel {
        margin-bottom: 10px;
    }
    .comContactBox .textBox .tel a {
        padding-left: 40px;
        font-size: 3rem;
        background-size: 30px auto;
        background-position: left top 13px;
    }
}
@media all and (max-width: 374px) {
	.comContactBox .textBox .tel a {
		font-size: 2.7rem;
		background-position: left top 11px;
	}
}
@media all and (-ms-high-contrast:none) {
	.comContactBox .textBox .tel a {
		padding-top: 12px;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	position: relative;
	left: 50%;
	width: 204px;
	text-align: right;
	transform: translateX(-50%) rotate(-90deg);
}
#main .comLink::before {
	content: "";
	display: block;
	width: 36px;
	height: 208px;
	position: absolute;
	top: -89px;
	right: 82px;
	background: url("../../img/common/arrow02.png") no-repeat center center / 36px;
	transform: rotate(90deg);
	z-index: -5;
}
#main .comLink a::after {
	content: "";
	display: block;
	width: 88px;
	height: 88px;
	position: absolute;
	top: -11px;
	right: -46px;
	background-color: #d9e9f5;
	border-radius: 50%;
	z-index: -10;
}
#main .comLink a {
	display: block;
	color: #036EB8;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 200;
	letter-spacing: 0.025em;
	position: relative;
}
#main .comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .comLink::before {
		width: 18px;
		height: 103px;
		top: -36px;
		right: 42px;
		background-size: 18px;
	}
	#main .comLink a::after {
		width: 50px;
		height: 50px;
		top: -1px;
		right: -25px;
	}
}