@charset "utf-8";

/* common.css
----------------------------------------- */
html {
	font-size: 62.5%;
}
html,body {
	width: 100%;
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	color: #2a2a2a;
	line-height: 1.8;
	letter-spacing: 0.1em;
	text-align: left;
	font-weight: 500;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: #2a2a2a;
	text-decoration: none;
}
a:hover {
	color: #2a2a2a;
	text-decoration: none;
}
a:focus {
	outline: none;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
input:focus, 
select:focus, 
textarea:focus {
	outline: none;
}
img {
	width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
}

/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -35px;
	margin-left: -35px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	padding: 5px 30px 0;
}
.breadcrumbs-list {
	text-align: left;
}
.breadcrumbs-list li {
	display: inline-block;
	font-size: 1.0rem;
	line-height: 1.4;
}
.breadcrumbs-list a {
	display: inline-block;
	position: relative;
	margin-right: 14px;
	padding-right: 25px;
}
.breadcrumbs-list a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	width: 13px;
	height: 5px;
	background: url(../images/icon-arrow-bread.svg) 0 0 no-repeat;
	background-size: 13px 5px;
}

/* page-nation */
.page-nation {
	text-align: center;
}
.page-nation a,
.page-nation .current {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	display: inline-block;
	padding: 5px 13px;

	background-color: #ee791c;
	border: 2px solid #ee791c;
	border-radius: 5px;
	text-align: center;

	font-size: 1.6rem;
	margin: 0 2px 8px;
	color: #fff;
}
.page-nation .current {
	background-color: #fff;
	border: 2px solid #ee791c;
	color: #2a2a2a;
}

/* under-page-link */
.under-page-link {
	display: flex;
	margin-bottom: 45px;
	padding: 0 15px;
}
.under-page-link a {
	display: block;
	width: 33%;
	margin-right: 0.5%;
	padding: 10px 0;
	background-color: #ee791c;
	border: 2px solid #ee791c;
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
}
.under-page-link a:last-child {
	margin-right: 0;
}
.under-page-link a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.under-page-link a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* btn */
.arrow-link-text {
	display: inline-block;
	position: relative;
	padding-left: 57px;
	font-size: 1.3rem;
}
.arrow-link-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 7px;
	margin-top: -4px;
	background: url(../images/icon-arrow.svg) 0 0 no-repeat;
	background-size: 35px 7px;
	transition: all .3s;
}
.link-btn-std {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #ee791c;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.link-btn-std:hover {
	color: #fff;
}
.archives-back-btn {
	display: inline-block;
	padding: 15px 50px;
	background-color: #ee791c;
	border-radius: 5px;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	transition: all .2s;
}
.archives-back-btn:hover {
	color: #fff;
}

/* header
----------------------------------------- */
#header {
	min-height: 77px;
}
#top #header {
	min-height: 165px;
}
.header-logo {
	width: 65%;
	max-width: 240px;
	margin: 20px 0 0 22px;
}
.header-contact-btn {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 100px;
	right: 0;
	width: 39px;
	padding: 18px 0 16px 11px;
	background-color: #ee791c;
	color: #fff;
	font-size: 1.2rem;
	z-index: 1000;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .3s;
	cursor: pointer;
}
#top .header-contact-btn {
	position: absolute;
	top: 130px;
	right: 0;
}
.header-contact-btn:hover {
	color: #fff;
}
.header-contact-btn span {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	vertical-align: top;
}

/* slide-menu-btn */
.slide-menu-btn {
	position: absolute;
	top: 27px;
	right: 30px;
	z-index: 10000;
}
.slide-menu-nav {
	box-sizing: border-box;
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 78px 0 70px;
	background-color: rgba(255,255,255,0.9);
	z-index: 9000;
	text-align: center;
}
.slide-menu-nav .gnav {
	margin-bottom: 55px;
}
.slide-menu-nav .gnav li {
	position: relative;
	margin-bottom: 43px;
}
.slide-menu-nav li:last-child {
	margin-bottom: 0;
}
.slide-menu-nav .gnav a {
	display: inline-block;
	font-size: 1.7rem;
	color: #2a2a2a;
	line-height: 1.0;
	letter-spacing: 0.06em;
}
.slide-tel-area {
}
.slide-tel-area-num {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 26px;
	font-size: 3.2rem;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.slide-tel-area-num::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 28px;
	margin-top: -12px;
	background: url(../images/icon-tel.svg) 0 0 no-repeat;
	background-size: 20px 28px;
}
.slide-tel-area-text {
	margin-left: 20px;
	font-size: 1.1rem;
}

/* menu-trigger */
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 23px;
	height: 14px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #2a2a2a;
}
.menu-trigger span:nth-of-type(1) {
	top: 3px;
}
.menu-trigger span:nth-of-type(2) {
	bottom: 3px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(3px) rotate(-45deg);
	transform: translateY(3px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	-webkit-transform: translateY(-4px) rotate(45deg);
	transform: translateY(-4px) rotate(45deg);
}

/* position-active */
#top .gnav01 a,
#company .gnav02 a,
#service .gnav03 a,
#works .gnav04 a,
#equipment .gnav05 a,
#recruit .gnav06 a,
#contact .gnav07 a {
	color: #ee791c;
}
#top .gnav01 a::before,
#company .gnav02 a::before,
#service .gnav03 a::before,
#works .gnav04 a::before,
#equipment .gnav05 a::before,
#recruit .gnav06 a::before,
#contact .gnav07 a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 23%;
	height: 1px;
	margin-top: -1px;
	background-color: #ee791c;
}



/* contents
----------------------------------------- */
/* page-ttl-area */
.page-ttl-area {
}
.page-visual {
}
.page-ttl-set {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin-top: -40px;
	padding: 27px 60px 0 40px;
	border-top: 2px solid #ee791c;
	background-color: #fff;
	z-index: 100;
}
.page-ttl-set .jpn {
	display: block;
	margin-bottom: 4px;
	font-size: 2.2rem;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s;
}
.page-ttl-set .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	display: inline-block;
	padding-left: 2px;
	font-size: 1.4rem;
	color: #ee791c;
	letter-spacing: 0.02em;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s 0.1s;
}
.page-ttl-set.fade-in .jpn,
.page-ttl-set.fade-in .eng {
	opacity: 1;
}





/* new-recruit-sec */

.new-recruit-sec {
	padding: 40px 30px;
	background-color: #f7f7f7;
}
.new-recruit-sec-inner {
}
.new-recruit-ttl-side {
	margin-bottom: 2px;
	padding: 40px 15px 35px;
	background-color: #fff;
}
.new-recruit-sec-ttl {
/*	position: relative;*/
	margin-bottom: 32px;
	padding-bottom: 18px;
	text-align: center;
}
.new-recruit-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #ee791c;
}
.new-recruit-sec-ttl .jpn {
	display: block;
	margin-bottom: 3px;
	font-size: 2.3rem;
}
.new-recruit-sec-ttl .eng {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.new-recruit-sec-ttl-lead {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.6;
}

.new-recruit-address-side {
	padding: 35px 35px 35px;
	background-color: #fff;
}
.new-recruit-sec-tel {
	margin-bottom: 25px;
	text-align: center;
}
.new-recruit-sec-tel-area-num {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 26px;
	font-size: 8.5vw;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.new-recruit-sec-tel-area-num::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 28px;
	margin-top: -12px;
	background: url(../images/icon-tel.svg) 0 0 no-repeat;
	background-size: 20px 28px;
}
.new-recruit-sec-tel-area-text {
	margin-left: 20px;
	font-size: 1.1rem;
}
.new-recruit-sec-form {

}
.new-recruit-sec-form-btn {
	display: block;
	padding: 20px 10px;
	border-radius: 5px;
	background-color: #ee791c;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	transition: all .2s;
}
.new-recruit-sec-form-btn:hover {
	color: #fff;
}


/* contact-sec */
.l_circle{
	display: inline-block;
	width: 30em;
	height: 30em;
	border-radius: 50%;
	text-align:center;
	line-height: 80px;
	background-color: #ee791c;
}
  
.r_circle{
	display: inline-block;
	width: 30em;
	height: 30em;
	border-radius: 50%;
	text-align:center;
	line-height: 80px;
	background-color: #ee9d1c;
}

.contact-sec {
	padding: 40px 30px;
	background-color: #ffffff;
}
.contact-sec-inner {
}
.contact-ttl-side {
	margin-bottom: 2px;
	padding: 40px 15px 35px;
	background-color: #fff;
}
.contact-sec-ttl {
	position: relative;
	margin-bottom: 32px;
	padding-bottom: 18px;
	text-align: center;
}
.contact-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #ee791c;
}
.contact-sec-ttl .jpn {
	display: block;
	margin-bottom: 3px;
	font-size: 2.3rem;
}
.contact-sec-ttl .eng {
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
.contact-sec-ttl-lead {
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.6;
}

.contact-address-side {
	padding: 35px 35px 35px;
	background-color: #fff;
}
.contact-sec-tel {
	margin-bottom: 25px;
	text-align: center;
}
.contact-sec-tel-area-num {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 5px;
	padding-left: 26px;
	font-size: 8.5vw;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.contact-sec-tel-area-num::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 28px;
	margin-top: -12px;
	background: url(../images/icon-tel.svg) 0 0 no-repeat;
	background-size: 20px 28px;
}
.contact-sec-tel-area-text {
	margin-left: 20px;
	font-size: 1.1rem;
}
.contact-sec-form {

}
.contact-sec-form-btn {
	display: block;
	padding: 20px 10px;
	border-radius: 5px;
	background-color: #ee791c;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	transition: all .2s;
}
.contact-sec-form-btn:hover {
	color: #fff;
}

 
.circle_height {
	/*内包する要素の基準にする*/
	position: relative;
 
	/*paddingの％指定は親要素の横幅に依存する*/
	/*padding-top: 100%にすることで親要素の横幅と同じ長さになる*/
	/*親要素が正方形になる*/
	padding-top: 100%;
 
	/*要素自体の高さがあるとずれるので高さを０にする*/
	height: 0;
}
 
.circle_height p {
	/*要素のたかさをなくす*/
	position: absolute;
 
	/*正方形の幅-文字の高さ/2 で上下真ん中に要素がくる*/
	top: calc((100% - 1em)/2);
 
	/*要素伸ばす*/
	left: 0;
	right: 0;
 
	/*pタグ初期値のmarginを無効に*/
	margin: 0;
 
	/*文字中央寄せ*/
	text-align: center;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 80px;
	background: url(../images/footerBack.png) center center no-repeat;
    background-size: cover;
}
.page-top {
	display: block;
	position: absolute;
	top: -28px;
	right: 30px;
	width: 56px;
	height: 56px;
}
.page-top::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: url(../images/page-top-frame.svg) 0 0 no-repeat;
	background-size: 56px 56px;
}
.page-top::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 13px;
	margin: -7px 0 0 -8px;
	background: url(../images/page-top-arrow.svg) 0 0 no-repeat;
	background-size: 17px 13px;
}

.footer-inner {
}
.footer-nav-area {

}
.footer-nav-list {
	margin-bottom: 40px;
}
.footer-nav-list:last-child {
	margin-bottom: 50px;
}
.footer-nav-list li {
	margin-bottom: 13px;
}
.footer-nav-list li:last-child {
	margin-bottom: 0;
}
.footer-nav-list a {
	position: relative;
	display: inline-block;
	padding-left: 40px;
	font-size: 1.4rem;
}

.footer-logo-area {
	padding: 0 40px;
}
.footer-logo {
	width: 75%;
	margin-bottom: 10px;
}
.footer-address {
	margin-bottom: 40px;
	font-size: 1.2rem;
}

.copyright {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 0 40px 18px;
	letter-spacing: 0.01em;
	font-size: 1.0rem;
}

/* position-active */
#top .fnav01 a,
#business .fnav02 a,
#works .fnav03 a,
#recruit .fnav04 a,
#company .fnav05 a,
#news .fnav06 a,
#contact .fnav07 a {
	color: #2a2a2a;
}
#top .fnav01 a::before,
#business .fnav02 a::before,
#works .fnav03 a::before,
#recruit .fnav04 a::before,
#company .fnav05 a::before,
#news .fnav06 a::before,
#contact .fnav07 a::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 1px;
	margin-top: -1px;
	background-color: #ee791c;
}


































/* tablet:760px - 1000px */
@media only screen and (min-width: 760px) {

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
img {
	width: 100%;
	height: auto;
}


/* common
----------------------------------------- */
/* loading */
#contents-wrap {
	position: relative;
	opacity: 0;
	transition: all 1.4s;
}
#contents-wrap.fade-in {
	opacity: 1;
}
.loading-img {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	margin-top: -70px;
	margin-left: -35px;
	text-align: center;
	color: #fff;
	z-index: 2;
	text-align: center;
}
.loading-img img {
	width: 100%;
	height: auto;
}

/* breadcrumbs-area */
.breadcrumbs-area {
	box-sizing: border-box;
	padding: 5px 80px 0;
}
.breadcrumbs-list {
	text-align: left;
}
.breadcrumbs-list li {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1.4;
}
.breadcrumbs-list a {
	display: inline-block;
	position: relative;
	margin-right: 18px;
	padding-right: 30px;
	transition: all .2s;
}
.breadcrumbs-list a:hover {
	color: #ee9d1c;
}
.breadcrumbs-list a::after{
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -3px;
	width: 13px;
	height: 5px;
	background: url(../images/icon-arrow-bread.svg) 0 0 no-repeat;
	background-size: 13px 5px;
}

/* page-nation */
.page-nation {
	text-align: center;
}
.page-nation a,
.page-nation .current {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	display: inline-block;
	padding: 5px 15px;
	background-color: #ee791c;
	border: 2px solid #ee791c;
	border-radius: 5px;
	text-align: center;
	font-size: 1.8rem;
	margin: 0 2px 8px;
	color: #fff;
}
.page-nation .current {
	background-color: #fff;
	border: 2px solid #ee791c;
	color: #2a2a2a;
}
.page-nation a {
	transition: all .2s;
}

.page-nation a:hover {
	background-color: #fff;
	border: 2px solid #ee9d1c;
	color: #2a2a2a;
}

/* under-page-link */
.under-page-link {
	display: flex;
	max-width: 694px;
	margin: 0 auto 120px;
}
.under-page-link a {
	display: block;
	max-width: 230px;
	margin-right: 2px;
	padding: 10px 0;
	background-color: #ee791c;
	border: 2px solid #ee791c;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	transition: all .3s;
}
.under-page-link a:hover {
	background-color: #fff;
	border: 2px solid #ee9d1c;
	color: #2a2a2a;
}
.under-page-link a:last-child {
	margin-right: 0;
}
.under-page-link a:first-child {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.under-page-link a:last-child {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

/* btn */
.arrow-link-text {
	display: inline-block;
	position: relative;
	padding-left: 57px;
	font-size: 1.3rem;
	transition: all .2s;
}
.arrow-link-text:hover {
	color: #ee9d1c;
}
.arrow-link-text::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 35px;
	height: 7px;
	margin-top: -4px;
	background: url(../images/icon-arrow.svg) 0 0 no-repeat;
	background-size: 35px 7px;
	transition: all .4s;
}
.arrow-link-text:hover::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
}

.link-btn-std {
	box-sizing: border-box;
	display: block;
	width: 260px;
	margin: 0;
	padding: 18px 10px;
	background-color: #ee791c;
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	transition: all .2s;
}
.link-btn-std:hover {
	color: #fff;
	background-color: #ee9d1c;
}
.archives-back-btn {
	display: inline-block;
	padding: 18px 40px;
	background-color: #ee791c;
	border-radius: 5px;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	transition: all .2s;
}
.archives-back-btn:hover {
	color: #fff;
	background-color: #ee9d1c;
}




/* header
----------------------------------------- */
#header {
	min-height: 325px;
}
#top #header {
	min-height: 345px;
}
.header-logo {
	width: 344px;
	max-width: 344px;
	margin: 77px 0 0 8.5%;
}
.header-logo a {
	transition: all .2s;
}
.header-logo a:hover {
	opacity: 0.6;
}
.header-contact-btn {
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 290px;
	right: 0;
	width: 57px;
	padding: 32px 0 28px 16px;
	background-color: #ee791c;
	color: #fff;
	font-size: 1.5rem;
	z-index: 1000;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	transition: all .2s;
	cursor: pointer;
}
#top .header-contact-btn {
	position: absolute;
	top: 290px;
	right: 0;
}

.header-contact-btn:hover {
	color: #fff;
	background-color: #ee9d1c;
}
.header-contact-btn span {
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	vertical-align: top;
}
.header-nav-pc {
	width: 30%;
	position: absolute;
	top: 0;
	right: 10%;
	text-align: right;
}
.header-nav-pc li {
	position: relative;
	display: inline-block;
	margin-right: 17%;
	padding-top: 130px;
	vertical-align: top;
}
.header-nav-pc li:last-child {
	margin-right: 0;
}
.header-nav-pc li a {
	display: inline-block;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-lr;
	line-height: 0;
	color: #2a2a2a;
	transition: all .2s;
	font-size: 1.6rem;
}
.header-nav-pc li a:hover {
	color: #ee791c;
}

/* animation */
.header-nav-pc li.gnav01,
.header-nav-pc li.gnav02,
.header-nav-pc li.gnav03,
.header-nav-pc li.gnav04,
.header-nav-pc li.gnav05,
.header-nav-pc li.gnav06 {
	padding-top: 160px;
	opacity: 0;
	transition: all 0.8s;
}
.header-nav-pc li.gnav01.fade-in,
.header-nav-pc li.gnav02.fade-in,
.header-nav-pc li.gnav03.fade-in,
.header-nav-pc li.gnav04.fade-in,
.header-nav-pc li.gnav05.fade-in,
.header-nav-pc li.gnav06.fade-in {
	padding-top: 130px;
	opacity: 1;
}

/* position-active */
#top .gnav01 a,
#company .gnav02 a,
#service .gnav03 a,
#works .gnav04 a,
#equipment .gnav05 a,
#recruit .gnav06 a,
#contact .gnav07 a {
	
	color: #ee791c;
}
#top .gnav01 a::before,
#company .gnav02 a::before,
#service .gnav03 a::before,
#works .gnav04 a::before,
#equipment .gnav05 a::before,
#recruit .gnav06 a::before,
#contact .gnav07 a::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 0;
	margin-top: 0;
	background-color: #ee791c;
	transition: all 0.7s;
}
#top .gnav01.fade-in a::before,
#company .gnav02.fade-in a::before,
#service .gnav03.fade-in a::before,
#works .gnav04.fade-in a::before,
#equipment .gnav05.fade-in a::before,
#recruit .gnav06.fade-in a::before,
#contact .gnav07.fade-in a::before {
	display: block;
	content: '';
	height: 90px;
}


/* contents
----------------------------------------- */
/* page-ttl-area */
.page-ttl-area {
	position: relative;
	margin-bottom: 20px;
}
.page-visual {
	padding-left: 28.6%;
}
.page-ttl-set {
	position: absolute;
	top: -45px;
	box-sizing: border-box;
	display: inline-block;
	width: 42%;
	margin-top: 0;
	padding: 5px 0 120px 12%;
	border-top: none;
	border-left: 5px solid #ee791c;
	background-color: #fff;
	z-index: 100;
}
.page-ttl-set .jpn {
	display: block;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 3.6rem;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s;
}
.page-ttl-set .eng {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding-left: 17px;
	font-size: 1.7rem;
	color: #ee791c;
	letter-spacing: 0.02em;
	line-height: 1.2;
	opacity: 0;
	transition: all 1.0s 0.1s;
}
.page-ttl-set.fade-in .jpn,
.page-ttl-set.fade-in .eng {
	padding-left: 0;
	opacity: 1;
}


/* new-recruit-sec */
.new-recruit-sec {
	padding: 100px 0;
	background-color: #f7f7f7;
}
.new-recruit-sec-inner {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
.new-recruit-ttl-side {
	box-sizing: border-box;
	width: 418px;
	max-width: 418px;
	margin: 0 2px 0 0;
	padding: 70px 15px 70px;
	background-color: #fff;
}
.new-recruit-sec-ttl {
/*	position: relative;*/
	margin-bottom: 45px;
	padding-bottom: 34px;
	text-align: center;
}
.new-recruit-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #ee791c;
}
.new-recruit-sec-ttl .jpn {
	display: block;
	margin-bottom: 0;
	font-size: 3.0rem;
}
.new-recruit-sec-ttl .eng {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}
.new-recruit-sec-ttl-lead {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8;
}

.new-recruit-address-side {
	box-sizing: border-box;
	width: 580px;
	max-width: 580px;
	padding: 80px 35px 75px;
	background-color: #fff;
}
.new-recruit-sec-tel {
	margin-bottom: 38px;
	text-align: center;
}
.new-recruit-sec-tel-area-num {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 8px;
	padding-left: 38px;
	font-size: 4.5rem;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.new-recruit-sec-tel-area-num::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 37px;
	margin-top: -16px;
	background: url(../images/icon-tel.svg) 0 0 no-repeat;
	background-size: 26px 37px;
}
.new-recruit-sec-tel-area-text {
	margin-left: 20px;
	font-size: 1.5rem;
}
.new-recruit-sec-form {

}
.new-recruit-sec-form-btn {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 25px 10px;
	border-radius: 5px;
	background-color: #ee791c;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	transition: all .2s;
}
.new-recruit-sec-form-btn:hover {
	color: #fff;
	background-color: #ee9d1c;
}


/* contact-sec */
.contact-sec {
	padding: 40px 30px;
	background-color: #ffffff;
}
.contact-sec-inner {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
.contact-ttl-side {
	box-sizing: border-box;
	width: 418px;
	max-width: 418px;
	margin: 0 2px 0 0;
	padding: 70px 15px 70px;
	background-color: #fff;
}
.contact-sec-ttl {
	position: relative;
	margin-bottom: 45px;
	padding-bottom: 34px;
	text-align: center;
}
.contact-sec-ttl::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 40px;
	height: 2px;
	margin-left: -20px;
	background-color: #ee791c;
}
.contact-sec-ttl .jpn {
	display: block;
	margin-bottom: 0;
	font-size: 3.0rem;
}
.contact-sec-ttl .eng {
	display: block;
	font-size: 1.6rem;
	letter-spacing: 0.01em;
}
.contact-sec-ttl-lead {
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.8;
}

.contact-address-side {
	box-sizing: border-box;
	width: 580px;
	max-width: 580px;
	padding: 80px 35px 75px;
	background-color: #fff;
}
.contact-sec-tel {
	margin-bottom: 38px;
	text-align: center;
}
.contact-sec-tel-area-num {
	position: relative;
	display: inline-block;
	font-family: 'Oswald';
	font-weight: 400;
	margin-bottom: 8px;
	padding-left: 38px;
	font-size: 4.5rem;
	line-height: 1.0;
	letter-spacing: 0.02em;
}
.contact-sec-tel-area-num::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 26px;
	height: 37px;
	margin-top: -16px;
	background: url(../images/icon-tel.svg) 0 0 no-repeat;
	background-size: 26px 37px;
}
.contact-sec-tel-area-text {
	margin-left: 20px;
	font-size: 1.5rem;
}
.contact-sec-form {

}
.contact-sec-form-btn {
	display: block;
	width: 70%;
	margin: 0 auto;
	padding: 25px 10px;
	border-radius: 5px;
	background-color: #ee791c;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	transition: all .2s;
}
.contact-sec-form-btn:hover {
	color: #fff;
	background-color: #ee9d1c;
}


.circle_width {
	/*表示したい横幅を決める*/
	width: 40%;
 
	/*要素の角をなくす 50%でまんまるになる*/
	border-radius: 50%;

	background-color: #ee9d1c;
}
 
.circle_height {
	/*内包する要素の基準にする*/
	position: relative;
 
	/*paddingの％指定は親要素の横幅に依存する*/
	/*padding-top: 100%にすることで親要素の横幅と同じ長さになる*/
	/*親要素が正方形になる*/
	padding-top: 100%;
 
	/*要素自体の高さがあるとずれるので高さを０にする*/
	height: 0;
}
 
.circle_height p {
	/*要素のたかさをなくす*/
	position: absolute;
 
	/*正方形の幅-文字の高さ/2 で上下真ん中に要素がくる*/
	top: calc((100% - 1em)/2);
 
	/*要素伸ばす*/
	left: 0;
	right: 0;
 
	/*pタグ初期値のmarginを無効に*/
	margin: 0;
 
	/*文字中央寄せ*/
	text-align: center;
}


/* footer
----------------------------------------- */
#footer {
	position: relative;
	margin-top: 90px;
}
.page-top {
	display: block;
	position: absolute;
	top: -118px;
	right: 60px;
	width: 56px;
	height: 56px;
	z-index: 10000;
}
.page-top::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 56px;
	height: 56px;
	background: url(../images/page-top-frame.svg) 0 0 no-repeat;
	background-size: 56px 56px;
	transition: all .4s;
}
.page-top:hover::before {
	transform: rotate(180deg);
}
.page-top::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 17px;
	height: 13px;
	margin: -7px 0 0 -8px;
	background: url(../images/page-top-arrow.svg) 0 0 no-repeat;
	background-size: 17px 13px;
	transition: all .2s;
}
.page-top:hover::after {
	margin: -10px 0 0 -8px;
}


.footer-inner {
	display: flex;
	flex-direction: row-reverse;
	margin-bottom: 80px;
	padding-top: 300px;
}
.footer-nav-area {
	box-sizing: border-box;
	width: 50%;
	padding: 0 8% 0 0;
}
.footer-nav-area-inner {
	display: flex;
	justify-content: flex-end;
	text-align: right;
}
.footer-nav-list {
	display: flex;
	justify-content: flex-end;
	margin: 0 18% 0 0;
	text-align: right;
}
.footer-nav-list:last-child {
	margin: 0;
}
.footer-nav-list li {
	margin: 0 55px 0 0;
	vertical-align: top;
}
.footer-nav-list li:last-child {
	margin: 0;
}
.footer-nav-list a {
	position: relative;
	display: inline-block;
	padding: 0;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	
	font-size: 1.5rem;
	transition: all .2s;
	line-height: 0;
}
.footer-nav-list a:hover {
	color: #ee9d1c;
}

.footer-logo-area {
	box-sizing: border-box;
	width: 50%;
	padding: 0 0 0 7%;
}
.footer-logo {
	width: 306px;
	height: auto;
	margin-bottom: 25px;
}
.footer-address {
	margin-bottom: 0;
	font-size: 1.4rem;
}

.copyright {
	font-family: 'Overpass', sans-serif;
	font-weight: 600;
	padding: 0 40px 30px;
	letter-spacing: 0.01em;
	font-size: 1.4rem;
	text-align: center;
}

/* position-active */
#top .fnav01 a,
#company .fnav02 a,
#service .fnav03 a,
#works .fnav04 a,
#equipment .fnav05 a,
#recruit .fnav06 a,
#contact .fnav07 a{
	color: #2a2a2a
}
#top .fnav01 a::before,
#company .fnav02 a::before,
#service .fnav03 a::before,
#works .fnav04 a::before,
#equipment .fnav05 a::before,
#recruit .fnav06 a::before,
#contact .fnav07 a::before{
	display: none;
}



} /* tablet */






































/* PC:1201px - */
@media only screen and (min-width: 1201px) {




} /* PC */








