@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
#contents {
  min-height: 100%;
}
#contents > .wrap {
  height: 100%;
}
@media screen and (max-width: 767px) {
  /*Spのみ*/
  #contents > .wrap > section > .inner {
    padding-top: 50px;
  }
}

/* ----------------------------------------------------------------
fv
---------------------------------------------------------------- */
#fv{
		position: relative;
	width: 100%;
}
#fv > .inner {
    padding: 100px 40px 200px;
    margin: 0 auto;
    max-width: 1500px;
	position: relative;
}
#fv .red_line {
    position: absolute;
    transform-origin: 100% 0%;
    transform: skewY(-27deg);
    background:linear-gradient(0deg, #E30222 0%, #E30222 70%, #ffffff00 70%, #ffffff00 100%);
    height: 200px;
    width: 100%;
    top:-5vw;
    z-index: -1;
    overflow: hidden !important;
}
#fv .main_txt{
	position: relative;
	    display: inline-block;
}
#fv .main_txt:after {
    content: "";
    position: absolute;
    width: 252px;
    height: 252px;
    background: url("../img/cone01.png")no-repeat center center;
    background-size: contain;
    right: -200px;
    bottom: 1vw;
    z-index: -1;
}
@media screen and (max-width: 1210px) {
	#fv .main_txt:after{
		    right: -20px;
    bottom: 14vw;
	}
	
}
#fv .car_animation_area {
    position: absolute;
       width: 380px;
    height: auto;
    top: 0;
	    right: -400px;
    pointer-events: none;
	will-change: right;
    transform: translateZ(0);
}

#fv .car_img {
	    transform: skewY(27deg);
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#fv .red_line.is-active .car_animation_area {
    visibility: visible;
   animation: carRunAlongLine 9s linear infinite;
}

@keyframes carRunAlongLine {
0% {
        right: -400px;
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    40% {
        right: 120%;
        opacity: 1;
    }
    41% {
        right: 120%;
        opacity: 0;
    }
    42%, 100% {
        right: -400px;
        opacity: 0;
    }
}
	
@media screen and (max-width: 767px) {
	
	#contents > .wrap > section > .inner {
    padding: 50px 20px 0;
}
#fv {
    height: 100dvh;
	        overflow: hidden;
}
#fv .red_line {
    height: 170px;
    margin-top: -60px;
	position: relative;
}
#fv .car_animation_area {
    width: 400px;
    top: -20px;
}
#fv .main_txt:after {
    content: none;
}
#fv:after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: url("../img/cone01.png")no-repeat center center;
    background-size: contain;
    right: -9px;
    bottom: 43px;
    z-index: -1;
}
}
/* ----------------------------------------------------------------
whatabout
---------------------------------------------------------------- */
#whatabout > .inner{
	max-width: 960px;
	padding: 0 20px;
	margin: 0 auto;
}
#whatabout .box{
	margin-bottom: 40px;
	position: relative;
}
#whatabout .box .tl{
	color: #072D69;
	font-size: 64px;
	    font-weight: 900;
	margin-bottom: 20px;
}
#whatabout .box .txt {
    font-size: 24px;
    font-weight: 350;
    line-height: 1.8;
}
#whatabout .box.img_box:before{
	position: absolute;
	content: "";
	    width: 245px;
    height: 245px;
    background: url("../img/human03.png")no-repeat center center;
    background-size: contain;
	    z-index: -1;
    right: 0;
    top: -60px;
}
@media screen and (max-width: 767px) {
	
	#whatabout .box .tl {
    font-size: 30px;
    margin-bottom: 10px;
}
#whatabout .box .txt {
    font-size: 16px;
}
	#whatabout .box.img_box:before{
		content: none;
	}
	#contents > .wrap > section#whatabout > .inner {
    padding: 30px 20px 0;
}
}
/* ----------------------------------------------------------------
messeage
---------------------------------------------------------------- */
#messeage {
    position: relative;
    overflow: hidden;
    margin-top: -15vw;
    z-index: -1;
}
#messeage:before{
	content: "";
	position: absolute;
		width: 100%;
	top: -1px;
	height: 40vw;
	background: #fff;
	clip-path: polygon(100% 0, 0 0, 0 40vw);
	z-index: 1;
}
#messeage > .inner{
	    margin-top: -10vw;
}
#messeage .top_con{
		height: 80vw;
	width: 100%;
}
#messeage .top_con .main_img{
		width: 100%;
	height: 100%;
	background:url("../img/bgimg01.jpg") center right no-repeat;
	    background-size: cover;
}
#messeage .main_con{
		background: #072D69;
	color: #fff;
	    clip-path: polygon(0 0, 100% 40vw, 100% 100%, 0% 100%);
	    margin-top: -40vw;
	    padding-bottom: 100px;
	position: relative;
}

#messeage .main_con > .inner{
		max-width: 960px;
	padding: 30vw 20px 0;
	margin: 0 auto;
}
#messeage .red_line {
    position: absolute;
    background: linear-gradient(0deg, #E30222 0%, #E30222 70%, #ffffff00 70%, #ffffff00 100%);
    width: 100%;
    height: 150px;
    top: calc(40vw + 4vw);
    z-index: 1;
    transform: skewY(21.8deg);
}
#messeage .red_line:before {
    content: "";
    transform: skewY(-21.8deg);
    position: absolute;
    background: url("../img/human01.png")0 0 no-repeat;
    width: 18vw;
    height: 18vw;
    max-width: 250px;
    top: -15vw;
    left: 9vw;
    background-size: contain;
}
#messeage .road_car .car_animation_area {
    position: absolute;
       width: 300px;
    height: auto;
    top: -70px;
	    left: -400px;
    pointer-events: none;
	will-change: right;
    transform: translateZ(0);
}

#messeage .road_car .car_img {
	    transform: skewY(-21.8deg);
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#messeage .road_car.is-active .car_animation_area {
    visibility: visible;
   animation: carRunAlongLine_l 9s linear infinite;
}

@keyframes carRunAlongLine_l {
0% {
        left: -400px;
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    40% {
        left: 120%;
        opacity: 1;
    }
    41% {
        left: 120%;
        opacity: 0;
    }
    42%, 100% {
        left: -400px;
        opacity: 0;
    }
}
#messeage .main_con .main_tl{
	margin-bottom: 70px;
}
#messeage .main_con .sub_tl{
	margin-bottom: 40px;
}
#messeage .main_con .sub_tl .tl{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 30px;
}
#messeage .main_con .box_area .box{
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
}
#messeage .main_con .box_area .box .txt_box{
	width: 542px;
}
#messeage .main_con .box_area .box .img_box{
	width: calc(100% - 600px);
}
#messeage .main_con .box_area .box2 .txt_box{
	order: 2;
}
#messeage .main_con .box_area .box2 .img_box{
	order: 1;
}
#messeage .main_con .box_area .box .txt_box .tl{
	font-size: 24px;
	 font-weight: 500;
	margin-bottom: 30px;
	position: relative;
	padding-left: 20px;
}
#messeage .main_con .box_area .box .txt_box .tl:before{
	content: "";
	position: absolute;
	width: 4px;
	height: 100%;
	background: #E50222;
	left: 0;
}
#messeage .main_con .box_area .box .txt_box .txt{
	    line-height: 1.8;
}
@media screen and (max-width: 970px) {
	#messeage .main_con > .inner {
    padding: 45vw 20px 0;
}
	#messeage .main_con .box_area .box {
    display: block;
}
#messeage .main_con .box_area .box .txt_box {
    width: 100%;
}
#messeage .main_con .box_area .box .img_box {
    width: 100%;
    max-width: 500px;
    margin: 30px auto 0;
}
}
@media screen and (max-width: 767px) {
	
	#contents > .wrap > section#messeage > .inner {
    padding: 0;
}
#messeage:before {
    top: 0px;
}
#messeage .red_line:before {
    width: 28vw;
    height: 28vw;
    top: -22vw;
    left: 3vw;
}
#messeage .red_line {
    height: 60px;
}
#messeage .road_car .car_animation_area {
    width: 120px;
    top: -30px;
}
#messeage .main_con .main_tl {
    width: 250px;
    margin: 0 auto 20px;
}
#messeage .main_con > .inner {
    padding: 53vw 20px 0;
}
#messeage .main_con .sub_tl .tl {
    font-size: 19px;
}
#messeage .main_con .sub_tl .txt {
    display: none;
}
#messeage .main_con .box_area .box .txt_box .tl {
    font-size: 17px;
    margin-bottom: 20px;
}
#messeage .main_con .box_area .box .txt_box .txt {
    line-height: 1.6;
}
#messeage .main_con {
    padding-bottom: 10px;
}
}
/* ----------------------------------------------------------------
point
---------------------------------------------------------------- */
#point > .inner{
	position: relative;
	    max-width: 960px;
    padding:200px 20px 0;
    margin: 0 auto;
}
#point > .inner:before{
	content: "";
	position: absolute;
	background: url("../img/car04.png")0 0 no-repeat;
	width: 220px;
	height: 200px;
	background-size: contain;
	top:-100px;
}
#point .box{
	background: #072D69;
	color: #fff;
	position: relative;
	margin-bottom: 15px;
	padding: 60px 10%;
}
#point .box:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #E50222;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	width: 10%;
	left: 0;
	height: auto;
	aspect-ratio:1/1;

}
#point .box .tl{
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
}
#point .box .txt{
	line-height: 1.7;
}
@media screen and (max-width: 767px) {
	
	#point > .inner:before {
    width: 170px;
    height: 200px;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
}
	#contents > .wrap > section#point > .inner {
    padding: 90px 0 0;
}
#point .box {
    background: #072D69;
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    padding: 60px 25px;
}
#point .box:before {
    width: 20%;
	        max-width: 100px;
}
#point .box .tl {
    font-size: 18px;
}
}
/* ----------------------------------------------------------------
reason
---------------------------------------------------------------- */
#reason > .inner{
	position: relative;
	    max-width: 960px;
    padding:200px 20px 0;
    margin: 0 auto;
}
#reason > .inner:before{
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	right: 0;
	top: 200px;
	background: url("../img/human02.png")0 0 no-repeat;
	background-size: contain;
	    z-index: -1;
}
#reason .box{
	 margin: 0 auto;
	 max-width: 540px;
}
#reason .tl{
	font-size: 40px;
	font-weight: 500;
	text-align: center;
	color: #072D69;
	margin-bottom: 70px;
}
#reason .txt{
	line-height: 1.7;
	color: #072D69;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	#reason > .inner:before {
    width: 170px;
    height: 170px;
    right: 0;
    top: 0;
    left: 0;
    margin: auto;
}
#contents > .wrap > section#reason > .inner {
    padding: 180px 20px 0;
}
#reason .tl {
    font-size: 20px;
    margin-bottom: 30px;
}
}
/* ----------------------------------------------------------------
recruit_btn
---------------------------------------------------------------- */
#recruit_btn {
    padding: 10vw 0 0;
    position: relative;
    overflow: hidden;
    margin-top: -15vw;
}
#recruit_btn:before {
    content: "";
    background: url("../img/cone01.png")0 0 no-repeat;
    width: 220px;
    height: 220px;
    background-size: contain;
    position: absolute;
    left: 15vw;
    top: 15vw;
}
#recruit_btn:after {
    content: "";
    background: url("../img/sign01.png")0 0 no-repeat;
    width: 300px;
    height: 300px;
    background-size: contain;
    position: absolute;
    left: 60vw;
    top: 26vw;
}
#recruit_btn > .inner{
		clip-path: polygon(0 40vw, 100% 0, 100% 100%, 0% 100%);
	background: #EBEBEB;
}
#recruit_btn > .inner > .box{
		    max-width: 960px;
    padding: 38vw 20px 100px;
    margin: 0 auto;
}
#recruit_btn .red_line {
    position: absolute;
    background: linear-gradient(0deg, #E30222 0%, #E30222 70%, #ffffff00 70%, #ffffff00 100%);
    width: 100%;
    height: 150px;
    top: 24vw;
    z-index: 1;
    transform: skewY(-21.8deg);
}
#recruit_btn .red_line .car_animation_area {
    position: absolute;
       width: 270px;
    height: auto;
    top: -70px;
	    left: -400px;
    pointer-events: none;
	will-change: right;
    transform: translateZ(0);
}

#recruit_btn .red_line .car_img {
	    transform: skewY(21.8deg);
	backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

#recruit_btn .red_line.is-active .car_animation_area {
    visibility: visible;
   animation: carRunAlongLine_l 9s linear infinite;
}

@keyframes carRunAlongLine_l {
0% {
        left: -400px;
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    40% {
        left: 120%;
        opacity: 1;
    }
    41% {
        left: 120%;
        opacity: 0;
    }
    42%, 100% {
        left: -400px;
        opacity: 0;
    }
}
@media screen and (max-width: 1400px) {
#recruit_btn > .inner > .box {
    padding: 52vw 20px 100px;
}
}
@media screen and (max-width: 970px) {
	#recruit_btn > .inner > .box {
    padding: 40vw 0 100px;
}
#contents > .wrap > section#recruit_btn > .inner {
    padding: 100px 20px 0;
}
#recruit_btn .red_line {
    top: 27vw;
}
#recruit_btn .red_line .car_animation_area {
    width: 230px;
    top: -40px;
}
#recruit_btn {
    margin-top: 0vw;
	    padding: 19vw 0 0;
}
	#recruit_btn:before{
		content: none;
	}
#recruit_btn:after {
    width: 267px;
    height: 267px;
    left: 49vw;
    top: 49vw;
}
#recruit_btn > .inner .sub_btn ul {
    display: block;
}
#recruit_btn > .inner .sub_btn ul li {
    width: 100%;
    margin-bottom: 15px;
}
#recruit_btn > .inner .sub_btn ul li a {
    border-radius:15px;
    padding: 20px 20px;
}
#recruit_btn .sp_img {
    max-width: 400px;
    margin: 0 auto;
}
}