@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	position: relative;
	height: calc(100vh - 100px);
}
.mainVisual .imgList {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.mainVisual .imgList li {
	height: calc(100vh - 100px);
}
.mainVisual .imgList .bg01 {
	background: url("../img/top/slide01.jpg") no-repeat center center;
    background-size: cover;
}
.mainVisual .imgList .bg02 {
	background: url("../img/top/slide02.jpg") no-repeat center center;
    background-size: cover;
}
.mainVisual .imgList .bg03 {
	background: url("../img/top/slide03.jpg") no-repeat center center;
    background-size: cover;
}
.mainVisual h2 {
	position: absolute;
	left: 78px;
	top: 59px;
	color: #fff;
	line-height: 1.18;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 6rem;
	opacity: 0.7;
}
.mainVisual .scroll {
    position: absolute;
    left: 15px;
    bottom: 0;
    z-index: 100;
}
.mainVisual .scroll a {
    display: inline-block;
    height: 140px;
    padding: 10px 10px 110px;
    color: #fff;
    position: relative;
    font-size: 1.2rem;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    box-sizing: border-box;
}
.mainVisual .scroll a::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  width: 1px;
  height: 80px;
  background: #fff;
}
.mainVisual .scroll a::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#main .content {
	max-width: 1400px;
	width: 100%;
}
#main .companySec {
	position: relative;
	padding: 55px 0 10px;
}
#main .companySec:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 500px;
	background: #f1f1f1;
	content: "";
	z-index: -1;
}
#main .enTit {
	margin: 0 0 0 75px;
	font-size: 15rem;
	color: #fff;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.15em;
}
#main .companySec .inner .photoBox {
	float: right;
	width: 63%;
	margin-top: -100px;
}
#main .companySec .inner .textBox {
	margin: -69px -10% 0 0;
	padding: 74px 30px 74px 80px;
	float: left;
	position: relative;
	width: 45.7%;
	box-sizing: border-box;
	background-color: #fff;
}
#main .companySec .inner .textBox p {
	margin-bottom: 39px;
	letter-spacing: 0.1em;
	line-height: 2;
}
#main .businessSec .enTit {
	margin: 0 -30px -98px 0;
	color: rgba(230,0,18,0.1);
	text-align: right;
}
#main .businessSec .headLine03 {
	margin-bottom: 22px;
	text-align: center;
}
#main .businessSec .txt {
	margin-bottom: 42px;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.2em;
}
#main .businessSec .comBtn {
	margin-bottom: 60px;
}
#main .businessSec .linkList li {
	width: 33.333333%;
}
#main .businessSec .linkList li a {
	display: block;
	position: relative;
    overflow: hidden;
}
#main .businessSec .linkList li .ttl {
	position: absolute;
	left: 0;
	top: 50%;
    width: 100%;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
    text-align: center;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#main .csrSec {
	padding-bottom: 132px;
}
#main .csrSec .enTit {
	margin: -7px 0 -120px 320px;
	color: rgba(0,0,0,0.05);
}
#main .csrSec .headLine03 {
	text-align: center;
}
#main .csrSec .txt {
	margin-bottom: 42px;
	text-align: center;
	line-height: 2;
	letter-spacing: 0.1em;
}
#main .csrSec .comBtn {
	margin-bottom: 52px;
}
#main .csrSec .ulBox {
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 60px;
	box-sizing: border-box;
	position: relative;
}
#main .csrSec .ulBox:before {
	position: absolute;
	left: 0;
	right: 0;
	height: 440px;
	top: 110px;
	background: #fbe5e7;
	content: "";
	z-index: -1;
}
#main .csrSec .ulBox .listUl li {
	width: 22.9%;
	margin: 0 2.8% 0 0;
}
#main .csrSec .ulBox .listUl li:nth-child(4n) {
	margin-right: 0;
}
#main .csrSec .ulBox .listUl li a {
	display: block;
}
#main .csrSec .ulBox .listUl li .pho {
	display: block;
    overflow: hidden;
}
#main .csrSec .ulBox .listUl li .txtBox {
	background: #fff;
	display: block;
	margin: -48px 20px 0 0;
	padding: 27px 28px 26px;
	position: relative;
	box-sizing: border-box;
}
#main .csrSec .ulBox .listUl li .ttl {
	margin-bottom: 10px;
	display: block;
	color: #e60012;
	font-weight: 700;
	letter-spacing: 0.1em;
}
#main .csrSec .ulBox .listUl li .txt {
	margin-bottom: 16px;
	display: block;
	font-size: 1.3rem;
	text-align: left;
}
#main .csrSec .ulBox .listUl li .more {
	padding-right: 34px;
	display: inline-block;
	font-size: 1.3rem;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.15em;
	background: url("../img/common/arrow_btn_black.svg") no-repeat right center;
	background-size: 18px 9px; 
    transition: .3s;
	-webkit-transition: .3s;
}
#main .recruitSec {
	padding: 34px 0 0;
	position: relative;
}
#main .recruitSec:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #f2f2f2;
	height: 496px;
	content: "";
	z-index: -1;
}
#main .recruitSec .enTit {
	margin: 0 45px 0 0;
	text-align: right;
}
#main .recruitSec .topBox {
	max-width: 1440px;
	margin: 0 auto;
}
#main .recruitSec .inner {
	margin: 0 20px 110px 0;
}
#main .recruitSec .inner .photoBox {
	float: left;
	width: 62%;
	margin: -102px 0 0;
}
#main .recruitSec .inner .textBox {
	float: right;
	padding: 73px 80px 77px;
	margin: -67px 0 0 -8%;
	width: 45%;
	box-sizing: border-box;
	background: #fff;
    position: relative;
}
#main .recruitSec .inner .textBox .headLine03 {
	margin-bottom: 20px;
}
#main .recruitSec .inner .textBox p {
	margin-bottom: 46px;
	line-height: 2;
}
@media all and (min-width: 897px) {
    #main .businessSec .linkList li a > img {
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #main .businessSec .linkList li a:hover img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    #main .csrSec .ulBox .listUl li a .pho img {
        display: block;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #main .csrSec .ulBox .listUl li a:hover .pho img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    #main .csrSec .ulBox .listUl li a:hover .more {
        padding-right: 44px;
        transition: .3s;
        -webkit-transition: .3s;
    }
}
@media all and (max-width: 896px) {
    .mainVisual {
        height: calc(100vh - 70px);
    }
    .mainVisual .imgList li {
       height: calc(100vh - 70px);
    }
    .mainVisual .imgList .bg01 {
        background: url("../img/top/slide01_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    .mainVisual .imgList .bg02 {
        background: url("../img/top/slide02_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    .mainVisual .imgList .bg03 {
        background: url("../img/top/slide03_sp.jpg") no-repeat center center;
        background-size: cover;
    }
    .mainVisual h2 {
        left: 12px;
        top: 32px;
        font-size: 2.1rem;
        line-height: 1.45
    }
    .mainVisual .scroll {
        left: 5px;
        bottom: 0;
    }
    .mainVisual .scroll a {
        padding: 10px 10px 99px;
        height: 100px;
        font-size: 1rem;
    }
    .mainVisual .scroll a::after {
        height: 50px;
        bottom: -4px;
    }
    #main .content {
        max-width: inherit;
        width: auto;
    }
    #main .companySec {
        padding: 5px 0 10px;
    }
    #main .companySec:before {
        height: 350px;
    }
    #main .enTit {
        margin: 0;
        text-align: center;
        font-size: 5rem;
        letter-spacing: 0.1em;
    }
    #main .companySec .inner .photoBox {
        float: none;
        width: auto;
        margin: -10px -15px 0 19px;
    }
    #main .companySec .inner .textBox {
        margin: -20px 0 0;
        padding: 18px 18px 22px;
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    #main .companySec .inner .textBox p {
        margin-bottom: 20px;
        line-height: 1.65;
    }
    #main .businessSec .enTit {
        margin: 10px 0 -37px;
        color: rgba(230,0,18,0.1);
        text-align: center;
    }
    #main .businessSec .headLine03 {
        margin-bottom: 9px;
    }
    #main .businessSec .headLine03 .en {
        margin-bottom: -4px;
    }
    #main .businessSec .txt {
        margin-bottom: 18px;
        text-align: justify;
        line-height: 1.65;
        letter-spacing: 0.1em;
    }
    #main .businessSec .comBtn {
        margin: 0 20px 22px;
    }
    #main .businessSec .linkList li {
	width: inherit;
    }
    #main .businessSec .linkList li .ttl {
        font-size: 1.4rem;
        line-height: 1.3;
        letter-spacing: 0.05em;
    }
    #main .csrSec {
        padding-bottom: 44px;
    }
    #main .csrSec .enTit {
        margin: 21px 0 -40px;
    }
    #main .csrSec .headLine03 .en {
        margin-bottom: -9px;
    }
    #main .csrSec .txt {
        margin-bottom: 16px;
        text-align: justify;
        line-height: 1.65;
        letter-spacing: 0.05em;
    }
    #main .csrSec .comBtn {
        margin-bottom: 20px;
    }
    #main .csrSec .ulBox {
        max-width: inherit;
        padding: 0 0 1px;
    }
    #main .csrSec .ulBox:before {
        height: auto;
        top: 67px;
		bottom: -3px;
    }
    #main .csrSec .ulBox .listUl {
        margin: 0 15px;
        justify-content: space-between;
    }
    #main .csrSec .ulBox .listUl li {
        width: 48.2%;
        margin: 0 0 15px;
    }
    #main .csrSec .ulBox .listUl li:last-child {
        margin: 0;
    }
    #main .csrSec .ulBox .listUl li .txtBox {
        margin: -14px 10px 0 0;
        padding: 8px 9px 13px;
    }
    #main .csrSec .ulBox .listUl li .ttl {
        margin-bottom: 10px;
        letter-spacing: 0.05em;
        line-height: 1.3;
    }
    #main .csrSec .ulBox .listUl li .txt {
        display: none;
    }
    #main .csrSec .ulBox .listUl li .more {
        padding-right: 24px;
        font-size: 1.2rem;
        display: block;
        letter-spacing: 0.1em;
    }
    #main .recruitSec {
        padding: 4px 0 0;
    }
    #main .recruitSec:before {
        height: 368px;
    }
    #main .recruitSec .enTit {
        margin: 0;
        text-align: center;
    }
    #main .recruitSec .topBox {
        max-width: inherit;
        margin: 0 15px;
    }
    #main .recruitSec .inner {
        margin: -20px 0 40px 0;
    }
    #main .recruitSec .inner .photoBox {
        float: none;
        width: auto;
        margin: -10px 20px 0 -15px;
    }
    #main .recruitSec .inner .textBox {
        float: none;
        padding: 17px 18px 22px;
        margin: 0;
        width: auto;
        position: relative;
    }
    #main .recruitSec .inner .textBox .headLine03 {
        margin-bottom: 9px;
    }
    #main .recruitSec .inner .textBox p {
        margin-bottom: 20px;
        line-height: 1.65;
    }
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	background: #fff;
}
.loading .loadingBox {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loader, .loader:before, .loader:after {
	background: #E60012;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 1px;
	height: 2em;
}
.loader {
	color: #E60012;
	text-indent: -9999em;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before, .loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}
@-webkit-keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 2em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 3em;
	}
}
@keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 2em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 3em;
	}
}
@-webkit-keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 2em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 3em;
	}
}
@keyframes load1 {
	0%, 80%, 100% {
		box-shadow: 0 0;
		height: 2em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 3em;
	}
}