 /* base
--------------------------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size:62.5%;
}

body{
	font-family:"Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Lato, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
	font-size:1.4rem;
	margin:0;
	padding: 0;
	line-height: 2;
	font-weight: 400;
	color:#3D3D3D;
	position: relative;
	counter-reset: number 0;
}

ul,li{
	margin:0;
	padding:0;
	list-style: none;
}

a{
	text-decoration: none;
	color:#3D3D3D;
}

a:hover {
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

img{
	width:100%;
	height:auto;
}

p{
	padding:0;
	margin: 0;
	font-size: 1.4rem;
}

h1{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight: 400;
}

.breadcrumbs{
	font-size: 1rem;
	color:#3D3D3D;
	font-style: normal;
	display: flex;
	align-items: center;
}

.breadcrumbs a{
	color: #595757;
}

.breadcrumbs a i{
	color: #595757;
	margin-right: 1rem;
}

.breadcrumbs i{
	font-size: 1.4rem;
}

.breadcrumbs a:hover{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	opacity: 0.7;
}

.breadcrumbs span{
	padding: 0 0.5rem;
	font-weight: 500;
}

.breadcrumbs span:first-child a{
	color:#595757;
}

.breadcrumbs .now-page{
	color: #595757;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 1.4rem;
	margin: 3.5rem 0;
}

.wp-pagenavi a,
.wp-pagenavi .current{
	color:#fff;
	text-decoration: none;
	display: inline-block;
	margin: 0 4px;
	background-color: #3D3D3D;
	border-radius: 50px;
	border: none;
}

.wp-pagenavi span,
.wp-pagenavi a{
	width: 46px;
	height: 46px;
	line-height: 40px;
}

.wp-pagenavi .current{
	background-color: #235C9B;
	color: #FFF;
	border: none;
	border-radius: 50px;
}

.wp-pagenavi .nextpostslink{
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	position:relative;
	background-color: #3D3D3D;
	border-radius: 50px;
}

.wp-pagenavi .first,
.wp-pagenavi .last{
	border: 1px solid #b99f53;
	width: 60px;
}

.wp-pagenavi i{
	font-size:1.4rem;
}

.wp-pagenavi .pages{
	background-color: #fff;
	color: #4C4B4C;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #DFDFDF;
	font-size: 1.6rem;
	border-radius: 50px;
}

#page-top a{
	display: block;
	position: fixed;
	bottom: 110px;
	right: 0;
	z-index: 900;
	width: 45px;
	height: 45px;
}

#page-top a i{
	color: #FFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	font-size: 1rem;
}

#page-top{
	display: block;
	position: fixed;
	bottom: 150px;
	right: 10px;
	z-index: 400;
	width: 40px;
	height: 40px;
}

#page-top img{
	width:100%;
	height:auto;
}

/* 共有
--------------------------------*/
/* 横幅1500pxして中央(margin:auto) */
.width-1500px{ 
	width:95%;
	max-width:1500px;
	margin:0 auto;
}

/* 横幅1200pxして中央(margin:auto) */
.width-1200px{ 
	width:95%;
	max-width:1200px;
	margin:0 auto;
}

/* フォント
--------------------------------*/
/* Futura PT：Demi */
.f-futura-d{
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
}

/* Futura PT：Medium */
.f-futura-m{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
}

/* 余白関係
--------------------------------*/
/* 上「のみ」3rem margin */
.sec-wrap-m-t3{
	margin-top:1.5rem;
}

/* 下「のみ」4rem margin */
.sec-wrap-m-b4{
	margin-bottom:2rem;
}

/* 下「のみ」15rem margin */
.sec-wrap-m-b15{
	margin-bottom:7rem;
}

/* 強制改行(主にspanに使用)
--------------------------------*/
.pc-br{
	display:block;
}

.sp{
	display:none;
}

/* トップページタイトル関係
--------------------------------*/
.home-title{
	line-height: 1;
	margin-bottom: 4rem;
	position: relative;
	z-index: 300;
}

.home-title .head-title{
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-size:1.4rem;
	font-style: normal;
	letter-spacing: .1em;
}

.home-title .sub-title{
	font-size: 3.5rem;
	letter-spacing: .02em;
	margin-bottom: 1rem;
	display: block;
	z-index: 300;
	position: relative;
}

.home-btn{
	max-width: 200px;
	height: 50px;
	width: 100%;
}

.btn-link{
	font-size: 1.4rem;
	letter-spacing: .1em;
	font-weight: 500;
	width:200px;
	height:50px;
	position:relative;
	background-color: #fff;
	border: 2px solid #235C9B;
	border-radius: 35px;
	color: #235C9B;
	display: block;
	line-height: 45px;
	text-align: center;
}

.btn-arrow-r::after{
	content: "";
	background-image: url(img/arrow-right-blue.svg);
	display: inline-block;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-size: cover;
}

.btn-arrow-r:hover {
	background-color: #235C9B;
	color: #fff;
	border-radius: 35px;
	opacity: 1;
}

.btn-arrow-r:hover::after{
	background-image: url(img/arrow-right-white.svg);
}

.btn-arrow-l::after {
	content: "";
	background-image: url(img/arrow-left-blue.svg);
	display: inline-block;
	width: 7px;
	height: 12px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-size: cover;
}

.btn-arrow-l:hover::after{
	background-image: url(img/arrow-left-white.svg);
}

.sec-bg-wrap{
	position:relative;
}

.sec-bg-wrap::before{
	content: "";
	display: block;
	width: 100%;
	height: 90%;
	background-color:#EFEFEF;
	position: absolute;
	bottom: 0;
	z-index: -1;
}

.home-headline{
	font-size:1.8rem;
	font-weight:500;
	margin-bottom:4rem;
	line-height:1.2;
	position:relative;
	color: #235C9B;
	letter-spacing: .05em;
}

.home-headline::after{
	position: absolute;
	bottom: -20px;
	left: 0;
	box-sizing: border-box;
	border-radius: 2em;
	content: "";
	height: 1px;
	width: 50px;
	background:#235C9B;
}

/*--- タイトル メインカラー ---*/
.title-m-c{
	color:#235C9B;
}

/*--- タイトル サブカラー ---*/
.title-s-c{
	color:#fff
}

/* デザイン配置関係
--------------------------------*/
.c-fl-column{

}

.c-object-box{
	margin-bottom:4rem;
	display: flex;
	flex-wrap: wrap;
}

.box-r{
	margin-left:auto;
}

.c-object-txt{
	width: 86%;
	background-color: #FFF;
	padding: 3.5rem 1.5rem 4.5rem 2.5rem;
	z-index: 300;
	margin-top: -3rem;
	position: relative;
}

.txt-l{
	order: 2;
}

.txt-r{
	margin-left: auto;
}

.c-object-image{
	line-height: 0;
	width: 86%;
}

.image-r{
	margin-left:auto;
	order: 1;
}

.image-r img{
	border-radius:35px 0 0 35px;
}

.image-l img{
	border-radius: 0 20px 20px 0;
}

.c-object-image img{
}


/* 子ページ用共通部分
--------------------------------*/
.c-bg-container{
	background-color:#EFEFEF;
	padding-top:70px;
	padding-bottom:70px;
	overflow: hidden;
}

.c-page-bg-white{
	background-color: #fff;
	padding:5rem 2rem 7rem;
}

/* よくある質問
--------------------------------*/
.faq-box {
}

.faq-box .faq-item{
	margin-bottom:3rem;
}

.faq-box .faq-box{
	border-top: 1px solid #ccc;
}

.faq-box h3{
	font-weight: 500;
	font-size: 1.4rem;
	cursor: pointer;
	padding: 20px 40px 20px 50px;
	background: #fff;
	position: relative;
}

.faq-box h3::before {
	content: "Q";
	background-color: #235C9B;
	color: #fff;
	font-size: 2rem;
	width: 32px;
	height: 32px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 10px;
}

.faq-box h3::after {
  	position: absolute;
	right: 15px;
	content: "";
	background-image: url(img/arrow-under-blue.svg);
	display: inline-block;
	width:12px;
	height:7px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: transform 0.3s;
}

.faq-box h3.open::after {
  	background-image: url(img/arrow-up-blue.svg);
}

.faq-box .faq-answer{
	padding: 20px 40px 20px 50px;
	margin: 0;
	display: none; /* 初期状態では非表示 */
	background: #f0f0f0;
	position: relative;
}

.faq-box dd .faq-answer::before {
	content: "A";
	background-color: #fff;
	font-family: "m-plus-rounded-1c", sans-serif;
	font-weight: 500;
	font-style: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #235C9B;
	font-size: 2rem;
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	border-radius: 50%;
	color: #235C9B;
	position: absolute;
	left: 10px;
}

/* 会社概要・採用情報(table)
--------------------------------*/
.c-table-container{
	width: 100%;
}

.c-table-container tr{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.c-table-container th,
.c-table-container td{
	border: 1px;
	border-bottom-style: solid;
	padding:2.5rem 0;
	letter-spacing: .05em;
	line-height: 1.8;
}

.c-table-container th{
	width:30%;
	border-color: #235C9B;
	font-weight: 500;
	display: flex;
	align-items: center;
	text-align: left;
}

.c-table-container td{
	width:67%;
	border-color: #C5C5C5;
	padding-left: 1rem;
}

.c-table-container td .disc-mark{
	padding-left:2rem;
}

.c-table-container td .disc-mark li{
	list-style:disc;
}

.c-table-container td .list-number {
	counter-reset: num;
}

.c-table-container td .list-number li::before{
	counter-increment: num;
	content: counter(num);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 13px;
	height: 13px;
	margin-right: 5px;
	border-radius: 50%;
	border: 1px solid #3D3D3D;
	font-size: 1.2rem;
}

/* お問い合わせ・応募フォーム(step)
--------------------------------*/
.contact-step{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 3.5rem auto 4rem;
	width: 280px;
	position: relative;
	z-index: 1;
}

.contact-step::after{
	background: #C6C6C6;
	content: "";
	z-index: -1;
	margin: auto;
	height: 1px;
	width: 95%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: -2px;
}

.contact-step .active::before{
	content: "";
	margin: auto;
	height: 1px;
	width: 70px;
	position: absolute;
	right: 50px;
	top: -1px;
	background-color: #235C9B;
	bottom: 0;
}

.contact-step li {
	text-align: center;
	position: relative;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #fff;
	color: #C5C5C5;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 5;
	border: 1px solid #C5C5C5;
}

.contact-step .cricle{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #9F9F9F;
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.contact-step li .cricle-in{
	position: absolute;
	top: 6rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	color: #b4b4b4;
	font-weight: 500;
	width: 100%;
	font-size: 1.6rem;
}

.contact-step .active:first-child::before{
	content: none;
}

.contact-step .active{
	background-color: #235C9B;
	border: none;
}

.contact-step .active .cricle{
	color:#FFF;
}

/* header
--------------------------------*/
header{
	position: fixed;
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background-color: #FFF;
	box-shadow: 1.5px 1.5px 2.5px rgba(0,0,0,.15);
	z-index: 900;
}

.header-container{
	height: 60px;
	border-bottom: 1px solid #235C9B;
	position: relative;
}

.header-container .header-wrap{
	height: 60px;
}

.header-container .head-desc{
	width: 95%;
	line-height: 1.5;
	font-size: 1rem;
	font-weight: 500;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.header-container .head-logo{
	position:relative;
	width:135px;
	display: block;
	margin-left: 10px;
}

.header-container {
	/*! padding: 0 25px !important; */
}

.header-container .logo {
	width: calc(100% - 60px);
	height: auto;
}

.home-about {
	padding-top: 5%;
}

.header-container .header-contact {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
	justify-content: space-between;
	align-items: center;
	z-index: 1000;
	display: flex;
	flex-wrap: wrap;
}

.header-container .head-tel {
	height: 60px;
	margin: 0 auto;
	padding: 0.8rem;
	width: 33.3%;
	display: block;
	line-height: 1.2;
	order: 2;
}

.header-container .head-tel .tel-catch{
	margin-bottom:10px;
	display: none;
}

.header-container .head-tel .tel-icon{
	width: 25px;
	height: auto;
	margin:0 auto 0.5rem;
}

.header-container .head-tel .tel-catch-sp{
	text-align:center;
	color: #235C9B;
}

.header-container .head-tel .tel-number{
	display: none;
}

.header-container .head-tel .business-hours{
	display: none;
}

.header-container .contact-btn {
	width: 33.3%;
	text-align: center;
	height: 60px;
	flex-direction: column;
	display: flex;
	background-color: #235C9B;
	color: #fff;
	padding: 1rem;
	order: 1;
}

.header-container .contact-btn .contact-icon {
	width: 25px;
	height: 20px;
	margin: 0 auto 0.5rem;
}

.header-container .line-btn{
	width:33.3%;
	background-color: #02bb04;
	font-weight: 500;
	color: #FFF;
	display: flex;
	align-items: center;
	order: 3;
	text-align: center;
	height: 60px;
	flex-direction: column;
	padding: 0.8rem;
}

.header-container .line-btn .line-icon{
	width: 25px;
	height: 25px;
}

.header-container .line-btn .line-catch-pc{
	display:none;
}

/* page
--------------------------------*/
.page-title-box{
	margin-top: 6rem;
	height: 170px;
	background-color: #000;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	position: relative;
	background-position-y: center;
}

.page-title-box .sub-title{
	font-size: 3rem;
	letter-spacing: .03em;
	color: #235C9B;
	line-height: 1;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom: 1rem;
	text-shadow: 0 0 15px #FFF;
}

.page-title-box h1{
	font-size:1.4rem;
	position:relative;
	padding-left:1.5rem;
	line-height: 1;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: 1rem;
}

.page-title-box h1::before{
	content:"";
	width:10px;
	height:10px;
	background-color:#235C9B;
	border-radius:50%;
	left:5px;
	display: inline-block;
	position: absolute;
	top: 52%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.page-title-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
}

.page-wrap {
	position:relative;
}

/* navi
--------------------------------*/
/* メインメニュー */
.nav-btn {
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 800;
}

.nav-btn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	height: 2px;
	background: #235C9B;
	width: 22px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.nav-btn span:nth-of-type(1) {
	top:10px; 
}

.nav-btn span:nth-of-type(2) {
	top:16px;
}

.nav-btn span:nth-of-type(3) {
	top:22px;
}

.nav-btn span:nth-of-type(3)::after {
	content:"MENU";
	top:3px;
	color: #235C9B;
	font-size: 1.2rem;
	text-transform: uppercase;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.nav-btn.active span:nth-of-type(1) {
	top: 10px;
	left: 14px;
	transform: translateY(7px) rotate(-45deg);
	width: 22px;
}

.nav-btn.active span:nth-of-type(2) {
	opacity: 0;
}

.nav-btn.active span:nth-of-type(3){
	top: 22px;
	left: 14px;
	transform: translateY(-5px) rotate(45deg);
	width: 22px;
}

.nav-btn.active span:nth-of-type(3)::after {
	content:"CLOSE";
	transform: translateY(0) rotate(-45deg);
	left: 4px;
}

.gnav .main-nav-list {
	display: none;
	top: 60px;
	right: 0;
	width: 100%;
	background: #fff;
	padding: 3rem 2rem;
	transform: translateX(0);
	position: absolute;
}

.gnav .main-nav-list.active {
	display: block;
}

.gnav .main-nav-list > .main-nav-item {
	margin-bottom: 3rem;
}

.gnav .main-nav-list > .main-nav-item > .main-nav-link {
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
	letter-spacing: .05em;
}

/* footer
--------------------------------*/
footer{
	position:relative;
	background-color:#3D3D3D;
}

footer .copy{
	border-top:1px solid #fff;
	padding-bottom: 100px;
}

footer .copy p{
	font-size:1rem;
	line-height:45px;
	text-align: center;
	letter-spacing: .1em;
	color: #fff;
}

.footer-container{
	padding:4rem 0 3rem;
	display: flex;
	flex-wrap: wrap;
}

.footer-container .footer-info{
	position:relative;
	width: 260px;
	order: 2;
}

.footer-info > .footer-logo{
	width:190px;
	height:auto;
	display: block;
	margin-bottom: 1rem;
	line-height: 0;
}

.footer-info > .footer-logo > img{
	width:100%;
	height:auto;
}

.footer-info > .footer-address{
	font-size:1.2rem;
	color:#fff;
	margin-bottom: 1.5rem;
}

.footer-info > .footer-tel{
	font-size:2.5rem;
	color:#fff;
	line-height: 1;
}

.footer-info > .footer-tel a{
	color:#fff;
}

.footer-info > .footer-tel span{
	font-size:1.8rem;
}

.footer-nav{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 3rem;
}

.footer-nav > .footer-nav-list{
	width: 48%;
}

.footer-nav > .footer-nav-list > .footer-nav-item{
	margin-bottom: 2.5rem;
}

.footer-nav > .footer-nav-list > .footer-nav-item > .footer-nav-link{
	display:block;
	color:#fff;
	font-size:1.2rem;
	font-weight:500;
	letter-spacing: .05em;
}

.footer-copyright{
	border-width: 1px;
	border-top-style: solid;
	border-color: #fff;
	padding: 15px 0 85px;
	padding-left: 20px;
}

.footer-copyright p{
	font-size:1rem;
	color:#fff;
}

/* home
--------------------------------*/
#mainvisual{
	position: relative;
	width: 100%;
	height: 500px;
	margin-top: 60px;
	padding-left: 30px;
}

#mainvisual img{
	width: 100%;
	height: 500px;
	border-radius: 0 0 0 20px;
}

#mainvisual .home-fv-container{
	position:absolute;
	bottom: 85px;
	left: 50px;
	z-index: 300;
}

#mainvisual .home-fv-container .home-fv-catch{
	font-size:2.6rem;
	font-weight:500;
	color:#fff;
	letter-spacing: .05em;
	line-height: 1;
	width: 300px;
	margin-bottom: 1rem;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

#mainvisual .home-fv-container .home-fv-txt{
	font-size:1.2rem;
	font-weight:500;
	color:#fff;
	box-sizing:border-box;
	letter-spacing: .05em;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

/* スクロールダウンの位置 */
.home-scroll-down{
	position:absolute;
	height: 110px;
	bottom: -50px;
	left: 3px;
}

/* 線のアニメーション部分 */
.home-scroll-down::before {
	content: "";
	width: 1px;
	height: 110px;
	background: #262626;
	position: absolute;
	top: 0px;
	left: 5px;
	-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+ */
}

/* 線のアニメーション */
@-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);
    }
}

.home-scroll-down .scroll-txt{
	position:relative;
	writing-mode: vertical-rl;
	font-size: 1.2rem;
	color: #3D3D3D;
	height: 110px;
	padding-left:1rem;
	line-height: 1;
	letter-spacing: .1em;
}

.home-about{
	padding:7rem 0 3.5rem;
}

.about-container{
	display: flex;
	flex-wrap: wrap;
}

.about-txt-l{
	width: 90%;
	background-color: #FFF;
	border-radius: 0 25px 25px 0;
	order: 2;
	margin-top: -3rem;
	padding: 4rem 1.5rem 4rem 2.5rem;
}

.about-image-r{
	line-height: 0;
	width: 90%;
	margin-left:auto;
	order: 1;
}

.about-image-r img{
	border-radius: 25px 0 0 25px;
}

.home-about .home-btn{
	margin-top:5.5rem;
}

.home-business{
	padding-bottom: 3.5rem;
}

.home-business .home-business-list .business-list-item{
	width:85%;
	margin: 0 auto 8rem;
}

.home-business .home-business-list .business-list-item .business-image{
	width:100%;
	line-height:0;
	margin-bottom:3rem;
	position:relative;
}

.home-business .home-business-list .business-list-item .business-image img{
	border-radius: 20px;
}

.home-business .business-list-title{
	text-align:center;
	letter-spacing: .05em;
	margin-bottom: 1.5rem;
}

.home-business .business-list-title .business-headline{
	font-size:1.8rem;
	line-height: 1.4;
	font-weight: 500;
	margin-bottom: 1rem;
}

.home-business .business-headline .ft-xs{
	font-size:1.5rem;
	display: block;
}

.home-business .business-list-title .business-subline{
	font-size:1.4rem;
	color:#3D3D3D;
	display:block;
	line-height: 1.4;
}

.home-business .home-btn{
	margin:3.5rem auto 0;
}

.home-blog{
	padding-bottom: 7.5rem;
	padding-top: 6.5rem;
	background-color: #EFEFEF;
}

.home-blog ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-blog ul li{
	position:relative;
	width: 90%;
	margin: 0 auto 3rem;
}

.home-blog ul li a{
	position:relative;
	display: block;
	border-radius: 35px;
	background-color: #FFF;
}

.home-blog ul li a .thumbnail{
	position:relative;
	border-radius: 35px 35px 0 0;
	line-height: 0;
}

.home-blog ul li a .thumbnail img{
	position:relative;
	border-radius: 35px 35px 0 0;
	width: 100%;
	height: auto;
	line-height: 0;
}

.home-blog ul li a .info{
	position:relative;
	padding: 1rem 0;
	border-bottom: 3px dotted #235C9B;
	margin: 0 2rem;
}

.home-blog ul li a .info .date{
	position:relative;
	display: inline-block;
}

.home-blog ul li a .info .cat{
	font-size: 1.4rem;
	color: #fff;
	background-color: #235C9B;
	border-radius: 30px;
	text-align: center;
	width: 80px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	margin-left: 2rem;
}

.home-blog ul li a .title{
	position:relative;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 1rem;
	padding: 1rem 2rem 3rem;
}

.home-blog .home-btn{
	margin: 4rem auto 0;
}

.home-recruit{
	padding:5.5rem 0 7.5rem;
}

.home-recruit .home-recruit-container{
	position:relative;
	display:flex;
	flex-wrap: wrap;
}

.home-recruit .sec-bg-square{
	order: 2;
	margin: 0 auto;
	max-width: 200px;
	width: 100%;
}

.home-recruit .sec-bg-square .home-btn-list{
	max-width:200px;
	order: 2;
	/*! margin: 0 auto; */
	width: 100%;
}

.home-recruit .home-title{
	order: 1;
}

.home-recruit .home-recruit-container .business-image{
	width: 85%;
	order: 1;
	margin: 0 auto 3.5rem;
}

.home-recruit .home-recruit-container .business-image img{
	border-radius:35px;
}

.home-news{
	padding-bottom:15rem;
	position:relative;
	padding-top: 8rem;
}

.home-news .home-btn{
	position:absolute;
	bottom:55px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.news-list-item > article > .news-list-link{
	display:block;
	padding:2rem 2.5rem 2rem 0;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #9F9F9F;
	position:relative;
	right: 0;
}

.news-list-item > article > .news-list-link::after{
	content:"";
	background-image: url(img/arrow-right-blue.svg);
	display: inline-block;
	width: 6px;
	height: 11px;
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-size: cover;
}

.news-list-item > article > .news-list-link > .news-date{
	font-size: 1.2rem;
	letter-spacing: .05em;
}

.news-list-item > article > .news-list-link > .news-cat{
	font-size: 1.2rem;
	color: #fff;
	background-color: #235C9B;
	border-radius: 30px;
	text-align: center;
	margin: 0 2rem 0 3rem;
	width: 80px;
	height: 20px;
	line-height: 18px;
	position: absolute;
	left: 50px;
	top: 22px;
}

.news-list-item > article > a > .news-headline{
	font-size:1.4rem;
	font-weight: 400;
}

.home-contact{
	padding-bottom:6.5rem;
}

.sec-bg-wrap::before {
	height:60%;
}

.home-contact-banner{
	width:90%;
	display:block;
	background-color:#235C9B;
	padding:2.5rem 2.5rem 4.5rem;
	border-radius: 15px;
	position: relative;
	margin: 0 auto;
}

.home-contact-banner .home-contact-txt p{
	letter-spacing:.05em;
}

.home-contact-banner .home-contact-title{
	line-height: 1.4;
	margin-bottom: 2rem;
}

.home-contact-banner .home-contact-title .sub-title{
	font-size:4.5rem;
	color:#fff;
	letter-spacing: .05em;
}

.home-contact-banner .home-contact-title .head-title{
	font-size:1.4rem;
	color:#fff;
	font-weight:500;
	letter-spacing: .05em;
}

.home-contact-banner .home-contact-btn{
	width:230px;
	background-color:#fff;
	height: 50px;
	margin: 2rem auto 0;
}

.home-contact-banner .contact-btn-link{
	font-size:1.4rem;
	font-weight:700;
	color:#235C9B;
	text-align:center;
	position:relative;
	line-height: 50px;
}

.home-contact-banner .contact-btn-link::after{
	content: "";
	background-image: url(img/arrow-right-blue.svg);
	display: inline-block;
	width: 7px;
	height: 12px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-size: cover;
}

/* 会社概要
--------------------------------*/
.page-bg-company{
	background-image:url(img/sp/company-title.jpg);
}

.c-message{
	padding:5rem 0 6rem;
}

.c-message .message-container .president-image{
	width:200px;
	margin: 0 auto 3rem;
	line-height: 1;
}

.c-message .message-txt{
	border: 10px solid #EFEFEF;
	padding:3.5rem 2.5rem;
}

.c-message .message-txt .president-name{
	font-size:1.6rem;
	letter-spacing:.1em;
	margin-top: 4rem;
	text-align: right;
}

.c-message .message-txt .president-name span{
	font-size:1.3rem;
	display: block;
}

.c-history{
	padding:6rem 0 7rem;
	background-color: #EFEFEF;
}

.c-history .history-container{
	background-color:#fff;
	padding:5.5rem 2rem 3.5rem;
	border-radius:45px;
}

.c-history .timeline {
	padding-left: 3rem;
	position:relative;
	padding-bottom: 0;
}

.c-history .timeline::after{
	background-color: #235C9B;
	content: "";
	width: 2px;
	position: absolute;
	top: 20px;
	left: 60px;
	z-index: 10;
	height: calc(100% - 35px);
}

.c-history .timeline .event {
	position: relative;
}

.c-history .timeline .may{
	margin-bottom:5rem;
}

.c-history .timeline .july{
	margin-bottom:3rem;
}

.c-history .timeline .event::before {
	content:"";
	display: block;
	background-size: cover;
	position: absolute;
	left: 8px;
	z-index:500;
	width: 47px;
}

.c-history .timeline .line-dot::after {
	content: "";
	width: 3px;
	height: 40px;
	background-image: url(img/line-dot.svg);
	display: block;
	background-size: cover;
	position: absolute;
	bottom: -30px;
	left: 30px;
	z-index: 1;
}

.c-history .timeline .year-number{
	font-size:2.8rem;
	z-index: 300;
	position: relative;
	background-color: #fff;
	line-height: 1.5;
}

.c-history .timeline .year-number::before{
	content:"";
	background-image: url(img/history-line.svg);
	width:20px;
	height:4px;
	display: block;
	position:absolute;
	top:20px;
	left: -30px;
}

.c-history .july-23 .year-number {
	margin-bottom:0;
}

.c-history .timeline .event .ft-fc951a{
	color:#fc951a;
}

.c-history .timeline .event {
	margin-bottom: 5rem;
}

.c-history .timeline .november{
	margin-bottom: 3rem;
}

.c-history .timeline .event-column {
	margin-left: 7rem;
	margin-top: 3rem;
}

.c-history .july-23 .event-column{
	margin-bottom:1rem;
}

.c-history .timeline .event-column .month{
	font-size:2rem;
	font-weight:500;
	line-height: 1;
}

.c-history .timeline .event-column .month .f-tondo-b{
	font-size:2.8rem;
}

.c-history .timeline .event-column p{
	font-weight:500;
}

.c-history .event-column .history-image{
	width: 160px;
	margin: 3rem auto 0;
	line-height: 1;
}

.c-history .event-column .history-image img{
	width:100%;
	height:auto;
}

.c-about{
	padding:5.5rem 0 4.5rem;
}

.c-company-bg{
	background-color:#EFEFEF;
}

.c-company{
	padding:6.5rem 0;
}

.c-company .c-table-container{
	background-color:#fff;
	padding:3rem 2.5rem 5rem;
}

.bg-access{
	background-color:#235C9B;
}

.c-access .access-txt{
	padding:6rem 2rem 4rem 1rem;
}

.c-access .address-fl-column{
	align-items:center;
	display: flex;
	justify-content: space-between;
}

.c-access .access-txt .address{
	font-size:1.4rem;
	font-weight:500;
}

.c-access .access-txt .access-tel{
	margin-top:2.5rem;
	line-height: 1;
}

.c-access .access-txt .access-tel a{
	color:#fff;
}

.c-access .ggmapbtn{
	max-width:140px;
	height:40px;
	width: 40%;
}

.c-access .ggmapbtn .ggmapbtn-link{
	letter-spacing: .05em;
	height: 40px;
	width: 140px;
	line-height: 32px;
}

.c-access .ggmapbtn .ggmapbtn-link::after{
	content: "";
	background-image: url(img/arrow-right-blue.svg);
	display: inline-block;
	width: 6px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-size: cover;
}

.c-access .access-txt .access-tel .tel-number{
	font-size:2.5rem;
	margin-left: 5px;
}

.c-access .access-txt .business-hours{
	font-size:1.4rem;
}

.c-access .access-ggmap{
	width:100%;
	height:360px;
}

.c-access .access-ggmap .access-map{
	width:100%;
	height:250px;
}

/* プライバシーポリシー
--------------------------------*/
.page-bg-privacypolicy{
	background-image:url(img/sp/privacypolicy-title.jpg);
}

.c-privacypolicy-bg{
	background-color:#fff;
	padding:4rem 2rem;
	max-width:1200px;
	width:90%;
	margin:0 auto;
}

.c-privacypolicy .privacy-catch{
	font-size:1.4rem;
}

.c-privacypolicy h2{
	font-size:1.4rem;
	font-weight:500;
	line-height:1;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #9F9F9F;
	padding-bottom:1rem;
	letter-spacing: .05em;
	margin-bottom: 1.5rem;
	margin-top: 3.5rem;
}

.c-privacypolicy h2::before {
	content: counter(number)".";
	margin-right: .5rem;
	counter-increment: number 1;
}

.c-privacypolicy ul{
	padding-left:2rem;
	margin-top: 1rem;
}

.c-privacypolicy ul li{
	font-size:1.2rem;
	letter-spacing: .05em;
	line-height: 1.8;
}

.c-privacypolicy .disc-mark li{
	list-style-type: disc;
}

/* 事業内容
--------------------------------*/
.page-bg-business{
	background-image:url(img/business-title.jpg);
}

.c-business .business-catch{
	font-size:1.8rem;
	text-align:center;
	font-weight:500;
	margin-bottom:4rem;
	letter-spacing: .05em;
}

.c-business .business-txt{
	background-color:#fff;
	padding:4rem 2rem;
	position: relative;
}

.c-business .business-txt::after{
	content:"";
	width:1px;
	height:60px;
	background-color:#3D3D3D;
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.c-business .business-container{
	padding-top:8.5rem;
}

.c-business .c-business-title{
	position:relative;
	line-height: 1.4;
	padding-left: 6rem;
	margin-bottom: 3rem;
	letter-spacing: .15em;
}

.c-business .c-business-title::after{
	counter-increment: number 1;
	content: "0" counter(number);  
	font-size:3.5rem;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	color:#235C9B;
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #235C9B;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.1;
}

.c-business .c-business-headline{
	font-size:1.8rem;
	font-weight:500;
	color:#235C9B;
	margin-bottom: 5px;
}

.c-business .c-business-headline .ft-xs {
	font-size: 1.4rem;
	display: block;
}

.c-business .c-business-subline{
	font-size:1.2rem;
}

/* よくある質問
--------------------------------*/
.page-bg-faq{
	background-image:url(img/sp/q&a-title.jpg);
}

.c-faq .faq-catch{
	font-size:1.4rem;
	font-weight:500;
	margin-bottom: 5rem;
	position: relative;
}

.c-faq .faq-catch::after{
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	box-sizing: border-box;
	border-radius: 2em;
	content: "";
	height: 2px;
	width: 50px;
	background: #3D3D3D;
}

/* お知らせ記事一覧(news-archives)
--------------------------------*/
.page-bg-news{
	background-image: url(img/news-title.jpg);
}

.news-wrap{
	padding:4.5rem 0 5.5rem;
}

/* 採用担当ブログ記事一覧(blog-archives)
--------------------------------*/
.page-bg-blog{
	background-image: url(img/blog-title.jpg);
}

.blog-archive{
	padding:5rem 0 5rem;
	background-color:#EFEFEF;
}

.blog-archive ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}

.blog-archive ul li{
	position:relative;
	width: 100%;
	margin-bottom: 5rem;
}

.blog-archive ul li a{
	position:relative;
	display: block;
	border-radius: 35px;
	background-color: #FFF;
}

.blog-archive ul li a .thumbnail{
	position:relative;
	border-radius: 35px 35px 0 0;
	line-height: 0;
}

.blog-archive ul li a .thumbnail img{
	position:relative;
	border-radius: 35px 35px 0 0;
	width: 100%;
	height: auto;
	line-height: 0;
}

.blog-archive ul li a .info{
	position:relative;
	padding: 1rem 0;
	border-bottom: 3px dotted #235C9B;
	margin: 0 2rem;
}

.blog-archive ul li a .info .date{
	position:relative;
	display: inline-block;
}

.blog-archive ul li a .info .cat{
	font-size: 1.4rem;
	color: #fff;
	background-color: #235C9B;
	border-radius: 30px;
	text-align: center;
	width: 80px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	margin-left: 2rem;
}

.blog-archive ul li a .title{
	position:relative;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 1rem;
	padding: 1rem 2rem 3rem;
}

/* 個別記事ページ(single)
--------------------------------*/
.news-single{
	padding:6rem 0 8rem;
	background-color:#EFEFEF;
}

.post-single-container{
	background-color: #FFF;
	padding: 3.5rem 2rem;
}

.post-single-container > h2{
	padding-bottom:2rem;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #9F9F9F;
	margin-bottom:3.5rem;
	font-weight: 500;
}

.nav-below{
	width:100%;
	margin-top:5rem;
}

.nav-below .works-list-btn{
	padding:2rem 0;
	text-align:center;
	border-top:1px solid #9F9F9F;
	display: block;
	letter-spacing: .05em;
	font-size: 1.2rem;
}

.nav-below .nav-list{
	display:flex;
	justify-content:space-between;
	border-top:1px solid #9F9F9F;
	border-bottom:1px solid #9F9F9F;
	padding: 2rem 0;
	font-size: 1.2rem;
}

.nav-below .nav-list .nav-previous{
	padding-left:2rem;
	position:relative;
}

.nav-below .nav-list .nav-previous a::after{
	content:"";
	background-image:url(img/arrow-left-blue.svg);
	display: inline-block;
	background-size: cover;
	width: 6px;
	height:11px;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
}

.nav-below .nav-list .nav-next{
	padding-right:2rem;
	position:relative;
	text-align: right;
}

.nav-below .nav-list .nav-next a::after{
	content:"";
	background-image:url(img/arrow-right-blue.svg);
	display: inline-block;
	background-size: cover;
	width: 6px;
	height:11px;
	top: 50%;
	right: 6px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
}

/* お問い合わせ
--------------------------------*/
.page-bg-contact{
	background-image:url(img/sp/contact-title.jpg);
}

.contact-wrap{
	background-color:#fff;
	padding:4rem 2rem;
}

.contact-wrap .contact-catch{
	margin-bottom: 4rem;
}

.protection-recaptcha p {
	position: relative;
	font-size: 1.2rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: .05em;
	text-align:center;
	margin-top: 3rem;
}

.protection-recaptcha p a {
	position: relative;
	text-decoration: underline;
}

/* お問い合わせ(フォーム部分)
--------------------------------*/
.contactpage-form{
	width: 100%;
}

.contactpage-form .req::after{
	content: "必須";
	color: #FFF;
	font-size: 1.2rem;
	position: absolute;
	right: 25px;
	border-radius: 3px;
	width: 45px;
	text-align: center;
	background-color: #F42222;
	line-height: 1.8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.contactpage-form .any::after{
	content: "任意";
	color: #FFF;
	font-size: 1.2rem;
	position: absolute;
	right:25px;
	border-radius: 3px;
	width: 45px;
	text-align: center;
	background-color: #8f959f;
	line-height: 1.8;
}

.contactpage-form table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.contactpage-form table tr{
	display:block;
	padding: 2.5rem 0;
	border-bottom: 1px solid #C6C6C6;
}

.contactpage-form table tr:first-child{
	border-top: 1px solid #b4b4b4;
}

.contactpage-form table th{
	text-align: left;
	vertical-align: top;
	position: relative;
	background-clip: padding-box;
	font-weight: 500;
	display: block;
	letter-spacing: .1em;
	margin-bottom: 1rem;
}

.contactpage-form table td{
	width: 100%;
	display: block;
	font-size: 1.2rem;
	position: relative;
}

.contactpage-form input,
.contactpage-form textarea{
	padding: 1.5rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	border: none;
	background-color: #EFEFEF;
	font-size: 1.4rem;
	font-weight: 400;
	width: 100%;
	border-radius: 3px;
}

.contactpage-form select {
	padding: 1.5rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	border: none;
	width: 90%;
	background-color: #ededed;
	max-width: 600px;
	border-radius: 3px;
	font-size: 1.4rem;
	height: 50px;
}

.contactpage-form textarea {
	padding: 2.2rem;
}

.contactpage-form input[type="checkbox"]{
	border-radius:15px;
	padding: 0.8rem;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	box-shadow: 1px 1px 1px 0px rgba(196, 207, 214, .8) inset;
	border: 1px solid #d2dadf;
	font-size: 1.2rem;
	width: auto;
}

.contactpage-form input::placeholder,
.contactpage-form textarea::placeholder{
	color:#3D3D3D;
	font-size:1.4rem;
}

.contactpage-form input:hover,
.contactpage-form textarea:hover{
	box-shadow:inset 2px 2px 3px #CCCCCC;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

.contactpage-form input:focus,
.contactpage-form textarea:focus{
	background-color: #FFFFE1;
	box-shadow:inset 2px 2px 3px #CCCCCC;
	transition:0.5s;
	-webkit-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
}

.contactpage-form .checkbox-adjust span{
	width: 31%;
	margin-left: 0px !important;
}

.contact-privacy{
	border: 1px solid #C6C6C6;
	margin: 4rem auto;
	padding: 2.5rem 1.5rem;
	box-sizing: border-box;
	width: 100%;
}

.contact-privacy p{
	font-size: 1.2rem;
	font-weight: 400;
}

.contact-privacy .cp-title{
	font-weight: 500;
	margin-bottom: 2rem;
	display: block;
	font-size: 1.4rem;
}

.contact-privacy .privacy-check{
	text-align:center;
	margin-top: 3rem;
	line-height: 2;
}

.contact-privacy .checkbox{
	margin-top:3rem;
	text-align:center;
	font-weight: 500;
	letter-spacing: .1em;
}

.contact-privacy .privacy-check .mwform-checkbox-field-text{
	font-size: 1.4rem;
}

.mwform-checkbox-field input {
	margin-right: 5px;
	transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.contactpage-check .contact-privacy,
.contactpage-check .txt-sample,
.c-input-complete .contactpage-form-btn .back-btn{
	display:none;
}

.contactpage-check table tr{
	background-color:#efefef; 
	margin-bottom:1rem;
}

.contactpage-check table th{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contactpage-check table td{
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.contactpage-form-btn{
	text-align: center;
	margin: 4rem auto 0;
	width: 200px;
	position: relative;
	height: 50px;
}

.contactpage-form-btn input[type="submit"],
.contactpage-form-btn button[type="submit"]{
	width:200px;
	height:50px;
	position:relative;
	background-color: #235C9B;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .05em;
	border: 2px solid #235C9B;
	border-radius: 35px;
	line-height: 1.6;
	color: #fff;
	margin: 0 auto;
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Lato, Arial, "MS P Gothic", "MS Pゴシック", sans-serif;
}

.contactpage-form-btn img{
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 7px;
	height: 11px;
}

.contactpage-form-btn .home-button{
	margin:0 auto;
	border: none;
}

.contactpage-form-btn .back-btn{
	position:relative;
	width: 250px;
	height: 50px;
}

.contactpage-form-btn::before {
	content: "";
	position: absolute;
	background-image: url(img/arrow-right-white.svg);
	display: inline-block;
	background-size: cover;
	width: 6px;
	height: 11px;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}


/* お問い合わせ(送信完了)
--------------------------------*/
.c-complete .contact-wrap{
	padding:2rem 2rem 6rem;
}

.contact-complete .thanks{
	font-size:1.8rem;
	font-weight:500;
	margin-bottom: 2.5rem;
	text-align:center;
	letter-spacing: .05em;
}

.contact-complete .sec-wrap-m-t3{
	margin-top:3rem;
}

.contact-complete .home-btn{
	margin:6.5rem auto 0;
}

/* 採用情報
--------------------------------*/
.page-bg-recruit{
	background-image:url(img/sp/recruit-title.jpg);
}

.c-recruit{
	padding-top:5.5rem;
	padding-bottom:7rem;
}

.c-recruit .selection-flowlist{
	margin-bottom: 3rem;
}

.c-recruit .flowlist-item{
	width:100%;
	border:10px solid #EFEFEF;
	padding:2rem 1.5rem;
	margin-bottom: 3rem;
}

.c-recruit .flowlist-item:last-child{
	margin-bottom:0;
}

.c-recruit .flowlist-item .c-fl-column{
	align-items:center;
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
}

.c-recruit .flowlist-icon{
	position:relative;
	background-color:#EDF0FF;
	width:80px;
	height:80px;
	border-radius:50%;
}

.c-recruit .flowlist-item img {
	width:32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.c-recruit .flowlist-item:nth-child(2) img{
	width:40px;
}

.c-recruit .flowlist-step{
	position:relative;
	width: calc(100% - 105px);
}

.c-recruit .flowlist-step .number{
	font-size:1.6rem;
	color:#235C9B;
	position:relative;
	line-height: 1;
}

.c-recruit .flowlist-item:nth-child(-n+2) .flowlist-step .number::after{
	content:"";
	background-image:url(img/flow-step-arrow.svg);
	width:110px;
	height:8px;
	display: inline-block;
	background-size: cover;
	position: absolute;
	top: 3px;
	right: 15px;
}

.c-recruit .flowlist-step .flow-title{
	font-size:1.8rem;
	font-weight:500;
	letter-spacing: .1em;
}

.c-recruit p{
	font-size:1.4rem;
	line-height: 1.8;
}

.c-recruit .c-table-container{
	padding:2rem 1.5rem 4rem;
	border:10px solid #EFEFEF;
}

.c-jobdescription{
	background-color:#EFEFEF;
	padding:5.5rem 0 10.5rem;
}

.c-jobdescription .c-page-bg-white{
	margin-top: -2.5rem;
}

.c-jobdescription .c-page-bg-white p{
	font-size:1.8rem;
	font-weight:500;
	text-align:center;
}

.c-jobdescription .job-title{
	font-size:1.6rem;
	letter-spacing:.15em;
	color:#235C9B;
	border: 1px;
	border-bottom-style: solid;
	border-color: #235C9B;
	margin-bottom: 3rem;
	line-height: 1;
	padding-bottom: 1.5rem;
}

.c-jobdescription .recruitment-headline{
	width:320px;
	height:50px;
	background-color:#235C9B;
	border-radius:50px;
	margin:0 auto;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: 48px;
	letter-spacing: .1em;
	position: relative;
}

.c-jobdescription .recruitment-headline::before,
.c-jobdescription .recruitment-headline::after{
	content:"";
	width:8px;
	height:8px;
	background-color:#fff;
	border-radius:50%;
	position:absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
}

.c-jobdescription .recruitment-headline::before{
	left:25px;
}

.c-jobdescription .recruitment-headline::after{
	right:20px;
}

.c-jobdescription .c-table-container tr:nth-of-type(1) th,
.c-jobdescription .c-table-container tr:nth-of-type(1) td{
	border-top-style: solid;
}

.c-jobdescription .home-btn{
	margin:6rem auto 0;
}

/* 応募フォーム
--------------------------------*/
.page-bg-entryform{
	background-image:url(img/sp/recruit-title.jpg);
}

/* 応募フォーム(フォーム部分)
--------------------------------*/
.contactpage-form .select-birthday select{
	width: 75px;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
}

.contactpage-form .address{
	margin-top:2rem;
}

.contactpage-form .fill-in{
	font-size:1.4rem;
	letter-spacing:.05em;
	margin-top:1.5rem;
	margin-bottom:1rem;
}

.contactpage-form .birth p{
	font-size:1.4rem;
}

.contactpage-form .birth input{
	width: 25%;
	margin-right: 5px;
	margin-left: 5px;
}

.contactpage-form .postcode input{
	width: 20%;
	margin-right: 5px;
	margin-left: 5px;
}

/* 404Error
--------------------------------*/
.error-wrap{
	background-color:#fff;
	padding:4.5rem 2.5rem;
}

.error404 h2{
	font-size:1.6rem;
	letter-spacing:.05em;
	text-align:center;
	margin-bottom:2.5rem;
	font-weight: 500;
	line-height: 1.8;
}

.error404 .home-btn{
	margin:4.5rem auto 0;
}

