@charset "UTF-8";

.sec_mv_lower {
	background-color: #F8F6F4;
	padding-top: 13.9rem;
	position: relative;
	margin-bottom: 21.6rem;
	padding-bottom: 2.4rem;
}

.sec_mv_lower > .in {
	max-width: 135.8rem;
	margin:  0 auto;
}

.sec_mv_lower img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.sec_mv_lower .mv_chach {
	margin-top: 4rem;
	text-align: center;
}

.sec_mv_lower .mv_chach .tit {
	font-size: 3.8rem;
	line-height: 1.7;
	letter-spacing: 0.12em;
}
.sec_mv_lower .mv_chach .txt {
	font-size: 1.8rem;
	line-height: 2.2;
	letter-spacing: 0.2em;
	margin-top: 3.2rem;
}


.sec_mv_lower .mv_chach .tit_en {
	font-family: "Bellefair", serif;
	font-size: 1.8rem;
	position: relative;
	letter-spacing: 0.1em;
	color: #009E96;
	position: relative;
	padding-left: 2.1rem;
	display: inline-block;
}

.sec_mv_lower .mv_chach .tit_en::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../img/index/leaf_icon.svg);
	width: 1.5rem;
	height: 1.4rem;
	background-size: cover;
}

.sec_mv_lower .mv_chach .tit {
	font-size: 3.6rem;
	color: #009E96;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 1.2rem;
}

.sec_mv_lower .mv_cach {

}

.sec_mv_lower .mv_cach .txt {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.15em;
	color: #5B5B5B;
	position: absolute;
	bottom: -13.6rem;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}



@media screen and (min-width: 641px) and (max-width: 1000px) {

	.sec_mv_lower .mv_cach .txt {
		left: 0;
	}
}

@media screen and (max-width:640px) {
	.sec_mv_lower {
		padding-top: calc(66 * 100vw / 375);
		margin-bottom: 0;
		background-color: transparent;
		padding-bottom: 0;
	}
	.sec_mv_lower::before {
		content: "";
		width: 100%;
		height: calc(220 * 100vw / 375);
		position: absolute;
		left: 0;
		top: 0;
		background-color: #F8F6F4;
	}

	.sec_mv_lower > .in {
		max-width: none;
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 10;
	}

	.sec_mv_lower .content_top {
		order: 2;
	}

	.sec_mv_lower .content_bottom {
		order: 1;
	}

	.sec_mv_lower .mv_chach {
		margin-top: calc(40 * 100vw / 375);
		padding-left: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
		text-align: left;
	}

	.sec_mv_lower .mv_chach .tit_en {
		font-size: calc(16 * 100vw / 375);
		padding-left: calc(18 * 100vw / 375);
	}

	.sec_mv_lower .mv_chach .tit_en::before {
		width: calc(14 * 100vw / 375);
		height:calc(13 * 100vw / 375);
	}

	.sec_mv_lower .mv_chach .tit {
		font-size: calc(28 * 100vw / 375);
		margin-top: calc(16 * 100vw / 375);
	}

	.sec_mv_lower .mv_chach .txt {
		font-size: calc(13 * 100vw / 375);
		margin-top: calc(24 * 100vw / 375);
	}

	.sec_mv_lower .mv_cach {
		margin-top: calc(32 * 100vw / 375);
	}

	.sec_mv_lower .mv_cach .txt {
		font-size: calc(15 * 100vw / 375);
		line-height: 2.2;
		letter-spacing: 0.2em;
		position: relative;
		left: auto;
		bottom: auto;
		padding-left: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
		box-sizing: border-box;
		text-align: left;
	}



}


.sec_information_table {
	
}
.sec_information_table .btn_list {
	
}
.sec_information_table .btn_list ul {
	display: flex;
	justify-content: space-between;
	max-width: 120rem;
	margin: 0 auto;
	padding-left: 7.8rem;
	padding-right: 2.5rem;
	box-sizing: border-box;
}
.sec_information_table .btn_list li {
	font-size: 1.6rem;
	letter-spacing: 0.12em;	
	width: 100%;
	max-width: 18.4rem;
	height: 4.2rem;
	text-align: center;
	background-color: #009E96;
	box-sizing: border-box;
	color: #FFF;
	border-radius: 1.4rem;
	display: flex;
	justify-content: center;
	align-items: center;

	cursor: pointer;
}

.sec_information_table .btn_list li.is-active {
	border: solid 1px #009E96;
	color: #009E96;
	background-color: transparent;
}

.sec_information_table .content_box + .content_box {
	margin-top: 4rem;
}
.sec_information_table .table {
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	max-width: 120rem;
	margin: 0 auto;
	padding: 8rem 10rem;
	box-sizing: border-box;
	border-radius: 2.2rem;
}
.sec_information_table .table tr {
}
.sec_information_table .table tr + tr > td,
.sec_information_table .table tr + tr > th {
	padding-top: 2.8rem;
}
.sec_information_table .table td {
	font-size: 1.6rem;
	line-height: 1.7;
	padding-left: 5.7rem;
	color: #000000;
}
.sec_information_table .table th {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 800;
	vertical-align: top;
	text-align: left;
	width: 11.2rem;
	color: #009E96;
}



.sec_information_table .btn_box .link_btn {
    display: flex;
    justify-content: center;
	margin-top: 6.4rem;
}

.sec_information_table .btn_box .link_txt {
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	display: flex;
	background-color: #009E96;
	border-radius: 14.2rem;
	width: 32rem;
	height: 5.5rem;
	align-items: center;
	color: #FFF;
	position: relative;
	justify-content: center;
	box-sizing: border-box;
}

.sec_information_table .btn_box .link_txt::before {
	content: "";
	position: absolute;
	right: 0.8rem;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3.2rem;
	height: 3.2rem;
	background-image: url(../img/index/btn_arrow.svg);
	background-size: cover;
}


@media screen and (max-width:640px) {
	.sec_information_table {
		
	}
	.sec_information_table .btn_list {
		padding-left: calc(40 * 100vw / 375);
		padding-right: calc(40 * 100vw / 375);
	}
	.sec_information_table .btn_list ul {
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		flex-wrap: wrap;
		margin-top: calc(39 * 100vw / 375);
	}
	.sec_information_table .btn_list li {
		font-size: calc(13 * 100vw / 375);
		letter-spacing: 0.12em;	
		max-width: none;
		height: 4.2rem;
		border-radius: 1.4rem;
		width: calc(50% - (6 * 100vw / 375));
	}
	.sec_information_table .btn_list li:nth-child(odd) {
		margin-right: calc(6 * 100vw / 375);
	}
	.sec_information_table .btn_list li:nth-child(even) {
		margin-left: calc(6 * 100vw / 375);
	}
	.sec_information_table .btn_list li:nth-child(n+3) {
		margin-top: calc(12 * 100vw / 375);
	}



	.sec_information_table .content_box + .content_box {
		margin-top: 4rem;
		padding-left: calc(20 * 100vw / 375);
		padding-right: calc(20 * 100vw / 375);
	}
	.sec_information_table .table {
		max-width: none;
		padding: calc(20 * 100vw / 375) calc(20 * 100vw / 375);
		border-radius: calc(22 * 100vw / 375);
	}
	.sec_information_table .table tr {
	}
	.sec_information_table .table tr + tr > td {
		padding-top: 0;
	}
	.sec_information_table .table tr + tr > th {
		padding-top: calc(28 * 100vw / 375);
	}
	.sec_information_table .table td {
		font-size: calc(14 * 100vw / 375);
		padding-left: 0;
		float: left;
		width: 100%;
	}
	.sec_information_table .table th {
		font-size: calc(16 * 100vw / 375);
		float: left;
		width: 100%;
	}



	.sec_information_table .btn_box .link_btn {
		justify-content: center;
		margin-top: calc(40 * 100vw / 375);
	}

	.sec_information_table .btn_box .link_txt {
		font-size: calc(14 * 100vw / 375);
		border-radius: calc(142 * 100vw / 375);
		width: calc(302 * 100vw / 375);
		height: calc(55 * 100vw / 375);
	}

	.sec_information_table .btn_box .link_txt::before {
		right: calc(8 * 100vw / 375);
		width: calc(32 * 100vw / 375);
		height: calc(32 * 100vw / 375);
	}


}