@charset "utf-8";
/*
Theme Name: Clamppy Corporate
Theme URI: https://clamppy.jp/
Author: Clamppy
Description: Corporate theme migrated from the existing Clamppy static website.
Version: 1.0.0
Requires at least: 7.1
Requires PHP: 8.4
Text Domain: clamppy
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
/*foucusReset*/
input[type="text"], 
input[type="password"], 
input[type="submit"],
textarea, 
button,
select {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000000;
}
/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
input, select {
	vertical-align:middle;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ol{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*borderLineInBox*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/*aReset*/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border-width: 0px;
	border-style: none;
	border-color: #fff;
	background: transparent;
}
/* pageNaviCss */
.wp-pagenavi:before,
.wp-pagenavi:after,
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.wp-pagenavi:after,
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf,
.wp-pagenavi {
	zoom:1;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select::-ms-expand {
  display: none;
}
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}
input {
	display: block;
	margin: auto;
	margin-bottom: 3em;
}
address{
	font-size: 12px;
	line-height: 1.8em;
	font-style: normal;
}

/* ABSOLUTE-CENTER_
{
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
 }
 */
 
/*-------------------------------------------------------------------------
FLEX-STYLE
------------------------------------------------------------------------*/
.fle_l{
    display: flex;
    flex-wrap: wrap;
}
.fle_r{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.fle_c{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fle_btw{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fle_list3 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3.6rem;
}
.fle_ard{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.ps_right {
    justify-content: flex-end
}
.ps_ctr {
    align-items: center
}
.ps_btm {
    align-items: flex-end
}
.order_r-rv{
	flex-direction: row-reverse;
}
.order_c-rv{
	flex-direction: column-reverse;
}
@media only screen and (max-width: 750px){
	.sp_order_r-rv{
		flex-direction: row-reverse;
	}
	.sp_order_c-rv{
		flex-direction: column-reverse;
	}
}
/*-------------------------------------------------------------------------
WRAP
------------------------------------------------------------------------*/
.wide_inner{
	position: relative;
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 60px;
}
.inner{
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 60px;
}
.narrow_inner{
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 0 60px;
}
/*-------------------------------------------------------------------------
MARGIN-BASE
------------------------------------------------------------------------*/
.mrg_base{
	margin-bottom: 60px;
}
/*-------------------------------------------------------------------------
BTN-BASE
------------------------------------------------------------------------*/
.mrg_base{
	margin-bottom: 60px;
}
/*-------------------------------------------------------------------------
BODY
------------------------------------------------------------------------*/
body{
	width: 100%;
	color: #323232;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-weight: normal;
	font-family: arial, sans-serif;
}
p{
	line-height: 2.3em;
	margin-bottom: 20px;
}
img{
	width: 100%;
}
/*HEADER*/
header{
	position: fixed;
	z-index: 10;
	padding: 20px;
	width: 100%;
	transition: 0.3s;
}
header.fixed,
header.lower{
	padding: 0 0 0 20px;
}
header:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: -101%;
	left: 0;
	position: absolute;
	z-index: 5;
	width: 100%;
	background: #FFF;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .07);
    transition: 0.2s;
}
header.fixed:after,
header.lower:after{
	top: 0;
}
h1{
	position: relative;
	width: 160px;
	z-index: 10;
}
h1 a{
	transition: 0.3s;
}
h1 a:hover{
	opacity: 0.6;
}
header h1 a{
	display: block;
}
header.fixed h1 a,
header.lower h1 a{
	background: url(img/header_logo_bg.png) no-repeat center center;
	background-size: 100%;
}
header img{
	vertical-align: middle;
	transition: 0.3s;
}
header.fixed img,
header.lower img{
	opacity: 0;
}
nav{
	position: relative;
	z-index: 10;
}
nav li{
	margin-right: 25px;
}
nav li > a{
	color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    transition: 0.3s;
}
nav li > a:hover{
	color: #ec5e00;
}
header.fixed nav li > a,
header.lower nav li > a{
	color: #000000;
}
.nav_parent{
	color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    z-index: 2;
    transition: 0.2s !important;
}
header.fixed .nav_parent,
header.lower .nav_parent{
	color: #000000;
}
.nav_parent:hover{
	color: #ec5e00;
}
.nav_parent:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(45deg) translateX(-50%);
	position: absolute;
	bottom: -16px;
	left: 50%;
	transition: 0.3s;
}
header.fixed .nav_parent:after,
header.lower .nav_parent:after{
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
.nav_parent:hover:after,
header.fixed .nav_parent:hover:after,
header.lower .nav_parent:hover:after{
	bottom: -20px;
	border-right: 2px solid #ec5e00;
	border-bottom: 2px solid #ec5e00;
}
.nav_child{
	position: absolute;
	top: 0.9em;
	left: -70%;
    padding-top: 46px;
    z-index: 1;
    opacity: 0;
    transition: 0.1s;
}
.nav_parent:hover .nav_child{
    opacity: 1;
}
.nav_child{
	width: 200px;
}
.nav_child a{
	display: block;
	padding: 0 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.84);
	text-align: center;
	background: #ec5e00;
	color: #FFF;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .07);
	color: #FFF;
}
.nav_parent:hover .nav_child a{
	padding: 15px 0;
	color: #FFF;
}
header.fixed .nav_child a,
header.lower .nav_child a{
	color: #FFF;
}
.nav_child a:hover{
	opacity: 0.8;
}
header.fixed .nav_parent:hover,
header.lower .nav_parent:hover{
	color: #ec5e00;
}
header.fixed nav a:hover,
header.lower nav a:hover{
	color: #ec5e00;
}
.nav_child li:nth-child(1){
	padding-bottom: 10px;
}
.header_contact{
	position: relative;
	z-index: 10;
}
.header_contact a{
	background: #ec5e00;
	color: #FFF;
	display: block;
	padding: 20px 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
	transition: 0.2s;
}
header.fixed .header_contact a,
header.lower .header_contact a{
	padding: 40px 50px;
}
.header_contact a:before{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 4px);
	z-index: 1;
	right: 35px;
	opacity: 0;
	transition: 0.2s;
}
.header_contact a span{
	display: block;
	transition: 0.2s;
}
.header_contact a:hover span{
	transform: translateX(-20px);
}
.header_contact a:hover:before{
	opacity: 1;
	right: 17px;
}
/*MAINVISUAL*/
.mv{
	/*
	background: url(img/corp/mv01.jpg) center center;
	background-size: cover;
	*/
	position: relative;
	overflow: hidden;
}
.scr_br{
	position: absolute;
	height: calc( 70px + 1.4em );
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.scr_br p{
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
}
.scr_br:after{
	content: "";
	width: 1px;
	height: 50px;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 50%;
	background: #FFF;
}
.mv:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*
	background: url(img/mv.jpg) center center no-repeat;
	*/
	background-size: cover;
	opacity: 1;
	z-index: -10;
	transition: 1s;
	opacity: 0;
}
.mv.is_shown:after{
	opacity: 1;
}
.mv:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*
    background: url(img/movie_overlay.png) top left;
    */
    z-index: 1;
    opacity: .3
}
.mv_most_under_bg{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
    z-index: -11;
}
.mv_inner{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;

/*
    transform: translateY(-47%) translateX(-50%);
*/
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    transition-delay: 0.9s;
    transition-duration: 0.3s;
    padding: 0 10px;
}
/*
.loading_animation_mv.is_shown .mv_inner{
    transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}
*/
/*
.mv_ttl_eng{
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	color: #173B84;
	position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: 50%;
    color: #FFF;
    z-index: 10;
}
*/

	.mv_overlay{
		z-index: 1;
		position: absolute;
		width: 100%;
		height: calc( 100vh + 80px );
		left: 0;
		top: 0;
		background: linear-gradient(45deg,rgba(55, 255, 182, 1) 0%,rgba(75, 171, 239, 1) 50%,rgba(255, 112, 153, 0.5) 100%);
		animation: mv_overlay 5s infinite alternate;
		opacity: 0.55;
		mix-blend-mode: multiply;
	}
@-webkit-keyframes mv_overlay {
	0% {
		-webkit-filter: hue-rotate(0deg);
		-moz-filter: hue-rotate(0deg);
		-o-filter: hue-rotate(0deg);
		-ms-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
	100%{
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-o-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
@-moz-keyframes mv_overlay {
	0% {
		-webkit-filter: hue-rotate(0deg);
		-moz-filter: hue-rotate(0deg);
		-o-filter: hue-rotate(0deg);
		-ms-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
	100%{
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-o-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
@-ms-keyframes mv_overlay {
	0% {
		-webkit-filter: hue-rotate(0deg);
		-moz-filter: hue-rotate(0deg);
		-o-filter: hue-rotate(0deg);
		-ms-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
	100%{
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-o-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
@keyframes mv_overlay { 
	0% {
		-webkit-filter: hue-rotate(0deg);
		-moz-filter: hue-rotate(0deg);
		-o-filter: hue-rotate(0deg);
		-ms-filter: hue-rotate(0deg);
		filter: hue-rotate(0deg);
	}
	100%{
		-webkit-filter: hue-rotate(360deg);
		-moz-filter: hue-rotate(360deg);
		-o-filter: hue-rotate(360deg);
		-ms-filter: hue-rotate(360deg);
		filter: hue-rotate(360deg);
	}
}
.mv_ttl_jp{
	font-size: 21px;
	line-height: 1.4em;
    color: #FFF;
    z-index: 1;
    width: 100%;
    margin-top: 20px;
    padding-left: 300px;
    position: relative
}
.mv_ttl_jp:after{
	content: "";
	display: block;
	height: 1px;
	width: 270px;
	position: absolute;
	top: 50%;
	left: 0;
	background: #FFF;
}
.mv_content{
	position: absolute;
    top: calc( 50% + 60px );
    left:60px;
    transform: translateY(-50%);
    padding-left: 30px;
    z-index: 1;
    width: 100%;
}
.mv_main_ttl{
	position: relative;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.4em;
	text-align: left;
    color: #FFF;
	font-family: 'Montserrat', sans-serif;
}
.mv_main_ttl_after{
	position: absolute;
	top: 0;
	font-size: 60px;
	font-weight: 300;
	line-height: 1.4em;
	text-align: left;
    color: #ec5e00;
    transform: translate(-6px,6px);
	font-family: 'Montserrat', sans-serif;
	z-index: -1;
	opacity: 0.3;
}
.mv_main_ttl_after > div{
	animation: mv_main_ttl_after 1.4s infinite alternate;
}
@keyframes mv_main_ttl_after { 
	0% {
    transform: translateX(0);
    color: #ec5e00;
	}
	96%{
    transform: translateX(0);
    color: #ec5e00;
	}
	97%{
    transform: translateX(6px);
    color: #3659f4;
	}
	98%{
    transform: translateX(-6px);
    color: #3659f4;
	}
	99%{
    transform: translateX(0);
    color: #ec5e00;
	}
}
.mv_main_ttl span,
.mv_main_ttl_after span{
	font-weight: bold;
	font-style: italic
}
.mv_ttl_img{
	width: 500px;
	position: absolute;
	left: 500px;
	bottom: 30px;
}
.mv_ttl_img img{
	width: 100%
}
.mv_sub_ttl{
	color: #FFF;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
}
.mv_scr{
	position: absolute;
    transform: translateX(-50%);
    bottom: 0;
    left: 50%;
    z-index: 1;
}
.mv_scr a{
	display: block;
	padding: 30px 20px;
	background: #ec5e00;
	color: #FFF;
	font-size: 11px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    width: 550px;
    margin: 0 auto;
    position: relative;
}
.mv_scr a:after{
	content: "";
	display: block;
	height: 16px;
	width: 1px;
	background: #FFF;
	position: absolute;
	bottom: 0;
	left: 50%;
    z-index: 1;
}
video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	min-height: 100%;
	min-height: 100vh;
	min-width: 100%;
	min-width: 100vw;
	z-index: -1;
}
/*TOP NEWS*/
.top_information{
	background: url(img/top_information_bg.jpg) no-repeat center top;
	background-size: 300px;
	background-position: left 30px top;
	padding: 130px 0 130px;
}
.top_information_ttl{
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	margin-bottom: 20px;
	position: relative
}
.top_information_ttl span{
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}
/*
.top_information_ttl:after{
	content: "INFORMATION";
	display: block;
	position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top: 50%;
    left: calc( 50% - 30px );
	font-size: 50px;
	line-height: 1em;
    color: #fceee0;
    z-index: -10;
	font-family: 'Montserrat', sans-serif;
}
*/
.top_information_ttl_wrap{
	width: 350px;
}
.top_information_list{
	width: calc( 100% - 400px );
}
.top_info_date{
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	width: 100px;
	display: block;
	line-height: 1.8em;
}
.top_info_cate{
	width: 130px;
	font-size: 13px;
	margin-bottom: 0;
	padding-left: 30px;
	color: #ec5e00;
	position: relative;
	line-height: 1.8em;
}
.top_info_cate:after{
	content: "";
	display: block;
	height: 1px;
	width: 16px;
	background: #ec5e00;
	position: absolute;
    transform: translateY(-50%) translateX(0);
    top: 50%;
    left: 0;
}
.top_information_list_desc{
	font-weight: normal;
	font-size: 13px;
	line-height: 1.8em;
	margin-bottom: 0;
	width: calc( 100% - 240px )
}
.top_information_list_desc a{
	color: #1090ff;
	text-decoration: underline
}
.top_information_list_desc a:hover{
	text-decoration: none
}
.top_information_list li{
	padding: 30px 0;
	width: calc( 100% - 30px );
	margin-left: 15px;
	border-bottom: 1px solid #eeeeee;
}
.top_information_list li:last-child{
	border-bottom: none;
}
.sec_infomation_wrap{
	height: 200px;
	padding: 10px;
	background: #FFF;
}
/*BUSINESS*/
.top_business{
	padding: 100px 0;
	position: relative;
	overflow: hidden
}
.top_business:before{
	content: "";
	display: block;
	width: 40%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -2;
    max-width: 700px;
    background: #fceee0;
}
.top_business:after{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 40px;
	right: 40px;
    z-index: -2;
    background: #fceee0;
}
.top_business_inner{
	width: 100%;
	padding: 20px 50px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
.top_business_img{
	max-width: calc( 100% - 600px );
	z-index: 1;
}
.top_business_content{
	width: 500px;
	position: relative;
	z-index: 0
}
.btn_base a{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background: #ec5e00;
	color: #FFF;
	display: block;
	max-width: 250px;
	padding: 30px;
	text-align: center;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .07);
    position: relative;
	transition: 0.2s;
}
.btn_base a:hover{
	padding-left: 10px;
	letter-spacing: 0.2em;
}
.btn_base a:before{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 4px);
	z-index: 1;
	right: 35px;
	opacity: 0;
	transition: 0.2s;
}
.btn_base a:hover:before{
	opacity: 1;
	right: 17px;
}
/*TTL*/
.ttl_base{
}
.ttl_business{
	position: relative;
    z-index: 0;
}
.ttl_business:after{
	content: "BUSINESS";
	display: block;
	position: absolute;
    transform: translateY(0) translateX(-50%);
    top: -60px;
    left: calc( 50% + 3px );
	font-size: 130px;
    color: #fceee0;
    z-index: -10;
}
.ttl_business:before{
	content: "";
	display: block;
	height: 3px;
	width: 1600px;
	background: #fceee0;
	position: absolute;
    z-index: -10;
    transform: translateY(0) translateX(-50%);
    top: 0;
    left: calc( 50% );
}
.top_business_content_intro span{
	font-family: 'Montserrat', sans-serif;
	color: #ec5e00;
	font-weight: bold;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
}
.top_business_content_intro{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4em;
}
.top_business_content_desc{
	margin-bottom: 30px;
}
.ttl_business_jp{
	font-size: 16px;
	display: block;
	padding: 8px;
	position: absolute;
	top: -20px;
	margin-left: 10px;
}
.ttl_business_eng{
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	z-index: 1;
	position: relative;
	text-align: center;
	display: block
}

/*SERVICE*/
.top_service{
	padding: 100px 0 0;
	position: relative;
	overflow: hidden
}
.top_service:after{
	content: "";
	display: block;
	position: absolute;
    bottom: 0;
    right: 0;
    background: #fceee0;
    height: calc( 100% - 370px);
    width: 100%;
    z-index: -1;
}
.top_service_ttl{
	position: relative;
	margin: 0 auto 60px auto;
}
.top_service_ttl:after{
	content: "SERVICE";
	display: block;
	position: absolute;
	font-family: 'Montserrat', sans-serif;
    top: -15px;
    left: 100px;
	font-size: 150px;
    color: #fceee0;
    z-index: -1;
}
.top_service_ttl:before{
	content: "";
	display: block;
	height: 3px;
	width: 100vw;
	background: #fceee0;
	position: absolute;
    z-index: -1;
    transform: translateY(0) translateX(-50%);
    top: 53px;
    left: calc( 50% );
}
.ttl_service_eng{
	font-family: 'Montserrat', sans-serif;
	font-size: 90px;
	z-index: 1;
	position: relative;
	display: block;
}
.top_service_list_wrap{
	margin-bottom: 0;
}
.top_service_list{
	width: calc( 33.3333% - 40px );
}
.top_service_list img{
	margin-bottom: 20px;
}
.top_service_list > div{
	padding: 0 20px;
}
.top_service_list > div p{
	line-height: 2em;
}
.top_service_list h3{
	font-size: 19px;
	margin-bottom: 15px;
}
.top_service_list h3 span{
	font-family: 'Montserrat', sans-serif;
	color: #ec5e00;
	font-weight: bold;
	display: block;
	font-size: 12px;
	margin-bottom: 15px;
}
.top_service_type{
	padding: 70px 0;
}
.top_service_type_txt{
	font-size: 70px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ec5e00;
	font-style: italic
}
.top_service_type.top_service_type_link_accountant .top_service_type_txt{
	color: #FFF;
	text-align: right
}
.top_service_type_link_accountant .fle_btw{
	flex-direction: row-reverse;
}
.top_service_type_txt span{
	font-size: 13px;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	display: block
}
.top_service_type.top_service_type_link_medical{
	background: url(img/top_medical_link_bg.jpg) no-repeat center center;
	background-size: cover;
}
.top_service_type.top_service_type_link_accountant{
	background: url(img/top_account_link_bg.jpg) no-repeat center center;
	background-size: cover;
}
.top_service_type_txt{
	width: calc( 100% - 650px );
}
.top_service_type_content{
	width: 600px;
	background: #FFF;
	padding: 30px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .07);
}
.top_service_type_ttl{
	font-size: 26px;
	line-height: 1.4em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.top_service_type_ttl span{
	font-family: 'Montserrat', sans-serif;
	color: #ec5e00;
	font-weight: bold;
	display: block;
	font-size: 12px;
}
.top_service_type_ttl:after{
	content: "";
	display: block;
	height: 2px;
	width: 40px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
}
/*TOP RECRUIT*/
.top_recruit{
	margin: 100px auto 130px;
	position: relative;
	overflow: hidden
}
.top_recruit_content{
	width: 40%;
	padding: 40px;
	position: relative
}
.top_recruit_content:after{
	content: "";
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -60px;
	left: -60px;
    z-index: -1;
    background: #fceee0;
}
.top_recruit_img_header{
	width: 60%;
	padding-left: 40px;
}
.top_recruit_img_header > div{
	width: 90%;
	position: relative
}
.top_recruit_img_header > div img{
	vertical-align: bottom
}
.top_recruit_img_header > div:nth-child(1):after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -40px;
	right: -40px;
    z-index: -1;
    background: #fceee0;
}
.top_recruit_img_header > div:nth-child(2){
	margin-left: 10%;
}
.top_recruit_img_header > div:nth-child(2):after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -40px;
	right: -40px;
    z-index: -1;
    background: #fceee0;
}
.top_recruit_ttl{
	position: relative;
	margin: 0 auto 30px auto;
}
.top_recruit_ttl:after{
	content: "RECRUIT";
	display: block;
	position: absolute;
    top: -20px;
    left: -40px;
	font-size: 120px;
    color: #fceee0;
    z-index: -1;
}
.top_recruit_ttl:before{
	content: "";
	display: block;
	height: 3px;
	width: 100vw;
	background: #fceee0;
	position: absolute;
    z-index: -1;
    transform: translateY(0) translateX(-50%);
    top: 33px;
    left: 50%;
}
.ttl_recruit_eng{
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	position: relative;
	display: block;
    z-index: 2;
}
.top_recruit_content_desc{
	margin-bottom: 30px;
}
/*COMPANY*/
.top_company{
	position: relative;
	padding: 180px 0;
}
.top_company:after{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/top_company_bg.jpg) no-repeat left center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -5;
}
.top_company:before{
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: url(img/top_company_bg.jpg) no-repeat left center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -4;
	background-image: linear-gradient(-50deg, #f9d423 0%, #ec5e00 100%);
	opacity: 0.7;
}
.ttl_company_eng{
	font-family: 'Montserrat', sans-serif;
	font-size: 80px;
	position: relative;
	display: block;
    z-index: 2;
 }

.top_company_ttl{
	margin: 0 auto 30px auto;	
}
.ttl_company_eng{
	color: #FFF;
}
.ttl_company_jp{
	color: #FFF;
	padding-left: 10px;
	font-size: 16px;
}
.ttl_recruit_eng{
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	position: relative;
	display: block;
    z-index: 2;
}
.top_company_btn a{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #ec5e00;
	display: block;
	max-width: 320px;
	text-align: center;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .07);
    width: 100%;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
    transition: 0.2s;
}
.top_company_btn a span{
	display: block;
    transition: 0.2s;
    width: 100%;
	padding: 40px 100px;
}
.top_company_btn a:hover span{
    transform: translateX(-20px);
}
.top_company_btn a:before{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #ec5e00;
	border-bottom: 2px solid #ec5e00;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 4px);
	z-index: 1;
	right: 45px;
	opacity: 0;
	transition: 0.2s;
}
.top_company_btn a:hover:before{
	opacity: 1;
	right: 25px;
}

/*FOOTER*/
footer{
	padding: 50px 0 0;
	background: #323232
}
.footer_sitemap > *:nth-child(1){
	border-bottom: 1px solid #747474;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.footer_sitemap > *:last-child{
	margin-bottom: 60px;
}
.footer_sitemap li{
	margin-right: 20px;
}
.footer_sitemap a{
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	font-size: 12px;
}
.footer_sitemap a span{
	transition: 0.2s;
}
.footer_sitemap a:hover span{
	opacity: 0.7;
}
.footer_sitemap p{
	color: #747474;
	margin-bottom: 10px;
	font-size: 12px;
}
.footer_logo{
	padding-bottom: 20px
}
.footer_logo > div:nth-child(1){
	margin-right: 20px;
}
.footer_logo h2{
	width: 200px;
	margin-bottom: 10px;
}
.footer_logo address{
	color: #747474;
	font-size: 13px;
	margin-bottom: 20px;
}
.footer_logo a{
	transition: 0.3s;
}
.footer_logo a:hover{
	opacity: 0.7;
}
small{
	color: #747474;
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 50px;
	display: block;
}
.footer_logo h3{
	width: 200px;
}
.page_top_btn a{
	display: block;
	background: #f8f8f8;
	padding: 30px 0;
	width: 100%;
	text-align: center;
	position: relative;
}
.page_top_btn a:after{
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border-top: 3px solid #ec5e00;
	border-right: 3px solid #ec5e00;
	transform: rotate(-45deg) translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	transition: 0.3s;
}
.page_top_btn a:hover:after{
	top: calc( 50% - 4px );
	opacity: 0.7;
}
/*LOWER*/
/*LOWER HEADER*/
.lower_header_wrap{
	padding-top: 70px;
}
.mv.is_shown:after{
	opacity: 1;
}
.lower_header {
    height: 350px;
    width: 100%;
    overflow: hidden;
}
.lower_header.business {
	background: url(img/lower_business_header_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.lower_header.accountant{
	background: url(img/lower_accountant_header_bg.jpg) ;
    background-size: cover;
    background-position: center bottom;
    position: relative;
}
.lower_header.medical {
    background: url(img/lower_medical_header_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.lower_header.greeting {
    background: url(img/lower_greeting_header_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.lower_header.philosophy {
    background: url(img/lower_philosophy_header_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.lower_header.company {
    background: url(img/lower_company_sec_header_01.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.lower_header.recruit {
    background: url(img/lower_recruit_header_bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.lower_header.contact {
    background: url(img/lower_contact_header_bg.jpg);
    background-size: cover;
    background-position: center bottom;
    position: relative;
}

.lower_header:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(img/movie_overlay.png) top left;
    z-index: 1;
    opacity: .6
}

.lower_catch_ttl {
    font-size: 30px;
    line-height: 1em;
    color: #FFF;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    z-index: 3;
}
.lower_catch_ttl.lower_catch_ttl_service{
    font-size: 23px;
}
.lower_catch_ttl:after {
    content: "";
    display: block;
    height: 60px;
    width: 1px;
    position: absolute;
    bottom: -80px;
    left: calc( 50% - 1px);
    background: #FFF;
}
.lower_catch_ttl_service.lower_catch_ttl:after {
    height: 50px;
    bottom: -70px;
}
.lower_catch_ttl_service span{
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
	color: #ec5e00
}
/*BREADCRUMB*/
.breadcrumb {
    padding: 20px 0 20px;
    margin-bottom: 60px;
}

.breadcrumb_wrap {
    margin-bottom: 40px;
    background: #f8f8f8;
}

.breadcrumb_inner {
    margin: 0 auto
}

.breadcrumb li {
    float: left;
    font-size: 11px;
    font-family: 'Montserrat', sans-serif;
}

.breadcrumb li a {
    font-size: 11px;
    transition: 0.3s;
}

.breadcrumb li a:hover{
	opacity: 0.7;
}
.breadcrumb li i {
    margin-right: 5px
}
/*LOWER CONTENT*/
.main_contents{
	width: calc( 100% - 360px );
	margin-bottom: 50px;
}
.sidebar{
	width: 300px;
	margin-bottom: 50px;
}
.mark{
	background: linear-gradient(transparent 60%, #fbff00 0%);
	font-weight: bold
}
/*MAIN CONTENT*/
.main_contents > *{
	margin-bottom: 60px;
}
.main_contents > *:last-child{
	margin-bottom: 0;
}
.main_contents_section_layout > .main_contents_section_ttl{
	width: 200px;
	padding: 30px 20px 30px 0;
	border-right: 1px solid #dddddd;
}
.main_contents_section_layout > .main_contents_section_desc{
	width: calc( 100% - 200px );
	padding: 48px 0 30px 40px;
}
.main_contents_section_desc > *:last-child{
	margin-bottom: 0;
}
.main_contents_section_ttl_eng{
	font-size: 11px;
	color: #ec5e00;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    display: block
}
.main_contents_section_ttl_jp{
	font-size: 17px;
	line-height: 1.4em;
}
.main_contents_section_header img{
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
}
.main_contents_section_desc_img_list li{
	width: calc( 50% - 10px );
}
.main_contents_section_desc_img_list li a{
	display: block;
	padding: 30px 10px;
	background: #f8f8f8;
	border: 1px solid #eeeeee;
	text-align: center
}
.main_contents_section_desc_img_list_eng{
	font-size: 11px;
	color: #ec5e00;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative
}
.main_contents_section_desc_img_list_eng:after{
	content: "";
	display: block;
	height: 2px;
	width: 20px;
	background: #ec5e00;
	position: absolute;
	bottom: 0;
	left: calc( 50% - 10px );
}
.main_contents_section_desc_img_list li a img{
	max-width: 70px;
	width: 100%;
	margin: 0 auto 20px;
	display: block;
}
.main_contents_section_desc_img_list_jp{
	font-size: 18px;
	font-weight: bold;
	display: block;
	color: #323232;
	margin-bottom: 20px;
}
.main_contents_section_desc_img_list_more{
	font-size: 13px;
	color: #323232;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: inline-block;
    position: relative;
    border: 1px solid #323232;
    padding: 10px 30px;
    transition: 0.3s;
}
.main_contents_section_desc_img_list li a:hover .main_contents_section_desc_img_list_more{
	background: #ec5e00;
    border: 1px solid #ec5e00;
    color: #FFF
}
.main_contents_section_desc_text_list li{
	margin-bottom: 15px;
	position: relative;
	background: #f8f8f8;
	padding: 40px 20px 30px;
	border: 1px solid #eeeeee;
	width: calc( 33.3333% - 10px );
	margin-right: 15px;
	text-align: center;
}
.main_contents_section_desc_text_list li:nth-child(3n){
	margin-right: auto;
}
.main_contents_section_desc_text_list li img{
	max-width: 170px;
	width: 100%;
	margin: 0 auto 30px;
	display: block;
}
.main_contents_section_desc_text_list_accountant_pack.main_contents_section_desc_text_list li img,
.main_contents_section_desc_text_list_market.main_contents_section_desc_text_list li img,
.main_contents_section_desc_text_list_blanding.main_contents_section_desc_text_list li img,
.main_contents_section_desc_text_list_estate li img{
	max-width: 90px;
}
.main_contents_section_desc_text_list_business_ttl{
	font-size: 15px;
	font-weight: bold;
	display: block;
	line-height: 1.6em;
	letter-spacing: 0.01em;
}
.main_contents_section_desc_text_list_no{
	font-size: 11px;
	color: #ec5e00;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.main_contents_section_desc_text_list_business_desc{
	border-top: 1px solid #eeeeee;
	margin-top: 15px;
	padding-top: 15px;
	line-height: 1.8em;
    display: block;
}
.main_contents_lower_section_ttl{
	padding: 20px 10px 20px 30px;
	background: #f8f8f8;
	position: relative;
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 10px;
}
.main_contents_lower_section_ttl:after{
	content: "";
	display: block;
	height: 1px;
	width: 20px;
	background: #323232;
	position: absolute;
	top: 50%;
	left: 0;
}
.main_contents_lower_section dt,
.main_contents_lower_section dd{
	width: 100%;
	display: block
}
.greeting_list{
	margin-bottom: 20px;
}
.greeting_list li{
	line-height: 2.3em;
	position: relative;
	padding-left: 17px;
}
.greeting_list li:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	background: #323232;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 11px;
}
/*LOWER_COMPANY*/
.lower_company_list{
	margin-top: 20px;
}
.lower_company_list h3{
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	line-height: 1.8em
}
.lower_company_list h3:after{
	content: "";
	display: block;
	height: 2px;
	width: 20px;
	background: #323232;
	position: absolute;
	left: 0;
	bottom: 0;
}
.lower_company_list p{
	line-height: 1.8em
}
.lower_philosophy{
	padding: 20px;
	background: #f8f8f8;
	padding: 40px 20px 30px;
	border: 1px solid #eeeeee;
	margin-bottom: 20px;
}
.lower_philosophy p{
	font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 0;
    text-align: center
}
.lower_philosophy_jp{
	font-size: 13px;
}
.lower_philosophy_conjunction{
	margin: -30px 30px 0;
	font-size: 20px;
}
.lower_vision_catch{
	font-size: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
    margin-bottom: 10px;
    line-height: 1.4em;
}
.lower_vision_catch br{
	display: none
}
.lower_vision_catch span{
	color: #ec5e00
}
.lower_vision_catch_sub{
	font-size: 17px;
    font-weight: bold;
    line-height: 1.4em;
}
/* LOWER RECRUI*/
/*TAB*/
.recruit_tab{
	width: 100%;
}
input[type="radio"].tab{
	display:none;
}
.tab_area label{
	width:calc( 50% - 2px );
	display:block;
	padding:20px 0;
	background:#f8f8f8;
	text-align:center;
	font-size:12px;
	cursor:pointer;
	transition: 0.2s;
	font-weight: bold;
	letter-spacing: 0em;
}
.tab_area label:hover{
	background:#ec5e00;
	color:#FFF;
}
.panel_area{
	margin-top: 20px;
}
.tab_panel{
	width:100%;
	display:none;
}
.tab_panel address{
	line-height: 2.3em;
	font-size: 14px;
}
.lower_recruit_table h3{
	padding: 9px 20px;
	border-radius: 13px;
	background:#f8f8f8;
	margin-bottom: 10px;
	width: 130px;
	line-height: 1em;
	font-weight: bold;
	text-align: center
}
.lower_recruit_table_list{
	margin-bottom: 25px;
}
.lower_recruit_table_list li{
	line-height: 2.3em;
	position: relative;
	padding-left: 17px;
}
.lower_recruit_table_list li:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	background: #323232;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 11px;
}
.lower_recruit_table{
	border-bottom: 1px solid #dddddd;
}
.lower_recruit_table dt{
	padding: 20px 0;
	width: 140px;
	font-weight: bold;
	border-right: none !important;
	line-height: 2.3em;
	display: block
}
.lower_recruit_table dd{
	padding: 20px 0;
	width: calc( 100% - 140px );
	line-height: 2.3em;
	display: block
}
.lower_recruit_table dd > *:last-child{
	margin-bottom: 0;
}
.btn_base.lower_recruit_btn a{
	margin: 50px auto 0 !important;
}
#tab1:checked ~ .tab_area .tab1_label{
	background:#ec5e00;
	color:#FFF;
}
#tab1:checked ~ .panel_area #panel1{
	display:block;
}
#tab2:checked ~ .tab_area .tab2_label{
	background:#ec5e00;
	color:#FFF;
}
#tab2:checked ~ .panel_area #panel2{
	display:block;
}
#tab3:checked ~ .tab_area .tab3_label{
	background:#ec5e00;
	color:#FFF;
}
#tab3:checked ~ .panel_area #panel3{
	display:block;
}
#tab4:checked ~ .tab_area .tab4_label{
	background:#ec5e00;
	color:#FFF;
}
#tab4:checked ~ .panel_area #panel4{
	display:block;
}

/*SIDEBAR*/
.sidebar_service_list ul{
	margin-bottom: 20px;
}
.sidebar_service_list li > a{
	display: block;
	padding: 18px 10px;
    background: #f8f8f8;
    border-bottom: 5px solid #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    position: relative;
    transition: 0.3s;
}
.sidebar_service_list li > a:hover{
    background: #ec5e00;
    color: #FFF;
}
.sidebar_service_list li:last-child > a{
    border-bottom: none;
}
.sidebar_service_list li > a:after{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #323232;
	border-bottom: 2px solid #323232;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 2px );
	right: 10px;
    transition: 0.3s;
}
.sidebar_service_list li > a:hover:after{
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.sidebar_service_list p{
	padding: 15px 10px;
	background: #323232;
	color: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin: 0 auto 5px;
    text-align: center
}
.sidebar_banner{
	transition: 0.3s;
}
.sidebar_banner:hover{
	opacity: 0.7;
}
/*FORM*/
/*-------------------------------------------------------------------------
CONTACTFORM form_1
----------------------------------------------------------------*/
.form_1{
	width: 100%;
	margin: 0 auto 50px;
}
.form_1 table{
	width: 100%;
}
.form_1 tr{
	display: block;
	width: 100%;
}
.form_1 th,
.form_1 td {
	position: relative;
    text-align: left;
    vertical-align: middle;
	width: 100%;
	display: block;
}
.form_1 th{
	font-weight: bold;
	padding: 15px;
	background: #f8f8f8
}
/*---formDesign---*/
.form_1 input[type="text"], 
.form_1 input[type="tel"],
.form_1 input[type="search"],
.form_1 input[type="email"],
.form_1 input[type="mail"],
.form_1 input[type="password"],
.form_1 textarea, 
.form_1 button{
  outline: 0;
  width: 100%;
  padding: 20px 15px 15px 10px;
  margin: 15px auto 30px;
  outline: 0;
  border: 1px solid #dddddd;
  font-size: 16px;
  line-height: 1.2em;
  background: #FFF;
 }
.form_1 textarea{
	height: 10em;
}
.form_1 input[type="text"]:focus,
.form_1 input[type="tel"]:focus,
.form_1 input[type="email"]:focus,
.form_1 select:focus,
.form_1 textarea:focus{
  border-color: #ec5e00;
} 
/*---selectBox---*/
.form_1 select {
  width: 100%;
  padding: 15px;
  background-position: right 10px center;
  background-size: 20px 20px;
  vertical-align: middle;
  border: 1px solid #DDDDDD;
  position: relative;
  font-size: 16px;
  }

.form_1 .select_wrap{
	position: relative;
	margin: 15px auto 30px;
}
.form_1 .select_wrap:after{
	content: "";
	display: block;
	height: 13px;
	width: 13px;
	border-bottom: 2px solid #323232;
	border-right: 2px solid #323232;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 8px );
	right: 15px;
	z-index: 1;
}

.form_1 .required{
	background: red;
	display: inline-block;
	font-size: 10px;
	padding: 8px 10px;
	color: #FFF;
	margin-left: 10px;
	line-height: 1em;
	border-radius: 3px;
}
.thanks_btn li:nth-child(1){
	margin-right: 30px;
}
.thanks_btn li a{
	width: 250px;
	font-size: 14px;
}

@media screen and (max-width:600px) {
	.thanks_btn{
		display: block;
	}
	.thanks_btn li:nth-child(1) {
		margin-right: auto;
		margin-bottom: 20px;
	}
	.thanks_btn li a{
		margin: 0 auto;
	}
}
/*MEDIA SCREE_RESET*/
.required{
	margin-left: 4px;
}
.error{
	color: #ff0000;
	font-size: 12px;
	margin: -18px auto 20px;
	font-style: normal !important
}
.contact_btn{
	width: 250px;
	margin: 50px auto 0;
    position: relative;
}
.contact_btn input{
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	background: #ec5e00;
	color: #FFF;
	display: block;
	width: 250px;
	padding: 30px;
	text-align: center;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1), 0 1px 5px 0 rgba(0, 0, 0, .07);
    position: relative;
    cursor: pointer;
	transition: 0.2s;
	z-index: 0;
}
.contact_btn.contact_btn_back input{
	background: #989898;
}
.contact_btn input:hover{
	padding-left: 10px;
	letter-spacing: 0.2em;
}
.contact_btn:before{
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-45deg);
	position: absolute;
	top: calc( 50% - 4px);
	z-index: 1;
	right: 35px;
	opacity: 0;
	transition: 0.2s;
}
.contact_btn:hover:before{
	opacity: 1;
	right: 17px;
}
/*PRIVACY CHECK*/
.check_box01_wrap{
	margin: 0 auto 10px;
}
.check_box01_inner{
	padding: 15px;
	background: #f8f8f8;
	display: block;
	margin: 0 auto;
	width: 130px;
	border: 1px solid #dddddd;
}
/*CHECK BOX*/
.check_box01 input{
	display: none;
}
.check_box01{
	padding-left: 27px;
	position: relative;
	margin: 0 auto;
}
.check_box01 span{
	font-weight: bold;
}
.check_box01 span:after{
	content:"\f096";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ccc;
	font-size: 23px;
	position: absolute;
	top: -3px;
	left: 0;
}
.check_box01 span:before{
	content:"\f14a";
	font-family: FontAwesome;
	margin-right: 7px;
	color: #ec5e00;
	font-size: 23px;
	position: absolute;
	top: -5px;
	left: 0;
	z-index: 1;
	transition: 0.3s;
	opacity: 0;
}
.check_box01 input[type="checkbox"]:checked + span:before{
	opacity: 1;
}

/*SP_NAV*/
.sp_nav_wrap,
.sp_overlay {
    position: fixed;
    height: 100%;
    top: 0
}
.menu {
  position: fixed;
  top: 15px;
  right: 10px;
  width: 30px;
  height: 20px;
  z-index: 15;
  display: none;
transition: 0.5s;
transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.menu-link{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1200;
}
.menu-icon {
  position: absolute;
  width: 30px;
  height: 20px;
  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.fixed .menu-line,
.menu.lower .menu-line  {
  background-color: #000000;
}
.menu.open .menu-line,
.menu.fixed.open .menu-line {
  background-color: #FFF;
}
.menu-line-2 {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-line-3 {
  bottom: 0;
}
.menu.open .menu-line-1 {
  transform: translateY(13px) translateY(-50%) rotate(-45deg);
}
.menu.open .menu-line-2 {
  opacity: 0;
}
.menu.open .menu-line-3 {
  transform: translateY(-7px) translateY(50%) rotate(45deg);
}
.menu.open .menu-circle {
  transform: scale(65);
}
.sp_nav_bg{
	visibility: hidden;
    position: fixed;
    top: 30px;
    left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(-50deg, rgba(250, 214, 35, 1) 0%, rgba(255, 79, 82, 1) 100%);
	opacity: 0;
	transition: 0.2s;
	z-index: 12;
}
.sp_nav{
	visibility: hidden;
    position: fixed;
    top: 50%;
    left: 200px;
    transform: translateY(-50%) translateX(0);
	z-index: 100;
	opacity: 0;
}
.sp_nav_list{
	margin-bottom: 20px;
	padding-bottom: 15px;
	position: relative;
}
.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{
	opacity: 0;
	transition-duration: 0.6s;
	transform:translateX(30px);
}
.sp_nav_list > li{
	border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
.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: 35px;
    font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-weight: bold;
	line-height: 1.7em;
	width: 100%
}
.sp_nav_nav_child a{
	font-size: 25px;
	padding: 20px;
	line-height: 1.7em;
	position: relative;
}
.sp_nav_nav_child a:after{
	content: "";
	display: block;
	height: 1px;
	width: 15px;
	background: #FFF;
	position: absolute;
	top: 50%;
	left: 0;
}
.sp_nav_nav_child li:last-child{
	padding-bottom: 20px;
}
.sp_navnav_parent span{
	font-size: 35px;
    font-family: 'Montserrat', sans-serif;
	color: #FFF;
	font-weight: bold;
	display: block;
	line-height: 1.7em;
	position: relative;
	width: 100%
}
.sp_navnav_parent span:after{
	content: "";
	display: block;
	height: 15px;
	width: 15px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(45deg);
	position: absolute;
	top: calc( 50% - 7px );
	right: 20px;
}
@media screen and (max-width:767px) {
	.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 > li{
		border-bottom: none;
	}
	.sp_nav_list li{
		width: 180px;
		margin-bottom: 10px;
		opacity: 0;
		transition-duration: 0.6s;
		transform:translateX(30px);
	}
	.sp_nav_list li a{
		font-size: 17px;
	    font-family: 'Montserrat', sans-serif;
		color: #FFF;
		font-weight: bold;
		line-height: 1.5em;
		width: 100%
	}
	.sp_nav_nav_child a{
		font-size: 15px;
		padding: 0;
		line-height: 1.5em;
		padding: 0 0 0 20px;
	}
	.sp_nav_nav_child li:last-child{
		padding-bottom: 0;
	}
	.sp_navnav_parent span{
		font-size: 17px;
	    font-family: 'Montserrat', sans-serif;
		color: #FFF;
		font-weight: bold;
		display: block;
		line-height: 1.5em;
		margin-bottom: 10px;
		width: 100%
	}
	.sp_navnav_parent span:after{
		height: 7px;
		width: 7px;
		top: calc( 50% - 7px );
		right: 60px;
	}
}
@media screen and (max-width:1350px) {
	.top_recruit_content{
		width: 40%;
		padding: 0 20px 0 0;
		position: relative
	}
	.top_information_ttl_wrap{
		width: 350px;
	}
	.top_information_list{
		width: calc( 100% - 400px );
	}
}

@media screen and (max-width:1280px) {
	.nav_wrap{
		display: none
	}
	header{
		padding: 0 0 0 10px;
	}
	h1{
		margin: 10px 0;
	}
	/*TOP for_*/
	.top_service_type_txt{
		font-size: 50px;
	}
/*SP NAV*/
	.sp_nav_bg.open{
		visibility: visible;
	    top: 0;
		opacity: 1;
	}
	.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%;
	}
	/*LOWER FRAME*/
	.lower_header_wrap{
		padding-top: 50px;
	}
	.main_contents{
		width: calc( 100% - 280px );
		margin-bottom: 50px;
	}
	.sidebar{
		width: 250px;
		margin-bottom: 50px;
	}
	.main_contents_section_layout > .main_contents_section_ttl{
		width: 150px;
		padding: 30px 20px 30px 0;
	}
	.main_contents_section_layout > .main_contents_section_desc{
		width: calc( 100% - 150px );
		padding: 48px 0 30px 20px;
	}
	.main_contents_section_ttl_jp{
		font-size: 16px;
	}
	/*LOWER BUSINESS*/
	.main_contents_section_desc_text_list_business_ttl br{
		display: none;
	}
}

@media screen and (max-width:1200px) {
	.nav_wrap{
		display: none
	}
	.wide_inner,
	.inner,
	.narrow_inner{
		padding: 0 20px;
	}
	.top_information{
		background-size: 200px;
		background-position: left 30px top;
		padding: 80px 0 80px;
	}
	.top_business{
		padding: 80px 0 40px;
	}
	.top_service{
		padding: 40px 0 20px;
		position: relative;
		overflow: hidden
	}
	.top_information_ttl_wrap{
		width: 320px;
	}
	.top_information_list{
		width: calc( 100% - 350px );
	}
	.top_information_list li{
		padding: 10px 0;
		width: calc( 100% - 15px );
		margin-left: 15px;
	}
	.top_service_list{
		width: calc( 33.3333% - 15px );
	}
	.top_recruit{
		margin: 80px auto 100px;
		position: relative
	}
	.top_recruit_ttl{
		position: relative;
		margin: 0 auto 20px auto;
	}
	.top_recruit_ttl:after{
	    top: 5px;
	    left: 70px;
		font-size: 80px;
	}
	.top_recruit_ttl:before{
	    top: 40px;
	}	
	.ttl_recruit_eng{
		font-size: 60px;
	}
	.top_business_inner{
		padding: 10px 0;
	}
	.ttl_business_jp{
		padding: 0;
		margin-left: 0;
	}
	.ttl_business_eng{
		font-size: 60px;
		text-align: left;
	}
	.ttl_business{
		position: relative;
	}
	.ttl_business:after{
	    top: 50%;
	    transform: translateY(-50%) translateX(0);
	    left: 50px;
		font-size: 80px;
	}
	.ttl_business:before{
	    top: 25px;
	}
	.top_business_img{
		max-width: calc( 100% - 540px );
	}
	.top_company{
		padding: 90px 0;
	}
	.ttl_company_eng{
		font-size: 60px;
	 }
	.top_service_ttl{
		margin: 0 auto 20px auto;
	}
	.top_service_ttl:after{
	    top: 5px;
	    left: 70px;
		font-size: 80px;
	}
	.top_service_ttl:before{
	    top: 40px;
	}
	.ttl_service_eng{
		font-size: 60px;
	}
	.top_service:after{
		content: "";
		display: block;
		position: absolute;
	    bottom: 0;
	    right: 0;
	    background: #fceee0;
	    height: calc( 100% - 260px);
	    width: 100%;
	    z-index: -1;
	}
	.top_recruit_img_header > div:nth-child(1):after,
	.top_recruit_img_header > div:nth-child(2):after{
		bottom: -10px;
		right: -10px;
	}
	/*TOP for_*/
	.top_service_type_txt{
		font-size: 40px;
	}
}

@media screen and (max-width:1024px) {
	/*MV*/
	.mv_content{
		position: absolute;
	    top: calc( 50% + 60px );
	    left:10px;
	    padding-left: 10px;
	}
	.mv_main_ttl{
		position: relative;
		font-size: 35px;
	}
	.mv_main_ttl_after{
		position: absolute;
		top: 0;
		font-size: 35px;
	    transform: translate(-2px,2px);
	}
	.mv_ttl_jp{
		font-size: 12px;
	    margin-top: 10px;
	    padding-left: 0;
	}
	.mv_ttl_jp:after{
		display: none;
	}
	.top_information_ttl_wrap{
		width: 100%;
	}
	.top_information_list{
		width: 100%;
	}
	.top_information{
		background: none;
	}
	.sec_infomation_wrap{
		height: 200px;
	}
	.top_information{
		background-size: 200px;
		background-position: left 30px top;
		padding: 40px 0 20px;
	}
	.top_business:before{
		content: "";
		display: block;
		width: 40%;
		height:calc( 100% - 20px );
		position: absolute;
		top: 40px;
		left: 0;
	    z-index: 0;
	    max-width: 700px;
	    background: #fceee0;
	}
	.top_business_img{
		max-width: calc( 100% - 400px );
	}
	body .top_business_img img{
		transform: translateX(-20px) ;
	}
	.top_business_inner{
		padding: 10px 0 0;
	}
	.top_business_content{
		width: 400px;
		position: relative;
		z-index: -1
	}
	/*TOP for*/
	.top_service_type > .fle_btw{
		display: block;
	}
	.top_service_type.top_service_type_link_medical{
		background: none
	}
	.top_service_type.top_service_type_link_accountant{
		background: none
	}
	.top_service_type{
		padding: 90px 0 0;
		position: relative
	}
	.top_service_type.top_service_type_link_accountant{
		margin-bottom: 60px;
	}
	.top_service_type:after{
		content: "";
		width: 100%;
		height: 70%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.top_service_type.top_service_type_link_accountant:after{
		background: url(img/top_account_link_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	.top_service_type.top_service_type_link_medical:after{
		background: url(img/top_medical_link_bg.jpg) no-repeat center center;
		background-size: cover;
	}
	.top_service_type_txt{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_service_type_txt{
		font-size: 30px;
	}
	.top_service_type_txt span{
		font-size: 10px;
	}
	.top_service_type_content{
		width: 100%;
	}
	/*LOWER FRAME*/
	.sidebar{
		display: none
	}
	.main_contents{
		width: 100%;
	}
}
@media screen and (max-width:768px) {
	/*MV SCR*/ 
	.mv_scr a{
	    width: 350px;
	}
	.mv_scr a:after{
		display: none
	}

	.top_information{
		background-size: 200px;
		background-position: left 30px top;
		padding: 40px 0 0;
	}
	.top_business{
		padding: 60px 0 30px;
	}
	.top_service{
		padding: 30px 0 0;
		position: relative;
		overflow: hidden
	}
	.top_recruit{
		margin: 60px auto 60px;
		position: relative
	}
	.top_business:before{
		display: none;
	}
	.top_business_img{
		max-width: 100%;
		width: 100%;
	}
	.top_business_content{
		width: 100%;
		z-index: 4;
		background: #FFF;
		padding: 50px 0 0 20px;
		margin-top: -100px;
	}
	body .top_business_img img{
		transform: translateX(-10%);
		width: 80%;
	}
	.top_service_list_wrap.fle_btw{
	    justify-content: center;
	}
	.top_service_list{
		width: calc( 50% - 10px );
	}
	.top_service_list:nth-child(1){
		margin-right: 20px;
	}
	.top_service_list:nth-child(3){
		margin-top: 20px;
	}
	.top_service_list{
		background: #FFF;
	}
	.top_service_list > div{
		padding: 0 15px 15px;
	}
	.top_service_list > div p{
		margin-bottom: 0;
	}
	.top_recruit_content:after{
		display: none
	}
	.top_recruit_content{
		width: 100%;
		padding: 30px 10px 0 0;
		z-index: 1;
		background: #FFF;
		margin-top: -60px;
		margin-left: -20px;
	}
	.top_recruit .fle_btw{
		flex-direction: column-reverse;
	}
	.top_recruit_img_header{
		width: calc( 100% + 40px );
		padding: 0;
		margin-left: -20px;
	}
	.top_recruit_img_header > div{
		width: 80%;
		position: relative
	}
	.top_recruit_img_header > div:nth-child(2){
		margin-left: 20%;
	}
	.top_recruit_img_header > div:nth-child(1):after,
	.top_recruit_img_header > div:nth-child(2):after{
		display: none
	}
	.top_recruit_ttl:before,
	.top_service_ttl:before,
	.ttl_business:before{
		display: none;
	}
	.top_company .fle_btw{
		display: block;
	} 
	.mv_ttl_jp{
		font-size: 15px;
	}
	.footer_sitemap a{
		line-height: 2em;
	}

	/*LOWER_CONTACT*/
	.lower_contact_header{
		margin: 40px auto;
	}
	/*LOWER HEADER*/
	.lower_header_ttl{
	    color: #FFF;
	    display: block;
	    font-size: 20px;
		font-family: 'Montserrat', sans-serif;
		line-height: 1.3em;
		letter-spacing: 0.1em;
	}
	.lower_header_ttl span{
		display: block;
		font-size: 16px;
		line-height: 1.3em;
		letter-spacing: 0.1em;
		font-style: italic
	}
	.lower_header{
		height: 200px;
	}
	.lower_catch_ttl {
	    font-size: 20px;
	}
	.lower_catch_ttl:after {
	    height: 50px;
	    bottom: -60px;
	}
	.lower_catch_ttl_service.lower_catch_ttl:after {
	    height: 50px;
	    bottom: -60px;
	}
	/*BREADCRUMB*/
    .breadcrumb {
        padding: 14px 0 10px;
        margin-bottom: 100px;
    }
	/*TOP for*/
	.top_service_type{
		padding: 30px 0 0;
	}
	.top_service_type.top_service_type_link_accountant{
		margin-bottom: 20px;
	}
	.top_service_type_txt{
		font-size: 20px;
		word-break: normal;
	}
	.top_service_type_ttl{
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	/*LOWER FRAME*/
	.breadcrumb {
	    padding: 15px 0 15px;
	    margin-bottom: 20px;
	}
	
	.breadcrumb_wrap {
	    margin-bottom: 0;
	}
	.main_contents > *{
		margin-bottom: 30px;
	}
	.main_contents_section_layout > .main_contents_section_ttl{
		width: 100%;
		padding: 0 0 15px;
		border-right: none
	}
	.main_contents_section_layout > .main_contents_section_desc{
		width: 100%;
		padding: 0 0 30px;
		border-bottom: 1px solid #eeeeee;
	}
	.main_contents > *:last-child > .main_contents_section_layout > .main_contents_section_desc{
		border-bottom: none;
		padding: 0;
	}
	/*LOWER*/
	.main_contents_section_desc_img_list li{
		width: calc( 50% - 5px );
	}
	.main_contents_section_desc_text_list li{
		margin-bottom: 10px;
		padding: 20px 10px 20px;
		width: calc( 50% - 5px );
		margin-right: 10px;
	}
	.main_contents_section_desc_text_list li:nth-child(3n){
		margin-right: 10px;
	}
	.main_contents_section_desc_text_list li:nth-child(2n){
		margin-right: auto;
	}
}
@media screen and (max-width:600px) {	
	.lower_recruit_table dt,.lower_recruit_table dd,.lower_recruit_table_list li,.tab_panel address,.greeting_list li,p{
		line-height: 1.8em;
		margin-bottom: 15px;
	}

	header{
		padding: 0 0 0 10px;
	}
	header.fixed{
		padding: 0 0 0 10px;
	}
	.wide_inner,
	.inner,
	.narrow_inner{
		padding: 0 10px;
	}
	.top_information_list_desc{
		margin-top: 10px;
		width: 100%;
	}
	.top_service_list_wrap{
		margin-bottom: 0;
	}
	.top_service_list{
		width: 100%;
		margin-bottom: 20px;
	}
	.top_service_list:nth-child(1){
		margin-right: auto;
	}
	.top_service_list:nth-child(3){
		margin-top: auto;
	}
	.top_company_btn a span{
		padding: 30px 40px;
	}
	body .top_business_img img{
		transform: translateX(0);
		width: 100%;
	}
	.top_business_content{
		width: 100%;
		z-index: 4;
		background: #FFF;
		padding: 40px 0 0 0;
		margin-top: -100px;
	}
	.top_business_content_intro{
		font-size: 16px;
	}
	.top_service_ttl:after{
	    left: 50px;
		font-size: 50px;
	}
	.ttl_service_eng{
		font-size: 30px;
	}
	.ttl_service_jp{
		font-size: 12px;
	}
	.top_recruit_ttl{
		margin: 0 auto 10px auto;
	}
	.top_recruit_ttl:after{
	    left: 50px;
		font-size: 50px;
	}
	.top_recruit_ttl:before{
	    top: 40px;
	}	
	.ttl_recruit_eng{
		font-size: 30px;
	}
	.ttl_recruit_jp{
		font-size: 12px;
	}
	.ttl_business_eng{
		font-size: 30px;
		text-align: left;
	}
	.ttl_business{
		position: relative;
	}
	.ttl_business:after{
		font-size: 50px;
	}
	.ttl_business_jp{
		font-size: 12px;
	}
	.top_company_ttl{
		margin: 0 auto 10px auto;
		text-align: center
	}
	.ttl_company_eng{
		font-size: 30px;
	}
	.ttl_company_jp{
		padding-left: 0;
		font-size: 12px;
		margin-bottom: 10px;
		display: block
	}
	.top_service_type_content{
		padding: 15px;
	}
	.top_company_btn a{
		margin: 0 auto;
	}
	.page_top_btn a{
		padding: 20px 0;
	}
	.page_top_btn a:after{
		top: calc( 50% - 3px );
	}
	/*LOWER HEADWE*/
	.lower_header{
		height: 200px;
	}
	/*RECRUIT TAB*/
	.tab_area label{
		width:calc( 50% - 4px );
		padding:20px 0;
		background:#f8f8f8;
		margin-bottom: 6px;
	}
	.lower_recruit_table{
		border-bottom: none;
	}
	.lower_recruit_table dt{
		padding: 10px;
		width: 100%;
		border-right: none !important;
		line-height: 1.8em;
		background: #f8f8f8;
	}
	.lower_recruit_table dd{
		padding: 5px 0;
		width: 100%;
		line-height: 2.3em;
		display: block
	}
	.lower_philosophy{
		padding: 30px 10px 30px;
		margin-bottom: 20px;
	}
	.lower_vision_catch{
		
	}
	.lower_vision_catch{
		font-size: 22px;
	    margin-bottom: 5px;
	}
	.lower_vision_catch_sub{
		font-size: 15px;
	}
	.lower_vision_catch br{
		display: inline
	}
}
@media screen and (max-width:500px) {
	/*MV*/
	.mv_content{
		position: absolute;
	    top: 50%;
	    transform: translateY(-50%) translateX(-50%);
	    bottom: auto;
	    left:50%;
	    padding-left: 0;
	    text-align: center
	}
	.mv_main_ttl{
		font-size: 22px;
	    text-align: center
	}
	.mv_main_ttl_after{
		font-size: 22px;
		width: 100%;
	    text-align: center
	}
	.mv_ttl_jp{
	    margin-top: 5px;
	    text-align: center;
	    font-weight: bold
	}
	/*MV SCR*/
	.mv_scr a{
	    width: 260px;
	    padding: 15px 10px
	}
	.top_recruit_content{
		width: 100%;
		padding: 30px 10px 0 0;
		z-index: 1;
		background: #FFF;
		margin-top: -60px;
		margin-left: auto;
		margin-right: auto;
	}
	h1{
		width: 130px;
	}
	.lower h1{
		width: 130px;
		margin-left: -10px
	}
	.top_information_ttl{
		font-size: 30px
	}
	/*LOWER FRAME*/
	.lower_header_wrap{
		padding-top: 30px;
	}
	/*LOWER PHILOSOPHY*/
	.lower_philosophy p{
		font-size: 16px;
	    font-family: 'Montserrat', sans-serif;
	    font-weight: bold;
	    line-height: 1em;
	    margin-bottom: 0;
	    text-align: center
	}
	.lower_philosophy_jp{
		font-size: 10px;
	}
	.lower_philosophy_conjunction{
		margin: -16px 20px 0;
		font-size: 16px;
	}
	.main_contents_section_desc_text_list_no{
		margin-bottom: 5px;
	}
	.main_contents_section_desc_text_list_business_ttl{
		font-size: 14px;
	}
	
	small{
		word-break: normal;
		text-align: left;
	}
}
@media screen and (max-width:350px) {
	/*LOWER*/
	.main_contents_section_desc_img_list li{
		width: 100%;
	}
	.main_contents_section_desc_img_list li:nth-child(1){
		margin-bottom: 10px;
	}
	.main_contents_section_desc_text_list li{
		margin-bottom: 10px;
		padding: 20px 10px 20px;
		width: 100%;
		margin-right: auto;
	}
	.main_contents_section_desc_text_list li:nth-child(3n){
		margin-right: auto;
	}
	.main_contents_section_desc_text_list li:nth-child(2n){
		margin-right: auto;
	}
	/*LOWER PHILOSOPHY*/
	.main_contents_section_desc_text_list li{
		padding: 10px 10px 10px;
	}
	.lower_philosophy p{
		font-size: 15px;
		letter-spacing: 0em;
	}
	.lower_philosophy_conjunction{
		margin: -16px 10px 0;
		font-size: 15px;
	}
}
/*-------------------------------------------------------------------------
JSCROLL PANE
------------------------------------------------------------------------*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background:#eee;
	position: relative;
}

.jspDrag
{
	background: #696969;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #696969;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #696969;
	float: left;
	height: 100%;
}

/*Hack for bug*/
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

/*ANIMATION_TERA_ver1.06*/
/*-------------------------------------------------------------------------
ANIMATION SLIDE_LEFT_DRAPE
------------------------------------------------------------------------*/
/*SLIDE*/
.slide_in_left{
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
	opacity: 0;
}
.slide_in_left.is_shown{
	opacity: 1;
}
.slide_in_left.is_shown:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #ebede7;
	animation-name: slide_in_left_before;
	animation-delay: 0.8s;
	animation-duration: 0.1s;
	animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	}
.slide_in_left:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 0;
	height: 100%;
	background: #73daf6;
	overflow: hidden;
}
.slide_in_left.is_shown:after{
	animation-name: slide_in_left_after;
	animation-delay: 0.1s;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	width: 0; 
	left: 0;
}

@keyframes slide_in_left_before {
  0% {
		width: 100%;
  }
  100% {
	  width: 0;
	  right: 0;
  }
}

@keyframes slide_in_left_after {
  0% {
		width: 0; 
		left: 0;
  }
  5% {
		width: 0; 
		left: 0;
  }
  12% {
		width: 100%;
		left: 0;
  }
  16% {
	  width: 100%; 
	left: 0;
  }
  17% {
	  width: 100%; 
	  right: 0;
	  left: auto;
  }
  26% {
	  width: 100%; 
	  right: 0;
	  left: auto;
	  opacity: 1;
  }
  32% {
	  width: 100%; 
	  right: 0;
	  left: auto;
	  opacity: 1;
  }
  38% {
	  width: 0;
	  right: 0;
	  left: auto;
	  opacity: 1;
  }
  100% {
	  width: 0 !important;
	  right: 0 !important;
	  left: auto !important;
	  opacity: 1;
  }
}
.slide_in_left.slide_in_left_fixed.is_shown:after{
	left: auto !important;
	right: 0 !important;
}
@media screen and (max-width:860px) {
	.slide_in_left.is_shown:after{
		animation-name: slide_in_left_after;
		animation-delay: 0.1s;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
	}
}
/*ANIMATION_INFINITY*/
.animation_inf.slide_in_left:after{
	animation-iteration-count: infinite;
}

/*right*/
.slide_in_right{
	position: relative;
	display: inline-block;
	padding: 10px 0;
	margin: 0 auto;
	opacity: 0;
}
.slide_in_right.is_shown{
	opacity: 1;
}
.slide_in_right.is_shown:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ebede7;
	animation-name: slide_in_right_before;
	animation-delay: 0.8s;
	animation-duration: 0.1s;
	animation-fill-mode: forwards;
	}
.slide_in_right:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 100%;
	background: #73daf6;
}
.slide_in_right.is_shown:after{
	animation-name: slide_in_right_after;
	animation-delay: 0.1s;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
}
@keyframes slide_in_right_before {
  0% {
		width: 100%;
  }
  100% {
	  width: 0;
	  left: 0;
  }
}

@keyframes slide_in_right_after {
  0% {
		width: 0%; 
  }
  13% {
		width: 100%;
		right: 0;
  }
  14% {
	  width: 100%; 
	  left: 0;
	  right: auto;
  }
  26% {
	  width: 100%; 
	  left: 0;
	  right: auto;
	  opacity: 1;
  }
  38% {
	  width: 0;
	  left: 0;
	  right: auto;
	  opacity: 1;
  }
  100% {
	  width: 0;
	  left: 0;
	  right: auto;
	  opacity: 1;
  }
}

@media screen and (max-width:860px) {
	.slide_in_right.is_shown:after{
		animation-name: slide_in_right_after;
		animation-delay: 0.1s;
		animation-duration: 1.5s;
		animation-fill-mode: forwards;
	}
}
/*ANIMATION_INFINITY*/
.animation_inf.slide_in_right:after{
	animation-iteration-count: infinite;
}

/*-------------------------------------------------------------------------
ANIMATION FADE
------------------------------------------------------------------------*/

/*fade_in*/
.fade{
	opacity: 0;
	display: block;
}
.fade.is_shown{
	animation-name: fade;
	opacity: 0;
	animation-delay: 0.3s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
.fade.fade_01.is_shown{
	animation-delay: 0.10s;
}
.fade.fade_02.is_shown{
	animation-delay: 0.15s;
}
.fade.fade_03.is_shown{
	animation-delay: 0.20s;
}
.fade.fade_04.is_shown{
	animation-delay: 0.25s;
}
.fade.fade_06.is_shown{
	animation-delay: 0.35s;
}
.fade.fade_07.is_shown{
	animation-delay: 0.40s;
}
.fade.fade_08.is_shown{
	animation-delay: 0.45s;
}
.fade.fade_09.is_shown{
	animation-delay: 0.50s;
}
@keyframes fade {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.fade_first{
	opacity: 0;
	display: block;
}
.fade_first.is_shown{
	position: relative;
	animation-name: fade_first;
	opacity: 0;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;
}
@keyframes fade_first {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.fade_low{
	opacity: 0;
	display: block;
}
.fade_low.is_shown{
	animation-name: fade_low;
	opacity: 0;
	animation-delay: 0.7s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
	z-index: 1;
}
@keyframes fade_low {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
/*down*/
.fade_in_down{
	opacity: 0;
}
.fade_in_down.is_shown{
	animation-name: fade_in_down;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	
}
@keyframes fade_in_down {
	0%{
		opacity: 0;
		transform:translateY(-30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateY(0);
	}
}
/*up*/
.fade_in_up{
	opacity: 0;
}
.fade_in_up.is_shown{
	position: relative;
	animation-name: fade_in_up;
	animation-delay: 0.1s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}
.fade_in_up.animation_low.is_shown{
	position: relative;
	animation-name: fade_in_up;
	animation-delay: 0.2s;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;	
}
.fade_in_up.animation_first.is_shown{
	position: relative;
	animation-name: fade_in_up;
	animation-delay: 0s;
	animation-duration: 0.2s;
	animation-fill-mode: forwards;	
}
@keyframes fade_in_up {
	0%{
		opacity: 0;
		transform:translateY(30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateY(0);
	}
}
/*right*/
.fade_in_right{
	opacity: 0;
}
.fade_in_right.is_shown{
	position: relative;
	animation-name: fade_in_right;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	
}
@keyframes fade_in_right {
	0%{
		opacity: 0;
		transform:translateX(-30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateX(0);
	}
}
/*left*/
.fade_in_left{
	opacity: 0;
}
.fade_in_left.is_shown{
	position: relative;
	animation-name: fade_in_left;
	animation-delay: 0.1s;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	
}
@keyframes fade_in_left {
	0%{
		opacity: 0;
		transform:translateX(30px);
	}
	30%{
		opacity: 0;
	}
	100%{
		opacity: 1;
		transform:translateX(0);
	}
}

/*left*/
.fade_in_left_order > *{
	opacity: 0;
	transform:translateX(30px);
}
.fade_in_left_order.is_shown > *:nth-child(1){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.1s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(2){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.15s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(3){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.20s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(4){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.25s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(5){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.30s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(6){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.35s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(7){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.40s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(8){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.55s;
	transition-duration: 0.3s;
}

.fade_in_left_order.is_shown > *:nth-child(9){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.60s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(10){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.65s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(11){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.80s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(12){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.85s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(13){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.90s;
	transition-duration: 0.3s;
}
.fade_in_left_order.is_shown > *:nth-child(14){
	opacity: 1;
	transform:translateX(0);
	transition-delay: 0.95s;
	transition-duration: 0.3s;
}
.fade_in_up_order > *{
	opacity: 0;
	transform:translateY(30px);
}
.fade_in_up_order.is_shown > *:nth-child(1){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(2){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.15s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(3){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.20s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(4){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.25s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(5){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.30s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(6){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.35s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(7){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.40s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(8){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.45s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(9){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.50s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(10){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.55s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(11){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.60s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(12){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.65s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(13){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.70s;
	transition-duration: 0.2s;
}
.fade_in_up_order.is_shown > *:nth-child(14){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.75s;
	transition-duration: 0.2s;
}


/*-------------------------------------------------------------------------
ANIMATION SLIDE_LEFT_DRAPE
------------------------------------------------------------------------*/
/*SLIDE*/
.slide_in_up{
	position: relative;
	margin: 0 auto;
	opacity: 0;
}
.slide_in_up.is_shown{
	opacity: 1;
}
.slide_in_up.is_shown:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	animation-name: slide_in_up_before;
	animation-delay: 0.8s;
	animation-duration: 0.1s;
	animation-fill-mode: forwards;
	}
.slide_in_up:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(45deg, #2af598 0%, #009efd 100%);
}
.slide_in_up.is_shown:after{
	animation-name: slide_in_up_after;
	animation-delay: 0.1s;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
}
@keyframes slide_in_up_before {
  0% {
		height: 100%;
  }
  100% {
	  height: 0;
	  top: 0;
  }
}

@keyframes slide_in_up_after {
  0% {
		height: 0%; 
  }
  5% {
		height: 100%;
		bottom: 0;
  }
  14% {
	  height: 100%; 
	  top: 0;
	  bottom: auto;
  }
  26% {
	  height: 100%; 
	  top: 0;
	  bottom: auto;
	  opacity: 1;
  }
  38% {
	  height: 0;
	  top: 0;
	  bottom: auto;
	  opacity: 1;
  }
  100% {
	  height: 0;
	  top: 0;
	  bottom: auto;
	  opacity: 1;
  }
}


/*ANIMATION_INFINITY*/
.animation_inf.slide_in_up:after{
	animation-iteration-count: infinite;
}

.animation_low{
	transition-delay: 0s !important;
}

/*loading*/
.loading_bl{
	width: 100%;
	height: 100vh;
}
.loading_bl.is_shown{
	height: 0;
	width: 0;
	display: none;
}
.loading_wrap {
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	position: fixed;
	z-index: 1003;
	overflow: hidden;
	transition-duration: 0.3s; 
	background: #FFF;
}
.loading_wrap_bg{
	position: fixed;
	right: 0;
	width: 100%;
	height: 100%;
}
.loading_wrap.is_shown .loading_wrap_bg > div:nth-child(1),
.loading_wrap.is_shown .loading_wrap_bg > div:nth-child(2){
	width: 0;
}
.loading_wrap.is_shown{
	visibility: hidden;
	opacity: 0;
}
.loading_wrap.is_shown:before{
	content: "";
	position: fixed;
	top: 0;
	display: block;
	height: 100%;
	width: 100%;
	background: #ec5e00;
}
.loading_wrap.is_shown:before{
	display: none;
}
.loading_wrap_logo{
	position: fixed;
    top: calc( 50% - 50px );
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
	z-index: 100;
	width: 160px;
	margin: 0 auto;
	transition: 0.3s;
}
.loading_wrap.is_shown .loading_wrap_logo{
    top: calc( 50% - 150px );
}
.loading_wrap_logo span{
	font-family: 'Ubuntu', sans-serif;
	color: #ec5e00;
	font-size: 23px;
	line-height: 0.7em;
	font-weight: bold;
	font-style: italic;
}
.loading_wrap_logo span.small{
	font-size: 14px;
	line-height: 1em;
}
#loader{
//	border: solid;  /*to test position*/
  width: 85px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px auto -5px -46px;
  z-index: 100;
	transition: 0.3s;
}
.loading_wrap.is_shown #loader{
  top: calc( 50% - 80px );
}
#loader div{
  height: 10px;
  width: 10px;
  background: #ec5e00;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: animate 1.4s ease infinite;
}


#loader div:nth-child(2) {
  margin-left: 15px;
  -webkit-animation-delay: .08s;
}

#loader div:nth-child(3) {
  margin-left: 30px;
  -webkit-animation-delay: .16s;
}

#loader div:nth-child(4) {
  margin-left: 45px;
  -webkit-animation-delay: .24s;
}

#loader div:nth-child(5) {
  margin-left: 60px;
  -webkit-animation-delay: .32s;
}

#loader div:nth-child(6) {
  margin-left: 75px;
  -webkit-animation-delay: .40s;
}

@-webkit-keyframes animate {
  0%{left: 0px; top: 0px;}
  5%{left: -1px; top: 2px; width: 12px; height: 8px; -webkit-filter: blur(0.1px);}
  10%{left: -1px; top: 2px; width: 11px; height: 9px; -webkit-filter: blur(0.1px);} 
  /*halfway up*/
  15%{left: 1px; top: -8px; width: 9px; height: 11px; -webkit-filter: blur(0.3px);} 
  /*top*/
  22%{left: 0px; top: -17px; width: 10px; height: 10px; -webkit-filter: blur(0.2px);} 
  /*halfway down*/
  29%{left: 1px; top: -8px; width: 9px; height: 11px; -webkit-filter: blur(0.3px);} 
  /*bottom*/
  34%{left: 1px; top: 0px;  width: 9px; height: 11px; -webkit-filter: blur(0.2px);}
  /*elastic bottom*/
  40%{left: -1px; top: 2px; width: 11px; height: 9px; -webkit-filter: blur(0.1px);} 
  /*end*/
  43%{left: 0px; top: 0px; width: 10px; height: 10px;-webkit-filter: blur(0px)} 
  100%{left: 0px; top: 0px;}
}


@media print {
	.loading_wrap{
		display: none
	}
	header{
		display: none;
	}
	*{
		opacity: 1 !important;
		visibility: visible !important
	}
body:after {
    display: none
}
body {
    -webkit-print-color-adjust: exact;
}
header {
    background-color: #fff!important;
}
}
@page { size: A4 } /* A4縦 */
@page { size: A4 landscape} /* A4横 */
/*ANIMATION ADD*/

.fade_in_up_order.header_nav_animation.is_shown > *:nth-child(1){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.1s;
	transition-duration: 0.2s;
}
.fade_in_up_order.header_nav_animation.is_shown > *:nth-child(2){
	opacity: 1;
	transform:translateY(0);
	transition-delay: 0.15s;
	transition-duration: 0.2s;
}
.fade_in_up_order.mv_animation.is_shown > *:nth-child(1){
	opacity: 1;
	transition-delay: 0.3s;
	transition-duration: 0.2s;
}
.fade_in_up_order.mv_animation.is_shown > *:nth-child(2){
	opacity: 1;
	transition-delay: 0.35s;
	transition-duration: 0.2s;
}
.move{
	transition: 0.2s;
}
.move.transition{
	opacity: 0;
	transform: translateY(-30px);
}
.lower_header_wrap{
	opacity: 0;
	transform: translateY(30px);
	transition-delay: 0.3s;
	transition-duration: 0.3s;
}
.lower_header_wrap.is_shown{
	opacity: 1;
	transform: translateY(0px);
}
.breadcrumb_wrap{
	opacity: 0;
	transform: translateY(30px);
	transition-delay: 0.35s;
	transition-duration: 0.3s;
}
.breadcrumb_wrap.is_shown{
	opacity: 1;
	transform: translateY(0px);
}
.main_contents{
	opacity: 0;
	transform: translateY(30px);
	transition-delay: 0.4s;
	transition-duration: 0.3s;
}
.main_contents.is_shown{
	opacity: 1;
	transform: translateY(0px);
}
.sidebar{
	opacity: 0;
	transform: translateY(30px);
	transition-delay: 0.45s;
	transition-duration: 0.3s;
}
.sidebar.is_shown{
	opacity: 1;
	transform: translateY(0px);
}
/*PRIVACY*/

body .privacy_check p{
	line-height: 1.8em !important;
	margin-bottom: 10px !important;
}
.lower_privacy_content{
	padding: 50px 30px;
	background: #FFF;
}
.lower_privacy_content{
	padding: 20px;
	text-align: left;
	height: 300px;
	overflow-y: scroll;
	margin: 0 auto 20px;
	border: 1px solid #dddddd;
}
.lower_contact_privacy_ttl{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold
}
.lower_privacy_content p{
	font-size: 12px;
	line-height: 1.8em !important;
	margin-bottom: 20px !important;
}
.lower_privacy_content dl{
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.8em;
}
.lower_privacy_content dt{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
	font-weight: bold;
	line-height: 1.8em;
}
.lower_privacy_content dd{
	line-height: 1.8em;
}
.lower_contact_privacy li{
	padding-left: 30px;
	line-height: 1.8em;
	position: relative;
}
.lower_contact_privacy li:after{
	content: "(1)";
	display: block;
	position: absolute;
	top: -1px;
	left: 0;
}
.lower_contact_privacy li:nth-child(2):after{
	content: "(2)";
}
.lower_contact_privacy li:nth-child(3):after{
	content: "(3)";
}
.lower_contact_privacy li:nth-child(4):after{
	content: "(4)";
}
.lower_contact_privacy li:nth-child(5):after{
	content: "(5)";
}
.lower_contact_privacy li:nth-child(6):after{
	content: "(6)";
}
.lower_contact_privacy li:nth-child(7):after{
	content: "(7)";
}
.lower_contact_privacy li:nth-child(8):after{
	content: "(8)";
}
.lower_contact_privacy li:nth-child(9):after{
	content: "(9)";
}
.lower_contact_privacy li:nth-child(10):after{
	content: "(10)";
}
			

/*TEL*/
.tel_link{
	pointer-events: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.tel_link{
		pointer-events: none;
	}
}
@media screen and (max-width:480px) {
	.tel_link{
		pointer-events: auto;
	}
}
/* WordPress integration */
.menu-link {
	cursor: pointer;
}
.menu-link:focus-visible,
a:focus-visible {
	outline: 2px solid #22b7b6;
	outline-offset: 3px;
}
.clamppy-generic-content {
	min-height: 45vh;
	padding: 100px 0;
}
.clamppy-generic-content h2 {
	font-size: 2rem;
	margin-bottom: 30px;
}
.clamppy-generic-content p {
	font-size: 1rem;
	line-height: 1.9;
	margin-bottom: 20px;
}
.contact-plugin-slot {
	margin-top: 40px;
}
.contact-plugin-slot > :last-child {
	margin-bottom: 0;
}
.nav_parent:focus-within .nav_child {
	opacity: 1;
}
.admin-bar .header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
	.admin-bar .menu {
		top: 61px;
	}
}
