@charset "utf-8";

/*
/*    CSS MENU
/*

/*
*********************************************************************************
/*
/* コメントタイプ
/*
/*******************************************************************************/


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
中コメント */


/*------------------------------------------------------------------------------
小コメント */


/* コメント */


/*
*********************************************************************************
/*
/* モジュール
/*
/*******************************************************************************/


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
テキスト */

.txt_under {
	text-decoration: underline;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
タイトル */


/*------------------------------------------------------------------------------
fukidashi_tl */

.fukidashi_tl {
	text-align: center;
	color: var(--blue);
	font-family: var(--kaku);
	margin-bottom: 2.5rem;
}

.fukidashi_tl .fukidashi {
	background: url(../images/tl_fukidashi.png) no-repeat center bottom / auto 100%;
	height: 5rem;
	padding-top: 0.8rem;
	font-size: 1.6rem;
	font-weight: 700;
}

.fukidashi_tl .tl {
	font-size: 2.8rem;
	line-height: 1.3;
	margin: 1.2rem 0 1rem;
	font-weight: 700;
}

.fukidashi_tl .en {
	font-family: var(--en);
	color: var(--lred);
	opacity: 0.5;
	font-size: 1rem;
}


/*------------------------------------------------------------------------------
dot_tl */

.dot_tl {
	text-align: center;
	color: var(--lred);
	font-weight: 700;
	font-family: var(--kaku);
	margin-bottom: 2rem;
}

.dot_tl .dot {
	font-size: 2rem;
	font-weight: 700;
	background: url(../images/line_dot_mini.png) repeat-x left top / auto 0.2rem, url(../images/line_dot_mini.png) repeat-x left bottom / auto 0.2rem;
	padding: 1rem 0px;
}

.dot_tl .tl {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.7;
}

.dot_tl .tl .dot_l {
	font-size: 4.8rem;
	vertical-align: baseline;
}

.dot_tl.dot_tl_blue {
	color: var(--blue);
	margin-bottom: 3.2rem;
	font-size: 2rem;
	font-weight: 700;
	background: url(../images/line_dot_mini_blue.png) repeat-x left top / auto 0.2rem, url(../images/line_dot_mini_blue.png) repeat-x left bottom / auto 0.2rem;
	padding: 1.4rem 0px 1.8rem 0px;
}

.dot_tl.dot_tl_blue .tl {
	font-size: 2rem;
	line-height: 1.6;
}


/*------------------------------------------------------------------------------
kakomi_tl */

.kakomi_tl {
	background: url(../images/room_place_tl.png) no-repeat center bottom / contain;
	height: 16.4rem;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-family: var(--kaku);
	text-align: center;
	padding-top: 7.4rem;
	position: absolute;
	top: -13rem;
	left: 0;
}

.kakomi_tl .sub {
	font-size: 1.8rem;
}

.kakomi_tl .tl {
	font-size: 2.8rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
リスト */


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
cta */

.cta_area {
	margin-top: -3.2rem;
	position: relative;
	z-index: 10;
}

.cta_area .cta_btn {
	position: absolute;
	bottom: 2.4rem;
	width: 35rem;
	left: 2rem;
	box-shadow: 0.2rem 0.2rem 0.4rem 0.4rem rgba(0, 0, 0, 0.16);
	border-radius: 2rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ボタン */

.btn > a {
	background: #fff;
	color: #39346B;
	border: 0.3rem solid #39346B;
	text-decoration: none;
	text-align: center;
	font-family: var(--kaku);
	font-weight: 700;
	font-size: 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	align-content: center;
	position: relative;
	padding: 2.1rem;
	border-radius: 2.4rem;
	margin-top: 2rem;
	box-shadow: 1rem 1rem 0px #1B1464;
}

.btn > a:before {
	position: absolute;
	content: "";
	background: url(../images/btn_icon.png) no-repeat right center / contain;
	width: 1.4rem;
	height: 100%;
	top: 0;
	right: 2.8rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
slider */

.m_slider {
	display: flex;
	width: 100vw;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 10;
	margin: 4.5rem auto 0;
	padding: 0;
}

.m_slider_item:first-child {
	-webkit-animation: loop 200s -100s linear infinite;
	animation: loop 200s -100s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
}

.m_slider_item {
	-webkit-animation: loop2 200s linear infinite;
	animation: loop2 200s linear infinite;
	display: flex;
}

.m_slider_item img {
	width: 287.1rem;
	max-inline-size: inherit;
	max-block-size: inherit;
}

@-webkit-keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@keyframes loop {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}

@-webkit-keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

@keyframes loop2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
表 */


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
ブロック */


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
並び */


/*
*********************************************************************************
/*
/* ブロック固有
/*
/*******************************************************************************/


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
header */

header {
	position: relative;
}

header .mv_btn {
	position: absolute;
	bottom: 2rem;
	width: 35rem;
	left: 2rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
job */

#job {
	background: linear-gradient(to right, rgba(249, 203, 206, 1) 0%, rgba(253, 214, 217, 1) 100%);
	padding: 4rem 0 0;
	border-radius: 0 0 4rem 4rem;
	overflow: hidden;
}

#job .txt {
	color: var(--blue);
	text-align: justify;
}

#job #going {
	background: linear-gradient(to bottom, rgba(253, 214, 217, 1) 0%, rgb(243 187 190) 40%, rgba(242, 186, 189, 1) 84%);
	padding-bottom: 1rem;
}

#job .li_going {
	background: #fff;
	border-radius: 3rem;
	padding: 1rem 1.6rem;
	box-shadow: 0 0.4rem 0.4rem 0 rgb(208 102 102 / 25%);
}

#job .li_going > li {
	position: relative;
	color: var(--lred);
	font-weight: 700;
	font-family: var(--kaku);
	padding: 1.5rem 0 1.7rem 2.3rem;
	font-size: 2rem;
	background: url(../images/line_dash.png) repeat-x left bottom / auto 0.2rem;
}

#job .li_going > li:before {
	position: absolute;
	content: """";
	background: url(../images/li_check.png) no-repeat center center /contain;
	width: 1.7rem;
	aspect-ratio: 1/1;
	top: 2.3rem;
	left: 0;
}

#job .li_going > li:last-child {
	background: none;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
merit */

#merit {
	padding: 8rem 0 0 0;
}

#merit .txt {
	text-align: justify;
}

#merit .merit_blck {
	margin-top: 8rem;
}

#merit .merit_box {
	background: #fff;
	border-radius: 4rem;
	position: relative;
	padding: 12rem 2.5rem 2.5rem 2.5rem;
}

#merit .merit_box .merit_tl {
	background: url(../images/merit01_tl.png) no-repeat center bottom / contain;
	width: 100%;
	height: 14.1rem;
	color: #fff;
	font-weight: 700;
	font-family: var(--kaku);
	font-size: 2rem;
	padding: 4.5rem 3rem 0rem 2.4rem;
	position: absolute;
	top: -5rem;
	left: 0;
	text-align: justify;
}

#merit .merit_li dt {
	font-weight: 700;
	font-family: var(--kaku);
	font-size: 1.6rem;
	animation-fill-mode: backwards;
	border: 1px solid var(--red);
	color: var(--red);
	text-align: center;
	margin-top: 2rem;
	padding: 0.7rem;
	border-radius: 10rem;
	margin-bottom: 2rem;
}

#merit .merit_box .txt_b {
	margin-top: 2rem;
}

#merit .merit_li.merit01_li > dd > ul {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
}

#merit .merit_li.merit01_li > dd > ul > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	aspect-ratio: 1/1;
	background: url(../images/merit01_li01.png) no-repeat center center /contain;
	font-family: var(--maru);
	font-weight: 700;
	line-height: 1.4;
}

#merit .merit_li.merit01_li > dd > ul > li:nth-child(2) {
	background-image: url(../images/merit01_li02.png);
}

#merit .merit_li.merit01_li > dd > ul > li:nth-child(3) {
	background-image: url(../images/merit01_li03.png);
}

#merit .merit_li.merit01_li > dd > ul > li:nth-child(4) {
	background-image: url(../images/merit01_li04.png);
}

#merit .merit_box + .merit_box {
	margin-top: 9rem;
}

#merit .merit_box02 .merit_tl {
	background-image: url(../images/merit02_tl.png);
}

#merit .merit_box03 .merit_tl {
	background-image: url(../images/merit03_tl.png);
	line-height: 1.3;
}

#merit .merit_li.merit03_li {
	padding-bottom: 1rem;
}

#merit .merit_li.merit03_li > dd > ul > li {
	font-family: var(--maru);
	font-weight: 700;
	font-size: 1.6rem;
	position: relative;
	padding-left: 5rem;
}

#merit .merit_li.merit03_li > dd > ul > li + li {
	margin-top: 2.8rem;
}

#merit .merit_li.merit03_li > dd > ul > li:before {
	position: absolute;
	content: "";
	background: url(../images/merit03_li01.png) no-repeat center center / contain;
	width: 4rem;
	aspect-ratio: 1/1;
	top: -0.7rem;
	left: 0;
}

#merit .merit_li.merit03_li > dd > ul > li:nth-child(2):before {
	background-image: url(../images/merit03_li02.png);
}

#merit .merit_li.merit03_li > dd > ul > li:nth-child(3):before {
	background-image: url(../images/merit03_li03.png);
}

#merit .merit_box04 .merit_tl {
	background-image: url(../images/merit04_tl.png);
	line-height: 1.3;
}

#merit .merit_li.merit04_li > dd > ul > li {
	font-family: var(--maru);
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
	padding-left: 5rem;
}

#merit .merit_li.merit04_li > dd > ul > li:before {
	position: absolute;
	content: "";
	background: url(../images/merit04_li.png) no-repeat center center / contain;
	width: 4rem;
	aspect-ratio: 1/1;
	top: -0.7rem;
	left: 0;
}

#merit .merit_li.merit04_li > dd > ul > li + li {
	margin-top: 2.8rem;
}

#merit .merit_li.merit04_li {
	padding-bottom: 1rem;
}

#merit .merit_box05 .merit_tl {
	background-image: url(../images/merit05_tl.png);
	line-height: 1.3;
}

#merit .merit_li.merit05_li {
	padding-bottom: 1rem;
}

#merit .merit_li.merit05_li > dd {
	margin-top: 3rem;
}

#merit .merit_li.merit05_li > dd > ul > li + li {
	margin-top: 3rem;
}

#merit .merit_li.merit05_li > dd > ul > li {
	font-family: var(--maru);
	font-weight: 700;
	font-size: 1.8rem;
	position: relative;
	padding-left: 7rem;
	line-height: 1.3;
}

#merit .merit_li.merit05_li > dd > ul > li:before {
	position: absolute;
	content: "";
	background: url(../images/merit05_li01.jpg) no-repeat center center / contain;
	width: 6.1rem;
	aspect-ratio: 1/1;
	top: -0.5rem;
	left: 0;
	border-radius: 1.6rem;
}

#merit .merit_li.merit05_li > dd > ul > li:nth-child(2):before {
	background-image: url(../images/merit05_li02.jpg);
}

#merit .merit_li.merit05_li > dd > ul > li:nth-child(3):before {
	background-image: url(../images/merit05_li03.jpg);
}

#merit .so {
	margin-top: 4rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
chatrooms */

#chatrooms {
	background: #FAE9E8;
	padding: 4rem 0 15rem 0;
}

#chatrooms .fukidashi_tl {
	margin-bottom: 2rem;
}

#chatrooms .fukidashi_tl .fukidashi {
	background-image: url(../images/tl_fukidashi_50.png);
}

#chatrooms .area_li {
	margin-top: 1.5rem;
	font-family: var(--kaku);
	font-size: 1.6rem;
	text-align: center;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.8rem;
	color: var(--blue);
}

#chatrooms .area_li > li {
	background: #fff;
	border-radius: 5rem;
	padding: 0.271rem 0;
}

#chatrooms .en_room {
	font-family: var(--en);
	color: var(--lpink);
	font-size: 4.6rem;
	text-align: center;
	margin-top: 1rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
place */

#place {
	z-index: 10;
	position: relative;
	background: var(--pink);
	padding: 5rem 0 2rem 0;
	color: #fff;
	border-radius: 0 0 4rem 4rem;
}

#place .place_box {
	background: url(../images/border_dot.png) no-repeat center top / auto 0.8rem;
	padding-top: 3.2rem;
	margin-top: 2.4rem;
}

#place .place_box > dt {
	text-align: center;
	font-family: var(--kaku);
	font-size: 1.8rem;
	font-weight: 700;
}

#place .place_box .img_box {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: 13.7rem 1fr;
	gap: 1.6rem;
	text-align: justify;
}

#place .place_box .img_box figure img {
	border-radius: 2.4rem;
	overflow: hidden;
}

#place .place_box .img_box .txt {
	line-height: 1.5;
}

#place .place_point {
	margin-top: 4rem;
	background: url(../images/point.png) no-repeat center center / cover;
	border-radius: 2.4rem;
	width: 100%;
	height: 21rem;
	padding: 6.4rem 11.7rem 0 1.9rem;
	text-align: justify;
}

#place .place_point .txt {
	text-shadow: 0.2rem 0.2rem 0.2rem rgba(51, 51, 51, 0.5);
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
workstyle */

#workstyle {
	background: #FAE9E8;
	z-index: 9;
	position: relative;
	margin-top: -5rem;
	padding: 11rem 0 8rem;
}

#workstyle .fukidashi_tl .fukidashi {
	background-image: url(../images/tl_fukidashi_50.png);
}

#workstyle .workstyle_li > li + li {
	margin-top: 3.2rem;
}

#workstyle .stl {
	color: var(--blue);
	font-size: 1.8rem;
	text-align: center;
	font-family: var(--kaku);
	font-weight: 700;
	background: rgb(255 255 255 / 50%);
	border: 3px solid rgb(255 255 255 / 80%);
	border-radius: 10rem;
	padding: 1.8rem;
	margin-bottom: 3.2rem;
}

#workstyle .workstyle_li .tl_block {
	display: grid;
	grid-template-columns: 1fr 12rem;
	color: var(--lred);
	gap: 1.6rem;
	margin-bottom: 2rem;
}

#workstyle .workstyle_li .tl_block .txt_box {
	background: url(../images/line_dash02.png) repeat-x left bottom / auto 0.2rem;
}

#workstyle .tl_block .step {
	font-family: var(--en);
	color: #fff;
	background: var(--lred);
	width: 8.4rem;
	font-size: 1rem;
	text-align: center;
	padding: 0.6rem;
	border-radius: 5rem;
	margin-bottom: 0.9rem;
	margin-top: 0.8rem;
}

#workstyle .tl_block .step_tl {
	font-family: var(--kaku);
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.5;
}

#workstyle .workstyle_li .txt {
	color: var(--blue);
	text-align: justify;
}

#workstyle .workstyle_li .tl_block figure img {
	border-radius: 2.4rem;
	overflow: hidden;
}

#workstyle .style_eg {
	margin-top: 4.8rem;
}

#workstyle .style_eg > li + li {
	margin-top: 3.2rem;
}

#workstyle .style_hosoku {
	color: var(--blue);
	font-size: 1rem;
	text-align: center;
	margin-top: 2rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
support */

#support {
	background: #ffffff;
	z-index: 9;
	position: relative;
	margin-top: -5rem;
	padding: 11rem 0 10rem;
}

#support .fukidashi_tl .fukidashi {
	background-image: url(../images/tl_fukidashi_pink.png);
}

#support .fukidashi_tl + .txt {
	color: var(--blue);
}

#support .tl_num_block {
	margin-top: 16rem;
}

#support .tl_num_block .tl_block {
	background: url(../images/tl_num.png) no-repeat center top / 100% auto;
	height: 14.6rem;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-family: var(--kaku);
	text-align: center;
	padding-top: 1.9rem;
	position: absolute;
	top: -13rem;
	left: 0;
}

#support .tl_num_block > li {
	position: relative;
	background: #FFF8F8;
	padding: 4rem 2rem 8rem;
	border-radius: 0 0 4rem 4rem;
}

#support .tl_num_block .num {
	font-family: var(--en);
	font-size: 1.2rem;
	padding-bottom: 2.4rem;
}

#support .tl_num_block .sub {
	font-size: 1.8rem;
	letter-spacing: 0.01em;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 0 1.4rem;
}

#support .tl_num_block .sub:before,
#support .tl_num_block .sub:after {
	position: absolute;
	content: "";
	top: 0.7rem;
	width: 1rem;
	height: 1.7rem;
}

#support .tl_num_block .sub:before {
	background: url(../images/tl_num_l.png) no-repeat left center / contain;
	left: 0;
}

#support .tl_num_block .sub:after {
	background: url(../images/tl_num_r.png) no-repeat right center / contain;
	right: 0;
}

#support .tl_num_block .stl {
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
	margin-top: 0.5rem;
}

#support .tl_num_block .img {
	position: absolute;
	width: 13.5rem;
	height: 10rem;
	bottom: -4rem;
	left: 50%;
	transform: translate(-50%, 0%);
}

#support .tl_num_block > li + li {
	margin-top: 20.5rem;
}

#support .tl_num_block > li:not(:first-child) .tl_block {
	height: 17.8rem;
}

#support .tl_num_block > li:not(:first-child) {
	padding-top: 7.2rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
voice */

#voice {
	background: #fff;
	padding-bottom: 6rem;
}

#voice .voice_box + .voice_box {
	margin-top: 3.2rem;
}

#voice .voice_box .comment {
	background: #FFF8F8;
	border-radius: 2.34rem;
	padding: 2rem;
	position: relative;
	color: #333333;
}

#voice .voice_box .comment:before {
	position: absolute;
	content: "";
	bottom: -1.6rem;
	left: 3.8rem;
	background: url(../images/comment_arrow.png) left bottom / contain;
	width: 2.8rem;
	aspect-ratio: 1/1;
}

#voice .voice_box .comment > p {
	font-weight: 400;
	text-align: justify;
}

#voice .voice_box .name_block {
	display: grid;
	grid-template-columns: 7.6rem 1fr;
	margin-top: 2.4rem;
	align-items: center;
	gap: 0.8rem;
}

#voice .voice_box .name_block .name {
	color: #333333;
	font-size: 1.4rem;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
faq */

#faq {
	background: #FFF8F7;
	padding: 6rem 0 9rem 0;
}

.faq_box + .faq_box {
	margin-top: 2rem;
}

#faq .faq_box .num {
	background: var(--lred);
	color: #fff;
	font-size: 1.2rem;
	font-family: var(--en);
	width: 12.6rem;
	text-align: center;
	padding: 0.65rem;
	border-radius: 1.6rem 1.6rem 0 0;
}

#faq .faq_box .faq_q {
	font-weight: 700;
	font-family: var(--kaku);
	font-size: 1.6rem;
	color: #fff;
	background: var(--lred);
	padding: 1.5rem;
	border-radius: 0 1.6rem 0 0;
}

#faq .faq_box .faq_a {
	background: #fff;
	padding: 1.6rem;
	border-radius: 0 0 1.6rem 1.6rem;
	text-align: justify;
}


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
scroll-cta */

:root {
	--cta-max-width: 366px;         /* 画像実サイズ */
	--cta-gap-bottom: 24px;         /* 画面下からの距離 */
	--cta-side-padding: 12px;       /* 左右余白（レスポンシブ対応） */
	--cta-trans: 350ms cubic-bezier(.25,.8,.25,1);
	--cta-hide-translate: 120%;
  }
  
  /* ラッパー：中央寄せ・最大幅制限・左右余白 */
  .scroll-cta-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	bottom: calc(var(--cta-gap-bottom) + env(safe-area-inset-bottom, 0px));
	display: flex;
	justify-content: center;
	padding: 0 var(--cta-side-padding);
	z-index: 9999;
	transform: translateY(var(--cta-hide-translate));
	opacity: 0;
	pointer-events: none;
	transition: transform var(--cta-trans), opacity var(--cta-trans);
  }
  
  /* 表示状態 */
  .scroll-cta-wrapper.is-visible {
	transform: translateY(0);
	opacity: 1;
	pointer-events: auto;
  }
  
  /* CTAリンク（画像） */
  .scroll-cta {
	display: block;
	width: 100%;
	max-width: var(--cta-max-width);
  }
  
  .scroll-cta img {
	display: block;
	width: 100%;
	height: auto;        /* アスペクト比維持 */
  }
  


/*------------------------------------------------------------------------------
--------------------------------------------------------------------------------
footer */

footer .f_block {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	color: var(--red);
	font-size: 1rem;
	padding: 1.2rem 0;
}

footer .f_box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 1.3rem;
}

footer .f_block a {
	color: var(--red);
}