/*=============================================================
    common.css
---------------------------------------------------------------

01. common layout
02. header
03. footer
04. pages
05. home

12. privacy 
13. sitemap
14. mobile
15. media query
16. helper

===============================================================
01. common layout
=============================================================*/

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

.pc,
.pc-alt {
	display: block;
}

.sp,
.sp-alt {
	display: none;
}

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

.central-y {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    -webkit-transform: translateY( -50% );
    -moz-transform: translateY( -50% );
    -ms-transform: translateY( -50% );
    transform: translateY( -50% );
}


/*
 * #loading-layer
 */
#loading-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    overflow: hidden;
}

/*
 * #bg and #video
 */
#bg-wrapper,
#bg,
#video-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#bg-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

#bg {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#video-wrapper::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#video {
    min-width: 100%;
    min-height: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX( -50% ) translateY( -50% );
    -moz-transform: translateX( -50% ) translateY( -50% );
    -ms-transform: translateX( -50% ) translateY( -50% );
    transform: translateX( -50% ) translateY( -50% );
}

#video-wrapper .paused-layer {
    width: 100%;
    height: 100%;
    background: url( /common/video/poster-sp.jpg?v01 ) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#video-wrapper .paused-layer.none {
    display: none;
}

/*
 * #visual
 */

#visual {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

#visual .white-bg {
	width: 100%;
    height: 100vh;
	background-size: cover;
	background-color :rgba(255,255,255,0.5);
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

#visual .black-bg {
	width: 100%;
    height: 100vh;
	background-size: cover;
	background-color :rgba(0,0,0,0.2);
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

#visual-bg-landscape {
    display: block;
}

#visual-bg-portrait {
    display: none;
}

/*
 * basic motion
 */

.elem-00,
.elem-01,
.elem-02,
.elem-03,
.elem-04,
.elem-05,
.elem-06,
.elem-07,
.elem-08,
.elem-09,
.elem-10,
.elem-11,
.elem-12,
.elem-13,
.elem-14,
.elem-00-loaded,
.elem-01-loaded,
.elem-02-loaded,
.elem-03-loaded,
.elem-04-loaded,
.elem-05-loaded,
.elem-06-loaded,
.elem-07-loaded,
.elem-08-loaded,
.elem-09-loaded,
.elem-10-loaded,
.elem-11-loaded,
.elem-12-loaded,
.elem-13-loaded,
.elem-14-loaded {
    transition: all ease 800ms;
    transform: translateY( 20px );
    opacity: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.elem-00,
.elem-00-loaded {
    transition-delay: 10ms;
}

.elem-01,
.elem-01-loaded {
    transition-delay: 200ms;
}

.elem-02,
.elem-02-loaded {
    transition-delay: 400ms;
}

.elem-03,
.elem-03-loaded {
    transition-delay: 600ms;
}

.elem-04,
.elem-04-loaded {
    transition-delay: 800ms;
}

.elem-05,
.elem-05-loaded {
    transition-delay: 1000ms;
}

.elem-06,
.elem-06-loaded {
    transition-delay: 1200ms;
}

.elem-07,
.elem-07-loaded {
    transition-delay: 1400ms;
}

.elem-08,
.elem-08-loaded {
    transition-delay: 1600ms;
}

.elem-09,
.elem-09-loaded {
    transition-delay: 1800ms;
}

.elem-10,
.elem-10-loaded {
    transition-delay: 2000ms;
}

.elem-11,
.elem-11-loaded {
    transition-delay: 2200ms;
}

.elem-12,
.elem-12-loaded {
    transition-delay: 2400ms;
}

.elem-13,
.elem-13-loaded {
    transition-delay: 2600ms;
}

.elem-14,
.elem-14-loaded {
    transition-delay: 2800ms;
}

.active .elem-00,
.active .elem-01,
.active .elem-02,
.active .elem-03,
.active .elem-04,
.active .elem-05,
.active .elem-06,
.active .elem-07,
.active .elem-08,
.active .elem-09,
.active .elem-10,
.active .elem-11,
.active .elem-12,
.active .elem-13,
.active .elem-14 {
    transform: translateY( 0 ) scale( 0.9999999 );
    opacity: 0.99999;
}

.loaded .elem-00-loaded,
.loaded .elem-01-loaded,
.loaded .elem-02-loaded,
.loaded .elem-03-loaded,
.loaded .elem-04-loaded,
.loaded .elem-05-loaded,
.loaded .elem-06-loaded,
.loaded .elem-07-loaded,
.loaded .elem-08-loaded,
.loaded .elem-09-loaded,
.loaded .elem-10-loaded,
.loaded .elem-11-loaded,
.loaded .elem-12-loaded,
.loaded .elem-13-loaded,
.loaded .elem-14-loaded {
    transform: translateY( 0 ) scale( 0.9999999 );
    opacity: 0.99999;
}

/*
 * basic elements
 */

.ta-c,
.ta-c-sp-l {
    text-align: center;
}

img.mb-plus {
    margin-bottom: 35px;
}

#contents {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 20px;
}

.no-visual #contents {
    padding-top: 100px;
}

.inner,
.inner-wide-00,
.inner-for-column-03 {
    margin: 0 auto;
}

.inner {
    width: 80%;
    max-width: 1300px;
}

.inner.mb-plus-per {
    margin-bottom: 4%;
}

.inner-wide-00 {
    width: 94%;
}

.inner-for-column-03 {
    width: calc( 80% + 30px );
}

.base {
    padding: 65px 0 80px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.base.bt {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.base.bt::before {
    display: inline-block;
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transition: all ease 1000ms;
    overflow: hidden;
}

.base.bt.line-black::before {
    background: rgba( 0,0,0,0.2 );
}

.active .base.bt::before {
    width: 100%;
    left: 0;
}

.base.pt-0 {
    padding-top: 0;
}

.base-alt {
    padding: 50px 50px 60px;
    background: #fff;
}

.inner-base {
    padding: 5px;
    background: rgba( 255,255,255,0.8 );
}

.inner-black {
	background: rgba( 23,47,77,0.6 );
}

.inner-gray {
	background: rgba( 173,191,175,0.7 );
}

.top-line {
	border-top: solid #8e97a2 1px;
	padding-top: 50px;
}

.bottom-line {
	border-bottom: solid #8e97a2 1px;
}

.base.c- {
    color: #fff;
}

.base.pt-minus-super {
    padding-top: 55px;
}

.base.pb-plus {
    padding-bottom: 90px;
}

.base.white {
    background: #fff;
}

.base.white-alpha {
    background: rgba( 255,255,255,0.8 );
    backdrop-filter: blur(3px);
}

.base.white-alpha-plus {
    background: rgba( 255,255,255,0.9 );
}

.base.blue-bg {
    background: rgba(0, 113, 225, 0.9);
}

.tit-01,
.tit-02,
.tit-03 {
    text-align: center;
}

.tit-01.ta-l,
.tit-02.ta-l,
.tit-03.ta-l {
    text-align: left;
}

.tit-01.white,
.tit-02.white,
.tit-03.white {
    color: #fff;
}

.tit-01 {
    margin-bottom: 50px;
    font-size: 220%;
    line-height: 1.4;
}

.tit-01.italic {
    font-style: italic;
}

.tit-01.en {
    letter-spacing: 6px;
    font-size: 270%;
}

.tit-01.mb-plus {
    margin-bottom: 60px;
}

.tit-01.mb-plus-super {
    margin-bottom: 70px;
}

.tit-01.mb-minus {
    margin-bottom: 40px;
}

.tit-01.mb-minus-super {
    margin-bottom: 30px;
}

.tit-01.mb-minus-super-ex {
    margin-bottom: 25px;
}

.tit-01.mb-minus-super-ex-ex {
    margin-bottom: 20px;
}

.tit-02 {
    margin-bottom: 20px;
    font-size: 200%;
    line-height: 1.5;
}

.tit-03 {
    margin-bottom: 20px;
    font-size: 160%;
    line-height: 1.4;
}

.mini-tit {
    font-size: 80%;
}

.mid-tit {
	margin-top: 20px;
	font-size: 110%;
	display: inline-block;
}

#contents p {
    margin-bottom: 15px;
}

#contents p:last-child,
#contents p.mb-0 {
    margin-bottom: 0;
}

#contents p.mb-default {
    margin-bottom: 15px;
}

#contents p.mb-minus {
    margin-bottom: 10px;
}

#contents p.mb-minus-super {
    margin-bottom: 5px;
}

#contents p.mb-minus-super-ex {
    margin-bottom: 1px;
}

#contents p.mb-plus {
    margin-bottom: 20px;
}

#contents p.mb-plus-more {
    margin-bottom: 25px;
}

#contents p.mb-plus-super,
#contents p.mb-plus-flexible {
    margin-bottom: 30px;
}

#contents p.mb-plus-super-ex {
    margin-bottom: 35px;
}

#contents p.mb-plus-50 {
    margin-bottom: 50px;
}

.mb-plus {
	margin-bottom: 50px;
}

.mb-plus-plus {
	margin-bottom: 100px;
}

.little-big {
    font-size: 130%;
}

.bold {
    font-weight: 700;
}

.mini {
    font-size: small;
    line-height: 1.5;
}

.text-green {
    color: #48b24d;
}

.text-white {
	color: #fff;
}

.text-italic {
	font-style: italic;
}

.link-text {
    color: inherit;
    text-decoration: none;
}

.link-text.green {
    color: #48b24d;
    text-decoration: underline;
}

.link-text.orange {
    color: #f16c09;
    color: #f18109;
    text-decoration: underline;
}


/*
* btn
*/

.btn-01 {
    display: block;
    width: 60%;
    max-width: 500px;
    padding: 20px 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #17529e;
	background: #17529e;
    text-decoration: none;
    transition: all ease 800ms;
    margin: 30px auto 0;
}

.btn-02 {
    display: inline-block;
    width: 60%;
    max-width: 500px;
    padding: 30px 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 1;
	background: #004386;
    color: #fff;
    text-decoration: none;
    transition: all ease 800ms;
}

.btn-wrapper {
	margin: 50px 0 20px;
}

.btn-01 a {
    text-decoration: none;
    color: #fff;
}


.mass {
    margin-bottom: 80px;
}

/*
 * .box-img
 */

.box-img {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

/*
 * .box-simple-img [ for img tag ]
 */

.box-simple-img {
    margin-bottom: 10px;
    display: flex;
}

.box-simple-img.mb-plus {
    margin-bottom: 25px;
}

.box-simple-img img,
.box-simple-img a {
    display: block;
}

.box-simple-img.two > img,
.box-simple-img.two a {
    width: 50%;
}

.box-simple-img.three > img,
.box-simple-img.three a {
    width: calc( 100% / 3 );
}


/*
 * .row
 */

.row {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

/*
 * .row.divi
 */
.row.divi {
    margin-bottom: 4%;
}

.row.divi:last-child {
    margin-bottom: 0;
}

.row.divi .box-img {
    width: 50%;
    height: 100%;
    position: absolute;
    z-index: 1;
} 

.row.divi.img-left .box-img {
    top: 0;
    left: 0;
}

.row.divi.img-right .box-img {
    top: 0;
    right: 0;
}

.row.divi .box-text {
    width: 40%;
}

.row.divi .box-text.pa-tb-plus {
    padding: 4% 0;
}

.row.divi .box-text.pa-b-plus {
    padding-bottom: 4%;
}

.row.divi.img-left .box-text {
    margin-left: 55%;
	padding: 20px 0;
}

.row.divi.img-right .box-text {
    margin-left: 10%;
}

/*
 * .row.double-img
 */

.row.double-img.mb-plus {
    margin-bottom: 50px;
}

.row.double-img.mb-plus-little {
    margin-bottom: 35px;
}

.row.double-img .box-img:nth-of-type( 1 ) {
    width: 55%;
    padding-top: 40%;
}

.row.double-img .box-img:nth-of-type( 2 ) {
    width: 41%;
    height: 78%;
    position: absolute;
    top: 10%;
    right: 0;
    z-index: 1;
}

.tit-01.under-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: inline-block;
    width: 30%;
    height: 17px;
    background: linear-gradient(-45deg, #f9c2eb, #a8c2ee, #c2f9d0, #ffdea5) fixed;
    background-size: 300% 300%;
    animation: GradietionAnimation 8000ms ease infinite;
}

@keyframes GradietionAnimation { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}


/*=============================================================
02. header
=============================================================*/
#main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}

#main-header::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 80px;
    background-color: #fff;
    opacity: 0.7;
}

#main-header h1 {
    width: 400px;
    position: absolute;
    top: 15px;
    left: 11px;
    z-index: 2;
}

#main-header #icon-menu {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 0;
    right: 10px;
    z-index: 6;
    line-height: 0;
    cursor: pointer;
    overflow: hidden;
}

#icon-menu::before,
#icon-menu::after {
	display: block;
	content: "";
	width: 30px;
	height: 2px;
	background: #444;
	position: absolute;
	left: 25px;
	transition: all ease 300ms;
}

#icon-menu::before {
	top: 38px;
}
#icon-menu::after {
	top: 47px;
}

.nav-on #icon-menu::before,
.nav-on #icon-menu::after {
	top: 40px;
    background: #fff;
}
.nav-on #icon-menu::before {
	transform: rotate( 45deg );
}
.nav-on #icon-menu::after {
	transform: rotate( -45deg );
}

/*
* global nav
*/

#main-header #nav-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0,67,134,0.9);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    transition: all ease 800ms;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
}

#main-header.nav-on #nav-wrapper {
    opacity: 0.9999;
    visibility: visible;
}

#main-header #nav-wrapper nav {
    width: 90%;
    margin: 0 auto;
    top: 40%;
}

#main-header #nav-wrapper nav h2 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin: 10px 0;
}

#main-header #nav-wrapper .job-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#main-header #nav-wrapper .job-menu li {
    padding: 0 5px;
    box-sizing: border-box;
    transition: all ease 500ms;
    transform: translateY( 20px );
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    backface-visibility: hidden;
}

#main-header.nav-on #nav-wrapper .job-menu li {
    transform: translateY( 0 ) scale( 0.9999999 );
    opacity: 0.99999;
    visibility: visible;
}

#main-header #nav-wrapper .company-menu {
    display: flex;
    justify-content: space-around;
    margin-top: 70px;
}

#main-header #nav-wrapper .company-menu li {
    font-size: 35px;
    transition: all ease 500ms;
    transform: translateY( 20px );
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    backface-visibility: hidden;
}

#main-header #nav-wrapper .company-menu li a {
    text-decoration: none;
    display: block;
    color: #fff;
    font-style: italic;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
    transition: all ease 500ms;
}

#main-header #nav-wrapper .company-menu li:nth-of-type(1) a,
#main-header #nav-wrapper .company-menu li:nth-of-type(2) a {
    line-height: 2.3;
    letter-spacing: 4px;
}

#main-header.nav-on #nav-wrapper .company-menu li {
    transform: translateY( 0 ) scale( 0.9999999 );
    opacity: 0.99999;
    visibility: visible;
}


/*=============================================================
03. footer
=============================================================*/

#main-footer {
    padding: 120px 0;
    background: rgba(0,67,134,0.8);
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    font-size: 19px;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: medium;
    text-align: center;
}

#main-footer p {
    line-height: 1;
}

#main-footer .footer-nav {
	padding-top: 30px;
}

#main-footer .footer-nav ul {
	display: inline-flex;
}

#main-footer .footer-nav ul li:nth-of-type(1) {
	padding-right: 15px;
}

#main-footer .footer-nav ul li:nth-of-type(2) {
	padding-left: 15px;
}

#main-footer .footer-nav ul li a {
	text-decoration: none;
	color: #fff;
}

/*=============================================================
04. pages
=============================================================*/

.pages #loading-layer {
    background: #004386;
    transition: all ease 500ms;
    transition-delay: 50ms;
}

.pages.loaded #loading-layer {
    opacity: 0;
    visibility: hidden;
}

.pages #bg-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.pages #visual-bg,
.pages #visual-bg-landscape,
.pages #visual-bg-portrait {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all ease 500ms;
    transition-delay: 500ms;
    transform: scale( 1.23 );
}

.pages.loaded #visual-bg,
.pages.loaded #visual-bg-landscape,
.pages.loaded #visual-bg-portrait {
    transform: scale( 1.00001 );
}

.pages #visual::before,
.pages #visual::after {
    display: block;
    content: "";
    width: 100%;
	height: 50%;
    background: #2f8ae6;
    position: absolute;
    left: 0;
    z-index: 3;
    transition: all ease 600ms;
    transition-delay: 300ms;
}

.pages #visual::before {
	top: 0;
}

.pages #visual::after {
	bottom: 0;
}

.pages.loaded #visual::before,
.pages.loaded #visual::after {
	height: 0;
    visibility: hidden;
}

.pages #visual #title-asset {
    width: 100%;
    top: 52%;
    left: 28%;
    z-index: 2;
    text-align: center;
    font-style: italic;
    line-height: 1;
    overflow: hidden;
}

.pages #visual #title-asset h1,
.pages #visual #title-asset p {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
}

.pages #visual #title-asset h1,
.pages #visual #title-asset p {
    padding: 4px 0;
}

.pages #visual #title-asset h1 {
    font-size: 6vw;
    color: #fff;
}

.pages #visual #title-asset p {
    font-size: 3vw;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 10px;
}


.pages #visual #title-asset h1 span,
.pages #visual #title-asset p span {
    display: inline-block;
    padding: 0 0.4em;
    font-weight: 700;
    transition: all ease 400ms;
    transition-delay: 500ms;
    opacity: 0;
    overflow: hidden;
}

.pages #visual #title-asset h1 span {
    transform: translateX( -8% );
}

.pages #visual #title-asset p span {
    transform: translateX( 8% );
}

.pages.loaded #visual #title-asset h1 span,
.pages.loaded #visual #title-asset p span {
    transform: translateX( 0 );
    opacity: 0.99999;
}


/*=============================================================
05. home
=============================================================*/

#home #loading-layer {
    background: #fff;
    transition: all ease 500ms;
    transition-delay: 300ms;
}

#home.loaded #loading-layer {
	opacity: 0;
    visibility: hidden;
}

* {
    box-sizing: border-box;
}

#home #visual h1 {
    position: relative;
    top: 60%;
    left: 3%;
    z-index: 1;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
}

#home #visual h1 span {
    background:linear-gradient(to right, #004386, #41cfe9) no-repeat;
    background-size: 0;
    padding: 0 0 0 2%;
    transition: all ease 700ms;
    transition-delay: 500ms;
}

#home.loaded #visual h1 span {
    background-size: 100%;
}

#home #visual h2 {
    position: relative;
    top: 58%;
    left: 6%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

#home #part-about .row.divi .box-img {
    background: url(/common/img/home/img-01.png) center center;
    background-size: cover;
}

#home #part-job nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

#home #part-job nav ul li {
    width: 100%;
    flex-basis: calc((100% - 10px) / 3);
    padding-right: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    perspective: 600px;
    transition: all ease 500ms;
}

#home #part-company .row.divi .box-img {
    background: url(/common/img/home/img-02.jpg) center center;
    background-size: cover;
}

#home #part-company dl {
    padding-top: 20px;
    border-top: solid 1px #fff;
}

#home #part-company dl dt {
    font-size: 17px;
    color: #fff;
}

#home #part-company dl dd {
    font-size: clamp(14px, 22px, 25px);
    padding-bottom: 20px;
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
    color: #fff;
}

#home #part-company dl dd a {
    text-decoration: none;
    color: #fff;
}

#home #part-company #map iframe {
    width: 100%;
}

/*=============================================================
03. keibi-staff_01
=============================================================*/

#keibi-staff_01 #visual-bg {
    background-image: url( /common/img/keibi-staff_01/visual.jpg );
}

#keibi-staff_01 #bg-wrapper {
    background-image: url( /common/img/keibi-staff_01/bg.jpg );
}

#keibi-staff_01 #part-01 .row.double-img .box-img:nth-of-type(1) {
    background: url(/common/img/keibi-staff_01/img-02.jpg) top center;
}

#keibi-staff_01 #part-01 .row.double-img .box-img:nth-of-type(2) {
    background: url(/common/img/keibi-staff_01/img-01.jpg?v01) top center;
}

.description #part-02 .inner section {
    background: rgba( 255,255,255,0.8 );
    padding: 80px;
	margin-bottom: 50px;
}

.description #part-02 section dl dt {   
    float: left;
    font-weight: 700;
}

.description #part-02 section dl dd {
    padding-left: 11em;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid 1px rgba( 0,0,0,0.2 );
}

.description #part-02 section dl dd:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.description #part-02 section dl dd .btn-02 {
    max-width: 480px;
}

/*=============================================================
04. keibi-staff_02
=============================================================*/

#keibi-staff_02 #visual-bg {
    background-image: url( /common/img/keibi-staff_02/visual.jpg );
}

#keibi-staff_02 #bg-wrapper {
    background-image: url( /common/img/keibi-staff_02/bg.jpg );
}

/*=============================================================
05. eigyou
=============================================================*/

#eigyou #visual-bg {
    background-image: url( /common/img/eigyou/visual.jpg );
}

#eigyou #bg-wrapper {
    background-image: url( /common/img/eigyou/bg.jpg );
}

#eigyou #part-01 .row.double-img .box-img:nth-of-type(1) {
    background: url(/common/img/eigyou/img-02.jpg) top center / cover;
}

#eigyou #part-01 .row.double-img .box-img:nth-of-type(2) {
    background: url(/common/img/eigyou/img-01.jpg) top center / cover;
}


/*=============================================================
06. maintenance
=============================================================*/

#maintenance #visual-bg {
    background-image: url( /common/img/maintenance/visual.jpg );
}

#maintenance #bg-wrapper {
    background-image: url( /common/img/maintenance/bg.jpg );
}

#maintenance #visual #title-asset h1 span {
    line-height: 1.2;
}

#maintenance #part-01 .row.double-img .box-img:nth-of-type(1) {
    background: url(/common/img/maintenance/img-02.jpg) top center / cover;
}

#maintenance #part-01 .row.double-img .box-img:nth-of-type(2) {
    background: url(/common/img/maintenance/img-01.jpg) top center / cover;
}

/*=============================================================
07. delivery
=============================================================*/

#delivery #visual-bg {
    background-image: url( /common/img/delivery/visual.jpg );
}

#delivery #bg-wrapper {
    background-image: url( /common/img/delivery/bg.jpg );
}

/*=============================================================
08. message
=============================================================*/

#message #visual-bg {
    background-image: url( /common/img/message/visual.jpg );
}

#message #bg-wrapper {
    background-image: url( /common/img/message/bg.jpg );
}

#message #part-02 .box-simple-img img {
    width: 90%;
}

#message #part-03 .inner {
    width: 60%;
}

#message #part-03 .youtube {
    position: relative;
    padding-bottom: 56.25%; 
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; 
}

#message #part-03 .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*=============================================================
15. media query
=============================================================*/

@media screen and (orientation: portrait) {

    #visual-bg-landscape {
        display: none;
    }

    #visual-bg-portrait {
        display: block;
    }

    #info-detail #bg-wrapper {
        background-position: right center;
    }

}

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

    #contents {
        font-size: 19px;
    }

    #main-footer {
        font-size: 17px;
    }


}

@media screen and (max-width: 1024px) and ( orientation: portrait ) {



}

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

    #contents {
        font-size: 18px;
    }



}


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

	.pc {
		display: none;
    }

	.sp {
		display: inline-block;
    }

    .base {
        padding: 60px 0 70px;
    }

    

    .row.divi .box-img,
    .box-img.wide,
    .box-img.wide.pt-plus,
    .box-img.wide.pt-plus-more {
        padding-top: 65%;
    }

    .row.divi {
        width: 95%;
        margin: 0 auto;
    }

    .row.divi .box-img {
        width: 100%;
        position: relative;
        margin-bottom: 35px;
    }

    .row.divi.img-left .box-text,
    .row.divi.img-right .box-text {
        width: 100%;
        margin-left: 0;
    }

    .row.divi .box-text.pa-tb-plus {
        padding: 0;
    }

    .row.divi .box-text.pa-b-plus {
        padding-bottom: 50px;
    }


    

    #main-footer {
        padding: 100px 0;
    }

    #home .loading-text {
        width: 90%;
    }

    .configure-border-1,
    .configure-border-2 {
        width: 300px;
        height: 300px;
    }

    #home #visual-loading-03 .central {
        width: 65%;
    }
	
	#home #visual .logo-01 {
		width: 100%;
		left: 0;
        transform: translateY(-20%);
	}
	
	#home.loaded #visual .logo-01 {
		transform: translateY(-50%) scale(0.8);
        top: 45%;
	}
	

	#home #part-about .row.divi.img-left .box-text {
		padding: 0;
	}

    #recruit #part-02 .inner section {
        padding: 50px;
    }

    #recruit #part-02 section dl dt,
    #recruit #part-02 section dl dd {
        width: 100%;
    }

    #recruit #part-02 section dl dt {
        float: none;
    }

    #recruit #part-02 section dl dd {
        padding-left: 0;
    }
	
	#recruit #part-02 section dl dd .btn-02 {
		width: 100%;
	}
	
	#contact #contents p.mb-plus-50 {
		text-align: left;
	}
	
	#part-common-contact .row.divi .box-img {
		padding-top: 70%;
		width: 100%;
	}
	
	#part-common-contact .row.divi .box-text {
		width: 100%;
		margin-left: 0;
	}
	
	#part-common-contact .row.divi .box-text h1 {
		margin-bottom: 10px;
	}
	
	#part-common-contact .row.divi .box-text p:last-child {
		text-align: left;
	}
	
    .tit-date-asset h1 {
        line-height: 1.3;
    }

    .tit-date-asset {
        padding: 30px;
    }

    .base-alt {
        padding: 35px 40px 40px;
    }

}


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

    .pc-alt {
        display: none;
    }

    .sp-alt {
        display: inline-block;
    }

    .sp-ta-c,
    .sp-ta-c .ta-l,
    .sp-ta-c.ta-l {
        text-align: center;
    }

    #contents {
        font-size: 17px;
    }

    .no-visual #contents {
        padding-top: 65px;
    }

    .base {
        padding: 45px 0 30px;
    }

    .part-mini {
        margin-bottom: 55px;
    }

    .tit-01 {
        margin-bottom: 40px;
        font-size: 200%;
    }

    .tit-01.en,
    #info-detail #part-01 .tit-01.en {
        margin-bottom: 35px;
        letter-spacing: 4px;
        font-size: 220%;
    }

    .tit-01.mb-plus {
        margin-bottom: 50px;
    }

    .tit-01.mb-plus-super {
        margin-bottom: 60px;
    }

    .tit-01.mb-minus {
        margin-bottom: 27px;
    }

    .tit-01.mb-minus-super {
        margin-bottom: 20px;
    }

    .tit-01.mb-minus-super-ex {
        margin-bottom: 15px;
    }

    .tit-01.mb-minus-super-ex-ex {
        margin-bottom: 10px;
    }

    .tit-02 {
        margin-bottom: 15px;
        font-size: 160%;
        line-height: 1.4;
    }

    .tit-03 {
        margin-bottom: 15px;
        font-size: 140%;
    }

    .little-small .under-line-yellow {
        font-size: 120%;
    }

    #contents p.mb-plus-more {
        margin-bottom: 15px;
    }

    #contents p.mb-plus-flexible {
        margin-bottom: 25px;
    }

    #contents p.mb-plus-super {
        margin-bottom: 20px;
    }

    .base.pb-plus {
        padding-bottom: 60px;
    }

    .base .stripe-01 {
        width: 65%;
        opacity: 0.6;
    }

    .base.with-deco.slash-green::before,
    .base.with-deco.slash-green::after {
        width: 300%;
        height: 100%;
    }

    .base.with-deco.slash-green::before {
        transform: rotate( -40deg ) translateX( 26% ) translateY( -89% );
    }

    .base.with-deco.slash-green::after {
        transform: rotate( -40deg ) translateX( -10% ) translateY( 84% );
    }

    .btn-wrapper {
        margin: 40px 0;
    }

    .btn-01,
    .btn-01.size-minus {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .btn-02 {
        padding: 17px 0;
		width: 80%;
    }

    .btn-wrapper-adjust {
        padding-top: 25px;
    }

    .box-simple-img {
        display: block;
    }

    .box-simple-img .apply > span > span {
        font-size: 100%;
        width: 90%;
    }

    .box-simple-img.two > img,
    .box-simple-img.two a,
    .box-simple-img.three > img,
    .box-simple-img.three a {
        width: 100%;
    }

    .row.divi .box-img,
    .box-img.wide,
    .box-img.wide.pt-plus,
    .box-img.wide.pt-plus-more {
        padding-top: 100%;
    }

    .row.divi .box-img,
    .box-img.wide,
    picture.mb-plus {
        margin-bottom: 30px;
    }

    .row.double-img.mb-plus {
        margin-bottom: 35px;
    }

    .box-img.wide.mb-per {
        margin-bottom: 0;
    }

    .row.double-img.sp-w-narrow {
        width: 80%;
        margin: 0 auto;
    }

    .row.double-img.sp-w-narrow.sp-mb-plus {
        margin-bottom: 30px;
    }

    img.mb-plus {
        margin-bottom: 30px;
    }

    .row.double-img .box-img:nth-of-type( 1 ),
    .row.double-img .box-img:nth-of-type( 2 ) {
        width: 100%;
        padding-top: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .inner-for-column-03 {
        width: calc( 80% + 4px );
    }

    .flex-wrapper.column-03 li {
        width: 100%;
        margin-bottom: 50px;
    }

    .flex-wrapper.column-03 li:last-of-type {
        margin-bottom: 0;
    }

    .flex-wrapper.column-04 li {
        width: 50%;
    }

    .flex-wrapper.simple-gallery li {
        width: calc( 100% / 2 );
        padding: 2px;
        margin-bottom: 0;
    }

    .flex-wrapper li:nth-last-child( 1 ),
    .flex-wrapper.simple-gallery li:nth-last-child( 2 ) {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .flex-wrapper.simple-gallery li:nth-child( odd ):nth-last-child( 1 ) {
        margin-top: 2px;
    }

    .ta-c-sp-l {
        text-align: left;
    }

    .tit-date-asset {
        padding: 25px 10px;
    }

    .tit-date-asset p {
        margin-bottom: 3px !important;
    }

    .base-alt {
        padding: 28px 25px 30px 25px;
    }

    .base.sp-pb-0 {
        padding-bottom: 0;
    }

    .pages #visual #title-asset {
        top: 70%;
        left: 50%;
    }

    .pages #visual #title-asset h1,
    .pages #visual #title-asset p {
        padding: 2px 0;
    }

    .pages #visual #title-asset h1 {
        font-size: 16.5vw;
    }

    .pages #visual #title-asset h1 span {
        width: 100%;
        padding: 3px 0;
    }

    .pages #visual #title-asset p {
        font-size: 6.5vw;
    }

    #contents p {
        margin-bottom: 20px;
        font-size: 1rem;
        text-align: justify;
    }

    .inner {
        width: 90%;
    }

    .mass {
        margin-bottom: 30px;
    }

    .tit-01.under-line::after {
        width: 50%;
    }

    #main-header #icon-menu {
        right: 0;
    }

    #main-header #nav-wrapper {
        position: fixed;
    }

    #main-header #nav-wrapper .central {
        width: 70%;
        top: 50%;
    }

    #main-header h1 {
        width: 250px;
        top: 25px;
    }

    #main-header #nav-wrapper nav h2 {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 10px;
    }

    #main-header.nav-on #nav-wrapper .job-menu {
        justify-content: center;
        align-items: normal;
        flex-wrap: wrap;
    }

    #main-header.nav-on #nav-wrapper .job-menu li {
        width: calc(50% - 4px);
        padding: 0 2px;
        margin-bottom: 4px;
    }

    #main-header #nav-wrapper .company-menu {
        display: block;
        margin-top: 0;
    }

    #main-header #nav-wrapper .company-menu li {
        font-size: 20px;
        margin-bottom: 10px;
    }



    #main-footer {
        padding: 65px 0;
        font-size: 14px;
        letter-spacing: 1px;
    }


    #home #visual h1 {
        top: 65%;
        left: 2%;
        font-size: 50px;
        line-height: 1.6;
    }

    #home #visual h2 {
        top: 65%;
        left: 3%;
        font-size: 1.1rem;
    }

    #home #part-job nav ul {
        display: block;
    }

    #home #part-job nav ul li {
        perspective: none;
        padding: 0;
    }

    #keibi-staff_01 #visual-bg {
        background-image: url( /common/img/keibi-staff_01/visual-portrait.jpg );
    }

    #keibi-staff_01 #part-01 .row.double-img .box-img:nth-of-type(1),
    #keibi-staff_01 #part-01 .row.double-img .box-img:nth-of-type(2) {
        background-size: cover;
    }

    #keibi-staff_02 #visual-bg {
        background-image: url( /common/img/keibi-staff_02/visual-portrait.jpg );
    }

    #keibi-staff_02 #part-01 .mb-plus,
    #delivery #part-01 .mb-plus  {
        margin-bottom: 0;
    }

    #eigyou #visual-bg {
        background-image: url( /common/img/eigyou/visual-portrait.jpg );
    }

    #maintenance #visual-bg {
        background-image: url( /common/img/maintenance/visual-portrait.jpg );
    }

    #maintenance.pages #visual #title-asset h1 span {
        font-size: 14vw;
        line-height: 1.3;
    }

    #delivery #visual-bg {
        background-image: url( /common/img/delivery/visual-portrait.jpg );
    }

    #message #visual-bg {
        background-image: url( /common/img/message/visual-portrait.jpg );
    }

    #message #part-03 .inner {
        width: 90%;
    }

    #message.pages #visual #title-asset {
        top: 50%;
    }

    .description #part-02 .inner section {
        padding: 10px 20px;
        margin-bottom: 0;
    }
    .description #part-02 section dl dt {
        padding-top: 10px;
    }

    .description #part-02 section dl dd {
        width: 100%;
        padding: 10px 5px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 100%;
    }

    .description #part-02 section dl dt {
        float: none;
    }

    .description #part-02 section dl dd {
        margin-bottom: 0;
    }

    .description #main-footer,
    #message #main-footer {
        padding: 45px 0 80px;
    }

    #contents p.mini {
        font-size: 0.8rem;
    }

    #recruit #part-01 .row {
        margin-bottom: 20px;
    }

    #recruit #part-02 .inner section {
        padding: 9%;
    }

    #company #part-01 .base {
        padding-bottom: 26px;
    }

    #company #part-01 .box-img {
        padding-top: 140%;
    }

    #company #part-map #map,
    #contact .map {
        height: 400px;
        margin-bottom: 60px;
    }

    #contact #visual-bg {
        background-position: left top;
    }
    
}

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

	
    #home #part-news dd {
        font-size: 15px;
    }

	#company #part-descript .inner .tit-02 {
		font-size: 125%;
	}

    #sitemap #part-01 ul li::before {
        font-size: 20px;
        vertical-align: middle;
        padding: 0 10px 10px 0;
    }

    #sitemap #part-01 ul li.mini a {
        font-size: 93%;
    }

}

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

    #contents {
        font-size: 16px;
    }

    #main-header h1 {
        width: 200px;
    }

    #main-footer {
        font-size: 12px;
        letter-spacing: 0;
    }

    .sp-alt.mini-sp-none {
        display: none;
    }

}

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

    #main-header .header-icon {
        width: 70px;
        height: 70px;
    }

}

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

    #main-header h1 {
        width: 180px;
    }

}

/*=============================================================
16. helper
=============================================================*/

.clr {
	clear: both;
}

/*
* clear fix
*/

.cf:before,
.cf:after {
	content:"";
	display: block;
	height: 0;
	overflow: hidden;
}

.cf:after {
	clear: both;
}

@media (hover: hover) {

    .btn-01:hover {
        background: #fff;
        color: #fff;
        border-color: #17529e;
    }

    .btn-01:hover a {
        color: #17529e;
    }

    .btn-02:hover {
        background: #6d99d2;
        color: #17529e;
        border-color: #fff;
    }

    #icon-menu:hover::before,
    #icon-menu:hover::after {
        transform: rotate( 180deg );
    }

    #main-header #nav-wrapper .job-menu li:hover {
        transform: scale( 0.9 );
    }

    #main-header #nav-wrapper .company-menu li a:hover {
        color: #ffb22d;
    }

    #home #part-job nav ul li:hover {
        transform: perspective(600px) rotateY(20deg);
        opacity: 0.9;
    }

}