@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&family=Noto+Sans:wght@400;500;700&family=Montserrat:wght@600&family=Shippori+Mincho:wght@400&family=Cardo:wght@400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
*, *::before, *::after {
	margin: 0;
	padding: 0;
}
html {
	font-size: 62.5%;
}
html.fs-active {
	font-size: 70%;
}
/* bodyのフォントサイズを1.6rem（16px）に設定 */
body {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .15rem;
	color: #3E3C37;
	overflow-x: hidden;
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}
.montserrat {
	font-family: "Montserrat", sans-serif;
}
.shippori {
	font-family: "Shippori Mincho", serif;
}
.cardo {
	font-family: "Cardo", serif;
}
.outfit {
	font-family: "Outfit", sans-serif;
}
.zen-kaku-gothic-new-light {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 300;
	font-style: normal; }

.zen-kaku-gothic-new-regular {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal; }

.zen-kaku-gothic-new-medium {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal; }

.zen-kaku-gothic-new-bold {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	font-style: normal; }

.zen-kaku-gothic-new-black {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 900;
	font-style: normal; }

main {
	flex: 1;
}
@media screen and (max-width: 767px) {
	/* bodyのフォントサイズを1.4rem（14px）に設定 */
	body {
		font-size: 1.4rem;
		letter-spacing: .08rem;
	}
}
ul, li {
	list-style: none;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	word-break: break-all;
	display: inline-block;
	transition: all .2s;
}
p {
	line-height: 2;
	text-align: justify;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
input, button, textarea, select {
	-webkit-appearance: none;
	appearance: none;
}
button, [type="button"], [type="reset"], [type="submit"], [type="checkbox"] {
	cursor: pointer;
	color: inherit;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
@media screen and (max-width: 767px) {
	.sp_only {
		display: block;
	}
	.pc_only {
		display: none;
	}
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 1px 3px #0000001A;
	z-index: 100;
}
#header .inner {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
#header .header_left {
	display: flex;
	align-items: center;
	height: 60px;
}
#header .header_right {
	display: flex;
	align-items: center;
	height: 60px;
}
#header .logo {
	width: 260px;
}
#header .header_right .logo {
	width: 150px;
}
#header .tel {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-left: 28px;
	padding-left: 22px;
	border-left: 1px solid #3E3C374D;
}
#header .num {
	color: #FAC800;
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}
#header .text {
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .1rem;
}
#header .text .small {
	font-size: .95rem;
}
#header .entry a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 155px;
	height: 60px;
	background: #EF8125;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
}
body {
	padding-top: 60px;
}
#footer {
	padding: 5px 0;
	background: #3E3C37;
	color: #FFFFFFB3;
}
#footer .copyright {
	font-size: 1.0rem;
	text-align: center;
}
@media screen and (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
.page_title {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 40px;
	padding: 95px 0 100px;
}
#thanks .page_title {
	padding: 180px 0 150px;
}
.page_title h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 18px;
	margin-bottom: 0;
	text-align: center;
}
.page_title h1 .en {
	font-size: 1.4rem;
	color: #3E3C37B3;
}
.page_title h1 .jp {
	font-size: 3.6rem;
}
.page_title p {
	margin-bottom: 0;
	font-size: 1.6rem;
	font-weight: 400;
	text-align: center;
}
.section_title {
	display: flex;
	justify-content: center;
	background: #F2F2F2;
	width: 100%;
	padding: 15px 0;
	font-size: 1.6rem;
	font-weight: 500;
}
.section_body {
	padding: 40px 0 50px;
	font-size: 1.8rem;
	font-weight: 500;
}
.mv {
	position: relative;
	height: 360px;
	background: url('../img/mv_bg.jpg') no-repeat top center / cover;
}
.mv .mv_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 500px;
	padding: 50px 20px 35px 100px;
	background: #FFFFFF;
}
.mv .mv_text .mv_text_en {
	margin-bottom: 20px;
	font-size: 1.4rem;
	color: #3E3C37B3;
}
.mv .mv_text h1 {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0;
	font-size: 3.6rem;
	font-weight: 400;
}
.mv .mv_text h1 .yellow {
	display: inline-block;
	padding: 8px 17px;
	font-size: 1.3rem;
	font-weight: 500;
	background: #EF8125;
	color: #fff;
}
.search_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
	margin-bottom: 45px;
}
.search_wrap .title {
	position: relative;
	padding-left: 29px;
	font-size: 2.0rem;
	font-weight: 500;
	letter-spacing: .2rem;
}
.search_wrap .title::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #EF8125;
	border-right: 0;
}
.search_wrap .select_wrap {
	display: flex;
	gap: 20px;
}
.search_wrap .select_wrap select {
	width: 185px;
	padding: 14px 24px;
	color: #3E3C37B3;
	border: 1px solid #B9B7B3;
	cursor: pointer;
}
.search_wrap .select_wrap .arrow_wrap {
	position: relative;
}
.search_wrap .select_wrap .arrow_wrap::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	width: 16px;
	height: 16px;
	border-top: 2px solid #FFC802;
	border-left: 2px solid #FFC802;
	transform: translateY(-11px) rotate(-135deg);
}
.job_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	margin-bottom: 160px;
}
.job_wrap .job {
	width: 100%;
	border: 1px solid #707070;
}
.job_wrap .job .job_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F2F2F2;
	border-bottom: 1px solid #707070;
	padding: 0 20px 0 30px;
	height: 77px;
}
.job_wrap .job .job_top .title {
	font-size: 2.0rem;
	font-weight: 500;
}
.job_wrap .job .job_bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	padding: 35px 50px 50px;
}
.job_wrap .job .job_bottom .detail_wrap {
	display: flex;
	width: 100%;
}
.job_wrap .job .job_bottom .detail_wrap .detail_title {
	width: 20%;
	font-size: 1.6rem;
	font-weight: 500;
}
.job_wrap .job .job_bottom .detail_wrap .detail_text {
	width: 80%;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.75;
	text-align: justify;
	word-break: break-all;
}
.job_wrap .job .btn.entry {
	position: relative;
	padding: 12px 38px 12px 26px;
	border-radius: 0;
	font-size: 1.3rem;
	font-weight: 700;
	background: #0B7940;
	border: 2px solid #0B7940;
	color: #FFFFFF;
}
.job_wrap .job .btn.entry::after {
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	transform: translateY(-50%) rotate(45deg);
}
.job_wrap .job .job_top .btn.entry {

}
.job_wrap .job .job_bottom .btn.entry {
	margin-top: 30px;
	padding: 18px 66px 18px 46px;
	font-size: 1.6rem;
}
.job_wrap .job .job_bottom .btn.entry::after {
	right: 20px;
	width: 12px;
	height: 12px;
}
.job_wrap .job .btn.entry:hover {
	background: #FFFFFF;
	color: #0B7940;
}
.job_wrap .job .btn.entry:hover::after {
	border-color: #0B7940;
}
@media screen and (max-width: 767px) {
	#header .inner {
		padding: 0 10px;
	}
	#header .logo {
		width: 220px;
	}
	#header .header_right .logo {
		width: 100px;
	}
	#header .tel {
		display: none;
	}
	#header .entry a {
		width: 75px;
	}
	.container {
		padding: 0 20px;
	}
	.page_title {
		gap: 26px;
		padding: 40px 0 35px;
	}
	#thanks .page_title {
		padding: 140px 0 100px;
	}
	.page_title h1 {
		gap: 10px;
	}
	.page_title h1 .en {
		font-size: 1.2rem;
	}
	.page_title h1 .jp {
		font-size: 2.5rem;
	}
	.page_title p {
		font-size: 1.4rem;
	}
	.section_title {
		padding: 7px 0;
		font-size: 1.3rem;
	}
	.section_body {
		padding: 20px 0 30px;
		font-size: 1.4rem;
	}
	.mv {
		height: 210px;
		background: url('../img/mv_bg_sp.jpg') no-repeat top center / cover;
	}
	.mv .mv_text {
		width: 314px;
		padding: 24px 20px 12px;
	}
	.mv .mv_text .mv_text_en {
		margin-bottom: 14px;
		font-size: 1.0rem;
	}
	.mv .mv_text h1 {
		gap: 18px;
		font-size: 26px;
		letter-spacing: .3rem;
	}
	.mv .mv_text h1 .yellow {
		padding: 4px 14px;
		font-size: .9rem;
	}
	.search_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.search_wrap .title {
		padding-left: 20px;
		font-size: 1.3rem;
	}
	.search_wrap .title::before {
		border-top: 7px solid transparent;
		border-bottom: 7px solid transparent;
		border-left: 12px solid #EF8125;
	}
	.search_wrap .select_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 13px;
		width: 100%;
	}
	.search_wrap .select_wrap select {
		width: 100%;
		padding: 13px 22px;
		font-size: 1.4rem;
	}
	.search_wrap .select_wrap .arrow_wrap {
		width: 100%;
	}
	.search_wrap .select_wrap .arrow_wrap::after {
		right: 22px;
		width: 12px;
		height: 12px;
		transform: translateY(-8px) rotate(-135deg);
	}
	.job_wrap {
		gap: 30px;
		margin-bottom: 60px;
	}
	.job_wrap .job .job_top {
		padding: 0 20px;
		height: 52px;
	}
	.job_wrap .job .job_top .title {
		font-size: 1.6rem;
	}
	.job_wrap .job .job_bottom {
		padding: 26px 26px;
	}
	.job_wrap .job .job_bottom .detail_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.job_wrap .job .job_bottom .detail_wrap .detail_title {
		width: 100%;
		font-size: 1.4rem;
	}
	.job_wrap .job .job_bottom .detail_wrap .detail_text {
		width: 100%;
		font-size: 1.4rem;
	}
	.job_wrap .job .job_bottom .btn.entry {
		margin-top: 10px;
		width: 100%;
		padding: 17px 20px 17px 10px;
		font-size: 1.4rem;
	}
}

.mv .mv_text .mv_text_en.outfit {
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1em;
	color: rgba(62,60,55,0.40);
}
.mv .mv_text h1 .yellow.zen-kaku-gothic-new-bold {
	font-weight: bold;
	border-radius: 3em;
	background: #EF8125;
}
.page_title h1 .en.outfit {
	font-weight: bold;
	letter-spacing: .1em;
	color: #EF8125;
}
@media screen and (max-width: 767px) {
	.mv .mv_text .mv_text_en.outfit {
		margin-bottom: 14px;
		font-size: 1.0rem;
	}
}

.btn_yms {
	margin: 0 auto;
	width: 223px;
	height: 50px;
	padding: 0 20px 0 25px;
	border: 0;
	border-radius: 3em;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	transition: .2s; }
	.btn_yms._main {
		background: url("../img/btn_main.png") no-repeat;
		background-size: cover; }
	.btn_yms:hover, .btn_yms:visited {
		color: #FFFFFF; }
	.btn_yms._main.pc_only {
		display: none;
	}
@media screen and (min-width: 768px) {
	.btn_yms:hover {
		box-shadow: 0px 3px 6px #00000029;
		transform: translateY(-5%); }
		.btn_yms._main.pc_only {
			display: block;
			margin: 0 0 0 auto;
			transform: scale(.8) translateX(20px);
			font-size: 14px;
		}

}
