@charset "utf-8";

@media only screen and (max-width:1280px) {}
@media only screen and (max-width:768px) {}
@media only screen and (max-width:480px) {}

#freeContentsArea {
	background-color: #fff;
}

.tac {
	text-align: center;
}

.img_cap {
	font-size: 12px;
	text-align: right;
	margin-top: 18px;
}

@media only screen and (max-width:768px) {
	.img_cap {
		font-size: 10px;
		text-align: left;
		margin-top: 10px;
	}
}

/*---------------------------------------------------------------

 commonKeyvisual

--------------------------------------------------------------- */
.commonKeyvisual .imagearea {
	background-image: url(../images/kv.jpg);
}

/* メインビジュアルの黒グラデーションを消す */
.commonKeyvisual .imagearea:after {
	content: none;
}

.titleArea {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	color: #083190;
	text-align: center;
}

.kvTitle {
	font-size: 140px;
	font-size: clamp(7.2rem, -0.593rem + 10.134vi, 14rem);
	word-wrap: break-word;
	line-height: 1;
}

.kvLead {
	margin-top: 14px;
	font-size: 32px;
	font-size: clamp(2rem, 0.625rem + 1.788vi, 3.2rem);
}

@media only screen and (max-width:768px) {

	.kvTitle {
		font-size: 48px;
		word-wrap: break-word;
		line-height: .9;
	}
	
	.kvLead {
		margin-top: 14px;
		font-size: 18px;
		line-height: 1.3;
	}
}

/* tab_contents
================================ */
.tab_link_area {
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}
.tabBox .tabArea {
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 46px;
	text-align: center;
}
.tabBox .tabArea .one_tab {
	width: 100%;
	display: block;
	background-color: #898989;
	padding: 14px 0;
	transition: .4s;
	cursor: pointer;
}
.tabBox .tabArea .one_tab.select {
	background-color: #7F9FAC;
	pointer-events: none;
}
.tabBox .tabArea .one_tab .tab_inner {
	transition-duration: 0.3s;
	color: #fff;
	font-size: 36px;
	letter-spacing: 0.2em;
}
.contents .tab_main {
	display: none;
}
.tab_main.is_show {
	display: block;
}
.tabBox .tabArea .one_tab:hover {
	background-color: #7F9FAC;
	box-shadow: rgba(0, 0, 0, 0.65) 0px 5px 15px;
}

@media only screen and (max-width:768px) {
	.tab_link_area {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.tabBox .tabArea {
		max-width: 400px;
		margin: auto;
		grid-template-columns: repeat(1,1fr);
		row-gap: 20px;
	}
	.tabBox .tabArea .one_tab .tab_inner {
		font-size: 24px;
		letter-spacing: 0.2em;
	}
}


/* qa_contents
================================ */
.qa_contents {
	padding: 100px 0;
	border-bottom: 6px solid #8DC21F;
}
.section_title {
	text-align: center;
	color: #fff;
	font-size: 50px;
	letter-spacing: 0.12em;
	background-color: #1D2088;
	padding: 30px 10px;
}
.label_title {
	text-align: center;
	color: #fff;
	font-size: 38px;
	letter-spacing: 0.12em;
	background-color: #1D2088;
	padding: 20px 10px;
	margin-bottom: 80px;
}
.q_title_wrap {
	position: relative;
	display: flex;
	align-items: end;
	width: 90%;
}
.q_title_wrap::before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 16px;
	border-bottom: 2px solid rgba(62, 58, 57, .7);
}
.q_title_wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 22px;
	border-bottom: 1px solid rgba(62, 58, 57, .5);
}
.q_num {
	font-size: 130px;
	color: #8DC21F;
	font-family: 'EB Garamond', serif;
	line-height: 1;
	margin-right: 30px;
}
.q_num span {
	font-size: 160px;
	line-height: 1;
}
.q_title {
	font-size: 38px;
	line-height: 1.6;
	padding-bottom: 20px;
}
.a_title_wrap {
	position: relative;
	display: flex;
	align-items: center;
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
}
.a_title_wrap.pa_b {
	padding-bottom: 20px;
}
.a_title_wrap::before {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 16px;
	border-bottom: 2px solid rgba(62, 58, 57, .7);
}
.a_title_wrap::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 22px;
	border-bottom: 1px solid rgba(62, 58, 57, .5);
}
.a_num {
	font-size: 160px;
	color: #1D2088;
	font-family: 'EB Garamond', serif;
	line-height: 1;
	margin-right: 30px;
}
.a_title {
	color: #1D2088;
	font-size: 40px;
	line-height: 1.2;
}
.qa_contents_item {
	padding-top: 80px;
}
.contents_lead {
	padding: 60px 0;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.05em;
	line-height: 2;
}
.qa_wrap {
	display: flex;
	justify-content: space-between;
	column-gap: 20px;
}
.qa_wrap.mt {
	margin-top: 60px;
}
.qa_wrap_meta {
	width: 100%;
}
.qa_wrap_img {
	width: 63%;
}
.qa_wrap_title_l {
	font-size: 26px;
	letter-spacing: 0.05em;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(62, 58, 57, .3);
}
.qa_wrap_title {
	font-size: 22px;
	letter-spacing: 0.05em;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(62, 58, 57, .3);
}
.qa_wrap_title.green {
	color: #8DC21F;
	font-size: 26px;
}
.qa_wrap_text {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin-top: 10px;
}
.qa_wrap_text small {
	display: block;
	margin-top: 4px;
	text-align: right;
	font-size: 12px;
}
.qa_grid {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	column-gap: 34px;
	row-gap: 60px;
}
.qa_grid figure {
	border: 1px solid #000;
	margin-bottom: 14px;
}
.qa_contents_item .cap {
	margin-top: 20px;
	font-size: 10px;
}
.qa_bottom {
	background-color: #f5f4f4;
	padding-top: 40px;
	padding-bottom: 140px;
}
.qa_bottom_box {
	max-width: 1140px;
 margin-top: 40px;
	margin: 40px auto 0;
 background-color: #fff;
 padding: 50px 40px;
 outline: 2px solid #0b318f;
 outline-offset: -8px;
}
.box_title {
	font-size: 32px;
	color: #fff;
	padding: 4px 10px;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #0b318f;
}
.qa_bottom_box .cap {
 text-align: right;
}
.qa_bottom_box .figure_mt {
 margin-top: 30px;
}

@media only screen and (max-width:768px) {
	.qa_contents {
		padding: 40px 0;
		border-bottom: 6px solid #8DC21F;
	}
	.section_title {
		font-size: 26px;
		padding: 30px 0px;
	}
	.label_title {
		font-size: 20px;
		padding: 20px 10px;
		margin-bottom: 40px;
	}
	.q_title_wrap {
		flex-direction: column;
		align-items: start;
		row-gap: 20px;
		width: 100%;
	}
	.q_title_wrap::before {
		bottom: 16px;
	}
	.q_title_wrap::after {
		bottom: 22px;
	}
	.q_num {
		font-size: 50px;
		margin-right: 30px;
	}
	.q_num span {
		font-size: 70px;
		line-height: 1;
	}
	.q_title {
		font-size: 22px;
	}
	.a_title_wrap {
		flex-direction: column;
		align-items: start;
		width: 100%;
		margin-top: 30px;
		padding-bottom: 30px;
		row-gap: 10px;
	}
	.a_title_wrap.pa_b {
		padding-bottom: 20px;
	}
	.a_title_wrap::before {
		bottom: 16px;
	}
	.a_title_wrap::after {
		bottom: 22px;
	}
	.a_num {
		font-size: 70px;
		margin-right: 30px;
	}
	.a_title {
		font-size: 22px;
		line-height: 1.6;
	}
	.qa_contents_item {
		padding-top: 0px;
		margin-top: 40px;
	}
	.contents_lead {
		padding: 30px 0;
		font-size: 16px;
		text-align: left;
	}
	.qa_wrap {
		flex-direction: column-reverse;
		row-gap: 20px;
	}
	.qa_wrap.mt {
		margin-top: 40px;
	}
	.qa_wrap_meta {
		width: 100%;
	}
	.qa_wrap_img {
		width: 100%;
	}
	.qa_wrap_title_l {
		font-size: 24px;
	}
	.qa_wrap_title {
		font-size: 20px;
		padding-bottom: 3px;
	}
	.qa_wrap_text {
		font-size: 14px;
		margin-top: 10px;
	}
	.qa_grid {
		margin-top: 40px;
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}
	.qa_grid figure {
		border: 1px solid #000;
		margin-bottom: 14px;
	}
	.qa_contents_item .cap {
		margin-top: 20px;
		font-size: 10px;
	}
	.qa_bottom {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.qa_bottom_box {
		margin: 40px auto 0;
		padding: 30px 20px;
	}
	.box_title {
		font-size: 20px;
	}
	.qa_bottom_box .cap {
		text-align: right;
		font-size: 10px;
	}
	.qa_bottom_box .figure_mt {
		margin-top: 30px;
	}
}

/* 
============================= */
.el_img01 {
	text-align: center;
	margin-bottom: 90px;
}
.el_title {
	font-size: 34px;
	text-align: center;
	color: #1D2088;
	margin-bottom: 40px;
}
.el_wrap {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
}
.el_wrap_img {
	width: 60%;
}
.el_body {
	width: 36%;
}
.el_body_title {
	font-size: 24px;
	color: #1D2088;
	letter-spacing: 0.05em;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(62, 58, 57, .3);
}
.el_body_text {
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 0.08em;
	margin-top: 16px;
}
.el_body_cap {
	font-size: 10px;
	text-align: right;
}
.el_body_cap.tal {
	margin-top: 30px;
	text-align: left;
}
.el_grid {
	margin-top: 80px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	column-gap: 60px;
}
.label_title.mb {
	margin-bottom: 30px;
}
.label_title.mt {
	margin-top: 100px;
}
.el_grid.mt_0 {
	margin-top: 0px;
	margin-bottom: 60px;
}
.el_contents {
	margin-top: 100px;
}
.el_grid_body {
	display: flex;
	flex-direction: column;
	row-gap: 80px;
}
.el_wrap_img2 {
	width: 30%;
}
.el_body2 {
	width: 60%;
}

@media only screen and (max-width:768px) {
	.el_img01 {
		text-align: center;
		margin-bottom: 30px;
	}
	.el_title {
		font-size: 20px;
		margin-bottom: 40px;
	}
	.el_wrap {
		margin-top: 20px;
		flex-direction: column;
		row-gap: 30px;
	}
	.el_wrap_img {
		width: 100%;
	}
	.el_body {
		width: 100%;
	}
	.el_body_title {
		font-size: 18px;
		padding-bottom: 4px;
	}
	.el_body_text {
		font-size: 14px;
		margin-top: 16px;
	}
	.el_body_text.tac {
		font-size: 14px;
		margin-top: 10px;
		text-align: left;
	}
	.el_body_cap {
		text-align: left;
	}
	.el_body_cap.tal {
		margin-top: 10px;
		text-align: left;
	}
	.el_grid {
		margin-top: 40px;
		grid-template-columns: repeat(1,1fr);
		row-gap: 40px;
	}
	.label_title.mb {
		margin-bottom: 10px;
	}
	.label_title.mt {
		margin-top: 50px;
	}
	.el_grid.mt_0 {
		margin-top: 0px;
		margin-bottom: 60px;
	}
	.el_contents {
		margin-top: 60px;
	}
	.el_grid_body {
		row-gap: 20px;
	}
	.el_wrap_img2 {
		width: 100%;
	}
	.el_body2 {
		width: 100%;
	}
}