.cmn_btnarea .btn a, .fixed_bar .box_btn .btn a, .cnt_area07 .box_area02 .wrp_txt .item .btn {
	-webkit-transition: .3s;
	transition: .3s;
}

.cmn_btnarea .btn a:hover, .fixed_bar .box_btn .btn a:hover, .cnt_area07 .box_area02 .wrp_txt .item .btn:hover {
	opacity: .7;
}

#wrapper {
	padding-bottom: 110px;
}

header {
	padding: 15px 0;
}

header h1 {
	width: 249px;
	margin: 0 auto;
}

.cmn_num {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: 63px;
	height: 63px;
	padding-top: 5px;
	border-radius: 50%;
	color: #fff;
	font-size: 37px;
	font-family: 'Beyond Infinity - Demo';
	letter-spacing: .03em;
}

.cmn_tags {
	padding: 0 15px;
}

.cmn_tags .tag {
	position: relative;
	display: block;
	border: 1px solid #36B79F;
	color: #36B79F;
	font-weight: 500;
	letter-spacing: .03em;
	text-align: center;
}

.cmn_tags .tag:first-child::before {
	content: "";
	position: absolute;
	top: -50px;
	left: -18px;
	width: 150px;
	height: 69px;
	background: url(../img/part02.png) no-repeat center center/contain;
}

.cmn_table {
	width: 100%;
	border: 1px solid #E65078;
}

.cmn_table tr + tr:not(:nth-child(2)) {
	border-top: 1px solid #E65078;
}

.cmn_table tr > * {
	vertical-align: middle;
}

.cmn_table th {
	padding: 19px 15px;
	background-color: #E65078;
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
}

.cmn_table th:first-child {
	width: 15.6%;
}

.cmn_table th:nth-child(2) {
	width: 24%;
}

.cmn_table th:nth-child(3) {
	width: 24%;
}

.cmn_table th:last-child {
	width: 36.4%;
}

.cmn_table th + th {
	border-left: 1px solid #fff;
}

.cmn_table td {
	padding: 15.6px 15px;
	background-color: #fff;
	line-height: 1.8;
	text-align: center;
}

.cmn_table td + td {
	border-left: 1px solid #E65078;
}

.cmn_table td:last-child {
	padding: 15.6px 20px;
	text-align: left;
}

.cmn_table tr:nth-child(odd) td {
	background-color: #FFF7F9;
}

.cmn_btnarea {
	padding: 110px 0 40px;
	background: -webkit-linear-gradient(right, #E65078 50%, #E387D9);
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #E65078), to(#E387D9));
	background: linear-gradient(to left, #E65078 50%, #E387D9);
}

.cmn_btnarea .btn {
	position: relative;
	max-width: 580px;
	width: 100%;
	height: 90px;
	margin: 0 auto;
}

.cmn_btnarea .btn::before {
	content: "";
	position: absolute;
	top: -90px;
	left: -100px;
	width: 323px;
	height: 88px;
	background: url(../img/part03.png) no-repeat center center/contain;
}

.cmn_btnarea .btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 45px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
			box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
	background-color: #fff;
	font-size: 28px;
}

.cmn_btnarea .btn a em {
	color: #E55E82;
	font-size: 32px;
	font-weight: 700;
}

.h2_g {
	text-align: center;
}

.h2_g .en {
	display: block;
	margin-bottom: 10px;
	color: #CC0C71;
	font-size: 51px;
	font-family: 'Beyond Infinity - Demo';
}

.h2_g h2 {
	font-size: 38px;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: .05em;
}

.att_mark {
	font-size: .5em;
	vertical-align: top;
}

.span_br {
	display: inline-block;
}

.mv_area {
	position: relative;
	padding-bottom: 50px;
}

.mv_area .img {
	max-width: 1280px;
	margin: 0 auto;
}

.fixed_bar {
	position: absolute;
	z-index: 10;
	bottom: -60px;
	width: 100%;
	padding: 12px 0;
	background-color: rgba(230, 80, 120, 0.9);
}

.fixed_bar.fixed {
	position: fixed;
	bottom: 0;
}

.fixed_bar .cnt_in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.fixed_bar .box_txt {
	color: #fff;
	line-height: 1.2;
}

.fixed_bar .box_txt span {
	color: #000;
}

.fixed_bar .box_txt .txt01 {
	font-size: 32px;
	font-weight: 600;
}

.fixed_bar .box_txt .txt01 em {
	font-size: 40px;
}

.fixed_bar .box_txt .txt02 {
	font-size: 28px;
}

.fixed_bar .box_txt .txt02 span {
	font-size: 32px;
	font-weight: 900;
}

.fixed_bar .box_txt .txt02 em {
	font-size: 32px;
	font-weight: 500;
}

.fixed_bar .box_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 28px;
}

.fixed_bar .box_btn .btn {
	height: 66px;
}

.fixed_bar .box_btn .btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 33px;
	font-size: 28px;
}

.fixed_bar .box_btn .btn01 {
	width: 259px;
}

.fixed_bar .box_btn .btn01 a {
	background-color: #fff;
	color: #E65078;
	font-weight: 700;
}

.fixed_bar .box_btn .btn02 {
	width: 220px;
	margin-left: 17px;
}

.fixed_bar .box_btn .btn02 a {
	background-color: #1FB6BA;
	color: #fff;
	font-weight: 500;
}

.cnt_area01 {
	text-align: center;
}

.cnt_area01 .box_txt01 {
	padding: 86px 0;
	background: -webkit-linear-gradient(right, #E65078 50%, #E387D9);
	background: -webkit-gradient(linear, right top, left top, color-stop(50%, #E65078), to(#E387D9));
	background: linear-gradient(to left, #E65078 50%, #E387D9);
	color: #fff;
}

.cnt_area01 .box_txt01 p {
	font-size: 25px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.5;
}

.cnt_area01 .box_txt01 em {
	display: inline-block;
	margin-top: 30px;
	font-size: 47px;
	font-weight: 700;
	letter-spacing: .05em;
}

.cnt_area01 .box_txt01 em span {
	position: relative;
	padding-left: 96px;
}

.cnt_area01 .box_txt01 em span::before {
	content: "";
	position: absolute;
	top: calc(50% + 5px);
	left: 0;
	width: 66px;
	height: 1px;
	background-color: #fff;
}

.cnt_area01 .box_txt02 {
	padding: 60px 0 75px;
}

.cnt_area01 .box_txt02 .wrp_txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	font-size: 28px;
	letter-spacing: .05em;
}

.cnt_area01 .box_txt02 .wrp_txt span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.cnt_area01 .box_txt02 .wrp_txt .img {
	width: 194px;
	margin: 0 15px;
}

.cnt_area01 .box_txt02 em {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
		-ms-flex-align: end;
			align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-top: 40px;
	color: #CC0C71;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: .05em;
}

.cnt_area01 .box_txt02 em span {
	position: relative;
	display: block;
	padding-bottom: 15px;
}

.cnt_area01 .box_txt02 em span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5px;
	background-color: #CC0C71;
}

.cnt_area02 {
	padding: 60px 0;
	background-color: #F2EFE6;
}

.cnt_area02 .box_list {
	position: relative;
	margin-top: 60px;
	padding-left: 40px;
}

.cnt_area02 .box_list ul {
	width: 81.5%;
}

.cnt_area02 .box_list li {
	position: relative;
	padding: 15px 43px;
	border: 1px solid #CC0D72;
	background-color: #fff;
	letter-spacing: .03em;
	line-height: 28px;
}

.cnt_area02 .box_list li + li {
	margin-top: 12px;
}

.cnt_area02 .box_list li .cmn_num {
	top: calc(50% - 31.5px);
	left: -31.5px;
	background-color: #E65078;
}

.cnt_area02 .box_list li em {
	font-size: 18px;
	font-weight: 700;
}

.cnt_area02 .box_list .wrp_img {
	position: absolute;
	right: -4.5%;
	bottom: 0;
	width: 30%;
}

.cnt_area02 .att {
	margin-top: 20px;
	font-size: 14px;
	text-align: right;
}

.cnt_area03 {
	padding: 97px 0 107px;
}

.cnt_area03 .cmn_tags .tag {
	width: 465px;
	padding: 27px 0;
	font-size: 33px;
}

.cnt_area03 p {
	margin-top: 20px;
	padding-left: 15px;
	font-size: 20px;
	letter-spacing: .03em;
}

.cnt_area03 .box_img {
	margin-top: -35px;
}

.cnt_area04 {
	padding: 70px 0 120px;
	background-color: #F2EFE6;
}

.cnt_area04 .box_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 55px;
	padding: 28px 0 30px;
	background-color: #fff;
}

.cnt_area04 .box_flex .item {
	width: calc(100% / 3);
	padding: 15px 10px 30px;
}

.cnt_area04 .box_flex .item + .item {
	border-left: 1px solid #1FB6BA;
}

.cnt_area04 .box_flex .item .ic {
	width: 126px;
	margin: 0 auto;
}

.cnt_area04 .box_flex .item p {
	margin-top: 15px;
	font-size: 22px;
	line-height: 1.45;
	text-align: center;
}

.cnt_area04 .box_flex .item p em {
	font-weight: 700;
}

.cnt_area05 {
	padding-top: 94px;
}

.cnt_area05 .box_area01 {
	margin-top: 85px;
}

.cnt_area05 .box_area01 .wrp_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	padding-bottom: 35px;
}

.cnt_area05 .box_area01 .item {
	position: relative;
	width: 47.5%;
	padding: 50px 10px 30px;
	border: 1px solid #1FB6BA;
	font-size: 22px;
	letter-spacing: .03em;
	line-height: 1.3;
	text-align: center;
}

.cnt_area05 .box_area01 .item:nth-child(n + 3) {
	margin-top: 58px;
}

.cnt_area05 .box_area01 .item em {
	font-weight: 700;
}

.cnt_area05 .box_area01 .item .cmn_num {
	top: -31.5px;
	left: calc(50% - 31.5px);
	background-color: #1FB6BA;
}

.cnt_area05 .box_area01 .item .att {
	position: absolute;
	right: 0;
	bottom: -35px;
	font-size: 14px;
	letter-spacing: 0;
}

.cnt_area05 .box_area02 {
	margin-top: 110px;
}

.cnt_area05 .box_area02 .wrap01 {
	position: relative;
	z-index: 1;
	max-width: 1084px;
	padding-top: 55px;
}

.cnt_area05 .box_area02 .wrap01::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 10px;
	width: 52.6%;
	height: 550px;
	background: url(../img/img02.jpg) no-repeat center top/contain;
}

.cnt_area05 .box_area02 .wrap01 .card {
	max-width: 657px;
	width: 65%;
	margin-left: auto;
	padding: 50px 40px 40px;
	background-color: #fff;
	border: 1px solid #C30000;
	-webkit-box-shadow: 20px 20px 30px rgba(18, 45, 46, 0.08);
			box-shadow: 20px 20px 30px rgba(18, 45, 46, 0.08);
}

.cnt_area05 .box_area02 .wrap01 .card .st {
	color: #E65078;
	font-size: 33px;
	font-weight: 700;
	letter-spacing: .03em;
	text-align: center;
}

.cnt_area05 .box_area02 .wrap01 .card ul {
	margin-top: 20px;
}

.cnt_area05 .box_area02 .wrap01 .card li {
	position: relative;
	padding: 17px 15px 17px 75px;
	border-bottom: 1px dashed #1FB6BA;
	font-size: 20px;
	letter-spacing: .03em;
	line-height: 1.8;
}

.cnt_area05 .box_area02 .wrap01 .card li::before {
	content: "";
	position: absolute;
	top: calc(50% - 20px);
	left: 10px;
	width: 40px;
	height: 40px;
	background: url(../img/icon02.png) no-repeat center center/contain;
}

.cnt_area05 .box_area02 .wrap01 .card li em {
	font-weight: 700;
}

.cnt_area05 .box_area02 .wrap02 {
	position: relative;
	z-index: 1;
	max-width: 1280px;
	margin: -14px auto 0;
}

.cnt_area05 .box_area03 {
	max-width: 1084px;
	padding: 84px 62px 55px;
	border: 1px solid #C30000;
	-webkit-box-shadow: 20px 20px 30px rgba(18, 45, 46, 0.08);
			box-shadow: 20px 20px 30px rgba(18, 45, 46, 0.08);
}

.cnt_area05 .box_area03 .cmn_tags .tag {
	width: 465px;
	padding: 27px 0;
	font-size: 33px;
}

.cnt_area05 .box_area03 .box_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.cnt_area05 .box_area03 .wrp_txt {
	position: relative;
	z-index: 1;
	width: 420px;
	padding-top: 91px;
}

.cnt_area05 .box_area03 .wrp_txt::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 29px;
	width: 4px;
	height: 91px;
	background-color: #36B79F;
}

.cnt_area05 .box_area03 .wrp_txt ul {
	padding: 0 20px 0 15px;
}

.cnt_area05 .box_area03 .wrp_txt li {
	position: relative;
	z-index: 1;
	padding-left: 46px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 1.3;
}

.cnt_area05 .box_area03 .wrp_txt li::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 14px;
	width: 4px;
	height: 100%;
	background-color: #36B79F;
}

.cnt_area05 .box_area03 .wrp_txt li + li {
	margin-top: 30px;
}

.cnt_area05 .box_area03 .wrp_txt li + li::before {
	top: -30px;
	height: calc(100% + 30px);
}

.cnt_area05 .box_area03 .wrp_txt li:last-child::before {
	height: 46px;
}

.cnt_area05 .box_area03 .wrp_txt .cmn_num {
	top: -2px;
	left: 0;
	width: 32px;
	height: 32px;
	padding-top: 0;
	background-color: #36B79F;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
}

.cnt_area05 .box_area03 .wrp_img {
	max-width: 528px;
	width: calc(100% - 420px);
	padding-top: 71px;
}

.cnt_area06 {
	margin-top: 88px;
	padding: 80px 0 146px;
}

.cnt_area06 table {
	margin-top: 48px;
}

.cnt_area07 {
	padding: 70px 0 50px;
	background-color: #BAE3E5;
}

.cnt_area07 .h2_g {
	text-align: left;
}

.cnt_area07 .box_area01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
		-ms-flex-align: end;
			align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-top: -50px;
}

.cnt_area07 .box_area01 .wrp_txt {
	max-width: 530px;
	width: 65.5%;
	padding-bottom: 20px;
}

.cnt_area07 .box_area01 .wrp_txt li {
	position: relative;
	padding: 13px 0 13px 20px;
	border-bottom: 1px dashed #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 1.6;
}

.cnt_area07 .box_area01 .wrp_txt li::before {
	content: "";
	position: absolute;
	top: 22.8px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #fff;
}

.cnt_area07 .box_area01 .wrp_img {
	width: 34.5%;
}

.cnt_area07 .box_area02 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
		-ms-flex-align: end;
			align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	max-width: 896px;
	margin: 28px auto 0;
}

.cnt_area07 .box_area02 .wrp_txt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	width: 71.5%;
	padding-bottom: 30px;
}

.cnt_area07 .box_area02 .wrp_txt .item {
	width: 31.3%;
}

.cnt_area07 .box_area02 .wrp_txt .item:nth-child(n + 4) {
	margin-top: 20px;
}

.cnt_area07 .box_area02 .wrp_txt .item .btn {
	border-radius: 50%;
	-webkit-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
			box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
	overflow: hidden;
	cursor: pointer;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area {
	display: none;
	position: fixed;
	z-index: 20;
	top: calc(50% - 192px);
	left: calc(50% - 250px);
	width: 500px;
	height: 384px;
	padding: 40px 40px 0;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area.active {
	display: block;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area::before, .cnt_area07 .box_area02 .wrp_txt .item .popup_area::after {
	content: "";
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area::before {
	position: fixed;
	background-color: #000;
	opacity: .4;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area::after {
	position: absolute;
	background-color: #fff;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .num_txt {
	color: #9CCED0;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .num_txt .txt {
	font-size: 17px;
	font-weight: 600;
	font-family: 'Noto Serif JP', serif;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .num_txt .num {
	margin-left: 7px;
	font-size: 39px;
	font-family: 'Beyond Infinity - Demo';
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .st {
	margin-top: 10px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .03em;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .wrp_list {
	height: 257px;
	margin-top: 18px;
	padding-bottom: 18px;
	overflow-y: auto;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .col2 ul {
	width: 200px;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .col2 ul:first-child {
	float: left;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .col2 ul:last-child {
	float: right;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area li {
	position: relative;
	padding: 12px 0 12px 66px;
	font-size: 15px;
	letter-spacing: .03em;
	line-height: 1.4;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area li + li {
	border-top: 1px solid #D6D6D6;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area li .chapter {
	position: absolute;
	left: 0;
	font-weight: 500;
}

.cnt_area07 .box_area02 .wrp_txt .item .popup_area .close_btn {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: url(../img/icon03.jpg) no-repeat center center/contain;
	overflow: hidden;
	cursor: pointer;
}

.cnt_area07 .box_area02 .wrp_img {
	width: 23.9%;
}

.cnt_area07 .txt_img {
	margin-top: 42px;
}

.cnt_area08 {
	margin-top: 63px;
}

.cnt_area08 > * {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.cnt_area08 .st {
	color: #36B79F;
	font-size: 33px;
	font-weight: 500;
	letter-spacing: .03em;
	text-align: center;
}

.cnt_area08 .box_area01 {
	position: relative;
	z-index: 1;
	margin-top: 48px;
	padding-top: 51px;
}

.cnt_area08 .box_area01::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	max-width: 1050px;
	width: 92%;
	height: calc(100% - 42px);
	border: 1px solid #36B79F;
}

.cnt_area08 .box_area01 .img {
	margin-top: 77px;
}

.cnt_area08 .box_area02 {
	position: relative;
	margin-top: 82px;
}

.cnt_area08 .box_area02::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -34px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	max-width: 1050px;
	width: 92%;
	height: 82.5%;
	border: 1px solid #36B79F;
}

.cnt_area09 {
	padding: 170px 0 60px;
}

.cnt_area09 .box_flow {
	max-width: 848px;
	width: 100%;
	margin: 48px auto 0;
}

.cnt_area09 .box_flow .item {
	padding: 35px 0;
	background-color: #F2EFE6;
	text-align: center;
}

.cnt_area09 .box_flow .item .st {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .03em;
}

.cnt_area09 .box_flow .item .text_link {
	margin-top: 20px;
}

.cnt_area09 .box_flow .item .text_link a {
	position: relative;
	display: inline-block;
	padding: 0 16px;
	color: #CC0C71;
	font-size: 22px;
	letter-spacing: .03em;
	text-decoration: underline;
}

.cnt_area09 .box_flow .item .text_link a::before {
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	border: 5px solid rgba(0, 0, 0, 0);
	border-right: 0;
	border-left: 8px solid #CC0C71;
}

.cnt_area09 .box_flow .item .text_link a:hover {
	text-decoration: none;
}

.cnt_area09 .box_flow .img {
	width: 100.945%;
	margin-left: -.945%;
}

.cnt_area10 {
	padding: 102px 0 95px;
}

.cnt_area10 .h2_g p:not(.en) {
	margin-top: 15px;
	font-size: 22px;
	letter-spacing: .03em;
	line-height: 1.6;
}

.cnt_area10 .box_det {
	margin-top: 50px;
}

.cnt_area10 .box_det .img_border {
	border: 1px solid #D4D4D4;
}

.cnt_area10 .box_det .att {
	margin-top: 14px;
	font-size: 12px;
	letter-spacing: .03em;
	line-height: 1.5;
	text-align: center;
}

.cnt_area10 .box_figure {
	margin-top: 14px;
	padding: 10px 44px 24px 0;
	background-color: #F2EFE6;
}

.cnt_area10 .box_figure + .box_figure {
	margin-top: 22px;
}

.cnt_area10 .box_figure .wrp_st {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
		-ms-flex-align: end;
			align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.cnt_area10 .box_figure .wrp_st .st {
	width: 46%;
}

.cnt_area10 .box_figure .wrp_st p {
	width: 50.8%;
	line-height: 1.8;
}

.cnt_area10 .box_figure .wrp_fig {
	padding-left: 44px;
}

.cnt_area10 .box_figure .wrp_fig .img {
	max-width: 645px;
	width: 90%;
	margin: 50px auto 0;
}

.cnt_area10 .em_txt {
	max-width: 735px;
	width: 80%;
	margin: 50px auto 0;
}

.cnt_area11 {
	padding: 82px 0 74px;
	background-color: #F2EFE6;
}

.cnt_area11 .cnt_in {
	max-width: 1020px;
}

.cnt_area11 .box_rec {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-top: 80px;
}

.cnt_area11 .box_rec .wrp_rec {
	width: 48.53%;
}

.cnt_area11 .box_rec .wrp_txt {
	margin-top: -55px;
	padding: 85px 0 65px 26px;
	background-color: #fff;
}

.cnt_area11 .box_rec .wrp_txt .name {
	font-size: 30px;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
	letter-spacing: .05em;
}

.cnt_area11 .box_rec .wrp_txt .em_txt {
	min-height: 86px;
	margin-top: 15px;
	padding-left: 11px;
	border-left: 1px solid #E65078;
	color: #E65078;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
}

.cnt_area11 .box_rec .wrp_txt p {
	margin-top: 25px;
	padding-right: 19%;
	line-height: 1.8;
}

.cnt_area12 {
	padding: 68px 0 80px;
}

.cnt_area12 .cmn_tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-top: 70px;
}

.cnt_area12 .cmn_tags .tag {
	width: 32.3%;
	padding: 20px 0;
	font-size: 28px;
}

.cnt_area12 .box_crn {
	margin-top: 30px;
	padding-top: 80px;
	background-color: #EAEAEA;
}

.cnt_area12 .box_crn .cnt_in {
	position: relative;
	max-width: 1050px;
	padding: 80px 0 25px;
	background-color: #fff;
}

.cnt_area12 .box_crn .st {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .03em;
	text-align: center;
}

.cnt_area12 .box_crn .wrp_txt {
	max-width: 800px;
	width: 92%;
	margin: 40px auto 0;
	letter-spacing: .03em;
	line-height: 1.8;
}

.cnt_area12 .box_crn .wrp_txt li {
	padding-left: 1em;
	text-indent: -1em;
}

.cnt_area12 .box_crn .wrp_txt li::before {
	content: "〇";
}

.cnt_area12 .box_crn .wrp_txt .att {
	font-size: 14px;
}

.cnt_area12 .box_crn .wrp_img {
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 21.9%;
}

.cnt_area12 .box_table {
	margin-top: 70px;
}

.cnt_area13 {
	position: relative;
	z-index: 1;
	padding: 70px 0;
}

.cnt_area13::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(left, #8FD7C9, #E6E650);
	background: -webkit-gradient(linear, left top, right top, from(#8FD7C9), to(#E6E650));
	background: linear-gradient(to right, #8FD7C9, #E6E650);
	opacity: .1;
}

.cnt_area13 .img {
	margin-top: 40px;
}

.cnt_area14 {
	max-width: 1280px;
	margin: 103px auto 0;
}

.cnt_area14 .box_txt {
	margin-top: -90px;
	padding: 135px 0 56px;
	background-color: #F2EFE6;
	text-align: center;
}

.cnt_area14 .box_txt .st {
	color: #CC0C71;
	font-size: 45px;
	letter-spacing: .05em;
}

.cnt_area14 .box_txt .st em {
	font-weight: 700;
}

.cnt_area14 .box_txt .em_txt {
	position: relative;
	z-index: 1;
	width: 570px;
	margin: 10px auto 0;
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.8;
}

.cnt_area14 .box_txt .em_txt::after {
	content: "";
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	background-color: #fff;
}

.cnt_area14 .box_txt p {
	margin-top: 25px;
	font-size: 22px;
	letter-spacing: .03em;
	line-height: 1.6;
}

.cnt_area15 {
	padding: 60px 0 98px;
}

.cnt_area15 .cnt_in {
	max-width: 780px;
}

.cnt_area15 .box_list {
	margin-top: 48px;
	padding-left: 31.5px;
}

.cnt_area15 .box_list li {
	position: relative;
	border: 1px solid #E65078;
	font-size: 18px;
	letter-spacing: .03em;
	line-height: 1.6;
}

.cnt_area15 .box_list li + li {
	margin-top: 29px;
}

.cnt_area15 .box_list li .cmn_num {
	top: -1.5px;
	left: -31.5px;
	background-color: #E65078;
	font-weight: 400;
}

.cnt_area15 .box_list li .q_txt {
	position: relative;
	padding: 16px 60px 16px 43px;
	font-weight: 700;
	cursor: pointer;
}

.cnt_area15 .box_list li .q_txt::before, .cnt_area15 .box_list li .q_txt::after {
	content: "";
	position: absolute;
	top: 30.4px;
	right: 20px;
	width: 21px;
	height: 1px;
	background-color: #C30000;
}

.cnt_area15 .box_list li .q_txt::after {
	-webkit-transform: rotate(-90deg);
			transform: rotate(-90deg);
	-webkit-transition: .3s;
	transition: .3s;
}

.cnt_area15 .box_list li .a_txt {
	display: none;
	width: calc(100% - 40px);
	margin: -6px auto 20px;
	padding: 18px;
	background-color: #F8F7F2;
}

.cnt_area15 .box_list li.active .q_txt::after {
	-webkit-transform: rotate(0);
			transform: rotate(0);
}

.cnt_area16 {
	padding: 113px 0;
	background-color: #F2EFE6;
}

.cnt_area16 .cnt_in {
	max-width: 1050px;
}

.cnt_area16 .box_cmp {
	margin-top: 48px;
	padding: 67px 40px;
	background-color: #fff;
}

.cnt_area16 .box_cmp dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.cnt_area16 .box_cmp dl dt {
	width: 85px;
	padding: 10px 0 0 10px;
	border-top: 1px solid #E65078;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 1.6875;
}

.cnt_area16 .box_cmp dl dd {
	width: calc(100% - 93px);
	margin-left: 8px;
	padding: 10px 15px 10px 5px;
	border-top: 1px solid #B5B5B5;
	font-size: 15px;
	letter-spacing: .03em;
	line-height: 1.8;
}

.cnt_area16 .box_cmp dl li {
	padding-left: 1em;
	text-indent: -1em;
}

.cnt_area16 .box_cmp dl li::before {
	content: "・";
}

.cnt_area16 .box_cmp dl li em {
	font-weight: 500;
}

.cnt_area16 .box_cmp dl .dd08 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
}

.cnt_area16 .box_cmp dl .dd08 ul {
	min-width: 250px;
}

.cnt_area16 .box_cmp dl .dd09 li + li {
	margin-top: 27px;
}

.cnt_area16 .box_cmp .box_flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.cnt_area16 .box_cmp .box_flex dl {
	width: calc(100% - 420px);
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
		-ms-flex-order: -1;
			order: -1;
}

.cnt_area16 .box_cmp .box_flex dl > *:first-of-type {
	border-top: 0;
}

.cnt_area16 .box_cmp .box_flex .wrp_img {
	width: 360px;
}

.cnt_area16 .box_cmp .box_flex + dl dt:last-of-type {
	border-bottom: 1px solid #E65078;
}

.cnt_area16 .box_cmp .box_flex + dl dd:last-of-type {
	border-bottom: 1px solid #B5B5B5;
}

.form_area {
	padding-top: 80px;
}

.form_area .box_flow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
	margin-top: 70px;
}

.form_area .box_flow .item {
	position: relative;
	width: 32.8%;
	padding-bottom: 20px;
	border-bottom: 3px solid #B9B9B9;
	color: #B9B9B9;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: .03em;
	text-align: center;
}

.form_area .box_flow .item::after {
	content: "";
	position: absolute;
	top: 5px;
	right: -12px;
	border: 7px solid rgba(0, 0, 0, 0);
	border-right: 0;
	border-left: 13px solid #B9B9B9;
}

.form_area .box_flow .item:last-child::after {
	content: none;
}

.form_area .box_flow .item.active {
	border-color: #E65078;
	color: #E65078;
}

.form_area .box_flow .item.active::after {
	border-left-color: #E65078;
}

.form_area .box_att {
	margin-top: 24px;
	padding: 28px 22px;
	border: 1px solid #C4C4C4;
}

.form_area .box_att p {
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 1.8;
}

.form_area .box_form {
	margin-top: 17px;
}

.form_area .box_form table {
	width: calc(100% + 6px);
	margin: 0 -3px;
	border-collapse: separate;
	border-spacing: 3px;
}

.form_area .box_form th {
	width: 240px;
	padding: 16px 18px;
	border: 1px solid #E2E2E2;
	background-color: #E65078;
	color: #fff;
	text-align: left;
}

.form_area .box_form th .st {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 1.6;
}

.form_area .box_form th .req_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
			justify-content: space-between;
}

.form_area .box_form th .req {
	display: block;
	padding: 0 4px 1px;
	border-radius: 2px;
	background-color: #535353;
	font-size: 14px;
	letter-spacing: .03em;
	line-height: 20px;
}

.form_area .box_form th .sub {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	letter-spacing: .03em;
}

.form_area .box_form td {
	width: calc(100% - 240px);
	padding: 19px 22px 19px 13px;
	vertical-align: middle;
}

.form_area .box_form td table.inner_table tr {
	display: block;
	padding-bottom: 10px;
}
.form_area .box_form td table.inner_table tr:last-child {
	padding-bottom: 0;
}

.form_area .box_form td table.inner_table td {
	padding: 0;
	width: auto;
}

.form_area .box_form .select_wrp {
	position: relative;
	display: inline-block;
	width: 100%;
}

.form_area .box_form .select_wrp::after {
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 5.1%;
	border: 4px solid rgba(0, 0, 0, 0);
	border-top: 6px solid #E65078;
}

.form_area .box_form .select_wrp.short {
	width: 350px;
}

.form_area .box_form select {
	width: 100%;
	padding: 0 50px 0 11px;
	border: 1px solid #9B9B9B;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .03em;
	line-height: 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
		appearance: none;
}

.form_area .box_form select::-ms-expand {
	display: none;
}

.form_area .box_form input {
	width: 100%;
	padding: 0 13px;
	border-radius: 3px;
	border: 1px solid #D1D1D1;
	background-color: #F4F4F4;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .03em;
	line-height: 38px;
}

.form_area .box_form input.short {
	width: 220px;
}

.form_area .box_form input.short + .short {
	margin-left: 28px;
}

.form_area .box_form input.short02 {
	width: 150px;
}

.form_area .box_form input::-webkit-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form input:-ms-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form input::-ms-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form input::placeholder {
	color: #ABABAB;
}

.form_area .box_form input::-ms-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form input:-ms-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form input[name*=postal] {
	margin: 0 6px;
}

.form_area .box_form textarea {
	width: 100%;
	min-height: 210px;
	padding: 6px 13px;
	border-radius: 3px;
	border: 1px solid #D1D1D1;
	background-color: #F4F4F4;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .03em;
	line-height: 1.6;
}

.form_area .box_form textarea::-webkit-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form textarea:-ms-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form textarea::-ms-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form textarea::placeholder {
	color: #ABABAB;
}

.form_area .box_form textarea::-ms-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form textarea:-ms-input-placeholder {
	color: #ABABAB;
}

.form_area .box_form .error {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	color: #e00000;
	margin-top: 10px;
}

.form_area .box_form p {
	display: inline-block;
	font-size: 16px;
	letter-spacing: .03em;
	line-height: 1.6;
}

.form_area .box_form p.small {
	font-size: 12px;
}

.form_area .box_form p + input {
	margin-top: 5px;
}

.form_area .box_form p .red {
	color: #C30000;
}

.form_area .box_form .wrp_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-top: 48px;
}

.form_area .box_form .wrp_btn button,
.form_area .box_form .wrp_btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	max-width: 580px;
	width: 100%;
	height: 90px;
	padding: 0;
	border: 0;
	border-radius: 45px;
	-webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
			box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
	background-color: #8D8D8D;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .03em;
	cursor: pointer;
}

.form_area .box_form .wrp_btn button.submit,
.form_area .box_form .wrp_btn a.submit {
	background-color: #1FB6BA;
}

.form_area .box_form .wrp_btn.col2 button {
	max-width: 460px;
	width: calc((100% - 25px) / 2);
}

.form_area .box_form .wrp_btn.col2 button + button {
	margin-left: 25px;
}

.form_area .box_info {
	margin-top: 48px;
	padding: 34px 0;
	border: 1px solid #d4d4d4;
}

.form_area .box_info .st {
	font-size: 28px;
	font-weight: 500;
	letter-spacing: .03em;
	text-align: center;
}

.form_area .box_info .st span {
	display: inline;
}

.form_area .box_info .wrp_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
		-ms-flex-pack: center;
			justify-content: center;
	margin-top: 25px;
}

.form_area .box_info .wrp_info .item {
	padding-left: 11px;
	border-left: 1px solid #707070;
	line-height: 1.8;
}

.form_area .box_info .wrp_info .item + .item {
	margin-left: 130px;
}

.form_area .box_info .wrp_info .item span {
	display: inline-block;
	width: 45px;
}

#confirm .form_area {
	padding-top: 35px;
}

#confirm .form_area .box_form td {
	letter-spacing: .03em;
	line-height: 1.6;
}

#confirm .form_area .box_form .wrp_btn {
	margin-top: 114px;
}

#done .form_area {
	padding-top: 35px;
}

#done .form_area .box_form .wrp_btn a {
	max-width: 460px;
}