@charset "UTF-8";

/*
Theme Name: Rise-recruit
Theme URL: http://rise-r.co.jp/recruit
Description: 
Author: SHINOBU KOGURE
Version: 1.0
*/

:root {
	/* color */
	--white: #ffffff;
	--black: #000000;

	--gray01: #efefef;
	--gray02: #f2f2f2;
	--gray03: #E8E8E8;
	--gray04: #E5E2DE;
	--gray05: #A6A6A6;
	--gray06: #CCCCCC;

	--dark01: #707070;
	--dark02: #2d2d2d;
	--dark03: #dddddd;
	--dark04: #7A7B7F;

	--main01: #03275f;
	--main02: #113368;
	--main03: #223a5e;

	--lb01: #d0e2ff;
	--lb02: #58c3d9;
	--lb03: #29bbd8;
}

*,
*::before,
*::after {
	box-sizing: border-box !important;
}

.breadcrumbs {
	background-color: #03275f;
}
.breadcrumbs p {
	width: 1000px;
	margin: auto;
	font-size: 14px;
	color: #fff;
	line-height: 34px;
}
.breadcrumbs p a {
	color: #fff;
	text-decoration: none;
}
@media (max-width: 768px) {
	.breadcrumbs {
		display: none;
	}
}

/************************  single-page *********************/
#single .bg {
	background-color: var(--gbc02);
}

#single h1,
#single h2 {
	color: var(--text04);
	font-weight: bold;
	font-size: 18px;
	padding: 20px;
}

#single section#content_main {
	padding: 20px 20px 50px;
}

#single section#content_main p {
	font-size: 14px;
	line-height: 1.8;
	padding: 15px 0;
}

#single section#content_main p,
#single section#content_main p span {
	font-weight: normal;
}

#single section#job_description {
	padding: 20px;
}

#single section#job_description .wrapper > br {
	display: none;
}

#single section#job_description dl {
	line-height: 1.4;
	padding: 15px 0;
}

#single section#job_description dl dt {
	color: var(--text04);
	font-weight: 700;
	font-size: 18px;
	padding-bottom: 8.5px;
	border-bottom: 1px solid var(--border01);
	margin-bottom: 15px;
}

#single section#job_description dl dd {
	font-size: 14px;
	line-height: 1.8;
}

#single section#job_description dl dd > iframe {
	margin-top: 15px;
	width: 100%;
	height: 190px;
}



@media (min-width: 768px) {
	#single .bg {

	}

	#single h1,
	#single h2,
	#single section#content_main,
	#single section#job_description {
		max-width: 940px;
		margin: 0 auto;
	}

	#single h1,
	#single h2 {
		font-size: 32px;
		padding: 50px 0 20px;
		border-bottom: 1px solid var(--border01);
	}

	#single section#content_main {
		padding: 40px 0 60px;
	}

	#single section#content_main .eyecatch {
		width: 350px;
		height: 234px;
		object-fit: cover;
		margin-right: 0;
		margin-left: auto;
		display: block;
	}

	#recruit section#content_main p {
		padding: 15px;
	}

	#single section#job_description dl dt {
		font-size: 32px;
		padding-bottom: 15px;
	}

	#single section#job_description dl dd > iframe {
		width: 50%;
		height: 300px;
		display: block;
	}
}

/******************** エントリーフォーム *****************/
/* ボタン */
#single section#entry {
	margin-bottom: 40px;
}
section#entry div.entry_btn {
	border-radius: 4px;
	background-color: var(--main01);
	font-size: 16px;
	font-weight: 700;
	color: white;
	text-align: center;
	line-height: 1.2;
	width: calc(100% - 30px);
	max-width: 500px;
	margin: 0 auto 15px;
	padding: 15px;
}

section#entry div.entry_btn:hover {
	background-color: var(--lb03);
	transition: background 0.2s, color 0.2s;
}

section#entry div.entry_btn small {
	font-size: 75%;
}

section#entry div.entry_form {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
	background-color: var(--gray01);
	display: none;
}

section#entry div.tel_btn {
	padding: 15px;
}

section#entry div.tel_btn a {
	display: block;
	height: 60px;
	border-radius: 4px;
	background-color: var(--lb02);
	font-size: 16px;
	font-weight: 700;
	color: white;
	text-align: center;
	line-height: 60px;
}

/* フォーム */
div.entry_form div.wpcf7 form > div {
	margin-top: 15px;
}

div.entry_form small {
	font-size: 75%;
}

div.entry_form .form_title {
	display: block;
	font-weight: 700;
}

div.entry_form span.equired {
	color: red;
	font-size: 75%;
}

div.entry_form div.wpcf7 form > label,
div.entry_form div.wpcf7 form > div.formwrap {
	max-width: 100%;
}

div.entry_form div.wpcf7 form .wpcf7-form-control-wrap,
div.entry_form div.wpcf7 form .wpcf7-form-control-wrap .wpcf7-text {
	max-width: 100%;
}

div.entry_form div.wpcf7 form > div .wpcf7-form-control-wrap.age {
	max-width: 100px;
	padding-right: 5px;
}

div.entry_form div.wpcf7 form > div .wpcf7-form-control-wrap.total-days {
	display: inline-flex;
	padding-right: 5px;
}

div.entry_form
	div.wpcf7
	form
	> div
	.wpcf7-form-control-wrap.total-days
	> input {
	max-width: 100px;
	margin: 0 5px;
}

div.entry_form
	div.wpcf7
	form
	> div
	.wpcf7-form-control-wrap.total-days::before {
	content: '週';
	padding-left: 15px;
}

div.entry_form div.wpcf7 form > div .wpcf7-form-control-wrap.total-days::after {
	content: '日程度';
}

div.entry_form div.wpcf7 form > div .wpcf7-form-control-wrap.total-days {
	padding-left: 5px;
}

div.entry_form div.wpcf7 form .year > div > .wpcf7-form-control-wrap {
	max-width: 100%;
}

div.entry_form div.wpcf7 form .sex {
	display: flex;
}

div.entry_form div.wpcf7 form .submit {
	display: block;
	text-align: center;
}

div.entry_form div.wpcf7 form .sex > label.form_title {
	flex-shrink: 2;
	padding-right: 15px;
}

div.entry_form div.wpcf7 form .sex .wpcf7-form-control-wrap {
	width: 75%;
}
div.entry_form textarea.wpcf7-textarea {
	width: 100%;
}

div.entry_form input,
div.entry_form textarea,
div.entry_form select {
	border: 1px solid var(--dark01);
	border-radius: 4px;
	font-size: 16px;
	padding: 4px 8px;
}

div.entry_form input:focus {
	border-radius: 4px;
}

div.entry_form textarea {
	line-height: 1.4;
}

div.entry_form div.wpcf7 form .form_title_w100 {
	width: 100%;
	font-weight: 700;
}

div.entry_form .file_btn_wrap input {
	border: none !important;
	font-size: 14px;
}

div.entry_form .submit input {
	margin-top: 15px;
}

div.entry_form div.wpcf7 form .wpcf7-display-none {
	display: none !important;
}

input.wpcf7-form-control.wpcf7-file {
	border: none;
}

@media (min-width: 768px) {
	/* ボタン */
	#single section#entry div.entry_btn {
		font-size: 18px;
	}

	#single section#entry {
		max-width: 1000px;
		margin: 0 auto 150px;
	}

	/* フォーム */
	div.entry_form div.wpcf7 form {
		width: 70%;
		min-width: 700px;
		margin: auto;
	}

	div.entry_form div.wpcf7 form > div {
		display: flex;
		flex-flow: row wrap;
		margin-top: 25px;
	}

	div.entry_form div.wpcf7 form > div.submit {
		justify-content: center;
	}

	div.entry_form div.wpcf7 form .form_title {
		width: 25%;
	}

	div.entry_form div.wpcf7 form > div .wpcf7-form-control-wrap {
		width: 75%;
		padding-left: 20px;
	}

	div.entry_form div.wpcf7 form > div.year > div {
		display: flex;
		max-width: 75%;
	}

	div.entry_form div.wpcf7 form > div.skill > div {
		width: 75%;
	}
	div.entry_form div.wpcf7 form > div.skill > div > span {
		display: block;
		width: 100%;
	}

	div.entry_form div.wpcf7 form > div.skill > div > p {
		padding: 0 20px;
		font-size: 14px;
		font-weight: 600;
	}

	div.entry_form div.wpcf7 form > div.year > div > span {
		max-width: calc(100% / 3);
		display: flex;
	}

	div.entry_form
		div.wpcf7
		form
		> div.year
		> div
		> span
		> span.wpcf7-form-control-wrap {
		margin-right: 5px;
	}

	div.entry_form div.wpcf7 form .education-start,
	div.entry_form div.wpcf7 form .education-end {
		width: 25%;
		flex-grow: 2;
	}
}


/********************** #archive　*************************/
/* MV、タイトル */
.main_visual,
.main_visual img {
	width: 100%;
}
.text_box {
	padding: 20px;
}
.text_box .text1,
.text_box .text1 span {
	font-size: 18px;
	font-weight: bold;
	color: var(--link02);
}
.text_box .text2 {
	font-size: 14px;
	color: var(--link02);
	padding-top: 30px;
}

/* 記事一覧部分 */
#arvchive_list {
	background-color: var(--gbc02);
	padding: 0 20px;
}

#arvchive_list * {
	font-family: 'ヒラギノ角ゴ Pro W5', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic',
	'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#arvchive_list > p.nosearch {
	padding: 20px 0;
}

#arvchive_list .wrapper article.item {
	padding: 20px 0;
}

#arvchive_list .wrapper article.item:not(:last-of-type) {
	border-bottom: 1px solid var(--gray05);
}

#arvchive_list .wrapper article.item img.eyecatch {
	height: 175px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}

#arvchive_list .wrapper article.item div.detail h3 {
	color: var(--text04);
	font-weight: bold;
	font-size: 18px;
}

#arvchive_list .wrapper article.item div.detail > p {
	font-size: 14px;
	line-height: 1.8;
	margin: 15px 0 25px;
}

#arvchive_list .wrapper article.item a.more_btn {
	display: block;
	text-align: center;
	background-color: var(--link03);
	color: var(--white);
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 50px;
	border-radius: 10px;
	width: fit-content;
}

#arvchive_list .wrapper article.item a.more_btn:active,
#arvchive_list .wrapper article.item a.more_btn:hover {
	background-color: var(--lb03);
	color: var(--white);
}

@media (min-width: 768px) {
	.text_box {
		padding: 0;
		max-width: 1250px;
		margin: 50px auto 40px;
	}

	.text_box .text1, .text_box .text1 span {
		font-size: 45px;
	}

	#arvchive_list {
		background-color: var(--gray02);
	}

	#arvchive_list .wrapper {
		max-width: 1250px;
		margin: auto;
		padding: 40px 0 50px;
	}

	#arvchive_list h2 {
		font-size: 24px;
		margin: 0;
		line-height: 50px;
		height: 50px;
	}

	#arvchive_list .wrapper article.item {
		display: flex;
		padding: 30px;
	}

	#arvchive_list .wrapper article.item img.eyecatch {
		width: 350px;
		height: 234px;
		margin: 0 50px 0 0 ;
		object-fit: cover;
	}

	#arvchive_list .wrapper article.item .flex {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	#arvchive_list .wrapper article.item div.detail > p {
		margin: 20px 0 0;
	}

	#arvchive_list .wrapper article.item a.more_btn {
		margin: 0 0 0 auto;
	}
}

/*************** ↓改修後は使わない予定 ***************/
/************** #time_able ***************/

#time_table {
	background-color: #ddd;
}

#time_table .wrapper {
	padding: 15px;
}

#time_table h3 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 40px;
	height: 40px;
	color: var(--main01);
	padding: 0 20px;
	border-left: 4px solid var(--main01);
}

#time_table dl {
	margin-top: 15px;
	height: auto;
	color: var(--main01);
}

#time_table dl dt {
	height: 50px;
	font-size: 16px;
	line-height: 3;
	padding: 0 20px;
	font-weight: 700;
	background-color: var(--gray01);
}

#time_table dl dd {
	font-size: 14px;
	line-height: 1.4;
	padding: 15px 20px;
	background-color: var(--gray01);
	border-top: 3px solid var(--main01);
}

#time_table dl dd > img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover;
	margin-top: 15px;
}

#time_table span.arrow {
	display: block;
	width: 0;
	height: 0;
	margin: 15px auto 0;
	border-top: 15px solid var(--main01);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
}

@media (min-width: 768px) {
	#time_table .wrapper {
		width: 1000px;
		margin: auto;
		padding: 40px 15px;
	}

	#time_table .time_table {
		display: flex;
		justify-content: center;
		align-self: stretch;
	}

	#time_table .time_table dl {
		width: calc(calc(100% - 90px) / 3);
		align-items: stretch;
		display: flex;
		flex-direction: column;
	}

	#time_table .time_table dl dt {
		font-size: 18px;
		text-align: center;
	}

	#time_table dl dd {
		align-self: stretch;
		display: flex;
		flex-direction: column;
		flex: 1 auto;
	}

	#time_table dl dd p {
		flex: 1 auto;
	}

	#time_table span.arrow {
		margin: auto 15px;
		border-left: 15px solid var(--main01);
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 0px solid transparent;
	}
}

/************** #interview_intro #career_plan *********************/

#interview_inrto .wrapper,
#career_plan .wrapper {
	padding: 15px;
	color: var(--main01);
}

#interview_inrto h3,
#career_plan h3 {
	display: block;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-left: 4px solid var(--main01);
	font-weight: 700;
}

#interview_inrto section.profile {
	display: flex;
	align-items: flex-start;
	margin-top: 15px;
}

#interview_inrto section.profile img.profile_photo {
	display: block;
	width: 100px;
	height: 100px;
	object-fit: cover;
}

#interview_inrto section.profile > dl {
	line-height: 1.4;
	padding: 0 0 0 15px;
	color: var(--main01);
}

#interview_inrto section.profile > dl dt.name {
	font-size: 15px;
	font-weight: 700;
}
#interview_inrto section.profile > dl dd.staff_profile {
	font-size: 12px;
	line-height: 1.6;
	margin-top: 10px;
	font-weight: 400;
}

#interview_inrto dl.q_and_a {
	padding-top: 15px;
	color: var(--main01);
	line-height: 1.4;
}

#interview_inrto dl.q_and_a dt.question {
	font-size: 16px;
	font-weight: 700;
}

#interview_inrto dl.q_and_a dt.question::before {
	content: 'Ｑ:';
	padding-right: 5px;
}

#interview_inrto dl.q_and_a dd.answer {
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.6;
}

#interview_inrto span.more {
	display: block;
	width: 350px;
	margin: 15px auto;
	text-align: center;
	color: var(--white);
	font-weight: 700;
	background-color: var(--lb03);
	padding: 15px;
	border-radius: 4px;
}

#interview_inrto span.more:hover {
	background-color: var(--lb01);
}

#interview_inrto span::after {
	content: '»';
	padding-left: 10px;
}

#interview_inrto div.acc_wrap {
	display: none;
}

#career_plan {
	background-color: var(--gray01);
}

#career_plan p {
	padding: 15px 0;
	font-size: 16px;
	line-height: 1.6;
}

#career_plan p:not(#career_plan h3 + p) {
	display: none;
}

#career_plan dl {
	font-size: 16px;
	line-height: 1.6;
	background-color: var(--white);
	margin: auto;
}

#career_plan dl > dt {
	font-size: 18px;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid var(--main01);
}

#career_plan dl > dd {
	padding: 20px;
}

#career_plan span.arrow {
	display: block;
	width: 0;
	height: 0;
	margin: 20px auto;
	border-top: 15px solid var(--main01);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 0px solid transparent;
}

#career_plan span.arrow:last-of-type {
	display: none;
}

@media (min-width: 768px) {
	#interview_inrto .wrapper,
	#career_plan .wrapper {
		width: 1000px;
		margin: auto;
		padding: 40px 15px;
	}

	#interview_inrto h3,
	#career_plan h3 {
		font-size: 20px;
	}

	#interview_inrto section.profile {
		padding-top: 0;
	}

	#interview_inrto section.profile img.profile_photo {
		width: 165px;
		height: 165px;
	}

	#interview_inrto section.profile dl {
		max-width: 100%;
		flex-grow: 2;
	}

	#interview_inrto dl.q_and_a {
	}

	#interview_inrto section.profile > dl dt.name {
		font-size: 18px;
	}

	#interview_inrto section.profile > dl dd.staff_profile {
		line-height: 1.8;
	}

	#interview_inrto dl.q_and_a {
		padding-left: 180px;
	}

	#interview_inrto dl.q_and_a dt.question {
		font-size: 18px;
	}

	#interview_inrto dl.q_and_a dd.answer {
		line-height: 1.8;
	}

	#interview_inrto a {
		background-color: var(--lb01);
		height: 50px;
		padding: 0;
		border-radius: 4px;
	}

	#interview_inrto a > span {
		line-height: 50px;
	}

	#interview_inrto a:hover {
		background-color: var(--main01);
		color: var(--white);
	}

	#career_plan p {
		line-height: 1.8;
	}

	#career_plan dl {
		max-width: calc(100% - 100px);
	}
}
/*************** ↑改修後は使わない予定 ***************/

/******************** 固定ページ #page *******************/

#page section#content .wrapper {
	padding: 15px;
	color: var(--main01);
	margin: 20px 0;
}

#page section#content .wrapper h2 {
	padding: 15px 20px;
	font-size: 20px;
	font-weight: 700;
	border-left: 4px solid var(--main01);
}

#page section#content .wrapper p {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.6;
}

@media (min-width: 768px) {
	#page section#content .wrapper {
		max-width: 1000px;
		margin: 40px auto;
		padding: 40px;
		min-height: 80%;
	}

	#page section#content .wrapper h2 {
		font-size: 24px;
	}

	#page section#content .wrapper p {
		margin-top: 20px;
		font-size: 16px;
	}
}

/***************** #page-tooloff *****************/

#page-tooloff ul.area-list {
	padding: 15px 15px 30px;
	display: flex;
	flex-flow: row wrap;
}

#page-tooloff ul.area-list li {
	width: 50%;
	margin: 0;
	padding: 0;
}

#page-tooloff ul.area-list li:not(:nth-of-type(-n + 2)) {
	border-top: 1px solid var(--white);
}

#page-tooloff ul.area-list li:nth-last-of-type(even) {
	border-left: 1px solid var(--white);
}

#page-tooloff ul.area-list li > a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	color: var(--white);
	background-color: var(--main01);
	transition: background 0.2s, color 0.2s;
}

#page-tooloff ul.area-list li > a:hover,
#page-tooloff ul.area-list li > a:active {
	background-color: var(--main01);
	color: mvar(--white);
}

@media (min-width: 768px) {
	#page-tooloff ul.area-list {
		width: 90%;
		margin: auto;
	}
	#page-tooloff ul.area-list li {
		width: calc(100% / 5);
	}

	#page-tooloff ul.area-list li:not(:nth-of-type(-n + 2)) {
		border-top: none;
	}

	#page-tooloff ul.area-list li:not(:first-of-type) {
		border-left: 1px solid var(--white);
	}

	#page-tooloff ul.area-list li > a:hover {
		background-color: var(--white);
		color: var(--main01);
		transition: 0.2sec;
	}
}

/***************** #recruit-shop *****************/
#page_recruit_shop * {
	font-style: normal;
    font-variant: normal;
	font-weight: bold;
    /* font-family: YuGothic; */
	font-family: '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ Pro W3',
		'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#page_recruit_shop section {
	padding: 25px 0 50px;
}

@media (min-width: 768px) {
	#page_recruit_shop section {
		padding: 90px 0 130px;
	}

	#page_recruit_shop .wrapper {
		padding: 40px 0 0 123px;
		margin: 0 auto;
		max-width: 1090px;
		position: relative;
	}
}
/***** .main_visual *****/
#recruit-shop .main_visual {
	position: relative;
	padding: 20px 15px;
	background-color: var(--gray03);
}

#recruit-shop .main_visual h1 {
	writing-mode: vertical-rl;
	font-size: 25px;
	letter-spacing: 10px;
	position: absolute;
	top: 85px;
	left: 8px;
}

@media (min-width: 768px) {
	#recruit-shop .main_visual {
		padding: 80px 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#recruit-shop .main_visual h1 {
		font-size: 50px;
		letter-spacing: 20px;
		position: relative;
		margin: 0 -20px 100px 0;
	}

	#recruit-shop .main_visual img {
		display: block;
	}
}

/***** #philosophy *****/
#philosophy {
	background-color: var(--gray03);
}

#page_recruit_shop .title_img { /* 共通 */
	width: 10%;
	display: block;
	margin: 0 auto 25px;
}

#page_recruit_shop h2 span { /* 共通 */
	background-color: var(--white);
	display: inline-block;
	line-height: 1;
}

#philosophy h2 span.large {
	font-size: 44px;
	letter-spacing: 10px;
	padding: 7px 25px 7px 15px;
	margin-bottom: 8px;
}

#philosophy h2 span.small {
	font-size: 26px;
	padding: 7px 15px;
}

#page_recruit_shop .content { /* 共通 */
	padding: 10px 15px;
}

#page_recruit_shop .content .catch { /* 共通 */
	color: var(--white);
	background-color: var(--black);
	font-size: 15px;
	font-weight: normal;
	display: inline;
	padding: 2px;
}

@media (min-width: 768px) {
	#philosophy {

	}
	
	#philosophy .wrapper {
		
	}
	
	#page_recruit_shop .title_img { /* 共通 */
		margin: 0;
		width: 47px;
		transform:rotate(180deg);
		position: absolute;
		top: 0;
		left: 0;
	}

	#page_recruit_shop h2 span { /* 共通 */
		background-color: var(--white);
		font-size: 46px;
		letter-spacing: 6px;
		padding: 8px 30px;
	}

	#philosophy h2 span.large {
		font-size: 54px;
		padding: 20px 30px;
	}

	#philosophy h2 span.small {
		font-size: 28px;
		padding: 4px 8px;
	}

	#page_recruit_shop .content {
		padding: 25px 0 0;
	}

	#page_recruit_shop .content .catch {
		font-size: 28px;
		font-weight: bold;
		letter-spacing: 4px;
		line-height: 1.29;
		padding: 4px 8px;
	}
}

/***** #strength *****/
#strength {
	background-color: var(--gray03);
}

#strength .strength_img {
	display: block;
	width: 66%;
	margin: 0 auto 12px;
}

#strength h2 span {
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

#page_recruit_shop .content .text {
	font-size: 14px;
    font-weight: normal;
	line-height: 1.8;
	margin-top: 15px;
}

@media (min-width: 768px) {
	#strength .flex {
		display: flex;
	}

	#strength .strength_img {
		margin: 0;
		width: 50%;
		padding-right: 6%;
	}

	#strength h2 span {
		font-size: 52px;
		letter-spacing: 13px;
		line-height: 1.2;
		padding: 8px 30px;
	}

	#page_recruit_shop .content .text {
		font-size: 15px;
		margin-top: 40px;
	}
}

/***** #vision *****/
#vision .relative {
	position: relative;
	width: 92%;
	margin: 0 auto;
}

#vision .vision_img {
	width: 100%;
}

#page_recruit_shop #vision h2 {
	text-align: right;
	position: absolute;
	bottom: 10px;
	right: 0;
}

#vision h2 span {
	font-size: 20px;
	letter-spacing: 1.6px;
	padding: 6px 11px;
	margin-top: 5px;
}

#vision h2 span.bottom {
	letter-spacing: 2.5px;
}

#vision .content .text {
	text-align: right;
}

@media (min-width: 768px) {
	#vision .relative {
		width: 100%;
	}

	#page_recruit_shop #vision h2 {
		bottom: 30px;
	}

	#vision h2 span {
		font-size: 28px;
		letter-spacing: 7px;
		padding: 4px 8px;
		margin-top: 0;
	}

	#vision .content {
		padding: 0;
	}

	#vision .content .text {
		line-height: 2.4;
	}
}

/***** #mission *****/
#mission {
	background-color: var(--gray03);
}

#mission h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

#mission .content .catch {
	color: var(--black);
    background-color: var(--white);
}

#mission .mission_img {
    display: block;
    width: 72%;
    margin: 0 auto;
}

@media (min-width: 768px) {
	#mission h2 span {
		font-size: 52px;
		letter-spacing: 6px;
		padding: 8px 30px;
	}

	#mission .flex {
		display: flex;
		align-items: end;
	}

	#mission .content {
		width: 72%;
		padding-right: 8%;
	}

	#mission .mission_img {
		width: 30%;
		height: fit-content;
	}
}

/***** #attraction *****/
#attraction .title_img {
	width: 27%;
}

#attraction h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

#page_recruit_shop .sub_title { /* 共通 */
	font-size: 19px;
	letter-spacing: 1px;
}

/* .top */
#attraction .top,
#attraction .middle,
#attraction .bottom {
	padding: 25px 0;
}

#attraction .list > .item:not(:first-of-type) {
	padding-top: 35px;
}

#attraction .content.item {
	position: relative;
	width: 190px;
	padding: 0;
	margin: 0 auto;
}

#attraction .num_img {
	width: 100px;
	position: absolute;
	top: -20px;
	left: -35px;
}

#attraction h3.item {
	width: fit-content;
	position: absolute;
	top: -17px;
	left: 0;
	margin-left: 116px;
	white-space: nowrap;
}

#attraction h3.item span {
	background-color: var(--black);
	color: var(--white);
	letter-spacing: 2px;
}

#attraction .content .text.item {
	background-color: var(--gray04);
	font-weight: bold;
	line-height: 1.6;
	padding: 80px 10px 15px;
}

#attraction .content .text.item.item3 {
	padding: 110px 10px 15px;
}

#attraction .en_text {
	font-size: 18px;
	font-weight: 600;
	font-family: Montserrat;
	letter-spacing: 3.5px;
	transform: rotate(90deg);
	position: absolute;
	bottom: 50px;
	left: -67px;
}

#attraction .en_text.li2 {
	bottom: 55px;
	left: -62px;
}

#attraction .en_text.li3 {
	bottom: 33px;
	left: -49px;
}

/* .middle */
#attraction .middle {
	background-color: var(--gray04);
}

#attraction .middle .content .text.item {
	background-color: var(--white);
	padding: 95px 13px 26px;
}

#attraction .middle .content .text.item.item6 {
	padding: 110px 13px 11px;
}

#attraction .middle .num_img {
	left: 130px;
}

#attraction .middle h3.item {
	margin-left: -65px;
}

#attraction .en_text.li4 {
	bottom: 55px;
	left: auto;
	right: -82px;
}

#attraction .en_text.li5,
#attraction .en_text.li6 {
	bottom: 40px;
	left: auto;
	right: -91px;
}

#attraction .middle .content.last {
	padding: 30px 15px 0;
}

/* .bottom */
#attraction .attraction_img {
	display: block;
    width: 82%;
    margin: 0 auto 10px;
}

#page_recruit_shop h3 span { /* 共通 */
	display: inline-block;
	line-height: 1;
	padding: 7px 15px;
}

#attraction h3 span {
	background-color: var(--gray04);
	font-size: 26px;
	letter-spacing: 1.8px;
}

#attraction .explain {
	font-size: 15px;
	line-height: 1;
	margin-top: 10px;
}

@media (min-width: 768px) {
	#attraction .title_img {
		transform: revert;
		width: 7.5%;
		margin-left: -40px;
	}

	#attraction h2 span {
		font-size: 46px;
		letter-spacing: 6px;
		padding: 8px 30px;
	}

	#attraction .sub_title {
		font-size: 28px;
		font-weight: normal;
		letter-spacing: 6px;
	}

	#attraction .list {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	#attraction .top {
		padding: 80px 0 80px 50px;
	}

	#attraction .list > .item:not(:first-of-type) {
		padding-top: 0;
	}

	#attraction .content.item {
		width: 224px;
	}

	#attraction .num_img {
		width: 132px;
		top: 0;
		left: -50px;
	}

	#attraction h3.item {
		margin-left: 90px;
	}

	#attraction h3.item span {
		font-size: 34px;
		letter-spacing: 1px;
		padding: 8px 16px;
	}

	#attraction .content .text.item {
		padding: 108px 20px 20px;
		margin: 0;
	}

	#attraction .content .text.item.item3 {
		padding: 160px 20px 20px;
	}

	#attraction .en_text {
		font-size: 22px;
		bottom: 42px;
		left: -86px;
		transform: rotate(-90deg);
	}

	#attraction .en_text.li2 {
		bottom: 36px;
		left: -81px;
	}

	#attraction .en_text.li3 {
		bottom: 22px;
		left: -65px;
	}

	#attraction .en_text.li4 {
		bottom: 57px;
		right: -103px;
	}

	#attraction .en_text.li5, #attraction .en_text.li6 {
		bottom: 44px;
		left: auto;
		right: -116px;
	}

	#attraction .wrapper.middle {
		max-width: unset;
		padding: 0;
	}

	#attraction .middle {
		max-width: 980px;
		padding: 102px 0 80px 80px;
		margin: 0 auto;
	}

	#attraction .middle .num_img {
		top: -7px;
		left: auto;
		right: -85px;
	}

	#attraction .middle h3.item {
		top: -22px;
		margin-left: -10px;
	}

	#attraction .middle h3.item.item4 {
		top: 8px;
	}

	#attraction .middle .content .text.item,
	#attraction .middle .content .text.item.item6 {
		padding: 140px 20px 20px;
	}

	#attraction .middle .content.last {
		padding: 80px 0 0;
	}

	#attraction .middle .sub_title {
		font-size: 40px;
		font-weight: bold;
		letter-spacing: 4px;
	}

	#attraction .wrapper_b {
		padding: 80px 0 0;
	}

	#attraction .bottom {
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 60px;
	}

	#attraction .attraction_img {
		margin: unset;
		width: 40%;
	}

	#attraction .attraction_img:nth-of-type(2) {
		order: 1;
	}

	#attraction .bottom .content {
		padding: 0;
		width: 54%;
	}

	#attraction .bottom .content:nth-of-type(2) {
		order: 1;
	}

	#attraction .bottom .content .text {
		line-height: 2;
	}

	#attraction .bottom h3 span {
		font-size: 34px;
		letter-spacing: 6px;
		padding: 4px 16px;
		width: 82%;
	}

	#attraction .bottom .explain {
		font-size: 24px;
		margin-top: 20px;
	}
}

/***** #career *****/
#career {
	background-color: var(--gray03)
}

#career .flex {
	padding: 0 15px;
}

#career .flex02 {
	display: flex;
	justify-content: center;
}

#career h2 {
	width: 160px;
	margin-right: 25px;
	position: relative;
}

#career h2 .bg {
	background-color: var(--white);
	width: 100%;
	height: 150px;
	position: absolute;
	top: 5px;
}

#career h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 26px;
	letter-spacing: 4px;
	padding: 7px 15px;
	position: relative;
}

#career .right02 {
	width: 160px;
	position: relative;
}

#career .right02 .bg {
	background-color: var(--white);
	width: 100%;
	height: 150px;
	position: absolute;
	top: 5px;
}

#career .right02 .title {
	background-color: var(--gray05);
	color: var(--white);
	font-size: 20px;
	line-height: 1;
	width: fit-content;
	padding: 5px 20px 5px 15px;
	margin: 0 0 0 auto;
	position: relative;
}

#career .right02 .text {
	font-size: 25px;
	text-align: right;
	line-height: 1.1;
	letter-spacing: 3px;
	padding: 7px 15px;
	position: relative;
}

#career .right02 .text span {
	color: var(--gray05);
}

#career .left .text.top {
	background-color: var(--dark04);
	color: var(--white);
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7;
	padding: 10px 15px;
	margin-top: 5px;
}

#career .left .text.bottom {
	background-color: var(--white);
	font-size: 14px;
	font-weight: normal;
	line-height: 1.7;
	padding: 10px 15px;
	margin-top: 15px;
}

#career .right {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	padding: 30px 0;
}

#career .item {
	background-color: var(--white);
	width: 270px;
	text-align: center;
	padding-top: 20px;
}

#career .item .text {
	font-size: 13px;
	font-weight: normal;
	padding: 15px;
}

#career .item .career_img {
	width: 52%;
}

@media (min-width: 768px) {
	#career .flex {
		display: flex;
		padding: 0;
	}

	#career .left {
		width: 46%;
		margin-right: 4%;
	}

	#career h2 {
		width: 210px;
	}

	#career h2 .bg {
		height: 184px;
	}

	#career h2 span {
		font-size: 34px;
		letter-spacing: 6px;
		padding: 6px 20px;
	}

	#career .right02 {
		width: 210px;
	}

	#career .right02 .bg {
		height: 184px;
	}

	#career .right02 .title {
		font-size: 25px;
		letter-spacing: 2.5px;
		padding: 10px 18px;
	}

	#career .right02 .text {
		font-size: 28px;
	}

	#career .right02 .text span {
		font-size: 34px;
	}

	#career .left .text.top {
		margin-top: 10px;
	}

	#career .right {
		width: 50%;
		gap: 10px;
		padding: 0;
	}

	#career .item {
		width: 48.5%;
	}
}

/***** #support *****/
#support .title_img {
	width: 20%;
}

#support h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

#support .list.top {
	padding: 30px 15px 0;
}

#support .list.top .item {
	background-color: var(--gray04);
	padding: 50px 15px 15px;
	margin-bottom: 40px;
	position: relative;
}

#support .list.top .item.item2 {
	padding: 20px 15px 15px;
}

#support .list.top .item .sub_title {
	position: absolute;
	top: -14px;
	left: 0;
}

#support .list.top .item .text {
	font-weight: normal;
	font-size: 13px;
}

#support .list.bottom {
	background-color: var(--gray04);
	padding: 35px 15px;
}

#support .list.bottom .item {
	background-color: var(--white);
	padding: 38px 15px 0;
	margin-bottom: 40px;
	position: relative;
}

#support h3 {
    position: absolute;
    top: -15px;
    left: 15px;
}

#support h3 span {
	background-color: var(--black);
    color: var(--white);
	font-size: 20px;
    letter-spacing: 1px;
}

#support .list.bottom .item .text {
	font-size: 13px;
	font-weight: normal;
	padding-bottom: 15px;
}

#support .support_img {
	width: 170px;
	display: block;
	margin: 0 auto;
}

@media (min-width: 768px) {
	section#support {
		padding: 90px 0 0;
	}
	#support .title_img {
		width: 8.5%;
		margin-left: -45px;
	}

	#support h2 span {
		font-size: 46px;
		letter-spacing: 6px;
		padding: 8px 30px;
	}

	#support .list.top {
		padding: 100px 0;
	}

	#support .list.top .item {
		padding: 85px 30px 30px;
		margin-bottom: 50px;
	}

	#support .list.top .item.item2 {
		padding: 45px 30px 30px;
	}

	#support .list.top .item .sub_title {
		font-size: 28px;
		letter-spacing: 2px;
		top: -20px;
	}

	#support .list.top .item .text {
		font-size: 15px;
	}

	#support .wrapper_b {
		background-color: var(--gray04);
		max-width: unset;
		padding: 0;
	}

	#support .list.bottom {
		max-width: 1090px;
		padding: 150px 0 150px 123px;
		margin: 0 auto;
		display: flex;
		gap: 8%;
	}

	#support .list.bottom .item {
		width: 46%;
		padding: 75px 40px 0;
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}

	#support h3 {
		left: 20px;
	}

	#support h3 span {
		font-size: 24px;
		letter-spacing: 6.5px;
		padding: 8px 16px;
	}

	#support .list.bottom .item .text {
		font-size: 15px;
		line-height: 2.2;
		padding-bottom: 60px;
	}

	#support .support_img {
		margin-top: auto;
	}
}

/***** #plan *****/
#plan .title_img {
	width: 20%;
}

#plan h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

#plan .item {
	padding: 25px 30px 0;
	position: relative;
}

#plan .bg {
	background-color: var(--gray04);
	clip-path: polygon(0 0,100% 0, 100% 70%, 50% 100%, 0 70%);
	width: 150px;
	height: 140px;
	margin: 0 auto;
}

#plan h3 {
	width: fit-content;
	margin: 0 auto;
	position: absolute;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}

#plan h3 span {
	background-color: var(--white);
	font-size: 20px;
	padding: 4px;
}

#plan .text {
	font-size: 13px;
	font-weight: normal;
	padding-top: 10px;
}

@media (min-width: 768px) {
	#plan .title_img {
		width: 8.5%;
		margin-left: -45px;
		transform: revert;
	}

	#plan h2 span {
		font-size: 46px;
		letter-spacing: 6px;
		padding: 8px 18px;
	}

	#plan .sub_title {
		font-size: 28px;
		font-weight: normal;
		letter-spacing: 3.5px;
	}

	#plan .list {
		display: flex;
		gap: 5%;
		padding-top: 80px;
	}

	#plan .item {
		padding: 0;
		width: 30%;
	}

	#plan .bg {
		width: 240px;
		height: 200px;
	}

	#plan h3 {
		top: 25px;
		width: max-content;
	}

	#plan h3 span {
		font-size: 28px;
		letter-spacing: 5.5px;
		padding: 8px;
	}

	#plan .text {
		font-size: 15px;
		padding-top: 20px;
		line-height: 1.8;
	}
}

/***** #interviews *****/
#interviews {
	background-color: var(--gray03);
}

#interviews h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

#interviews .item {
	padding: 25px 15px;
}

#interviews .item.item2 {
	background-color: var(--white);
}

#interviews .interviews_img {
	display: block;
	width: 250px;
	margin: 0 auto 4px;
}

#interviews .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-right: 15px;
}

#interviews h3 {
	line-height: 0.9;
}

#interviews h3 span {
    background-color: var(--white);
    color: var(--black);
    font-size: 16px;
    padding: 3px;
}

#interviews .item2 h3 span {
	background-color: var(--gray03);
}

#interviews h3 span.small {
	font-size: 14px;
}

#interviews .mem {
	background-color: var(--white);
	font-size: 15px;
	font-weight: 600;
	font-family: Montserrat;
	padding: 3px;
	width: fit-content;
}

#interviews .item2 .mem {
	background-color: var(--gray03);
}

#interviews .num {
	background-color: var(--black);
	color: var(--white);
	font-size: 31px;
	font-weight: 900;
	font-family: Roboto;
	letter-spacing: 1.2px;
	padding: 5px;
	margin: 2.5px 0 0 auto;
	width: fit-content;
}

#interviews .content {
	padding: 0 15px 0 0;
}

#interviews .content .catch {
	font-size: 13px;
	padding: 3px;
}

#interviews .content .text {
	background-color: var(--white);
	font-size: 13px;
	line-height: 1.6;
	padding: 12px;
	margin: 8px 0 15px 15px;
}

@media (min-width: 768px) {
	section#interviews {
		padding: 90px 0 0;
	}

	#interviews h2 span {
		font-size: 46px;
		letter-spacing: 6px;
		padding: 8px 30px;
	}

	#interviews .item {
		padding: 0;
		display: flex;
		gap: 60px;
		justify-content: center;
		align-items: end;
		padding-left: 123px;
	}

	#interviews .interviews_img {
		width: 280px;
		height: fit-content;
		margin: 0;
	}

	#interviews .box {
		width: 630px;
		padding: 80px 0;
	}

	#interviews .flex {
		margin-right: 0;
	}

	#interviews h3 {
		margin-bottom: 20px;
	}

	#interviews h3 span {
		font-size: 32px;
		letter-spacing: 6px;
		padding: 6px;
	}

	#interviews h3 span.small {
		font-size: 20px;
		letter-spacing: 4px;
	}

	#interviews .mem {
		font-size: 30px;
		letter-spacing: 6.5px;
		padding: 6px;
	}

	#interviews .num {
		font-size: 62px;
		padding: 0 3px 0 5px;
		margin: 6px 0 0 auto;
	}

	#interviews .content {
		padding: 0;
		margin-top: -10px;
	}

	#interviews .content .catch {
		font-size: 15px;
		font-weight: normal;
		letter-spacing: 0;
		padding: 6px;
	}

	#interviews .content .text {
		font-size: 15px;
		padding: 24px;
		margin: 4px 0 10px;
	}

	#interviews .item.item2 {
		flex-direction: row-reverse;
		align-items: start;
	}

	#interviews .item.item2 .flex {
		flex-direction: row-reverse;
	}

	#interviews .item.item2 .num {
		margin: 6px auto 0 0;
	}

	#interviews .item.item2 h3 {
		text-align: right;
	}

	#interviews .item.item2 .content {
		margin-top: 20px;
	}

	#interviews .item.item2 .content .text {
		padding: 16px 0 20px;
	}
}

/***** #work *****/
#work h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

#work .content .catch {
	background-color: var(--gray04);
	color: var(--black);
	font-size: 13px;
	font-weight: bold;
	padding: 3px;
	margin-left: -15px;
}

#work .list {
	width: 75%;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

#work .item {
	background-color: var(--gray04);
	position: relative;
}

#work .item.item3 {
	margin-top: -23px;
}

#work .item h3 span {
	background-color: var(--black);
	color: var(--white);
	font-family: Montserrat;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 4px 7px;
	position: absolute;
	top: -5px;
	left: 15px;
}

#work .item .work_img {
	width: 190px;
}

#work .item .text {
	font-size: 14px;
	font-weight: normal;
	padding: 15px;
}

@media (min-width: 768px) {
	#work h2 span {
		font-size: 46px;
		letter-spacing: 2px;
		padding: 8px 30px;
	}

	#work .content .catch {
		font-size: 26px;
		font-weight: normal;
		letter-spacing: 4.5px;
		padding: 6px;
		margin-left: -0;
	}

	#work .list {
		width: unset;
		padding: 90px 0 0;
		flex-direction: row;
		gap: 35px;
	}

	#work .item {
		width: 25%;
	}

	#work .item h3 span {
		font-size: 18px;
		font-weight: normal;
		letter-spacing: 5.5px;
		padding: 8px 15px;
		top: -15px;
	}

	#work .item .text {
		font-size: 16px;
		line-height: 1.8;
		padding: 25px 15px 30px;
	}

	#work .item.item3 {
		margin-top: 0;
		margin-left: -20px;
	}
}

/***** #space *****/
#space {
	background-color: var(--gray03);
}

#space .space_img {
	max-width: 345px;
	display: block;
	margin: 0 auto;
}

#space h2 span {
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

@media (min-width: 768px) {
	#space h2 span {
		font-size: 46px;
		letter-spacing: 7.5px;
		padding: 8px 30px;
	}

	#space .content {
		display: flex;
		gap: 6%;
		padding: 60px 0 0;
	}

	#space .space_img {
		width: 60%;
		max-width: unset;
		margin: 0;
	}

	#space .content .text {
		width: 34%;
		margin: 0;
	}
}

/***** #offer *****/
#offer h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 26px;
	letter-spacing: 1px;
	padding: 7px 15px;
}

#offer .box {
	background-color: var(--gray04);
	width: 85%;
	margin: 25px auto 0;
	padding: 15px 12px;
}

#offer .box dt {
	font-size: 13px;
}

#offer .box dd {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 20px 0;
}

#offer .box dd.last {
	padding: 5px 0 0;
}

@media (min-width: 768px) {
	#offer h2 span {
		font-size: 46px;
		letter-spacing: 6px;
		padding: 8px 30px;
	}

	#offer .box {
		margin: 50px 0 0;
		padding: 50px;
		width: 100%;
	}

	#offer .box dt {
		font-size: 22px;
		letter-spacing: 1.5px;
	}

	#offer .box dd {
		font-size: 15px;
		padding: 10px 0 30px 0;
	}

	#offer .box dd br {
		display: none;
	}
}

/***** #entry *****/
#page_recruit_shop section#entry div.entry_btn {
	background-color: var(--black);
	font-size: 18px;
    line-height: 1.4;
	border-radius: 8px;
	padding: 12px 0 15px;
	margin: 25px;
	width: unset;
    max-width: 770px;
	position: relative;
}

#page_recruit_shop section#entry div.entry_btn::after {
	content: '＞';
	position: absolute;
	top: 30%;
	right: 10%;
}

#page_recruit_shop section#entry div.entry_btn small {
	width: unset;
    max-width: 770px;
}

#page_recruit_shop section#entry div.entry_form {
	margin: 0 15px;
}

#page_recruit_shop div.entry_form label,
#page_recruit_shop div.entry_form span.equired {
	font-size: 13px;
	font-weight: normal;
}

#page_recruit_shop div.entry_form br {
	display: none;
}

#page_recruit_shop .wpcf7-list-item {
	margin: 0;
}

#page_recruit_shop .wpcf7-list-item-label,
#page_recruit_shop .wpcf7-list-item-label a {
	font-weight: normal;
}

div.entry_form .submit input.wpcf7-submit {
	font-size: 13px;
	font-weight: normal !important;
	padding: 10px 50px;
}

div.entry_form .wpcf7-spinner {
	display: block;
}

@media (min-width: 768px) {
	#page_recruit_shop section#entry .wrapper.non_pad {
		padding: 40px 0 0 0;
	}

	#page_recruit_shop section#entry div.entry_btn {
		margin: 0 auto;
		font-size: 30px;
		padding: 25px 0;
		border-radius: 16px;
	}

	#page_recruit_shop section#entry div.entry_btn small {
		font-size: 24px;
	}

	#page_recruit_shop section#entry div.entry_btn::after {
		top: 33%;
	}

	#page_recruit_shop section#entry div.entry_form {
		max-width: 770px;
		margin: 30px auto 0;
	}

	#page_recruit_shop div.entry_form label,
	#page_recruit_shop div.entry_form span.equired {
		width: unset;
		font-size: 15px;
		padding: 0 0 7px 20px;
	}

	#page_recruit_shop div.entry_form div.wpcf7 form > div > p,
	#page_recruit_shop div.entry_form div.wpcf7 form .wpcf7-form-control-wrap .wpcf7-text {
		width: 100%;
	}

	#page_recruit_shop div.entry_form div.wpcf7 form .wpcf7-form-control-wrap .wpcf7-text {
		height: 50px;
	}

	#page_recruit_shop div.entry_form div.wpcf7 form > div .wpcf7-form-control-wrap {
		padding-left: 0;
		width: 100%;
	}

	#page_recruit_shop div.entry_form .submit {
		margin-top: 60px;
	}

	#page_recruit_shop div.entry_form .submit input[name="accept"] {
		transform: scale(1.5);
	}

	#page_recruit_shop .wpcf7-list-item-label,
	#page_recruit_shop .wpcf7-list-item-label a {
		font-size: 24px;
	}

	#page_recruit_shop div.entry_form .submit input.wpcf7-submit {
		font-size: 26px;
		padding: 10px 100px;
		margin-bottom: 30px;
		border-radius: 10px;
	}

}

/***** #entry *****/

/***** #shoplist *****/
#shoplist {
	background-color: var(--gray03);
}

#shoplist .list {
	padding: 15px;
}

#shoplist .item {
	padding: 15px 0;
	margin: 0 15px;
	position: relative;
	border-bottom: 1px solid;
}

#shoplist h3 {
	background-color: var(--black);
}

#shoplist h3 span {
	color: var(--white);
	font-size: 13px;
	padding: 5px;
}

#shoplist .shoplist_img {
	width: 42%;
	position: absolute;
	top: 15px;
	right: 0;
}

#shoplist h4 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
}

#shoplist dl {
	width: 58%;
	display: flex;
	flex-flow: row wrap;
	align-items: baseline;
}

#shoplist dt {
	background-color: var(--black);
	color: var(--white);
	font-size: 10px;
	width: 45px;
	text-align: center;
	margin-right: 3px;
	margin-top: 6px;
}

#shoplist dd {
	font-size: 12px;
	font-weight: normal;
	width: 100%;
}

#shoplist dd.w_70 {
	width: 70%;
}

#shoplist dl.googlemap {
	order: 2;
	width: 100%;
	padding: 10px 0 0;
}

#shoplist dl.googlemap dt {
	background-color: var(--white);
	color: var(--black);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	border: 1px solid;
	padding: 6px 40px;
	margin: 0 auto;
	width: fit-content;
}

#shoplist dl.googlemap dd {
	padding: 10px 0 0;
	margin: 0;
	display: none;
}

#shoplist dl.googlemap iframe {
	width: 100%;
	height: 175px;
}

@media (min-width: 768px) {
	#shoplist .list {
		padding: 0;
	}

	#shoplist .item {
		padding: 30px 40px;
		margin: 0;
		border-bottom: 2px solid;
	}

	#shoplist h3 span {
		font-size: 20px;
		padding: 10px;
	}

	#shoplist h4 {
		font-size: 28px;
		letter-spacing: 2px;
	}

	#shoplist dl {
		width: 69%;
		display: flex;
	}

	#shoplist dt {
		font-size: 14px;
		width: 65px;
		margin-right: 5px;
		margin-top: 20px;
	}

	#shoplist dd,
	#shoplist dd.w_70 {
		font-size: 14px;
		width: 88%;
	}

	#shoplist .shoplist_img {
		width: 28%;
		top: 30px;
		right: 40px;
	}

	#shoplist dl.googlemap {
		padding: 30px 0 10px;
		width: 69%;
	}

	#shoplist dl.googlemap dt {
		font-size: 20px;
		padding: 10px 80px;
		border-radius: 10px;
	}
}

/***** #offerlist *****/
#offerlist h2 span {
	background-color: var(--black);
	color: var(--white);
	font-size: 15px;
	font-weight: normal;
	padding: 3px;
	margin-left: 15px;
}

#offerlist .list {
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

#offerlist .item {
	width: calc(50% - 7.5px);
	text-align: center;
	border: 1px solid;
	border-radius: 5px;
}

#offerlist .item a {
	color: var(--black);
	font-size: 14px;
	line-height: 1.2;
	display: block;
	padding: 10px 0;
	text-decoration: none;
}

#offerlist a .more {
	font-size: 12px;
}

#offerlist .to_part {
	margin-left: 15px;
}

#offerlist .to_part a {
	color: var(--black);
	font-size: 14px;
	text-decoration: none;
}

@media (min-width: 768px) {
	#offerlist h2 span {
		font-size: 28px;
		font-weight: bold;
		padding: 8px;
		margin-left: 0;
	}

	#offerlist .list {
		padding: 40px 0;
		gap: 40px;
	}

	#offerlist .item {
		width: calc(50% - 20px);
		border: 3px solid;
		border-radius: 10px;
	}

	#offerlist .item a {
		font-size: 24px;
	}

	#offerlist a .more {
		font-size: 20px;
	}
}

/* お知らせ */
main#notice {
	overflow: hidden;
	padding: 30px 20px;
}

main#notice h1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
	main#notice {
		max-width: 770px;
		margin: 0 auto;
	}
	
	main#notice h1 {}
}

/***** header *****/
/* #recruit-shop header {
	background-color: var(--dark01);
}

#recruit-shop header.is-fixed {
	background-color: var(--white);
}

#recruit-shop header.active {
	background: rgba(0, 0, 0, 0.8);
}

#recruit-shop header.active .inn {
	background-color: var(--white);
}

#recruit-shop .inn ul#gnav li {
	border-top: 1px solid var(--dark01);
}

#recruit-shop header .inn ul#gnav li a {
	background-image: url(./../images/recruit/recruit_shop/header/sp_menu_icon.png);
}

#recruit-shop header.is-fixed .inn ul#gnav li a {
	color: var(--dark01);
}

#recruit-shop header .inn ul#gnav li.menu-close a {
	background-image: url(./../images/recruit/recruit_shop/header/sp_menu_close.png);
	background-color: var(--dark01);
	color: var(--white);
}

#recruit-shop header .menu-btn {
	top: 17px;
}

#recruit-shop .menu-trigger {
	width: 30px;
}

#recruit-shop .menu-trigger span {
	background-color: var(--dark01);
	height: 2px;
}

#recruit-shop .menu-trigger::after {
	display: none;
}

@media (min-width: 768px) {
	#recruit-shop header {
		background-color: var(--gray03);
	}

	#recruit-shop header .inn h1 {
		background-image: none;
	}

	#recruit-shop .inn ul#gnav li {
		border-top: none;
	}

	#recruit-shop header .inn ul#gnav li a {
		background-image: none;
	}

	#recruit-shop header .inn ul#gnav li a {
		color: var(--black);
	}
} */

/***** footer *****/
/* #recruit-shop footer #page-top {
	background-color: var(--gray06);
}

#recruit-shop footer .inn {
	background-color: var(--gray05);
}

#recruit-shop  footer #page-top a,
#recruit-shop  footer #page-top a i {
	font-size: 13px;
}

#recruit-shop  footer #fnav li a {
	padding: 12px 25px;
	background-image: none;
}

#recruit-shop  footer #fnav li a span:nth-child(1) {
	font-size: 13px;
}

#recruit-shop  footer .inn .copyright {
	color: var(--white);
} */