@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;}
/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
    margin-bottom: 114px;
    position: relative;
    height: 305px;
}
.pageTitle:before {
    position: absolute;
    left: 0;
    top: -100px;
    bottom: 0;
    width: calc(50% + 210px);
    background: #fff;
    border-radius: 0 200px 230px 0;
    content: "";
    z-index: 1;
}
.pageTitle .headLine01 {
    padding: 85px 0;
    position: relative;
    z-index: 2;
}
.pageTitle .headLine01 .en {
    margin-bottom: 28px;
    color: #9F7C52;
    display: block;
    font-size: 2rem;
    font-family: Arial, Helvetica, "sans-serif";
}
.pageTitle .headLine01 .jp {
    display: block;
    font-size: 5rem;
    color: #004892;
}
@media all and (max-width: 896px) {
	.pageTitle {
		margin-bottom: 40px;
		height: 163px;
	}
    .pageTitle:before {
        top: -50px;
        width: calc(100% - 15px);
        border-radius: 0 100px 130px 0;
    }
	.pageTitle .headLine01 {
		padding: 45px 0;
		position: relative;
		z-index: 2;
	}
	.pageTitle .headLine01 .en {
		margin-bottom: 13px;
		font-size: 1.3rem;
	}
	.pageTitle .headLine01 .jp {
		font-size: 3.1rem;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
    max-width: 1004px;
    margin: 0 auto;
	padding: 0 15px;
}
@media all and (max-width: 896px) {
	.content {
        max-width: inherit;
		padding: 0 15px;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 78px;
    color: #333;
    font-size: 4rem;
    font-weight: 500;
	line-height: 2;
}
@media all and (max-width: 896px) {
	.headLine02 {
        margin-bottom: 38px;
		font-size: 2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 37px;
	font-size: 2.5rem;
	color: #004892;
	line-height: 1.55;
	position: relative;
}
.headLine03::before {
	width: 20px;
	height: 20px;
	position: absolute;
	left: -28px;
	top: 9px;
	background: url("../../img/common/icon05.png") no-repeat left center;
	background-size: 20px 20px;
	content: "";
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 15px;
		font-size: 1.7rem;
		color: #004892;
		line-height: 1.62;
	}
	.headLine03::before {
		left: -15px;
		top: -1px;
		background-size: 10px 10px;
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	margin-bottom: 72px;
}
.headLine04 .en {
	margin-bottom: 30px;
	color: #9F7C52;
	display: block;
    font-family: Arial, Helvetica, "sans-serif";
}
.headLine04 .ttl {
	color: #004892;
	font-size: 4rem;
}
@media all and (max-width: 896px) {
	.headLine04 {
		margin-bottom: 40px;
	}
	.headLine04 .en {
		margin-bottom: 12px;
		font-size: 1.3rem;
	}
	.headLine04 .ttl {
		font-size: 2.6rem;
		line-height: 1.35;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding: 5px 44px 5px 0;
	display: inline-block;
	font-size: 1.7rem;
	background: url("../../img/common/icon06.png") no-repeat right center;
	background-size: 35px auto; 
}
.comLink .info {
	display: inline-block;
	border-bottom: 1px solid #004892;
}
.comLink a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comLink a {
		padding: 5px 28px 5px 0;
		font-size: 1.3rem;
		background: url("../../img/common/sp_icon06.png") no-repeat right center;
		background-size: 26px auto; 
	}
	.comLink .info {
		line-height: 1;
	}
}
/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
	padding: 100px 0 97px;
}
.comBox .linkBtn {
	margin-bottom: 30px;
}
.comBox .linkBtn a {
	display: flex;
	width: 600px;
	height: 120px;
	align-items: center;
	justify-content: center;
	color: #9F7C52;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	border-radius: 60px;
	border: 1px solid #9F7C52;
}
.comBox .linkBtn a:hover {
	opacity: 0.7;
}
.comBox .linkBtn img {
	margin: -1px 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}
.comBox .tel {
	text-align: center;
}
.comBox .tel .top {
	display: block;
}
.comBox .tel .top a {
	padding-left: 60px;
	color: #004892;
	display: inline-block;
	font-size: 4rem;
	font-weight: bold;
	letter-spacing: 0.2em;
	background: url("../../img/common/icon03.png") no-repeat left center;
	background-size: 42px auto;
}
.comBox .tel .time {
	margin-top: -4px;
	display: block;
	font-size: 1.5rem;
}
@media all and (max-width: 896px) {
	.comBox {
		padding: 52px 0 48px;
	}
	.comBox .content {
		padding: 0 10px;
	}
	.comBox .linkBtn {
		margin: 0 auto 15px;
		max-width: 450px;
	}
	.comBox .linkBtn a {
		width: auto;
		font-size: 1.3rem;
		height: 60px;
		border-radius: 60px;
	}
	.comBox .linkBtn img {
		margin: -1px 12px 0 0;
	}
	.comBox .tel .top a {
		padding: 5px 0 0 40px;
		font-size: 2.6rem;
		background: url("../../img/common/sp_icon02.png") no-repeat left center;
		background-size: 29px auto;
	}
	.comBox .tel .time {
		font-size: 1rem;
	}
}
/*------------------------------------------------------------
	comInnerBox
------------------------------------------------------------*/
.comInnerBox {
	margin: 200px 0 0;
	padding: 94px 0 105px;
	position: relative;
	background: url("../../img/common/com_inner_box_bg.jpg") no-repeat center center;
	background-size: cover;
}
.comInnerBox:before {
	position: absolute;
	left: -1000px;
	right: 50%;
	bottom: 0;
	top: 0;
	background: #fff;
	border-radius: 0 322px 322px 0; 
	content: "";
	z-index: 1;
}
.comInnerBox .content {
	position: relative;
	z-index: 2;
}
.comInnerBox .enTit {
	margin-bottom: 45px;
	color: #9F7C52;
	font-size: 2rem;
	font-weight: bold;
}
.comInnerBox .txtInner {
	width: 54.5%;
}
.comInnerBox .txtInner:nth-child(2n) {
	width: 45.5%;
}
.comInnerBox .title {
	margin-bottom: 30px;
	color: #004892;
	font-size: 4rem;
	font-weight: bold;
}
.comInnerBox .txtP {
	margin-bottom: 32px;
	padding-left: 30px;
	background: url("../../img/common/icon10.png") no-repeat left 3px top 5px;
	background-size: 20px auto; 
	line-height: 2;
}
.comInnerBox .comLink {
	margin: 0 0 0 30px;
}
.comInnerBox .comLink a {
	font-size: 2.2rem;
	color: #004892;
	font-weight: bold;
}
.comInnerBox .comLink .info {
	border: none;
}
.comInnerBox01 {
	padding: 94px 0 90px;
}
.comInnerBox01:before {
	right: calc(50% - 126px);
}
.comInnerBox01 .enTit {
	margin-bottom: 34px;
}
.comInnerBox01 .title {
	margin-bottom: 80px;
	font-size: 5rem;
}
.comInnerBox01 .txtP {
	font-size: 2.2rem;
	font-weight: bold;
}
.comInnerBox01 .txtP:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) and (max-width: 1000px) {
	.comInnerBox .title {
		font-size: 3.6rem;
	}
	.comInnerBox01 .title {
		font-size: 4.6rem;
	}
	.comInnerBox .txtP {
		font-size: 1.9rem;
	}
}
@media all and (max-width: 896px) {
	.comInnerBox {
		margin: 50px 0 0;
		padding: 50px 0 42px;
		position: relative;
		background: url("../../img/common/sp_com_inner_box_bg.jpg") no-repeat center top;
		background-size: 100% auto;
	}
	.comInnerBox:before {
		display: none;
	}
	.comInnerBox .enTit {
		margin-bottom: 13px;
		position: relative;
		z-index: 2;
		font-size: 1.3rem;
	}
	.comInnerBox .subBox {
		display: block;
	}
	.comInnerBox .txtInner {
		width: 100%;
		margin-bottom: 90px;
		position: relative;
	}
	.comInnerBox .txtInner:first-child:before {
		position: absolute;
		left: -20px;
		top: -82px;
		right: 0px;
		bottom: -50px;
		background: #fff;
		border-radius: 0 322px 322px 0; 
		content: "";
		z-index: 1;
	}
	.comInnerBox .txtInner:nth-child(2n) {
		width: 100%;
		margin: 0;
	}
	.comInnerBox .title {
		margin-bottom: 38px;
		font-size: 2.6rem;
		position: relative;
		z-index: 2;
	}
	.comInnerBox .txtP {
		margin-bottom: 15px;
		padding-left: 19px;
		font-size: 1.4rem;
		position: relative;
		z-index: 2;
		background: url("../../img/common/sp_icon09.png") no-repeat left top 7px;
		background-size: 13px auto; 
		line-height: 1.85;
	}
	.comInnerBox .comLink {
		margin: 0 0 0 20px;
		position: relative;
		z-index: 2;
	}
	.comInnerBox .comLink a {
		font-size: 1.5rem;
		background-image: url("../../img/common/sp_icon10.png");
		background-size: 24px auto; 
	}
	.comInnerBox01 {
		padding: 44px 0 46px;
	}
	.comInnerBox01 .txtInner {
		margin-bottom: 0;
	}
	.comInnerBox01 .txtInner:first-child:before {
		left: -20px;
		top: -80px;
		right: 0px;
		bottom: -50px;
	}
	.comInnerBox01 .enTit {
		margin-bottom: 14px;
	}
	.comInnerBox01 .title {
		margin-bottom: 37px;
		font-size: 2.6rem;
	}
	.comInnerBox01 .txtP {
		font-size: 1.4rem;
	}
	.comInnerBox01 .txtP:last-child {
		margin-bottom: 0;
	}
}