@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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* comBtn */
.comBtn a {
	width: 223px;
	height: 78px;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #03236e;
	letter-spacing: 0.05em;
}
.comBtn .inner {
	display: inline-block;
}
.comBtn a img {
	margin: -3px 5px 0 0;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 125px;
		height: 52px;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
	.comBtn a img {
		margin: -3px 3px 0 0;
		width: 13px;
	}
}

/* headLine01 */
.headLine01 {
	margin-bottom: 42px;
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	line-height: 1.61;
	letter-spacing: 0.05em;
}
.headLine01 span {
	padding-bottom: 2px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid #000000;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 22px;
		font-size: 1rem;
	}
}


/* content */
.content {
	margin: 0 auto;
	max-width: 1080px;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 35px;
		max-width: inherit;
	}
}


/* headLine02 */
.headLine02 {
	color: #03236E;
	font-size: 5.2rem;
	font-weight: normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	position: relative;
	line-height: 1;
}
.headLine02 .en {
	color: #101010;
	font-size: 1.5rem;
	display: block;
	transform: rotateX(180deg);
	position: absolute;
	top: -1px;
	right: calc(100% + 60px);
	letter-spacing: 0.05em;
}
.headLine02 .en span {
	display: block;
	white-space:nowrap;
	transform: rotateY(180deg);
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
@media all and (max-width: 896px) {
	.headLine02 {
		font-size: 2.7rem;
	}
	.headLine02 .en {
		font-size: 1rem;
		top: -1px;
		right: calc(100% + 20px);
	}
}

.comTxt {
	margin-top: 41px;
	line-height: 2;
}
@media all and (max-width: 896px) {
	.comTxt {
		margin-top: 18px;
		line-height: 1.66;
	}
}

/* headLine03 */
.headLine03 {
	margin-bottom: 38px;
	font-weight: normal;
	font-size: 3.8rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 1.42;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin-bottom: 8px;
		font-size: 3rem;
		line-height: 1.433;
	}
}

/* comBtn02 */
.comBtn02 a {
	padding: 10px 40px 10px 24px;
	width: 280px;
	height: 63px;
	color: #fff;
	font-size: 1.5rem;
	box-sizing: border-box;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	letter-spacing: 0.08em;
	background: url("../../img/common/icon02.png") no-repeat right 19px center / 15px 15px;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		width: auto;
		height: 58px;
		max-width: 400px;
	}
}
/* comBtn03 */
.comBtn03 {
	margin: 0 -60px;
	padding: 60px 50px 70px;
	background-color: #e7e6e4;
}
.comBtn03 a {
	margin: 0 auto;
	width: 640px;
	height: 88px;
	font-size: 2.5rem;
	box-shadow: 10px 10px 34px rgba(0, 0, 0, 0.12);
}
.comBtn03 img {
	margin-right: 9px;
	width: 35px;
}
@media all and (max-width: 896px) {
	.comBtn03 {
		margin: 0 -25px;
		padding: 30px;
	}
	.comBtn03 a {
		margin: 0 auto;
		width: auto;
		max-width: 500px;
		height: 54px;
		font-size: 1.5rem;
	}
	.comBtn03 img {
		width: 21px;
	}
}

/* comTitle */
.comTitle {
	margin-bottom: 32px;
	padding-top: 23px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	font-size: 1.5rem;
	line-height: 1.75;
}
.comTitle .ttl {
	margin-top: -6px;
	padding-right: 5px;
	width: 179px;
	display: flex;
	flex-shrink: 0;
	line-height: 1;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	box-sizing: border-box;
}
.comTitle .txt {
	flex: 1;
}
.comTitle span {
	display: block;
}
.comTitle .inner {
	position: relative;
}
.comTitle .en {
	margin-top: -2px;
	font-size: 1.3rem;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.comTitle .num {
	opacity: 0.25;
	font-size: 6.5rem;
	letter-spacing: -0.05em;
}
.comTitle .day {
	margin: 10px 0 0 24px;
	color: #03236E;
	width: 75px;
	height: 43px;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	text-align: center;
	border-radius: 2.5px;
}
.fadeUp {
	opacity: 0;
	transform: translateY(40px);
	transition: .5s linear;
}
.fadeUp.show {
	opacity: 1;
	transform: translateY(0);
}
@media all and (max-width: 896px) {
	.comTitle {
		margin-bottom: 26px;
		padding-top: 27px;
		display: block;
		font-size: 1.4rem;
		line-height: 1.57;
	}
	.comTitle .num {
		font-size: 5.3rem;
	}
	.comTitle .en {
		font-size: 1.1rem;
	}
	.comTitle .day {
		margin: 8px 0 0 18px;
		color: #03236E;
		width: 61px;
		height: 35px;
		font-size: 1.4rem;
	}
	.comTitle .ttl {
		margin-bottom: 10px;
		width: auto;
	}
}



.headLine04 {
	margin-bottom: 69px;
	color: #fff;
	font-size: 4.1rem;
	line-height: 1;
	position: relative;
}
.headLine04::after {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #fff;
	content: "";
}
.headLine04 .en {
	color: #fff;
	font-size: 1.2rem;
	right: 100%;
}
.headLine04 .size {
	margin: -11px 0 0 20px;
	display: inline-block;
	vertical-align: middle;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.5rem;
}
.headLine04 .inner {
	padding: 0 20px 0 44px;
	display: inline-block;
	vertical-align: top;
	background-color: #021C61;
	position: relative;
	z-index: 10;
}
@media all and (max-width: 896px) {
	.headLine04 .size {
		width: auto;
		margin: 0;
		font-size: 1.5rem;
		display: block;
		position: absolute;
		bottom: -23px;
		left: 0;
		display: block;
		white-space: nowrap;
		box-sizing: border-box;
		padding-left: 19px;
	}
	.headLine04 .inner {
		padding: 0 19px 0 20px;
	}
	.headLine04 {
		font-size: 2.7rem;
		position: relative;
		padding-bottom: 25px;
		margin-bottom: 17px;
	}
	.headLine04 .en {
		right: calc(100% + 6px);
		font-size: 1rem;
	}
	.headLine04::after {
		top: 12px;
	}
}

/* comTxtUl */
.comTxtUl li {
	margin-bottom: 38px;
	padding-left: 30px;
	position: relative;
	font-size: 1.8rem;
	line-height: 1.666;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
.comTxtUl li:last-child {
	margin-bottom: 0;
}
.comTxtUl li::before {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 7px;
	left: 0;
	background: url("../../img/index/icon04.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (max-width: 896px) {
	.comTxtUl li {
		margin-bottom: 17px;
		padding-left: 25px;
		font-size: 1.4rem;
		line-height: 1.57;
		letter-spacing: 0.07em;
	}
	.comTxtUl li::before {
		width: 18px;
		height: 18px;
		top: 4px;
		left: 0;
	}
}