@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LJH */
/* 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: 980px;
	padding: 0 10px;
	box-sizing: border-box;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
		width: auto;
	}
}
/*------------------------------------------------------------
	font
------------------------------------------------------------*/
.nothCur {
	font-family: 'Nothing You Could Do', cursive;
	font-weight: 400;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comImgBox
------------------------------------------------------------*/
.comImgBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.comImgBox .photoBox {
	position: relative;
	width: calc(50% - 79px);
}
.comImgBox .photoBox h2 {
	position: absolute;
	top: -76px;
    right: 82px;
}
.comImgBox .photoBox .pho img {
	width: 100%;
	border-radius: 0 50px 50px 0;
	max-height: 520px;
    object-fit: cover;
}
.comImgBox .photoBox .ico {
	position: absolute;
	right: -112px;
    top: -62px;
    width: 221px;
}
.comImgBox .textBox {
	width: calc(50% + 49px);
	padding-left: 30px;
	position: relative;
	box-sizing: border-box;
}
.comImgBox .textBox .textInner {
	max-width: 540px;
	position: relative;
	margin-right: auto;
}
.comImgBox .textBox .hTtl {
	margin-bottom: 35px;
	color: #0074BD;
	font-weight: 400;
	font-size: 2.5rem;
	line-height: 1.88;
	letter-spacing: 0.06em;
}
.comImgBox .textBox p {
	margin-bottom: 24px;
	line-height: 2.71;
	font-size: 1.5rem;
}
.comImgBox .textBox p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
}
.comImgBox .textBox .ico {
	position: absolute;
	right: -132px;
    bottom: -149px;
	width: 301px;
}
@media all and (max-width: 896px) {
	.comImgBox {
		display: block;
	}
	.comImgBox .photoBox {
		margin: 0 15px 15px;
		width: auto;
	}
	.comImgBox .photoBox h2 {
		top: -70px;
		right: 50%;
		transform: translateX(50%);
		width: 80%;
		text-align: center;
	}
	.comImgBox .photoBox .pho img {
		border-radius: 0 40px 40px 0;
		max-height: 340px;
	}
	.comImgBox .photoBox .ico {
		right: -50px;
		top: -70px;
		width: 180px;
	}
	.comImgBox .textBox {
		width: auto;
		padding: 0 15px;
	}
	.comImgBox .textBox .textInner {
		max-width: inherit;
		margin-right: auto;
	}
	.comImgBox .textBox .hTtl {
		margin-bottom: 15px;
		font-size: 2rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	.comImgBox .textBox p {
		margin-bottom: 20px;
		line-height: 2;
	}
	.comImgBox .textBox .ico {
		right: -32px;
		bottom: -40px;
		width: 200px;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn a {
	padding: 11px 10px 13px;
	min-width: 180px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 22px;
	background-color: #DEEDF6;
}
.comBtn img {
	vertical-align: middle;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
}
/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	padding: 1px 0 50px;
	background-color: #F0F7FB;
}
.comContact h2 {
	margin: -82px 0 48px 9px;
	text-align: center;
	font-size: 1.5rem;
}
.comContact h2 .jp {
	margin-top: 3px;
	display: block;
	font-weight: 500;
}
.comContact .textList {
	margin: 0 41px 0 34px;
	display: flex;
	justify-content: center;
}
.comContact .textList li {
	padding: 0 15px 0 20px;
	border-left: 1px solid #0074BD;
}
.comContact .textList li:last-child {
	padding-left: 28px;
	padding-right: 40px;
	border-right: 1px solid #0074BD;
}
.comContact .textList li a {
	display: inline-block;
}
.comContact .textList .ttl {
	margin-bottom: 20px;
	color: #0074BD;
	letter-spacing: 0.04em;
	line-height: 1.67;
	font-size: 1.5rem;
}
.comContact .textList .first .ttl {
	margin-bottom: 46px;
}
.comContact .first .tel a {
	display: inline-block;
	padding-left: 40px;
	background: url(../img/common/icon01.png) no-repeat left center/29px;
}
.comContact .tel span {
	margin-top: 15px;
	display: block;
	color: #0074BD;
	font-size: 1.3rem;
	letter-spacing: 0.06em;
}
.comContact .fax .tel span {
	padding-left: 66px;
	margin-top: 5px;
}
.comContact .email {
	margin-bottom: 36px;
}
.comContact .email a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	.comContact {
		padding: 1px 0 0;
	}
	.comContact h2 {
		margin: -52px 0 30px;
	}
	.comContact .textList {
		margin: 0;
		display: block;
	}
	.comContact .textList li {
		margin-bottom: 20px;
		padding: 0 0 20px;
		border-bottom: 1px solid #0074BD;
		border-left: none;
	}
	.comContact .textList li:last-child {
		margin-bottom: 0;
	}
	.comContact .textList li:last-child {
		padding-left: 0;
		padding-right: 0;
		border-bottom: none;
		border-right: none;
	}
	.comContact .textList .ttl {
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
	.comContact .textList .first .ttl {
		margin-bottom: 30px;
	}
	.comContact .first .tel a {
		padding-left: 60px;
		background-image: url(../img/common/icon01_sp.png);
		background-position: left 15px top;
	}
	.comContact .first .tel span {
		margin-top: 8px;
	}
	.comContact .fax .tel {
		margin-left: -5px;
	}
	.comContact .fax .tel span {
		padding-left: 64px;
	}
	.comContact .email {
		margin-bottom: 25px;
	}
}
@media all and (max-width: 374px) {
	.comContact .first .tel a {
		padding-left: 50px;
	}
	.comContact .textList li a {
		width: 254px;
	}
}
/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
.comTable table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
.comTable td {
	padding: 18px 5px;
	width: calc(100%/7);
	color: #0074BD;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: -0.05em;
	line-height: 1.5;
	vertical-align: middle;
	text-align: center;
}
.comTable thead td {
	position: relative;
	padding: 11px 2px;
	font-weight: 500;
}
.comTable thead td::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 18px;
  	top: 13px;
	right: 0;
	background: #0074BD;
}
.comTable tbody td {
	border-top: 1px solid #0074BD;
	border-bottom: 1px solid #0074BD;
}
.comTable thead td:last-of-type::after {
	opacity: 0;
}
.comTable tbody td:nth-of-type(2n+1) {
	background: #F7FBFD;
}
@media all and (max-width: 896px) {
	.comTable {
		overflow-x: scroll;
	}
	.comTable table {
		width: 600px;
	}
	.comTable td {
		padding: 15px 3px;
		letter-spacing: 0;
		font-size: 1.3rem;
	}
	.comTable thead td::after {
		top: 50%;
		transform: translateY(-50%);
	}
}
@media all and (min-width: 630px) and (max-width: 896px) {
	.comTable table {
		width: 100%!important;
	}
}
/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
	opacity: 0;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	transition: transform 1s, opacity 1s;
}
.fadeInUp.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}