/*============================
基本設定
============================*/
main {
	max-width: 1440px;
	box-sizing: border-box;
	padding: 0 80px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	main {
		padding: 0;
	}
}

.sp_contents {
	width: 100%;
	max-width: 470px;
	position: relative;
	margin-left: auto;
	z-index: 1;
	background-color: #FFF;
	box-shadow: 0 0 0.10rem rgba(0,0,0,0.4);
}

@media screen and (max-width: 767px) {
	.sp_contents {
		max-width: 100%;
	}
}

/*============================
PC用
============================*/
.pc_contents {
	position: fixed;
	height: 100vh;
	min-height: 810px;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	min-width: 1080px;
}

.pc_contents::before {
	content: "";
	width: 100%;
	height: calc(100% - 260px);
	background-color: var(--color-orange02);
	position: absolute;
	top: 0;
	left: 0;
}

.pc_contents .cont_box {
	width: 100%;
	height: 100%;
	max-width: 1440px;
	margin: auto;
	position: relative;
}

.pc_contents .header {
	width: 100%;
	padding-right: 610px;
	padding-left: 60px;
	height: 67.90%;
	min-height: 550px;
	position: relative;
	box-sizing: border-box;
}

.pc_contents .header .illust {
	width: 100%;
	height: 100%;
}

.pc_contents .header .illust img {
	display: block;
	max-height: 100%;
	padding-right: 610px;
	padding-left: 60px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.pc_contents .textbox {
	width: 100%;
	height: 260px;
	background-color: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	padding-top: 34px;
	padding-right: 610px;
	padding-left: 40px;
	padding-bottom: 46px;
	box-sizing: border-box;
}

.pc_contents .textbox .text {
	font-size: 19px;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.80;
	padding-bottom: 50px;
}

@media screen and (max-width: 1420px) {
	.pc_contents .textbox .text {
		font-size: 1.25vw;
		letter-spacing: 0.03em;
	}
}

@media screen and (max-width: 1280px) {
	.pc_contents .textbox .text {
		font-size: 1.1vw;
		padding-bottom: 20px;
	}
}

.pc_contents .textbox .btn_list {
	display: flex;
	justify-content: space-between;
	max-width: 740px;
	padding-left: 20px;
}

@media screen and (max-width: 1280px) {
	.pc_contents .textbox .btn_list {
		display: block;
	}
}

.pc_contents .textbox .btn_list .btn {
	width: 45.94%;
	position: relative;
}

@media screen and (max-width: 1420px) {
	.pc_contents .textbox .btn_list .btn {
		width: 47.94%;
	}
}
@media screen and (max-width: 1280px) {
	.pc_contents .textbox .btn_list .btn {
		width: 70%;
		margin: auto;
	}
}

.pc_contents .textbox .btn_list .btn a {
	display: block;
	line-height: 0;
	padding: 33px 0 37px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	text-decoration: none;
	border-radius: 6px;
	position: relative;
	text-align: center;
}

@media screen and (max-width: 1420px) {
	.pc_contents .textbox .btn_list .btn a {
		font-size: 22px;
	}
}

@media screen and (max-width: 1280px) {
	.pc_contents .textbox .btn_list .btn a {
		font-size: 20px;
		padding: 24px 0 27px;
		margin-bottom: 20px;
	}
}

.pc_contents .textbox .btn_list .btn a:hover {
	opacity: 0.7;
}

.pc_contents .textbox .btn_list .btn.line_btn a {
	background-color: var(--color-linebtn);
}

.pc_contents .textbox .btn_list .btn.line_btn a::before {
	content: "";
	width: 33px;
	height: 32px;
	background-image: url(../img/icon_line.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.pc_contents .textbox .btn_list .btn.entry_btn a {
	background-color:var(--color-orange01);
}

.pc_contents .textbox .btn_list .btn.entry_btn a::before {
	content: "";
	width: 30px;
	height: 23px;
	background-image: url(../img/pc_mail_icon.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 28px;
	top: 50%;
	transform: translateY(-50%);
}

.pc_contents .textbox .btn_list .btn.entry_btn:before {
	content: "";
	width: 80px;
	height: 43px;
	background-image: url(../img/pc_icon_entry.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 20px;
	top: -28px;
	z-index: 1;
}

@media screen and (max-width: 1280px) {
	.pc_contents .textbox .btn_list .btn.entry_btn:before {
		content: "";
		width: 50px;
		height: 30px;
		left: 10px;
		top: -15px;
	}
}

.pc_contents .textbox .btn_list .btn a::after {
	content: "";
	width: 0.28rem;
	height: 0.08rem;
	background-image: url(../img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.30rem;
	top: 50%;
	transform: translateY(-50%);
}

.pc_contents .vertical_title {
	width: 15px;
	position: absolute;
	right: 30px;
	top: 50px;
}

/*============================
カラー設定
============================*/
:root {
	/* 明るいオレンジ */
	--color-orange01: #FFAA6E;

	/* 濃いオレンジ */
	--color-orange02: #D34C3B;

	/* ベージュ */
	--color-beige: #F4F0E4;

	/* LINEボタンのオレンジ */
	--color-linebtn: #FF786E;

	/* Q&Aのオレンジ */
	--color-faqorange: #FBDAB5;
}

/*============================
見出し
============================*/
.sp_contents .sec_title {
	font-size: 0.80rem;
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 0.05em;
	text-align: center;
	color: var(--color-orange01);
	padding-bottom: 0.55rem;
}

.sp_contents .sec_title .jp_text {
	display: block;
	font-size: 0.30rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	padding-top: 0.25rem;
}

/*============================
スライダー（MV以外）
============================*/
/* 送りボタン */
.sp_contents .slider_wrap .slide_prev,
.sp_contents .slider_wrap .slide_next {
	width: 0.22rem;
	height: 0.42rem;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 0;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s;
}

.sp_contents .slider_wrap .slide_prev:hover,
.sp_contents　.slider_wrap .slide_next:hover {
	opacity: 0.7;
}

/* 前へボタン */
.sp_contents .slider_wrap .slide_prev {
	background-position: left top;
	left: 0.20rem;
}

/* 次へボタン */
.sp_contents .slider_wrap .slide_next {
	background-position: right top;
	right: 0.20rem;
}

/* ドット */
.sp_contents .slider_wrap .slick-dots {
	bottom: 0.05rem;
}

.sp_contents .slick-dots li {
	margin: 0 0.01rem;
}

.sp_contents .slider_wrap .slick-dots li button::before {
	font-size: 13px;
	color: #BDB9B8;
	opacity: 1;
}

.sp_contents .slider_wrap .slick-dots li.slick-active button::before {
	color: var(--color-orange02);
}

/* 写真 */
.sp_contents .slider_wrap .slide img {
	border-radius: 0.10rem;
}

/*============================
MV
============================*/
.mv_wrap {
	position: relative;
	padding-bottom: 0.50rem;
}

/* 上部のタイトル */
.mv_wrap .mv_title {
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
	text-align: center;
	font-size: 0.48rem;
	line-height: 0;
	padding: 0.55rem 0;
	letter-spacing: 0.20em;
}

@media screen and (max-width: 599px) {
	.mv_wrap .mv_title {
		font-size: 6.4vw;
	}
}

.mv_wrap .mv_title span {
	color: var(--color-orange01);
}

.mv_cont_wrap {
	position: relative;
}

/* 縦書きキャッチ */
.mv_wrap .mv_cont_wrap .mv_vertical_catch {
	width: 0.34rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* スライダー */
.mv_wrap .mv_cont_wrap .mv_slider_wrap {
	width: 100%;
	position: relative;
	margin: auto;
}

.mv_wrap .mv_cont_wrap .mv_slider_wrap .slider {
	position: relative;
}

.mv_wrap .mv_cont_wrap .mv_slider_wrap .slider .slide {
	position: relative;
}

.mv_wrap .mv_cont_wrap .mv_slider_wrap .slide_title {
	width: 2.18rem;
	height: 2.44rem;
	background-image: url(../img/mv_slide00_title.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 1.80rem;
	top: 2.10rem;
	z-index: 1;
}

.mv_wrap .mv_cont_wrap .mv_slider_wrap .slider .slide {
	padding: 0 0.80rem;
}

.mv_wrap .mv_cont_wrap .mv_slider_wrap .slider .slide img {
	border-radius: 0.20rem;
	overflow: hidden;
	max-width: 4.80rem;
}

/* スライドの枚数 */
.mv_wrap .mv_cont_wrap .mv_slider_wrap .slick-num {
	padding-top: 0.40rem;
	text-align: center;
	font-size: 0.48rem;
	letter-spacing: 0.05em;
	font-family: 'Libre Baskerville', serif;
}

/* スライド送りボタン */
.mv_wrap .mv_cont_wrap .mv_slider_wrap .slide_prev,
.mv_wrap .mv_cont_wrap .mv_slider_wrap .slide_next {
	width: 0.84rem;
	height: 0.84rem;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -0.14rem;
	z-index: 1;
	cursor: pointer;
	transition: all 0.3s;
}

.mv_wrap .mv_cont_wrap .mv_slider_wrap .slide_prev:hover,
.mv_wrap .mv_cont_wrap .mv_slider_wrap .slide_next:hover {
	opacity: 0.7;
}

/* 前へボタン */
.mv_wrap .mv_cont_wrap .mv_slider_wrap .slide_prev {
	background-image: url(../img/mv_slide_icon_prev.svg);
	background-position: left top;
	left: 0;
}

/* 次へボタン */
.mv_wrap .mv_cont_wrap .mv_slider_wrap .slide_next {
	background-image: url(../img/mv_slide_icon_next.svg);
	background-position: right top;
	right: 0;
	animation: mv_slide_anime 0.8s ease 0s infinite alternate;
}

/* ボタンアニメーション */
@keyframes mv_slide_anime {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1.25);
  }
}

.mv_wrap .mv_catch {
	padding-top: 0.40rem;
}

.mv_wrap .pay_text {
	padding-top: 0.40rem;
	text-align: center;
	font-size: 0.33rem;
	font-weight: 600;
	letter-spacing: 0.07em;
}

.mv_wrap .pay_text span {
	color: var(--color-orange01);
}

.mv_wrap .pay_text .large {
	font-size: 0.44rem;
	font-weight: 400;
	font-family: 'Prata', serif;
}


/*============================
Message
============================*/
.message {
	background-color: var(--color-orange02);
	padding: 1.00rem 0 0.30rem;
}

.message .sec_title .jp_text {
	color: #FFF;
}

.message .catch {
	font-size: 0.32rem;
	letter-spacing: 0.05em;
	line-height: 1.84;
	color: #FFF;
	text-align: center;
	padding-bottom: 0.55rem;
}

.message .text {
	font-size: 0.30rem;
	line-height: 1.93;
	letter-spacing: 0;
	text-align: justify;
	color: #FFF;
	padding: 0 0.10rem;
}

/* スライダー */
.message .slider_wrap {
	padding-top: 0.60rem;
	position: relative;
}

.message .slider_wrap .slick-slider {
	padding-bottom: 0.90rem;
}

.message .slider_wrap .slide {
	border-radius: 0.10rem;
	overflow: hidden;
}

/* 前へボタン */
.message .slider_wrap .slide_prev {
	background-image: url(../img/slide_icon_prev_white.svg);
}

/* 次へボタン */
.message .slider_wrap .slide_next {
	background-image: url(../img/slide_icon_next_white.svg);
}

/* ドット */
.message .slider_wrap .slick-dots li button::before {
	color: #FFF;
	opacity: 1;
}

.message .slider_wrap .slick-dots li.slick-active button::before {
	color: var(--color-orange01);
}


/*============================
Business
============================*/
.business {
	background-color: var(--color-beige);
	padding: 1.00rem 0 0.30rem;
}

.business .sec_title .jp_text {
	color: #231815;
}

.business .catch_wrap {
	position: relative;
	margin: 0 0.10rem;
	padding-top: 0.30rem;
	padding-bottom: 0.40rem;
}

.business .catch_wrap::before {
	content: "";
	width: 2.88rem;
	height: 2.40rem;
	background-image: url(../img/business_face_deco.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	right: -0.60rem;
}

.business .catch_wrap .text {
	font-size: 0.30rem;
	line-height: 1.93;
	font-weight: 600;
	letter-spacing: 0;
}

.business .catch_wrap .catch {
	font-size: 0.48rem;
	letter-spacing: 0.04em;
	font-weight: 600;
	letter-spacing: 0;
	padding-top: 0.17rem;
	padding-bottom: 0.25rem;
	line-height: 1.45;
}

@media screen and (max-width: 767px) {
	.business .catch_wrap .catch {
		font-size: 0.48rem;
	}
}

.business .catch_wrap .catch .underline {
	display: inline;
	background:linear-gradient(transparent 93%, var(--color-orange01) 93%);
	padding-bottom: 0.03rem;
}

.business .check_box {
	border: 2px solid var(--color-orange01);
	padding: 0.37rem 0;
	text-align: center;
	border-radius: 0.10rem;
	background-color: #FFF;
	margin-top: 0.50rem;
	position: relative;
}

.business .check_box::before {
	content: "";
	width: 0.50rem;
	height: 0.50rem;
	background-image: url(../img/icon_check.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -0.25rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.business .check_box .text {
	font-size: 0.36rem;
	font-weight: 600;
	line-height: 1.55;
	letter-spacing: 0.04em;
}

.business .point_list_wrap .list .detail {
	padding-top: 0.50rem;
	border-radius: 0.10rem;
	overflow: hidden;
}

.business .point_list_wrap .list .detail .ph_wrap {
	height: 3.60rem;
	overflow: hidden;
	border-top-left-radius: 0.10rem;
	border-top-right-radius: 0.10rem;
}

.business .point_list_wrap .list .detail .ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.business .point_list_wrap .list .detail .textbox {
	background-color: #FFF;
	padding: 0.50rem 0.60rem;
	position: relative;
}

.business .point_list_wrap .list .detail .textbox .point_deco {
	content: "";
	width: 1.55rem;
	height: 0.60rem;
	text-align: right;
	position: absolute;
	top: -0.36rem;
	right: 0.40rem;
	z-index: 1;
}

.business .point_list_wrap .list .detail .textbox .title {
	font-size: 0.40rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	padding-bottom: 0.30rem;
}

.business .point_list_wrap .list .detail .textbox .text {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0.28rem;
	line-height: 1.78;
	font-weight: 500;
	text-align: justify;
}

/* 下線 */
.business .point_list_wrap .list .detail .textbox .text .underline {
	background:linear-gradient(transparent 90%, var(--color-orange01) 90%);
}


/*============================
セルトリの求める女性
============================*/
.wants {
	padding: 5.00rem 0 0.30rem;
	position: relative;
}

.wants::before {
	content: "";
	width: 100%;
	height: 10.00rem;
	background-color: var(--color-orange02);
	position: absolute;
	top: 3.60rem;
	left: 0;
	z-index: 0;
}

.wants::after {
	content: "";
	width: 100%;
	height: 4.53rem;
	background-image: url(../img/section_deco.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.10rem;
	left: 0;
	z-index: 1;
}

.wants .in {
	z-index: 2;
}

.wants .wants_title {
	font-size: 0.40rem;
	letter-spacing: 0.05em;
	padding-bottom: 0.60rem;
	color: #FFF;
	text-align: center;
	line-height: 1.65;
}

.wants .lead {
	font-size: 0.25rem;
	font-weight: 600;
	line-height: 2.85;
	letter-spacing: 0;
	color: #FFF;
	text-align: center;
	padding-bottom: 0.70rem;
}

@media screen and (max-width: 375px) {
	.wants .lead {
		letter-spacing: -0.05em;
	}
}

.wants .lead span {
	display: block;
	background:linear-gradient(transparent 80%, var(--color-orange01) 85%, transparent 85%);
}

.wants .lead_ph_wrap {
	height: 3.80rem;
	border-radius: 0.20rem;
	overflow: hidden;
}

.wants .lead_ph_wrap img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wants .catch {
	font-size: 0.32rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.875;
	text-align: center;
	padding: 0.45rem 0 0.90rem;
}

/* ママ */
.wants .mama_cont_wrap {
	background-color: var(--color-beige);
	padding: 0.40rem;
	border-radius: 0.10rem;
	position: relative;
	margin-top: 1.00rem;
}

.wants .mama_cont_wrap::before {
	content: "";
	width: 1.20rem;
	height: 1.20rem;
	border: 2px solid #FFF;
	border-radius: 0.60rem;
	background-image: url(../img/icon_mama.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -0.60rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.wants .mama_cont_wrap .name {
	font-size: 0.28rem;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	padding: 0.60rem 0 0.20rem;
}

.wants .mama_cont_wrap .small_text {
	font-size: 0.23rem;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;
	line-height: 1.55;
	padding-bottom: 0.50rem;
}

.wants .mama_cont_wrap .mama_catch {
	font-size: 0.28rem;
	line-height: 1.85;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
	padding-bottom: 0.65rem;
	margin: 0 -0.10rem;
}

.wants .mama_cont_wrap .textbox {
	display: flex;
	justify-content: space-between;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

.wants .mama_cont_wrap .textbox .time {
	width: 1.15rem;
	text-align: center;
}

.wants .mama_cont_wrap .textbox .time .time_text {
	font-size: 0.26rem;
	letter-spacing: 0.05em;
	padding-top: 0.10rem;
}

.wants .mama_cont_wrap .textbox .text {
	width: calc(100% - 1.55rem);
	font-size: 0.26rem;
	letter-spacing: 0.05em;
	line-height: 1.92;
}

.wants .mama_cont_wrap .textbox .text strong {
	font-size: 0.30rem;
	font-weight: 700;
	display: block;
}

/* スライダー */
.wants .slider_wrap {
	position: relative;
}

.wants .slider_wrap .slick-slider {
	padding-bottom: 0.90rem;
}

.wants .slider_wrap .slick-slider.slider_text {
	padding-bottom: 0.20rem;
}

.wants .slider_wrap .slide {
	border-radius: 0.10rem;
	overflow: hidden;
}

/* 前へボタン */
.wants .slider_wrap .slide_prev {
	background-image: url(../img/slide_icon_prev_black.svg);
}

/* 次へボタン */
.wants .slider_wrap .slide_next {
	background-image: url(../img/slide_icon_next_black.svg);
}

/*============================
ステップアップ
============================*/
.stepup {
	padding: 0.90rem 0 0.30rem;
	position: relative;
}

.stepup .stepup_main_title {
	text-align: center;
	font-size: 0.42rem;
	font-weight: 600;
	letter-spacing: 0.10em;
	line-height: 1.66;
	color: var(--color-orange01);
	padding-bottom: 0.50rem;
}

.stepup .stepup_cont {
	padding-top: 3.82rem;
	position: relative;
}

.stepup .stepup_cont::before {
	content: "";
	width: 100%;
	height: 16.47rem;
	background-color: var(--color-orange02);
	position: absolute;
	top: 2.55rem;
	left: 0;
	z-index: 0;
}

.stepup .stepup_cont::after {
	content: "";
	width: 100%;
	height: 4.53rem;
	background-image: url(../img/section_deco.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.stepup .stepup_cont .in {
	z-index: 2;
}

.stepup .stepup_cont .in .stepup_title {
	text-align: center;
	font-size: 0.46rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1.52;
	color: #FFF;
	padding: 0.60rem 0 0.40rem;
}

.stepup .stepup_cont .in .lead {
	font-size: 0.30rem;
	font-weight: 600;
	line-height: 1.93;
	letter-spacing: -0.02em;
	padding: 0 0.10rem;
	color: #FFF;
	text-align: justify;
	padding-bottom: 0.60rem;
}

.stepup .stepup_cont .stepup_fukidashi {
	background-color: var(--color-beige);
	border-radius: 0.20rem;
	padding: 0.40rem 0;
	text-align: center;
	position: relative;
}

.stepup .stepup_cont .stepup_fukidashi::after {
	content: "";
	width: 0.58rem;
	height: 0.47rem;
	background-image: url(../img/fukidashi_deco.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.97rem;
	bottom: -0.46rem;
}

.stepup .stepup_cont .stepup_fukidashi .text {
	font-size: 0.36rem;
	font-weight: 600;
	line-height: 1.66;
}

.stepup .stepup_cont .stepup_flow {
	padding: 0.40rem 0 0.60rem;
}

/* オーナーの声 */
.stepup .stepup_cont .owner_voice_wrap {
	padding-bottom: 0.70rem;
	position: relative;
}

.stepup .stepup_cont .owner_voice_wrap .owner_fukidashi {
	padding: 0.70rem 0.60rem 0.50rem;
	position: relative;
}

/*　吹き出し背景 */
.stepup .stepup_cont .owner_voice_wrap  .owner_fukidashi::before {
	content: "";
	width: 100%;
	height: calc(100% + 0.60rem);
	background-color: var(--color-beige);
	border-radius: 0.20rem;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

/*　吹き出し背景の飾り */
.stepup .stepup_cont .owner_voice_wrap  .owner_fukidashi::after {
	content: "";
	width: 0.58rem;
	height: 0.47rem;
	background-image: url(../img/fukidashi_deco_rev.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.97rem;
	top: calc(100% + 0.60rem);
	z-index: 0;
}

.stepup .stepup_cont .owner_voice_wrap .owner_fukidashi .text {
	font-size: 0.28rem;
	font-weight: 600;
	line-height: 1.92;
	letter-spacing: 0;
	text-align: justify;
	position: relative;
	z-index: 1;
}

.stepup .stepup_cont .owner_voice_wrap .owner_name {
	padding-top: 1.47rem;
	position: relative;
	z-index: 1;
}

.stepup .stepup_cont .owner_voice_wrap .owner_name::before {
	content: "";
	width: 1.20rem;
	height: 1.20rem;
	border: 2px solid #FFF;
	border-radius: 0.60rem;
	background-image: url(../img/icon_mama.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.stepup .stepup_cont .owner_voice_wrap .owner_name .name {
	font-size: 0.28rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.78;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}

/* 下段の写真 */
.stepup .stepup_cont .stepup_last_ph {
	height: 3.80rem;
	border-radius: 0.20rem;
	overflow: hidden;
}

.stepup .stepup_cont .stepup_last_ph img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.stepup .stepup_cont .stepup_last_copy {
	padding-top: 0.50rem;
	text-align: center;
	font-size: 0.32rem;
	font-weight: 600;
	line-height: 1.875;
}


/*============================
応募概要
============================*/
.information {
	padding-top: 1.15rem;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

.information .main_title {
	padding-left: 0.60rem;
	padding-bottom: 0.30rem;
	font-size: 0.44rem;
	font-weight: 700;
	letter-spacing: 0.10em;
}

.information .obi_title {
	background-color: #231815;
	border-left: 0.60rem solid var(--color-orange01);
	border-right: 0.60rem solid #FFF;
	font-size: 0.34rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding: 0.20rem 0.30rem;
}

.information .in {
	padding: 0.50rem 0.60rem 0;
}

.information .in .lead {
	font-size: 0.28rem;
	line-height: 1.5;
	letter-spacing: 0;
	padding-bottom: 0.20rem;
}

.information .in .lead .small_text {
	font-size: 0.24rem;
}

.information .in .info_box {
	padding: 0.30rem 0;
}

.information .in .info_box .info_title {
	font-size: 0.34rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	padding-bottom: 0.20rem;
	border-bottom: 1px solid #231815;
}

.information .in .info_box .table {
	padding-top: 0.55rem;
	display: flex;
	justify-content: space-between;
	font-size: 0.28rem;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.71;
}

.information .in .info_box .table .title {
	width: 1.30rem;
	padding-right: 0.15rem;
	box-sizing: border-box;
	font-weight: 700;
	position: relative;
	text-align:justify;
	text-align-last:justify;
	text-justify:inter-ideograph
}

.information .in .info_box .table .title::after {
	content: "：";
	position: absolute;
	right: -0.05rem;
	top: 0;
}

.information .in .info_box .table .text {
	width: calc(100% - 1.40rem);
}

.information .in .info_box .table .text .inner_text {
	font-weight: 400;
	padding-bottom: 0.15rem;
}

.information .in .info_box .table .text .inner_text:last-child {
	padding-bottom: 0;
}

.information .in .info_box .list {
	font-size: 0.28rem;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 0.26rem 0;
}

.information .in .info_box .list .text::before {
	content: "・";
}

.information .in .caution_box {
	border: 2px solid var(--color-orange02);
	color: var(--color-orange02);
	padding: 0.20rem 0.30rem;
}

.information .in .caution_box .text {
	font-size: 0.28rem;
	letter-spacing: 0;
	line-height: 1.5;
}

/* LINEボタン */
.information .in .line_btn {
	margin: 0 -0.20rem;
	padding: 1.00rem 0;
}

.information .in .line_btn a {
	display: block;
	background-color: var(--color-linebtn);
	line-height: 0;
	border-radius: 0.10rem;
	padding: 0.58rem 0 0.62rem;
	font-size: 0.38rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	position: relative;
}

.information .in .line_btn a:hover {
	opacity: 0.7;
}

.information .in .line_btn a::before {
	content: "";
	width: 0.72rem;
	height: 0.70rem;
	background-image: url(../img/icon_line.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.40rem;
	top: 50%;
	transform: translateY(-50%);
}

.information .in .line_btn a::after {
	content: "";
	width: 0.28rem;
	height: 0.08rem;
	background-image: url(../img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.40rem;
	top: 50%;
	transform: translateY(-50%);
}


/*============================
よくある質問
============================*/
.faq {
	padding: 1.00rem 0 0.50rem;
	position: relative;
	background-color: var(--color-beige);
}

.faq .sec_title .jp_text {
	color: #231815;
}

.faq .faq_box {
	padding-bottom: 0.40rem;
}

.faq .faq_box .faq_title {
	background-color: #FFF;
	padding: 0.30rem;
	padding-right: 0.90rem;
	border-radius: 0.10rem;
	display: flex;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
}

.faq .faq_box .faq_title:hover {
	background-color: var(--color-faqorange);
}

.faq .faq_box .faq_title .num {
	width: 0.60rem;
	font-family: 'Libre Baskerville', serif;
	font-size: 0.32rem;
	letter-spacing: -0.05em;
	color: var(--color-orange02);
	padding-top: 0.14rem;
}

.faq .faq_box .faq_title .text {
	width: calc(100% - 0.80rem);
	font-size: 0.30rem;
	line-height: 1.73;
	letter-spacing: 0.02em;
	font-weight: 600;
}

.faq .faq_box .faq_title::after {
	content: "";
	width: 0.34rem;
	height: 0.17rem;
	background-image: url(../img/icon_faq.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s;
	position: absolute;
	top: 50%;
	right: 0.30rem;
	transform: translateY(-50%);
}

.faq .faq_box .faq_text {
	background-color: #FFF;
	padding: 0.30rem;
	border-bottom-left-radius: 0.10rem;
	border-bottom-right-radius: 0.10rem;
	display: none;
}

.faq .faq_box .faq_text .inner_box {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.faq .faq_box .faq_text .num {
	width: 0.60rem;
	font-family: 'Libre Baskerville', serif;
	font-size: 0.32rem;
	letter-spacing: -0.05em;
	color: var(--color-orange02);
	padding-top: 0.14rem;
}

.faq .faq_box .faq_text .text {
	width: calc(100% - 0.80rem);
	font-size: 0.30rem;
	line-height: 1.73;
	letter-spacing: 0.02em;
	font-weight: 600;
}

/* アコーディオンのオープン時 */
.faq .faq_box .faq_title.open {
	background-color: var(--color-faqorange);
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.faq .faq_box .faq_title.open::after {
	transform: translateY(-50%) rotate(180deg);
}


/*============================
アクセス
============================*/
.access {
	padding: 1.15rem 0 1.00rem;
	position: relative;
}

.access .sec_title .jp_text {
	color: #231815;
}

.access .in .access_box .table {
	margin: 0 0.20rem;
	padding-bottom: 0.80rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 0.30rem;
	letter-spacing: 0;
	font-weight: 700;
	line-height: 1.6;
	font-family: 'Noto Sans JP', sans-serif;
	border-top: 1px solid #DEDDDC;
}

.access .in .access_box .table .title {
	width: 1.45rem;
	box-sizing: border-box;
	font-weight: 400;
	position: relative;
	text-align:justify;
	text-align-last:justify;
	text-justify:inter-ideograph;
	border-bottom: 1px solid #DEDDDC;
	padding: 0.25rem 0;
	padding-right: 0.15rem;
}

.access .in .access_box .table .title::after {
	content: "：";
	position: absolute;
	right: -0.05rem;
	top: 0.25rem;
}

.access .in .access_box .table .text {
	width: calc(100% - 1.45rem);
	box-sizing: border-box;
	border-bottom: 1px solid #DEDDDC;
	padding: 0.25rem 0;
	padding-left: 0.10rem;
}

.access .in .gmap {
	width: 100%;
	height: 4.60rem;
}

.access .in .gmap iframe {
	width: 100%;
	height: 100%;
}

/*============================
応募する
============================*/
.entry {
	padding: 4.82rem 0 1.00rem;
	position: relative;
	background-color: var(--color-orange02);
}

.entry::before {
	content: "";
	width: 100%;
	height: 4.22rem;
	background-image: url(../img/entry_deco.svg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0.96rem;
	left: 0;
	z-index: 0;
}

.entry .entry_btn a {
	position: relative;
	background-color: var(--color-orange01);
	display: block;
	line-height: 0;
	padding: 0.68rem 0 0.71rem;
	font-size: 0.48rem;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	border-radius: 0.10rem;
	font-family: 'Noto Sans JP', sans-serif;
}

.entry .entry_btn a:hover {
	opacity: 0.7;
}

.entry .entry_btn a::before {
	content: "";
	width: 1.70rem;
	height: 0.91rem;
	background-image: url(../img/icon_entry.svg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0.40rem;
	top: -0.60rem;
}

.entry .entry_btn a::after {
	content: "";
	width: 0.28rem;
	height: 0.08rem;
	background-image: url(../img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.40rem;
	top: 50%;
	transform: translateY(-50%);
}

/*============================
更に詳しく
============================*/
.more_info {
	padding: 1.00rem 0 0.90rem;
	background-color: var(--color-beige);
}

.more_info .text {
	font-size: 0.32rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-align: center;
	padding-bottom: 0.36rem;
}

.more_info .btn {
	padding: 0 0.20rem 0.30rem;
}

.more_info .btn a {
	display: block;
	border-radius: 0.10rem;
	line-height: 0;
	background-color: #FFF;
	text-align: center;
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #231815;
	text-decoration: none;
	position: relative;
	padding: 0.49rem 0 0.51rem;
}

.more_info .btn a::after {
	content: "";
	width: 0.28rem;
	height: 0.08rem;
	background-image: url(../img/icon_arrow_black.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.40rem;
	top: 50%;
	transform: translateY(-50%);
}

.more_info .logo {
	width: 3.30rem;
	margin: auto;
	padding-top: 0.50rem;
}

.more_info .logo a :hover {
	opacity: 0.7;
}

/*============================
footer
============================*/
.footer {
	padding: 0.45rem 0 1.45rem;
	text-align: center;
}

.footer .list {
	display: flex;
	justify-content: center;
	padding-bottom: 0.45rem;
}

.footer .list .link {
	font-size: 0.24rem;
	letter-spacing: 0.05em;
	font-weight: 500;
	padding: 0 0.26rem;
}

.footer .list .link a {
	color: #231815;
	text-decoration: none;
}

.footer .copyright {
	font-size: 0.22rem;
	letter-spacing: 0.05em;
	font-weight: 500;
}


/*============================
フローティングボタン
============================*/
.floating_btn_wrap {
	width: 100%;
	max-width: 470px;
	position: fixed;
	right: calc((100% - 1280px) / 2);
	bottom: 0;
	z-index: 10;
}

@media screen and (max-width: 1440px) {
	.floating_btn_wrap {
		right: 80px;
	}
}

@media screen and (max-width: 1080px) {
	.floating_btn_wrap {
		right: auto;
		left: 530px;
	}
}

@media screen and (max-width: 767px) {
	.floating_btn_wrap {
		right: 0;
		left: 0;
	}
}

.floating_btn_wrap .list {
	display: flex;
	justify-content: space-between;
}

.floating_btn_wrap .list .link {
	width: 50%;
}

.floating_btn_wrap .list .link a {
	display: block;
	text-align: center;
	line-height: 0;
	padding: 0.49rem 0 0.51rem;
	padding-right: 0.40rem;
	font-size: 0.30rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	color: #FFF;
	text-decoration: none;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}

.floating_btn_wrap .list .link.line_btn a {
	background-color: var(--color-linebtn);
}

.floating_btn_wrap .list .link.entry_btn a {
	background-color: var(--color-orange01);
}

.floating_btn_wrap .list .link a::after {
	content: "";
	width: 0.28rem;
	height: 0.08rem;
	background-image: url(../img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0.30rem;
	top: 50%;
	transform: translateY(-50%);
}

.floating_btn_wrap .list .link a span {
	transition: all 0.3s;
}

.floating_btn_wrap .list .link a:hover span {
	opacity: 0.7;
}