@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 {
	padding: 88px 0 0;
	text-align: center;
	background: #DCE3F0;
}
.pageTitle .enTit {
	margin-bottom: 6px;
	color: rgba(0,71,157,0.45);
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
.pageTitle h1 {
	margin-bottom: 16px;
	color: #1a2543;
	font-size: 3.2rem;
}
.comTxt {
	font-weight: bold;
	margin-bottom: 74px;
	text-align: center;
}
.pageTitle .mainImg img {
    width: 100%;
}
@media all and (max-width: 960px) {
	.pageTitle {
		padding: 37px 0 0;
	}
	.pageTitle .enTit {
		font-size: 1.2rem;
		margin-bottom: 1px;
	}
	.pageTitle h1 {
		margin-bottom: 10px;
		font-size: 2.4rem;
	}
	.comTxt {
		margin: 0 2px 30px;
		letter-spacing: 0;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 58px;
	position: relative;
	color: #1a2543;
	font-size: 3.2rem;
	text-align: center;
}
.headLine01:before {
	margin-left: -20px;
	position: absolute;
	left: 50%;
	bottom: -23px;
	width: 40px;
	height: 2px;
	background: #e70700;
	content: "";
}
@media all and (max-width: 960px) {
	.headLine01 {
		margin-bottom: 40px;
		font-size: 2.4rem;
	}
	.headLine01:before {
		bottom: -16px;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	width: 880px;
	margin: 0 auto;
}
@media all and (max-width: 960px) {
	.content {
		width: auto;
		padding: 0 20px;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink a {
	padding: 14px 43px 14px 14px;
	color: #1a2543;
	width: 160px;
	display: block;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	background: #fff url("../../img/common/icon03.png") no-repeat right 38px center;
	background-size: 13px auto;
	box-sizing: border-box;
	border-radius: 3px;
}
@media all and (min-width: 961px) {
    .comLink a:hover {
        background: #fff url("../../img/common/icon03.png") no-repeat right 28px center;
        background-size: 13px auto;
    }
}
@media all and (max-width: 960px) {
	.comLink a {
		padding: 15px 41px 15px 14px;
		font-size: 1.2rem;
		background-position: right 43px center;
		background-size: 12px auto;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
    margin-bottom: 54px;
    color: #1a2543;
    font-size: 2.4rem;
}
.headLine02 .en {
    margin-left: 19px;
    opacity: 0.5;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1a2543;
}
@media all and (max-width: 960px) {
	.headLine02 {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.headLine02 .en {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 50px;
	font-size: 3.2rem;
	color: #1a2543;
	text-align: center;
}
.headLine03 .en {
	margin-bottom: 5px;
	opacity: 0.5;
	display: block;
    font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
}
.headLine03 .jp {
    display: block;
}
@media all and (max-width: 960px) {
	.headLine03 {
		margin-bottom: 35px;
		font-size: 2rem;
	}
	.headLine03 .en {
		margin-bottom: 3px;
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
    padding: 45px 0 80px;
    background: #2F4F7F;
}
.comContact .comTit {
    margin-bottom: 15px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}
.comContact .comTit .info {
    padding: 10px 0 10px 30px;
    display: inline-block;
    background: url("../../img/common/icon05.png") no-repeat left top 14px;
    background-size: 20px auto;
}
.comContact .linkUl li {
    width: 432px;
}
.comContact .linkUl li a {
    color: #1a2543;
    display: flex;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100px;
    box-sizing: border-box;
    background: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 6px;
}
.comContact .linkUl li .telSpan {
    width: 100%;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
}
.comContact .linkUl li .small {
    font-size: 2rem;
}
.comContact .linkUl li .time {
    padding-bottom: 10px;
    width: 100%;
    display: block;
    font-size: 1.2rem;
}
.comContact .linkUl .contact a {
    color: #fff;
    font-size: 2rem;
    background: #D97706;
    border: 2px solid #D97706;
}
.comContact .linkUl .contact .info {
    padding: 0 30px 0 0;
    display: inline-block;
    background: url("../../img/common/icon06.png") no-repeat right center;
    background-size: 16px auto;
}
@media all and (min-width: 961px) {
    .comContact .linkUl .contact a:hover {
        color: #D97706;
        background: #fff;
    }
    .comContact .linkUl .contact a:hover .info {
        background: url("../../img/common/icon07.png") no-repeat right center;
        background-size: 16px auto;
    }
}
@media all and (max-width: 960px) {
	.comContact {
		padding: 25px 0 60px;
	}
	.comContact .comTit {
		margin-bottom: 15px;
		font-size: 1.8rem;
		text-align: left;
	}
	.comContact .comTit .info {
		padding: 10px 0 10px 32px;
		background: url("../../img/common/icon05.png") no-repeat left 2px top 14px;
		background-size: 20px auto;
	}
	.comContact .linkUl {
		display: block;
	}
	.comContact .linkUl li {
		width: 100%;
		margin-bottom: 20px;
	}
	.comContact .linkUl li:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin-bottom: 8px;
}
.comBtn a {
	padding: 10px;
	color: #fff;
	display: block;
	width: 160px;
	font-weight: bold;
	font-size: 1.4rem;
	margin: 0 auto;
	background: #D97706;
	border-radius: 3px;
	border: 2px solid #D97706;
	box-sizing: border-box;
}
@media all and (min-width: 961px) {
	.comBtn a:hover {
		color: #D97706;
		background: #fff;
	}
}
/*------------------------------------------------------------
	comLinkTxt
------------------------------------------------------------*/
#main .comLinkTxt {
	text-align: center;
}
#main .comLinkTxt a {
	display: inline-block;
	padding: 3px 28px 3px 0;
	color: #1a2543;
	font-size: 1.3rem;
	background: url("../../img/common/icon03.png") no-repeat right 12px center;
	background-size: 13px auto;
	transition: .3s;
	-webkit-transition: .3s;
}
@media all and (min-width: 961px) {
	#main .comLinkTxt a:hover {
		background: url("../../img/common/icon03.png") no-repeat right 2px center;
		background-size: 13px auto;
	}
}
@media all and (max-width: 960px) {
	#main .comLinkTxt a {
		font-size: 1.2rem;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin-bottom: 58px;
}
.comLinkList li {
	margin-bottom: 20px;
}
.comLinkList li:last-child {
	margin-bottom: 0;
}
.comLinkList li a {
	padding: 30px 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff url("../../img/common/icon08.png") no-repeat right 37px center;
	background-size: 20px auto;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.comLinkList li .pho {
	width: 100px;
	text-align: center;
}
.comLinkList li .textBox {
	width: 663px;
	padding-right: 80px;
	box-sizing: border-box;
}
.comLinkList li .ttl {
	display: block;
	font-size: 2rem;
	color: #1a2543;
	font-weight: bold;
	margin-bottom: 10px;
}
.comLinkList li .txtSpan {
	display: block;
	font-weight: 500;
	line-height: 1.7;
}
@media all and (min-width: 961px) {
	.comLinkList li a:hover {
		border-color: #1a2543;
		background: #fff url("../../img/common/icon08.png") no-repeat right 27px center;
		background-size: 20px auto;
	}
}
@media all and (max-width: 960px) {
	.comLinkList {
		margin-bottom: 40px;
	}
	.comLinkList li {
		margin-bottom: 10px;
	}
	.comLinkList li:last-child {
		margin-bottom: 0;
	}
	.comLinkList li a {
		padding: 30px 26px 45px;
		display: block;
		align-items: center;
		justify-content: space-between;
		background: #fff url("../../img/common/icon08.png") no-repeat center bottom 18px;
		background-size: 20px auto;
		border-radius: 5px;
		box-sizing: border-box;
		border: 2px solid #fff;
	}
	.comLinkList li .pho {
		display: none;
	}
	.comLinkList li .textBox {
		width: 663px;
		padding-right: 80px;
		box-sizing: border-box;
	}
	.comLinkList li .ttl {
		padding-bottom: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 1.8rem;
		margin-bottom: 0;
	}
	.comLinkList li .ttl .spPho {
		width: 70px;
	}
	.comLinkList li .ttl .infoTtl {
		width: calc(100% - 90px);
	}
	.comLinkList li .txtSpan {
		line-height: 1.7;
	}
}
/*------------------------------------------------------------
	comBanner
------------------------------------------------------------*/
.comBanner {
	margin-bottom: 80px;
}
.comBanner a:hover {
	opacity: 0.7;
}
@media all and (max-width: 960px) {
	.comBanner {
		margin-bottom: 65px;
	}
    .comBanner img {
        width: 100%;
    }
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox .photoBox {
    float: left;
    width: 400px;
}
.comImgBox .textBox {
    float: right;
    width: 420px;
    padding-top: 20px;
}
.comImgBox .textBox .title {
    padding: 73px 0 19px;
    position: relative;
    font-size: 2.8rem;
    color: #1a2543;
    line-height: 1.45;
}
.comImgBox .textBox .title .en {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8rem;
    font-family: 'Montserrat', sans-serif;
    opacity: 0.15;
}
.comImgBox .textBox p {
    line-height: 1.7;
}
.comImgBox01 .photoBox {
    float: right;
}
.comImgBox01 .textBox {
    float: left;
    width: 428px;
}
@media all and (max-width: 960px) {
    .comImgBox .photoBox {
        float: none;
        width: auto;
        display: none;
    }
    .comImgBox .textBox {
        float: none;
        width: 100%;
        padding-top: 0;
    }
    .comImgBox .textBox .title {
        padding: 55px 0 19px;
		margin-right: -5px;
        font-size: 2.2rem;
    }
    .comImgBox .textBox .title .en {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 6rem;
        font-family: 'Montserrat', sans-serif;
        opacity: 0.15;
    }
    .comImgBox .textBox p {
        font-size: 1.6rem;
        line-height: 1.7;
    }
    .comImgBox .pho {
        margin: 0 30px 20px;
    }
    .comImgBox .pho img {
        width: 100%;
    }
    .comImgBox01 .photoBox {
        float: none;
    }
    .comImgBox01 .textBox {
        float: none;
        width: auto;
    }
}
@media all and (max-width: 374px) {
    .comImgBox .textBox .title .en {
        font-size: 5.4rem;
    }
    .comImgBox .textBox .title {
        font-size: 1.9rem;
    }
    .comContact .linkUl li .telSpan {
        font-size: 2.7rem;
    }
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
    /* align-items: center; */
}
.comInner .photoBox {
    width: 412px;
}
.comInner .textBox {
    width: 443px;
}
.comInner .textBox p {
    font-size: 1.5rem;
    line-height: 1.8;
}
@media all and (max-width: 960px) {
    .comInner {
        display: block;
    }
    .comInner .photoBox {
        width: 100%;
        margin-bottom: 19px;
    }
    .comInner .photoBox img {
        width: 100%;
    }
    .comInner .textBox {
        width: 100%;
    }
    .comInner .textBox p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}
@media all and (-ms-high-contrast:none){
	.comBtn a {
		padding: 13px 10px 8px;
	}
	#main .comLinkTxt a {
		padding-top: 6px;
	}
	.comContact .linkUl li a {
		padding-top: 5px;
	}
	.comContact .linkUl .contact .info {
		padding-top: 5px;
	}
	.comLink a {
		padding: 19px 43px 14px 14px;
	}
}

