@charset "utf-8";/*ページ用*/
/* ------------------------------------------------ */
#title {
	position: relative;
	text-align: center;
/*
	background-image: url("./img/parts/title.jpg");
	background-repeat: no-repeat;
	background-position: center top;
*/
	background-size: contain;
	background-attachment: fixed;
	padding: 80px 10px 50px 10px;
}
@media screen and (max-width: 767px) {
	#title {
		background-size: cover;
	}
}
#title::after {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
#page-detail #title {background-image: url("./img/title/detail.webp");}
#page-service #title {background-image: url("./img/title/service.webp");}
#page-contact #title {background-image: url("./img/title/contact.webp");}
#page-contact-confirm #title {background-image: url("./img/title/contact.webp");}
#page-contact-thanks #title {background-image: url("./img/title/contact.webp");}
#page-entry #title {background-image: url("./img/title/entry.webp");}
#page-entry-confirm #title {background-image: url("./img/title/entry.webp");}
#page-entry-thanks #title {background-image: url("./img/title/entry.webp");}

#page-interview #title {background-image: url("./img/title/title1.webp");}

#title div {
	position: relative;
	z-index: 1;
}
#title span {
	display: block;
	color: rgba(255,255,255,0.5);
	font-family: var(--font1);
	font-weight: 700;
	font-size: 60px;

	font-size: clamp(30px, 6vw, 60px);
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#title strong {
	display: block;
	font-size: 18px;
	color: rgba(255,255,255,0.8);
	font-weight: 700;
	line-height: 1em;
}
@media screen and (max-width: 767px) {
	#title{
		padding: 40px 10px;
	}
}
/* title------------------------------------------------ */
.title {
	line-height: 1em;
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.title {
		padding: 0px 10px;
	}
}
.title h2 {
	line-height: 1em;
}
.title h2 span {
	display: block;
	font-size: 40px;
	font-family: var(--font1);
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.title h2 b {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1em;
}
.title.h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.title.h3 h3 {
	color: #6d3511;
	font-size: 20px;
	font-weight: 400;
}
/* ------------------------------------------------ */
#page {
}
.div.page {
}
.pageinner {
}
#pageentry {
}
.pageentry {
}
.page-content {
}
@media screen and (max-width: 767px) {
	div.page {
		padding: 0px 10px;
	}
}
/* ------------------------------------------------ */
#page-archive {
	padding: 50px 0px;
}
/* ------------------------------------------------ */
article.content-single {
	padding: 50px 0px;
}
#single-entry {
	padding: 50px 0px;
}
.single-title {
	display: block;
	text-align: center;
	font-weight: 700;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
.single-title h2 {
}
.single-title h2 b {
	display: block;
	color: var(--black);
	font-size: 24px;
}
.single-title h2 em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.single-title h2 i {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-align: right;
}

.single-photo {
	margin-bottom: 30px;
}
.single-photo img {
	width: auto;
	margin: 0px auto;
}
.single-content {
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.single-content {
		padding: 10px 30px;
	}
}
.single-content:last-child {
}
.single-content img {
	display: inline-block;
}
.single-content img.aligncenter {
	display: block;
	margin: 0px auto;
}
.single-content img.alignleft {
	display: block;
	margin: 0px auto 0px 0px;
}
.single-content img.alignright {
	display: block;
	margin: 0px 0px 0px auto;
}
.single-content img.alignnone {
}
.single-content h1 {
	color: var(--white);
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	background-color: var(--color1);
	margin-bottom: 15px;
	padding: 10px 5px;
}
.single-content h2 {
	color: var(--color1);
	font-size: 26px;
	font-weight: 700;
	line-height: 1em;
	border-bottom: 3px solid var(--color1);
	margin-bottom: 15px;
	padding: 5px 5px;
}
.single-content h3 {
	color: var(--color1);
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	border-left: 5px solid var(--color1);
	margin-bottom: 15px;
	padding: 5px 5px;
}
.single-content h4 {
	color: var(--color2);
	font-size: 22px;
	margin-bottom: 15px;
}
.single-content h5 {
	color: var(--color2);
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content h6 {
	color: var(--color2);
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content h6 {
	font-size: 20px;
	margin-bottom: 15px;
}
.single-content p {
	margin-bottom: 15px;
}
.single-content p:last-child {
	margin-bottom: 0px;
}
.single-content p {
	margin-bottom: 20px;
}
.single-content p:last-child {
	margin-bottom: 0px;
}
.entry-footer {
	display: none;
	font-size: 0.688em;
	text-align: right;
	padding-top: 30px;
}
.single-content a {
	color: #2d84a7;
}
.single-content a:hover {
	color: #78accb;
}
/* ------------------------------------------------ */
.navigation {
}
.navigation h2 {
	display: none;
}
.navigation {
	padding: 30px 0px;
}
.nav-links {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.nav-previous,
.nav-next {
	display: table-cell;
	vertical-align: middle;
	padding: 0px 10px;
}
.nav-previous {
}
.nav-next {
	text-align: right;
}
.nav-links a {
	display: inline-block;
	color: #000;
	font-size: 0.8em;
	line-height: 1em;
	text-decoration: none;
	padding: 5px 10px;
}
.nav-links a:hover {
	background-color: #f2f2f2;
}
.nav-previous a::before {
	content: "<<"
}
.nav-next a::after {
	content: ">>"
}
.nav-links .meta-nav,
.nav-links .screen-reader-text {
	display: none;
}
.nav-links .post-title {
}
.wp-pagenavi {
	line-height: 1em;
	text-align: center;
	padding: 0px 0px 20px 0px;
}
.wp-pagenavi span,
.wp-pagenavi a {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	vertical-align: middle;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 2px;
}
.wp-pagenavi span.pages {
	display: none;
}
.wp-pagenavi span.extend {
	border: none;
}
.wp-pagenavi a.page {
	background-color: #f2f2f2;
}
.wp-pagenavi span.current {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: var(--color2);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	background-color: var(--gray6);
}
.wp-pagenavi a:hover {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: var(--color4);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before,
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::after {
	content: "";
	position: absolute;
	left: 50%;;
	top: 50%;
	width: 1px;
	height: 8px;
	background-color: var(--gray1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.wp-pagenavi a.previouspostslink:hover::before,
.wp-pagenavi a.nextpostslink:hover::before,
.wp-pagenavi a.previouspostslink:hover::after,
.wp-pagenavi a.nextpostslink:hover::after {
	background-color: var(--white);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::after {
	-webkit-transform: skewX(-35deg);
	transform: skewX(-35deg);
}
.wp-pagenavi a.previouspostslink::after,
.wp-pagenavi a.nextpostslink::before {
	-webkit-transform: skewX(35deg);
	transform: skewX(35deg);
}
.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::before {
	margin-top: -8px;
}
/* ------------------------------------------------ */
.widget_search {
	position: relative;
	max-width: 250px;
}
.headerwidget .widget_search {
	margin: 0px 0px 0px auto;
}
.widget_search label span.screen-reader-text {display: none;}
.widget_search button span.screen-reader-text {display: none;}
.widget_search label input[type="search"]{
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 5px;
}
.widget_search button[type="submit"]{
	position: absolute;
	right: 10px;
	top: 5px;
	width: 30px;
	height: 25px;
	background-color: transparent;
	background-image: url("./img/parts/search.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px;
	border: 0px;
	padding: 0;
	cursor: pointer;
}
/* ------------------------------------------------ */
.article-outer {
}
.article-inner {
}
/* ------------------------------------------------ */
.bloc {
	position: relative;
	background-color: var(--white);
	margin: 0px auto;
	padding: 0px;
}
@media screen and (min-width: 768px) {
/*
	.bloc {
		min-height:96vh;
	}
*/
}
.outer {
	position: relative;
	z-index: 1;
}
.bloc .outer {
	padding: 50px 0px;
}
.inner {
}
.inner::after {
	content: "";
	display: block;
	clear: both;
}
.inner:last-child {
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0px 10px;
	}
}
.inner p {margin-bottom: 30px;}
.inner p:last-child {margin-bottom: 0px;}
/* ------------------------------------------------ */
#index {
}
/* --------- */
.bloc#index-news {
}
.bloc#index-news .outer {
}
.index-news {
}
.index-news ul {
	margin-bottom: 30px;
}
.index-news ul li {
	border-bottom: 1px dashed #000;
	padding: 10px;
}
@media screen and (min-width: 768px) {
	.index-news ul::after {
		display: block;
		content: "";
		clear: both;
	}
	.index-news ul li {
	}
}

.index-news ul li a {
	display: block;
	text-decoration: none;
	padding: 0px 10px;
}
.index-news ul li a div {
	margin-bottom: 5px;
}
.index-news ul li a div img {
	margin: 0px auto;
}
.index-news ul li a dl {
}
.index-news ul li a dl dt {
	line-height: 1.2em;
}
.index-news ul li a dl dt span {
	display: inline-block;
	font-size: 13px;
}
.index-news ul li a dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--color1);
	padding: 3px 5px;
}
.index-news ul li a dl dt strong {
	display: block;
	font-size: 16px;
}
.index-news ul li a dl dd {
}
.index-news ul li a dl dd p {
	font-size: 13px;
	line-height: 1.4em;
}
@media screen and (max-width: 767px) {
	.index-news ul {
		display: block;
		width: auto;
	}
	.index-news ul li {
		display: block;
		margin-bottom: 10px;
		padding: 0px;
	}
	.index-news ul li a div {
		display: table-cell;
		width: 30%;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl {
		display: table-cell;
		vertical-align: top;
		padding: 0px 10px;
	}
	.index-news ul li a dl dt {
		line-height: 1.2em;
	}
	.index-news ul li a dl dt span {
	}
	.index-news ul li a dl dt strong {
	}
	.index-news ul li a dl dd {
	}
}

#news {
}
.news {
}
.news-list {
}
.news-list ul {
}
.news-list ul li {
	border-bottom: 1px solid #000;
	padding: 15px 5px;
}
.news-list ul li:last-child {
	border-bottom: none;
}
.news-list ul li dl {
	margin-bottom: 15px;
}
.news-list ul li dl dt {
	border-bottom: 1px solid #ccc;
}
.news-list ul li dl dt span {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	line-height 1em;
	padding-right: 10px;
}
.news-list ul li dl dt em {
	display: inline-block;
	color: var(--white);
	font-size: 11px;
	line-height: 1em;
	background-color: var(--red1);
	padding: 3px 5px;
}
.news-list ul li dl dt a {
	display: block;
	color: var(--red1);
	font-size: 20px;
	line-height: 1.4em;
	text-decoration: none;
}
.news-list ul li dl dt a:hover {
	color: var(--white);
}
.news-list ul li dl dt a strong {
}
.news-list ul li dl dd {
}
/* ------------------------------------------------ */
.pp {
}
@media screen and (min-width: 768px) {
	.pp {
		padding: 10px 20px;
	}
}
.pp-top {
	margin-bottom: 20px;
}
.pp dl {
	margin-bottom: 20px;
}
.pp dl dt {
	color: var(--color3);
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.pp dl dd {
	padding: 0px 20px;
}
.pp dl dd p {
}
.pp dl dd ol {
}
.pp dl dd ol li {
}
.pp dl dd ol li ol {
	margin-left: 20px;
}
/* ------------------------------------------------ */
#index-movie {
	text-align: center;
/*
	color: var(--white);
	background-image: url("./img/index/movie-bg.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	background-size: cover;
	background-attachment: fixed;
	background-color: var(--black);
*/

}
#index-movie .outer {
	padding: 20px 0px;
}
#index-movie .title {
}
.index-movie {
	padding: 10px 0px;
}
.index-movie .movie {
	border: 1px solid var(--white);
}
/* ------------------------------------------------ */
#index-list {
	background-color: var(--black);
}
.bloc#index-list .outer {
	padding: 50px 0px 50px 0px;
}
.index-list {
}
.index-list ul {
}
.index-list ul li {
	position: relative;
	z-index: 0;
}
.index-list-inner {
	position: relative;
	z-index: 1;
}
.index-list ul li a {
	display: block;
	z-index: 0;
	position: relative;
	color: var(--white);
}
@media screen and (max-width:999px) {
	.index-list ul li {
		padding: 0px 20px 40px 20px;
	}
}
@media screen and (min-width:1000px) {
	.index-list ul {
		display: table;
		width: 100%;
		table-layout: fixed;
		border-spacing: 10px 0px;
	}
	.index-list ul li {
		display: table-cell;
		vertical-align: top;
	}

}
.index-list ul li h2 {
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
	font-size: 36px;
	font-size: clamp(32px, 4.2vw, 42px);
	font-weight: 700;
	line-height: 1.4em;
}
.index-list-main {
	position: relative;
	z-index: 0;
}
@media screen and (max-width:767px) {
	.index-list-main {
		margin-bottom: 10px;
	}
}
.index-list-main::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.index-list ul li a:hover .index-list-main::after {
	background-color: rgba(0,0,0,0.8);
}
.index-list-img {
}
.index-list-img img {
}
.index-list-link {
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}
.index-list-link span {
	display: block;
	line-height: 1em;
	background-color: rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.1);
	padding: 15px 50px 15px 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.index-list ul li a:hover .index-list-link span {
	background-color: rgba(0,0,0,0.8);
	background-color: rgba(255,255,255,0.5);
}
.index-list-link span::before,
.index-list-link span::after {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: 0px;
}
.index-list-link span::before {
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
}
.index-list-link span::after {
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	margin-top: -6px
}
.index-list ul li a .index-list-tex {
	line-height: 1.4em;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
@media screen and (min-width:768px) {
	.index-list ul li a .index-list-tex {
		position: absolute;
		z-index: 2;
		left: 20px;
		bottom: 50px;
		opacity: 0;
		font-size: 14px;
		line-height: 1.4em;
	}
	.index-list ul li a:hover .index-list-tex {
		opacity: 1;
	}
}







/* ------------------------------------------------ */
.bloc#company-message .outer {
	padding: 0px 0px 50px 0px;
}
#company-message {
	color: var(--white);
	background-color: var(--black);

}
.company-message {
	position: relative;
	padding: 0px 0px;
}
.message-top {
/*
	position: absolute;
	right: 0px;
	top: 90px;
	text-align: right;
*/
	text-align: center;
	padding: 120px 0px 20px 0px;
}

.message-top strong {
	display: inline-block;
	color: var(--white);
	font-size: 20px;
	font-size: 2rem;
	font-size: 2vw;
	font-size: clamp(36px, 6vw, 60px);
	font-weight: 700;
	line-height: 1.2em;
}

@media screen and (max-width:767px) {
	.message-img {
	}
	.message-img img {
		margin: 0px auto;
	}
}
@media screen and (min-width:768px) {
	.message-img {
		display: none;
	}
}
.message-tex {
	position: relative;
/*
	background-color: #fff;
	background-color: var(--white);
	background-image: url("./img/company/message.jpeg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 280px;
	width: 48%;
	margin: 0px 0px 0px auto;
	padding: 30px 0px;
*/
}
@media screen and (max-width:767px) {
	.message-tex {
		padding: 30px 0px 0px 0px;
	}
}
@media screen and (min-width:768px) {
	.message-tex {
		background-image: url("./img/company/message.jpeg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		background-size: cover;
		padding: 30px 0px;
	}
	.message-tex::after {
		content: "";
		position: absolute;
		left: 0;top: 0;
		z-index: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 31%,rgba(0,0,0,0.4) 70%,rgba(0,0,0,0.8) 100%);

	}
}
.message-tex .title,
.message-tex .width {
	position: relative;
	z-index: 1;
}
.message-tex p {
}
.message-tex p:last-child {
	text-align: right;
	padding-top: 10px;
}
@media screen and (min-width:768px) {
	.message-tex p {
		width: 48%;
		margin: 0px 0px 0px auto;
	}
}
/* ------------------------------------------------ */
.bloc#recruit-message .outer {
	padding: 0px 0px 50px 0px;
}
#recruit-message {
	position: relative;
	color: var(--white);
	background-color: #fff;
	background-color: var(--white);
	background-image: url("./img/recruit/recruit-top.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-size: cover;
}
#recruit-message::before {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.recruit-message {
	position: relative;
	padding: 0px 0px;
}
.recruit-message {
}
.recruit-message-tex {
	position: relative;
	z-index: 1;
	margin: 0px auto 0px 0px;
	padding: 100px 0px 50px 0px;
}
.recruit-message-tex strong {
	display: inline-block;
	color: var(--white);
	font-size: 60px;
	font-size: clamp(40px, 6vw, 60px);
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 30px;
}
.recruit-message-tex p {
	font-size: 24px;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 500;
}
.recruit-message-tex p b {
	font-size: 50px;
	font-size: clamp(36px, 5vw, 50px);
}
.recruit-link {
}
.recruit-link ul {
}
.recruit-link ul li {
	padding: 10px;
}
.recruit-link ul li a {
	display: block;
	position: relative;
	z-index: 1;
	color: var(--white);
	font-weight: 700;
	-moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
}
.recruit-link ul li a::before {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.recruit-link ul li a:hover::before {
	background-color: rgba(0,0,0,0.3);
}
.recruit-link ul li a h2 {
	display: inline-block;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 10px;
	font-size: 30px;
	font-size: clamp(30px, 3.6vw, 36px);
	line-height: 1.6em;
	padding: 30px 10px 5px 10px;
}
.recruit-link-link {
	display: block;
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}
.recruit-link-link span {
	display: block;
	line-height: 1em;
	background-color: rgba(255,255,255,0.5);
	background-color: rgba(0,0,0,0.1);
	padding: 15px 50px 15px 30px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.recruit-link ul li a:hover .recruit-link-link span {
	background-color: rgba(0,0,0,0.8);
	background-color: rgba(255,255,255,0.5);
}
.recruit-link-link span::before,
.recruit-link-link span::after {
	content: "";
	position: absolute;
	z-index: 0;
	right: 0px;
	bottom: 0px;
}
.recruit-link-link span::before {
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 100%;
	background-color: rgba(255,255,255,0.1);
}
.recruit-link-link span::after {
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
	margin-top: -6px
}
.recruit-link-entry {
	text-align: center;
	padding: 50px 0px;
}
.recruit-link-entry a {
}

/* ------------------------------------------------ */
.bloc#katsuken-top .outer,
.bloc#interview-top .outer,
.bloc#flow-top .outer {
	padding: 0px 0px 50px 0px;
}
.bloc#katsuken-top .inner,
.bloc#interview-top .inner,
.bloc#flow-top .inner {
	padding: 0px;
}
#recruitpage-top {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	background-size: cover;
}
#katsuken-top #recruitpage-top {
	background-image: url("./img/recruit/atmosphere-top.webp");
}
#interview-top #recruitpage-top {
	background-image: url("./img/recruit/interview-top.webp");
}
#flow-top #recruitpage-top {
	background-image: url("./img/recruit/flow-top.webp");
}
#recruitpage-top::before {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.recruitpage-top {
	position: relative;
	z-index: 1;
	color: var(--white);
}
.recruitpage-top strong {
	display: block;
}
.recruitpage-top strong b {
	display: inline-block;
	font-size: 40px;
	font-size: clamp(30px, 4vw, 40px);
	font-weight: 700;
	line-height: 1em;
}
.recruitpage-top div {
}
.recruitpage-top div img {
}
.recruitpage-top p {
	font-size: 20px;
	font-size: clamp(15px, 2vw, 20px);
	font-weight: 700;
	padding: 10px 20px 10px 10px;
}
@media screen and (min-width:768px) {
	.recruitpage-top strong {
		position: absolute;
		left: 0px;
		bottom: 30px;
	}
	.recruitpage-top p {
		text-align: right;
		padding: 80px 20px 30px 10px;
	}
}
@media screen and (max-width: 767px) {
	.recruitpage-top strong {
		display: block;
		text-align: center;
		padding: 10px 10px 10px 10px;
	}
}
/* ------------------------------------------------ */
.katsuken-list {
}
/* ------------------------------------------------ */
#interview-list {
}
.interview-list {
}
.interview-list ul {
}
.interview-list ul li {
	position: relative;
	border-bottom: 5px solid #000;
	padding: 50px 0px ;
}
.interview-list-title {
}
.interview-list-photo {
}
.interview-list-tex {
}
@media screen and (min-width:768px) {
	.interview-list-title {
		position: absolute;
		top: 50px;
		width: 50%;
	}
	.interview-list-photo img {
		width: 500px;
		width: 45%;
	}
	.interview-list-tex {
		position: absolute;
		top: 100px;
		width: 50%;
	}
	.interview-list ul li:nth-child(odd) .interview-list-title,
	.interview-list ul li:nth-child(odd) .interview-list-tex {
			right: 0px;
	}
	.interview-list ul li:nth-child(even) .interview-list-title,
	.interview-list ul li:nth-child(even) .interview-list-tex {
			left: 0px;
	}
	.interview-list ul li:nth-child(odd) .interview-list-photo img {
		margin: 0px auto 0px 0px;
	}
	.interview-list ul li:nth-child(even) .interview-list-photo img {
		margin: 0px 0px 0px auto;
	}
}
.interview-list-title h3 {
	font-weight: 700;
	padding: 10px 0px;
}
.interview-list-title h3 span {
	display: inline-block;
	color: var(--white);
	font-size: 13px;
	line-height: 1em;
	vertical-align: middle;
	background-color: var(--black);
	padding: 5px 10px;
}
.interview-list-title h3 strong {
	display: inline-block;
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	vertical-align: middle;
	line-height: 1em;
	padding: 0px 10px;
}
.interview-list-title h3 strong b {
}
.interview-list-photo img {
}
@media screen and (max-width:767px) {
	.interview-list-photo img {
		margin: 0px auto;
	}
}
.interview-list-tex dl {
}
.interview-list-tex dl dt {
}
.interview-list-tex dl dt span {
	display: inline-block;
	line-height: 1em;
	vertical-align: middle;
}
.interview-list-tex dl dd {
	padding: 10px 0px;
}
.interview-list-tex dl dd p {
	font-size: 20px;
	font-size: clamp(18px, 2vw, 20px);
	font-weight: 700;
}
/* --------------------- */
#interview-det {
}
.interview-det-title {
	position: relative;
}
@media screen and (max-width:767px) {
	.interview-det-title {
		margin-bottom: 30px;
	}
}
@media screen and (max-width:767px) {
	.interview-det-title {
		text-align: center;
		padding: 5px 10px;
	}
}
.interview-det-title h3 {
}
@media screen and (min-width:768px) {
	.interview-det-title h3 {
		position: absolute;
		z-index: 2;
		left: 40px;
		top: 50%;
		transform: translateY(-50%);
		color: var(--white);
	}
}
.interview-det-title-name {
	border-bottom: 1px solid var(--black);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.interview-det-title-name span {
	display: inline-block;
	color: var(--white);
	line-height: 1em;
	background-color: var(--black);
	vertical-align: middle;
	padding: 5px 10px;
}
.interview-det-title-name strong {
	display: inline-block;
	font-size: 22px;
	font-size: clamp(18px, 2.2vw, 22px);
	line-height: 1em;
	vertical-align: middle;
	padding: 0px 10px;
}
.interview-det-title-name strong b {
	font-size: 30px;
	font-size: clamp(24px, 3.6vw, 36px);
}
@media screen and (min-width:768px) {
	.interview-det-title-name {
		border-bottom: 1px solid var(--white);
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.interview-det-title-name span {
		color: var(--black);
		background-color: var(--white);
		padding: 10px 10px;
	}
}
.interview-det-title-status {
	border-bottom: 1px solid var(--black);
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.interview-det-title-status span {
	display: inline-block;
	font-size: 22px;
	font-size: clamp(18px, 2.2vw, 22px);
	line-height: 1em;
	vertical-align: top;
	padding: 0px 10px;
}
@media screen and (min-width:768px) {
	.interview-det-title-status {
		border-bottom: 1px solid var(--white);
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.interview-det-title-status span {
		display: inline-block;
		font-size: 22px;
		font-size: clamp(18px, 2.2vw, 22px);
		line-height: 1em;
		vertical-align: top;
		padding: 0px 10px;
	}
}
.interview-det-title-comment {
}
.interview-det-title-comment b {
	display: block;
	font-size: 40px;
	font-size: clamp(24px, 4vw, 40px);
	line-height: 1.4em;
}
.interview-det-title-status {
}
.interview-det-title-img {
	position: relative;
	z-index: 0;
}
@media screen and (min-width:768px) {
	.interview-det-title-img::after {
		content: "";
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	background: linear-gradient(to right,  rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 30%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
	}
}
.interview-det-title-img img {
}
@media screen and (max-width:767px) {
	.interview-det-title-img img {
		max-width: 400px;
		margin: 0px auto;
	}
}
@media screen and (max-width:400px) {
	.interview-det-title-img img {
		max-width: 100%;
	}
}
.interview-det {
	padding: 10px 10px;
}
@media screen and (min-width:768px) {
	.interview-det {
		padding: 50px 30px;
	}
}
.interview-det::after {
	content: "";
	display: block;
	clear: both;
}
.interview-det dl {
	margin-bottom: 20px;
}
@media screen and (min-width:768px) {
	.interview-det dl {
		overflow: hidden; 
		margin-bottom: 40px;
	}
}
.interview-det dl dt {
	font-weight: 500;
	color: var(--white);
	line-height: 1.2em;
	background-color: var(--color1);
/*
	border: 1px solid var(--black);
*/
	padding: 8px 5px 8px 10px;
}
@media screen and (min-width:768px) {
	.interview-det dl dt {
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
		border-radius: 50px;
		padding: 10px 5px 10px 20px;
	}
}
.interview-det dl dd {
	font-weight: 500;
	padding: 10px 10px;
}
.interview-img {
}
@media screen and (min-width:768px) {
	.interview-img {
		width: 450px;
		margin-bottom: 40px;
	}
	.interview-img-left {
		float: left;
		padding: 0px 40px 0px 0px;
	}
	.interview-img-right {
		float: right;
		padding: 0px 0px 0px 40px;
	}
}
@media screen and (max-width:767px) {
	.interview-img {
		margin-bottom: 30px;
	}
	.interview-img img {
		max-width: 400px;
		margin: 0px auto;
	}
}
@media screen and (max-width:400px) {
	.interview-img img {
		max-width: 100%;
	}
}
.interview-det-nav {
}
.interview-det-nav span {
}
.interview-det-nav {
	position: relative;
	height: 30px;
}
.interview-det-nav div {
	position: absolute;
}
.interview-det-nav div.interview-det-nav1 {
	left: 0px;
}
.interview-det-nav div.interview-det-nav2 {
	right: 0px;
}
.interview-det-nav div a {
	display: inline-block;
	vertical-align: middle;
}
.interview-det-nav div a span {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 1em;
}
.interview-det-nav div.interview-det-nav1 a span {
	padding-left: 20px;
}
.interview-det-nav div.interview-det-nav2 a span {
	padding-right: 20px;
}
.interview-det-nav div a span::before {
	display: inline-block;
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
}
.interview-det-nav div.interview-det-nav1 a span::before {
	left: 0px;
	border-width: 5px 8px 5px 0px;
	border-color: transparent var(--color2) transparent transparent;
}
.interview-det-nav div.interview-det-nav2 a span::before {
	right: 0px;
    border-width: 5px 0px 5px 8px;
    border-color: transparent transparent transparent var(--color2);
}
/* ------------------------------------------------ */
#flow-list {
}
.flow-list {
}
.flow-list ul {
	border-spacing: 20px 10px;
}
.flow-list ul li {
	position: relative;
	text-align: center;
	background-color: #e6e6e6;
	border: 1px solid #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	padding: 10px;
}
.flow-list ul li::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 12px;
	border-color: transparent transparent transparent #ccc;
}
.flow-list ul:last-child li:last-child::after {
	display: none;
}
.flow-list ul li dl {
	display: block;
}
.flow-list ul li dl dt {
	display: block;
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 10px;
}
.flow-list ul li dl dd {
	display: block;
}
.flow-list ul li dl dd img {
	width: 220px;
	margin: 0px auto 10px auto;
}
.flow-list ul li dl dd p {
}
/* ------------------------------------------------ */
#detail-list {
}
.detail-list {
}
.detail-list-bloc {
	padding: 50px 0px;
}
.detail-list-title {
	text-align: center;
	margin-bottom: 30px;
}
.detail-list-title h3 {
	font-size: 40px;
	font-size: clamp(15px, 4vw, 40px);
	font-weight: 700;
	line-height: 1em;
}
.detail-list-photo {
	margin-bottom: 30px;
}
.detail-list-photo img {
	margin: 0px auto;
}
.detail-list-tex {
}
.detail-list-tex dl {
}
.detail-list-tex dl dt {
}
.detail-list-tex dl dd {
}
/* ------------------------------------------------ */
#service-list {
}
#service-list p {
	text-align: center;
	margin-bottom: 30px;
}
.service-list {
	text-align: center;
}
/* ------------------------------------------------ */
#recruit-btm {
	background-color: rgba(0,0,0,0.3);
	padding: 40px 10px;
}
.recruit-btm {
	text-align: center;
}
.recruit-btm p {
	color: var(--white);
	font-size: 36px;
	font-size: clamp(22px, 3.6vw, 36px);
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 10px;
}
.recruit-btm ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-spacing: 0px;
}
.recruit-btm ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 4px;
}
@media screen and (min-width:768px) {
	.recruit-btm ul li {
		padding: 10px;
	}
}
.recruit-btm ul li a {
	display: block;
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px 3px rgba(0,0,0,0.2);
}
.recruit-btm ul li:nth-child(1) a {background-image: url("./img/test/recruit-link1.webp");}
.recruit-btm ul li:nth-child(2) a {background-image: url("./img/test/recruit-link2.webp");}
.recruit-btm ul li a::before {
	content: "";
	position: absolute;
	left: 0;top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.recruit-btm ul li a:hover::before {
	background-color: rgba(0,0,0,0.1);
}
.recruit-btm ul li a::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 95%;
	height: 90%;
	border: 1px solid #fff;
}
.recruit-btm ul li a span {
	display: block;
	position: relative;
	z-index: 1;
	color: var(--white);
	font-weight: 700;
	line-height: 1em;
	padding: 40px 0px;
}
@media screen and (min-width:768px) {
	.recruit-btm ul li a span {
		padding: 60px 0px;
	}
}
.recruit-btm ul li a span b {
	display: block;
	font-size: 24px;
	font-size: clamp(20px, 2.4vw, 24px);
	line-height: 1em;
	line-height: 1em;
}
/* ------------------------------------------------ */
#index-movie {
}
.index-movie {
}
/* ------------------------------------------------ */