/*
Theme Name:ranatheme2026_Connect
Theme URL:https://connect-official.com/
Description:株式会社ラーナ
Author: Rana
Version: 1.0

*/

/* base
--------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font-size:62.5%;
}

@media screen and (max-width: 1140px){
	.header-container {
	padding: 0 25px !important;
	}
	.home-about {
	padding-top: 5% !important;
	}
	.home-recruit .sec-bg-square {
	padding: 40rem 0 17rem 10rem !important;
	}
	.gnav .main-nav-list {
	width: 100% !important;
	}
	.header-container .header-contact {
	position: fixed !important;
	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;
	}
	.header-container .header-contact a{
	flex:1;
	width:auto !important;
	position:static !important;
	height:80px;
	justify-content:center;
	padding:1rem;
	max-width: none !important;
	}
	.header-container .contact-btn{ 
	order:1; 
	}
	.header-container .head-tel{
	order:2; 
	}
	/* absolute解除*/
	.header-container .line-btn{
	background:#02bb04!important;
	order:3;
	flex-direction: column;
	}
	.header-container .line-btn .line-icon{
	width: 33px !important;
	margin: 0 !important;
	}
	.header-container .line-btn .line-catch-pc{
	font-size: 2rem;
	padding-top:1rem;
	line-height: 1;
  	}
	.header-container .head-tel > p{
	font-size: 1.4rem!important;
	}
	#mainvisual img {
	height: calc(100vh - 190px)!important;
	}
	footer {
	margin-bottom: 10rem !important;
	}
	.c-object-box{
	margin-bottom:0;
	display: flex;
	flex-wrap: wrap;
	}
	.c-object-txt{
	width: 88%;
	z-index: 300;
	margin-top: -3rem;
	position: relative;
	}
	.txt-l{
	order: 2;
	}
	.txt-r{
	margin-left: auto;
	}
	.c-object-image{
	width: 88%;
	}
	.image-r{
	margin-left:auto;
	order: 1;
	}
	.c-recruit .flowlist-item:nth-child(-n+2) .flowlist-step .number::after {
	content:none!important;
	}
}

@media screen and (max-width: 1280px) {
	html {
		font-size: 50%;
	}
}

@media screen and (max-width: 1550px) {
	.header-container .logo {
	width: 210px !important;
	height: auto;
	}
	.gnav .main-nav-list > .main-nav-item > .main-nav-link {
	padding: 0 1.5rem !important;
	}
}

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.6rem;
	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;
	opacity: 0.7;
}

img {
	image-rendering: -webkit-optimize-contrast;
}

p{
	padding:0;
	margin: 0;
	font-size: 1.6rem;
	letter-spacing: .05em;
}

h1{
	margin:0;
	padding:0;
	font-size: 1rem;
	font-weight: 400;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.breadcrumbs{
	font-size: 1.4rem;
	color:#595757;
	margin: auto;
	height: 24px;
	display: flex;
	align-items: center;
}

.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 1rem;
}

.breadcrumbs span:first-child{
	padding: 0 1rem 0 0;
}

.breadcrumbs span:first-child a{
	color:#3D3D3D;
}

.breadcrumbs .now-page{
	color: #3D3D3D;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	font-size: 1.6rem;
	margin-top: 6.5rem;
}

.wp-pagenavi a,
.wp-pagenavi .current{
	text-decoration: none;
	display: inline-block;
	margin: 0 10px;
	background-color: #3D3D3D;
	border-radius: 50%;
	border: none;
}

.wp-pagenavi page larger{
	border: 1px solid #DFDFDF;
}

.wp-pagenavi span,
.wp-pagenavi a{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-weight: 500;
	color: #fff;
}

.wp-pagenavi .current{
	background-color: #235C9B;
	color: #FFF;
	border: none;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{
	position:relative;
}

.wp-pagenavi .first,
.wp-pagenavi .last{
	border: 1px solid #494949;
	width: 60px;
	border-radius: 5px;
}

.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: 66px;
	right: 0;
	z-index: 900;
	width: 60px;
	height: 60px;
	background-color: #BEAA61;
}

#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: 1.8rem;
}

#page-top{
	display: block;
	position: fixed;
	bottom: 70px;
	right: 75px;
	z-index: 900;
	width: 60px;
	height: 60px;
}

#page-top img{
	width:100%;
	height:auto;
}

/* header
--------------------------------*/
header{
	position: fixed;
	z-index: 800;
	height: 85px;
	width: 100%;
	top: 0;
}

.header-container{
	height:85px;
	position:relative;
	background-color:#FFF;
	box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	transition: .3s;
	justify-content: space-between;
	z-index: 400;
	padding: 0 170px 0 25px;
}

.header-container .head-desc{
	font-size: 1rem;
	line-height: 1;
	font-weight: 500;
	position: absolute;
	top: 0.5rem;
}

.header-container .logo{
	display:block;
	max-width: 300px;
	width: 30%;
}

.header-container .logo .head-logo{
	display:block;
	width:100%;
	height: 85px;
	line-height: 0;
	padding-top: 2rem;
	padding-bottom: 0.5rem;
}

.header-container .logo .head-logo img{
	width:auto;
	height:100%;
}

.header-contact{
	/*! display:flex; */
	/*! position: absolute; */
	right: 0;
	line-height: 0;
}

.head-contact img{
	width:35px;
	height:auto;
}

.head-contact .title{
	width:100%;
	font-size:1.6rem;
	font-weight:500;
	color:#FFF;
	letter-spacing: .05em;
}

.header-container .head-tel{
	text-align:center;
	max-width: 290px;
	height: 85px;
	padding:1rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: space-between;
}

.header-container .head-tel > p{
	font-size:1.2rem;
	font-weight:500;
	letter-spacing: .05em;
	line-height: 1;
}

.header-container .head-tel .tel-catch-sp{
	display:none;
}

.header-container .head-tel .tel-icon{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.header-container .head-tel .tel-icon img{
	width:21px;
	height:auto;
	display: block;
}

.header-container .head-tel .tel-icon .tel-number{
	font-size:3rem;
	line-height: 1;
	margin-left: 5px;
	color: #235C9B;
}

.header-container .contact-btn{
	background-color:#235C9B;
	width:170px;
	height:85px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
}

.header-container .contact-btn .contact-icon{
	width:33px;
	height:25px;
}

.header-container .header-contact a img{
	width:100%;
	height:auto;
}

.header-container .contact-btn .contact-catch{
	font-size:2rem;
	color:#fff;
	text-align:center;
	padding-top: 1.5rem;
	line-height: 1;
	letter-spacing: .05em;
}

.header-container .line-btn{
	position:absolute;
	right:0;
	width:235px;
	height:30px;
	background-color: #02bb04;
	font-weight: 500;
	color: #FFF;
	display: flex;
	align-items: center;
	padding: 0 15px;
	top: 85px;
}

.header-container .line-btn .line-icon{
	width:20px;
	margin-right: 7px;
}

.header-container .line-btn .line-catch-sp{
	display:none;
}


/* navi
--------------------------------*/
.gnav{
	/*! width: 55%; */
	margin-left: auto;
	margin-right: 3rem;
}

.gnav nav{
	margin: 0;
}

.gnav .main-nav-list{
	display:flex;
	width: 100%;
}

.gnav .main-nav-list > .main-nav-item{
	display: inline-block;
	flex: 1 1 auto;
	height:85px;
}

.gnav .main-nav-list > .main-nav-item > .main-nav-link{
	height: 85px;
	line-height: 85px;
	display: block;
	text-align: center;
	letter-spacing: .1em;
	position: relative;
	padding: 0 3rem;
}

.gnav .main-nav-list > .main-nav-item > .main-nav-link::after{
	content: "";
	border-width: 1px;
	border-style: solid;
	border-color:#9F9F9F;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.gnav .main-nav-list > .main-nav-item:last-child > .main-nav-link::after{
	content:none;
}

/* footer
--------------------------------*/
footer{
	background-color:#3D3D3D;
	padding:7rem 0 1.5rem;
}

.footer-container{
	flex-wrap:wrap;
	margin-bottom: 9.5rem;
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.footer-info{
	max-width:300px;
	width: 30%;
}

.footer-info > .footer-logo{
	width:260px;
	height:auto;
	display: block;
	margin-bottom: 2rem;
	line-height: 0;
}

.footer-info > .footer-logo > img{
	width:100%;
	height:auto;
}

.footer-info > .footer-address{
	font-size:1.6rem;
	color:#fff;
	margin-bottom: 2.5rem;
}

.footer-info > .footer-tel{
	font-size:3rem;
	color:#fff;
	line-height: 1;
}

.footer-info > .footer-tel span{
	font-size:1.8rem;
}

.footer-nav{
	width:60%;
	max-width: 710px;
}

.footer-nav > .footer-nav-list{
	display:flex;
	flex-wrap:wrap;
}

.footer-nav > .footer-nav-list > .footer-nav-item{
	width: calc(100% / 4);
	margin-bottom: 5.5rem;
}

.footer-nav > .footer-nav-list > .footer-nav-item:last-child{
	width:25%;
}

.footer-nav > .footer-nav-list > .footer-nav-item > .footer-nav-link{
	display:block;
	color:#fff;
	font-size:1.6rem;
	font-weight:500;
	letter-spacing: .05em;
}

.footer-copyright p{
	font-size:1.2rem;
	color:#fff;
	text-align:center;
}

/* home
--------------------------------*/
#mainvisual{
	position: relative;
	height: calc(100vh - 85px);
	width: 100%;
	margin-top: 85px;
	padding-left: 130px;
	overflow: hidden;
}

#mainvisual img{
	position: relative;
	z-index: 300;
	border-bottom-left-radius: 30px;
	width: 100%;
	object-fit: cover;
	height: calc(100vh - 110px);
}

#mainvisual .home-fv-container{
	position:absolute;
	bottom: 25%;
	left: 160px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 300;
}

#mainvisual .home-fv-container .home-fv-catch{
	font-size:5.5rem;
	font-weight:500;
	color:#fff;
	letter-spacing: .05em;
	line-height: 1;
	width: 610px;
	margin-bottom: 4rem;
}

#mainvisual .home-fv-container .home-fv-txt{
	font-size:2.6rem;
	font-weight:500;
	color:#fff;
	line-height: 1.4;
	box-sizing:border-box;
	letter-spacing: .05em;
}

/* スクロールダウンの位置 */
.home-scroll-down{
	position:absolute;
	height: 157px;
	bottom: 0;
	left: 60px;
}

/* 線のアニメーション部分 */
.home-scroll-down::before {
	content: "";
	width: 1px;
	height: 156px;
	background: #262626;
	position: absolute;
	top: 0;
	left: 0;
	-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.6rem;
	color: #3D3D3D;
	height: 165px;
	padding-left:1rem;
	line-height: 1;
	letter-spacing: .1em;
}

.home-about{
	padding:13rem 0 15rem;
}

.home-about .home-title{
	margin-bottom:9rem;
}

.about-container{
	position: relative;
	max-width: 1710px;
	margin-left: auto;
}

.about-txt-l{
	max-width: 810px;
	width: 60%;
	background-color: #FFF;
	padding: 6.5rem 8.5rem 5rem 13.5rem;
	z-index: 300;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	border-radius: 0 35px 35px 0;
}

.about-image-r{
	max-width: 1110px;
	line-height: 0;
	width: 60%;
	margin-left:auto;
}

.about-image-r img{
	width:100%;
	height:auto;
	border-radius: 35px 0 0 35px;
}

.home-about .home-btn{
	margin-top: 4rem; 
}

.home-business{
	position:relative;
	padding-bottom: 15.5rem;
}

.home-business .home-business-list{
	display:flex;
	justify-content:space-between;
}

.home-business .home-business-list .business-list-item{
	width:30%;
	display: flex;
	flex-direction: column;
	position: relative;
}

.home-business .home-business-list .business-list-item .business-image{
	width:100%;
	line-height:0;
	margin-bottom:3rem;
}

.home-business .home-business-list .business-list-item .business-image img{
	width:100%;
	height:auto;
	border-radius: 35px;
}

.home-business .business-list-title{
	text-align:center;
	letter-spacing: .05em;
	margin-bottom: 3rem;
}

.home-business .business-headline{
	font-size:2.5rem;
	line-height: 1.4;
	font-weight: 500;
}

.home-business .business-list-item:last-child .business-headline{
	text-align:left;
}

.home-business .business-headline .ft-xs{
	font-size:1.8rem;
	display: block;
}

.home-business .business-subline{
	font-size:1.4rem;
	color:#3D3D3D;
	display:block;
	margin-top: 5px;
}

.home-business .home-btn{
	text-align: center;
	position: static;
	transform: none;
	margin: auto auto 0;
	padding-top: 4rem;
}

.home-recruit{
	padding:13.5rem 0 20.5rem;
}

.home-recruit .home-recruit-container{
	position:relative;
	display:flex;
	justify-content: space-between;
}

.home-recruit .sec-bg-square{
	max-width:1040px;
	width: 85%;
	padding:22rem 0 17rem 10rem;
	background-color:#EFEFEF;
	margin-top: 6.5rem;
	position: relative;
	max-height: 530px;
	margin-left: 8rem;
}

.home-recruit .sec-bg-square .home-btn-list{
	width:260px;
}

.home-recruit .home-title{
	position:absolute;
	left:0;
	top:140px;
	z-index: 100;
}

.home-recruit .home-recruit-container .business-image{
	max-width:640px;
	margin-left:auto;
	position:absolute;
	top:0;
	right:0;
	width: 60%;
}

.home-recruit .home-recruit-container .business-image img{
	width:100%;
	height:auto;
	border-radius:35px;
}

.home-blog{
	background-color: #EFEFEF;
	padding-bottom: 14.5rem;
	padding-top: 12.5rem;
}

.home-blog ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.home-blog ul li{
	position:relative;
	width: 30%;
}

.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.6rem;
	font-weight: 500;
	margin-top: 1rem;
	padding: 1rem 2rem 3rem;
}

.home-blog .home-btn{
	margin-left:auto;
	margin-top: 8rem;
}

.home-news{
	padding-bottom:14.5rem;
	padding-top: 12.5rem;
}

.home-news .c-fl-column{
	align-items:center;
}

.home-news .home-news-title{
	width:250px;
}

.home-news .home-news-title .home-title{
	margin-bottom:6.5rem;
}

.home-news-list{
	width:calc(100% - 400px);
}

.news-list-item > article > .news-list-link{
	display:flex;
	align-items: center;
	padding:3.5rem 3rem 3.5rem 0;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #9F9F9F;
	position:relative;
}

.news-list-item > article > .news-list-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;
}

.news-list-item > article > .news-list-link > .news-date{
	font-size: 1.4rem;
	letter-spacing: .05em;
}

.news-list-item > article > .news-list-link > .news-cat{
	font-size: 1.4rem;
	color: #fff;
	background-color: #235C9B;
	border-radius: 30px;
	text-align: center;
	margin: 0 2rem 0 3rem;
	min-width: 120px;
	height: 24px;
	line-height: 24px;
}

.news-list-item > article > a > .news-headline{
	font-size:1.4rem;
	font-weight: 400;
	display: block;
	width: 100%;
}

.home-contact{
	position:relative;
	padding-bottom:12rem;
}

.home-contact-banner{
	width:100%;
	height:410px;
	display:flex;
	justify-content:space-between;
	background-color:#235C9B;
	padding:11rem 9rem 8rem;
	border-radius: 15px;
	position: relative;
	align-items: center;
}

.home-contact-banner .home-contact-txt{
	width:35%;
}

.home-contact-banner .home-contact-txt p{
	font-size:1.4rem;
	letter-spacing:.05em;
}

.home-contact-banner .home-contact-title{
	line-height: 1.4;
	margin-bottom: 5rem;
}

.home-contact-banner .home-contact-title .sub-title{
	font-size:6.4rem;
	color:#fff;
	letter-spacing: .05em;
}

.home-contact-banner .home-contact-title .head-title{
	font-size:1.8rem;
	color:#fff;
	font-weight:500;
	letter-spacing: .05em;
}

.home-contact-banner .home-contact-btn{
	max-width:370px;
	width:40%;
	background-color:#fff;
	height: 90px;
	padding: 2.5rem 0;
}

.home-contact-banner .contact-btn-link{
	font-size:1.8rem;
	font-weight:700;
	color:#235C9B;
	text-align:center;
	position:relative;
	line-height: 40px;
}

.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/company-title.jpg);
}

.c-message{
	padding:10rem 0 18rem;
}

.c-message .message-container{
	position:relative;
}

.c-message .home-title{
	margin-bottom:7rem;
}

.c-message .message-container .president-image{
	width:15%;
	position:absolute;
	right:10px;
	top:0;
	z-index: 100;
	line-height: 1;
	max-width: 170px;
}

.c-message .message-container .president-image img{
	width:100%;
	height:auto;
}

.c-message .message-txt{
	border: 10px solid #EFEFEF;
	padding:6.5rem 8rem;
	position:relative;
}

.c-message .message-txt .president-name{
	font-size:2.3rem;
	letter-spacing:.1em;
	margin-top: 4rem;
	text-align: right;
}

.c-message .message-txt .president-name span{
	font-size:1.6rem;
	margin-right: 1rem;
}

.c-history{
	padding:12rem 0 13rem;
	background-color: #EFEFEF;
}

.c-history .home-title{
	margin-bottom:6rem;
}

.c-history .history-container{
	background-color:#fff;
	padding:7.5rem 4.5rem;
	border-radius:45px;
}

.c-history .timeline {
	padding-left: 4rem;
	position: relative;
}

.c-history .timeline::after{
	background-color: #235C9B;
	content: "";
	width: 2px;
	position: absolute;
	top: 20px;
	left: 80px;
	z-index: 10;
	height: calc(100% - 35px);
}

.c-history .timeline .event{
	position:relative;
}

.c-history .timeline .august::after{
	content: "";
	width:3px;
	height:85px;
	background-image: url(img/line-dot.svg);
	display: block;
	background-size: cover;
	position:absolute;
	bottom:-75px;
	left: 40px;
	z-index: 1;
}

.c-history .timeline .year-number{
	font-size:3.5rem;
	z-index: 300;
	position: relative;
	margin-bottom: 2rem;
	background-color: #fff;
	letter-spacing: 0;
	width: 25%;
}

.c-history .timeline .year-number::before{
	content:"";
	background-image: url(img/history-line.svg);
	width:30px;
	height:6px;
	display: block;
	position:absolute;
	top:30px;
	left: -40px;
}

.c-history .timeline .event {
	margin-bottom: 10rem;
}

.c-history .timeline .november{
	margin-bottom: 7rem;
}

.c-history .timeline .january{
	margin-bottom: 21rem;
}

.c-history .event-column{
	display: flex;
	align-items: baseline;
	margin-left: 8rem;
	position: relative;
	padding-right: 20rem;
}

.c-history .timeline .event-column .month{
	font-size:2rem;
	font-weight:500;
	margin-right: 2.5rem;
}

.c-history .timeline .event-column p{
	font-size:1.8rem;
	font-weight:500;
}

.c-history .timeline .line-dot::after {
	content: "";
	width: 3px;
	height: 85px;
	background-image: url(img/line-dot.svg);
	display: block;
	background-size: cover;
	position: absolute;
	bottom: -75px;
	left: 40px;
	z-index: 1;
}

.c-history .event-column .history-image{
	max-width:150px;
	position:absolute;
	right:30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	line-height: 1;
	width: 16%;
}

.c-history .event-column .history-image img{
	width:100%;
	height:auto;
}

.c-about{
	padding:18rem 0 20rem;
}

.c-company-bg{
	background-color:#EFEFEF;
}

.c-company{
	padding:13rem 0 17rem;
}

.c-company .c-table-container{
	background-color:#fff;
	padding:6rem 10rem 14rem;
}

.bg-access{
	background-color:#235C9B;
}

.c-access .access-txt{
	width:50%;
	padding:15rem 0;
	max-height: 660px;
}

.c-access .access-inner{
	max-width:470px;
	width:70%;
	margin: 0 auto;
}

.c-access .address-fl-column{
	align-items:center;
}

.c-access .access-txt .address{
	font-size:1.8rem;
	font-weight:500;
}

.c-access .access-txt .access-tel{
	margin-top:5.5rem;
	line-height: 1;
}

.c-access .ggmapbtn{
	width:200px;
	height:50px;
}

.c-access .ggmapbtn .ggmapbtn-link{
	width:200px;
	letter-spacing: .05em;
	font-size: 1.6rem;
}

.c-access .ggmapbtn .ggmapbtn-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;
}

.c-access .access-txt .access-tel .tel-number{
	font-size:4rem;
	margin-left: 5px;
}

.c-access .access-ggmap{
	width:50%;
	height:auto;
	line-height: 1;
}

.c-access .access-ggmap .access-map{
	width:100%;
	height:650px;
}

/* プライバシーポリシー
--------------------------------*/
.page-bg-privacypolicy{
	background-image:url(img/privacypolicy-title.jpg);
}

.c-privacypolicy-bg{
	background-color:#fff;
	padding:7.5rem 9.5rem 11.5rem;
	max-width:1200px;
	width:90%;
	margin:0 auto;
}

.c-privacypolicy .privacy-catch{
	font-size:1.8rem;
}

.c-privacypolicy h2{
	font-size:2rem;
	font-weight:500;
	line-height:1;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #9F9F9F;
	padding-bottom:1rem;
	letter-spacing: .05em;
	margin-bottom: 2.5rem;
	margin-top: 5rem;
}

.c-privacypolicy h2::before {
	content: counter(number)".";
	margin-right: .5rem;
	counter-increment: number 1;
}

.c-privacypolicy ul{
	padding-left:3.5rem;
}

.c-privacypolicy ul li{
	font-size:1.6rem;
	letter-spacing: .05em;
}

.c-privacypolicy .disc-mark li{
	list-style-type: disc;
}

.c-privacypolicy .inquiry{
	border-bottom: 1px solid #3D3D3D;
}

/* 事業内容
--------------------------------*/
.page-bg-business{
	background-image:url(img/business-title.jpg);
}

.c-business .business-catch{
	font-size:3.2rem;
	text-align:center;
	font-weight:500;
	margin-bottom:8rem;
}

.c-business .business-txt{
	background-color:#fff;
	padding:6rem 8.5rem;
}

.c-business .business-container{
	padding:24rem 0 17rem;
}

.c-business .c-business-title{
	position:relative;
	line-height: 1.2;
	padding-left: 7.5rem;
	margin-bottom: 3rem;
	letter-spacing: .15em;
}

.c-business .c-business-title::after{
	counter-increment: number 1;
	content: "0" counter(number);  
	font-size:4.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:2.8rem;
	font-weight:500;
	color:#235C9B;
	margin-bottom: 5px;
}

.c-business .c-business-headline .ft-xs {
	font-size: 1.8rem;
}

.c-business .c-business-subline{
	font-size:1.4rem;
}

/* よくある質問
--------------------------------*/
.page-bg-faq{
	background-image:url(img/q&a-title.jpg);
}

.c-faq .home-title{
	text-align: center;
}

.c-faq .faq-catch{
	font-size:1.8rem;
	font-weight:500;
	text-align:center;
	margin-bottom: 12rem;
	position: relative;
}

.c-faq .faq-catch::after{
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	box-sizing: border-box;
	border-radius: 2em;
	content: "";
	height: 2px;
	width: 60px;
	background: #3D3D3D;
}

/* お知らせ記事一覧(news-archives)
--------------------------------*/
.page-bg-news{
	background-image: url(img/news-title.jpg);
}

.news-wrap{
	padding:10rem 0 11rem;
}

.news-wrap .c-news-list .news-blank{
	width:100%;
	border:1px solid #9F9F9F;
	text-align:center;
	padding:5rem 0;
}

/* 採用担当ブログ記事一覧(blog-archives)
--------------------------------*/
.page-bg-blog{
	background-image: url(img/blog-title.jpg);
}

.blog-archive{
	padding:10rem 0 11rem;
	background-color:#EFEFEF;
}

.blog-archive ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.blog-archive ul li{
	position:relative;
	width: 30%;
	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.6rem;
	font-weight: 500;
	margin-top: 1rem;
	padding: 1rem 2rem 3rem;
}

.blog-archive .blog-blank{
	width:100%;
	border:1px solid #9F9F9F;
	text-align:center;
	padding:5rem 0;
}

/* 個別記事ページ(single)
--------------------------------*/
.news-single{
	padding:13rem 0 15rem;
	background-color:#EFEFEF;
}

.post-single-container{
	background-color: #FFF;
	padding: 10rem 4.5rem;
}

.post-single-container > h2{
	padding-bottom:4rem;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #9F9F9F;
	margin-bottom:5rem;
	font-weight: 500;
}

.nav-below{
	width:100%;
	margin-top:5rem;
}

.nav-below .works-list-btn{
	padding:4rem 0;
	text-align:center;
	border-top:1px solid #C6C6C6;
	display: block;
	letter-spacing: .05em;
}

.nav-below .nav-list{
	display:flex;
	justify-content:space-between;
	border-top:1px solid #C6C6C6;
	border-bottom:1px solid #C6C6C6;
	padding: 4rem 0;
}

.nav-below .nav-list .nav-previous{
	padding-left:5rem;
	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: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
}

.nav-below .nav-list .nav-next{
	padding-right:4.5rem;
	position:relative;
}

.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: 25px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	position: absolute;
}

/* お問い合わせ
--------------------------------*/
.page-bg-contact{
	background-image:url(img/contact-title.jpg);
}

.contact-wrap{
	background-color:#fff;
	padding:8rem 5rem;
}

.contact-wrap .contact-catch{
	text-align:center;
	font-weight:400;
	margin-bottom: 6rem;
}

.protection-recaptcha p {
	position: relative;
	font-size: 1.4rem;
	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;
}


/* お問い合わせ(フォーム部分)
--------------------------------*/
.contact-container{
	padding:0 4.5rem;
}

.contactpage-form{
	width: 100%;
}

.contactpage-form .req::after{
	content: "必須";
	color: #FFF;
	font-size: 1.4rem;
	position: absolute;
	right: 45px;
	border-radius: 3px;
	width: 50px;
	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.4rem;
	position: absolute;
	right:4.5rem;
	border-radius: 3px;
	width: 50px;
	text-align: center;
	background-color: #8f959f;
	line-height: 1.8;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.contactpage-form table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.contactpage-form table tr{
	display:flex;
	justify-content: space-between;
	padding: 3.5rem 0;
	border-bottom: 1px solid #C6C6C6;
	align-items: center;
}

.contactpage-form table tr:first-child{
	border-top: 1px solid #b4b4b4;
}

.contactpage-form table th{
	text-align: left;
	vertical-align: top;
	position: relative;
	font-size: 1.6rem;
	background-clip: padding-box;
	width: calc(100% - 680px);
	font-weight: 500;
	display: block;
	letter-spacing: .1em;
}

.contactpage-form table td{
	width: 810px;
	display: block;
	font-size: 1.6rem;
	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.6rem;
	font-weight: 400;
	width: 90%;
	max-width: 670px;
	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;
}

.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.6rem;
	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;
	max-width: 1000px;
	margin: 8rem auto 5rem;
	padding: 3.5rem;
	box-sizing: border-box;
	width: 80%;
}

.contact-privacy p{
	font-size: 1.4rem;
	font-weight: 400;
}

.contact-privacy .cp-title{
	font-weight: 500;
	margin-bottom: 2rem;
	display: block;
	font-size: 1.8rem;
}

.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.6rem;
}

.mwform-checkbox-field input {
	margin-right: 10px;
	transform: scale(1.4);
	-moz-transform: scale(1.4);
	-webkit-transform: scale(1.4);
}

.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: 6rem auto 0;
	display: flex;
	justify-content: space-between;
	max-width: 250px;
	width: 35%;
	position: relative;
	height: 50px;
}

.contactpage-form-btn:hover {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	opacity: 0.7;
}

.contactpage-form-btn input[type="submit"],
.contactpage-form-btn button[type="submit"]{
	width:250px;
	height:50px;
	position:relative;
	background-color: #235C9B;
	font-size: 1.6rem;
	font-weight: 500;
	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;
	letter-spacing: .1em;
}

.contactpage-form-btn .home-button{
	margin:0 auto;
	border: none;
	position:relative;
}

.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:10rem 6.5rem;
}

.contact-complete .thanks{
	font-size:3rem;
	font-weight:500;
	margin-bottom: 4rem;
	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/recruit-title.jpg);
}

.c-recruit{
	padding-top:12.5rem;
	padding-bottom:14.5rem;
}

.c-recruit .home-title{
	margin-bottom:7.5rem;
}

.c-recruit .selection-flowlist{
	display:flex;
	justify-content:space-between;
	margin-bottom: 6.5rem;
}

.c-recruit .flowlist-item{
	width:30%;
	border:10px solid #EFEFEF;
	padding:2.5rem 1.5rem;
}

.c-recruit .flowlist-item .c-fl-column{
	align-items:center;
	margin-bottom: 2rem;
}

.c-recruit .flowlist-icon{
	position:relative;
	background-color:#EDF0FF;
	width:100px;
	height:100px;
	border-radius:50%;
}

.c-recruit .flowlist-item img {
	width:40px;
	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:50px;
}

.c-recruit .flowlist-step{
	position:relative;
	width: calc(100% - 115px);
	line-height: 1.5;
}

.c-recruit .flowlist-step .number{
	font-size:2rem;
	color:#235C9B;
	position:relative;
}

.c-recruit .flowlist-item:nth-child(-n+2) .flowlist-step .number::after{
	content:"";
	background-image:url(img/flow-step-arrow.svg);
	width:95px;
	height:6px;
	display: inline-block;
	background-size: cover;
	position: absolute;
	top: 10px;
	right: 0;
}

.c-recruit .flowlist-step .flow-title{
	font-size:1.8rem;
	font-weight:500;
}

.c-recruit .c-table-container{
	padding:5rem 8rem 8rem;
	border:10px solid #EFEFEF;
}

.c-jobdescription{
	background-color:#EFEFEF;
	padding:14rem 0 16rem;
}

.c-jobdescription .home-title{
	margin-bottom:8rem;
}

.c-jobdescription .c-page-bg-white{
	margin-top: -3rem;
}

.c-jobdescription .c-page-bg-white p{
	font-size:1.8rem;
	font-weight:500;
	text-align:center;
}

.c-jobdescription .job-title{
	font-size:2.8rem;
	letter-spacing:.15em;
	color:#235C9B;
	border: 1px;
	border-bottom-style: solid;
	border-color: #235C9B;
	margin-bottom: 6rem;
	line-height: 1;
	padding-bottom: 1.5rem;
}

.c-jobdescription .recruitment-headline{
	max-width:700px;
	width:70%;
	height:70px;
	background-color:#235C9B;
	border-radius:50px;
	margin:0 auto;
	font-size: 2.2rem;
	color: #fff;
	text-align: center;
	font-weight: 500;
	line-height: 65px;
	letter-spacing: .1em;
	position: relative;
}

.c-jobdescription .recruitment-headline::before,
.c-jobdescription .recruitment-headline::after{
	content:"";
	width:12px;
	height:12px;
	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:40px;
}

.c-jobdescription .recruitment-headline::after{
	right:40px;
}

.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:8rem auto 0;
}

/* 応募フォーム
--------------------------------*/
.page-bg-entryform{
	background-image:url(img/recruit-title.jpg);
}

/* 応募フォーム(フォーム部分)
--------------------------------*/
.contactpage-form .select-birthday select{
	width: 100px;
	margin-right: 1rem;
	margin-left: 1rem;
}

.contactpage-form .address{
	margin-top:2rem;
}

.contactpage-form .postcode{
	font-size:1.4rem;
}

.contactpage-form .birth p{
	font-size:1.4rem;
}

.contactpage-form .birth input{
	width: 15%;
	margin-right: 5px;
	margin-left: 5px;
}

.contactpage-form .postcode input{
	width: 10%;
	margin-right: 5px;
	margin-left: 5px;
}

/* 404Error
--------------------------------*/
.error-wrap{
	background-color:#fff;
	padding:8rem 5rem;
}

.error404 h2{
	font-size:3rem;
	letter-spacing:.05em;
	text-align:center;
	margin-bottom:4.5rem;
	font-weight: 500;
}

.error404 .home-btn{
	margin:6.5rem auto 0;
}


