@charset "utf-8";

/*
Theme Name: ecco recruit
Author: kubota
Version: 2.1
*/

/*
カスタマイズは add.cssへ
style.cssは変更しないこと
*/

/*
---------------------------------------
reset
---------------------------------------
*/

/*
----------------------------------------
reset
----------------------------------------
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote: before, blockquote:after,
q: before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor:help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}


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

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.video {
	max-width: 800px;
	margin: 30px auto;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.pc-none {
	display: none;
}

a.main-bg-color {
	transition: all .2s;
}

a.main-bg-color:hover {
	box-shadow: 0 4px 8px rgba( 0, 0, 0, .25 );
}

/* clearfix */

.clear::before,
.clear::after {
	display: table;
	content: ' ';
}
.clear::after {
	clear: both;
}

.btn-01 a {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	padding: 15px 30px;
	color: #fff;
	border-radius: 4px;
}

.btn-01 a svg {
	transform: translateX( -5px );
	transition: all .2s;
}

.btn-01 a:hover svg {
	transform: translateX( -2px );
}

a.link-txt {
	text-decoration: underline;
}

ul.list-01 {
	display: inline-block;
	text-align: left;
	margin-bottom: 20px;
}

ul.list-01 li {
	padding-left: 1.5rem;
	line-height: 1.6;
	margin-bottom: 10px;
	position: relative;
}

ul.list-01 li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 10px;
}


/*
----------------------------------------
default
----------------------------------------
*/

a {
	color: #000;
	text-decoration: none;
}

ul, ol {
	list-style: none;
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.ofi img {
	object-fit: cover;
	font-family: 'object-fit: cover;' /* ie */
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

.wrap {
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
}


/*
----------------------------------------
form
----------------------------------------
*/

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	border: solid 1px #ccc;
	padding: 10px 15px !important;
	box-sizing: border-box;
	margin-right: 10px;
	text-align: left !important;
}

input[type=email],
input[type=tel],
input.l {
	width: 100%;
	margin: 0 !important;
}

textarea {
	margin: 0 !important;
	width: 100% !important;
	height: 20rem !important;
}

select {
	padding: 7px 35px 7px 15px !important;
	background: url( img/common/arrow-select.svg ) right 10px center / 10px no-repeat !important;
}


/*
----------------------------------------
flex
----------------------------------------
*/

.flex {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.flex.nowrap {
	flex-wrap: nowrap;
}

.flex.reverce {
	flex-direction: row-reverse;
}

.flex.item-center {
	align-items: center;
}

/* column */

.contents .flex > * {
	box-sizing: border-box;
	padding: 10px;
	box-sizing: border-box;
}

.flex.col-02 > * {
	width: 50%;
}

.flex.col-03 > * {
	width: 33.3333%;
}

.flex.col-04 > * {
	width: 25%;
}

.flex.col-05 > * {
	width: 20%;
}

.flex.col-06 > * {
	width: 16.6666%;
	font-size: 1.3rem;
}

.flex figure {
	margin-bottom: 5px;
}


/*
----------------------------------------
h1 - h6
----------------------------------------
*/

h1, h2, h3, h4, h5, h6  {
	font-weight: normal;
	line-height: 1.6;
}


/*
----------------------------------------
font
----------------------------------------
*/

.gothic {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

.mincho {
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
}

strong {
	font-weight: normal;
}


/*
----------------------------------------
ttl
----------------------------------------
*/

.ttl-01 {
	font-size: 1.8rem;
	line-height: 1.4;
	text-align: center;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.ttl-01 .en-01 {
	font-size: 4.8rem;
}

.ttl-01 .under-line {
	width: 60px;
	height: 3px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX( -50% );
}

.ttl-02 {
	align-items: center;
	position: relative;
	margin-bottom: 120px;
}

.ttl-02 .ttl {
	font-size: 1.8rem;
	line-height: 1.2;
	width: 25%;
	z-index: 99;
}

.ttl-02 .ttl .en-01 {
	font-size: 4.8rem;
}

.ttl-02 .txt {
	width: 75%;
	font-size: 1.5rem;
	z-index: 99;
}

.ttl-02 .bg {
	color: #032322;
	opacity: .05;
	position: absolute;
	top: 0;
	left: -80px;
	font-size: 16rem;
	font-weight: 500;
	line-height: 1;
}

.ttl-03 {
	font-size: 2.6rem;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
	margin-bottom: 40px;
}

.ttl-03 span {
	display: inline-block;
	flex: 2;
	height: 2px;
}

.ttl-03 span:nth-child(1) {
	margin-right: 30px;
}

.ttl-03 span:nth-child(2) {
	margin-left: 30px;
}


/*
----------------------------------------
layout
----------------------------------------
*/

html[lang="ja"] {
	margin-top: 0 !important;
}

html[lang="ja"] #wpadminbar {
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 2;
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	text-align: center;
	color: #323232;
	position: relative;
	min-width: 300px;
	-webkit-text-size-adjust: 100%;
    overflow-scrolling: touch;
}

body.fixed {
	overflow: hidden;
	position: fixed;
	width: 100vw;
	height: 100vh;
}

body * {
	box-sizing: border-box;
}

#wrapper > header {
	height: 100px;
}

#wrapper > header .flex {
	align-items: center;
	flex-wrap: nowrap;
	height: 100px;
}

#identity {
	padding-left: 30px;
	line-height: .5;
}

#wrapper > header h1 {
	font-size: 1.4rem;
	color: #555;
	padding-left: 30px;
	margin-right: auto;
}

#head-tel {
	padding: 5px 30px;
}

#head-tel svg {
	font-size: 1.8rem;
}

#head-tel .num {
	font-size: 2.8rem;
	line-height: 1.2;
}

#head-tel .note {
	font-size: 1.2rem;
	color: #555;
}

#menu-btn {
	line-height: .5;
	position: fixed;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 999999;
}

#menu-btn > div,
#menu-btn > div span {
	display: inline-block;
	transition: all .4s;
}

#menu-btn > div {
	width: 100px;
	height: 100px;
	position: relative;
}

#menu-btn > div span {
	position: absolute;
	width: 30px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translate( -50%, -50% );
	background-color: #fff;
}

#menu-btn > div span:nth-of-type(1) {
	margin-top: -10px;
}

#menu-btn > div span:nth-of-type(2) {
}

#menu-btn > div span:nth-of-type(3) {
	margin-top: 10px;
}

#menu-btn.active > div span:nth-of-type(1) {
	-webkit-transform: translate( -50%, 10px ) rotate( -45deg );
	transform: translate( -50%, 10px ) rotate( -45deg );
}
#menu-btn.active > div span:nth-of-type( 2 ) {
	opacity: 0;
}

#menu-btn.active > div span:nth-of-type(3) {
	-webkit-transform: translate( -50%, -10px ) rotate( 45deg );
	transform: translate( -50%, -10px ) rotate( 45deg );
}

#g-nav {
	position: fixed;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	overflow: auto;
	text-align: left;
	padding-bottom: 40px;
	z-index: 999999;
	-webkit-overflow-scrolling: touch;
	transform: translateX( -120% );
	transition: all .6s;
	-webkit-overflow-scrolling: touch;
}

body.fixed #g-nav {
	transform: translateX( 0 );
}

#g-nav .logo {
	padding: 29px 30px;
	line-height: .5;
}

#g-nav ul {
	padding: 0 30px;
	line-height: 1.6;
}

#g-nav li {
	position: relative;
	margin-bottom: 5px;
}

#g-nav li li {
	margin: 5px 0 0;
}

#g-nav li a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: 0;
	background: rgba( 255, 255, 255, .2 );
	transition: all .4s;
}

#g-nav li a:hover::after {
	right: 0;
}

#g-nav ul a {
	display: block;
	padding: 10px 30px;
	color: #fff;
	font-size: 1.8rem;
	position: relative;
	z-index: 999;
}

#nav-btn {
	padding: 30px;
}

#nav-btn a {
	font-size: 1.8rem;
}

#nav-btn .tel-btn {
	margin-right: 20px;
}

#nav-btn a {
	display: block;
	background: #fff;
	padding: 10px 30px 10px 15px;
	transition: all .2s;
}

#nav-btn a:hover {
	background: #737b80;
	color: #fff;
}

#nav-btn a:hover svg {
	color: #fff;
}

#nav-btn a svg {
	margin-right: 10px;
}

.overlay {
	background: rgba( 0, 0, 0, .5 );
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}

body.fixed .overlay {
	opacity: 1;
	visibility: visible;
	z-index: 99999;
}

#contact-btn {
	position: fixed;
	right: 30px;
	bottom: 30px;
	line-height: .5;
	z-index: 99999;
	transition: all .4s;
}

#contact-btn.entry {
	opacity: 0;
	z-index: -1;
}

#contact-btn li {
	margin-top: 10px;
}

#contact-btn a {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	border: solid 1px rgba( 255, 255, 255, .5 );
	transform: scale( .9 );
	transition: all .4s;
}

#contact-btn a:hover {
	transform: scale( 1 );
}

#contact-btn a.line {
	background: #00b900;
	transition: all .4s;
}

#contact-btn a.line:hover {
	box-shadow: 0 4px 8px rgba( 0, 0, 0, .25 );
}

footer .wrap {
	padding: 60px 20px;
	align-items: center;
}

footer .logo {
	margin-right: auto;
	padding-right: 30px;
	line-height: .5;
}

footer .bottom-menu li {
	padding: 0 20px;
	font-size: 1.5rem;
}

footer .copyright {
	font-size: 1.2rem;
	padding: 20px;
}

#main-img {
	width: 100%;
	background: #eee;
	position: relative;
}

/*
----------------------------------------
home
----------------------------------------
*/

#home #wrapper > header {
	padding-right: 100px;
}

#home #main-img {
	height: 400px;
	background: #eee;
	padding: 20px;
}

#home #main-img .txt {
	position: relative;
	top: 50%;
	transform: translateY( -50% );
}

#home #main-img .center {
	text-align: center;
}

#home #main-img .right {
	text-align: left;
	margin-left: 50%;
}

#home #main-img .en-01 {
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.8rem;
}

#home #main-img h1 span {
	display: inline-block;
	background: #fff;
	padding: 5px 20px;
	margin-top: 10px;
	font-size: 3.2rem;
}

#home .info-box {
	padding: 60px 0;
}

#home .recruit-box {
	padding: 60px 0 20px;
}

#home .recruit-box .ttl-01 {
	padding-bottom: 0;
	margin-bottom: 25px;
}

#home .recruit-box .job {
	background: #fff;
	padding: 40px;
	margin-bottom: 50px;
}

#home .recruit-box .main.img {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 40% 60%;
}

#home .recruit-box .main .ttl {
	grid-row: 1 / 1;
	grid-column: 2 / 3;
	padding: 20px 20px 20px 40px;
	align-items: center;
	position: relative;
	margin-bottom: 30px;
}

#home .recruit-box .main .ttl .line {
	display: inline-block;
	width: 30px;
	height: 1px;
	position: absolute;
	left: -10px;
	top: 50%;
}

#home .recruit-box .main h2 {
	font-size: 2rem;
	margin-right: auto;
}

#home .recruit-box .main .update {
	font-size: 1.2rem;
	line-height: 30px;
	height: 30px;
	border-radius: 15px;
	background: #fff;
	padding: 0 20px;
}

#home .recruit-box .main .photo {
	grid-row: 1 / 3;
	grid-column: 1 / 2;
	padding-right: 30px;
	line-height: .5;
}

#home .recruit-box .main .photo a {
	display: inline-block;
	line-height: .5;
	background: #000;
	overflow: hidden;
}

#home .recruit-box .main .photo a img {
	transition: all .6s;
}

#home .recruit-box .main .photo a:hover img {
	transform: scale( 1.1 );
	opacity: .8;
}

#home .recruit-box .main .read {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
	font-size: 1.5rem;
}

#home .recruit-box .info {
	border-bottom: solid 1px #e5e5e5;
	margin: 40px 0;
	font-size: 1.5rem;
}

#home .recruit-box .info dt,
#home .recruit-box .info dd {
	border-top: solid 1px #e5e5e5;
	padding: 30px;
}

#home .recruit-box .info dt {
	width: 15%;
	background: #f7f7f7;
	text-align: center;
}

#home .recruit-box .info dd {
	width: 35%;
}

#home .recruit-box .btn-set {
	justify-content: space-between;
}

#home .recruit-box .btn-set > p {
	width: calc( 50% - 10px );
}

#home .faq-box {
	padding: 20px 0;
}

#home .faq-box .faq {
	background: #fff;
	padding: 40px;
	margin-bottom: 50px;
}

#home .faq-box .faq h3 {
	background: #f7f7f7;
	font-size: 2rem;
	padding: 20px;
	margin-bottom: 40px;
}

#home .faq-box .faq h3 .q {
	display: inline-block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 2.2rem;
	text-align: center;
	padding: 6px;
	margin-right: 10px;
	vertical-align: middle;
}

#home .faq-box .faq h4 {
	font-size: 2rem;
	margin-bottom: 20px;
}

#home .faq-box .faq .read {
	font-size: 1.5rem;
}

#home .access-box {
	padding: 20px 0 2px;
}

#home .map {
	margin: 40px 0 0;
}

#home .map iframe {
	width: 100%;
	height: 600px;
}

#home .company {
	font-size: 1.4rem;
	background: #fff;
	padding: 0 20px 40px;
	z-index: 99;
}

#home .company .logo {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 140px;
	background: #f5f5f5;
	border-radius: 50%;
	border: solid 4px #fff;
	margin: -45px auto 20px;
	position: relative;
}

#home .company .logo img {
	max-width: 100px;
	max-height: 100px;
}

#home .company h3 {
	font-size: 1.7rem;
	margin-bottom: 10px;
}


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

#single #wrapper > header {
	padding-right: 100px;
}

/* info-box */

#single .info-box {
	padding: 80px 0;
}

#single .info-box h2 {
	font-size: 3rem;
	margin-bottom: 30px;
}

#single .info-box h2 {
}

/* works */

#single .works-box {
	padding: 80px 0 40px;
}

#single .works-box .ttl {
	padding: 160px 30px 240px;
	margin-bottom: -80px;
	font-size: 1.8rem;
	color: #fff;
	position: relative;
}

#single .works-box .ttl::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba( 0, 0, 0, .25 );
}

#single .works-box .ttl h2 {
	position: relative;
	z-index: 99;
}

#single .works-box .ttl .en-01 {
	font-size: 4.8rem;
	position: relative;
	z-index: 99;
}

#single .works-box .flex {
	background: #fff;
	position: relative;
	z-index: 99;
	padding: 60px;
	justify-content: space-between;
}

#single .works-box .list {
	width: calc( 50% - 20px );
	background: #f7f7f7;
	padding: 30px;
	position: relative;
}

#single .works-box .list h3 {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	transform: translateY( -50% );
	text-align: center;
	font-weight: bold;
}

#single .works-box .list li {
	position: relative;
	padding: 5px 0 5px 2.8rem;
}

#single .works-box .list svg {
	position: absolute;
	top: 14px;
	left: 0;
}

#single .works-box .read {
	width: calc( 50% - 40px );
}

#single .works-box .read h3 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

#single .works-box .read .txt {
	font-size: 1.5rem;
}

#single .attraction-box {
	padding: 40px 0;
}

#single .attraction-box .point {
	margin-bottom: 150px;
	position: relative;
}

#single .point::before {
	content: '';
	position: absolute;
	top: -40px;
	bottom: 40px;
	background: #eee;
	z-index: 99;
}

#single .point:nth-child(even)::before {
	left: 0;
	right: 50%;
}

#single .point:nth-child(odd)::before {
	left: 50%;
	right: 0;
}

#single .point .txt {
	background: #fff;
	margin-top: 12rem;
	font-synthesis: 1.5rem;
	text-align: left;
	padding: 80px;
	position: relative;
}

#single .point:nth-child(even) .txt {
	margin-left: calc( 50% - 40px );
	margin-right: 100px;
}

#single .point:nth-child(odd) .txt {
	margin-right: calc( 50% - 40px );
	margin-left: 100px;
}

#single .point .en-01 {
	font-size: 12rem;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 80px;
	transform: translateY( -65% );
	z-index: 99;
}

#single .point h3 {
	font-size: 2.8rem;
	margin-bottom: 20px;
}

#single .attraction-box .merit-list {
	justify-content: space-between;
	font-size: 2.4rem;
	margin-bottom: 40px;
}

#single .attraction-box .merit-list li {
	text-align: center;
}

#single .attraction-box .merit-list li span.flex {
	width: 200px;
	height: 200px;
	background: #fff;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-style: solid;
	border-width: 8px;
	line-height: 1.5;
}

#single .concept-box {
	padding: 60px 0 20px;
}

#single .concept-box .ttl-02 .bg {
	color: #fff;
	opacity: .1;
}

#single .concept-list .flex {
	justify-content: center;
}

#single .concept-list li {
	width: 30%;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 60px;
	padding: 0 10px;
}

#single .concept-list .en-01 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 24px;
	border-radius: 12px;
	background: rgba( 255, 255, 255, .25 );
	padding: 0 15px;
	margin-bottom: 10px;
}

#single .message-box {
	padding: 160px 0 80px;
}

#single .message-box .wrap {
	background: #fff;
	padding: 80px;
	position: relative;
}

#single .message-box .ttl-01 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	transform: translateY( -50% );
}

#single .message-box .flex > figure {
	width: 35%;
	padding-right: 40px;
}

#single .message-box .flex > .txt {
	width: 65%;
	font-size: 1.5rem;
}

#single .message-box .txt h3 {
	font-size: 2.8rem;
	margin: 20px 0;
}

#single .message-box .txt .name {
	margin-top: 40px;
	text-align: right;
	font-size: 1.6rem;
}

#single .event-box .slick_container {
	position: relative;
}

.slick_container .slick-prev,
.slick_container .slick-next {
	width: 50px;
	height: 50px;
	transform: translateY( -120% );
	z-index: 9999;
}

.slick_container .slick-prev:before,
.slick_container .slick-next:before {
	display: inline-block;
	font-family: "Font Awesome 5 pro";
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding: 15px;
	box-sizing: border-box;
	background: #000;
	opacity: 1;
}

.slick_container .slick-prev:before {
	content: '<';
	/* content: '\f053'; */
}

.slick_container .slick-next:before {
	content: '>';
	/* content: '\f054'; */
}

.slick_container .slick-prev svg,
.slick_container .slick-next svg {
	width: 50px;
	height: 50px;
	padding: 15px;
	border-radius: 50%;
}

.slick_container .slick-prev {
	left: calc( 25% - 25px );
}

.slick_container .slick-next {
	right: calc( 25% - 25px );
}

#single .event-box .slider {
	background: #fff;
	margin-top: 60px;
	margin-bottom: 80px;
}

#single .event-box .slider figure {
	padding: 2px;
}

#single .event-box .slider img {
	width: 100%;
}

#single .event-box .slider figcaption {
	font-size: 1.8rem;
	padding: 20px;
}

#single .event-box .slider figcaption .quote {
	display: inline-block;
	font-family: ’游明朝’, YuMincho, ’ヒラギノ明朝 ProN W3’, ’Hiragino Mincho ProN’, ’ＭＳ Ｐ明朝’, ’ＭＳ 明朝’, serif;
	color: #ccc;
	font-size: 5rem;
	line-height: 2rem;
	transform: translateY( 100% );
}

#single .interview-box {
	padding: 60px 0;
}

#single .interview-box #tabs {
	margin-bottom: 8px;
}

#single .interview-box #tabs li {
	width: calc( ( 100% - 24px ) / 4 );
	margin-right: 8px;
}

#single .interview-box #tabs li:nth-child(4) {
	margin-right: 0;
}

#single .interview-box #tabs a {
	background: #fff;
	align-items: center;
	padding: 20px;
	transition: all .2s;
}

#single .interview-box #tabs a.active .main-color,
#single .interview-box #tabs a:hover .main-color {
	color: #fff;
}

#single .interview-box #tabs figure {
	width: 40%;
	text-align: center;
	line-height: .5;
	padding-right: 20px;
	margin-bottom: 0;
	box-sizing: border-box;
}

#single .interview-box #tabs .txt {
	line-height: 1.6;
}

#single .interview-box #tabs figure + .txt {
	width: 60%;
}

#single .interview-box #tabs .post {
	font-size: 1.4rem;
}

#single .interview-box #tabs .name {
	font-size: 2rem;
}

#single .interview-box .tab-contents {
	background: #fff;
	padding: 60px;
}

#single .interview-box .tab-contents figure {
	float: right;
	padding: 0 0 20px 40px;
}

#single .interview-box .tab-contents h3 {
	font-size: 2.2rem;
	margin-bottom: 30px;
}

#single .interview-box .tab-contents h3 span {
	font-size: 1.6rem;
}

#single .interview-box .tab-contents dt {
	font-size: 2rem;
	line-height: 1.6;
	font-style: italic;
	margin-bottom: 10px;
	padding-left: 70px;
	position: relative;
}

#single .interview-box .tab-contents dt > span {
	display: inline-block;
	width: 60px;
	height: 1px;
	position: absolute;
	left: 0;
	top: 16px;
}

#single .interview-box .tab-contents .list-02 {
	clear: both;
}

#single .interview-box .tab-contents dd {
	font-size: 1.5rem;
	margin-bottom: 30px;
}

#single .schedule-box {
	padding: 80px 0;
}

#single .schedule-box .schedule-list ul {
	padding-left: 120px;
}

#single .schedule-box .schedule-list li {
	border-left: solid 2px #e5e5e5;
	padding: 30px 0 30px 30px;
	font-size: 1.5rem;
	position: relative;
}

#single .schedule-box .schedule-list li::after {
	content: '';
	border-top: dotted 1px rgba( 0, 0, 0, .15 );
	position: absolute;
	left: -120px;
	right: 0;
	top: 0;
}

#single .schedule-box .schedule-list li:first-child::after {
	display: none;
}

#single .schedule-box .schedule-list .time {
	position: absolute;
	left: -120px;
	top: 50%;
	width: 90px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	transform: translateY( -50% );
}

#single .schedule-box .schedule-list .time span {
	display: block;
	padding-right: 6px;
	position: relative;
}

#single .schedule-box .schedule-list .time span::before,
#single .schedule-box .schedule-list .time span::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	right: -1px;
	border: solid 10px transparent;
	border-right: solid 8px #fff;
	border-left: solid 8px transparent;
}

#single .schedule-box .schedule-list .time span::before {
	top: -1px;
	border-top: solid 10px #fff;
}

#single .schedule-box .schedule-list .time span::after {
	bottom: -1px;
	border-bottom: solid 10px #fff;
}

#single .schedule-box .schedule-list li h3 {
	font-size: 2rem;
}

#single .schedule-box .schedule-list li h3 .circle {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	border-style: solid;
	border-width: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate( calc( -50% - 1px ), -50% );
}

#single .career-box {
	padding: 60px 0;
}

#single .career-box .career {
	justify-content: center;
	align-items: flex-end;
}

#single .career-box .career > div {
	width: calc( ( 100% - 15px ) / 4 );
	margin-right: 5px;
	position: relative;
}

#single .career-box .career > div:nth-child(4n) {
	margin-right: 0;
}

#single .career-box .career-01 {
	padding: 40px 30px;
	background: #fff;
	margin-top: 60px;
}

#single .career-box .career-02 {
	padding: 60px 30px;
	background: #fff;
	margin-top: 40px;
}

#single .career-box .career-03 {
	padding: 80px 30px;
	background: #fff;
	margin-top: 20px;
}

#single .career-box .career-04 {
	padding: 100px 30px;
}

#single .career-box div:last-of-type .jp {
	background: rgba( 255, 255, 255, .25 );
}

#single .career-box div:last-of-type dt .under-line {
	background: rgba( 255, 255, 255, .5 );
}

#single .career-box .career .num {
	position: absolute;
	left: 50%;
	top: 0;
	font-size: 1.4rem;
	padding: 0 15px;
	border-radius: 3px;
	transform: translate( -50%, -50% );
}

#single .career-box .career .num.main-color {
	background: #fff;
	border-style: solid;
	border-width: 2px;
}

#single .career-box .career dt {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 25px;
	position: relative;
}

#single .career-box .career dt .under-line {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 30px;
	height: 1px;
	transform: translateX( -50% );
}

#single .career-box .career .jp {
	font-size: 1.4rem;
	line-height: 30px;
	border-radius: 15px;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#single .career-box .career .en-01 {
	font-size: 3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#single .career-box .career dd {
	font-size: 1.4rem;
}

#single .requirement-box {
	padding: 40px 0;
}

dl.table {
	border-bottom: solid 1px #dbdbdb;
}

dl.table dt {
	width: 30%;
	border-top: solid 1px #dbdbdb;
	padding: 30px;
	font-weight: bold;
}

dl.table dd {
	width: 70%;
	border-top: solid 1px #dbdbdb;
	padding: 30px 0;
}

dl.table dd li {
	padding: 5px 0 5px 15px;
	position: relative;
}

dl.table dd li .circle {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 20px;
}

#single .flow-box {
	padding: 40px 0;
	margin-bottom: 40px;
}

#single .flow-box > .wrap {
	padding: 0;
}

#single .flow-box .flow-list {
	justify-content: space-between;
}

#single .flow-box .step {
	padding: 0 20px;
}

#single .flow-box .col-2 .step {
	width: calc( 100% / 2 );
}

#single .flow-box .col-3 .step {
	width: calc( 100% / 3 );
}

#single .flow-box .col-4 .step {
	width: calc( 100% / 4 );
}

#single .flow-box .col-5 .step {
	width: calc( 100% / 5 );
}

#single .flow-box .flow-list {
	margin-top: 60px;
}

#single .flow-box .flow-list .icon {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

#single .flow-box .flow-list .icon svg {
	position: absolute;
	right: -20px;
	top: 50%;
	font-size: 2.4rem;
	transform: translate( 50%, -50% );
}

#single .flow-box .flow-list figure {
	width: 200px;
	height: 200px;
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 50%;
	border-style: solid;
	border-width: 8px;
	margin: 0 auto;
}

#single .flow-box .flow-list dt {
	text-align: center;
	margin-bottom: 20px;
	position: relative;
}

#single .flow-box .flow-list dt .en-01 {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 30px;
	border-radius: 15px;
	padding: 0 15px;
	margin-bottom: 5px;
}

#single .flow-box .flow-list dt .jp {
	font-size: 2.6rem;
	position: relative;
	padding-bottom: 10px;
}

#single .flow-box .flow-list dt .under-line {
	width: 30px;
	height: 1px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX( -50% );
}

#single .flow-box .flow-list dd {
	font-size: 1.4rem;
	text-align: center;
}

#single .flow-box .flow-list dd .txt {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

#single .flow-box .flow-list dd .arrow {
	display: none;
}

#single .entry-box {
	padding: 40px 0;
}

#single .entry-box .notice {
	background: #f7f7f7;
	padding: 40px;
	font-size: 1.4rem;
}

#single .entry-box .form-group {
	-js-display: flex;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding: 30px 0;
	margin-bottom: 0;
	border-bottom: dotted 1px rgba( 0, 0, 0, .3 );
}

#single .entry-box .form-group > label,
#single .entry-box .form-group > .jobboard-form-attachment {
	width: 40%;
	padding-right: 90px;
	position: relative;
}

.sjb-page .sjb-detail .list-data h3 {
	display: none;
}

#single .entry-box .form-group > input,
#single .entry-box .form-group > textarea,
#single .sjb-page .sjb-detail .jobpost-form .file {
	width: 60% !important;
}

#single .sjb-page .sjb-detail .jobpost-form .file > span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 90px;
}

#single s.sjb-page .sjb-detail .jobpost-form label {
	margin-bottom: 10px;
}

#single .sjb-page .sjb-detail .jobpost-form label.small {
	margin: 0 20px 0 0;
}

#single .sjb-page .sjb-detail .jobpost-form label.small input {
	margin: 0 10px 0 0;
	transform: translateY( -4px );
}

#single .sjb-page p {
	font-size: 1.2rem;
	line-height: 2;
	margin: 0;
}

#single .sjb-page .btn-primary,
#single .sjb-page .btn-primary:hover,
#single .sjb-page .btn-primary:active:hover,
#single .sjb-page .btn-primary:active:focus,
#single .sjb-page .sjb-detail .jobpost-form .file div,
#single .sjb-page .sjb-detail .jobpost-form .file:hover div {
	font-size: 2rem;
	border-radius: 4px;
}

#single .sjb-page .sjb-detail .jobpost-form .required {
	position: absolute;
	right: 30px;
	top: 0;
}

#single .sjb-page .sjb-detail .jobpost-form .required span {
	display: inline-block;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	font-size: 1.4rem;
	padding: 4px 10px;
}

#single .sjb-page .sjb-detail .jobpost-form .file div,
#single .sjb-page .sjb-detail .jobpost-form .file:hover div {
	padding: 2px 30px;
}

#single #req-box {
	position: fixed;
	right: 30px;
	bottom: 30px;
	border-style: solid;
	border-width: 2px;
	background: #fff;
	opacity: 0;
	z-index: 9999;
	transition: all .4s;
}

#single #req-box.active {
	opacity: 1;
}

#single #req-box .txt {
	line-height: 1.6;
	padding: 20px;
}

#single #req-box .req-num {
	text-align: center;
}

#single .pp-box {
	background: #fafafa;
	border: solid 1px #e5e5e5;
	padding: 30px;
	margin: 30px 0;
	max-height: 200px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#single .pp-box h3 {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

#single .pp-box p {
	font-size: 1.4rem;
}

#single .profile-box {
	padding: 60px 0;
}

#single .other-box {
	padding: 40px 0;
}

#single .other-box .job {
	width: calc( ( 100% - 80px ) / 3 );
	margin-right: 40px;
}

#single .other-box .job:nth-child(3n) {
	margin-right: 0;
}

#single .other-box .job a {
	display: block;
	background: #fff;
	transition: all .6s;
}

#single .other-box .job a:hover {
	background: #f7f7f7;
}

#single .other-box .job figure {
	line-height: .5;
	overflow: hidden;
	background: #000;
	text-align: center;
}

#single .other-box .job figure img {
	width: 100%;
	transition: all .6s;
}

#single .other-box .job a:hover figure img {
	transform: scale( 1.1 );
	opacity: .8;
}

#single .other-box .job .txt {
	padding: 20px 30px;
	font-size: 1.5rem;
	text-align: center;
}

#single .other-box .job h4 {
	font-size: 2rem;
	margin-bottom: 10px;
}

#single .other-box .job .read {
	text-align: left;
}

#single .other-box .job .view-btn {
	display: inline-block;
	margin: 30px auto 10px;
	font-size: 1.4rem;
	padding: 10px 80px;
	border-radius: 4px;
	transition: all .6s;
}

#single .other-box .job a:hover .view-btn {
	background: #000;
}

#single .sjb-page .jobboard-form-attachment label {
	width: 25%;
}

#single .sjb-page .jobboard-form-attachment label + div {
	width: 75%;
}

#single .sjb-page .form-buttons {
	margin: 40px 0;
}

#single #entryConfirmButton,
#single #entryBackButton,
#single #entryShamSubmitButton {
	width: auto;
	max-width: 100%;
	border: none;
	border-radius: 5px;
	background: #ccc;
	color: white;
	padding: 10px 80px;
	font-size: 1.8rem;
	cursor: pointer;
	transition: all .2s;
	margin-bottom: 0;
	-webkit-appearance: button;
}

#single #entryConfirmButton:hover,
#single #entryBackButton:hover,
#single #entryShamSubmitButton:hover {
	box-shadow: 0 4px 8px rgba( 0, 0, 0, .25 );
}


/*
----------------------------------------
thanks
----------------------------------------
*/

#thanks .ttl {
	padding: 60px 20px 30px 20px;
}

#thanks .read {
	min-height: calc( 100vh - 571px );
	padding: 60px 0;
	border-bottom: solid 2px #eee;
}

#thanks .read .wrap {
	text-align: center;
}

#thanks .btn-01 {
	margin-top: 30px;
}

#thanks .btn-01 a {
	display: inline-block;
}


/*
----------------------------------------
not-found
----------------------------------------
*/

#not-found .ttl {
	padding: 60px 20px 30px 20px;
}

#not-found .read {
	min-height: calc( 100vh - 571px );
	padding: 60px 0;
	border-bottom: solid 2px #eee;
}

#not-found .read .wrap {
	text-align: center;
}

#not-found .read h3 {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

#not-found .read p {
	margin-bottom: 30px;
}

#not-found .btn-01 {
	margin-top: 30px;
}

#not-found .btn-01 a {
	display: inline-block;
}
