@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	overflow: hidden;
}
#main .main_visual {
	padding-bottom: 56px;
	position: relative;
	animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}
#main .main_visual::before {
	width: 71.7%;
	height: 418px;
	position: absolute;
	left: 0;
	bottom: 65px;
	background: url(../images/index/top_bg01.png) no-repeat center top / cover;
	content: '';
	z-index: -1;
}
#main .main_visual::after {
	width: 100%;
	height: 238px;
	position: absolute;
	left: 0;
	bottom: -90px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.37%, #FFF 44.79%);
	content: '';
}
#main .main_visual .photo_list {
	margin-bottom: 25px;
	position: relative;
	z-index: 2;
}
#main .main_visual .photo_list li {
	vertical-align: top;
}
#main .main_visual .photo_list > li:nth-child(n+2) {
    display: none;
}
#main .main_visual .photo_list img {
	width: 100%;
}
#main .main_visual .text_box {
	margin: 0 43px 0 47px;
	position: relative;
	z-index: 2;
}
#main .main_visual .text_box h2 {
	margin: 0 -15px 55px -14px;
	position: relative;
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.53;
	letter-spacing: 0.15em;
	z-index: 2;
}
#main .main_visual .text_box h2 small {
	position: relative;
	z-index: 2;
}
#main .main_visual .text_box h2 span {
	display: block;
	width: 282px;
	position: absolute;
	left: 60px;
	bottom: -22px;
}
#main .main_visual .text_box h3 {
	margin-bottom: 12px;
	padding-left: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	overflow: hidden;
}
#main .main_visual .text_box h3 span {
	padding: 0 11px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
#main .main_visual .text_box h3 span::before,
#main .main_visual .text_box h3 span::after {
	width: 9999px;
	height: 1px;
	position: absolute;
	left: 100%;
	top: calc(50% - 1px);
	background-color: #6E635C;
	content: '';
}
#main .main_visual .text_box h3 span::after {
	left: auto;
	right: 100%;
}
#main .main_visual .text_box .btn_list li:not(:last-of-type) {
	margin-bottom: 21px;
}
#main .chifure {
	padding: 55px 0 109px;
	position: relative;
	background: url(../images/index/chifure_bg02.png) no-repeat center bottom 56px / 100% auto;
	background-color: #FDF9F4;
}
#main .chifure::before {
	width: 100%;
	height: 56px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/index/chifure_bg01.jpg) no-repeat center center / cover;
	content: '';
}
#main .chifure::after {
	width: 142px;
	height: 56px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 59.2%);
	content: '';
}
#main .chifure .text_box {
	margin: 0 20px 55px 33px;
}
#main .chifure .text_box .head_line01 {
	padding-left: 7px;
}
#main .chifure .text_box .txt {
	margin-bottom: 37px;
	position: relative;
	font-size: 1.7rem;
	line-height: 2.38;
	letter-spacing: 0.07em;
	text-align: center;
	z-index: 3;
}
#main .chifure .text_box .txt:last-of-type {
	margin-bottom: 0;
}
#main .chifure .photo_list {
	display: flex;
	align-items: flex-start !important;
}
#main .chifure .photo_list li {
	margin: 0 13px 0 14px;
	width: 132px;
}
#main .chifure .photo_list li.list01 {
	margin-top: 0;
	padding-top: 40px;
}
#main .job {
	padding: 57px 0 150px;
	position: relative;
}
#main .job::before {
	width: 100%;
	height: 1824px;
	position: absolute;
	left: 0;
	top: 550px;
	background: url(../images/index/job_bg01.png) no-repeat center top / 100% 100%;
	content: '';
	z-index: -1;
}
#main .job .btmBg {
	width: 100%;
	height: 322px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/index/job_bg02.jpg) no-repeat center center / cover;
	z-index: -1;
}
#main .job .btmBg::before {
	width: 142px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 59.2%);
	content: '';
}
#main .job .btmBg::after {
	width: 100%;
	height: 276px;
	position: absolute;
	left: 0;
	bottom: -90px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 59.2%);
	content: '';
}
#main .job .img_box {
	margin-bottom: 91px;
}
#main .job .img_box:last-of-type {
	margin-bottom: 0;
}
#main .job .img_box .photo_box {
	margin: 0 5px 21px -22px;
}
#main .job .img_box .photo_box img {
	width: 100%;
}
#main .job .img_box .text_box {
	margin-right: 5px;
}
#main .job .img_box .text_box .text {
	margin-bottom: 27px;
	letter-spacing: 0.1em;
}
#main .job .img_box .text_box .text:last-of-type {
	margin-bottom: 24px;
}
#main .job .img_box .text_box .pho {
	margin: 40px -26px 0 21px;
}
#main .job .img_box .text_box .pho img {
	width: 100%;
}
#main .job .img_box01 .photo_box {
	margin: 0 -22px 21px;
}
#main .job .img_box01 .text_box {
	margin-left: 3px;
}
#main .interview {
	padding: 1px 0 56px;
	background-color: #FFEAE3;
}
#main .interview .head_line01 {
	margin: -50px -22px 56px;
}
#main .interview .head_line01 .txt {
	margin-bottom: 0;
}
#main .interview .head_line01 .jp {
	margin-top: -30px;
	display: block;
	color: #6E635C;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.2em;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .interview .text_list {
	margin: 0 -10px 0 10px;
}
#main .interview .text_list li:not(:last-of-type) {
	margin-bottom: 64px;
}
#main .interview .text_list .pho {
	margin: 0 28px 20px;
	text-align: center;
	position: relative;
}
#main .interview .text_list .pho .img02 {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: .3s;
	opacity: 0;
	display: none;
}
#main .interview .text_list .ttl {
	margin-bottom: 4px;
	color: #FBB095;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
#main .interview .text_list .list02 .ttl {
	color: #95CAAD;
}
#main .interview .text_list .list01 .ttl {
	color: #F4C76D;
}
#main .interview .text_list .txt {
	margin: 0 -10px 11px;
	font-size: 2rem;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-align: center;
}
#main .interview .text_list .btn {
	margin: 0 auto;
	width: 134px;
}
#main .interview .text_list .btn .btn_txt {
	padding: 2px 33px 3px 15px;
	display: block;
	position: relative;
	color: #FFBBA2;
	letter-spacing: 0.1em;
	text-align: center;
	border: 1px solid #FFBBA2;
	border-radius: 50px;
	background-color: #FFF;
}
#main .interview .text_list .btn.cor01 .btn_txt {
	color: #95CAAD;
	border-color: #95CAAD;
}
#main .interview .text_list .btn.cor02 .btn_txt {
	color: #F4C76D;
	border-color: #F4C76D;
}
#main .interview .text_list .btn .btn_txt::before {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon01.png) no-repeat center center / 100% auto;
	content: '';
	z-index: 2;
}
#main .interview .text_list .btn.cor01 .btn_txt::before {
	background-image: url(../images/common/icon02.png);
}
#main .interview .text_list .btn.cor02 .btn_txt::before {
	background-image: url(../images/common/icon03.png);
}
#main .interview .text_list .btn .btn_txt span {
	display: inline-block;
	position: relative;
	vertical-align: top;
	z-index: 2;
}
#main .faq {
	padding: 58px 0 90px;
	background: url(../images/index/faq_bg01.png) no-repeat center bottom 55px / 100% auto;
}
#main .faq .content {
	margin: 0 20px;
}
#main .faq .faq_list li {
	margin-bottom: 16px;
}
#main .faq .faq_list dt,
#main .faq .faq_list dd {
	position: relative;
}
#main .faq .faq_list dt {
	padding: 12px 50px 11px 58px;
	font-size: 1.6rem;
	line-height: 1.7;
	letter-spacing: 0.1em;
	background: url(../images/common/icon04.png) no-repeat right 12px top 12px / 24px auto;
	transition: .3s;
	cursor: pointer;
}
#main .faq .faq_list dd {
	padding: 24px 12px 12px 59px;
	display: none;
	line-height: 1.8;
	letter-spacing: 0.1em;
	background-color: #FDF9F4;
}
#main .faq .faq_list dd .txt {
	display: block;
	min-height: 32px;
}
#main .faq .faq_list dt.on {
	background-image: url(../images/common/icon04_on.png);
	background-color: #FDF9F4;
}
#main .faq .faq_list .en {
	width: 32px;
	position: absolute;
	left: 11px;
	top: 12px;
}
#main .faq .faq_list dd .en {
	top: 24px;
}
#main .btm_box {
	position: relative;
}
#main .btm_box .bg01 {
	width: 100%;
	height: 32px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/index/btm_bg01.jpg) no-repeat right center / cover;
	overflow: hidden;
}
#main .btm_box .bg01::before {
	width: 184px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 59.2%);
	content: '';
}
#main .btm_box .bg01::after {
	width: 100%;
	height: 117px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.00) 0%, #fff 59.2%);
	content: '';
}
#main .btm_box a {
	padding: 1px 0 32px;
	display: block;
	background-color: #FDF9F4;
}
#main .btm_box .content {
	position: relative;
	z-index: 2;
}
#main .btm_box .head_line01 {
	margin: -56px -10px -20px -4px;
	padding-bottom: 54px;
	font-size: 2rem;
}
#main .btm_box .head_line01 .txt {
	margin-bottom: 7px;
	font-size: 5.4rem;
}
#main .btm_box .head_line01::after {
	width: 2px;
	height: 37px;
	position: absolute;
	left: calc(50% - 4px);
	bottom: 0;
	background-color: #FFBBA2;
	content: '';
}
#main .btm_box .side_box {
	margin: 0 -22px;
	padding-bottom: 42px;
	position: relative;
}
#main .btm_box .side_box .photo img {
	width: 100%;
}
#main .btm_box .side_box .com_btn {
	position: absolute;
	width: calc(100% - 20px);
	max-width: 285px;
	left: 50%;
	top: 15.5%;
	transform: translateX(-50%);
}
#main .btm_box .side_box .com_btn a {
	box-shadow: 0 4px 4px rgba(0,0,0,0.05);
}
#main .btm_box .side_box .pho {
	width: 84.53%;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
#main .btm_box .side_box .pho img {
	width: 100%;
}
@media all and (max-width: 897px) {
	#main .interview .text_list li.list02 .pho::before {
		background-image: url(../images/index/interview_bg02_over.png);
	}
	#main .interview .text_list li.list01 .pho::before {
		left: 1.45%;
		background-image: url(../images/index/interview_bg03_over.png);
	}
	#main .interview .text_list .pho img {
		position: relative;
		z-index: 2;
	}
	#main .interview .text_list .pho::before {
		width: 92.39%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/index/interview_bg01_over.png) no-repeat left bottom / 100% auto;
		content: '';
		transition: .3s;
		opacity: 0;
	}
	#main .interview .text_list .btn .btn_txt::after {
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		position: absolute;
		left: -1px;
		top: -1px;
		border-radius: 50px;
		background: #FFBBA2;
		content: '';
		transition: .3s;
		opacity: 0;
	}
	#main .interview .text_list .btn.cor02 .btn_txt::after {
		background: #F4C76D;
	}
	#main .interview .text_list .btn.cor01 .btn_txt::after {
		background: #95CAAD;
	}
	.hoPc #main .interview .text_list a:hover .pho::before {
		opacity: 1;
	}
	.hoPc #main .interview .text_list a:hover .btn .btn_txt {
		color: #fff !important;
		border-color: transparent !important;
	}
	.hoPc #main .interview .text_list a:hover .btn .btn_txt::after {
		opacity: 1;
	}
	.hoPc #main .interview .text_list a:hover .btn .btn_txt::before {
		background-image: url(../images/common/arrow_right.png) !important;
	}
	.hoPc #main .faq .faq_list dt:hover {
		background-color: #FDF9F4;
	}
	.hoPc #main .btm_box a:hover .side_box .com_btn {
		top: calc(15.5% - 10px);
	}
	#main .btm_box a::before {
		width: 100%;
		height: calc(100% - 32px);
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(180deg, #FDF9F4 67.24%, #FFEBE4 100%);
		content: '';
		opacity: 0;
		transition: .3s;
		z-index: 2;
	}
	.hoPc #main .btm_box a:hover::before {
		opacity: 1;
	}
	.hoPc #main .btm_box a:hover .side_box .com_btn small::after {
		opacity: 1;
	}
	.hoPc #main .btm_box .side_box .com_btn a {
		box-shadow: 0 4px 4px rgba(0,0,0,0.05);
	}
}
@media all and (max-width: 374px) {
	#main .main_visual .text_box {
		margin: 0 20px;
	}
	#main .main_visual .text_box h2 {
		margin: 0 0 68px;
		font-size: 3rem;
	}
	#main .main_visual .text_box h2 span {
		left: auto;
		right: -10px;
	}
	#main .chifure .text_box {
		margin: 0 20px 71px;
	}
	#main .interview .text_list .txt {
		font-size: 1.7rem;
	}
	#main .faq .faq_list dd {
		font-size: 1.3rem;
	}
	#main .btm_box .head_line01 {
		font-size: 1.7rem;
	}
	#main .interview .text_list {
		margin: 0;
	}
	#main .interview .head_line01 {
		margin-top: -40px;
	}
	#main .chifure .text_box .txt {
		font-size: 1.5rem;
	}
}
@media all and (max-width: 896px) {
	#main .interview .text_list .pho {
		margin: 0 auto 18px;
		padding-bottom: 9px;
		max-width: 276px;
		text-align: right;
		background: url(../images/index/interview_bg01.png) no-repeat left bottom / calc(100% - 21px) auto;
	}
	#main .interview .text_list .list02 .pho {
		background-image: url(../images/index/interview_bg02.png);
	}
	#main .interview .text_list .list01 .pho {
		box-sizing: border-box;
		background-image: url(../images/index/interview_bg03.png);
		background-position: left 3px bottom;
	}
	#main .interview .text_list .pho img {
		margin-right: -1px;
		width: 98.2%;
	}
	#main .interview .text_list .list01 .pho img {
		margin-right: 2px;
	}
}
@media all and (min-width: 897px) {
	#main {
		position: relative;
	}
	#main .main_visual {
		padding: 137px 0 130px;
		position: relative;
	}
	#main .main_visual .bg01 {
		width: 100%;
		height: 569px;
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(0, rgba(255, 255, 255, 0.00) 0%, #FFF 59.2%);
		content: '';
		z-index: 2;
	}
	#main .main_visual::before {
		width: calc(50% + 102px);
		height: 915px;
		bottom: auto;
		top: 270px;
		background-image: url(../images/index/top_bg01_pc.jpg);
	}
	#main .main_visual::after {
		height: 575px;
		bottom: -482px;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFF 59.2%);
	}
	#main .main_visual .img_box {
		margin: 0 auto;
		padding: 0 20px;
		width: 95%;
		max-width: 1672px;
		position: relative;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
		z-index: 4;
	}
	#main .main_visual .photo_list {
		margin-bottom: 0;
		width: 60%;
	}
	#main .main_visual .photo_list li {
		height: auto;
	}
	#main .main_visual .photo_list img {
		height: 100%;
		object-fit: cover;
	}
	#main .main_visual .text_box {
		margin: 32px 15px 0 0;
		padding-right: 40px;
		width: 33.57%;
		box-sizing: border-box;
	}
	#main .main_visual .text_box h2 {
		margin: 0 -15px 117px 0;
		font-size: 4.6rem;
		line-height: 1.5;
		letter-spacing: 0.2em;
	}
	#main .main_visual .text_box h2 span {
		display: block;
		width: 650px;
		position: absolute;
		left: -65px;
		bottom: -32px;
	}
	#main .main_visual .text_box h3 {
		margin: 0 10px 28px;
		max-width: 337px;
		padding-left: 0;
		font-size: 1.8rem;
	}
	#main .main_visual .text_box h3 span {
		padding: 0 11px;
	}
	#main .main_visual .text_box h3 span::before,
	#main .main_visual .text_box h3 span::after {
		width: 9999px;
		height: 1px;
		position: absolute;
		left: 100%;
		top: calc(50% - 1px);
		background-color: #6E635C;
		content: '';
	}
	#main .main_visual .text_box h3 span::after {
		left: auto;
		right: 100%;
	}
	#main .main_visual .text_box .btn_list {
		margin: 0 8px;
		max-width: 337px;
	}
	#main .main_visual .text_box .btn_list li:not(:last-of-type) {
		margin-bottom: 12px;
	}
	#main .chifure {
		margin-bottom: 180px;
		padding: 154px 0 59px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-end;
		background: transparent;
	}
	#main .chifure::before {
		width: calc(50% + 637px);
		height: 100%;
		position: absolute;
		right: 0;
		top: 0;
		left: auto;
		background: url(../images/index/chifure_bg02_pc.jpg) no-repeat right  top / cover;
		content: '';
	}
	#main .chifure::after {
		display: none;
	}
	#main .chifure .bg {
		width: calc(50% + 430px);
		height: 946px;
		position: absolute;
		right: 0;
		top: 446px;
		background: url(../images/index/chifure_bg01_pc.jpg) no-repeat center center / cover;
		content: '';
		z-index: -1;
	}
	#main .chifure .bg::before {
		width: 1002px;
		height: 100%;
		position: absolute;
		left: -200px;
		top: 0;
		background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 59.2%);
		content: '';
	}
	#main .chifure .text_box {
		margin: 0 -288px 0 20px;
		width: 680px;
		max-width: 680px;
		position: relative;
		z-index: 4;
	}
	#main .chifure .text_box .head_line01 {
		margin-left: -2px;
		padding-left: 0;
		text-align: left;
	}
	#main .chifure .text_box .txt {
		margin-bottom: 48px;
		font-size: 1.8rem;
		line-height: 2.6;
		letter-spacing: 0.1em;
		text-align: left;
	}
	#main .chifure .text_box .txt:last-of-type {
		margin-bottom: 0;
	}
	#main .chifure .r_box {
		margin-top: 212px;
		width: calc(50% + 96px);
		position: relative;
		z-index: 2;
	}
	#main .chifure .r_box::before {
		width: 142px;
		height: 100%;
		position: absolute;
		left: -5px;
		top: 0;
		background: linear-gradient(90deg, #FDF9F4 39.44%, rgba(253, 249, 244, 0.00) 90.49%);
		content: '';
		z-index: 3;
	}
	#main .chifure .r_box .infiniteslide_wrap {
		width: 100%;
	}
	#main .chifure .photo_list {
		margin-top: 0;
		position: relative;
		z-index: 2;
	}
	#main .chifure .photo_list li {
		margin: 0 18px 0 19px;
		width: 178px;
	}
	#main .chifure .photo_list li.list01 {
		margin-top: 52px;
		padding-top: 0;
	}
	#main .job {
		padding: 70px 0 262px;
		position: relative;
		background: url(../images/index/job_bg01_pc.png) no-repeat right top 270px / 787px auto,url(../images/index/job_bg02_pc.png) no-repeat left bottom 10px / 605px auto;
		background-color: #fff;
		overflow: hidden;
	}
	#main .job::before {
		width: 100%;
		height: 1824px;
		position: absolute;
		left: 0;
		top: 550px;
		background: url(../images/index/job_bg01.png) no-repeat center center / cover;
		content: '';
		z-index: -1;
	}
	#main .job .content {
		padding: 0 50px;
		max-width: 1374px;
	}
	#main .job .btmBg {
		width: calc(50% + 430px);
		height: 736px;
		left: auto;
		right: 0;
		bottom: -140px;
		background-image: url(../images/index/job_bg03.jpg);
		z-index: 0;
	}
	#main .job .btmBg::before {
		width: 1002px;
		left: -200px;
		background: linear-gradient(-90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 59.2%);
	}
	#main .job .btmBg::after {
		height: 440px;
		bottom: -200px;
	}
	#main .job .img_box {
		margin-bottom: 0px;
		padding: 71px 0 46px;
		position: relative;
		display: flex;
		justify-content: space-between;
		z-index: 3;
	}
	#main .job .img_box::before {
		width: 9999px;
		height: 100%;
		position: absolute;
		right: -101px;
		top: 0;
		background-color: #FDF9F4;
		content: '';
		z-index: -1;
	}
	#main .job .img_box:last-of-type {
		margin-bottom: 0;
	}
	#main .job .img_box .photo_box {
		margin: 0;
		width: 42.07%;
	}
	#main .job .img_box .photo_box img {
		width: 100%;
	}
	#main .job .img_box .text_box {
		margin-right: 0;
		width: 55.73%;
		display: flex;
		justify-content: flex-end;
		flex-direction: column-reverse;
	}
	#main .job .img_box .text_box .t_box {
		display: flex;
		justify-content: space-between;
	}
	#main .job .img_box .text_box .t_box h3 {
		padding-left: 4px;
		width: 220px;
		box-sizing: border-box;
	}
	#main .job .img_box .text_box .t_box .sub_box {
		margin-top: 10px;
		width: calc(100% - 270px);
	}
	#main .job .img_box .text_box .text {
		margin-bottom: 29px;
	}
	#main .job .img_box .text_box .text:last-of-type {
		margin-bottom: 31px;
	}
	#main .job .img_box .text_box .pho {
		margin: 0 35px 72px 0;
		text-align: center;
	}
	#main .job .img_box .text_box .pho img {
		width: 100%;
		max-width: 496px;
	}
	#main .job .img_box01 {
		flex-direction: row-reverse;
	}
	#main .job .img_box01::before {
		right: auto;
		left: -124px;
	}
	#main .job .img_box01 .photo_box {
		margin: 0 3.55% 0 0;
	}
	#main .job .img_box01 .text_box {
		margin-left: 0.4%;
		width: 51.81%;
	}
	#main .job .img_box01 .text_box .pho {
		text-align: left;
	}
	#main .job .img_box01 .text_box .t_box .sub_box {
		margin-top: 4px;
		width: calc(100% - 235px);
	}
	#main .interview {
		padding: 1px 0 90px;
	}
	#main .interview .content {
		max-width: 1390px;
	}
	#main .interview .head_line01 {
		margin: -82px 0 107px;
		padding-left: 77px;
		text-align: left;
	}
	#main .interview .head_line01 span {
		margin: 0 0 -45px -55px;
		text-align: left;
	}
	#main .interview .head_line01 .txt {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
	#main .interview .head_line01 .jp {
		margin-top: 0;
		position: absolute;
		left: calc(100% - 28px);
		top: calc(100% - 42px);
		font-size: 4rem;
		word-break: keep-all;
	}
	#main .interview .text_list {
		margin: -40px -24px 0 -16px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#main .interview .text_list li {
		margin: 40px 4px 0;
		max-width: calc((100% - 120px) / 3);
		width: 422px;
	}
	#main .interview .text_list li.list01 {
		margin-left: 23px;
	}
	#main .interview .text_list li.list02 {
		width: 422px;
	}
	#main .interview .text_list li:not(:last-of-type) {
		margin-bottom: 0;
	}
	#main .interview .text_list li:first-of-type {
		margin-right: 5px;
	}
	#main .interview .text_list .pho {
		margin: 0 auto 16px;
		padding-bottom: 9px;
		position: relative;
		max-width: 65.4%;
		text-align: right;
		background: url(../images/index/interview_bg01.png) no-repeat left bottom / 92.39% auto;
	}
	#main .interview .text_list .pho .img02 {
		display: block;
	}
	#main .interview .text_list .pho::before {
		width: 92.39%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: url(../images/index/interview_bg01_over.png) no-repeat left bottom / 100% auto;
		content: '';
		transition: .3s;
		opacity: 0;
	}
	#main .interview .text_list li.list02 .pho {
		transform: translateX(3px);
		background-image: url(../images/index/interview_bg02.png);
	}
	#main .interview .text_list li.list02 .pho::before {
		background-image: url(../images/index/interview_bg02_over.png);
	}
	#main .interview .text_list li.list01 .pho {
		padding-right: 1px;
		background-image: url(../images/index/interview_bg03.png);
		background-position: left 20% bottom;
	}
	#main .interview .text_list li.list01 .pho::before {
		left: 1.45%;
		background-image: url(../images/index/interview_bg03_over.png);
	}
	#main .interview .text_list .pho img {
		width: 100%;
		position: relative;
		max-width: 98.19%;
		z-index: 2;
	}
	#main .interview .text_list a:hover .pho::before {
		opacity: 1;
	}
	#main .interview .text_list .ttl {
		margin-bottom: 6px;
	}
	#main .interview .text_list .txt {
		margin: 0 0 16px;
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	#main .interview .text_list .btn {
		margin: 0 auto;
	}
	#main .interview .text_list .btn .btn_txt {
		padding: 2px 33px 2px 15px;
		font-size: 1.5rem;
		text-align: center;
		position: relative;
	}
	#main .interview .text_list .btn .btn_txt::after {
		width: calc(100% + 2px);
		height: calc(100% + 2px);
		position: absolute;
		left: -1px;
		top: -1px;
		border-radius: 50px;
		background: #FFBBA2;
		content: '';
		transition: .3s;
		opacity: 0;
	}
	#main .interview .text_list a:hover .btn .btn_txt {
		color: #fff !important;
		border-color: transparent !important;
	}
	#main .interview .text_list a:hover .btn .btn_txt::after {
		opacity: 1;
	}
	#main .interview .text_list a:hover .btn .btn_txt::before {
		background-image: url(../images/common/arrow_right.png) !important;
	}
	#main .interview .text_list .btn.cor01 .btn_txt {
		color: #95CAAD;
		border-color: #95CAAD;
	}
	#main .interview .text_list .btn.cor01 .btn_txt::after {
		background: #95CAAD;
	}
	#main .interview .text_list .btn.cor02 .btn_txt {
		color: #F4C76D;
		border-color: #F4C76D;
	}
	#main .interview .text_list .btn.cor02 .btn_txt::after {
		background: #F4C76D;
	}
	#main .interview .text_list .btn .btn_txt::before {
		width: 18px;
		height: 18px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
		background: url(../images/common/icon01.png) no-repeat center center / 100% auto;
		content: '';
		z-index: 2;
	}
	#main .interview .text_list .btn.cor01 .btn_txt::before {
		background-image: url(../images/common/icon02.png);
	}
	#main .interview .text_list .btn.cor02 .btn_txt::before {
		background-image: url(../images/common/icon03.png);
	}
	#main .interview .text_list .btn .btn_txt span {
		display: inline-block;
		position: relative;
		vertical-align: top;
		z-index: 2;
	}
	#main .faq {
		padding: 89px 0 168px;
		background-image: url(../images/index/faq_bg01_pc.png);
		background-position: left top 90px;
		background-size: 591px auto;
	}
	#main .faq .content {
		margin: 0 auto;
	}
	#main .faq .head_line01 {
		margin-bottom: 73px;
	}
	#main .faq .faq_list {
		margin: 0 auto;
		max-width: 900px;
		transform: translateX(2px);
	}
	#main .faq .faq_list li {
		margin-bottom: 14px;
	}
	#main .faq .faq_list dt {
		padding: 18px 50px 17px 82px;
		font-size: 1.8rem;
		background-position: right 20px center;
	}
	#main .faq .faq_list dt:hover {
		background-color: #FDF9F4;
	}
	#main .faq .faq_list dd {
		padding: 24px 50px 12px 82px;
		font-size: 1.5rem;
	}
	#main .faq .faq_list dd .txt {
		min-height: 42px;
		display: block;
	}
	#main .faq .faq_list dt.on {
		line-height: 1.7;
	}
	#main .faq .faq_list .en {
		width: 42px;
		left: 20px;
	}
	#main .faq .faq_list dt .en {
		top: 50%;
		transform: translateY(-50%);
	}
	#main .btm_box {
		padding: 0 0 120px;
		position: relative;
		background: transparent;
	}
	#main .btm_box a {
		margin: 0 auto;
		padding: 1px 0 0;
		width: 85%;
		position: relative;
		max-width: 1554px;
		z-index: 3;
	}
	#main .btm_box a::before {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: linear-gradient(180deg, #FDF9F4 67.24%, #FFEBE4 100%);
		content: '';
		opacity: 0;
		transition: .3s;
		z-index: 2;
	}
	#main .btm_box a:hover::before {
		opacity: 1;
	}
	#main .btm_box .bg01 {
		width: 757px;
		height: 496px;
		left: auto;
		right: 0;
		bottom: 0;
		background-image: url(../images/index/btm_bg01_pc.jpg);
	}
	#main .btm_box .bg01::before {
		display: none;
	}
	#main .btm_box .bg01::after {
		display: none;
	}
	#main .btm_box .content {
		max-width: 1434px;
		transition: .3s;
	}
	#main .btm_box .head_line01 {
		margin: -46px 0 33px;
		padding: 0 0 108px;
		font-size: 2.4rem;
		letter-spacing: 0.25em;
		text-align: center;
	}
	#main .btm_box .head_line01 .txt {
		margin: 0 0 11px;
		font-size: 9.6rem;
	}
	#main .btm_box .head_line01::after {
		width: 2px;
		height: 84px;
		left: calc(50% - 1px);
	}
	#main .btm_box .side_box {
		margin: 0;
		padding-bottom: 0;
		position: static;
	}
	#main .btm_box .side_box .photo {
		width: calc(100% - 40px);
		max-width: 1394px;
		position: absolute;
		left: 50%;
		top: 45px;
		transform: translateX(-50%);
	}
	#main .btm_box .side_box .photo img {
		width: 100%;
	}
	#main .btm_box .side_box .com_btn {
		margin-bottom: 39px;
		position: relative;
		width: auto;
		max-width: 400px;
		left: 0;
		top: 0;
		transform: translateX(0);
		transition: .3s;
	}
	#main .btm_box .side_box .com_btn small {
		padding: 23px 40px 23px 43px;
		letter-spacing: 0.2em;
		border-radius: 0;
		box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	}
	#main .btm_box .side_box .com_btn small::before {
		top: 50%;
	}
	#main .btm_box a:hover .side_box .com_btn small::after {
		opacity: 1;
	}
	#main .btm_box a:hover .side_box .com_btn {
		transform: translate(0,-10px);
	}
	#main .btm_box .side_box .pho {
		margin: 0 auto;
		width: 317px;
		position: relative;
		left: 0;
		bottom: 0;
		transform: translateX(0);
	}
	#main .btm_box .side_box .pho img {
		width: 100%;
	}
}
@media (min-width: 897px) and (max-width: 1630px) {
	#main .main_visual .text_box h2 {
		font-size: 4rem;
	}
}
@media (min-width: 897px) and (max-width: 1400px) {
	#main .main_visual .text_box {
		width: 32%;
	}
	#main .main_visual .text_box h2 {
		font-size: 3.9rem;
	}
	#main .main_visual .text_box h2 span {
		left: 0;
	}
	#main .interview .text_list li {
		max-width: calc((100% - 120px) / 3);
	}
}
@media (min-width: 897px) and (max-width: 1331px) {
	#main .chifure::before {
		width: calc(100% - 20px);
	}
	#main .chifure .text_box {
		margin-left: 151px;
	}
}
@media (min-width: 897px) and (max-width: 1255px) {
	#main .chifure .text_box .head_line01 {
		font-size: 3.5rem;
	}
}
@media (min-width: 897px) and (max-width: 1360px) {
	#main .main_visual .text_box {
		width: 36%;
	}
	#main .main_visual .text_box h2 {
		font-size: 3.6rem;
	}
	#main .main_visual .text_box h2 span {
		width: 500px;
	}
}
@media (min-width: 897px) and (max-width: 1395px) {
	#main .job .img_box .text_box .t_box .sub_box {
		width: 440px;
	}
	#main .job .img_box01 .photo_box {
		margin-right: 0;
	}
	#main .job .img_box01 .text_box {
		width: 54.81%;
	}
}
@media (min-width: 897px) and (max-width: 1300px) {
	#main .job .img_box .text_box .t_box .sub_box {
		width: 430px;
	}
	#main .job .img_box .text_box .text {
		font-size: 1.5rem;
	}
	#main .job .img_box .text_box .t_box h3 {
		margin-left: -20px;
		font-size: 2.7rem;
	}
}
@media (min-width: 897px) and (max-width: 1200px) {
	#main .main_visual .text_box {
		padding-right: 20px;
		width: 39%;
	}
	#main .main_visual .text_box h2 {
		font-size: 3.4rem;
	}
	#main .main_visual .text_box h2 span {
		width: 500px;
	}
	#main .interview .text_list .txt {
		font-size: 1.6rem;
	}
	#main .job .img_box .text_box .t_box h3 {
		width: 190px;
		font-size: 2.1rem;
	}
	#main .job .img_box .text_box .t_box .sub_box {
		width: 430px;
	}
	#main .job .img_box .text_box .text {
		font-size: 1.4rem;
	}
}
@media (min-width: 897px) and (max-width: 1100px) {
	#main .job .img_box .photo_box {
		width: 36%;
	}
	#main .job .img_box .text_box {
		width: 60.73%;
	}
}
@media (min-width: 897px) and (max-width: 1000px) {
	#main .main_visual .text_box h2 {
		font-size: 3rem;
	}
	#main .main_visual .text_box h2 span {
		width: 400px;
	}
	#main .main_visual .text_box .btn_list a {
		padding-left: 15px;
		font-size: 1.6rem;
	}
	#main .chifure .text_box .head_line01 {
		font-size: 3.2rem;
	}
	#main .job .img_box .photo_box {
		width: 34%;
	}
	#main .job .img_box .text_box {
		width: 62.73%;
	}
	#main .job .img_box .text_box .t_box h3 span {
		font-size: 1.3rem;
	}
	#main .job .img_box .text_box .t_box .sub_box {
		width: 355px;
	}
	#main .job .img_box .text_box .text {
		font-size: 1.2rem;
	}
	#main .interview .text_list .txt {
		margin-left: -5px;
		margin-right: -5px;
		font-size: 1.4rem;
	}

}

/* add  */
.movie {
	position: relative;
	width: 100%;
	padding: 74px 0 70px;
	z-index: 10;
}
.movie_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1050px;
	margin: auto;
}
.movie_title {
	width: 210px;
	flex-shrink: 0;
}
.movie_title p {
	font-size: 3rem;
	color: #6E635C;
	text-align: left;
	text-align-last: left;
}
.sub_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sub_title p {
	margin-right: 11px;
	font-size: 1.9rem;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #FFBBA2;
	font-family: "Montserrat", sans-serif;
}
.sub_title hr {
	border: 0;
	width: calc(100% - 40%);
	margin: 0 auto 0 0;
	border-top: 1px solid #FFBBA2;
}
.movie_thumbnail {
	width: 100%;
	max-width: 380px;
	margin-left: 40px;
}
.movie_back1 {
	margin-bottom: 90px;
}
.movie_back1::before {
	width: 9999px;
	height: 100%;
	position: absolute;
	right: -101px;
	top: 0;
	background-color: #FDF9F4;
	content: '';
	z-index: -1;
}
.movie_back2::before {
	width: 9999px;
	height: 100%;
	position: absolute;
	left: -124px;
	top: 0;
	background-color: #FDF9F4;
	content: '';
	z-index: -1;
}
@media screen and (max-width: 1300px) {
	.movie_title {
		width: 180px;
	}
	.movie_title p {
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 1200px) {
	.movie_title {
		width: 150px;
	}
	.movie_title p {
		font-size: 2.1rem;
	}
}

.movie_sp {
	margin-bottom: 40px;
}

.movie_sp_thumbnail {
	position: relative;
	left: 50%;
	width: 105vw;
	transform: translateX(-50%);
}
.movie_sp_thumbnail:nth-of-type(2) {
	margin-bottom: 24px;
}
.movie_sp_title {
text-align: center;
}
.movie_sp_title p:nth-of-type(1) {
	margin-bottom: -10px;
	font-size: 1.6rem;
	font-weight: 500;
	color: #ffbba2;
	font-family: Montserrat;
}
.movie_sp_title p:nth-of-type(2) {
	margin-bottom: 24px;
	font-size: 2.4rem;
	color: #6e635c;
}

@media screen and (max-width: 897px) {
	.movie_sp.ba img {
		width: 98.2%;
	}
	.movie_sp.fs img {
		width: 98%;
	}
	.img_box .bottom {
		width: 87% !important;
	}
	.movie_sp_title p:nth-of-type(2) {
		margin-top: 10px;
		line-height: 1.5em;
	}
}

.lity {
    background: #635f5f;
    background: rgba(99,95,95, 0.7);
}
.lity-close {
    right: 10px;
    top: 10px;
    color: #FFBBA2;
    font-size: 64px;
    outline: none;
	text-shadow: inherit;
	transition: .2s;
}
.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited {
    color: #fa9671;
    font-size: 64px;
    line-height: 35px;
    text-shadow: inherit;
}

.float_btn {
	position: fixed;
	right: 20px;
	bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 380px;
	padding: 22px 0;
	background: #FFBBA2;
	border-radius: 5px;
	z-index: 9999;
	z-index: 10;
	transition: .5s;
	opacity: 0;
	pointer-events: none;
}

.float_btn::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #ff756d, #ff9690);
    content: '';
    transition: .3s;
    opacity: 1;
	z-index: -1;
	border-radius: 5px;
}
.float_btn:hover::after {
	opacity: 1;
}
.float_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.float_btn p {
	margin-right: 8px;
	font-size: 1.9rem;
	color: #fff;
}
.float_arrow {
	width: 24px;
	height: 24px;
}
@media screen and (max-width: 897px) {
	.float_btn {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 90%;
		margin: auto;
		padding: 15px 0;
	}
}

video {
	width: 100%;
	height: auto;
}

#main .job .img_box .photo_box {
    margin: 0 -22px 21px 5px;
}
#main .job .img_box01 .photo_box {
    margin: 0 5px 21px -22px;
}

/* dropdown */
.link_pointer {
	position: relative;
	cursor: pointer;
}
.dropdown-content {
	display: none;
	position: absolute;
	top: 20px;
	left: 150px;
	padding: 1em 10px 5px;
	flex-direction: column;
	background: #fff;
}
.dropdown-content li {
	margin: 0 !important;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* menu */
.menu_sub {
	font-size: 1.3rem;
	color: #cac1bb;
}

/* search_popup */
.search_popup {
	position: relative;
	width: 90%;
	max-width: 930px;
	height: auto;
	margin: auto;
	padding: 30px 30px 50px;
	background: #ffffff;
	border-radius: 20px;
	z-index: 1000;
}
.search_popup .close {
	position: absolute;
	top: -20px;
	right: -20px;
	width: 48px;
	height: 48px;
	background: url(../images/common/close.png) no-repeat center center / cover;
	cursor: pointer;
}
.search_popup_title {
	position: relative;
	text-align: center;
}
.search_popup_title p {
	display: inline;
	font-size: 28px;
	margin-bottom: 30px;
	padding: 0 20px;
	background: #fff;
	z-index: 10;
}
.search_popup_title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;	
	width: 90%;
	transform: translate(-50%, -50%);
	border-top: 1px solid #000;
	z-index: -1;
}
.search_popup .com_btn {
	max-width: inherit;
}
.search_popup .com_btn a {
	text-align: center;
}
.search_popup .btn_list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 20px;
	width: 100%;
}
.search_popup .btn_list li {
	width: 300px;
}
#search_popup3.search_popup .btn_list li {
	width: 200px;
}


/* lity */
.lity-container {
	width: 92% !important;
}
.lity-content:after  {
	box-shadow: none !important;
}

@media screen and (max-width: 897px) {
	#g_navi {
		padding: 99px 55px 90px !important;
	}
	.search_popup .close {
		top: -20px;
		right: 10px;
	}
	.search_popup_title p {
		font-size: 20px;
		padding: 0 10px;
	}
	#search_popup3.search_popup .btn_list li {
		width: 100%;
	}
}