@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
	padding: 75px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {background-color: #fff;}
.bg_cl2 {background-color: #f3f2f2;}
.bg_cl3 {background-color: #f5f0f4;}
.cl_base {color: #9e4f82;}
.cl_main {color: #ef3300;}
.cl_accent {color: #4265a1;}
.cl_white {color: #fff;}
.cl_other01 {color: #877a68;}

/*リンク色----------------------------------------------------------- */
a:link,a:visited {color: inherit;}

/*Page Top----------------------------------------------------------- */
.pagetop a {
	background-color: #000;
	filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));
}

/* WIC */
.wic_wrap {overflow-x: hidden;}
.wic img {
	width: auto;
	max-width: unset;
}
.wic1 {
	margin-left: calc(50% - 1000px);
}
.wic1 img {
	width: 2000px;
	max-width: 2000px;
}
@media screen and (max-width: 767px) {
	.wic1 img {
		width: 100%;
	}
	.wic1 {
		margin-left: -15px;
		margin-right: -15px;
	}
}

/*header----------------------------------------------------------- */
header {
	position: sticky;
	top: 0;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
	z-index: 9999999;
	height: 76px;
	width: 100%;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 15px;
}
header > p {
	min-width: 232px;
}
.head_r {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.head_r p:first-child {
	padding: 0 15px;
}

/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */
.cta {
	background: url(../img/pc_cta_bg.png) no-repeat center/cover;
}
.cta .white_box {
	border-radius: 10px;
}

/*sec01----------------------------------------------------------- */
.sec01 {
	background: url(../img/pc_sec01_bg.png) no-repeat center/cover;
}

/*sec02----------------------------------------------------------- */
.sec02 {
	background: url(../img/pc_sec02_arrow.png) no-repeat center top;
}
.sec02 .box_wrap {
	border: 2px solid #808080;
	padding: 15px;
}
.sec02 .box_inner {
	border: 1px solid #c7c7c7;
	padding: 75px;
	text-align: center;
}
.sec02_box01 {
	display: flex;
	background: #f5f2ed;
	padding: 5px;
}
.sec02_box01_l {
	padding: 45px 60px;
	width: calc(100% - 326px);
}
.sec02_box01_r {
	width: 326px;
}
.sec02_box2 {
	background: url(../img/pc_sec02_bg01.png) no-repeat center/cover;
	border-radius: 10px;
}
.sec02 .box_inner {
	position: relative;
}
.sec02_deco_lt,.sec02_deco_rt,.sec02_deco_lb,.sec02_deco_rb {
	position: absolute;
}
.sec02_deco_lt {top: 0;left: 0;}
.sec02_deco_rt {top: 0;right: 0;}
.sec02_deco_lb {bottom: 0;left: 0;}
.sec02_deco_rb {bottom: 0;right: 0;}

/*sec03----------------------------------------------------------- */
.sec03 {
	background: url(../img/pc_sec03_bg.png) no-repeat top center/cover;
}
.sec03 .box_wrap {
	background: #fff;
	padding: 60px 60px 60px 0;
}
.sec03 .box_inner {
	display: flex;
}
.sec03 .box_inner:not(:last-child) {
	margin-bottom: 30px;
}
.sec03_box_wrap {
	display: flex;
}
.sec03_box_deco {
	writing-mode: vertical-rl;
	font-family: "din-2014";
	background: #000;
	color: #fff;
	border-radius: 0 8px 8px 0;
	height: auto;
	width: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
}
.sec03_box_main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 45px;
	padding-right: 30px;
}
.sec03_box_img {
	width: 217px;
}
.sec03 .js-scrollable img {
	min-width: 800px;
}

/*sec04----------------------------------------------------------- */
.sec04 {
	background: url(../img/pc_sec04_bg.png) no-repeat top center;
	overflow: hidden;
}
.sec04 .white_box_l {
	background-color: #f5f2ed;
}
.sec04 .white_box_l {
	margin-bottom: 45px;
}
.sec04 .white_box_l.sec04_box_last {
	margin-bottom: 0;
}
.sec04 .white_box_l.bg_over_l,
.sec04 .white_box_l.bg_over_l > *,
.sec04 .white_box_l.bg_over_r,
.sec04 .white_box_l.bg_over_r > * {
	position: relative;
	z-index: 1;
}
.sec04 .white_box_l.bg_over_l:before {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 50vw;
	top: 0;
	left: 0;
	transform: translateX(-50vw);
	background-color: #f5f2ed;
	z-index: 0;
}
.sec04 .white_box_l.bg_over_r:before {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 50vw;
	top: 0;
	right: 0;
	transform: translateX(50vw);
	background-color: #f5f2ed;
	z-index: 0;
}
.sec04_box_last {
	margin-bottom: 0;
}
/*sec05----------------------------------------------------------- */
.sec05 {
	background: url(../img/pc_sec05_bg.png) no-repeat top center/cover;
}
/*sec06----------------------------------------------------------- */
.sec06 {
	overflow: hidden;
}
.sec06 .white_box_l {
	background-color: #f5f0f3;
}
.sec06 .white_box_l.bg_over_l,
.sec06 .white_box_l.bg_over_l > *,
.sec06 .white_box_l.bg_over_r,
.sec06 .white_box_l.bg_over_r > * {
	position: relative;
	z-index: 1;
}
.sec06 .white_box_l.bg_over_l {
	/* padding-left: 0; */
	border-radius: 0 10px 10px 0;
}
.sec06 .white_box_l.bg_over_r {
	/* padding-right: 0; */
	border-radius: 10px 0 0 10px;
}
.sec06 .white_box_l.bg_over_l:before {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 50vw;
	top: 0;
	left: 0;
	transform: translateX(-50vw);
	background-color: #f5f0f3;
	z-index: 0;
}
.sec06 .white_box_l.bg_over_r:before {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 50vw;
	top: 0;
	right: 0;
	transform: translateX(50vw);
	background-color: #f5f0f3;
	z-index: 0;
}
.sec06 .white_box_l .fx-col-30-s {
	margin-top: -90px;
}
.sec06 .white_box_l.bg_over_l {
	margin-bottom: 90px;
}
.sec06_nam {
	font-size: 40px;
	letter-spacing: 0.06em;
}
.sec06_box {
	border-radius: 10px;
}
.sec06_box > p:first-child {
	font-size: 22px;
}
.sec06_box-inner {
	position: relative;
	border-radius: 10px;
}
.sec06_box-inner::after {
	content: '';
	position: absolute;
	width: 2px;
	height: calc(100% - 60px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-right: 2px dotted #9e4f82;
}
.sec06_box-wrap {
	display: flex;
	gap: 20px;
}

/*sec07----------------------------------------------------------- */
.sec07 {
	background: url(../img/pc_sec07_bg.png) no-repeat top center/cover;
}
.sec07_box {
	position: relative;
}
.sec07_box::before {
	content: '';
	position: absolute;
	left: 60px;
	top: 0;
	width: 50px;
	height: 197px;
}
.sec07_box:nth-child(1):before {
	background: url(../img/pc_sec07_rbn01.png) no-repeat top left / contain;
}
.sec07_box:nth-child(2)::before {
	background: url(../img/pc_sec07_rbn02.png) no-repeat top left / contain;
}
.sec07_box:nth-child(3)::before {
	background: url(../img/pc_sec07_rbn03.png) no-repeat top left / contain;
}
.sec07_box:nth-child(4)::before {
	background: url(../img/pc_sec07_rbn04.png) no-repeat top left / contain;
}
.sec07_box:nth-child(5)::before {
	background: url(../img/pc_sec07_rbn05.png) no-repeat top left / contain;
}
.sec07_box::before {
	content: '';
	position: absolute;
	left: 60px;
	top: 0;
}
.sec07_box_2,
.sec07_box_2 > .white_box_s,
.sec07_box-end {
	border-radius: 10px;
}
.sec07_box_2 {
	border: 1px solid #000;
}
.sec07_box-end {
	border: 1px solid #877a68;
}
.sec07_box-wrap,
.sec07_box-btns,
.sec07_box:nth-child(5) h3,
.sec07_box_2 {
	margin-left: 85px;
}
.sec07_box-end > .fx-row {
	width: 88%;
}
.sec07_box-wrap {
	display: flex;
	justify-content: space-between;
}
.sec07_box h3 {
	text-align: left;
	line-height: 0.6em;
}
.sec07_box-btns {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}
.sec07_box-item:not(:last-child) {
	position: relative;
}
.sec07_box-item:not(:last-child)::after {
	content: '';
	position: absolute;
	background: url(../img/pc_sec07_arw.png) no-repeat center center / contain;
	width: 25px;
	height: 28px;
	right: -40px;
	top: 90px;
}
.sec07_box-item p:nth-child(2) {
	font-size: 22px;
}
.sec07_box_2 .white_box_s {
  text-align: center;
}
/*sec08----------------------------------------------------------- */
.sec08 {
	background: url(../img/pc_sec08_bg.png) no-repeat bottom center/cover;
}
.sec08 h3 {
	text-align: left;
}
.sec08 iframe {
	width: 100%;
	height: 400px;
}
.sec08 .white_box_l {
	margin-top: -7px;
}
.sec08 .white_box_s {
	background-color: #faf8f5;
	border-radius: 10px;
}
/*sec09----------------------------------------------------------- */
.sec09 .js-scrollable p {
	min-width: 750px;
}
.sec09 .white_box_l {
	background-color: #f5f2ed;
}
.sec09_txt {
	position: relative;
	padding-left: 30px;
}
.sec09_txt::before {
	content: '';
	position: absolute;
	background-color: #000;
	height: 100%;
	width: 2px;
	left: 0;
	top: 0;
}
.sec09_wrap {
	display: flex;
}
.sec09_item:nth-child(1) {
	width: 65%;
}
.sec09_item:nth-child(2) {
	width: 35%;
}
.sec09 iframe {
	width: 100%;
	height: 100%;
}
/*sec10----------------------------------------------------------- */
.sec10 {
	background: url(../img/pc_sec10_bg.png) no-repeat top center/cover;
}
.sec10_wrap {

}
.sec10_fqa {

}
.sec10_fqa-q,
.sec10_fqa-a {
	display: flex;
	padding: 20px;
	gap: 10px;
}
.sec10_fqa-q {
	background-color: #000;
	font-size: 22px;
	align-items: center;
}
.sec10_fqa-q img {
	padding-top: 3px;
}
.sec10_fqa-a {
	align-items: baseline;
}

/*sec11----------------------------------------------------------- */
.sec11 {
	background-color: #9e4f82;
}
.form_wrap {
	border-radius: 10px;
}
form > ul > li {
	padding: 10px 0;
}

form > ul > li .fx-row > *:first-child {
	padding-top: 12px;
}

.form_head {
	text-align: right;
}

.form_head span {
	display: inline-block;
	font-weight: bold;
}

.haveto {
	background-color: #9e4f82;
	color: #fff;
	padding: 0 8px;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
}

.any {
	background-color: #a6a6a6;
	color: #fff;
	padding: 0 8px;
	font-weight: bold;
	font-size: 12px;
	margin-left: 10px;
}

.input_adjust {
	padding: 20px 30px;
	border-radius: 10px;
	border: 1px solid #ccc;
}

.input_2col {
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
	width: 100%;
}

.input_2col input {
	width: calc(50% - 15px);
}

.input_1col {
	padding-right: 30px;
}

.input_1col input {
	width: 100%;
}

.input_zip_2col input {
	width: 30%;
}

.input_pref {
	width: 50%;
}

.input_select select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	padding: 12px 16px;
}

.input_select select::-ms-expand {
	display: none;
}

.input_select {
	position: relative;
	border-radius: 2px;
	border: 1px solid #ccc;
	border-radius: 10px;
	background: #ffffff;
}

.input_select::before {
	position: absolute;
	top: calc(50% - 3px);
	right: 1em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #000;
	pointer-events: none;
}

@media screen and (min-width: 768px) {
	.fx-col-16-s {
		-ms-flex-preferred-size: 16%;
		flex-basis: 16%;
		max-width: 16%;
		padding-top: 12px;
	}
	.fx-col-54-s {
		-ms-flex-preferred-size: 54%;
		flex-basis: 54%;
		max-width: 54%;
	}
}

.input_tel_3col input {
	width: 30%;
}

.input_tel_3col input:first-child {
	width: 20%;
}

.radio_2col {
	display: flex;
}

.radio_2col label {
	display: flex;
	align-items: center;
	padding: 12px 0;
}

.radio_2col label:first-child {
	padding-right: 30px;
}

.radio_2col span {
	padding-left: 10px;
}

.radio_1col > label {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 12px 0;
}

.radio_1col span {
	padding-left: 10px;
}

.date_2col {
	display: flex;
	justify-content: space-between;
	padding-right: 30px;
}

.date_2col > * {
	display: block;
	width: calc(50% - 15px);
}

.input_date {
	position: relative;
}

.input_date:before {
	position: absolute;
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	right: 15px;
}

input[type="date"] {
	position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
	-webkit-appearance: none;
}

.check_1col > label {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 12px 0;
}

.check_1col span {
	padding-left: 10px;
}

.select_1col {
	padding-right: 30px;
}

.textarea {
	padding-right: 30px;
}

.textarea textarea {
	width: 100%;
}

.check_agree input {
	height: 20px;
	width: 20px;
}

.check_agree span {
	padding-top: 5px;
}

.sbm_wrap {
	padding: 30px 15px 0;
}
.sbm_wrap span {
    width: fit-content;
    display: inline-block;
}
.sbm_wrap p:first-child a {
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.sbm input {
	/* position: relative; */
	width: 50%;
	margin: 0 auto;
	border-radius: 5px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	padding: 30px;
	background: #a1917c;
	color: #fff;
	line-height: 1em;
	transition: .3s;
	display: block;
	margin: 0 auto;
}
.sbm_btn {
	border: 0;
	background-color: transparent;
}

.sbm_btn:focus {
	outline: none;
}

.sbm:hover {
	opacity: 0.7;
}


/*Footer----------------------------------------------------------- */
footer {
	padding: 60px 0;
}

/* 〜767px：SP用。もともとの割合レイアウトに戻す */
@media screen and (max-width: 767px) {
  .sec11 .tpl_form12 .input_1col select.birthday-year {
    width: 29% !important;
  }
  .sec11 .tpl_form12 .input_1col select.birthday-month,
  .sec11 .tpl_form12 .input_1col select.birthday-day {
    width: 22% !important;
  }
}

/* 768px〜：PC用。数値が全部見えるようにpx指定 */
@media screen and (min-width: 768px) {
  .sec11 .tpl_form12 .input_1col select.birthday-year {
    width: 140px !important;   /* 長すぎなら 100px でもOK */
    max-width: none !important;
  }
  .sec11 .tpl_form12 .input_1col select.birthday-month,
  .sec11 .tpl_form12 .input_1col select.birthday-day {
    width: 120px !important;
    max-width: none !important;
  }
}
