@charset "UTF-8";
/*
Theme Name: torijo-food-recruit
Author: Catwork Co., Ltd.
Version: 1.0.0
*/

/* Reset
----------------------------------------------------------- */
:root {
	/* bodyの背景色 */
	--body-bg-color: #fff;

	/* メインのフォントファミリー */
    --main-font: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	/* --main-font: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */

	/* メインのフォントカラー */
	--main-font-color: #222;

	/* h2~h5タグまでのフォントウェイト */
	--h-tag-weight: normal;

	/* ここはブログで使用します */
	--main-color: #e6c200;
	--main-light-color: #fbf3ea;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	zoom:1;	/* hasLayout in IE */
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font:inherit;
	font-size:100%;
	font-weight:normal;
	font-style:normal;
	vertical-align:baseline;
	background:transparent;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
header, menu, nav, footer,
section,article, aside,
details, summary,
figure, figcaption{display:block;}
table{
	border-collapse:collapse;
	border-spacing:0;
}
::placeholder{
	color: #949292;
}
q, blockquote{quotes:none;}
q:before, q:after, blockquote:before, blockquote:after{
	content:"";
	content:none;
}
img{
	font-size:0;
	line-height:0;
	vertical-align:bottom;
	height:auto;
	max-width:100%;
}
input[type="text"],
input[type="email"] {
	border-radius: 0;
	-webkit-appearance: none;
	line-height: normal;
	color: var(--main-font-color);
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: var(--main-font-color);
}
a:focus{ outline:none; }
a img{
	border:none;
	vertical-align:middle;
}
textarea{overflow:auto;}
label{cursor:pointer;}
.clearfix:after{
	display:block;
	visibility:hidden;
	content:".";
	clear:both;
	height:0;
	font-size:0;
	line-height:0;
}
* html .clearfix{ zoom:1; }
*:first-child + html .clearfix{ zoom:1; }
a{ text-decoration:none; }
strong{ font-weight:normal; }
ul,ol{ list-style-type:none; }
body{
	font-family: var(--main-font);
	font-size:16px;
	line-height:1.5;
	color: var(--main-font-color);
	background: var(--body-bg-color);
}
.wrap{
	width:100%;
	background: url("img/common_bg.png");
	overflow-x:hidden;
}
h2,h3,h4,h5{
	font-weight: var(--h-tag-weight);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.inner{
	margin:0 auto;
	width:1200px;
}


/* wordpress ブロックcss
----------------------------------------------------------- */
.wp-block-embed iframe {
    max-width: 100%;
	position: relative !important;
	margin-bottom: 30px;
	pointer-events: none;
}
.wp-block-embed__wrapper {
    position: relative;
}
.wp-block-table{
	padding-bottom: 30px;
	overflow-x: auto;
}
.wp-block-table table {
    border-collapse: collapse;
	width: 100%;
}
.wp-block-table td, .wp-block-table th {
    padding: 0.5em;
    border: 1px solid #777777;
    word-break: normal;
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: transparent;
}
.wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
}
.wp-block-table thead{
	background: #aa843f;
	color: #fff;
}
.wp-block-table tfoot{
	background: #aa843f;
	color: #fff;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(157, 190, 76, 0.4);
}
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background-color: rgba(255,255,255,1);
}
.wp-block-table figcaption{
	text-align: center;
}
.blogcont ul{
	padding:0 0 30px 30px;
	list-style: disc;
}
.blogcont ol {
	padding: 0 0 30px 30px;
	list-style: decimal;
}
.blogcont ul.pager{
	padding: 0;
	list-style: none;
}
.blogcont a{
	font-weight: bold;
	text-decoration: underline;
}
.blogcont ul.pager a{
	text-decoration:none;
}

/* 引用 */
blockquote.wp-block-quote {
	border-left: 1px solid;
    padding-left: 15px;
}
blockquote.wp-block-quote p {
	padding-bottom: 10px !important;
}

/* 埋め込みコンテンツ */
figure.wp-block-embed {
	margin-top: 30px;
}
blockquote.wp-block-quote cite {
	color: currentColor;
	font-size: 14px;
	color: #aaaaaa;
}

/* ギャラリー　*/
figure.wp-block-gallery {
	display: flex;
}
figure.wp-block-gallery.columns-1 figure.wp-block-image {
	width: 100%;
}
figure.wp-block-gallery.columns-2 figure.wp-block-image {
	width: 48%;
}
figure.wp-block-gallery.columns-3 figure.wp-block-image {
	width: 32%;
}
figure.wp-block-gallery.columns-4 figure.wp-block-image {
	width: 23%;
}
figure.wp-block-gallery.columns-5 figure.wp-block-image {
	width: 18%;
}
figure.wp-block-gallery.columns-6 figure.wp-block-image {
	width: 15%;
}
figure.wp-block-gallery figure.wp-block-image.is-style-rounded img {
	border-radius: 15px;
}

/* 動画 */
.wp-block-video {
	margin-top: 30px;
}
.wp-block-video video {
	max-width: 100%;
}

/* その他 */
.wp-block-embed__wrapper {
	position: relative;
}
.wp-block-embed__wrapper .wp-embedded-content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.wp-block-embed__wrapper .wp-embedded-content a {
	display: block;
	width: 100%;
	height: 100%;
}
iframe.wp-embedded-content {
	margin-bottom: 0;
}
/* color */
:root .has-pale-pink-color {
    color: #f78da7
}
:root .has-vivid-red-color {
    color: #cf2e2e
}
:root .has-luminous-vivid-orange-color {
    color: #ff6900
}
:root .has-luminous-vivid-amber-color {
    color: #fcb900
}
:root .has-light-green-cyan-color {
    color: #7bdcb5
}
:root .has-vivid-green-cyan-color {
    color: #00d084
}
:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}
:root .has-vivid-cyan-blue-color {
    color: #0693e3
}
:root .has-vivid-purple-color {
    color: #9b51e0
}
:root .has-white-color {
    color: #fff
}
:root .has-very-light-gray-color {
    color: #eee
}
:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}
:root .has-very-dark-gray-color {
    color: #313131
}
:root .has-black-color {
    color: #000
}
.blog_single strong {
	font-weight: bold;
}

/* bg */
:root .has-background {
	padding-left: 20px;
}
:root .has-vivid-cyan-blue-background-color {
	background: #0693E3;
}
:root .has-black-background-color {
	background: #000;
}
:root .has-cyan-bluish-gray-background-color {
	background: #ABB8C3;
}
:root .has-white-background-color {
	background: #fff;
}
:root .has-pale-pink-background-color {
	background: #F78DA7;
}
:root .has-vivid-red-background-color {
	background: #CF2E2E;
}
:root .has-luminous-vivid-orange-background-color {
	background: #FF6900;
}
:root .has-luminous-vivid-amber-background-color {
	background: #FCB900;
} 
:root .has-light-green-cyan-background-color {
	background: #7BDCB5;
}
:root .has-vivid-green-cyan-background-color {
	background: #00D084;
} 
:root .has-pale-cyan-blue-background-color {
	background: #8ED1FC;
}
:root .has-vivid-cyan-blue-background-color {
	background: #0693E3;
}
:root .has-vivid-purple-background-color {
	background: #9B51E0;
}
/* font */
:root .has-small-font-size {
	font-size: 13px;
}
:root .has-medium-font-size {
	font-size: 20px;
}
:root .has-large-font-size {
	font-size: 36px;
}
:root .has-x-large-font-size {
	font-size: 42px;
}
.blog_single .cont01 p em {
	font-style: italic;
}
.blog_single .cont01 p a {
	color: #0693e3;
}
.blog_single .cont01 p code {
	padding: 3px 10px;
	background: #efefef;
	border-radius: 5px;
	}
.blog_single .cont01 p kbd {
	font-family: "Courier New", Courier, monospace;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 2px 4px;
	color: #333;
}
.blog_single .cont01 p sup {
	font-size: 0.75em;
	vertical-align: super;
}
.blog_single .cont01 p sub {
	font-size: 0.75em;
	vertical-align: sub;
}
.blog_single .cont01 p bdo {
	font-style: italic;
}
.blog_single .cont01 p bdo[dir="ltr"]  {
	unicode-bidi: bidi-override;
	direction: ltr;
}



/*===============================================
横幅1200px以下
===============================================*/
@media screen and (max-width: 1240px) and (min-width: 441px){
	html,
	body,
	.wrap{
		width:1240px;
	}
}


/*===============================================
横幅441px以上
===============================================*/
@media screen and (min-width: 441px) {
	a {
		transition: all .5s;
	}
	a:hover{
		opacity:0.8;
		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		transition: all .5s;
	}
	.sp{
		display:none;
	}
	p {
		line-height: 2;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 60px;
	}


/* header
------------------------------------------------------------------------*/
	header{
		width: 100%;
		height: 60px;
		z-index: 11111;
		position: relative;
	}
	header h1{
		position: absolute;
		top: 75px;
		right: 20px;
		font-size: 12px;
		line-height: 1;
	}
	header .text01{
		position: absolute;
		top: 40px;
		left: 225px;
		line-height: 1;
	}
	header .text01::before{
		content: "[";
		padding-right: 5px;
	}
	header .text01::after{
		content: "]";
		padding-left: 5px;
	}
	header .header_box{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px;
	}
	@media screen and (max-width: 1240px){
		header .header_box{
			width: 1240px;
		}
	}
	header .header_box .logo a{
		position: absolute;
		top: 18px;
		left: 20px;
		display: block;
		width: 181px;
		height: 60px;
		background: url("img/header_logo.png")no-repeat;
		background-size: 181px;
		padding: 60px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .header_box .corp_btn a{
		position: absolute;
		top: 14px;
		right: 20px;
		line-height: 2;
	}
	header .header_box .corp_btn a::before{
		content: ">>";
		padding-right: 5px;
	}
	
	

/* common
------------------------------------------------------------------------*/

	/* key */
	.common .key{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 690px;
		padding: 0 0 80px 120px;
		box-sizing: border-box;
		position: relative;
	}
	.common .key::before{
		position: absolute;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #fff;
		width: 100%;
		height: 380px;
	}
	.common .key::after{
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/recruit_key_bg01.png")center center repeat-x;
		width: 100%;
		height: 650px;
		animation: keyimgMove 50s linear infinite;
	}
	@keyframes keyimgMove{
		0% {background-position: 2520px 0;}
		50% {background-position: 1260px 0;}
		100% {background-position: 0 0;}
	}
	.common .key .shop_box{
		width: 420px;
		background: #fff;
		padding: 30px 0 26px;
		border-radius: 5px;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.common .key .shop_logo{
		display: inline-block;
	}
	.common .key .shop_name{
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		margin-top: 17px;
	}
	.common .key .shop_name::before{
		content: "[";
		padding-right: 8px;
	}
	.common .key .shop_name::after{
		content: "]";
		padding-left: 8px;
	}
	.common .key .employment_status{
		width: 420px;
		background: #ffd902;
		padding: 20px 0 18px;
		border-radius: 5px;
		font-size: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-top: 10px;
		z-index: 11;
		position: relative;
	}
	.common .key .employment_status span{
		display: block;
		font-size: 20px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin-top: 9px;
	}
	.common .key .employment_status span::before{
		content: "[";
		padding-right: 8px;
	}
	.common .key .employment_status span::after{
		content: "]";
		padding-left: 8px;
	}

	
	/* pankuzu */
	.pankuzu ul {
		display: flex;
		margin-top: 26px;
		z-index: 100;
		position: relative;
	}
	.pankuzu ul.inner{
		width: 100%;
		padding: 0 120px;
		box-sizing: border-box;
	}
	@media screen and (max-width: 1440px){
		.pankuzu ul.inner{
			width: 1240px;
			padding: 0 20px;
		}
	}
	.pankuzu ul li {
		position: relative;
		padding-right: 25px;
		margin-right: 25px;
		font-size: 14px;
	}
	.pankuzu ul li a {
		font-size: 14px;
		position: relative;
	}
	.pankuzu ul li a:before {
		content: ">";
		position: absolute;
		top: 50%;
		right: -30px;
		transform: translateY(-50%);
	}
	.pankuzu ul li:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}

	/* .pager テンプレもデザインのページャーに揃える */

	.pager{
		padding: 60px 0 0;
		text-align: center;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px 10px;
	}
	.pager .page-numbers{
		border: 2px solid var(--main-color);
		background: #fff;
		color: var(--main-color);
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-sizing: border-box;
	}
	.pager .page-numbers.current {
		border: none;
		background: var(--main-color);
		color: #fff;
		box-sizing: border-box;
	}
	.pager .page-numbers.prev,
	.pager .page-numbers.next{
		border: 2px solid var(--main-color);
		background: #fff;
		color: var(--main-color);
		font-weight: bold;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		box-sizing: border-box;
		padding-top: 3px;
	}
	.pager .page-numbers.next {
		padding-left: 3px;
	}

	

/* recruit-archive
------------------------------------------------------------------------*/

	/* key */
	.recruit-archive .key{
		justify-content: flex-start;
		padding: 450px 0 0 120px;
	}
	.recruit-archive .key .employment_status{
		padding: 17px 0 16px;
	}
	.recruit-archive .key .employment_status .ttl{
		font-size: 40px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.recruit-archive .key .employment_status ul{
		display: flex;
		justify-content: center;
		gap: 5px;
		margin-top: 10px;
		box-sizing: border-box;
	}
	.recruit-archive .key .employment_status ul li{
		background: #fff;
		border-radius: 3px;
		padding: 7px 10px 5px;
		font-size: 20px;
		line-height: 1;
		font-weight: bold;
	}


	/* cont01 */
	.recruit-archive .cont01 .inner{
		padding: 240px 0 160px;
		text-align: center;
		position: relative;
	}
	.recruit-archive .cont01 .inner::before{
		position: absolute;
		top: 155px;
		left: -170px;
		content: "";
		background: url("img/recruit-single_img01.png")no-repeat;
		width: 281px;
		height: 281px;
	}
	.recruit-archive .cont01 .inner::after{
		position: absolute;
		top: 95px;
		right: -365px;
		content: "";
		background: url("img/recruit-single_img02.png")no-repeat;
		width: 600px;
		height: 601px;
		z-index: -1;
	}
	.recruit-archive .cont01 .inner .text01{
		font-size: 26px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.85;
		font-weight: normal;
		position: relative;
	}
	.recruit-archive .cont01 .inner .text01::before{
		position: absolute;
		top: -130px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/recruit-single_text01.png")no-repeat;
		width: 592px;
		height: 120px;
		z-index: -1;
	}
	.recruit-archive .cont01 .inner ul{
		display: flex;
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
		margin-top: 48px;
		position: relative;
	}
	.recruit-archive .cont01 .inner ul::after{
		position: absolute;
		bottom: -115px;
		left: -55px;
		content: "";
		background: url("img/recruit-single_img03.png")no-repeat;
		width: 351px;
		height: 351px;
		z-index: -1;
	}
	.recruit-archive .cont01 .inner ul li a{
		display: block;
		display: flex;
		align-items: center;
		width: 285px;
		height: 136px;
		padding: 75px 25px 0;
		box-sizing: border-box;
		background: url("img/recruit-archive_img01.png")left 25px top 20px no-repeat,#fff;
		background-size: 193px;
		border: 2px solid #ffd902;
		border-radius: 5px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		font-size: 16px;
		font-weight: bold;
		line-height: 1.375;
		text-align: left;
		transition: top 0.3s ease;
		position: relative;
		top: 0;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(3) a{
		background: url("img/recruit-archive_img02.png")left 25px top 25px no-repeat,#fff;
		background-size: 214px;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(4) a{
		background: url("img/recruit-archive_img03.png")left 20px top 10px no-repeat,#fff;
		background-size: 78px;
		padding: 0 0 0 115px;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(5) a{
		background: url("img/recruit-archive_img04.png")left 25px top 35px no-repeat,#fff;
		background-size: 201px;
		padding: 51px 25px 0;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(6) a{
		background: url("img/recruit-archive_img05.png")left 25px top 23px no-repeat,#fff;
		background-size: 140px;
		padding: 66px 25px 0;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(7) a{
		background: url("img/recruit-archive_img06.png")left 20px top 20px no-repeat,#fff;
		background-size: 90px;
		padding: 0 0 0 120px;
	}
	.recruit-archive .cont01 .inner ul li a::before{
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		content: "";
		background: url("img/recruit-archive_arrow.png")no-repeat;
		background-size: 25px;
		width: 25px;
		height: 25px;
	}
	.recruit-archive .cont01 .inner ul li a:hover{
		opacity: 1;
		top: 5px;
	}


	/* cont02 */
	.recruit-archive .cont02{
		padding-bottom: 10px;
	}
	.recruit-archive .cont02 .cont{
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-end;
		align-items: center;
		gap: 0 40px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		padding: 40px;
		box-sizing: border-box;
	}
	.recruit-archive .cont02 .cont:nth-of-type(n+2){
		margin-top: 60px;
	}
	.recruit-archive .cont02 .cont .text_box{
		width: 665px;
	}
	.recruit-archive .cont02 .cont .text_box h3{
		font-size: 26px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.recruit-archive .cont02 .cont .text_box h3 span::before{
		content: "[";
		padding-right: 8px;
	}
	.recruit-archive .cont02 .cont .text_box h3 span::after{
		content: "]";
		padding-left: 8px;
		margin-right: 10px;
	}
	.recruit-archive .cont02 .cont .text_box .place{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		margin-top: 20px;
	}
	.recruit-archive .cont02 .cont .text_box .place::before{
		content: "勤務地：";
	}
	.recruit-archive .cont02 .cont .text_box .btn_box{
		display: flex;
		gap: 20px;
		flex-wrap: wrap;
		margin-top: 28px;
		padding-top: 30px;
		box-sizing: border-box;
		position: relative;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box::before{
		content: "";
		width: 660px;
		height: 1px;
		background: #ffd902;
		position: absolute;
		top: 0;
		left: 0;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li a{
		display: block;
		width: 320px;
		height: 40px;
		background: #555;
		border: 2px solid #555;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 38px;
		text-align: center;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:first-of-type a,
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(2) a{
		color: #222;
		background: #ffd902;
		border: 2px solid #ffd902;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(3) a,
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(4) a{
		background: #ff864d;
		border: 2px solid #ff864d;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(6) a{
		background: #999;
		border: 2px solid #999;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li a:hover{
		color: #555;
		background: #fff;
		opacity: 1;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:first-of-type a:hover,
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(2) a:hover{
		color: #e6c200;
		border: 2px solid #e6c200;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(3) a:hover,
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(4) a:hover{
		color: #ff864d;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(6) a:hover{
		color: #999;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box{
		gap: 20px 15px;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box li a{
		width: 280px;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box li:nth-of-type(2n) a{
		width: 370px;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box li:nth-of-type(3) a{
		background: #555;
		border: 2px solid #555;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box li:nth-of-type(4) a{
		background: #999;
		border: 2px solid #999;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box li:nth-of-type(3) a:hover{
		background: #fff;
		color: #555;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box li:nth-of-type(4) a:hover{
		background: #fff;
		color: #999;
	}



/* recruit-single
------------------------------------------------------------------------*/

	/* header */
	.recruit-single header .header_box .corp_btn a{
		right: 490px;
	}
	.recruit-single header .header_box .btn_box{
		position: absolute;
		top: 0;
		right: 0;
		display: flex;
	}
	@media screen and (max-width: 1240px){
		.recruit-single header .header_box .corp_btn a{
			left: 658px;
			right: auto;
		}
		.recruit-single header .header_box.btn_box{
			left: 790px;
			right: auto;
		}
	}
	.recruit-single header .header_box .btn_box .button a{
		display: block;
		width: 190px;
		height: 60px;
		background: #262626;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		line-height: 60px;
		text-align: center;
	}
	.recruit-single header .header_box .btn_box .button:nth-of-type(2) a{
		width: 260px;
		background: #ffd902;
		color: #333;
	}


	/* key */
	.recruit-single .key .shop_box{
		padding: 20px 0 15.5px;
	}
	.recruit-single .key .shop_name{
		font-size: 18px;
		line-height: 1.5;
		margin-top: 12px;
	}
	.recruit-single .key .shop_name::before{
		content: none;
		padding-right: 0;
	}
	.recruit-single .key .shop_name::after{
		content: none;
		padding-left: 0;
	}
	.recruit-single .key .employment_status{
		font-size: 44px;
	}
	.recruit-single .key .employment_status span{
		line-height: 1.2;
	}

	.recruit-single .key .none_text{
		display: none;
	}


	/* 採用ページの募集がない場合 */
	.not-recruiting .key .none_text{
		display: block;
        width: 90%;
        height: 220px;
		background: #ffd902;
		border-radius: 20px;
        opacity: 0.9;
        color: #fff;
        font-size: 40px;
		font-weight: bold;
        text-align: center;
        line-height: 220px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
		z-index: 999;
	}


	/* cont01 */
	.recruit-single .cont01 .inner{
		padding: 150px 0;
		text-align: center;
		position: relative;
	}
	.recruit-single .cont01 .inner::before{
		position: absolute;
		top: 274px;
		left: -140px;
		content: "";
		background: url("img/recruit-single_img01.png")no-repeat;
		width: 281px;
		height: 281px;
	}
	.recruit-single .cont01 .inner::after{
		position: absolute;
		top: 65px;
		right: -370px;
		content: "";
		background: url("img/recruit-single_img02.png")no-repeat;
		width: 600px;
		height: 601px;
		z-index: -1;
	}
	.recruit-single .cont01 .inner h2{
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 36px;
		line-height: 1;
		position: relative;
	}
	.recruit-single .cont01 .inner h2::before{
		position: absolute;
		top: -75px;
		left: 139px;
		content: "";
		background: url("img/recruit-single_text01.png")no-repeat;
		width: 592px;
		height: 120px;
		z-index: -1;
	}
	.recruit-single .cont01 .inner h2 span{
		display: inline-block;
		height: 50px;
		padding: 0 50px;
		border: 2px solid #ffd902;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 20px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		line-height: 46px;
		margin-top: 40px;
	}
	.recruit-single .cont01 .inner .text01{
		font-size: 26px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.85;
		margin-top: 48px;
	}
	.recruit-single .cont01 .inner ul{
		display: flex;
		justify-content: center;
		gap: 40px 40px;
		flex-wrap: wrap;
		padding: 0 50px;
		margin-top: 48px;
		position: relative;
	}
	.recruit-single .cont01 .inner ul::after{
		position: absolute;
		bottom: -160px;
		left: 0;
		content: "";
		background: url("img/recruit-single_img03.png")no-repeat;
		width: 351px;
		height: 351px;
		z-index: -1;
	}
	.recruit-single .cont01 .inner ul li{
		width: 200px;
		height: 200px;
		padding: 140px 0 0;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		font-size: 20px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	/* 正社員（regular） */
	.recruit-single .cont01 .inner ul li:nth-of-type(1){
		background: #fff url("img/recruit-single_img04.png")center top 51px no-repeat;
		background-size: 50px;
		margin-left: 30px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(2){
		background: #fff url("img/recruit-single_img05.png")center top 54px no-repeat;
		background-size: 80px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(3){
		background: #fff url("img/recruit-single_img06.png")left 73px top 46px no-repeat;
		background-size: 70px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(5){
		background: #fff url("img/recruit-single_img07.png")center top 53px no-repeat;
		background-size: 70px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(6){
		background: #fff url("img/recruit-single_img08.png")center top 50px no-repeat;
		background-size: 50px;
		padding-top: 114px;
		font-size: 18px;
		line-height: 1.56;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(8){
		background: #fff url("img/recruit-single_img09.png")center top 46px no-repeat;
		background-size: 82px;
		padding-top: 145px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(9){
		background: #fff url("img/recruit-single_img10.png")left 67px top 52px no-repeat;
		background-size: 70px;
		padding-top: 145px;
	}
	/* パート（part） */
	.recruit-single .cont01 .inner ul li:nth-of-type(4){
		background: #fff url("img/recruit-single_img11.png")left 70px top 39px no-repeat;
		background-size: 61px;
		padding-top: 116px;
		line-height: 1.5;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(7){
		background: #fff url("img/recruit-single_img12.png")left 71px top 50px no-repeat;
		background-size: 63px;
		padding-top: 116px;
		line-height: 1.5;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(10){
		background: #fff url("img/recruit-single_img13.png")center top 55px no-repeat;
		background-size: 62px;
	}
	/* 正社員、パート・アルバイト、表示切り替え */
	.recruit-single.regular .cont01 .inner ul li.part_list{
		display: none;
	}
	.recruit-single.part .cont01 .inner ul li.regular_list{
		display: none;
	}
	.recruit-single .cont01 .inner ul li::after{
		position: absolute;
		top: 10px;
		left: 10px;
		content: "";
		width: 200px;
		height: 200px;
		border: 2px solid #ffd902;
		border-radius: 5px;
		box-sizing: border-box;
	}


	/* cont02 */
	.recruit-single .cont02 .inner{
		padding: 0 0 120px;
		position: relative;
	}
	.recruit-single .cont02 .inner .box{
		padding: 368px 110px 76px 780px;
		box-sizing: border-box;
		position: relative;
	}
	.recruit-single .cont02 .inner .box::before{
		position: absolute;
		bottom: 0;
		right: -140px;
		content: "";
		background: #fff;
		width: 1100px;
		height: calc(100% - 210px);
		border-radius: 5px;
		z-index: -1;
	}
	.recruit-single .cont02 .inner .box h2{
		position: absolute;
		top: 115px;
		right: 0;
		writing-mode: vertical-rl;
		font-size: 32px;
		line-height: 1;
		letter-spacing: 2px;
		white-space: nowrap;
	}
	.recruit-single .cont02 .inner .box h2::before{
		position: absolute;
		top: -119px;
		right: -82px;
		content: "";
		background: url("img/recruit-single_text02.png")no-repeat;
		width: 180px;
		height: 381px;
		opacity: 0.4;
		z-index: -1;
	}
	.recruit-single .cont02 .inner .box h2::after{
		position: absolute;
		top: 0;
		right: 76px;
		content: "";
		background: #ccc;
		width: 1px;
		height: 150px;
	}
	.recruit-single .cont02 .inner .box h2 .span01{
		display: block;
		font-size: 24px;
		line-height: 2.1;
		letter-spacing: 2.4px;
		margin-right: 76px;
	}
	.recruit-single .cont02 .inner .box h2 .span02{
		margin-top: -0.5em;
	}
	.recruit-single .cont02 .inner .box figure:nth-of-type(1){
		position: absolute;
		top: 0;
		left: 550px;
		z-index: 11;
	}
	.recruit-single .cont02 .inner .box figure:nth-of-type(2){
		position: absolute;
		top: 120px;
		left: -140px;
	}
	.recruit-single .cont02 .inner .box figure img{
		border-radius: 5px;
	}
	.recruit-single .cont02 .inner .cont{
		padding: 133px 0 70px;
		box-sizing: border-box;
		margin-top: 80px;
		z-index: 11;
		position: relative;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2){
		padding: 133px 0 70px 780px;
	}
	.recruit-single .cont02 .inner .cont::before{
		position: absolute;
		top: 0;
		left: -140px;
		content: "";
		background: #fff;
		width: 1100px;
		height: 100%;
		border-radius: 5px;
		z-index: -1;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2)::before{
		right: -140px;
		left: auto;
	}
	.recruit-single .cont02 .inner .cont h3{
		font-size: 28px;
		line-height: 1.786;
		position: relative;
	}
	.recruit-single .cont02 .inner .cont h3::before{
		position: absolute;
		top: -184px;
		left: -90px;
		content: "";
		background: url("img/recruit-single_text03.png")no-repeat;
		width: 181px;
		height: 367px;
		opacity: 0.4;
		z-index: -1;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) h3::before{
		position: absolute;
		top: -185px;
		left: auto;
		right: -88px;
		content: "";
		background: url("img/recruit-single_text04.png")no-repeat;
		width: 179px;
		height: 377px;
	}
	.recruit-single .cont02 .inner .cont h3::after{
		position: absolute;
		top: -42px;
		left: 0;
		content: "";
		background: #ccc;
		width: 100px;
		height: 1px;
	}
	.recruit-single .cont02 .inner .cont .text02{
		margin-top: 35px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(1){
		position: absolute;
		top: 80px;
		right: 440px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(2){
		position: absolute;
		top: 80px;
		right: 150px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(3){
		position: absolute;
		top: 80px;
		right: -140px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(2).mv02_off{
		transition: all 0.8s ease-out 0.5s;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(3).mv02_off{
		transition: all 0.8s ease-out 1s;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(1){
		position: absolute;
		top: 80px;
		left: -140px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(2){
		position: absolute;
		top: 80px;
		left: 150px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(3){
		position: absolute;
		top: 80px;
		left: 440px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(2).mv02_off{
		transition: all 0.8s ease-out 0.5s;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(3).mv02_off{
		transition: all 0.8s ease-out 1s;
	}


	/* cont03 */
	.recruit-single .cont03{
		background: linear-gradient(#ffd902 , #ffd902 670px , transparent 670px);
		padding: 112px 0 0;
		position: relative;
	}
	.recruit-single .cont03 h2{
		font-size: 32px;
		line-height: 1.5;
		text-align: center;
		position: relative;
	}
	.recruit-single .cont03 h2::before{
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-494px);
		content: "";
		background: url("img/recruit-single_text05.png")no-repeat;
		width: 644px;
		height: 129px;
		z-index: -1;
	}
	.recruit-single .cont03 .feature_box{
		padding-bottom: 30px;
		margin-top: 60px;
	}
	.recruit-single .cont03 .swiper-slide{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 380px;
		height: auto;
		padding: 0 30px 28px;
		box-sizing: border-box;
		position: relative;
	}
	.recruit-single .cont03 .swiper-slide::before{
		position: absolute;
		top: 40px;
		left: 0;
		content: "";
		background: #fff;
		width: 100%;
		height: calc(100% - 40px);
		border-radius: 5px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		z-index: -1;
	}
	.recruit-single .cont03 .swiper-slide h3{
		font-size: 20px;
		line-height: 1.6;
		text-align: center;
		margin-top: 24px;
		order: 2;
	}
	.recruit-single .cont03 .swiper-slide .text02{
		width: 290px;
		padding-top: 15px;
		border-top: 1px solid #ffd902;
		margin-top: 18px;
		order: 3;
	}
	.recruit-single .cont03 .swiper-slide figure{
		order: 1;
	}


	/* cont04 */
	.recruit-single .cont04 .inner{
		padding: 130px 0 120px;
		text-align: center;
		position: relative;
	}
	.recruit-single .cont04 .inner .head_box{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		text-align: left;
	}
	.recruit-single .cont04 .inner .head_box h2{
		writing-mode: vertical-rl;
		font-size: 42px;
		line-height: 1.62;
		letter-spacing: 2px;
		white-space: nowrap;
		position: relative;
	}
	.recruit-single .cont04 .inner .head_box h2::before{
		position: absolute;
		top: -72px;
		right: -85px;
		content: "";
		background: url("img/recruit-single_text06.png")no-repeat;
		width: 166px;
		height: 403px;
		opacity: 0.4;
		z-index: -1;
	}
	.recruit-single .cont04 .inner .head_box h2::after{
		position: absolute;
		top: 0;
		left: -66px;
		content: "";
		background: #ffd902;
		width: 1px;
		height: 260px;
	}
	.recruit-single .cont04 .inner .head_box .text01{
		writing-mode: vertical-rl;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2.56;
		letter-spacing: 1px;
		white-space: nowrap;
		margin-right: 133px;
	}
	.recruit-single .cont04 .inner .logo_box{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 50px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(1) img{
		width: 106px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(2) img{
		width: 61px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(3) img{
		width: 187px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(4) img{
		width: 199px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(5) img{
		width: 116px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(6) img{
		width: 81px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(7) img{
		width: 129px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(8) img{
		width: 129px;
	}
	.recruit-single .cont04 .inner .info_box{
		display: flex;
		justify-content: space-between;
		margin-top: 32px;
	}
	.recruit-single .cont04 .inner .info_box .cont{
		width: 380px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.recruit-single .cont04 .inner .info_box .cont h3{
		height: 40px;
		background: #ffd902;
		border-radius: 5px 5px 0 0;
		font-size: 22px;
		line-height: 40px;
	}
	.recruit-single .cont04 .inner .info_box .cont .text02{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 140px;
		font-size: 24px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
	}
	.recruit-single .cont04 .inner .info_box .cont .text03{
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 140px;
		font-size: 56px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.recruit-single .cont04 .inner .info_box .cont .text03 span{
		display: block;
		font-size: 20px;
		margin-top: 12px;
	}
	.recruit-single .cont04 .inner .info_box .cont .text04{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 140px;
		font-size: 50px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
	}
	.recruit-single .cont04 .inner .button a{
		display: block;
		width: 420px;
		height: 50px;
		border: 2px solid #222;
		padding: 12px 0 0;
		border-radius: 25px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 50px auto 0;
	}
	.recruit-single .cont04 .inner .button a:hover{
		background: #222;
		color: #fff;
		opacity: 1;
	}


	/* cont05 */
	.recruit-single .cont05{
		padding: 120px 0;
		z-index: 11;
		position: relative;
	}
	.recruit-single .cont05::before{
		position: absolute;
		top: 80px;
		left: 50%;
		transform: translateX(-226px);
		content: "";
		background: url("img/recruit-single_text07.png")no-repeat;
		width: 244px;
		height: 82px;
	}
	.recruit-single .cont05::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #fff;
		width: 1480px;
		height: 100%;
		z-index: -1;
	}
	.recruit-single .cont05 h2{
		display: block;
		width: 1200px;
		font-size: 32px;
		line-height: 1;
		text-align: center;
		margin: 0 auto;
		z-index: 111;
		position: relative;
	}
	.recruit-single .cont05 h2::before{
		position: absolute;
		top: -267px;
		left: -390px;
		content: "";
		background: url("img/recruit-single_img28.png")no-repeat;
		width: 600px;
		height: 601px;
		z-index: -1;
	}
	.recruit-single .cont05 h2::after{
		position: absolute;
		top: -71px;
		right: -170px;
		content: "";
		background: url("img/recruit-single_img29.png")no-repeat;
		width: 351px;
		height: 351px;
		z-index: -1;
	}
	.recruit-single .cont05 video{
		display: block;
		width: 990px;
		margin: 50px auto 0;
		z-index: 112;
		position: relative;
	}
	.recruit-single .cont05 .interview_box{
		margin-top: 50px;
	}
	.recruit-single .cont05 .interview_box .swiper-slide{
		width: 580px;
		height: auto;
		background: #fff;
		border: 2px solid #ffd902;
		border-radius: 5px;
		padding: 39px 40px 33px;
		box-sizing: border-box;
		position: relative;
	}
	.recruit-single .cont05 .interview_box .swiper-slide h3{
		font-size: 22px;
		line-height: 1;
	}
	.recruit-single .cont05 .interview_box .swiper-slide:nth-of-type(6n+1) h3,
	.recruit-single .cont05 .interview_box .swiper-slide:nth-of-type(6n) h3{
		font-size: 24px;
	}
	.recruit-single .cont05 .interview_box .swiper-slide .text01{
		font-size: 15px;
		line-height: 2.13;
		margin-top: 23px;
	}
	.recruit-single .cont05 .interview_box .swiper-slide:nth-of-type(6n+1) .text01,
	.recruit-single .cont05 .interview_box .swiper-slide:nth-of-type(6n) .text01{
		font-size: 16px;
		line-height: 2;
		margin-top: 22px;
	}
	.recruit-single .cont05 .interview_box .swiper-slide figure{
		position: absolute;
		top: 40px;
		right: 40px;
	}


	/* cont06 */
	.recruit-single .cont06{
		padding: 120px 0;
		position: relative;
	}
	.recruit-single .cont06 h2{
		display: block;
		width: 1200px;
		font-size: 32px;
		line-height: 1;
		text-align: center;
		margin: 0 auto;
		z-index: 111;
		position: relative;
	}
	.recruit-single .cont06 h2::before{
		position: absolute;
		top: -38px;
		left: 50%;
		transform: translateX(-235px);
		content: "";
		background: url("img/recruit-single_text08.png")no-repeat;
		width: 293px;
		height: 91px;
		z-index: -1;
	}
	.recruit-single .cont06 .box{
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
		gap: 0 60px;
		width: 1200px;
		box-sizing: border-box;
		margin: 50px auto 0;
		position: relative;
	}
	.recruit-single .cont06 .box .text_box{
		width: 540px;
	}
	.recruit-single .cont06 .box .text_box h3{
		font-size: 24px;
		line-height: 1;
	}
	.recruit-single .cont06 .box .text_box address{
		padding: 21px 0;
		border-top: 1px solid #ffd902;
		border-bottom: 1px solid #ffd902;
		margin: 30px 0 22px;
	}
	.recruit-single .cont06 .box .text_box address .place a{
		padding-left: 35px;
		display: inline-block;
		font-weight: bold;
		text-decoration: underline;
		position: relative;
	}
	.recruit-single .cont06 .box .text_box address .place a::before{
		position: absolute;
		bottom: 8px;
		left: 14px;
		content: "";
		background: url("img/recruit-single_icon01.png")no-repeat;
		background-size: 12px;
		width: 12px;
		height: 17px;
	}
	.recruit-single .cont06 .box .text_box address .tel::before{
		content: "TEL：";
	}
	.recruit-single .cont06 .box .text_box address .open_time{
		text-indent: -4.5em;
		padding-left: 4.5em;
	}
	.recruit-single .cont06 .box .text_box address .open_time::before{
		content: "営業時間：";
	}
	.recruit-single .cont06 .box .text_box address .closed_day::before{
		content: "定休日：";
	}
	.recruit-single .cont06 .box figure img{
		width: 600px;
		border-radius: 5px;
	}
	.recruit-single .cont06 .text02{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2;
		text-align: center;
		margin-top: 49px;
	}
	.recruit-single .cont06 .button a{
		display: block;
		width: 420px;
		height: 50px;
		background: #ffd902;
		border-radius: 25px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 11px auto 0;
	}
	.recruit-single .cont06 .button a:hover{
		background: #222;
		color: #fff;
		opacity: 1;
	}


	/* cont07 */
	.recruit-single .cont07 .inner{
		padding: 120px 100px 92px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		border-radius: 5px;
		position: relative;
	}
	.recruit-single .cont07 .inner h2{
		font-size: 32px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.recruit-single .cont07 .inner h2::before{
		position: absolute;
		top: -47px;
		left: 331px;
		content: "";
		background: url("img/recruit-single_text09.png")no-repeat;
		width: 219px;
		height: 87px;
		z-index: -1;
	}
	.recruit-single .cont07 .inner table{
		border-top: 1px solid #ffd902;
		margin-top: 40px;
	}
	.recruit-single .cont07 .inner table th{
		width: 230px;
		padding: 14px 0 14px 50px;
		box-sizing: border-box;
		border-bottom: 1px solid #ffd902;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2;
		text-align: left;
		vertical-align: middle;
	}
	.recruit-single .cont07 .inner table th span{
		position: relative;
	}
	.recruit-single .cont07 .inner table th span::before{
		position: absolute;
		top: 3px;
		left: -20px;
		content: "";
		background: #ffd902;
		width: 10px;
		height: 10px;
	}
	.recruit-single .cont07 .inner table td{
		width: 770px;
		padding: 14px 0;
		box-sizing: border-box;
		border-bottom: 1px solid #ffd902;
		line-height: 2;
		vertical-align: middle;
	}
	.recruit-single .cont07 .inner table td ul li::before{
		content: "◆";
	}


	/* cont08 */
	.recruit-single .cont08{
		padding: 80px 0 0;
	}
	.recruit-single .cont08 .inner{
		padding: 120px 100px 85px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		border-radius: 5px;
		position: relative;
	}
	.recruit-single .cont08 .inner h2{
		font-size: 32px;
		line-height: 1;
		text-align: center;
		margin-bottom: 50px;
		z-index: 11;
		position: relative;
	}
	.recruit-single .cont08 .inner h2::before{
		position: absolute;
		top: -55px;
		left: 411px;
		content: "";
		background: url("img/recruit-single_text10.png")no-repeat;
		width: 161px;
		height: 83px;
		z-index: -1;
	}
	.recruit-single .cont08 .inner .cont{
		border-top: 1px solid #ffd902;
		padding: 38px 0 38px 10px;
		box-sizing: border-box;
	}
	.recruit-single .cont08 .inner .cont:nth-of-type(2){
		border-top: 1px solid #ffd902;
		padding: 28px 0 0 10px;
		box-sizing: border-box;
	}
	.recruit-single .cont08 .inner .cont h3{
		color: #777;
		font-size: 18px;
		line-height: 1;
	}
	.recruit-single .cont08 .inner .cont:nth-of-type(2) h3{
		margin-bottom: 12px;
	}
	.recruit-single .cont08 .inner .cont h3::before{
		content: "■";
		padding-right: 6px;
	}
	.recruit-single .cont08 .inner .cont .tel{
		display: flex;
		align-items: center;
		font-size: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		letter-spacing: 1px;
		margin-top: 15px;
	}
	.recruit-single .cont08 .inner .cont .tel span{
		display: inline-block;
		font-size: 16px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		line-height: 1;
		margin-left: 24px;
	}
	.recruit-single .cont08 .inner .text01{
		font-size: 14px;
		line-height: 2;
		text-indent: -1em;
		padding-left: 1em;
	}
	.recruit-single .cont08 .inner .text01::before{
		content: "※";
	}
	.recruit-single .cont08 .inner table{
		width: 980px;
	}
	.recruit-single .cont08 .inner table th{
		width: 260px;
		padding: 20px 0;
		box-sizing: border-box;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
		position: relative;
	}
	.recruit-single .cont08 .inner table th::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: #ccc;
		width: 980px;
		height: 1px;
	}
	.recruit-single .cont08 .inner table th .span01{
		display: block;
		font-size: 14px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	.recruit-single .cont08 .inner table th .span01::before{
		content: "※";
	}
	.recruit-single .cont08 .inner table th .span02{
		position: absolute;
		top: 50%;
		right: 13px;
		transform: translateY(-50%);
		width: 60px;
		height: 25px;
		background: #ffdb25;
		font-size: 14px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		line-height: 25px;
		text-align: center;
	}
	.recruit-single .cont08 .inner table td{
		width: 720px;
		padding: 20px 0;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 2;
		text-align: left;
		vertical-align: middle;
	}
	.recruit-single .cont08 .inner table td .check_wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 0 50px;
		padding: 1px 0 1px 24px;
	}
	.recruit-single .cont08 .inner table tr:nth-of-type(2) td .check_wrap{
		flex-wrap: nowrap;
		gap: 0 0;
	}
	.recruit-single .cont08 .inner table td .check_wrap .text02{
		line-height: 2.5;
		white-space: nowrap;
	}
	.recruit-single .cont08 .inner table td .check_wrap .check_btn_wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 0 50px;
		width: auto;
	}
	.recruit-single .cont08 .inner table td input[type="checkbox"]{
		-webkit-appearance: checkbox;
		margin: 0 4px 0 0;
	}
	.recruit-single .cont08 .inner table td .check_wrap .check_btn{
		line-height: 2.25;
	}
	.recruit-single .cont08 .inner table td input[type="text"],
	.recruit-single .cont08 .inner table td input[type="tel"],
	.recruit-single .cont08 .inner table td input[type="email"] {
		width: 100%;
		height: 100%;
		min-height: 60px;
		background: #ededed;
		padding: 0 0 0 30px;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 16px;
		line-height: 1.5;
		border: none;
	}
	.recruit-single .cont08 .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 180px !important;
		background: #ededed;
		border-radius: 5px;
		border: none;
		box-sizing: border-box;
		padding: 20px 30px;
	}
	.recruit-single .cont08 .inner .privacy_check{
		text-align: center;
		margin-top: 42px;
	}
	.recruit-single .cont08 .inner .privacy_check input{
		-webkit-appearance: checkbox;
		margin-right: 12px;
	}
	.recruit-single .cont08 .inner .privacy_check a{
		text-decoration: underline;
	}
	.recruit-single .cont08 .inner .button input{
		display: block;
		width: 460px;
		height: 60px;
		background: #fff;
		border: 2px solid #222;
		border-radius: 30px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
		margin: 40px auto 0;
		transition: all .4s;
		position: relative;
	}
	.recruit-single .cont08 .inner .button input:hover{
		background: #222;
		color: #fff;
		transition: all .4s;
		opacity: 1;
	}
	.recruit-single .cont08 .inner .privacyBox{
		width: 980px;
		margin: 50px auto 0;
	}
	.recruit-single .cont08 .inner .privacyBox h4{
		height: 33px;
		background: #ffdb25;
		border-radius: 5px 5px 0 0;
		font-size: 16px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox{
		height: 150px;
		background: #fff;
		border: 2px solid #ffdb25;
		padding: 20px 30px;
		box-sizing: border-box;
		overflow-y: auto;
		border-radius: 0 0 10px 10px;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox::-webkit-scrollbar{
		width: 3px;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox::-webkit-scrollbar-track{
		background-color: transparent;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox h5{
		font-size: 14px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		line-height: 2;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox h5::before{
		content: "■";
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox .text03{
		font-size: 14px;
		line-height: 2;
		margin: 0 0 4px;
	}
	


/* contact
------------------------------------------------------------------------*/
	.contact .cont01 {
		width: 1000px;
		margin: 70px auto 0;
	}
	.contact .cont01 .tel-box,
	.contact .cont01 .line-box {
		padding: 50px 0 40px;
		border-top: 1px solid #ededed;
	}
	.contact .cont01 .line-box {
		border-bottom: 1px solid #ededed;
	}
	.contact .cont01 h2{
		font-size: 18px;
	}
    .contact .cont01 .tel-box h2::before {
        content: '■';
        color: var(--main-color);
        padding-right: 5px;
    }
    .contact .cont01 .line-box h2::before {
        content: '■';
        color: #00b12b;
        padding-right: 5px;
    }
	.contact .cont01 .tel-box p {
		display: flex;
		align-items: center;
		margin-top: 15px;
		line-height: 1.5;
	}
	.contact .cont01 .tel-box a {
		display: inline-block;
		font-size: 30px;
		padding-right: 20px;
	}
	.contact .cont01 .line-box p {
		margin-top: 20px;
	}
	.contact .cont01 .line-box a {
		font-size: 18px;
		line-height: 1;
		padding: 20px 75px 20px 55px;
		background: url(img/contact-line.png) no-repeat center left, url(img/contact-qr.png) no-repeat center right;
	}


	/* cont02 */
	.contact .cont02 {
		width: 1000px;
		margin: 40px auto 0;
	}
	.contact .cont02 h2{
		font-size: 18px;
	}
    .contact .cont02 h2::before {
        content: '■';
        color: var(--main-color);
        padding-right: 5px;
    }
	.contact .cont02 .lead {
		margin-top: 20px;
		font-size: 14px;
		line-height: 2;
	}
	.contact .cont02 table{
		width:1000px;
		margin: 40px auto 0;
	}
	.contact .cont02 table tr {
		border-top: 1px solid #ededed;
	}
	.contact .cont02 table tr:last-of-type {
		border-bottom: 1px solid #ededed;
	}
	.contact .cont02 table th{
		width: 265px;
		text-align: left;
		vertical-align: middle;
		position: relative;
		box-sizing: border-box;
		font-weight: bold;
		padding: 30px 0;
		position: relative;
	}
	.contact .cont02 table th span{
		color: #fff;
		background: var(--main-color);
		border-radius: 5px;
		float: right;
		padding: 7px 15px;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.contact .cont02 tr.address-contact th {
		vertical-align: top;
		padding-top: 48px;
	}
	.contact .cont02 tr.address-contact th span {
		top: 45px;
		transform: none;
	}
	.contact .cont02 table td{
		vertical-align: middle;
		padding: 30px 0 30px 25px;
	}
	.contact .cont02 table td .radio-box {
		display: flex;
		align-items: center;
		gap: 20px 60px;
	}
	.contact .cont02 table td .radio-box span {
		display: flex;
		align-items: center;
		gap: 0 5px;
	}
	.contact .cont02 table td .radio-box span input {
		margin: 0 !important;
	}
	.contact .cont02 table td input[type="text"],
	.contact .cont02 table td input[type="email"],
	.contact .cont02 table td input[type="tel"],
	.contact .cont02 table td select,
	.contact .cont02 table td textarea{
		width:100% !important;
		height: 60px !important;
		font-size:16px;
		font: inherit;
		padding: 5px;
		box-sizing: border-box;
		padding: 20px 30px;
		border: none !important;
		background: #ededed;
		border-radius: 5px !important;
	}
	.contact .cont02 tr.address-contact input {
		margin-bottom: 10px !important;
	}
	.contact .cont02 tr.address-contact input:first-of-type {
		margin-right: 20px;
	}
	.contact .cont02 tr.address-contact input:first-of-type,
	.contact .cont02 tr.address-contact input:nth-of-type(2) {
		width: 210px !important;
	}
	.contact .cont02 tr.address-contact input:last-of-type {
		margin-bottom: 0 !important;
	}
	.contact .cont02 table td select {
		cursor: pointer;
	}
	.contact .cont02 table td textarea{
		height: 250px !important;
		vertical-align: middle;
		resize:none
	}
	.contact .cont02 .privacy_check{
		text-align: center;
		padding: 50px 0 40px;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	.contact .cont02 .privacy_check a {
		text-decoration: underline;
	}
	.contact .cont02 .privacy_check div.mfp_err {
		text-align: center;
		width: 1000px;
		margin: 0 auto;
		padding: 10px 0;
		box-sizing: border-box;
		background: url(img/mfp_error.gif) no-repeat top 12px left 320px;
	}
	.contact .cont02 .privacy_check input {
		width: 15px;
		height: 15px;
		margin: 0 5px;
	}
	.contact .cont02 .privacy_check label {
		margin: 0 5px!important;
	}
	.contact .cont02 .button{
		text-align: center;
	}
	.contact .cont02 .button input{
		font-family: var(--main-font) !important;
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
		border: 1px solid var(--main-color);
		transition: all .5s;
	}
	.contact .cont02 .button input:hover{
		background: #fff;
		color: var(--main-color);
		transition: all .5s;
	}


/* thanks
------------------------------------------------------------------------*/
	.thanks .cont01{
		padding: 70px 0;
		text-align: center;
	}
	.thanks .cont01 h2{
		text-align: center;
		font-size: 24px;
	}
	.thanks .cont01 .text{
		margin: 40px 0 0;
		font-weight: bold;
	}
	.thanks .cont01 .button {
		margin-top: 50px;
	}
	.thanks .cont01 .button a{
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
		border: 1px solid var(--main-color);
		transition: all .5s;
	}
	.thanks .cont01 .button a:hover {
		background: #fff;
		color: var(--main-color);
		transition: all .5s;
	}


/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/
	.yonmaruyon .cont01,
	.yonichimaru .cont01 {
		padding: 70px 0;
		text-align: center;
	}
	.yonmaruyon .cont01 h2,
	.yonichimaru .cont01 h2 {
		text-align: center;
		font-size: 24px;
	}
	.yonmaruyon .cont01 .text,
	.yonichimaru .cont01 .text {
		margin: 30px 0 0;
		font-weight: bold;
	}
	.yonmaruyon .cont01 .button,
	.yonichimaru .cont01 .button {
		margin-top: 40px;
	}
	.yonmaruyon .cont01 .button a,
	.yonichimaru .cont01 .button a {
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
		border: 1px solid var(--main-color);
		transition: all .5s;
	}
	.yonmaruyon .cont01 .button a:hover,
	.yonichimaru .cont01 .button a:hover {
		background: #fff;
		color: var(--main-color);
		transition: all .5s;
	}


/* footer
------------------------------------------------------------------------*/
	footer .inner{
		display: flex;
		gap: 0 75px;
		padding: 90px 0 90px 105px;
		box-sizing: border-box;
		position: relative;
	}
	footer .inner .logo a{
		display: block;
		width: 340px;
		height: 113px;
		background: url("img/footer_logo.png")no-repeat;
		background-size: 340px;
		padding: 113px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .text_box .text01{
		line-height: 1;
	}
	footer .inner .text_box .text01::before{
		content: "[";
		padding-right: 4px;
	}
	footer .inner .text_box .text01::after{
		content: "]";
		padding-left: 4px;
	}
	footer .inner .text_box address{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-top: 13px;
	}
	footer .inner .text_box .text02{
		line-height: 1.75;
	}
	footer .inner .text_box .place{
		line-height: 1.75;
	}
	footer .inner .text_box .tel-fax{
		line-height: 1.75;
	}
	footer .inner .text_box .tel-fax::before{
		content: "TEL/FAX：";
	}
	footer .inner ul li{
		line-height: 1;
	}
	footer .inner ul li a{
		display: inline-block;
		font-weight: bold;
		margin-bottom: 22px;
	}
	footer .inner ul li::before{
		content: "・";
	}
	footer .inner .copy{
		position: absolute;
		bottom: 90px;
		left: 880px;
		font-size: 12px;
		line-height: 1;
		white-space: nowrap;
	}

}



/*===============================================
横幅441px以下 sp
===============================================*/

@media screen and (max-width: 441px) {
	html,
	body,
	.wrap{
		width: 440px;
		position: relative;
	}
	.inner{
		box-sizing: border-box;
		padding: 0 20px;
		width: auto;
	}
	img{
		max-width: 100%;
	}
	.pc{
		display: none;
	}
	.sp {
		display: block;
	}
	p {
		line-height: 1.8;
		font-size: 14px;
	}

	/* スムーススクロール設定 */
	html {
		scroll-behavior: smooth;
	}
	:root {
		--header-height: 50px;
	}


/* header
------------------------------------------------------------------------*/
	header{
		width: 100%;
		height: 50px;
		z-index: 11111;
		position: relative;
	}
	header h1{
		position: absolute;
		top: 400px;
		left: 20px;
		font-size: 10px;
		line-height: 1;
	}
	header .text01{
		position: fixed;
		top: 18px;
		right: 18px;
		font-size: 14px;
		line-height: 1;
		z-index: 1111;
	}
	header .text01::before{
		content: "[";
		padding-right: 3px;
	}
	header .text01::after{
		content: "]";
		padding-left: 3px;
	}
	header .header_box{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		background: #fff;
	}
	header .header_box .logo a{
		position: absolute;
		top: 10px;
		left: 10px;
		display: block;
		width: 95px;
		height: 32px;
		background: url("img/header_logo_sp.png")no-repeat;
		background-size: 95px;
		padding: 32px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	header .header_box .corp_btn a{
		position: fixed;
		bottom: 0;
		right: 0;
		width: 100%;
		height: 50px;
		display: block;
		background: #fff4b3;
		font-size: 14px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		will-change: transform;
	}



/* common
------------------------------------------------------------------------*/

	/* key */
	.common .key{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		height: 350px;
		padding: 0 0 15px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.common .key::before{
		position: absolute;
		top: -50px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #fff;
		width: 100%;
		height: 150px;
	}
	.common .key::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/recruit_key_bg01_sp.png")center center repeat-x;
		background-size: 1143.5px;
		width: 100%;
		height: 295px;
		animation: keyimgMove 50s linear infinite;
	}
	@keyframes keyimgMove{
		0% {background-position: 1143.5px 0;}
		50% {background-position: 571.75px 0;}
		100% {background-position: 0 0;}
	}
	.common .key .shop_box{
		width: 210px;
		background: #fff;
		padding: 20px 0 16px;
		border-radius: 5px;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.common .key .shop_logo{
		display: inline-block;
	}
	.common .key .shop_name{
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		margin-top: 12px;
	}
	.common .key .shop_name::before{
		content: "[";
		padding-right: 4px;
	}
	.common .key .shop_name::after{
		content: "]";
		padding-left: 4px;
	}
	.common .key .employment_status{
		width: 210px;
		background: #ffd902;
		padding: 12px 0 10px;
		border-radius: 5px;
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		text-align: center;
		margin-top: 10px;
		z-index: 11;
		position: relative;
	}
	.common .key .employment_status span{
		display: block;
		font-size: 14px;
		line-height: 1.2;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		margin-top: 6px;
	}
	.common .key .employment_status span::before{
		content: "[";
		padding-right: 4px;
	}
	.common .key .employment_status span::after{
		content: "]";
		padding-left: 4px;
	}


	/* pankuzu */
	.pankuzu {
		padding-top: 20px;
	}
	.pankuzu ul {
		display: flex;
		flex-wrap: wrap;
	}
	.pankuzu ul li {
		position: relative;
		padding-right: 20px;
		margin-right: 20px;
		font-size: 12px;
	}
	.pankuzu ul li a {
		font-size: 12px;
		position: relative;
	}
    .pankuzu ul li a:after {
        content: ">";
        position: absolute;
        top: 45%;
        right: -25px;
        transform: translateY(-50%);
    }
	.pankuzu ul li:last-of-type {
		margin-right: 0;
		padding-right: 0;
	}

	/* .pager テンプレもデザインのページャーに揃える */
	
	.pager{
		padding: 0;
		margin: 60px 0 0;
		gap: 20px 0;
	}
	.pager-box {
		width: 100%;
	}
	.pager-box.prev-pager-box {
		margin-left: 10px;
	}
	.pager-box.next-pager-box {
		margin-right: 10px;
	}
	.pager-box a {
		display: flex;
		align-items: center;
		text-decoration: none !important;
		text-align: left;
		font-size: 14px;
		position: relative;
		justify-content: flex-end;
	}
	.pager-box.prev-pager-box a {
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
    .pager-box.prev-pager-box a::before {
        content: "";
        width: 25px;
        height: 25px;
        background: var(--main-color);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: -10px;
        transform: translateY(-50%);
    }
    .pager-box.prev-pager-box a::after {
        content: "";
        width: 0;
        height: 0;
        border-right: 6px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 50%;
        left: -2px;
        transform: translateY(-50%);
    }
    .pager-box.next-pager-box a::before {
        content: "";
        width: 25px;
        height: 25px;
        background: var(--main-color);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
    }
    .pager-box.next-pager-box a::after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid #fff;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        position: absolute;
        top: 50%;
        right: -2px;
        transform: translateY(-50%);
    }
	.pager-box.prev-pager-box a .text-box {
		padding-left: 20px;
	}
	.pager-box.next-pager-box a .text-box {
		padding-right: 20px;
	}
	.pager-box a p {
		margin: 0 !important;
		line-height: 1.5 !important;
	}
	.pager-box a .ttl {
		font-weight: bold;
		margin-bottom: 10px !important;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.pager-box a .img {
		flex-shrink: 0;
	}
	.pager-box a .img img {
		width: 150px !important;
		border-radius: 5px !important;
	}



/* recruit-archive
------------------------------------------------------------------------*/

	/* key */
	.recruit-archive .key .employment_status{
		padding: 14px 0 12px;
	}
	.recruit-archive .key .employment_status .ttl{
		font-size: 20px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.recruit-archive .key .employment_status ul{
		display: flex;
		justify-content: center;
		gap: 3px;
		margin-top: 8px;
		box-sizing: border-box;
	}
	.recruit-archive .key .employment_status ul li{
		background: #fff;
		border-radius: 3px;
		padding: 4px 6px 3px;
        font-size: 12px;
		line-height: 1;
		font-weight: bold;
	}


	/* cont01 */
	.recruit-archive .cont01 .inner{
		padding: 120px 20px 140px;
		text-align: center;
		position: relative;
	}
	.recruit-archive .cont01 .inner::before{
		position: absolute;
		top: 200px;
		left: -30px;
		content: "";
		background: url("img/recruit-single_img01.png")no-repeat;
		background-size: 141px;
		width: 141px;
		height: 141px;
	}
	.recruit-archive .cont01 .inner::after{
		position: absolute;
		top: 530px;
		right: -120px;
		content: "";
		background: url("img/recruit-single_img02.png")no-repeat;
		background-size: 300px;
		width: 300px;
		height: 301px;
		z-index: -1;
	}
	.recruit-archive .cont01 .inner .text01{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2;
		font-weight: normal;
		position: relative;
	}
	.recruit-archive .cont01 .inner .text01::before{
		position: absolute;
		top: -62px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/recruit-single_text01.png")no-repeat;
		background-size: 296px;
		width: 296px;
		height: 60px;
		z-index: -1;
	}
	.recruit-archive .cont01 .inner ul{
		display: flex;
		gap: 10px;
		flex-wrap: wrap;
		margin-top: 50px;
		position: relative;
	}
	.recruit-archive .cont01 .inner ul::after{
		position: absolute;
		bottom: -120px;
		left: 150px;
		content: "";
		background: url("img/recruit-single_img03.png")no-repeat;
		background-size: 176px;
		width: 176px;
		height: 176px;
		z-index: -2;
	}
	.recruit-archive .cont01 .inner ul li a{
		display: block;
		display: flex;
		align-items: center;
		width: 195px;
		height: 120px;
		padding: 53px 15px 0;
		box-sizing: border-box;
		background: url("img/recruit-archive_img01.png")left 15px top 15px no-repeat,#fff;
		background-size: 135px;
		border: 1.5px solid #ffd902;
		border-radius: 5px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		font-size: 14px;
		font-weight: bold;
		line-height: 1.375;
		text-align: left;
		position: relative;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(3) a{
		background: url("img/recruit-archive_img02.png")left 15px top 20px no-repeat,#fff;
		background-size: 140px;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(4) a{
		background: url(img/recruit-archive_img03.png) left 10px top 15px no-repeat, #fff;
        background-size: 60px;
        padding: 0 0 0 79px;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(5) a{
		background: url(img/recruit-archive_img04.png) left 15px top 33px no-repeat, #fff;
        background-size: 138px;
        padding: 40px 15px 0;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(6) a{
        background: url(img/recruit-archive_img05.png) left 15px top 25px no-repeat, #fff;
        background-size: 100px;
        padding: 48px 15px 0;
	}
	.recruit-archive .cont01 .inner ul li:nth-of-type(7) a{
        background: url(img/recruit-archive_img06.png) left 10px top 20px no-repeat, #fff;
        background-size: 76px;
        padding: 0 0 0 90px;
	}
	.recruit-archive .cont01 .inner ul li a::before{
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		content: "";
		background: url("img/recruit-archive_arrow.png")no-repeat;
		background-size: 20px;
		width: 20px;
		height: 20px;
	}


	/* cont02 */
	.recruit-archive .cont02{
		padding-bottom: 10px;
	}
	.recruit-archive .cont02 .cont{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 20px 0;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		padding: 25px;
		box-sizing: border-box;
	}
	.recruit-archive .cont02 .cont:nth-of-type(n+2){
		margin-top: 30px;
	}
	.recruit-archive .cont02 .cont .text_box{
		width: 350px;
		text-align: center;
	}
	.recruit-archive .cont02 .cont .text_box h3{
		font-size: 20px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.4;
	}
	.recruit-archive .cont02 .cont .text_box h3 span::before{
		content: "[";
		padding-right: 4px;
	}
	.recruit-archive .cont02 .cont .text_box h3 span::after{
		content: "]";
		padding-left: 4px;
		margin-right: 6px;
	}
	.recruit-archive .cont02 .cont .text_box .place{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		margin-top: 12px;
	}
	.recruit-archive .cont02 .cont .text_box .place::before{
		content: "勤務地：";
	}
	.recruit-archive .cont02 .cont .text_box .btn_box{
		display: flex;
		gap: 15px;
		flex-wrap: wrap;
		margin-top: 17px;
		padding-top: 25px;
		box-sizing: border-box;
		position: relative;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box::before{
		content: "";
		width: 100%;
		height: 1px;
		background: #ffd902;
		position: absolute;
		top: 0;
		left: 0;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li a{
		display: block;
		width: 350px;
		height: 40px;
		background: #555;
		border-radius: 20px;
		box-sizing: border-box;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 39px;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:first-of-type a,
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(2) a{
		color: #222;
		background: #ffd902;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(3) a,
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(4) a{
		background: #ff864d;
	}
	.recruit-archive .cont02 .cont .text_box .btn_box li:nth-of-type(6) a{
		background: #999;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box li:nth-of-type(3) a{
		background: #555;
		border: 2px solid #555;
	}
	.recruit-archive .cont02 #shop07 .text_box .btn_box li:nth-of-type(4) a{
		background: #999;
		border: 2px solid #999;
	}



/* recruit-single
------------------------------------------------------------------------*/

	/* header */
	.recruit-single header h1{
		overflow: hidden;
		display: -webkit-box;
		text-overflow: ellipsis;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin-right: 20px;
	}
	.recruit-single header .header_box .corp_btn a{
		width: 100px;
	}
	.recruit-single header .header_box .btn_box{
		position: fixed;
		bottom: 0;
		left: 0;
		will-change: transform;
		display: flex;
	}
	.recruit-single header .header_box .btn_box .button a{
		display: block;
		width: 170px;
		height: 50px;
		background: #262626;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
	}
	.recruit-single header .header_box .btn_box .button:nth-of-type(2) a{
		background: #ffd902;
		color: #333;
	}


	/* key */
	.recruit-single .key .shop_box{
		padding: 11px 0 7.5px;
	}
	.recruit-single .key .shop_name{
		line-height: 1.5;
		margin-top: 4.5px;
	}
	.recruit-single .key .shop_name::before{
		content: none;
		padding-right: 0;
	}
	.recruit-single .key .shop_name::after{
		content: none;
		padding-left: 0;
	}
	.recruit-single .key .employment_status{
		font-size: 20px;
	}

	.recruit-single .key .none_text{
		display: none;
	}


	/* 採用ページの募集がない場合 */
	.not-recruiting .key .none_text{
		display: block;
        width: 90%;
        height: 110px;
		background: #ffd902;
		border-radius: 20px;
        opacity: 0.9;
        color: #fff;
        font-size: 20px;
		font-weight: bold;
        text-align: center;
        line-height: 110px;
        position: absolute;
        top: 95px;
        left: 50%;
        transform: translateX(-50%);
		z-index: 999;
	}


	/* cont01 */
	.recruit-single .cont01 .inner{
		padding: 90px 20px 70px;
		text-align: center;
		position: relative;
	}
	.recruit-single .cont01 .inner::before{
		position: absolute;
		top: 300px;
		left: -45px;
		content: "";
		background: url("img/recruit-single_img01.png")no-repeat;
		background-size: 141px;
		width: 141px;
		height: 141px;
	}
	.recruit-single .cont01 .inner::after{
		position: absolute;
		top: 530px;
		right: -120px;
		content: "";
		background: url("img/recruit-single_img02.png")no-repeat;
		background-size: 300px;
		width: 300px;
		height: 301px;
		z-index: -1;
	}
	.recruit-single .cont01 .inner h2{
		display: flex;
		flex-direction: column;
		align-items: center;
		font-size: 22px;
		line-height: 1;
		position: relative;
	}
	.recruit-single .cont01 .inner h2::before{
		position: absolute;
		top: -40px;
		left: 0;
		content: "";
		background: url("img/recruit-single_text01.png")no-repeat;
		background-size: 296px;
		width: 296px;
		height: 60px;
		z-index: -1;
	}
	.recruit-single .cont01 .inner h2 span{
		display: inline-block;
		height: 40px;
		padding: 0 35px;
		border: 2px solid #ffd902;
		border-radius: 5px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		line-height: 36px;
		margin-top: 35px;
	}
	.recruit-single .cont01 .inner .text01{
		font-size: 18px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2;
		margin-top: 45px;
	}
	.recruit-single .cont01 .inner ul{
		display: flex;
		gap: 20px 20px;
		flex-wrap: wrap;
		margin-top: 50px;
		position: relative;
	}
	.recruit-single .cont01 .inner ul::after{
		position: absolute;
		bottom: -120px;
		left: 150px;
		content: "";
		background: url("img/recruit-single_img03.png")no-repeat;
		background-size: 176px;
		width: 176px;
		height: 176px;
		z-index: -2;
	}
	.recruit-single .cont01 .inner ul li{
		width: 120px;
		height: 120px;
		padding: 85px 0 0;
		box-sizing: border-box;
		border-radius: 5px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-align: center;
		position: relative;
	}
	/* 正社員（regular） */
	.recruit-single .cont01 .inner ul li:nth-of-type(1){
		background: #fff url("img/recruit-single_img04_sp.png")center top 27px no-repeat;
		background-size: 38px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(2){
		background: #fff url("img/recruit-single_img05_sp.png")center top 28px no-repeat;
		background-size: 60px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(3){
		background: #fff url("img/recruit-single_img06_sp.png")left 40px top 23px no-repeat;
		background-size: 53px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(5){
		background: #fff url("img/recruit-single_img07_sp.png")center top 27px no-repeat;
		background-size: 53px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(6){
		background: #fff url("img/recruit-single_img08_sp.png")center top 29px no-repeat;
		background-size: 38px;
		padding-top: 70px;
		line-height: 1.4;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(8){
		background: #fff url("img/recruit-single_img09_sp.png")center top 20px no-repeat;
		background-size: 62px;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(9){
		background: #fff url("img/recruit-single_img10_sp.png")left 35px top 22px no-repeat;
		background-size: 53px;
	}
	/* パート（part） */
	.recruit-single .cont01 .inner ul li:nth-of-type(4){
		background: #fff url("img/recruit-single_img11_sp.png")left 40px top 19px no-repeat;
		background-size: 46px;
		padding-top: 70px;
		line-height: 1.5;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(7){
		background: #fff url("img/recruit-single_img12_sp.png")left 40px top 26px no-repeat;
		background-size: 47px;
		padding-top: 72px;
		line-height: 1.5;
	}
	.recruit-single .cont01 .inner ul li:nth-of-type(10){
		background: #fff url("img/recruit-single_img13_sp.png")center top 25px no-repeat;
		background-size: 47px;
	}
	/* 正社員、パート・アルバイト、表示切り替え */
	.recruit-single.regular .cont01 .inner ul li.part_list{
		display: none;
	}
	.recruit-single.part .cont01 .inner ul li.regular_list{
		display: none;
	}
	.recruit-single .cont01 .inner ul li::after{
		position: absolute;
		top: 6px;
		left: 6px;
		content: "";
		width: 120px;
		height: 120px;
		border: 1.5px solid #ffd902;
		border-radius: 5px;
		box-sizing: border-box;
	}


	/* cont02 */
	.recruit-single .cont02 .inner{
		padding: 100px 20px 70px;
		position: relative;
	}
	.recruit-single .cont02 .inner .box{
		padding: 440px 90px 40px 30px;
		box-sizing: border-box;
		position: relative;
	}
	.recruit-single .cont02 .inner .box::before{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: #fff;
		width: 100%;
		height: calc(100% - 210px);
		border-radius: 5px;
		z-index: -1;
	}
	.recruit-single .cont02 .inner .box h2{
		position: absolute;
		top: 265px;
		right: 30px;
		writing-mode: vertical-rl;
		font-size: 20px;
		line-height: 1;
		letter-spacing: 2px;
		white-space: nowrap;
	}
	.recruit-single .cont02 .inner .box h2::before{
		position: absolute;
		top: 20px;
		right: -10px;
		content: "";
		background: url("img/recruit-single_text02.png")no-repeat;
		background-size: 120px;
		width: 120px;
		height: 254px;
		opacity: 0.4;
		z-index: -1;
	}
	.recruit-single .cont02 .inner .box h2::after{
		position: absolute;
		top: 0;
		right: 42px;
		content: "";
		background: #ccc;
		width: 1px;
		height: 100px;
	}
	.recruit-single .cont02 .inner .box h2 .span01{
		display: block;
		font-size: 16px;
		line-height: 2;
		letter-spacing: 2px;
		margin-right: 40px;
	}
	.recruit-single .cont02 .inner .box h2 .span02{
		margin-top: -0.5em;
	}
	.recruit-single .cont02 .inner .box figure:nth-of-type(1){
		position: absolute;
		top: 260px;
		left: 25px;
		width: 170px;
		z-index: 11;
	}
	.recruit-single .cont02 .inner .box figure:nth-of-type(2){
		position: absolute;
		top: 0;
		left: -10px;
		width: 420px;
	}
	.recruit-single .cont02 .inner .box figure img{
		border-radius: 2px;
	}
	.recruit-single .cont02 .inner .cont{
		padding: 250px 30px 40px;
		box-sizing: border-box;
		margin-top: 80px;
		z-index: 11;
		position: relative;
	}
	.recruit-single .cont02 .inner .cont::before{
		position: absolute;
		top: 0;
		left: 0;
		content: "";
		background: #fff;
		width: 100%;
		height: 100%;
		border-radius: 5px;
		z-index: -1;
	}
	.recruit-single .cont02 .inner .cont h3{
		font-size: 20px;
		line-height: 1.75;
		position: relative;
	}
	.recruit-single .cont02 .inner .cont h3::before{
		position: absolute;
		top: -20px;
		right: -10px;
		content: "";
		background: url("img/recruit-single_text03.png")no-repeat;
		background-size: 120px;
		width: 120px;
		height: 245px;
		opacity: 0.4;
		z-index: -1;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) h3::before{
		position: absolute;
		top: -20px;
		right: -10px;
		content: "";
		background: url("img/recruit-single_text04.png")no-repeat;
		background-size: 120px;
		width: 120px;
		height: 251px;
	}
	.recruit-single .cont02 .inner .cont h3::after{
		position: absolute;
		top: -16px;
		left: 0;
		content: "";
		background: #ccc;
		width: 60px;
		height: 1px;
	}
	.recruit-single .cont02 .inner .cont .text02{
		margin-top: 20px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(1){
		position: absolute;
		top: -40px;
		left: 10px;
		width: 186px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(2){
		position: absolute;
		top: -40px;
		left: 204px;
		width: 186px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(3){
		display: none;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(1) figure:nth-of-type(2).mv02_off{
		transition: all 0.8s ease-out 0.5s;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(1){
		position: absolute;
		top: -40px;
		left: 10px;
		width: 186px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(2){
		position: absolute;
		top: -40px;
		left: 204px;
		width: 186px;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(3){
		display: none;
	}
	.recruit-single .cont02 .inner .cont:nth-of-type(2) figure:nth-of-type(2).mv02_off{
		transition: all 0.8s ease-out 0.5s;
	}


	/* cont03 */
	.recruit-single .cont03{
		background: linear-gradient(#ffd902 , #ffd902 520px , transparent 520px);
		padding: 90px 0 0;
		position: relative;
	}
	.recruit-single .cont03 h2{
		font-size: 22px;
		line-height: 1.5;
		text-align: center;
		position: relative;
	}
	.recruit-single .cont03 h2::before{
		position: absolute;
		top: -30px;
		left: 20px;
		content: "";
		background: url("img/recruit-single_text05.png")no-repeat;
		background-size: 322px;
		width: 322px;
		height: 65px;
		z-index: -1;
	}
	.recruit-single .cont03 .feature_box{
		padding-bottom: 30px;
		margin-top: 45px;
	}
	.recruit-single .cont03 .swiper-slide{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 320px;
		height: auto;
		padding: 0 30px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.recruit-single .cont03 .swiper-slide::before{
		position: absolute;
		top: 40px;
		left: 0;
		content: "";
		background: #fff;
		width: 100%;
		height: calc(100% - 40px);
		border-radius: 5px;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		z-index: -1;
	}
	.recruit-single .cont03 .swiper-slide h3{
		font-size: 18px;
		line-height: 1.6;
		text-align: center;
		margin-top: 18px;
		order: 2;
	}
	.recruit-single .cont03 .swiper-slide .text02{
		padding-top: 13px;
		border-top: 1px solid #ffd902;
		margin-top: 14px;
		order: 3;
	}
	.recruit-single .cont03 .swiper-slide figure{
		order: 1;
	}


	/* cont04 */
	.recruit-single .cont04 .inner{
		padding: 80px 20px 70px;
		position: relative;
	}
	.recruit-single .cont04 .inner .head_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 80px 0;
	}
	.recruit-single .cont04 .inner .head_box h2{
		display: block;
		writing-mode: vertical-rl;
		font-size: 26px;
		line-height: 1.62;
		letter-spacing: 2px;
		white-space: nowrap;
		margin-right: 40px;
		position: relative;
	}
	.recruit-single .cont04 .inner .head_box h2::before{
		position: absolute;
		top: -65px;
		right: -65px;
		content: "";
		background: url("img/recruit-single_text06.png")no-repeat;
		background-size: 110px;
		width: 110px;
		height: 269px;
		opacity: 0.4;
		z-index: -1;
	}
	.recruit-single .cont04 .inner .head_box .text01{
		writing-mode: vertical-rl;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2;
		letter-spacing: 1px;
		white-space: nowrap;
		position: relative;
	}
	.recruit-single .cont04 .inner .head_box .text01::after{
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #ffd902;
		width: 350px;
		height: 1px;
	}
	.recruit-single .cont04 .inner .logo_box{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 20px 50px;
		margin-top: 25px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(1) img{
		width: 106px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(2) img{
		width: 61px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(3) img{
		width: 187px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(4) img{
		width: 199px;
		margin: 15px 50px 10px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(5) img{
		width: 116px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(6) img{
		width: 81px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(7) img{
		width: 129px;
	}
	.recruit-single .cont04 .inner .logo_box .logo:nth-of-type(8) img{
		width: 129px;
	}
	.recruit-single .cont04 .inner .info_box{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px 0;
		margin-top: 32px;
	}
	.recruit-single .cont04 .inner .info_box .cont{
		width: 340px;
		background: #fff;
		border-radius: 5px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.recruit-single .cont04 .inner .info_box .cont h3{
		height: 35px;
		background: #ffd902;
		border-radius: 5px 5px 0 0;
		font-size: 18px;
		line-height: 35px;
		text-align: center;
	}
	.recruit-single .cont04 .inner .info_box .cont .text02{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 120px;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		text-align: center;
	}
	.recruit-single .cont04 .inner .info_box .cont .text03{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		height: 120px;
		font-size: 40px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
	}
	.recruit-single .cont04 .inner .info_box .cont .text03 span{
		display: block;
		font-size: 16px;
		margin-top: 12px;
	}
	.recruit-single .cont04 .inner .info_box .cont .text04{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 120px;
		font-size: 32px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
	}
	.recruit-single .cont04 .inner .button a{
		display: block;
		width: 300px;
		height: 50px;
		border: 2px solid #222;
		padding: 12px 0 0;
		border-radius: 25px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
		text-align: center;
		margin: 50px auto 0;
	}


	/* cont05 */
	.recruit-single .cont05{
		padding: 80px 20px 55px;
		z-index: 11;
		position: relative;
	}
	.recruit-single .cont05::before{
		position: absolute;
		top: 60px;
		left: 80px;
		content: "";
		background: url("img/recruit-single_text07.png")no-repeat;
		background-size: 122px;
		width: 122px;
		height: 41px;
	}
	.recruit-single .cont05::after{
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: #fff;
		width: 400px;
		height: 100%;
		z-index: -1;
	}
	.recruit-single .cont05 h2{
		font-size: 22px;
		line-height: 1;
		text-align: center;
		margin: 0 auto;
		z-index: 111;
		position: relative;
	}
	.recruit-single .cont05 h2::before{
		position: absolute;
		top: 200px;
		left: -90px;
		content: "";
		background: url("img/recruit-single_img28_sp.png")no-repeat;
		background-size: 175px;
		width: 175px;
		height: 176px;
		z-index: -1;
	}
	.recruit-single .cont05 h2::after{
		position: absolute;
		top: -50px;
		right: -90px;
		content: "";
		background: url("img/recruit-single_img29.png")no-repeat;
		background-size: 176px;
		width: 176px;
		height: 176px;
		z-index: -1;
	}
	.recruit-single .cont05 video{
		display: block;
		width: 360px;
		margin: 45px auto 0;
		z-index: 112;
		position: relative;
	}
	.recruit-single .cont05 .swiper02{
		z-index: 1111;
		position: relative;
	}
	.recruit-single .cont05 .interview_box{
		margin-top: 50px;
		position: relative;
	}
	.recruit-single .cont05 .interview_box .swiper-slide{
		width: 360px;
		height: auto;
		background: #fff;
		border: 2px solid #ffd902;
		border-radius: 5px;
		padding: 30px 20px 27px;
		box-sizing: border-box;
		position: relative;
	}
	.recruit-single .cont05 .interview_box .swiper-slide h3{
		display: flex;
		align-content: center;
		align-items: center;
		min-height: 100px;
		padding-left: 110px;
		font-size: 18px;
		line-height: 1.75;
	}
	.recruit-single .cont05 .interview_box .swiper-slide .text01{
		margin: 20px 10px 0;
	}
	.recruit-single .cont05 .interview_box .swiper-slide figure{
		position: absolute;
		top: 20px;
		left: 20px;
		width: 90px;
	}


	/* cont06 */
	.recruit-single .cont06{
		padding: 70px 20px;
		position: relative;
	}
	.recruit-single .cont06 h2{
		font-size: 22px;
		line-height: 1;
		text-align: center;
		margin: 0 auto;
		z-index: 111;
		position: relative;
	}
	.recruit-single .cont06 h2::before{
		position: absolute;
		top: -22px;
		left: 80px;
		content: "";
		background: url("img/recruit-single_text08.png")no-repeat;
		background-size: 147px;
		width: 147px;
		height: 46px;
		z-index: -1;
	}
	.recruit-single .cont06 .box{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 30px 0;
		width: 400px;
		box-sizing: border-box;
		margin: 45px auto 0;
		position: relative;
	}
	.recruit-single .cont06 .box .text_box{
		width: 400px;
	}
	.recruit-single .cont06 .box .text_box h3{
		font-size: 18px;
		line-height: 1;
		text-align: center;
	}
	.recruit-single .cont06 .box .text_box address{
		padding: 18px 0 18px 15px;
		border-top: 1px solid #ffd902;
		border-bottom: 1px solid #ffd902;
		box-sizing: border-box;
		margin: 25px 0 18px;
	}
	.recruit-single .cont06 .box .text_box address .place a{
		padding-left: 20px;
		display: block;
		font-weight: bold;
		text-decoration: underline;
		position: relative;
	}
	.recruit-single .cont06 .box .text_box address .place a::before{
		position: absolute;
		bottom: 5px;
		left: 0;
		content: "";
		background: url("img/recruit-single_icon01.png")no-repeat;
		background-size: 12px;
		width: 12px;
		height: 17px;
	}
	.recruit-single .cont06 .box .text_box address .tel::before{
		content: "TEL：";
	}
	.recruit-single .cont06 .box .text_box address .open_time{
		text-indent: -4.5em;
		padding-left: 4.5em;
	}
	.recruit-single .cont06 .box .text_box address .open_time::before{
		content: "営業時間：";
	}
	.recruit-single .cont06 .box .text_box address .closed_day::before{
		content: "定休日：";
	}
	.recruit-single .cont06 .box .text_box .text01{
		text-align: center;
	}
	.recruit-single .cont06 .box figure img{
		width: 600px;
		border-radius: 5px;
	}
	.recruit-single .cont06 .text02{
		font-size: 16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 2;
		text-align: center;
		margin-top: 35px;
	}
	.recruit-single .cont06 .button a{
		display: block;
		width: 350px;
		height: 50px;
		background: #ffd902;
		border-radius: 25px;
		box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
		line-height: 50px;
		text-align: center;
		margin: 0 auto;
	}


	/* cont07 */
	.recruit-single .cont07{
		padding: 0 20px;
	}
	.recruit-single .cont07 .inner{
		padding: 70px 20px 20px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		border-radius: 5px;
		position: relative;
	}
	.recruit-single .cont07 .inner h2{
		font-size: 22px;
		line-height: 1;
		text-align: center;
		z-index: 11;
		position: relative;
	}
	.recruit-single .cont07 .inner h2::before{
		position: absolute;
		top: -27px;
		left: 81px;
		content: "";
		background: url("img/recruit-single_text09.png")no-repeat;
		background-size: 110px;
		width: 110px;
		height: 44px;
		z-index: -1;
	}
	.recruit-single .cont07 .inner table{
		border-top: 1px solid #ffd902;
		margin-top: 40px;
	}
	.recruit-single .cont07 .inner table tr{
		display: block;
	}
	.recruit-single .cont07 .inner table th{
		display: block;
		width: 100%;
		padding: 16px 0 7px 20px;
		box-sizing: border-box;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.4;
		text-align: left;
		vertical-align: middle;
	}
	.recruit-single .cont07 .inner table th span{
		position: relative;
	}
	.recruit-single .cont07 .inner table th span::before{
		position: absolute;
		top: 3px;
		left: -20px;
		content: "";
		background: #ffd902;
		width: 10px;
		height: 10px;
	}
	.recruit-single .cont07 .inner table td{
		display: block;
		width: 100%;
		background: #fff4b3;
		padding: 5px 20px;
		box-sizing: border-box;
		line-height: 1.875;
		vertical-align: middle;
	}
	.recruit-single .cont07 .inner table tr:last-of-type td{
		border-bottom: none;
	}
	.recruit-single .cont07 .inner table td ul li{
		text-indent: -1em;
		padding-left: 1em;
	}
	.recruit-single .cont07 .inner table td ul li::before{
		content: "◆";
	}


	/* cont08 */
	.recruit-single .cont08{
		padding: 50px 20px 0;
	}
	.recruit-single .cont08 .inner{
		padding: 70px 30px 50px;
		background: #fff;
		box-sizing: border-box;
		box-shadow: 0 0 30px rgba(0,0,0,0.1);
		border-radius: 5px;
		position: relative;
	}
	.recruit-single .cont08 .inner h2{
		font-size: 22px;
		line-height: 1;
		text-align: center;
		margin-bottom: 50px;
		z-index: 11;
		position: relative;
	}
	.recruit-single .cont08 .inner h2::before{
		position: absolute;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
		content: "";
		background: url("img/recruit-single_text10.png")no-repeat;
		background-size: 81px;
		width: 81px;
		height: 42px;
		z-index: -1;
	}
	.recruit-single .cont08 .inner .cont{
		border-top: 1px solid #ffd902;
		padding: 30px 0 30px 10px;
		box-sizing: border-box;
	}
	.recruit-single .cont08 .inner .cont:nth-of-type(2){
		border-top: 1px solid #ffd902;
		padding: 28px 0 0 10px;
		box-sizing: border-box;
	}
	.recruit-single .cont08 .inner .cont h3{
		color: #777;
		font-size: 16px;
		line-height: 1;
	}
	.recruit-single .cont08 .inner .cont:nth-of-type(2) h3{
		margin-bottom: 12px;
	}
	.recruit-single .cont08 .inner .cont h3::before{
		content: "■";
		padding-right: 6px;
	}
	.recruit-single .cont08 .inner .cont .tel{
		font-size: 30px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1;
		letter-spacing: 1px;
		margin-top: 15px;
	}
	.recruit-single .cont08 .inner .cont .tel span{
		display: block;
		font-size: 14px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		line-height: 1.5;
		margin-top: 6px;
	}
	.recruit-single .cont08 .inner .text01{
		font-size: 14px;
		line-height: 2;
		text-indent: -1em;
		padding-left: 1em;
	}
	.recruit-single .cont08 .inner .text01::before{
		content: "※";
	}
	.recruit-single .cont08 .inner table{
		width: 320px;
		margin-top: 14px;
	}
	.recruit-single .cont08 .inner table tr{
		display: block;
	}
	.recruit-single .cont08 .inner table th{
		display: block;
		width: 100%;
		padding: 20px 0 15px;
		box-sizing: border-box;
		font-size: 16px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		line-height: 1.5;
		text-align: left;
		vertical-align: middle;
		position: relative;
	}
	.recruit-single .cont08 .inner table th::after{
		position: absolute;
		bottom: 0;
		left: 0;
		content: "";
		background: #ccc;
		width: 320px;
		height: 1px;
	}
	.recruit-single .cont08 .inner table th .span01{
		padding-left: 6px;
		font-size: 14px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
	}
	.recruit-single .cont08 .inner table th .span01::before{
		content: "※";
	}
	.recruit-single .cont08 .inner table th .span02{
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: 60px;
		height: 25px;
		background: #ffdb25;
		font-size: 14px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		line-height: 25px;
		text-align: center;
	}
	.recruit-single .cont08 .inner table td{
		display: block;
		padding: 16px 0;
		box-sizing: border-box;
		font-size: 16px;
		line-height: 2;
		text-align: left;
		vertical-align: middle;
	}
	.recruit-single .cont08 .inner table td .check_wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 0 50px;
		padding: 1px 0 1px 15px;
	}
	.recruit-single .cont08 .inner table tr:nth-of-type(2) td .check_wrap{
		gap: 0 0;
	}
	.recruit-single .cont08 .inner table td .check_wrap .text02{
		font-size: 16px;
		line-height: 2.25;
		white-space: nowrap;
		margin-top: 10px;
	}
	.recruit-single .cont08 .inner table td .check_wrap:nth-of-type(1) .text02{
		margin-top: 0;
	}
	.recruit-single .cont08 .inner table td .check_wrap .check_btn_wrap{
		display: flex;
		flex-wrap: wrap;
		gap: 0 50px;
		width: auto;
		margin-left: 10px;
	}
	.recruit-single .cont08 .inner table td input[type="checkbox"]{
		-webkit-appearance: checkbox;
		margin: 0 4px 0 0;
	}
	.recruit-single .cont08 .inner table td .check_wrap .check_btn{
		line-height: 2.25;
	}
	.recruit-single .cont08 .inner table td input[type="text"],
	.recruit-single .cont08 .inner table td input[type="tel"],
	.recruit-single .cont08 .inner table td input[type="email"] {
		width: 100%;
		height: 100%;
		min-height: 50px;
		background: #ededed;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		border-radius: 5px;
		font-size: 14px;
		line-height: 1.5;
		border: none;
	}
	.recruit-single .cont08 .inner table td textarea{
		display: block;
		width: 100% !important;
		height: 180px !important;
		background: #ededed;
		border-radius: 5px;
		border: none;
		box-sizing: border-box;
		padding: 20px 30px;
	}
	.recruit-single .cont08 .inner .privacy_check{
		text-align: center;
		margin-top: 35px;
	}
	.recruit-single .cont08 .inner .privacy_check input{
		-webkit-appearance: checkbox;
		margin-right: 12px;
	}
	.recruit-single .cont08 .inner .privacy_check a{
		text-decoration: underline;
	}
	.recruit-single .cont08 .inner .button input{
		display: block;
		width: 320px;
		height: 50px;
		background: #fff;
		border: 2px solid #222;
		border-radius: 30px;
		color: #222;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		cursor: pointer;
		margin-top: 40px;
		transition: all .4s;
		position: relative;
	}
	.recruit-single .cont08 .inner .privacyBox{
		width: 340px;
		margin: 50px auto 0;
	}
	.recruit-single .cont08 .inner .privacyBox h4{
		height: 33px;
		background: #ffdb25;
		border-radius: 5px 5px 0 0;
		font-size: 16px;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		font-weight: bold;
		line-height: 35px;
		text-align: center;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox{
		height: 150px;
		background: #fff;
		border: 2px solid #ffdb25;
		padding: 20px;
		box-sizing: border-box;
		overflow-y: auto;
		border-radius: 0 0 10px 10px;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox::-webkit-scrollbar{
		width: 3px;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox::-webkit-scrollbar-track{
		background-color: transparent;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox::-webkit-scrollbar-thumb{
		background-color: #ccc;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox h5{
		font-size: 14px;
		font-weight: bold;
		font-family: "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
		line-height: 2;
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox h5::before{
		content: "■";
	}
	.recruit-single .cont08 .inner .privacyBox .txtBox .text03{
		font-size: 14px;
		line-height: 2;
		margin: 0 0 4px;
	}



/* contact
------------------------------------------------------------------------*/
	/* cont01 */
	.contact .cont01 {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
		margin: 40px auto 0;
	}
	.contact .cont01 .tel-box,
	.contact .cont01 .line-box {
		padding: 30px 0 25px;
		border-top: 1px solid #ededed;
	}
	.contact .cont01 .line-box {
		border-bottom: 1px solid #ededed;
	}
	.contact .cont01 h2{
		font-size: 16px;
	}
    .contact .cont01 .tel-box h2::before {
        content: '■';
        color: var(--main-color);
        padding-right: 5px;
    }
    .contact .cont01 .line-box h2::before {
        content: '■';
        color: #00b12b;
        padding-right: 5px;
    }
	.contact .cont01 .tel-box p {
		margin-top: 5px;
		line-height: 1.5;
	}
	.contact .cont01 .tel-box a {
		display: inline-block;
		font-size: 30px;
	}
	.contact .cont01 .line-box p {
		margin-top: 20px;
	}
	.contact .cont01 .line-box a {
		display: inline-block;
		color: #fff;
		font-size: 16px;
		line-height: 1;
		padding: 15px 30px 15px 70px;
		border-radius: 30px;
		background: url(img/contact-line_sp.png) no-repeat center left 30px #00b12b;
	}


	/* cont02 */
	.contact .cont02 {
		margin: 30px auto 0;
		padding: 0 15px;
	}
	.contact .cont02 h2{
		font-size: 16px;
	}
    .contact .cont02 h2::before {
        content: '■';
        color: var(--main-color);
        padding-right: 5px;
    }
	.contact .cont02 .lead {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.8;
	}
	.contact .cont02 .lead li:nth-of-type(n+2) {
		margin-top: 10px;
	}
	.contact .cont02 table{
		width:100%;
		margin: 20px auto 0;
		font-size: 14px;
	}
	.contact .cont02 table tr {
		display: block;
		padding: 20px 0;
		border-top: 1px solid #ededed;
	}
	.contact .cont02 table tr:last-of-type {
		border-bottom: 1px solid #ededed;
	}
	.contact .cont02 table tr:first-of-type {
		border-top: none;
	}
	.contact .cont02 table th{
		display: block;
		text-align: left;
		font-size: 16px;
		font-weight: bold;
		position: relative;
		margin-bottom: 15px;
	}
	.contact .cont02 table th span{
		color: #fff;
		background: var(--main-color);
		border-radius: 5px;
		padding: 7px 15px;
		font-size: 12px;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.contact .cont02 table td{
		display: block;
	}
	.contact .cont02 table td .radio-box {
		display: flex;
		flex-direction: column;
		gap: 10px 0;
	}
	.contact .cont02 table td .radio-box span {
		display: flex;
		align-items: center;
		gap: 0 5px;
	}
	.contact .cont02 table td .radio-box span input {
		margin: 0 !important;
	}
	.contact .cont02 table td input[type="text"],
	.contact .cont02 table td input[type="email"],
	.contact .cont02 table td input[type="tel"],
	.contact .cont02 table td select,
	.contact .cont02 table td textarea{
		width:100% !important;
		height: 60px !important;
		font-size:16px;
		font: inherit;
		padding: 5px;
		box-sizing: border-box;
		padding: 20px;
		border: none !important;
		background: #ededed;
		border-radius: 5px !important;
	}
	.contact .cont02 table td textarea{
		height: 250px !important;
	}
	.contact .cont02 tr.address-contact td {
		position: relative;
		padding-top: 30px;
	}
	.contact .cont02 tr.address-contact td span {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 14px;
	}
	.contact .cont02 tr.address-contact input:first-of-type {
		width: 160px !important;
		margin-right: 5px;
	}
	.contact .cont02 tr.address-contact input:nth-of-type(2) {
		width: 230px !important;
	}
	.contact .cont02 tr.address-contact input:last-of-type {
		margin-top: 10px !important;
	}
	.contact .cont02 .privacy_check{
		text-align: center;
		padding: 50px 0 20px;
		font-size: 16px;
	}
	.contact .cont02 .privacy_check a {
		text-decoration: underline;
	}
	.contact .cont02 .privacy_check div.mfp_err {
		text-align: center;
		background: url(img/mfp_error.gif) no-repeat top 7px left 30px;
	}
	.contact .cont02 .privacy_check input {
		width: 15px;
		height: 15px;
		border-radius: 3px;
		margin: 0 5px !important;
	}
	.contact .cont02 .privacy_check label {
		margin: 0 5px !important;
	}
	.contact .cont02 .button{
		text-align: center;
	}
	.contact .cont02 .button input[type="submit"] {
		font-family: var(--main-font) !important;
		width: 360px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
	}



/* thanks
------------------------------------------------------------------------*/
	.thanks .cont01{
		padding: 50px 15px;
		text-align: center;
	}
	.thanks .cont01 h2{
		text-align: center;
		font-size: 18px;
	}
	.thanks .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
	}
	.thanks .cont01 .button {
		margin-top: 40px;
	}
	.thanks .cont01 .button a{
		width: 280px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
	}



/* yonmaruyon yonichimaru
------------------------------------------------------------------------*/

	.yonmaruyon .cont01,
	.yonichimaru .cont01{
		padding: 50px 0;
		text-align: center;
	}
	.yonmaruyon .cont01 h2,
	.yonichimaru .cont01 h2{
		text-align: center;
		font-size: 20px;
	}
	.yonmaruyon .cont01 .text,
	.yonichimaru .cont01 .text{
		margin: 30px 0 0;
		font-weight: bold;
	}
	.yonmaruyon .cont01 .button ,
	.yonichimaru .cont01 .button {
		margin-top: 40px;
	}
	.yonmaruyon .cont01 .button a,
	.yonichimaru .cont01 .button a{
		width: 280px;
		border-radius: 60px;
		line-height: 1;
		padding: 20px 0;
		font-size: 16px;
		box-sizing: border-box;
		cursor: pointer;
		margin: auto;
		border: none;
		display: block;
		color: #fff;
		background: var(--main-color);
	}



/* footer
------------------------------------------------------------------------*/
	footer .inner{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px 0;
		padding: 60px 20px 160px;
		box-sizing: border-box;
		position: relative;
	}
	footer .inner .logo a{
		display: block;
		width: 250px;
		height: 83px;
		background: url("img/footer_logo_sp.png")no-repeat;
		background-size: 250px;
		padding: 83px 0 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	footer .inner .text_box .text01{
		line-height: 1;
		text-align: center;
	}
	footer .inner .text_box .text01::before{
		content: "[";
		padding-right: 4px;
	}
	footer .inner .text_box .text01::after{
		content: "]";
		padding-left: 4px;
	}
	footer .inner .text_box address{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		margin-top: 13px;
		text-align: center;
	}
	footer .inner .text_box .text02{
		line-height: 1.75;
	}
	footer .inner .text_box .place{
		line-height: 1.75;
	}
	footer .inner .text_box .tel-fax{
		line-height: 1.75;
	}
	footer .inner .text_box .tel-fax::before{
		content: "TEL/FAX：";
	}
	footer .inner ul{
		display: flex;
		justify-content: center;
		gap: 0 20px;
		width: 100%;
	}
	footer .inner ul li{
		line-height: 1;
	}
	footer .inner ul li a{
		font-weight: bold;
	}
	footer .inner ul li::before{
		content: "・";
	}
	footer .inner .copy{
		position: absolute;
		bottom: 100px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 10px;
		line-height: 1;
		white-space: nowrap;
	}

}



/* フェードアニメーション css
------------------------------------------------------------------------*/
/*ふわっと出る*/
.mv01_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 0
}
.mv01_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*下から*/
.mv02_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(0, 70px, 0);
	-moz-transform: scale(1, 1) translate3d(0, 70px, 0);
	-ms-transform: scale(1, 1) translate3d(0, 70px, 0);
	-o-transform: scale(1, 1) translate3d(0, 70px, 0);
	transform: scale(1, 1) translate3d(0, 70px, 0);
	opacity: 0
}
.mv02_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*右から*/
.mv03_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(100px, 0, 0);
	transform: scale(1, 1) translate3d(100px, 0, 0);
	opacity: 0
}
.mv03_off{
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: scale(1, 1) translate3d(0, 0, 0);
	-moz-transform: scale(1, 1) translate3d(0, 0, 0);
	-ms-transform: scale(1, 1) translate3d(0, 0, 0);
	-o-transform: scale(1, 1) translate3d(0, 0, 0);
	transform: scale(1, 1) translate3d(0, 0, 0);
	opacity: 1
}

/*左から*/
.mv04_on{
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	-webkit-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-moz-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-ms-transform: scale(1, 1) translate3d(-100px, 0, 0);
	-o-transform: scale(1, 1) translate3d(-100px, 0, 0);
	transform: scale(1, 1) translate3d(-100px, 0, 0);
	opacity: 0
}
.mv04_off{
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    -moz-transform: scale(1, 1) translate3d(0, 0, 0);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -o-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0);
    opacity: 1
}



/* swiper
------------------------------------------------------------------------*/

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}



/*mail form pro
----------------------------------------------------------*/
div#mfp_hidden {
	overflow: hidden;
	width: 1px;
	height: 1px;
	padding: 0px;
	margin: 0px;
}
div#mfp_hidden input {
	margin: 10px;
}
div.mfp_thanks {
	padding: 30px;
}
div.mfp_thanks p {
	line-height: 1.7em;
}
div.mfp_thanks ul.mfp_caution {
	margin: 0px;
	padding: 0px;
}
div.mfp_thanks ul.mfp_caution li {
	display: block;
	color: #C00;
	margin: 0px;
	padding: 5px 0px;
}
div#mfp_thanks {
	text-align: center;
	font-size: 18px;
	padding: 20px 0px;
}
div#mfp_thanks strong {
	color: #C00;
	font-size: 24px;
}
form#mailformpro {
	padding: 10px 0px;
	box-sizing: border-box;
}
form#mailformpro dl dt {
	float: left;
	width: 160px;
	clear: both;
	font-size: 12px;
	padding: 10px 0px;
	text-align: right;
	border-top: solid 1px #CCC;
	margin: 0px;
}
form#mailformpro dl dd {
	border-top: solid 1px #CCC;
	margin: 0px;
	padding: 10px 5px 20px 170px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}
form#mailformpro dl dd ul,form#mailformpro dl dd ol {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd ul li,form#mailformpro dl dd ol li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.must {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
.optionally {
	display: block;
	background-color: #06C;
	border: solid 2px #06C;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
}
form#mailformpro label {
	border-radius: 3px;
	margin: 3px;
	display: inline-block;
	white-space: nowrap;
}
table#mfp_confirm_table {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0;
}
table#mfp_confirm_table tr.mfp_colored {
	background-color: #F6F7F9;
}
table#mfp_confirm_table tr.mfp_achroma {
	background-color: #FFF;
}
table#mfp_confirm_table tr th,table#mfp_confirm_table tr td {
	text-align: left;
	border-top: solid 1px #CCC;
	padding: 9px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: 200px;
}
table#mfp_confirm_table tr td {
	line-height: 1.5em;
	word-break: break-all;
}
div#mfp_phase_confirm {
	clear: both;
}
div#mfp_phase_confirm h4 {
	font-size: 36px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
div#mfp_overlay {
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_overlay_inner {
	background-color: #FFF;
	padding: 15px;
	margin: 0px auto;
	border-radius: 5px;
	box-shadow: 0px 0px 10px #000;
	width: 640px;
	max-width: 90%;
}
div#mfp_overlay_background {
	background-color: #000;
	position: absolute;
	display: none;
	z-index: 10001;
}
div#mfp_loading_screen {
	z-index: 20000;
	opacity: 0.8;
	display: none;
	background-color: #000;
	position: absolute;
}
div#mfp_loading {
	z-index: 20001;
	position: absolute;
	display: none;
	width: 40px;
	height: 40px;
	background-image: url(img/mfp_loading.gif);
}
.mfp_colored {
	background-color: #F6F7F9;
}
.mfp_achroma {
	background-color: #FFF;
}
div.mfp_err {
	clear: both;
	display: none;
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F00;
	font-size: 14px;
	line-height: normal;
	background-image: url(img/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
.mfp_parent_error {
	border: solid 2px #F00;
}
.problem {
	background-color: #FCC;
}
div#mfp_error {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
}
div#mfp_error p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_error p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_warning {
	background-color: #FEE;
	border: solid 1px #F00;
	padding: 10px;
	display: none;
	border-radius: 5px;
}
div#mfp_warning p {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
div#mfp_warning p strong {
	font-size: 18px;
	color: #F00;
}
div#mfp_price {
	color: #C00;
	font-size: 36px;
	padding: 10px;
	font-weight: bolder;
}
div#mfp_price span {
	color: #666;
	font-size: 12px;
	font-weight: normal;
}
button.mfp_next,button.mfp_prev {
	font-size: 18px;
	margin: 10px;
	padding: 5px 10px;
}
button.mfp_next {
	float: right;
}
button.mfp_prev {
	float: left;
}
ul#mfp_phase_stat {
	padding: 10px;
	text-align: center;
}
ul#mfp_phase_stat li {
	display: inline-block;
	padding: 8px 15px;
	border-radius: 5px;
	margin: 0px 5px;
	list-style: none;
	font-size: 14px;
}
ul#mfp_phase_stat li.mfp_phase_arrow {
	box-shadow: none;
	color: #999;
	padding: 8px 0px;
}
ul#mfp_phase_stat li.mfp_active_phase {
	box-shadow: 0px 1px 6px #000;
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #0068B7;
	border: solid 2px #0068B7;
	font-weight: bolder;
	color: #FFF;
	text-shadow: 0px 1px 3px #000;
}
ul#mfp_phase_stat li.mfp_inactive_phase {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #EEE;
	border: solid 2px #EEE;
	color: #999;
	box-shadow: 0px 1px 6px #CCC;
}
div#mfp_shopping_cart {
	border: solid 1px #CCC;
	margin: 0px;
	padding: 0px;
}
div#mfp_shopping_cart p {
	margin: 0px;
	text-align: center;
	padding: 20px 10px;
	font-size: 12px;
	background-color: #FEE;
}
table.mfp_shoppingcart {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
table.mfp_shoppingcart thead tr td {
	background-color: #EEE;
	border-bottom: solid 1px #CCC;
	text-align: center;
	font-size: 12px;
	padding: 5px;
}
table.mfp_shoppingcart tbody tr th,table.mfp_shoppingcart tbody tr td {
	font-size: 12px;
	padding: 5px;
	border-bottom: solid 1px #CCC;
}
table.mfp_shoppingcart tbody tr td select {
	display: block;
	margin: 0px auto;
	text-align: center;
}
table.mfp_shoppingcart tbody tr td select option {
	text-align: center;
}
table.mfp_shoppingcart tbody tr th span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	color: #666;
	padding: 3px 0px;
}
table.mfp_shoppingcart tfoot tr td {
	padding: 5px;
	font-size: 16px;
	font-weight: bolder;
	color: #900;
}
td.msc_price {
	font-size: 12px;
	text-align: right;
}
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
div.mfp_buttons button#mfp_button_send {
	padding: 10px 100px;
	background-color: var(--main-color);
	border: 1px solid var(--main-color);
	color: #FFFFFF;
	cursor: pointer;
}
div.mfp_buttons button#mfp_button_cancel {
	padding: 10px 100px;
	border: 1px solid var(--main-color);
	color: var(--main-color);
	cursor: pointer;
	background:#fff;
}
.imagebutton {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	background: none;
}
.mfp_element_checkbox,
.mfp_element_radio {
	vertical-align: middle;
	margin: 0px 2px;
}
.mfp_element_file {
	font-size: 12px;
	display: inline-block;
	padding: 10px 10px;
	vertical-align: middle;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
.mfp_element_reset {
	color: #333;
}
button.mfp_next,button.mfp_prev {
	font-size: 14px;
}
input#mfp_reserve_item,input#mfp_reserve_date {
	display: none;
}
div#mfp_reserve_wrapper {
	position: relative;
	overflow: hidden;
	border: solid 1px #CCC;
}
div#mfp_reserve_inner {
	position: relative;
	padding: 0px 0px 0px 100px;
	overflow: auto;
}
div#mfp_reserve_wrapper table {
	border-spacing: 0px;
	border-collapse: collapse;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	background-color: #FEE;
	z-index: 100;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value {
	padding: 0px 0px 0px 0px;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning {
	cursor: pointer;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_active:hover,
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_warning:hover {
	background-color: #E8EEF9;
}
div#mfp_reserve_wrapper table.mfp_reserve_table_value tr td.mfp_reserve_current {
	background-color: #0068B7;
	color: #FFF;
}
td.mfp_reserve_disabled {
	background-color: #CCC;
}
td.mfp_reserve_warning {
	background-color: #FFC;
}
div#mfp_reserve_wrapper table tr td,div#mfp_reserve_wrapper table tr th {
	border: solid 1px #CCC;
	padding: 0px 5px;
	font-size: 12px;
	text-align: center;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-weight: normal;
	height: 20px;
	text-align: left;
}
td.mfp_reserve_week_0 {
	color: #F00;
	background-color: #FEE;
}
td.mfp_reserve_week_6 {
	color: #00F;
	background-color: #EEF;
}
div.mfp_ok {
	border: solid 1px #111;
	display: inline-block;
	padding: 1px 10px;
	margin-top: 5px;
	color: #111;
	font-size: 12px;
	display: none;
}
div.prefcodeWrapper {
	position: relative;
}
div.prefcodeResult {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 5px;
	border: solid 1px #CCC;
	background-color: #FFF;
	box-shadow: 0px 0px 5px #CCC;
	display: none;
}
div.prefcodeResult div {
	cursor: pointer;
}
div.prefcodeResult div:hover {
	background-color: #C9EBFB;
}
div.prefcodeResult div.prefcodeNext {
	background-color: #EEE;
	text-align: center;
}
div.prefLoading {
	padding: 60px 100px;
	background: url(img/mfp_zip_loading.gif) no-repeat center center;
}
.hidefield {
	height: 0px;
	overflow: hidden;
}
.showfield {
	height: auto;
	overflow: visible;
}
div.mfp_attached_thumbnails {
	display: none;
	padding: 5px;
	margin: 5px auto;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	background: #EEE;
}
div.mfp_attached_thumbnails ul {
	margin: 0px;
	padding: 0px;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0px;
	border: solid 4px #FFF;
	margin: 5px;
	box-shadow: 0px 2px 5px #999;
}
form#mailformpro dl dd div.mfp_attached_thumbnails ul li a {
	display: block;
	max-height: 100px;
	overflow: hidden;
}
div.mfp_attached_thumbnails ul li a img {
	display: block;
	max-width: 80px;
}
button.mfp_attached_reset {
	font-size: 14px;
}
div#mfp_OperationCheck div#mfp_OperationCheck_inner {
	display: none;
}
div#mfp_OperationCheck strong {
	background: #090;
	display: block;
	color: #222;
	text-align: center;
	border-radius: 3px;
}
div#mfp_OperationCheck * {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p {
	padding: 0px 5px;
	margin: 0px;
	font-size: 12px;
}
div#mfp_OperationCheck p a {
	color: #0C0;
	text-decoration: none;
}
div#mfp_OperationCheck p a:hover,
div#mfp_OperationCheck p button:hover {
	text-decoration: underline;
}
div#mfp_OperationCheck p button {
	border: none;
	background: none;
	color: #0C0;
	cursor: pointer;
}
div#mfp_OperationCheck ul li,
div#mfp_OperationCheck ul li label,
div#mfp_OperationCheck ul li label input {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	vertical-align: middle;
}
div#mfp_OperationCheck ul li {
	padding: 5px 10px;
}
div#mfp_OperationCheck ul li
{
	text-decoration: underline;
}
button#mfp_recorder_record,
button#mfp_recorder_clear,
button#mfp_recorder_restore {
	border-radius: 5px;
	padding: 5px 10px 5px 2em;
	border: solid 1px #CCC;
	background: gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -webkit-gradient(linear, center top, center bottom, from(#EEE), to(#CCC));
	background: -moz-linear-gradient(top, #EEE, #CCC);
	background: -ms-linear-gradient(top, #EEE 0%, #CCC 100%);
	text-shadow: 0px 2px 0px #FFF;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	display: inline-block;
	margin: 5px auto;
}
button#mfp_recorder_record {
	background: url(img/mfp_record_disabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_clear {
	background: url(img/mfp_record_remove.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button#mfp_recorder_restore {
	background: url(img/mfp_record_restore.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
button.enabled#mfp_recorder_record,
button.enabled#mfp_recorder_clear,
button.enabled#mfp_recorder_restore {
	background: url(img/mfp_record_enabled.png) no-repeat 5px center #EEE;
	background-size: 24px 24px;
}
div#mfp_recorder_wrap {
	border: solid 1px #CCC;
	padding: 10px;
	text-align: center;
	margin: 5px auto;
}
td.request_image {
	width: 100px;
}
td.request_image img {
	max-width: 100px;
}
span.mfp_tips {
	background-image: url(img/mfp_header.png);
	background-size: 100% 100%;
	background-color: #FCC;
	display: block;
	border-radius: 5px;
	padding: 10px;
	margin: 2px;
	box-shadow: 0px 2px 10px #999;
}
span.mfp_tips strong {
	color: #800040;
}
span.mfp_tips span {
	display: block;
	padding: 10px;
	color: #008080;
}
span.mfp_tips em {
	font-style: normal;
	color: #090;
	font-weight: bold;
}
@media screen and (max-width: 1240px) {
	div#mfp_overlay_background{
		width:1240px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:1240px !important;
	}
}
@media screen and (max-width: 800px) {
	form#mailformpro dl dt {
		float: none;
		width: auto;
		font-size: 12px;
		padding: 5px;
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
		border-top: none;
		padding: 5px 15px;
		font-size: 12px;
		line-height: 1.5em;
	}
	div.mfp_buttons button {
		font-size: 14px;
	}
	div#mfp_phase_confirm h4 {
		font-size: 18px;
	}
	ul#mfp_phase_stat {
		padding: 0px;
		text-align: left;
	}
	ul#mfp_phase_stat li {
		text-align: center;
		padding: 5px 0px;
		border-radius: 3px;
		margin: 5px;
		list-style: none;
		font-size: 14px;
		width: 28%;
	}
	ul#mfp_phase_stat li.mfp_phase_arrow {
		bos-shadow: none;
		display: none;
	}
	table#mfp_confirm_table tr th {
		white-space: nowrap;
		width: 150px;
	}
	div#mfp_thanks {
		text-align: center;
		font-size: 18px;
		padding: 20px 0px;
	}
	div#mfp_thanks strong {
		color: #C00;
		font-size: 24px;
		display: block;
	}
}

@media screen and (max-width: 441px) {
	div#mfp_overlay_background{
		width:440px !important;
		height: 100% !important;
	}
	div#mfp_overlay{
		width:440px !important;
	}
	div#mfp_overlay_inner{
		width:390px;
		max-width:none;
	}
	div.mfp_buttons button#mfp_button_send {
		padding: 10px 0;
		width:300px;
		margin-bottom: 10px;
	}
	div.mfp_buttons button#mfp_button_cancel {
		padding: 9px 0;
		width:300px;
		margin-right: 3px;
	}
}