/*-------------------------------------------------------------------------
LOADING
------------------------------------------------------------------------*/
/*mainVisual*/

/*layout*/


/*------------------------------------------------------------------------- FORM DESIGN ------------------------------------------------------------------------*/

@charset "utf-8";

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

a:hover,
a:link,
a:visited,
ins {
	text-decoration: none
}

a,
body {
	color: #3a4451;
    font-family: 'Noto Sans Japanese'!important;
}

.btn_type_A_title,
.fixed_ctr_inner {
	transform: translateY(-50%) translateX(-50%)
}

.que,
.st_h,
body,
img {
	width: 100%
}

.form_1,
.form_2,
table {
	border-collapse: collapse
}

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

img,
input,
select {
	vertical-align: middle
}

button,
input[type=email],
input[type=mail],
input[type=password],
input[type=submit],
input[type=text],
select,
textarea {
	margin: 0;
	padding: 0;
	background: 0;
	border: 0;
	border-radius: 0;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-weight: 400
}

a,
a img,
select {
	background: 0 0
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

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

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

ins,
mark {
	background-color: #ff9;
	color: #000
}

mark {
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

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

table {
	border-spacing: 0
}

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

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

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

a img {
	border: 0 #fff
}

.cf:after,
.cf:before,
.wp-pagenavi:after,
.wp-pagenavi:before {
	content: "";
	display: table
}

.cf:after,
.wp-pagenavi:after {
	clear: both
}

.cf,
.wp-pagenavi {
	zoom: 1
}

::selection {
	background: #b2fcff;
}

::-moz-selection {
	background: #b2fcff;
}

select {
	-webkit-appearance: none;
	appearance: none;
	font-size: inherit;
	color: inherit;
	-moz-appearance: none;
	text-indent: .01px;
	text-overflow: ''
}

select::-ms-expand {
	display: none
}

input {
	display: block;
	margin: auto auto 3em
}

body {
	position: relative;
	letter-spacing: .1em;
	font-size: 14px;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	transition: .5s;
	font-weight: 400;
	/* font-family: arial, sans-serif; */
	font-family: 'Noto Sans Japanese';
	overflow-x: hidden;
	word-wrap: break-word;
}

body:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: #FFF;
	z-index: 1001;
	position: fixed;
	top: 100%;
	left: 0;
	transition-delay: 0.3s;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 10%, #16F5FE 100%); */
	background-color: rgb(0, 133, 255);
	z-index: 1000;
	position: fixed;
	top: 100%;
	left: 0;
	transition-delay: 0;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

body.transition:after {
	top: 0;
}

body.transition:before {
	top: 0;
}
body {
	background-color: #f1f1f1;
}

body.home {
	background-color: #fff;
}

.que {
	height: 750pt
}

.depth_1 {
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
}

.btw {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.footer_middle.btw, .footer_nav .btw{
	width: 100%;
	flex-wrap: nowrap;
}

.str {
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	/*border-top: 1px solid #eee;*/
    padding: 20px 0;
}
.str:last-child{
	/*border-bottom: 1px solid #eee;*/
}

.ps_right {
	justify-content: flex-end
}

.ps_top {
	align-items: flex-start
}

.ps_ctr {
	align-items: center;
}

.ps_btm {
	align-items: flex-end
}

.fixed_ctr {
	z-index: -1
}

.fixed_ctr_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	z-index: 0
}

.ol_bg,
.st_h {
	position: relative
}

.st_h {}

.ol_bg:after {
	background: url(img/movie_overlay.png) top left;
	z-index: 1;
	opacity: .4
}

.lower_header.ol_bg:after {
	opacity: .5
}

.ol_bg:after,
.ol_bg_white:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	content: '';
	display: block
}

.sp_nav_wrap,
.sp_overlay {
	position: fixed;
	height: 100%;
	top: 0
}

.ol_bg_white:after {
	background: hsla(0, 0%, 100%, .8);
	z-index: -1;
	opacity: .8
}

p, h2 {
	margin-bottom: 20px
}

.txt_c {
	text-align: center
}

.txt_l {
	text-align: left
}

.txt_r {
	text-align: right
}

.sp_txt_l {
	text-align: center;
}

.small_note {
	font-size: 80%;
}

.a_line {
	border-bottom: 1px solid #0b71ff;
	color: #0b71ff
}

img {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
}

img:after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #000000;
	top: 0;
	left: 0;
	z-index: 1111
}

.a_line:hover {
	opacity: .7
}

.op {
	transition: .3s;
	opacity: 1
}

.op:hover {
	opacity: .8
}

.pc_hide {
	display: none !important;
}

.grd_txt {
	/* background: linear-gradient(-45deg, #B43104 0%, #16F5FE 80%, rgb(27, 203, 209) 100%); */
	/*background-color:#fff;*/
	/*-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;*/
	background: transparent;
	color: #fff;
	/*background-color: rgba(255,255,255);*/
}
.grd_txt1{
	color: #0085FF;
}
.photos{
	height: 300px;
}

.div_instar #instagram-feed1 img {
    margin: auto;
    margin-bottom: 10px;
}

.div_instar #photos{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.div_instar #photos img {
	max-width: 100%;
    height: auto;
	display: block;
}

.div_instar #photos .masongram-image-caption-container{
	padding:0;
}

.div_instar #photos a{
	display: block;
    height: 100%;
    width: 100%;
}
.div_map{
	/*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);*/
}
.div_map iframe{
	width: 100%;
    height: 33.4375vw;
    vertical-align: middle;
}

.hd_sns{
	display: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.grd_txt {
		background: none;
		color: #B43104;
	}

	.grd_txt i {
		background: none !important;
		color: #B43104 !important;
	}
}

_::-webkit-full-page-media,
_:future,
:root .grd_txt {
	background: none;
	color: #B43104;
	-webkit-text-fill-color: currentcolor;
	-webkit-background-clip: border-box !important;

}

.inner {
	/* max-width: 1180px; */
	max-width: 1300px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.inner.contact {
	margin-bottom: 120px;
}

.narrow_inner {
	max-width: 900px;
	padding: 0 10px;
	width: 100%;
	margin: 0 auto;
}

.back_top_btn {
	position: fixed;
	bottom: -100%;
	right: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #000000;
	border-radius: 25px;
	transition: 0.3s;
	z-index: 100;
}

.back_top_btn:hover {
	background: #000000;
}

.back_top_btn a {
	color: #000000;
	display: block;
	width: 100%;
	height: 100%;
	letter-spacing: 0;
	line-height: 45px;
	text-align: center;
	font-size: 25px;
}

.back_top_btn a:hover {
	color: #FFF;
}

/*loading*/
.loading_wrap {
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	overflow: hidden;
	transition: 0.5s;
	color: #0085FF;
}

.loading_wrap:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #FFF;
	position: fixed;
	top: 0;
	bottom: 0;
}

.loading_wrap_header {
	width: 100%;
	height: 50%;
	background: #FFF;
	top: 0;
	left: 0;
	z-index: 950;
	background: #FFF;
	transition-delay: 0.3s;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.loading_wrap_footer {
	width: 100%;
	height: 50%;
	background: #FFF;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 950;
	background: #FFF;
	transition-delay: 0.3s;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.loading_wrap.is_shown {
	visibility: hidden;
	transition-delay: 2s;
	transition-duration: 0.3s;
	opacity: 0;
}

.loading_wrap.is_shown:after {
	display: none;
}

.loading_wrap.is_shown .loading_wrap_header,
.loading_wrap.is_shown .loading_wrap_footer {
	width: 0;
}

#progress {
	width: 100%;
	height: 100%;
}

#progress_bar {
	width: 0;
	height: 1px;
	position: absolute;
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 10%, #16F5FE 100%); */
	background-color: rgb(0, 52, 100);
	top: 50%;
	z-index: 1000;
}

.loading_wrap.is_shown #progress_bar {
	visibility: hidden;
	transition: 0.3s;
	opacity: 0;
}

#progress_txt {
	position: absolute;
	top: calc(50% - 30px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	font-size: 30px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-style: italic;
	font-weight: 100;
	z-index: 1000;
}

.loading_wrap.is_shown #progress_txt {
	visibility: hidden;
	transition: 0.3s;
	opacity: 0;
}

#progress_txt_after {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 40px);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 20px;
	font-weight: 100;
}

.loading_wrap_02 {
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	background: #FFF;
	position: fixed;
	z-index: 900;
	overflow: hidden;
	background: #FFF;
	transition-delay: 1.4s;
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 10%, #16F5FE 100%); */
	background-color: rgb(0, 133, 255);
}

.loading_wrap_02.is_shown {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.loading_wrap_02:after {
	content: "株式会社seeds";
	position: absolute;
	font-family: 'Anton', sans-serif;
	color: #FFF;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	font-size: 30px!important;
	text-align: center;
}

body.lower .loading_wrap_02:after {
	font-size: 35px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
}

body.product .loading_wrap_02:after {
	content: "ビジネスサポート";
}

body.support02 .loading_wrap_02:after {
	content: "住宅サポート・他";
}

body.company .loading_wrap_02:after {
	content: "会社概要";
	font-size: 25px;
}

body.recruitment .loading_wrap_02:after {
	content: "求人";
	font-size: 25px;
}

body.inquiries .loading_wrap_02:after {
	content: "問い合わせ";
	font-size: 25px;
}

body.contact .loading_wrap_02:after {
	content: "お問い合わせ";
}

body.privacy .loading_wrap_02:after {
	content: "プライバシーポリシー";
}

body.page_menu .loading_wrap_02:after {
	content: "採用情報";
}

body.construction .loading_wrap_02:after {
	content: "施工実績";
	font-size: 25px;
}

.loading_wrap_02:before {
	content: "";
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	background: #FFF;
	position: absolute;
	z-index: 900;
	overflow: hidden;
	background: #FFF;
	transition-delay: 1s;
	transition-duration: 0.7s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	background: #FFF;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.loading_wrap_02.is_shown:before {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

/*header*/
/*header*/
.header_pc {
	max-width: 1180px;
	width: 100%;
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 20px 10px;
	z-index: 10;
	border-radius: 10px;
	-webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
	transition: 0.3s;
}

.header_pc.active {
	max-width: 3000px;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	top: 0;
}

/*
.header_pc:hover{
	top: 0;
	max-width: 2000px;
	width: 100%;
	border-radius: 0;
	padding: 10px 20px;
}
*/
/* .header_logo_wrap{
	width: 40%;
} */
.header_logo_wrap {
    width: fit-content;
    width: auto;
}
.header_logo {
	font-size: 16px;
	/* background-size: contain; */
	background-size: 350px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 1em;
	/* padding-top: 35px;
	padding-bottom: 35px; */
}
.header_logo img {
	max-width: 300px;
}

.footer_logo img {
    max-width: 300px;
}

.header_logo a {
	/* padding: 30px 0 30px 240px; */
	/* padding: 75px 0 30px 240px; */
	display: block;
	color: #3a4451; 
	font-weight: bold;
}

.header_logo span {
	font-size: 10px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	display: block;
}

nav.corp {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
}

nav ul li {
	/*margin-right: 22px;*/
	margin-right: 1.2vw;
	font-weight: bold;
	font-size: 13px;
}

nav ul li:last-child {
	margin-right: 0;
}

nav ul li a {
	font-weight: bold;
	font-size: 15px;
	display: block;
	position: relative;
	transition: 0.3s;
}

nav ul li a:hover, nav ul li.active a {
	color: #0085FF;
}

nav ul li:not(:last-child) a:after {
	content: "";
	display: block;
	height: 0;
	width: 2px;
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 10%, #16F5FE 100%); */
	background-color: rgb(0, 133, 255);
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s;
}

nav ul li:not(:last-child) a:hover:after,nav ul li.active:not(:last-child) a:after {
	height: 25px;
}

.header_pc.active nav ul li:not(:last-child) a:after {
	bottom: -21px;
}

.header_pc.active nav ul li:not(:last-child) a:hover:after {
	height: 20px;
}

body.home .header_pc.active nav ul li:nth-child(1):after {
	height: 20px;
}

span.nav_last_en {
	font-size: 11px;
	letter-spacing: 0.4em;
	display: block;
}

/* nav ul li:last-child a {
	padding: 2px 15px 3px;
	background-color: rgb(180, 49, 4);
	display: block;
	text-align: center;
	letter-spacing: 0.3em;
	line-height: 2.7em;
	border-radius: 5px;
	color: #FFF;
	display: inline-block;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	z-index: 10;
	transition: all 0.3s ease-out;
	font-family: 'Noto Sans Japanese';
}

nav ul.child li:last-child a {
	font-family: 'Noto Sans Japanese';
} */
/* 
nav ul li:last-child a:before {
	content: '';
	display: inline-block;
	height: 10px;
	position: absolute;
	bottom: -4px;
	left: 30px;
	right: 30px;
	z-index: -1;
	border-radius: 30em;
	-webkit-filter: blur(10px) brightness(0.8);
	filter: blur(10px) brightness(0.8);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 0.3s ease-out;
} */

/* nav ul li:last-child a:before {
	background: #52A0FD;
	background-color: rgb(180, 49, 4);
}

nav ul li:last-child a div {
	display: inline-block;
	position: relative;
	z-index: 2;
	will-change: transform, filter;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 0.3s ease-out;
}

nav ul li:last-child a:hover {
	color: #ffffff;
} */
/* 
nav ul li:last-child a:hover {
	-webkit-filter: brightness(1.05) contrast(1.05);
	filter: brightness(1.05) contrast(1.05);
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

nav ul li:last-child a:hover:before {
	bottom: 2px;
	-webkit-filter: blur(10px) brightness(0.6);
	filter: blur(10px) brightness(0.6);
} */

.parent {
	position: relative;
	cursor: pointer;
}

.parent:after {
	content: "";
	display: block;
	height: 0;
	width: 2px;
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 10%, #16F5FE 100%); */
	background-color: rgb(180, 49, 4);
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	margin: auto;
	transition: 0.3s;
}

.parent:hover:after {
	height: 25px;
}

.parent:after {
	bottom: -26px;
}

.header_pc.active .parent:hover:after {
	height: 21px;
}

.header_pc.active .parent:after {
	bottom: -21px;
}

.child_wrap {
	padding-top: 40px;
	position: absolute;
	top: 100%;
	left: calc(50% - 125px);
	visibility: hidden;
	opacity: 0;
}

.parent:hover .child_wrap {
	visibility: visible;
	opacity: 1;
}

ul.child {
	width: 250px;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px 20px;
	z-index: 10;
	border-radius: 10px;
	transition: 0.05s;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
}

ul.child li {
	width: 100%;
}

ul.child li a {
	display: block;
	width: 100%;
	text-align: center;
}

ul.child li a:after,
ul.child li a:before {
	display: none !important;
}

ul.child li:last-child a:before {
	display: none;
}

ul.child li:last-child a {
	display: block;
	background: none;
	padding: 0;
	color: #3a4451
}

ul.child li:last-child a:hover {
	color: #B43104;
}

ul.child li:last-child a:hover {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/*headerAnimation*/
.animation {
	transform: rotate(0.0001deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header_pc {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.header_pc.is_shown {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/*MAIN VISUAL*/
.mv {
	/*
	background: url(img/corp/mv01.jpg) center center;
	background-size: cover;
	*/
	position: relative;
	overflow: hidden;
}

.mv_recruit {
	position: absolute;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/recruit/mv.jpg) center center;
	background-size: cover;
	z-index: 0;
}

.mv_inner {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	z-index: 3;
}

.mv_main_ttl {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 72px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4em;
	color: #FFF;
}

.mv_sub_ttl {
	text-align: center;
	color: #FFF;
	font-size: 27px;
	font-weight: bold;
}

.mv_sub_ttl_img {
	width: 400px;
	margin: 0 auto 30px;
}

.mv_sub_txt {
	text-align: center;
	color: #FFF;
}

video {
	position: absolute;
	top: 0;
	display: block;
	min-height: 100%;
	min-height: 100vh;
	min-width: 100%;
	min-width: 100vw;
	z-index: 0;
}

/*mvLoadingAnimation*/
.mv video {
	transition-delay: 1.5s;
	transition-duration: 0.6s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	opacity: 0;
}

.mv.is_shown video {
	opacity: 1;
}

.mv_inner>* {
	opacity: 0;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	transition-duration: 0.2s;
}

.mv_inner>*:nth-child(1) {
	transition-delay: 2.5s;
}

.mv_inner>*:nth-child(2) {
	transition-delay: 2.6s;
}

.mv_inner>*:nth-child(3) {
	transition-delay: 2.7s;
}

.mv.is_shown .mv_inner>p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* scroolDownAnimation */
.next_page {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 4;
	opacity: 0;
	transition-delay: 2.7s;
	transition-duration: 1s;
	opacity: 0;
}

.next_page.is_shown {
	opacity: 1;
}

#scroll-down {
	display: block;
	position: relative;
	text-align: center;
}

.arrow-down {
	display: block;
}

#scroll-down::before {
	-webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Safari 4+ */

	-moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Fx 5+ */

	-o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* Opera 12+ */

	animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
	/* IE 10+, Fx 29+ */

	position: absolute;
	bottom: 0;
	left: 0;
	width: 1px;
	height: 150px;
	background: #FFF;
	content: '';
}

@-webkit-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}

	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@-moz-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}

	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@-o-keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}

	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

@keyframes elasticus {
	0% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}

	50% {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		-moz-transform-origin: 0% 0%;
		-o-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	50.1% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		transform: scale(1, 1);
	}

	100% {
		-webkit-transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-moz-transform-origin: 0% 100%;
		-o-transform-origin: 0% 100%;
		transform-origin: 0% 100%;
		-webkit-transform: scale(1, 0);
		-ms-transform: scale(1, 0);
		-moz-transform: scale(1, 0);
		-o-transform: scale(1, 0);
		transform: scale(1, 0);
	}
}

/*BUTTON BASE*/
.btn_base a {
	display: inline-block;
	font-size: 14px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	z-index: 10;
}

.btn_base a:before {
	content: '';
	display: inline-block;
	height: 40px;
	position: absolute;
	bottom: -5px;
	left: 30px;
	right: 30px;
	z-index: -1;
	border-radius: 30em;
	-webkit-filter: blur(20px) brightness(0.95);
	filter: blur(20px) brightness(0.95);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 0.3s ease-out;
	/*iosDeb*/
	-webkit-transform: translate3d(0, 0, 0);
}

.btn_base a span,
.btn_base a:before {
	background: #52A0FD;
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 30%, #16F5FE 100%);  */
	background-color: rgb(0, 133, 255);
}

.btn_base a i {
	margin-top: -1px;
	margin-right: 20px;
	font-size: 1.265em;
	vertical-align: middle;
}

.btn_base a span {
	display: inline-block;
	padding: 10px 60px;
	border-radius: 5px;
	position: relative;
	z-index: 2;
	will-change: transform, filter;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 0.3s ease-out;
}

.btn_base a:focus,
.btn_base a:active {
	color: #ffffff;
}

.btn_base a:hover {
	color: #ffffff;
}

.btn_base a:hover span {
	-webkit-filter: brightness(1.05) contrast(1.05);
	filter: brightness(1.05) contrast(1.05);
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.btn_base a:hover:before {
	bottom: 0;
	-webkit-filter: blur(10px) brightness(0.95);
	filter: blur(10px) brightness(0.95);
}

.menu-trigger {
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 30px;
	margin: auto;
	z-index: 10;
}

.menu-trigger,
.menu-trigger div {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}

.menu-trigger {
	position: relative;
	width: 20px;
	height: 1px;
}

.menu-trigger div {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.menu-trigger div:nth-of-type(1),
.menu-trigger div:nth-of-type(2),
.menu-trigger div:nth-of-type(3) {
	top: 0;
}

.btn_base a:hover .menu-trigger div:nth-of-type(2) {
	right: 10%;
	opacity: 0;
}

.btn_base a:hover .menu-trigger div:nth-of-type(1) {
	-webkit-transform: translateY(-3px) rotate(-315deg) scale(.42);
	transform: translateY(-3px) rotate(-315deg) scale(.42);
	height: 3px;
}

.btn_base a:hover .menu-trigger div:nth-of-type(3) {
	-webkit-transform: translateY(3px) rotate(315deg) scale(.42);
	transform: translateY(3px) rotate(315deg) scale(.42);
	height: 3px;
}

/*BG_WRAP*/
.top_info {
	padding: 100px 0;
}

.bg_bla {
	position: relative;
	padding: 100px 0 0;
}

.bg_l {
	position: relative;
	padding: 100px 0;
}

.bg_l:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	background: #f8f8f8;
	z-index: -5;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.bg_full {
	position: relative;
	padding: 0 0 100px;
}

.bg_full:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70%;
	width: 0;
	background: #f8f8f8;
	z-index: -5;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.bg_r {
	position: relative;
	padding: 100px 0;
}

.bg_r:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: #f8f8f8;
	z-index: -5;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.bg_full.is_shown:after {
	width: 100%;
}

.bg_l.is_shown:after,
.bg_r.is_shown:after {
	width: 70%;
}

.bg_l.bg_l_f.is_shown:after,
.bg_r.bg_r_f.is_shown:after {
	width: 100%;
}

.lo_col-1_A_header {
	position: relative;
}

.lo_col-1_A_footer {
	padding: 40px;
	width: 800px;
	margin: -100px auto 60px;
	background: #FFF;
	position: relative;
	z-index: 0;
	
}

.intro-txt{
	text-align: center;
    font-size: 20px;
	padding: 60px 0 40px;
	/*font-family: 'Kosugi Maru', sans-serif;*/
	font-family: 'Noto Sans Japanese';
}

.top_service {
	padding: 100px 0 125px;
	position: relative;
	margin-bottom: 100px;
}

.top_service:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: #f8f8f8;
	z-index: -5;
	transition-duration: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	width: 70%;
}

.b_s:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
	background: #FFF;
}

.b_s:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -2;
	border-radius: 40%;
	background: #16F5FE;
	/* background-image: linear-gradient(-45deg, #16F5FE 0%, #16F5FE 30%, #ccfcbc 100%); */
	background-color: rgb(180, 49, 4);
	-webkit-filter: blur(20px) brightness(0.95);
	filter: blur(20px) brightness(0.95);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: all 0.3s ease-out;
	opacity: 0.5;
}

/*TOP_INFO*/
.top_info_ttl {
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 30%, #16F5FE 100%); */
	background-color: rgb(180, 49, 4);
	width: 280px;
	margin-right: 20px;
	position: relative;
}

.top_info_ttl h2 {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	z-index: 0
}

.info_more {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: auto;
	font-weight: bold;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 1em;
	width: 100px;
	transition: 0.3s;
}

.info_more:hover {
	letter-spacing: 0.3em;
}

.info_more:after {
	content: "";
	position: absolute;
	display: block;
	top: -3px;
	right: 0;
	bottom: 0;
	margin: auto;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	height: 7px;
	width: 7px;
	transform: rotate(-45deg);
	transition: 0.3s;
}

.top_info_sp_btn {
	display: none;
}

.top_info_ttl a:hover:after {
	transform: rotateZ(675deg);
}

.top_info_ttl a:before {
	content: "";
	position: absolute;
	display: block;
	top: -3px;
	right: -10px;
	bottom: 0;
	margin: auto;
	border: 1px solid #FFF;
	height: 23px;
	width: 23px;
	border-radius: 50%;
}

.top_info_list {
	width: calc(100% - 300px);
}

.top_info_list article {
	padding: 20px 0;
	/* border-bottom: 1px solid #eeeeee; */
}

.top_info_list article:nth-child(1) {
	/* border-top: 1px solid #eeeeee; */
}

.top_info_list_date {
	width: 100px;
	margin-right: 20px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
}

.top_info_list_ttl {
	width: calc(100% - 120px);
}

.top_info_list_ttl a {
	transition: 0.3s;
}

.top_info_list_ttl a:hover {
	color: #B43104;
}

/*INFORMATION*/
.lower_info_ttl {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.lower_info_ttl dt {
	font-size: 13px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	margin-right: 20px;
	font-weight: normal;
}

.lower_info_ttl dt span {
	font-size: 10px;
}

.lower_info_ttl dd {
	font-size: 18px;
	font-weight: bold;
}

.lower_col01_narrow_inner.info_list img {
	max-width: 500px;
	display: block;
	margin-bottom: 15px;
}

/*CONTACT_BANNER*/
.contact_banner_wrap {
	margin: 85px auto 0;
	padding: 60px 10px;
	width: 100%;
	position: relative;
}

.contact_banner_wrap:before {
	content: "";
	display: block;
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/contact_banner_bg.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: -100;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform: rotate(0.0001deg);
}

.contact_banner_wrap.is_shown:before {
	width: 100%;
}

.contact_banner {
	padding: 40px 60px 20px;
	margin: 0 auto;
	position: relative;
	max-width: 850px;
	color: #323232;
	font-weight: bold;
}

.contact_banner.b_s:after {
	background: rgba(255, 255, 255, 0.8);
}

.contact_banner_ttl {
	margin-bottom: 30px;
	text-align: center;
}

.contact_banner_p_list {
	padding: 0 20px 15px;
	margin-bottom: 0 auto 30px;
	border-bottom: 1px solid #323232;
}

.contact_banner_p_list li {
	width: 50%;
	margin-bottom: 15px;
}

.contact_banner_tel_list li {
	margin: 0 20px 0 0;
}

.contact_banner_tel_list li:last-child {
	margin-right: 0;
}

.contact_banner_tel_list li:not(:last-child) a {
	display: block;
	font-size: 25px;
	font-weight: bolder;
	text-align: center;
	padding: 10px 15px;
	letter-spacing: 0.05em;
}

.contact_banner_tel_list li:not(:last-child) a span {
	font-size: 11px;
	font-weight: normal;
	display: block
}

.contact_banner_tel_list li:last-child a:hover {
	background: rgba(0, 0, 0, 0);
	color: #FFF;
}

.contact_banner_tel_list li:last-child a:hover:after {
	font-size: 11px;
	font-weight: normal;
	right: -10px;
}

.banner_recruit_bg {
	position: relative;
}

.banner_recruit_header {
	position: relative;
}

.banner_recruit_footer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	z-index: 0;
	max-width: 500px;
	padding: 40px 20px;
}

.banner_recruit_footer:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.85);
	z-index: -1;
}

.banner_recruit_footer:after {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	margin: auto;
	z-index: -2;
	border-radius: 40%;
	-webkit-filter: blur(20px) brightness(0.95);
	filter: blur(20px) brightness(0.95);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background: #92c1fb;
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 30%, #16F5FE 100%); */
	background-color: rgb(180, 49, 4);
	opacity: 0.8;
}

.banner_ttl {
	font-size: 40px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	text-align: center;
	margin-bottom: 30px;
	padding-bottom: 30px;
	line-height: 1em;
	position: relative;
}

.banner_ttl:after {
	content: "";
	display: block;
	height: 2px;
	width: 60px;
	position: absolute;
	left: calc(50% - 30px);
	bottom: 0;
	/* background: linear-gradient(-45deg, #B43104 0%, #B43104 80%, #16F5FE 100%); */
	background-color: rgb(180, 49, 4);
}

.banner_txt p {
	font-size: 13px;
	margin-bottom: 40px;
}

.banner .btn_base {
	text-align: center;
}

.banner .btn_base a {
	margin: 0 auto;
}

/*FOOTER*/
.footer_nav {
	/* background-image: linear-gradient(-45deg, #B43104  0%, #B43104  10%, #B43104 100%); */
	background-color: rgb(0, 133, 255);
	padding: 10px 0;
	margin-bottom: 30px;
}

.footer_nav a {
	color: #FFF;
	font-size: 14px;
}

.footer_nav .active a, .footer_nav li:hover a{
	color: #FFFE97;
} 

.footer_logo {
	font-size: 16px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	line-height: 1em;
    /* padding-top: 60px;
    padding-bottom: 65px; */
}

.footer_logo a {
	/* padding: 60px 0 65px 270px; */
	display: block;
}

.footer_logo span {
	font-size: 10px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	display: block;
}

.p_mark {
	width: 50px;
	display: block;
	margin-left: 20px;
}

.footer_address address {
	font-style: normal;
	margin-right: 50px;
	line-height: 1.5em;
	font-size: 14px;
}

.footer_address address:nth-child(3) {
	margin-right: 0;
}

.footer_address address span {
	padding: 10px 5px;
	margin-bottom: 10px;
	width: 120px;
	display: block;
	background: #0085FF;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
}

.cr {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 12px;
	text-align: center;
	padding: 10px 10px 10px;
	margin-top: 28px;
	width: 100%;
	display: block;
}

/*SP_NAV*/
.menu {
	position: fixed;
	/*top: 25px;*/
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	height: 40px;
	width: 40px;
	z-index: 10;
	display: none;
	transition: 0.5s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.menu-link {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1200;
}

.menu-icon {
	position: absolute;
	width: 20px;
	height: 14px;
	margin: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 1px;
}

.menu-line {
	background-color: #FFF;
	height: 2px;
	width: 100%;
	border-radius: 2px;
	position: absolute;
	left: 0;
	transition: all 0.25s ease-in-out;
}

.menu-line-2 {
	top: 0;
	bottom: 0;
	margin: auto;
}

.menu-line-3 {
	bottom: 0;
}

.menu.open .menu-line-1 {
	transform: translateY(7px) translateY(-50%) rotate(-45deg);
}

.menu.open .menu-line-2 {
	opacity: 0;
}

.menu.open .menu-line-3 {
	transform: translateY(-7px) translateY(50%) rotate(45deg);
}

.menu-circle {
	/* background-image: linear-gradient(-45deg, #B43104  0%, #B43104  10%, #16F5FE 100%); */
	background-color: rgb(0, 133, 255);
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 50%;
	transform: scale(1);
	transition: transform 0.3s ease-in-out;
}

.menu.open .menu-circle {
	transform: scale(100);
}

.sp_nav {
	visibility: hidden;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	z-index: 100;
	opacity: 0;
}

.sp_nav_list {
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}

.sp_nav_list:after {
	content: "";
	display: block;
	background: #FFF;
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transition-delay: 0.3s;
	transition-duration: 0.7s;
}

.sp_nav.open .sp_nav_list:after {
	width: 100%;
}

.sp_nav_list.recruit {
	margin-bottom: 0;
	padding-bottom: 0;
}

.sp_nav_list.recruit:after {
	display: none;
}

.sp_nav_list li {
	text-align: center;
	margin-bottom: 20px;
	opacity: 0;
	transition-duration: 0.6s;
	transform: translateX(30px);
}

.sp_nav_list li:nth-child(1) {
	transition-delay: 0.2s;
}

.sp_nav_list li:nth-child(2) {
	transition-delay: 0.23s;
}

.sp_nav_list li:nth-child(3) {
	transition-delay: 0.26s;
}

.sp_nav_list li:nth-child(4) {
	transition-delay: 0.29s;
}

.sp_nav_list li:nth-child(5) {
	transition-delay: 0.32s;
}

.sp_nav_list li:nth-child(6) {
	transition-delay: 0.35s;
}

.sp_nav_list li:nth-child(7) {
	transition-delay: 0.38s;
}

.sp_nav_list li:nth-child(8) {
	transition-delay: 0.40s;
}

.sp_nav_list li:nth-child(9) {
	transition-delay: 0.42s;
}

.sp_nav_list li:nth-child(10) {
	transition-delay: 0.44s;
}

.sp_nav_list li:last-child {
	margin-bottom: 0;
}

.sp_nav_list li a {
	font-size: 17px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	color: #FFF;
	font-weight: bold;
	width: 100%
}

.recruit_nav_parent span {
	text-align: center;
	margin-bottom: 10px;
	color: #FFF;
	display: block;
	font-size: 14px;
	position: relative;
	width: 100%;
}

.recruit_nav_parent span:after {
	content: "";
	height: 6px;
	width: 6px;
	border-left: solid 2px #FFF;
	border-bottom: solid 2px #FFF;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	transform: rotate(-45deg)
}

.sp_nav_list.recruit li {
	margin-bottom: 10px;
}

.sp_nav_list.recruit li a {
	font-size: 14px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	color: #FFF;
	font-weight: bold;
}

.recruit_nav_parent {
	font-size: 15px;
	color: #FFF;
	margin-bottom: 20px;
	font-weight: bold;
}

.sp_nav_other_list li {
	text-align: center;
	margin-bottom: 10px;
	opacity: 0;
	transition-duration: 0.6s;
	transform: translateY(30px);
}

.recruit_nav_child {
	display: none
}

.sp_nav_other_list li a {
	font-size: 13px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	color: #FFF;
	font-weight: bold;
}

.sp_nav_other_list li:nth-child(1) {
	transition-delay: 0.35s;
}

.sp_nav_other_list li:nth-child(2) {
	transition-delay: 0.40s;
}

/*LOWER_HEAD*/


.lower_header.support02 {
	background: url(img/banner6.jpg) no-repeat center center;
	background-size: cover;
}

.lower_header.company {
	background: url(img/banner3.jpg) no-repeat center center;
	background-size: cover;
}

.lower_header.construction {
	background: url(img/banner7.jpg) no-repeat center center;
	background-size: cover;
}

.lower_header.recruitment {
	background: url(img/banner8.jpg) no-repeat center center;
	background-size: cover;
}

.lower_header.inquiries {
	background: url(img/banner9.jpg) no-repeat center center;
	background-size: cover;
}

.lower_header {
	background: url(img/banner2.jpg) no-repeat center center;
	background-size: cover;
}

.lower_header.contact {
	background: url(img/banner5.jpg) no-repeat center center;
	background-size: cover;
}

.lower_header.page_menu {
	background: url(./img/menu.jpeg) no-repeat center center;
	background-size: cover;
}

.lower_header.recruit_greeting.ol_bg:after {
	opacity: 0
}

.recruit_interview_intro {
	margin: 80px auto -80px;
}

.lower_header.interview {
	height: 700px;
	margin-bottom: 60px;
}

.lower_header.interview.ol_bg:after {
	opacity: .2
}

/*LOWER_INTRO*/
.lower_first_sec {
	position: relative;
	z-index: 2
}

.lower_sec_link {
	margin: 90px auto 0;
}

.lower_first_sec:after {
	content: "";
	display: block;
	height: 10px;
	width: 100%;
	max-width: 300px;
	/* background: #B43104; */
	background-color: rgb(0, 133, 255);
	position: absolute;
	top: 0;
	left: calc(50% - 150px);
}

.lower_first_sec .inner {}

.lower_sec_link.btw {
	justify-content: center;
}

.lower_sec_link li {
	width: 21%;
	margin: 0 2%;
	background: none;
	transition: all 0.3s ease-out;
}

.lower_sec_link li a {
	padding: 15px 20px 20px;
	display: block;
	font-size: 16px;
	border: 1px solid #323232;
	text-align: center;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	line-height: 1.2em;
	font-weight: bold;
	position: relative;
	color: #FFF;
	background: #323232;
	height: 100%;
}

.lower_sec_link.jp li a {
	font-size: 12px;
}

.lower_sec_link li:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.lower_sec_link li a:hover:before {
	bottom: 0;
	-webkit-filter: blur(10px) brightness(0.95);
	filter: blur(10px) brightness(0.95);
}

.lower_sec_link li a span.arrow {
	content: "";
	position: absolute;
	display: block;
	height: 5px;
	width: 5px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	bottom: 10px;
	left: calc(50% - 5px);
	transform: rotate(-45deg);
}

.lower_sec_link li span.jp {
	font-size: 10px;
	display: block;
}

/*BREADCRUMB*/
.breadcrumb.btw {
	justify-content: center;
	background-color: transparent; 
}

.breadcrumb {
	/*padding-top: 30px;*/
	padding: 30px 0 8px;
}

.breadcrumb li {
	/*margin: 0 20px;*/
	margin: 0 40px 0 0;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 14px;
}

.breadcrumb li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.breadcrumb li a:after {
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-right: 1px solid #323232;
	border-bottom: 1px solid #323232;
	transform: rotate(-45deg);
	position: absolute;
	right: -20px;
	bottom: 43%;
}

/*PRIVACY*/
.p_list_wrap {
	margin-bottom: 30px;
}

.p_list_wrap h4 {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.p_list_deci>li {
	padding-left: 1em;
	position: relative;
	margin-bottom: 10px;
}

.p_list_deci>li:after {
	position: absolute;
	top: 0;
	left: 0;
}

.p_list_deci li:nth-child(1):after {
	content: "1.";
}

.p_list_deci li:nth-child(2):after {
	content: "2.";
}

.p_list_deci li:nth-child(3):after {
	content: "3.";
}

.p_list_deci li:nth-child(4):after {
	content: "4.";
}

.p_list_deci li:nth-child(5):after {
	content: "5.";
}

.p_list_deci li:nth-child(6):after {
	content: "6.";
}

.p_list_deci li:nth-child(7):after {
	content: "7.";
}

.p_list_deci li:nth-child(8):after {
	content: "8.";
}

.p_list_deci li:nth-child(9):after {
	content: "9.";
}

.p_list_deci_child>li {
	padding-left: 1.6em;
	position: relative;
	margin-bottom: 10px;
}

.p_list_deci_child>li:after {
	position: absolute;
	top: 0;
	left: 0;
}

.p_list_deci_child li:nth-child(1):after {
	content: "(1)";
}

.p_list_deci_child li:nth-child(2):after {
	content: "(2)";
}

.p_list_deci_child li:nth-child(3):after {
	content: "(3)";
}

.p_list_deci_child li:nth-child(4):after {
	content: "(4)";
}

.p_list_deci_child li:nth-child(5):after {
	content: "(5)";
}

.p_list_deci_child li:nth-child(6):after {
	content: "(6)";
}

.p_list_deci_child li:nth-child(7):after {
	content: "(7)";
}

.p_list_deci_child li:nth-child(8):after {
	content: "(8)";
}

.p_list_deci_child li:nth-child(9):after {
	content: "(9)";
}


/*table_privacy*/

.table_type02_privacy {
	border: 1px solid #eeeeee;
	width: 100%;
	margin: 0 auto 15px;
	max-width: 950px
}

.table_type02_privacy ul {
	margin-bottom: 15px
}

.table_type02_privacy tr {
	border-bottom: 1px solid #eeeeee;
	font-size: 12px;
	letter-spacing: 0em;
	line-height: 1.8em;
}

.table_type02_privacy tr th {
	width: 200px;
	vertical-align: middle;
	background-color: #f8f8f8
}

.table_type02_privacy tr td {
	text-align: left
}

.table_type02_privacy_title {
	display: block;
	font-weight: bold
}

.table_indent {
	margin-left: 1.2em;
	margin-top: -20px
}

.table_indent ul li {
	text-indent: -1.1em;
	padding-left: 1.1em
}

.fukuri_list li {
	text-indent: -1.1em;
	padding-left: 1.1em
}

/* add Style */

.rows{
	width: 100%;
	float: left;
}
.lower_inner>.row_service{
	/*background-color: #fff;*/
	margin-bottom: 30px;
}
.service_item_p{
	padding-bottom: 30px;
	padding-top: 20px;
}
.service_title_p{
	font-weight: bold;
}
.service_des_p{
	font-size: 12px;
	letter-spacing: -0.5px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	width: 100%;
}

.service_des_p p{
	font-size: 12px;
	letter-spacing: -0.5px;
	overflow: hidden;
	white-space: nowrap; 
	text-overflow: ellipsis; 
	width: 100%;
}

.service_btn_p{
	width: 100%;
}

.service_btn_p a{
	width: 100%;
	text-align: center;
	display: block;
	/* background-image: linear-gradient(-45deg, #B43104 0%, #B43104 30%, #16F5FE 100%); */
	background-color: rgb(180, 49, 4);
	padding: 4px 15px 6px;
	border-radius: 5px;
	color: #fff;
}

.row{
	width: 100%;
	float: left;
}

.agree_check a{
	text-decoration: underline;
	color: #B43104;
}

.contact-note {
    float: right;
    color: red;
}

.back_top{
	position: fixed;
	bottom: 20px;
	right:20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	z-index: 9;
	cursor: pointer;
}

.back_top:hover {
	opacity: 0.8;
}

.breadcrumb>li+li:before{
	content: none;
}
.support{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0;
}

.support table tr td:first-child{
	font-weight: bold;
}
.sup-left{
	width: 48%;
}
.sup-right{
	width: 48%;
}
.tlt-sup{
	font-size: 24px;
	font-weight: bold;
	color: #0085FF;
	padding-bottom: 15px;
	line-height: 1.8;
}
.txt-sup {
	font-size: 18px;
}
.txt-sup span{
	font-weight: bold;
}
.txt-sup a{
	color: #357AC1;
	text-decoration: underline;
}
.color-red{
	background: linear-gradient(transparent 60%, #ffef00 60%);
}
.infor-contact{
	background: #fff;
	text-align: center;
	margin: auto;
    padding: 20px;
    border: 1px solid #b43104;
    border-radius: 20px 0 20px;
}
.infor-contact .numberphone{
	color: #B43104;
	font-size: 24px;
	font-weight: bold;
	padding-top: 10px;
}
.br-sp{
	display: none;
}
.table-company table{
	width: 100%;
	border-collapse: collapse;
	background-color: #fff;
}
.table-company table, td {
	border: 1px solid #0085FF;
	padding: 15px;
	vertical-align: middle;
	font-size: 16px;
	background-color: #fff;
  }

.table-company table tr td:first-child {
	font-weight: bold;
  }


.table-company table td span{
	color: #0085FF;
	font-weight: bold;
}

span.red{
	color: #b43104;
}
.contact-form table{
	width: 80%;
	margin: 0 auto;
}
.contact-form table input[type=text]{
	border: #ccc 1px solid;
	padding: 15px;
}
.contact-form td:first-child{
	width: 30%;
	background-color: #fff;
}
.contact-form td.cb label
{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.contact-form td.cb label{
	padding-right: 20px;
	line-height: 0;
	font-weight: 400;
}
.contact-form td.cb label input{
	margin: 0 5px 0 0;
}
.contact-form tr:last-child td{
	text-align: left;
}
.contact-form button{
	background-color: #0085FF;
	color: #fff;
	padding: 10px 50px;
	border-radius: 5px;
	max-width: 200px;
    width: 100%;
}
.contact-form button:hover{
	opacity: 0.8;
}
.contact-form textarea{
	resize: none;
}
.txt-video{
	font-size: 60px;
	font-weight: 700;
	position: relative;
	line-height: 1.2;
	color: #fff;
	top: 50%;
	left: 18%;
	width: 80%;
	font-family: 'Noto Serif JP', serif;
}
.txt-video span{
	font-size: 28px;
	/*font-family: 'Sawarabi Mincho', sans-serif;*/
	font-family: 'Noto Sans Japanese';
}
.top_info_list article{
	padding: 0;
}
.required-txt{
	padding: 20px 0;
	width: 100%;
}
.required-txt span{
	color: #b43104;
}
.nd2{
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
}
.nd2 .item-nd2{
	padding-bottom: 30px;
}
.nd2 .item-nd2:last-child{
	padding-bottom: 0;
}
.nd2 .item-nd2 .tlt-nd2{
	font-size: 24px;
	border-left: 8px solid #0085FF;
	padding-left: 5px;
}
.nd2 .item-nd2 .txt-nd2{
	padding: 20px 0 0;
}


/* End add style */

@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 1024px) {
	nav ul li{
		margin-right: 10px;
	}
	.intro-txt{
		padding-left: 20px;
		padding-right: 20px;
	}

}
@media only screen and (max-width: 768px) {
	video{
		right: 0;
	}
	.txt-video{
		left: 5%;
		font-size: 32px;
	}
	.contact-form td:first-child{
		font-size: 14px;
		letter-spacing: 0;
	}
	.hd_sns{
		display: none;
	}
	.tlt-sup{
		font-size: 17px;
	}
	.txt-sup {
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	.intro-txt{
		font-size: 16px;
	}
	.table-company table tr td, .table-company table tr td:first-child{
		width: 100%;
		/*float: left;*/
		display: block;
	}
	.table-company table tr {
	    display: block;
	    border: solid #0085FF;
	    margin: 0 0 15px;
	    border-width: 1px 1px 0 1px;
	}
	.table-company table{
		border: none;
	}
	.table-company tr td{
		border: none;
		border-bottom: 1px solid #0085FF;
	}
	
	.mgr-bt{
		margin-top: 15px;
	}
	.nd2 .item-nd2 .tlt-nd2{
		font-size: 18px;
	}
	video{
		right: auto;
	}
	/*.txt-video{
		display: none;
	}*/
	
	.sup-left{
		width: 100%;
	}
	.sup-right{
		width: 100%;
	}
	.order1{
		order: 1;
		padding-bottom: 15px;
	}
	.order2{
		order: 2;
	}
	.br-sp{
		display: block;
	}
	.tlt-sup{
		font-size: 14px;
	}
	.intro-txt{
		padding: 30px 0 20px;
    	font-size: 18px;
	}
	
	.contact-form tr td:first-child,
	.contact-form tr td
	{
		width: 100%;
		float: left;
	}
	.contact-form tr td{
		border-bottom: none;
	}
	.contact-form tr:last-child td{
		border-bottom: 1px solid #0085FF;
	}
	.contact-form button {
		margin-bottom: 15px;
	}
	.contact-form button:last-child{
		margin-bottom: 0;
	}
	.ig-icon-height-sp {
		height: auto;
	    width: 20%;
	    margin: auto;
	}
}

@media only screen and (max-width: 1200px) {
	.ig-icon-height-sp {
		height: auto;
	    width: 10%;
	    margin: auto;
	}

	nav.corp {
		width: calc(100% - 310px);
	}
	nav.corp{
		width: 60%;
	}
	nav ul li a{
		font-size: 12px;

	}
	.service_des_p{
		font-size: 1vw;
	}
	.header_pc.active{
		padding: 5px 10px;
	}
}

@media only screen and (min-width: 751px) {
	.table_type02_privacy tr th {
		width: 200px;
		padding: 20px
	}

	.table_type02_privacy tr td {
		padding: 20px 40px;
	}
}

@media only screen and (max-width: 750px) {
	.table_type02_privacy tr th {
		width: 100%;
		padding: 20px
	}

	.table_type02_privacy tr th,
	.table_type02_privacy tr td {
		display: block;
		width: 100%;
		padding: 20px
	}
}

.table_type02_privacy th {
	position: relative;
}

.table_type02_privacy th:after {
	position: absolute;
	top: 20px;
	left: 8px;
}

.table_type02_privacy tr:nth-child(1) th:after {
	content: "1.";
}

.table_type02_privacy tr:nth-child(2) th:after {
	content: "2.";
}

.table_type02_privacy tr:nth-child(3) th:after {
	content: "3.";
}

.table_type02_privacy tr:nth-child(4) th:after {
	content: "4.";
}

.table_type02_privacy tr:nth-child(5) th:after {
	content: "5.";
}

.table_type02_privacy tr:nth-child(6) th:after {
	content: "6.";
}

.table_type02_privacy tr:nth-child(7) th:after {
	content: "7.";
}

.table_type02_privacy tr:nth-child(8) th:after {
	content: "8.";
}

.table_type02_privacy tr:nth-child(9) th:after {
	content: "9.";
}

.table_type03_privacy {
	width: 100%;
	font-size: 12px;
	letter-spacing: 0em;
	line-height: 1.8em;
}

.table_type03_privacy th,
.table_type03_privacy td {
	padding: 10px;
	border: 1px solid #eeeeee;
}

.table_type03_privacy th {
	background: #f8f8f8;
}

.table_type03_privacy th {
	width: 20%;
}

.table_type03_privacy td {
	text-align: left;
}

.table_type03_privacy td:first-child {
	text-align: left;
}

@media only screen and (max-width: 800px) {
	.table_type03_privacy {
		display: block;
		width: 100%;
		margin: 0 -10px;
	}

	.table_type03_privacy thead {
		display: block;
		float: left;
		overflow-x: scroll;
	}

	.table_type03_privacy tbody {
		display: block;
		width: auto;
		overflow-x: auto;
		white-space: nowrap;
	}

	.table_type03_privacy th {
		display: block;
		width: auto;
	}

	.table_type03_privacy tbody tr {
		display: inline-block;
		margin: 0 -3px;
	}

	.table_type03_privacy td {
		display: block;
	}
}

.privacy_address {
	font-style: normal;
}

.privacy_address span {
	display: inline-block;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*LOWER*/
.lo_col-1_A_txt {
	margin-bottom: 0;
}

.lo_col-1_A .btn_base {
	text-align: center;
	width: 100%;
}

.lo_col-1_A .btn_base a {
	margin: 0 auto;
}

.lo_top_service .btn_base {
	text-align: center;
}

.lo_top_service .btn_base a {
	margin: 0 auto;
}

.top_service.is_shown:after {
	width: 70%;
}

.lo_top_service>*:nth-child(1) {
	width: calc(40% - 30px);
	margin-right: 60px;
}

.lo_top_service>*:nth-child(2) {
	width: calc(60% - 30px);
}

.top_service_ttl {
	font-family: 'Noto Sans Japanese';
	font-size: 18px;
    line-height: 1.8;
	position: relative;
	margin-bottom: 20px;
}

.top_service_ttl:after {
	content: "";
	position: absolute;
	display: block;
	height: 1px;
	width: 22%;
	background: #000000;
	top: calc(50% - 2px);
	right: 0;
}

.top_service_sub_ttl {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4em;
}

.top_service_txt {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.top_service_txt a{
	text-decoration: underline;
}
.top_service_txt .tlt-bold{
font-size: 18px;
font-weight: bold;
padding: 15px 0 5px;
}
.uderline-link{
	font-weight: bold;
	text-decoration: underline !important;
}

.lo_top_service_desc {
	position: relative;
	background: #FFF;
	padding: 30px;
	z-index: 0;
	margin: 0 auto 60px;
}

.top_service_txt p {
	margin-bottom: 0;
}

.top_service_divid {
	margin-top: -50px
}

.top_service_divid li {
	width: 100%;
    /* height: 43vw; */
	position: relative;
}

/* .top_service_divid li:nth-child(1) {
	background: url(./img/top1.jpg) center center;
	background-size: cover;
} */

/* .top_service_divid li:nth-child(2) {
	background: url(./img/bg-cont2.png) center center;
	background-size: cover;
	margin-top: 100px;
	display: none;
} */

.top_service_divid_ttl {
	padding: 13px 10px 10px 17px;
	background: #FFF;
	display: inline-block;
	line-height: 1.4em;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 10px
}

.top_service_divid_ttl span {
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	display: block;
}

.top_service_divid_ttl {
	position: absolute;
	text-align: right;
	/* bottom: -25px; */
	top: -25px;
	right: 0;
	letter-spacing: 0.05em;
}

/*topRpa*/
.top_rpa {
	margin-bottom: 100px;
}

.lower_bg_active_wrap {
	margin-bottom: 100px;
}

/*lower*/
.lower_header {
	height: 450px;
	position: relative;
	overflow: hidden;
}

.lower_header.service.ol_bg:after {
	opacity: .8
}

.lower_header_inner {
	position: absolute;
	width: 100%;
	top: calc(50% + 40px);
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	z-index: 3;
}

.lower_header_ttl {
	color: #fff;
	font-size: 18px;
	text-align: center;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	line-height: 1.3em;
}

.lower_header_ttl.jp {
	margin-top: 60px;
}

.lower_header_ttl span {
	font-size: 40px;
	font-weight: bolder;
	line-height: 1.2em;
	display: block;
	
}

.lower_sec_ttl_01 {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 35px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.8em;
	
}

.lower_sec_ttl_01:after {
	content: "";
	display: block;
	height: 2px;
	width: 80px;
	position: absolute;
	left: 0;
	background: #323232;
	bottom: 0;
}

.lower_inner>.lower_sec_ttl_02 {
	margin-bottom: 30px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.lower_sec_ttl_02 {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 42px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	line-height: 1.8em;
}

.lower_sec_ttl_02 span.jp {
	font-size: 11px;
	display: block;
	margin-top: 0;
	font-weight: normal;
	line-height: 1.8em;
}

.lower_sec_ttl_01 span.jp {
	font-size: 11px;
	display: block;
	font-weight: normal;
	line-height: 1.8em;
}

.lower_inner>.lower_sec_header_ttl_02 {
	margin-bottom: 30px;
}

.lower_sec_header_ttl_02 {
	font-size: 16px;
	position: relative;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	margin-bottom: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.lower_sec_header_ttl_02:after {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	position: absolute;
	left: calc(50% - 25px);
	background: #323232;
	bottom: 0;
}

.recruit_interview_head,
.recruit_greeting_head {
	max-width: 1180px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
	position: relative;
	height: 100%;
}

.recruit_interview_ttl_name p {
	font-size: 12px;
	margin-bottom: 0;
}

.recruit_interview_ttl_name_head {
	font-weight: bold;
}

.recruit_interview_ttl_name_head span {
	font-weight: bold;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 12px;
	margin-left: 15px;
}

.recruit_interview_wrap {
	padding: 10px 0;
	background: #f8f8f8;
}

.lower_inner>* {
	/* margin-bottom: 90px; */
	position: relative;
}

.lower_inner>.img_box {
	margin-bottom: 30px;
}

.lower_inner>*:last-child {
	margin-bottom: 0;
}

.guidline_header_txt {
	margin-bottom: 15px;
}

.lower_col01_narrow {
	max-width: 950px;
	margin: 0 auto;
}

.lower_col01_narrow>* {
	margin: 0 auto 90px;
}

.lower_col01_narrow.info_archive>* {
	margin-top: -90px;
	padding-top: 90px;
}

.lower_col01_narrow>*:last-child {
	margin-bottom: 0;
}

.lower_col01_narrow_inner {
	background: #FFF;
	padding: 40px;
	position: relative;
}

.lower_col01_narrow_inner:after {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	position: absolute;
	left: calc(50% - 25px);
	background: #323232;
	bottom: 0;
}

.lower_col01_narrow_inner>*:last-child {
	margin-bottom: 0;
}

.lower_col02>*:nth-child(1) {
	width: calc(40% - 30px);
	margin-right: 60px;
	position: relative;
}

.lower_col02>*:nth-child(2) {
	width: calc(60% - 30px);
	position: relative;
}

.lower_col02_rv>*:nth-child(1) {
	width: calc(60% - 30px);
	margin-right: 60px;
	position: relative;
}

.lower_col02_rv>*:nth-child(2) {
	width: calc(40% - 30px);
	position: relative;
}

.recruit_interview01_intro_col02>*:nth-child(1) {
	width: calc(60% - 30px);
	margin-right: 60px;
	position: relative;
}

.recruit_interview01_intro_col02>*:nth-child(2) {
	width: calc(40% - 30px);
	position: relative;
}

.lower_sec_wrap {
	margin-bottom: 90px;
}

.lower_sec_wrap.sitemap {
	margin-top: -60px;
}

.information_adjust {
	margin-top: -50px;
}

.lower_first_sec {
	margin-bottom: 90px;
}

.lower_sec_wrap.guidline {
	padding-top: 100px;
	margin-top: -100px;
}

.lower_col02_list li {
	width: calc(50% - 15px);
	margin-bottom: 30px;
	background: #FFF;
	padding: 20px 20px;
	position: relative;
}

.lower_col03_list li {
	width: calc(33.333% - 15px);
	margin-bottom: 30px;
	background: #FFF;
	padding: 20px 20px;
	position: relative;
}

.lower_col02_list li img {
	width: 80px;
	display: block;
	margin: 0 auto 20px;
}

.lower_col02_list li:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.lower_service_list>p {
	margin-bottom: 0;
}

.lower_service_list>p:nth-child(1) {
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

.lower_service_list .small {
	font-size: 10px;
	text-align: right;
	display: block;
}

.mv_main_img {
	color: #FFF;
	width: 75%;
	max-width: 500px;
	text-align: center;
	display: block;
	display: block;
	margin: 0 auto;
}

.recruit_sec_wrap {
	margin: 100px auto;
}

.recruit_top_interview_wrap {
	margin: 100px auto;
}

.recruit_ttl_01 {
	font-size: 50px;
}

.recruit_ttl_01 .before {
	font-size: 12px;
	display: block;
	margin-bottom: 20px;
}

.lower_recruit_col03_list li {
	width: 30%;
	margin-bottom: 30px;
	position: relative;
}

.lower_recruit_col03_list li:nth-child(1) {
	margin-top: 80px;
}

.lower_recruit_col03_list li:nth-child(3) {
	margin-top: -80px;
}

.lower_recruit_col03_list li a {
	display: block;
	position: relative;
}

.lower_recruit_col03_list_before {
	position: relative;
	background: none;
	padding: 0;
}

.lower_recruit_col03_list_after {
	max-width: 230px;
	margin: -50px auto;
	padding: 20px;
	background: #FFF;
	position: relative;
	text-align: center;
	z-index: 10;
}

.lower_recruit_col03_list_after h3 {
	font-size: 18px;
}

.lower_recruit_col03_list_after h3 span {
	font-size: 12px;
	font-weight: normal
}

.lower_recruit_col03_list_after p {
	margin-bottom: 0;
}

.lower_recruit_col03_list_before img {
	display: block;
	position: relative;
	width: 100%;
	vertical-align: middle;
	z-index: 0;
}

.lower_recruit_col03_list_before>*:last-child {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/recruit/interview_A01.jpg) center center;
	z-index: 10;
	opacity: 1;
	transition: 0.1s;
}

.lower_recruit_col03_list li a:hover .lower_recruit_col03_list_before img:last-child {
	opacity: 0;
}

.lo_col-1_A_greeting_header {
	position: relative;
}

.lo_col-1_A_greeting_footer {
	padding: 20px;
	width: 500px;
	margin: -90px 60px 60px auto;
	background: #FFF;
	position: relative;
	z-index: 0;
}

.lo_col-1_A_greeting_txt_header {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.lo_col-1_A_greeting_txt_header p {
	font-size: 27px;
}

.lo_col-1_A_greeting_txt_header p span {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 12px;
}

.lo_col-1_A_greeting_txt p {
	margin-bottom: 0;
}

.lo_col-1_A_txt {
	margin-bottom: 0;
}

.btn_base.greeting {
	position: absolute;
	bottom: -70px;
	right: 300px;
}

/*TITLE*/
.ttl_t01 {
	font-size: 40px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	text-align: center;
	margin-bottom: 30px;
	line-height: 1em;
	font-weight: bold;
	width: 100%;
}

.ttl_t01 span.before {
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

.ttl_t01 span.before:after {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100px;
	background: #000000;
	top: calc(50% - 2px);
	left: -170%;
}

.ttl_t01 span.before:before {
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 100px;
	background: #000000;
	top: calc(50% - 2px);
	right: -170%;
}

.ttl_t01 span.after {
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-top: 20px;
}

/*contactBanner*/
.recruit_contact_banner_wrap {
	margin: 85px auto 0;
	padding: 100px 10px;
	width: 100%;
	position: relative;
	color: #FFF;
}

.recruit_contact_banner_wrap:before {
	content: "";
	display: block;
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/recruit/recruit_contact_banner_bg.jpg) center center;
	background-size: cover;
	background-attachment: fixed;
	z-index: -100;
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform: rotate(0.0001deg);
}

.recruit_contact_banner_wrap:after {
	content: "";
	display: block;
	height: 100%;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	transition-duration: 0.3s;
	transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transform: rotate(0.0001deg);
	z-index: -20;
}

.recruit_contact_banner_wrap.is_shown:after,
.recruit_contact_banner_wrap.is_shown:before {
	width: 100%;
}

.recruit_contact_banner_wrap h3 {
	font-size: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	color: #FFF;
	position: relative
}

.recruit_contact_banner_wrap h3:after {
	content: "";
	display: block;
	height: 2px;
	width: 50px;
	position: absolute;
	left: calc(50% - 25px);
	background: #FFF;
	bottom: 0;
}

.recruit_contact_banner_wrap_btn li:nth-child(1) {
	margin-bottom: 30px;
}

.recruit_contact_banner_wrap_btn li a {
	display: block;
	max-width: 300px;
	margin: 0 auto;
	padding: 15px;
	color: #FFF;
	border-radius: 40px;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
}

.recruit_contact_banner_wrap_btn li a:before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* background: linear-gradient(-45deg, #3079df 0%, #04befe 100%); */
	background-color: rgb(180, 49, 4);
	z-index: -2;
	transition: 0.3s;
}

.recruit_contact_banner_wrap_btn li a:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 100%;
	/* background: linear-gradient(-45deg, #04befe 0%, #04befe 20%, #3079df 100%); */
	background-color: rgb(180, 49, 4);
	z-index: -1;
	transition: 0.3s;
}

.recruit_contact_banner_wrap_btn li a:hover:before {
	left: -100%;
}

.recruit_contact_banner_wrap_btn li a:hover:after {
	left: 0;
}

/*recruit_interview*/
.recruit_interview_prof {
	position: relative;
	width: 100%;
}

.recruit_interview_prof01:before {
	content: "";
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(img/recruit/lower_interview/interview_01_01.jpg) center top;
	background-size: cover;
}

.recruit_interview_prof01:after {
	content: "";
	display: block;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	background: #323232
		/*
	background: #3079df;
	background: linear-gradient(-45deg, #3079df 0%, #04befe 80% , #04befe 100%);
	*/
}

.interview_lo01>div {
	width: 50%;
	color: #FFF;
	padding-right: 50px;
}

. .recruit_interview_lo_col-2_A {
	position: relative;
	width: 100%;
}

.recruit_interview_lo_col-2_A>div {
	width: 60%;
}

.recruit_interview_lo_col-2_A>div:nth-child(1) img {
	width: 100%;
	height: auto !important;
}

.recruit_interview_lo_col-2_A>div:nth-child(2) {
	position: absolute;
	bottom: -30px;
	right: 0;
	margin: auto;
	z-index: 3;
	width: 50%;
}

.recruit_interview_lo_col-2_A_txt {
	padding: 40px;
	background: #FFF;
}

.recruit_interview_lo_col-2_A_txt h3 {
	font-size: 20px;
	line-height: 1.8em;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.recruit_interview_lo_col-2_A_txt p {
	margin-bottom: 0;
}

.recruit_interview_ttl {
	font-size: 20px;
	display: inline-block;
	width: 100%;
	max-width: 300px;
	margin-top: -210px;
	position: relative;
	z-index: 4;
}

.recruit_interview_prof {
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 40px;
}

.recruit_interview_ttl h2 {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	line-height: 1em;
	color: #FFF;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
}

.recruit_interview_inner {
	position: relative;
}

.recruit_interview_inner>div:nth-child(1) {
	width: 260px;
}

.recruit_interview_inner>div:nth-child(2) {
	width: calc(100% - 320px);
	padding-left: 60px;
	position: relative;
}

/*
.recruit_interview_inner > div:nth-child(2):after{
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	background: url(img/scroll_bar.jpg) center center;
	background-attachment: fixed;
	position: absolute;
	top: 0;
	left: 0;
}
*/
.recruit_interview_prof_desc {
	margin-top: 15px;
	padding-top: 15px;
	position: relative;
	letter-spacing: 0.01em;
}

.recruit_interview_prof_desc:after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	background: #eeeeee;
	position: absolute;
	top: 0;
	left: 0;
}

.recruit_interview_qlist>div {
	margin-bottom: 60px;
}

.recruit_interview_qlist_ttl {
	font-size: 20px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

.recruit_interview_qlist_ttl span {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 23px;
	font-weight: bold;
	margin-right: 5px;
}

.recruit_interview_qlist_time {
	padding: 50px;
	background: #f8f8f8;
}

.recruit_interview_qlist_time dl {
	display: flex;
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	position: relative;
	padding-bottom: 40px;
}

.recruit_interview_qlist_time dl:last-child {
	padding-bottom: 0;
}

.recruit_interview_qlist_time dl:after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	top: 10px;
	left: 80px;
	background: #04befe;
}

.recruit_interview_qlist_time dl:last-child:after {
	display: none;
}

.recruit_interview_qlist_time dl dt {
	width: 80px;
	padding-right: 20px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-weight: bold;
	font-size: 18px;
	color: #3079df
}

.recruit_interview_qlist_time dl dd {
	width: calc(100% - 80px);
	padding-left: 40px;
	position: relative;
}

.recruit_interview_qlist_time dl dd:after {
	content: "";
	display: block;
	height: 10px;
	width: 10px;
	background: #3079df;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	left: -5px;
	z-index: 1;
}

.recruit_interview_qlist_time dl dd p {
	margin-bottom: 0;
}

/*Greeting*/
.recruit_greeting_wrap {
	margin-bottom: 40px;
	padding: 0 10px
}

.recruit_greeting_wrap .inner {
	background: #FFF;
	margin-top: -180px;
	position: relative;
	z-index: 3;
}

.recruit_greeting_head_content {
	padding: 30px;
	text-align: center;
}

.recruit_greeting_ttl {
	margin-bottom: 10px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
}

.recruit_greeting_main_catch {
	font-size: 27px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
}

.recruit_greeting_ttl_01 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

.recruit_greeting_content_lo_01.rv.btw {
	flex-flow: row-reverse;
}

.recruit_greeting_content_lo_01>*:nth-child(1) {
	width: 60%;
	position: relative;
}

.recruit_greeting_content_lo_01>*:nth-child(2) {
	width: 36%;
	position: relative;
}

.recruit_greeting_ttl_02 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

.recruit_greeting_content_lo_01 div>p:last-child {
	margin-bottom: 0;
}

.recruit_greeting_ask li {
	margin-bottom: 15px;
}

.recruit_greeting_ask li:last-child {
	margin-bottom: 0;
}

.recruit_greeting_ask h4 {
	font-size: 18px;
	padding-left: 32px;
	position: relative;
}

.recruit_greeting_ask h4:after {
	content: "";
	height: 1px;
	width: 20px;
	display: block;
	position: absolute;
	top: 13px;
	left: 0;
	background: #323232;
	margin-bottom: 10px;
}

/*flow_wrap*/
.flow_wrap {
	position: relative;
}

.flow_inner {
	position: relative;
	margin: 80px auto 0;
}

.flow_inner:after {
	content: "";
	display: block;
	height: 0;
	width: 1px;
	background: #000000;
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	transition: 1.2s;
}

.flow_inner.is_shown:after {
	height: 100%;
}

.flow_inner h4 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.flow_inner h4:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 30px;
	background: #000000;
}

.flow_inner dl {
	padding: 20px 0;
}

.flow_inner dt {
	width: 50%;
	text-align: right;
	font-size: 20px;
	font-weight: bold;
	padding-right: 50px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-style: italic;
}

.flow_inner dd {
	position: relative;
	width: 50%;
	padding-left: 50px;
}

.flow_inner dd:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -5px;
	transform: translateY(-50%) translateX(0);
	-webkit-transform: translateY(-50%) translateX(0);
	-ms-transform: translateY(-50%) translateX(0);
	width: 10px;
	height: 10px;
	background: #000000;
	border-radius: 5px;
	opacity: 0;
	transition: 1s;
}

.flow_inner dd.is_shown:before {
	opacity: 1;
}

/*ENV*/
.env_icon {
	max-width: 200px;
	margin: 20px auto 0;
}

/*flow*/
.step {
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	justify-content: center;
}

.step li {
	position: relative;
	background: #323232;
	padding: 1em 0.5em 1em 2em;
	color: #fff;
	width: 20%;
	text-align: center;
}

.step li:last-child {
	padding-right: 1em;
}

.step li:last-child:before,
.step li:last-child:after {
	display: none;
}

.step li:before,
.step li:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}

.step li:before {
	top: -15px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}

.step li:after {
	top: -15px;
	right: -.8em;
	border-style: solid;
	border-color: transparent transparent transparent #323232;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}

.step li.is-current {
	background: #9bbb30;
	font-weight: bold;
}

.step li.is-current:after {
	border-color: transparent transparent transparent #9bbb30;
}

/*TABLE*/

.box {
	width: 100%;
	margin: 0 auto 90px;
	padding: 50px;
	max-width: 800px;
	position: relative;
}

.box_br {
	display: block;
	height: 4px;
	width: 100%;
	background: #B43104;
	position: absolute;
	top: 0;
	left: 0;
}

.table_type01 {
	width: 100%;
	margin: 0 auto;
	max-width: 700px
}

.table_type01 ul {
	margin-bottom: 15px
}

.table_type01 tr {
	border-bottom: 1px solid #eeeeee
}

.table_type01 tr th {
	width: 260px;
	vertical-align: middle;
	padding: 20px 40px 20px 0;
	text-align: start;
	text-justify: ;
}

.table_type01 tr td {
	border-bottom: 1px solid #eeeeee;
	padding: 20px;
	text-align: left
}

.table_type01_title {
	display: block;
	font-weight: bold
}

.table_type01 dl {
	display: flex;
	display: -ms-flexbox;
	justify-content: flex-start;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.table_type01 dt {
	width: 55px;
	margin-right: 20px;
}

.table_type01 dd {
	width: calc(100% - 75px);
}

.table_type01_rpa_desc {
	margin-left: 30px;
}

.table_type01_rpa_ttl {
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-size: 25px;
}

.table_type01 p {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.header_logo img{
		width: 50%;
	}
	.ig-icon-height-sp {
	    width: 20%;
	}
}
@media only screen and (max-width: 750px) {
	.table_type01 tr {
		border-bottom: none;
	}

	.table_type01 tr th {
		width: 100%;
		vertical-align: middle;
		padding: 20px 15px;
		display: block;
		background: #f8f8f8;
		border-bottom: none;
	}

	.table_type01 tr td {
		width: 100%;
		padding: 20px 15px;
		display: block;
		border-bottom: none;
	}

	.table_type01_rpa_ttl {
		/* font-family: 'Josefin Sans', sans-serif; */
		font-family: 'Noto Sans Japanese';
		font-size: 18px;
	}
}

/*TABLE*/
.table_type02 {
	border: 1px solid #eeeeee;
	width: 100%;
	margin: 0 auto 80px;
	max-width: 950px
}

.table_type02 ul {
	margin-bottom: 15px
}

.table_type02 tr {
	border-bottom: 1px solid #eeeeee
}

.table_type02 tr th {
	width: 200px;
	vertical-align: middle;
	background-color: #f8f8f8
}

.table_type02 tr td {
	text-align: left
}

.table_type02_title {
	display: block;
	font-weight: bold
}

.table_indent {
	margin-left: 1.2em;
	margin-top: -20px
}

.table_indent ul li {
	text-indent: -1.1em;
	padding-left: 1.1em
}

.fukuri_list li {
	text-indent: -1.1em;
	padding-left: 1.1em
}

@media only screen and (min-width: 751px) {
	.table_type02 tr th {
		width: 200px;
		padding: 20px
	}

	.table_type02 tr td {
		padding: 20px 40px;
		font-size: 14px
	}
}

@media only screen and (max-width: 750px) {
	.table_type02 tr th {
		width: 100%;
		padding: 20px
	}

	.table_type02 tr th,
	.table_type02 tr td {
		display: block
	}

	.table_type02 tr th {
		padding: 10px 15px
	}

	.table_type02 tr td {
		padding: 20px 15px
	}
}

.table_type02 th span {
	font-size: 11px;
	line-height: 1em;
	display: block;
	margin-top: -3px;
}

.table_td_list div {
	margin-bottom: 20px;
}

.table_td_list>div:last-child {
	margin-bottom: 0;
}

.table_td_list div span {
	padding: 2px 10px;
	font-size: 11px;
	background: #323232;
	color: #FFF;
	display: inline-block;
	margin-bottom: 5px;
}

/*RPA STEP*/
/*flow*/
.step_rpa {
	width: 100%;
	padding: 0;
	margin: 0;
	justify-content: center;
	position: relative;
}

.step_rpa>li {
	width: 20%;
	margin-bottom: 0;
	padding-bottom: 0;
}

.step_rpa li .step_rpa_flow {
	position: relative;
	background: #323232;
	padding: 1em 2.5em 1em 0;
	color: #fff;
	width: 100%;
	text-align: center;
	overflow: hidden
}

.step_rpa li:last-child .step_rpa_flow {
	padding-right: 1em;
}

.step_rpa li:last-child .step_rpa_flow .before,
.step_rpa li:last-child .step_rpa_flow .after {
	display: none;
}

.step_rpa li .step_rpa_flow .before,
.step_rpa li .step_rpa_flow .after {
	position: absolute;
	width: 0;
	height: 0;
	margin: auto;
}

.step_rpa li .step_rpa_flow .before {
	top: -15px;
	right: 0.6em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}

.step_rpa li .step_rpa_flow .after {
	top: -15px;
	right: .8em;
	border-style: solid;
	border-color: transparent transparent transparent #323232;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}

.step_rpa li.is-current .step_rpa_flow {
	background: #9bbb30;
	font-weight: bold;
}

.step_rpa li.is-current .step_rpa_flow:after {
	border-color: transparent transparent transparent #9bbb30;
}

.step_rpa_flow_content {
	margin-top: 20px;
	padding-right: 2.4em;
	font-size: 12px;
	position: relative;
}

.step_rpa_flow_content li {
	padding-left: 10px;
	position: relative;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.step_rpa_flow_content li:after {
	content: "";
	height: 2px;
	width: 2px;
	border-radius: 1px;
	background: #323232;
	display: block;
	position: absolute;
	top: 0.5em;
	left: 0;
}

.sitemap_wrap>* {
	width: 48%;
}

.sitemap_wrap h3 {
	padding: 10px 15px;
	margin-bottom: 10px;
	background: #323232;
	color: #FFF;
	text-align: center;
}

.sitemap_wrap h4 {
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}

.sitemap_wrap li a {
	display: block;
	margin-bottom: 10px;
	padding: 15px 15px;
	position: relative;
	font-weight: bold;
	background: #f8f8f8
}

.sitemap_wrap li a:after {
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: solid #323232 2px;
	border-bottom: solid #323232 2px;
	transform: rotate(-45deg);
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
}

@media screen and (max-width:1200px) {
	.header_pc {
		width: calc(100% - 20px);
		top: 10px;
		left: 0;
	}
}

@media screen and (max-width:1060px) {
	nav.corp {
		width: 57%;
	}
}


@media screen and (max-width:1020px) {

	.hd_sns{
		display: inline-block;
		display: none;
		width: calc(100% - (40px + 240px));
		padding-right: 40px;
	}

	.hd_sns ul{
		display: flex;
		justify-content: flex-end;
		align-items:center;
		flex-wrap: wrap;
	}

	.hd_sns ul li{
		/* width: 50%; */
		font-size:23px;
		padding-right: 20px;
	}

	.hd_sns ul li .fa-instagram{
		color: rgb(255, 166, 0);
	}

	.hd_sns ul li .fa-facebook-square{
		color: #4867AA;
	}


	.mv_main_ttl {
		font-size: 38px;
	}

	.mv_sub_ttl {
		font-size: 20px;
	}

	.mv_sub_txt {
		font-size: 14px;
	}

	nav {
		display: none;
	}

	.menu {
		display: block;
	}

	.sp_nav.open {
		visibility: visible;
		opacity: 1;
	}

	.sp_nav.open .sp_nav_list li {
		opacity: 1;
		transform: translateX(0);
	}

	.sp_nav.open .sp_nav_other_list li {
		opacity: 1;
		transform: translateY(0);
	}

	.sp_nav.open .sp_nav_list:after {
		width: 100%;
	}

	.header_pc {
		z-index: 100;
	}

	/*.header_pc.active .menu {
		top: 15px;
	}*/

	.top_info_ttl {
		width: 200px;
		margin-right: 20px;
	}

	.top_info_list {
		width: calc(100% - 220px);
	}

	.top_info_list article {
		padding: 10px 0;
	}

	.top_info_list article * {
		font-size: 12px;
	}

	.top_info_list_date {
		width: 100px;
	}

	.top_info_list_ttl {
		width: calc(100% - 90px);
	}

	.contact_banner_tel_list {
		display: block;
	}

	.contact_banner_tel_list>* {
		width: 100%;
		text-align: center;
	}

	.contact_banner_tel_list .btn_base {
		width: 100%;
		text-align: center;
		margin: 20px auto 30px;
	}

	.footer_middle {
		display: block;
	}

	.footer_middle.btw div:nth-child(1) {
		margin-bottom: 30px;
		text-align: center;
	}

	.footer_address.str{
		justify-content:center;
	}

	#sns_pc_icons{
		display: flex;
		justify-content:center;
		align-items:center;
		width: 100%;
	}

	.footer_logo{
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
	}

	.lo_top_service {
		flex-flow: column-reverse;
	}

	.lo_top_service>*:nth-child(1) {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}

	.lo_top_service>*:nth-child(2) {
		max-width: 800px;
		width: 100%;
		margin: 0 auto 19px;
	}

	/* .top_service_divid li {
		height: 500px;
	} */

	.top_service_ttl:after {
		width: calc(100% - 175px);
	}

	.lower_col01_narrow>* {
		margin-bottom: 30px;
	}

	.lower_col01_narrow_inner {
		padding: 20px;
	}

	.lower_col02>*:nth-child(1) {
		width: 100%;
		margin-right: auto;
	}

	.lower_col02>*:nth-child(2) {
		width: 100%;
	}

	.lower_col02_rv>*:nth-child(1) {
		width: 100%;
		margin-right: auto;
	}

	.lower_col02_rv>*:nth-child(2) {
		width: 100%;
	}

	.lower_sec_link li {
		width: 42%;
		margin: 0 4% 30px;
		background: none;
	}

	.lower_col03_list li {
		width: 100%;
	}

	.lower_col03_list li:last-child {
		margin-bottom: 0;
	}

	.lower_col02_list li {
		width: 100%;
		margin-bottom: 30px;
	}

	.lower_col02_list li:nth-child(n + 3) {
		margin-bottom: 30px;
	}

	.lower_col02_list li:last-child {
		margin-bottom: 0;
	}

	.recruit_ttl_01 {
		text-align: center;
		margin-bottom: 70px;
	}

	.lower_recruit_col03_list {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}

	.lower_recruit_col03_list li {
		width: 100%;
		position: relative;
		margin: 0 auto 70px;
	}

	.lower_recruit_col03_list li:last-child {
		margin: 0 auto;
	}

	.lower_recruit_col03_list li:nth-child(1) {
		margin-top: 0;
	}

	.lower_recruit_col03_list li:nth-child(3) {
		margin-top: 0;
	}

	.lower_recruit_col03_list_before {
		max-width: 500px;
		margin: 0 auto;
	}

	.lower_recruit_col03_list_after {
		margin: 0 auto;
		padding: 20px;
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 0;
	}

	.lo_col-1_A_greeting_footer {
		padding: 20px;
		max-width: 500px;
		width: 100%;
		margin: -90px auto 0;
		background: #FFF;
		position: relative;
		z-index: 0;
	}

	.btn_base.greeting {
		position: relative;
		margin: 0 auto;
		padding-top: 30px;
		text-align: center;
		right: auto;
		bottom: auto;
	}

	.btn_base.greeting a {
		position: relative;
		margin: 0 auto;
	}

	.recruit_interview_inner {
		display: block;
	}

	.recruit_interview_inner>* {
		width: initial;
		display: block;
		width: 100% !important;
	}

	.recruit_interview_inner>div:nth-child(1) {
		width: initial;
		width: 100% !important;
		padding: 0;
		margin-bottom: 30px;
	}

	.recruit_interview_qlist>div {
		margin-bottom: 30px;
	}

	.recruit_interview_inner>div:nth-child(2) {
		width: 100%;
		padding: 0;
	}

	.recruit_interview_ttl {
		max-width: 1000px;
		width: 100% !important;
		margin-top: -30px;
		position: relative;
		display: flex;
		display: -ms-flexbox;
		justify-content: space-between;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between;
		flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.recruit_interview_ttl>*:nth-child(1) {
		width: 200px;
	}

	.recruit_interview_ttl>*:nth-child(2) {
		width: calc(100% - 260px) !important;
	}

	.recruit_interview_lo_col-2_A>div {
		width: calc(100% + 20px);
		margin-left: -10px;
	}

	.recruit_interview_lo_col-2_A>div:nth-child(2) {
		position: relative;
		margin: -100px auto 0;
		padding: 10px;
		width: calc(100% - 20px);
	}

	.recruit_interview_lo_col-2_A_txt {
		padding: 15px;
	}

	.recruit_interview_lo_col-2_A_txt h3 {
		font-size: 20px;
		line-height: 1.8em;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #eeeeee;
	}
}

@media screen and (max-width:790px) {
	.loading_wrap {
		width: auto;
		width: 100%;
		height: auto;
		height: 100%;
	}

	.header_pc {
		padding: 5px 10px;
	}

	.contact_banner_p_list {
		display: block;
	}

	.contact_banner_p_list li {
		text-align: center;
		width: 100%;
	}

/*	.menu {
		top: 8px;
	}*/

	/*.header_pc.active .menu {
		top: 15px;
	}*/

	.loading_wrap_02:after {
		font-size: 14px;
	}

	.lower_col01_narrow_inner {
		padding: 10px;
	}

	.box {
		width: 100%;
		margin: 0 auto 90px;
		padding: 30px 10px;
		max-width: 800px;
		position: relative;
	}

	.flow_inner {
		position: relative;
		margin: 30px auto 0;
	}

	.flow_inner:after {
		left: calc(30% - 1px);
	}

	.flow_inner dt {
		font-size: 15px;
		padding-right: 15px;
		width: 30%;
	}

	.flow_inner dd {
		width: 70%;
		padding-left: 20px;
	}

	.recruit_sec_wrap {
		margin: 50px auto;
	}

	.recruit_top_interview_wrap {
		margin: 0 auto;
	}

	.lo_col-1_A_greeting_footer {
		padding: 15px;
		width: calc(100% - 20px);
		margin: -30px auto 10px;
	}

	.btn_base.greeting {
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.lower_sec_ttl_02 {
		font-size: 28px;
	}

	.lower_info_ttl dd {
		font-size: 16px;
	}

	.lower_header_ttl {
		font-size: 14px;
		line-height: 1em;
	}

	.lower_header_ttl.jp {
		margin-top: 30px;
	}

	.lower_header_ttl span {
		font-size: 20px;
		line-height: 1em;
	}

	.lower_col02_list.recruit_about_adjust {
		margin-top: -60px;
	}

	.lower_sec_wrap {
		margin-bottom: 50px;
	}

	.table_type02 {
		margin: 0 auto;
	}

	.lower_inner>*:last-child {
		margin-bottom: 0;
		position: relative;
	}

	.lower_header {
		height: 300px;
		position: relative;
		overflow: hidden;
	}

	.lower_header.interview {
		height: 300px;
		margin-bottom: 60px;
		background-position: right center
	}

	.lower_header.recruit_greeting {
		height: 300px;
		margin-bottom: 60px;
		background: url(img/lower_header/recruit_greeting.jpg) no-repeat left top;
		background-size: cover;
	}

	.lower_header_inner {
		top: calc(50% + 20px);
	}

	.recruit_greeting_wrap .inner {
		margin-top: 0;
	}

	.recruit_greeting_head_content {
		padding: 10px;
		text-align: center;
	}

	.recruit_greeting_main_catch {
		font-size: 16px;
	}

	.recruit_greeting_content_lo_01.rv.btw {
		flex-flow: column-reverse;
	}

	.recruit_greeting_content_lo_01.sp_rv.btw {
		flex-flow: column-reverse;
	}

	.recruit_greeting_content_lo_01>*:nth-child(1) {
		width: 100%;
	}

	.recruit_greeting_content_lo_01>*:nth-child(2) {
		width: 100%;
		margin-bottom: 30px
	}

	.recruit_greeting_ttl_01,
	.recruit_greeting_ttl_02 {
		font-size: 18px;
	}

	.recruit_greeting_ask h4 {
		font-size: 15px;
		padding-left: 28px;
		position: relative;
	}

	.recruit_greeting_wrap {
		margin-bottom: 20px;
		margin-top: -30px;
	}

	.recruit_interview_ttl>*:nth-child(1) {
		width: 150px;
	}

	.recruit_interview_ttl>*:nth-child(2) {
		width: calc(100% - 190px) !important;
	}

	.recruit_interview_qlist_time {
		padding: 20px;
	}

	.recruit_interview_qlist_time dl:after {
		left: 60px;
	}

	.recruit_interview_qlist_time dl:last-child:after {
		display: none;
		padding-bottom: 20px;
	}

	.recruit_interview_qlist_time dl dt {
		width: 60px;
		padding-right: 10px;
		font-size: 16px;
	}

	.recruit_interview_qlist_time dl dd {
		width: calc(100% - 60px);
		padding-left: 20px;
	}

	.recruit_interview_qlist_ttl {
		font-size: 16px;
	}

	.recruit_interview_qlist_ttl {
		text-indent: -2.1em;
		padding-left: 2.1em;
	}

	.recruit_interview_qlist_ttl span {
		/* font-family: 'Josefin Sans', sans-serif; */
		font-family: 'Noto Sans Japanese';
		font-size: 16px;
		font-weight: bold;
		margin-right: 5px;
	}

	.contact_banner_wrap:before,
	.recruit_contact_banner_wrap:before {
		background-attachment: scroll;
	}

	.recruit_interview_lo_col-2_A_txt h3 {
		font-size: 16px;
	}

	.recruit_greeting_ttl_02 {
		font-size: 16px;
	}

	.recruit_greeting_ask h4 {
		font-size: 15px;
	}

	.recruit_greeting_ttl_01,
	.recruit_greeting_ttl_02 {
		margin-top: 15px;
	}

	.cr {
		font-size: 10px;
	}

	/*flow*/
	.step.btw {
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		justify-content: center;
		display: block;
	}

	.step li {
		width: 100%;
		padding: 10px;
		margin-bottom: 50px;
		position: relative;
	}

	.step li:last-child {
		padding-right: 10px;
		margin-bottom: 0;
	}

	.step li:before,
	.step li:after {
		display: none;
	}

	.step li:before {
		display: none;
	}

	.step li:after {
		content: "";
		border: none;
		display: block;
		height: 7px;
		width: 7px;
		border-bottom: 2px solid #323232;
		border-right: 2px solid #323232;
		bottom: -25px;
		left: calc(50% - 1px);
		top: auto;
		right: auto;
		transform: rotate(45deg)
	}

	.step li.is-current {
		display: none;
	}

	.step li.is-current:after {
		display: none;
	}

	/*flow*/
	.step_rpa.btw {
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
		justify-content: center;
		display: block;
	}

	.step_rpa li .step_rpa_flow .before,
	.step_rpa li .step_rpa_flow .after {
		display: none;
	}

	.step_rpa_flow_content {
		margin-top: 0;
		background: #FFF;
		padding: 20px;
		border: 1px solid #323232;
	}

	.step_rpa>li {
		width: 100%;
		margin-bottom: 50px;
		position: relative;
	}

	.step_rpa>li:last-child {
		margin-bottom: 0;
	}

	.step_rpa>li:after {
		content: "";
		position: absolute;
		border: none;
		display: block;
		height: 7px;
		width: 7px;
		border-bottom: 2px solid #323232;
		border-right: 2px solid #323232;
		bottom: -25px;
		left: calc(50% - 1px);
		top: auto;
		right: auto;
		margin: auto;
		transform: rotate(45deg)
	}

	.step_rpa>li:last-child:after {
		display: none;
	}

	.sitemap_wrap>* {
		width: 100%;
	}

	.sitemap_wrap ul {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:580px) {

	.lower_first_sec {
		margin-bottom: 0;
	}
	.lower_inner>.lower_sec_ttl_02 {
		font-size: 22px;
	}
/*	.menu {
		top: 5px;
	}*/

	/*.header_pc.active .menu {
		top: 5px;
	}*/

	body {
		font-size: 12px;
	}

	.mv_main_ttl {
		font-size: 26px;
	}

	.mv_sub_ttl {
		font-size: 17px;
	}

	.mv_sub_txt {
		font-size: 12px;
	}

	.header_logo {
		font-size: 14px;
		letter-spacing: 0;
		background-size: contain;
	}

	.recruit_top {
		margin-bottom: 60px !important;
	}

	.header_logo a {
		/* padding: 0px 0 40px 150px; */
		display: block
	}

	.header_logo span {
		font-size: 9px;
	}

	.top_info .narrow_inner {
		display: block;
	}

	.top_info {
		margin-top: -50px;
		padding: 0 0 60px;
		overflow: hidden;
	}

	.top_info_ttl {
		z-index: 9;
	}

	.top_info_ttl,
	.top_info_list {
		width: 100%;
	}

	.top_info_ttl {
		height: 70px;
	}

	.top_info_list dl {
		display: block;
	}

	.top_info_list dl>* {
		width: 100%;
	}

	.info_more {
		display: none;
	}

	.top_info_sp_btn {
		display: block;
		text-align: center;
		margin: 30px auto;
	}

	/* .top_service_divid li:nth-child(1) {
		display: none;
	} */

	.top_service_divid li:nth-child(2) {
		width: 90%;
		margin: 0 -10px 0 auto;
		display: block;
	}

	.top_service_divid li {
		/* height: 500px; */
		height: auto;
	}

	.top_service_divid_ttl {
		/* display: none;
		width: 540px; */
		top: -46px;
	}

	.lo_top_service>*:nth-child(1) {
		/* margin-top: -180px; */
		margin-top: 0;
		z-index: 1;
	}

	.lo_top_service>*:nth-child(2) {
		z-index: 0;
		margin-bottom: 0;
	}

	.top_service_sub_ttl {
		font-size: 18px;
	}

	.menu-trigger {
		display: none;
	}

	.lo_top_service_desc {
		padding: 20px 15px 20px;
		margin-bottom: 40px;
	}

	.top_service_ttl {
		margin-bottom: 10px;
	}

	.top_service_sub_ttl {
		margin-bottom: 10px;
	}

	/*topService*/
	.top_service {
		padding: 50px 0 50px;
		position: relative;
		overflow: hidden;
		margin-bottom: 50px;
	}

	.top_service:after {
		left: 0;
	}

	.top_service.is_shown:after {
		width: 85%;
	}

	.lo_col-1_A_header {
		width: calc(100% + 100px);
		margin-left: -60px;
	}

	.lo_col-1_A_footer {
		padding: 15px;
		width: 100%;
		margin: -30px auto 40px;
	}

	.lo_col-1_A_txt p {
		margin-bottom: 0;
	}

	.ttl_t01 {
		font-size: 25px;
		/* font-family: 'Josefin Sans', sans-serif; */
		font-family: 'Noto Sans Japanese';
		text-align: center;
		margin-bottom: 10px;
		line-height: 1em;
	}

	.ttl_t01 span.before {
		font-size: 11px;
		display: inline-block;
		position: relative;
		margin-bottom: 10px;
	}

	.ttl_t01 span.before:after {
		display: none;
	}

	.ttl_t01 span.before:before {
		display: none;
	}

	.ttl_t01 span.after {
		font-size: 14px;
		display: inline-block;
		position: relative;
		margin-top: 10px;
	}

	.top_service {
		overflow: hidden;
	}

	.bg_bla {
		position: relative;
		padding: 70px 0;
		margin-top: -50px;
	}

	.bg_l,
	.bg_r {
		position: relative;
		padding: 70px 0 50px;
		margin-top: -20px;
		overflow: hidden;
	}

	.bg_r:after,
	.bg_l:after {
		height: calc(100% - 20px);
		top: 20px;
	}

	.bg_l.is_shown:after,
	.bg_r.is_shown:after {
		width: 85%;
	}

	.bg_l.bg_rv:after {
		right: 0;
		left: auto;
	}

	.bg_r.bg_rv:after {
		left: 0;
		right: auto;
	}

	.contact_banner {
		padding: 25px 15px;
	}

	.contact_banner_ttl {
		text-align: left;
		font-size: 12px;
		margin: 15px auto;
	}

	.contact_banner_ttl br {
		display: none;
	}

	.contact_banner_p_list {
		padding: 0 0 10px 0;
		margin-bottom: 20px;
	}

	.contact_banner_p_list li {
		text-align: left;
		font-size: 12px;
		margin-bottom: 5px;
		display: none;
	}

	.next_page {
		bottom: 70px;
	}

	#scroll-down::before {
		height: 70px;
	}

	.footer_address address span {
		padding: 10px 5px;
		width: 120px;
		margin: 0 auto 10px;
	}

	.footer_address address:nth-child(1) {
		margin: 0 auto 30px;
	}

	.footer_address address:nth-child(2) {
		margin: 0 auto 30px;
	}

	.footer_address address:nth-child(3) {
		margin: 0 auto;
	}

	.footer_address address {
		text-align: center;
		width: 100%;
	}

	.cr {
		padding: 0 10px 10px;
		margin-top: 0;
	}

	/*contactBanner*/
	.banner {
		overflow: hidden;
	}

	.banner_recruit_header {
		width: calc(100% + 100px);
		margin-left: -60px;
	}

	.contact_banner_wrap {
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
	}

	.contact_banner_wrap.is_shown:before {
		width: 100%;
	}

	.contact_banner {
		padding: 40px 10px 20px;
	}

	.banner_ttl {
		font-size: 25px;
		/* font-family: 'Josefin Sans', sans-serif; */
		font-family: 'Noto Sans Japanese';
		text-align: center;
		margin-bottom: 15px;
		padding-bottom: 15px;
		line-height: 1em;
		position: relative;
	}

	.banner_ttl:after {
		content: "";
		display: block;
		height: 2px;
		width: 60px;
		position: absolute;
		left: calc(50% - 30px);
		bottom: 0;
		/* background: linear-gradient(-45deg, #3079df 0%, #04befe 80%, #04befe 100%); */
		background-color: rgb(180, 49, 4);
	}

	.banner_recruit_footer {
		position: relative;
		top: auto;
		left: auto;
		transform: translateY(0) translateX(0);
		-webkit-transform: translateY(0) translateX(0);
		-ms-transform: translateY(0) translateX(0);
		z-index: 2;
		padding: 30px 15px 40px;
		width: 100%;
		margin: -30px auto 0;
	}

	.footer_nav {
		display: none;
	}

	.top_rpa {
		margin-bottom: 50px;
	}

	.lower_bg_active_wrap {
		margin-bottom: 50px;
	}

	.banner {
		margin-bottom: 50px;
	}

	.footer_middle>div:first-child {
		margin: 0 auto;
		padding-top: 20px;
		justify-content: center;
	}

	.contact_banner.b_s:after {
		background: rgba(255, 255, 255, 0.7);
	}

	.footer_logo {
		font-size: 14px;
		background-size: contain;
		line-height: 1em;
		background-position: center center;
	}

	.footer_logo a {
		/* padding: 65px 0 65px 270px; */
	}

	.footer_logo span {
		font-size: 9px;
	}

	.p_mark {
		width: 40px;
		margin-left: 10px;
	}

	.lower_sec_link {
		margin: 40px auto 0;
	}

	.lower_first_sec:after {
		max-width: 170px;
		left: calc(50% - 85px);
		height: 3px;
		margin-bottom: 30px;
	}

	.lower_sec_link {
		margin-bottom: -30px;
	}

	.lower_sec_link li {
		width: 100%;
		margin: 0 auto 20px;
		background: none;
	}

	.lower_sec_link li:last-child {
		margin-bottom: 0 !important;
	}

	.recruit_ttl_01 {
		font-size: 25px;
		/* font-family: 'Josefin Sans', sans-serif; */
		font-family: 'Noto Sans Japanese';
		text-align: center;
		margin-bottom: 30px;
		line-height: 1em;
	}

	.recruit_ttl_01 .before {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.sp_hide {
		display: none !important;
	}

	.pc_hide {
		display: block !important;
	}

	.recruit_interview_ttl>*:nth-child(1) {
		width: 100%;
		display: none;
	}

	.recruit_interview_ttl>*:nth-child(1) img {
		max-width: 300px;
		display: block;
		margin: 0 auto 50px;
	}

	.recruit_interview_ttl>*:nth-child(2) {
		width: 100% !important;
	}

	.lower_header.interview {
		height: 230px;
		background-position: right center
	}

	body .loading_wrap_02:after {
		top: calc(50% - 30px);
		line-height: 1em;
	}

	.lower_sec_header_ttl_02 {
		font-size: 16px;
		position: relative;
		/* font-family: 'Josefin Sans', sans-serif; */
		font-family: 'Noto Sans Japanese';
		margin-bottom: 30px;
		padding-bottom: 20px;
		text-align: center;
	}

	.lower_sec_ttl_01 {
		font-size: 30px;
	}
}

@media screen and (max-width:330px) {
	.loading_wrap_02:after {
		font-size: 12px;
	}
	.mv_main_ttl {
		font-size: 18px;
	}

	.mv_sub_ttl {
		font-size: 14px;
	}

	.mv_sub_txt {
		font-size: 12px;
	}

	.header_pc {
		width: 100%;
		top: 0;
		border-radius: 0;
	}


	.header_logo {
		font-size: 13px;
	}

	.footer_logo {
		font-size: 13px;
	}

	.p_mark {
		width: 30px;
		margin-left: 10px;
	}

	footer {
		position: relative;
	}

	footer:after {
		content: "";
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		/* background: linear-gradient(-45deg, #B43104 0%, #B43104 80%, #16F5FE 100%); */
		background-color: rgb(180, 49, 4);
		top: 0;
	}

	.lo_col-1_A_greeting_footer {
		padding: 15px;
		width: calc(100% - 20px);
		margin: -30px 10px 10px;
	}

	.lower_header.interview {
		height: 180px;
		background-position: right top
	}
}

/*telLink*/
.tel_link {
	pointer-events: none;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.tel_link {
		pointer-events: none;
	}

	.btn_grd_bg a.tel_link:hover {
		letter-spacing: 0.1em;
	}
}

@media screen and (max-width:480px) {
	.tel_link {
		pointer-events: auto;
	}
	.txt-video {
	}
}

.form_2 {
	width: 100%;
	max-width: 55pc;
	margin: 0 auto 50px;
	padding-left: 75pt;
	border-collapse: collapse;
	line-height: 180%;
}

.form_2_confirm tr td {
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px
}

.form_2 td,
.form_2 th {
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: block;
	width: 100%
}

.form_2_confirm th {
	opacity: 0.5;
}

.form_2_confirm td {
	font-size: 16px;
}

.form_2 th {
	padding: 15px 0 5px 0;
	font-weight: normal;
	position: relative;
}

.form_2 td {
	padding-botom: 15px
}

.form_2 .fix-txt {
	margin-top: 30px;
	line-height: 1.8em
}

.form_2 .fix-txt a {
	display: block;
	line-height: 1.8em;
	color: #4e4d4d;
	font-size: 25px;
	margin-top: 40px
}

.form_2 .fix-txt a i {
	color: #ffab00
}

.form_2 .fix-title {
	font-size: 20px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000
}

.form_2 button,
.form_2 input[type="email"],
.form_2 input[type="mail"],
.form_2 input[type="password"],
.form_2 input[type="search"],
.form_2 input[type="submit"],
.form_2 input[type="tel"],
.form_2 input[type="text"],
.form_2 select,
.form_2 textarea {
	width: 100%;
	padding: 15px;
	margin: 5px auto;
	outline: 0;
	border: 1px solid #e3e3e3;
	font-size: 1pc;
	line-height: 1.2em;
	background: #f9f9f9;
	font-weight: 400;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	min-height: 50px;
}

.form_2 textarea {
	height: 10em;
	resize: none;
}

.form_2 input[type="tel"]:focus,
.form_2 input[type="text"]:focus,
.form_2 select:focus,
.form_2 textarea:focus {
	border-color: #f4f6f1
}

.form_2 select {
	width: 100%;
	padding: 15px;
	margin: 5px auto;
	background-image: url(img/arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 20px 20px;
	vertical-align: middle;
}

.form_2 .required {
	display: inline-block;
	text-align: right;
	font-size: 10px;
	padding: 0;
	color: red;
	margin-left: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px
}

.form_radio span {
	display: inline-block;
	margin: 5px
}

.form_2 .form_radio input[type="radio"] {
	display: none
}

.form_2 .form_radio label {
	cursor: pointer;
	padding-right: 15px;
	color: #b0b0b0;
	font-weight: 700
}

.form_2 .form_radio label .mwform-radio-field-text:before {
	content: "\f1db";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 20px;
	position: relative;
	top: 2px
}

.form_2 .form_radio label input[type="radio"]:checked+.mwform-radio-field-text {
	color: #bf9f00
}

.form_2 .form_radio label input[type="radio"]:checked+.mwform-radio-field-text:before {
	content: "\f05d";
	font-family: FontAwesome;
	color: #bf9f00
}

.privacy_chack {
	margin: 0 auto;
	text-align: center
}

.form_2 input::-webkit-input-placeholder,
.form_2 textarea::-webkit-input-placeholder {
	color: #a5a5a5;
	font-weight: 400 !important
}

.form_2 input:-ms-input-placeholder,
.form_2 textarea:-ms-input-placeholder {
	color: #a5a5a5;
	font-weight: 400 !important;
	/* font-family: arial, sans-serif; */
	font-family: 'Noto Sans Japanese';
}

.form_2 input::-moz-placeholder,
.form_2 textarea::-moz-placeholder {
	color: #a5a5a5;
	font-weight: 400 !important;
	/* font-family: arial, sans-serif; */
	font-family: 'Noto Sans Japanese';
}

.contact_btn {
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
}

.contact_btn.conform {
	margin-bottom: 40px;
}

.contact_btn button {
	display: block;
	padding: 20px;
	font-size: 16px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-weight: bold;
	background: #B43104;
	border: 2px solid #B43104;
	color: #FFF;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	transition: 0.3s;
}

.contact_btn button:hover {
	color: #B43104;
	background: #FFF;
}

.contact_btn.back_btn input {
	background: #dadada;
	border: 2px solid #dadada;
	transition: 0.3s;
}

.contact_btn.back_btn:hover input {
	background: #dadada;
	border: 2px solid #B43104;
	background: #FFF;
}

.thanks_btn {
	margin-top: 60px;
}

.thanks_btn li {
	margin: 0 auto;
	width: 100%;
	max-width: 280px;
}

.thanks_btn li:nth-child(1) {
	margin-bottom: 30px;
}

.thanks_btn li a {
	display: block;
	padding: 20px;
	font-size: 16px;
	/* font-family: 'Josefin Sans', sans-serif; */
	font-family: 'Noto Sans Japanese';
	font-weight: bold;
	background: #004198;
	border: 2px solid #004198;
	color: #FFF;
	height: 100%;
	width: 100%;
	border-radius: 5px;
	transition: 0.3s;
}

.thanks_btn li a:hover {
	background: #FFF;
	color: #004198;
}

::-webkit-input-placeholder {
	font-weight: 400 !important;
	/* font-family: arial, sans-serif; */
	font-family: 'Noto Sans Japanese';
}

:-moz-placeholder {
	font-weight: 400 !important;
	/* font-family: arial, sans-serif; */
	font-family: 'Noto Sans Japanese';
}

.error {
	color: red
}

.ig-icon-height {
	height: 30px;
	width: auto;
}

.ig-icon-height-hdr {
	height: 25px;
	width: 30px;
	object-fit: contain;
}

.company-images {
    display: flex;
    width: 100%;
    margin: 0 0 10px;
}

.company-img {
    width: calc(100% / 3 - 10px);
    margin: 10px auto;
    height: auto;
}

.company-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.company-img-caption {
    text-align: left;
    /*margin: 5px 0;*/
    font-size: 16px;
    padding: 0 10px;
}

nav ul li a.menu-sm:after {
    display: none;
}

.edirect_center.edirect_ttl_img img {
    margin: 0 auto;
}

#edirect_login_menu_input input {
    background-color: #FFF;
    border: 1px solid;
}

.edirectMenuBtnLabel img {
    margin: 0 auto;
}

.edirect_ttl_img img {
    text-align: center!important;
    margin: 10px auto;
}

.lh-top {
	line-height: 1.8em;
}

.fc-white {
	color: #fff!important;
}

.fade_in_up_order.is_shown > *:nth-child(1) {
    width: 100%;
}

.support div, .support div table {
    width: 100%;
}

.br-sm {
	display: none;
}

.poster-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


@media screen and (max-width:991px) {
	.txt-video {
	    width: 80%;
	}
	.br-sm {
		display: block;
	}
	.footer_address address {
	    margin-right: unset; 
	}

	.footer_address address span {
	    margin: 0 auto 10px;
	}
}

@media screen and (max-width:375px) {
/*	.menu {
		top: 3px;
	}*/
	.header_pc.active {
		padding: 5px 10px 10px;
	}
}
@media screen and (max-width:320px) {
	.header_pc {
		padding: 7px 10px;
	}
	
	
}
@media screen and (max-width:768px) {
	.footer_address address span{
		margin: auto;
		margin-bottom: 10px;
	}
	.loading_animation_mv{
		height: 56vw !important;
	}
	video {
		/* left: -160%; */
		max-height: 100%;
		max-width: 100%;
		min-height: auto;
		margin: auto;
	}
	.txt-video {
		top: 60%;
		width: 86%;
		transform: translateY(-50%);
	}
}
@media screen and (max-width:767px) {

	.company-images {
	   display: unset;
	}

	.company-img {
	    width: unset;
	    margin: 30px auto; 
	}

	.hd_sns ul li{
		padding-right: 10px;
	}

	.hd_sns{
		width: auto;
		display: none;
	}
	.div_map iframe{
		height: 85.9375vw;
	}
	
	#scroll-down::before{
		height: 9.126vw;
	}
	.service_image_p{
		margin-bottom: 10px;
	}
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
		width: 100%;
	}
	.service_des_p {
		font-size: 12px;
	}
	.btn_base a span{
		padding: 10px 40px;
	}
	.step_bar .step {
		padding: 0 20px 0 10px
	}

	#footer a {
		font-size: 25px
	}

	.room-num input {
		max-width: 230px
	}

	.required {
		margin-left: 4px
	}

	
	
}

@media all and (-ms-high-contrast: none) {
	.b_s:before {
		display: none;
	}

	nav ul li:last-child a:before {
		display: none
	}

	.banner_recruit_footer:after {
		display: none
	}

	.lower_sec_link li a:before {
		display: none
	}

	.btn_base a:before {
		display: none;
	}

	.b_s,
	nav ul li:last-child a,
	banner_recruit_footer,
	.lower_sec_link li a,
	.btn_base span {
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
	}

	nav ul.child li:last-child a {
		box-shadow: none;
	}

	.contact_banner_tel_list li:not(:last-child) a {
		display: block;
		font-size: 22px;
		font-weight: bolder;
		text-align: center;
		padding: 10px 5px;
		letter-spacing: 0.05em;
	}

}

@supports (-ms-ime-align: auto) {
	.b_s:before {
		display: none;
	}

	nav ul li:last-child a:before {
		display: none
	}

	.banner_recruit_footer:after {
		display: none
	}

	.lower_sec_link li a:before {
		display: none
	}

	.btn_base a:before {
		display: none;
	}

	.b_s,
	nav ul li:last-child a,
	banner_recruit_footer,
	.lower_sec_link li a,
	.btn_base span {
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
	}

	nav ul.child li:last-child a {
		box-shadow: none;
	}

	.contact_banner_tel_list li:not(:last-child) a {
		display: block;
		font-size: 22px;
		font-weight: bolder;
		text-align: center;
		padding: 10px 5px;
		letter-spacing: 0.05em;
	}
}

@-moz-document url-prefix() {
	.b_s:before {
		display: none;
	}

	nav ul li:last-child a:before {
		display: none
	}

	.banner_recruit_footer:after {
		display: none
	}

	.lower_sec_link li a:before {
		display: none
	}

	.btn_base a:before {
		display: none;
	}

	.b_s,
	nav ul li:last-child a,
	banner_recruit_footer,
	.lower_sec_link li a,
	.btn_base span {
		box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .08)
	}

	nav ul.child li:last-child {
		box-shadow: none;
	}
}