@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;
}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
.mainVisual {
	display: flex;
	align-items: end;
}
.mainVisual  img {
	width: 100%;
}
.mainVisual .textBox {
	width: 50%;
}
.mainVisual .textBox ul {
	display: flex;
}
.mainVisual .textBox ul li {
	width: 52.86%;
}
.mainVisual .textBox ul li:nth-of-type(2) {
	width: 47.14%;
}
.mainVisual .photoBox {
	width: 50%;
}
@media all and (min-width: 897px) {
	.mainVisual .textBox ul {
		margin-right: -1px;
	}
}
@media all and (max-width: 896px) {
	.mainVisual {
		padding-top: 62px;
		display: block;
	}
	.mainVisual .textBox {
		width: auto;
	}
	.mainVisual .textBox ul {
		display: flex;
	}
	.mainVisual .textBox ul li {
		width: auto;
	}
	.mainVisual .textBox ul li img {
		height: 68vw;
	}
	.mainVisual .textBox ul li:nth-of-type(2) {
		width: auto;
	}
	.mainVisual .photoBox {
		width: auto;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
	margin: 0 auto;
	width: 1000px;
}
@media all and (max-width: 896px) {
	.comBox {
		margin: 0 auto;
		padding: 0 25px;
		width: auto;
	}
}
/*------------------------------------------------------------
	comArea
------------------------------------------------------------*/
.comArea {
	margin-bottom: 97px;
	padding: 38px 0 23px;
	position: relative;
	background: url("../../img/common/com_area_bg.png") left top / cover;
}
.comArea h2 {
	margin-bottom: 24px;
	font-size: 3rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
}
.comArea h2 .text01 {
	color: #004099;
	font-weight: 600;
}
.comArea h2 .text02 {
	color: #be0e23;
	position: relative;
	font-weight: 600;
}
.comArea h2 .text02::before {
	width: 36px;
	height: 6px;
	position: absolute;
	left: 50%;
	top: -5px;
	transform: translateX(-50%);
	background: url(../../img/common/bg01.png) no-repeat center center / cover;
	content: '';
}
.comArea p {
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: 0.04em;
	text-align: center;
}
.comArea::before {
	width: 170px;
	height: 165px;
	position: absolute;
	left: 17.9%;
	bottom: 0;
	background: url("../../img/common/text_left.png")no-repeat center center / cover;
	content: " ";
}
.comArea::after {
	width: 179px;
	height: 140px;
	position: absolute;
	right: 16.4%;
	bottom: 20px;
	background: url("../../img/common/text_right.png")no-repeat center center / cover;
	content: " ";
}
@media all and (max-width: 896px) {
	.comArea {
		margin-bottom: 44px;
		padding: 23px 0 15px;
		background: url("../../img/common/com_area_bg_sp.png") left top / cover;
	}
	.comArea h2 {
		margin: 0 0 10px 5px;
		font-size: 1.8rem;
		line-height: 1.33;
		text-align: left;
	}
	.comArea h2 .text02::before {
		display: none;
	}
	.comArea::before {
		width: 0;
		height: 0;
	}
	.comArea::after {
		width: 117px;
		height: 79px;
		right: 10.1%;
		top: 15px;
		background: url("../../img/common/text_right_sp.png")no-repeat center center / cover;
	}
	.comArea p {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 364px) {
	.comArea h2 {
		font-size: 1.3rem;
	}
	.comArea::after {
		width: 80px;
		top: 0;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comTxt {
	color: #be0e23;
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2;
	letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
	.comTxt {
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto 12px;
	width: 520px;
}
.comBtn a {
	padding: 25px 0 20px;
	color: #fff;
	display: block;
	position: relative;
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	background: -webkit-linear-gradient(to right,#D2041E,#B6071D,#9A0B1D);
    background: -ms-linear-gradient(to right, #D2041E,#B6071D,#9A0B1D);
    background: -o-linear-gradient(to right,#D2041E,#B6071D,#9A0B1D);
    background: -moz-linear-gradient(to right,#D2041E,#B6071D,#9A0B1D);
    background: linear-gradient(to right,#D2041E,#B6071D,#9A0B1D);
	border-radius: 50px;
}
.comBtn a::after {
	width: 34px;
	height: 34px;
	position: absolute;
	right: 27px;
	top: 23px;
	background: url("../../img/common/icon01.png")no-repeat center center / cover;
	content: " ";
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin: 0 auto 5px;
		width: auto;
	}
	.comBtn a {
		padding: 18px 0 14px;
		font-size: 2.3rem;
	}
	.comBtn a::after {
		width: 22px;
		height: 22px;
		right: 15px;
		top: 19px;
		background: url("../../img/common/icon01_sp.png")no-repeat center center / cover;
	}
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 36px;
	color: #004099;
	font-size: 5rem;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 0.04em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.headLine01 span {
	color: #289bd8;
}
.headLine01 small {
	color: #000;
	display: block;
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.8;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
}
.headLine01 sup {
	font-size: 1.3rem;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 21px;
		font-size: 3.2rem;
		line-height: 1.25;
	}
	.headLine01 small {
		font-size: 1.4rem;
	}
	.headLine01 sup {
		font-size: 1rem;
	}
}
	/*------------------------------------------------------------
	common
------------------------------------------------------------*/
	.headLine02 {
		margin-bottom: 26px;
		display: flex;
		color: #004099;
		font-size: 3rem;
		font-weight: normal;
		line-height: 1.33;
		letter-spacing: 0.04em;
		font-family: 'Noto Serif JP', serif;
	}
	.headLine02 .en {
		margin-right: 12px;
		width: 134px;
		color: #fff;
		font-size: 2rem;
		line-height: 2;
		letter-spacing: 0.06em;
		text-align: center;
		border-radius: 50px;
		background-color: #004099;
	}
	.headLine02 .txt {
		margin-top: -2px;
	}
	@media all and (max-width: 896px) {
		.headLine02 {
			margin-bottom: 12px;
			font-size: 1.8rem;
			justify-content: center;
			flex-wrap: wrap;
		}
		.headLine02 .en {
			margin-bottom: 9px;
			padding: 2px 0;
			width: 100px;
			font-size: 1.4rem;
			line-height: 1.43;
		}
		.headLine02 .txt {
			text-align: center;
			width: 100%;
		}
	}
	/*------------------------------------------------------------
	common
------------------------------------------------------------*/
	.headLine03 {
		margin: 0 auto 29px;
		padding: 5px 0 4px 35px;
		width: 400px;
		color: #004099;
		position: relative;
		font-size: 2rem;
		letter-spacing: 0.06em;
		text-align: center;
		box-sizing: border-box;
		font-family: 'Noto Serif JP', serif;
		border-radius: 50px;
		border: 1px solid #004099;
		background-color: #faf8f0;
	}
	.headLine03::before {
		width: 28px;
		height: 22px;
		position: absolute;
		left: 87px;
		top: 9px;
		background: url("../../img/index/icon01.png")no-repeat center center / cover;
		content: " ";
	}
	@media all and (max-width: 896px) {}
	/*------------------------------------------------------------
	common
------------------------------------------------------------*/
	.headLine04 {
		margin-bottom: 60px;
		color: #f5ec86;
		position: relative;
		font-size: 3.6rem;
		font-weight: normal;
		line-height: 1.67;
		letter-spacing: 0.04em;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
	}
	.headLine04 .text01 {
		position: relative;
	}
	.headLine04 .text01::before {
		width: 5px;
		height: 5px;
		position: absolute;
		left: 16px;
		top: 0;
		border-radius: 10px;
		background: #f5ec86;
		content: " ";
	}
	.headLine04 .text02 {
		position: relative;
	}
	.headLine04 .text02::after {
		width: 430px;
		height: 6px;
		position: absolute;
		left: 1%;
		bottom: -11px;
		background: url("../../img/index/head_line03_img01.png")no-repeat center center / cover;
		content: " ";
	}
	@media all and (max-width: 896px) {
		.headLine04 {
			margin-bottom: 20px;
			font-size: 2.1rem;
			line-height: 1.43;
			letter-spacing: 0.04em;
		}
		.headLine04 .text01::before {
			width: 4px;
			height: 4px;
			left: 9px;
			top: -2px;
			background: #f5ec86;
		}
		.headLine04 .text02::after {
			width: 251px;
			height: 3px;
			left: 2%;
			bottom: -10px;
			background: url("../../img/index/head_line03_img01_sp.png")no-repeat center center / cover;
		}
	}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
	.headLine05 {
		margin-bottom: 51px;
		color: #004099;
		position: relative;
		font-size: 3.6rem;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 0.04em;
		font-family: 'Noto Serif JP', serif;
	}
	.headLine05::after {
		width: 64px;
		height: 30px;
		position: absolute;
		right: -1px;
		top: 4px;
		background: url("../../img/index/icon03.png")no-repeat center center / cover;
		content: " ";
	}
	.headLine05::before {
		width: 604px;
		height: 6px;
		position: absolute;
		left: 0;
		bottom: -25px;
		background: url("../../img/index/photo33.png")no-repeat center center / cover;
		content: " ";
	}
	.headLine07 {
		margin-bottom: 51px;
		color: #004099;
		position: relative;
		font-size: 3.6rem;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 0.04em;
		font-family: 'Noto Serif JP', serif;
	}
	.headLine07::after {
		width: 64px;
		height: 30px;
		position: absolute;
		right: -1px;
		top: 4px;
		background: url("../../img/index/icon08.png")no-repeat center center / cover;
		content: " ";
	}
	.headLine07::before {
		width: 604px;
		height: 6px;
		position: absolute;
		left: 0;
		bottom: -25px;
		background: url("../../img/index/photo33.png")no-repeat center center / cover;
		content: " ";
	}
	.headLine09 {
		margin-bottom: 51px;
		color: #004099;
		position: relative;
		font-size: 3.6rem;
		font-weight: normal;
		line-height: 1;
		letter-spacing: 0.04em;
		font-family: 'Noto Serif JP', serif;
	}
	.headLine09::after {
		width: 64px;
		height: 30px;
		position: absolute;
		right: -1px;
		/* top: 4px; */
		bottom: 0;
		background: url("../../img/index/icon08.png")no-repeat center center / cover;
		content: " ";
	}
	.headLine09::before {
		width: 450px;
		height: 6px;
		position: absolute;
		left: 0;
		bottom: -25px;
		background: url("../../img/index/photo33.png")no-repeat center center / cover;
		content: " ";
	}
	@media all and (max-width: 896px) {}
	/*------------------------------------------------------------
	common
------------------------------------------------------------*/
	.headLine06 {
		margin-bottom: 2px;
		color: #004099;
		position: relative;
		font-size: 1.8rem;
		line-height: 1.78;
		letter-spacing: 0.02em;
		background-color: #faf8f0;
	}
	@media all and (max-width: 896px) {}
