/* RECRUIT stylesheets */
/* general */

.body{
	font-size: 1.6rem;
}

section .contents {
	font-size: 1.6rem
}

.rec-list {
	font-size: 1.6rem;
}
.rec-list ul {
	padding: 20px;
}
.rec-list ul li{
	list-style-type: disc;
	margin-bottom:10px;
}

.rec-list ul li > .y-lines {
  background: linear-gradient(transparent 0%, transparent 50%, #fff000 50%, #fff000 100%);
}

.rec-list ul li > .bold-line {
     border-bottom: 2px solid #004077;
}
.rec-list ul li > .change-color {
	color: #0084d1;
	font-weight:bold
}
.rec-list table{
	width:100%;
	table-layout: fixed;
	margin: 30px auto;
	border-top: 1px solid #ddd;
}
.rec-list table tr{
	border-bottom: 1px solid #ddd;
}

.rec-list table tr td {
  background: #fff;
}
.rec-list table tr:nth-child(odd) td {
  background: #eee;
  font-weight: bold;
}
.rec-list table th,
.rec-list table td {
	width: auto;
	border-collapse: collapse;
	padding: 20px 0px;
	text-align: center; 
}

.kv-section{
	display:fixed;
	width:1920px;
    height: 650px;
	margin:0 auto;
	/*border: 1px solid #ddd*/
}



.fadein-heading .h2-wrapper{
	margin-top: 80px;
}

.sub-heading{
	margin-top: -30px;
}

.lh-spc{
	display: block; 
	height:7px;
}

@media screen and (max-width: 1050px){
	.rec-list {
		font-size: 1.4rem;
		line-height: 2.8rem;
	}
	.sub-heading{
		margin-top: -10px;
	}
	.square-navi-wrapper{
        display:block;
		margin-right: 3vw;
    }
}

/* header*/
.header{
	/*height: 70px;*/
}

.header::before{
    background:transparent;
    background:transparent;
}

.navi-contents{
    align-items:center;
    height:100px
}

/* header-logo */

.header-logo-rc{
    max-width:310px;
    width:100%
}

.header-logo-rc a{
    display:block;
    padding-top:16%;
    font-size:0;
    background:url("../images/recruit/rc_logo.svg") no-repeat 50% 50%/100% auto;
}

.header_rc.is_transparent{
    background:rgba(255,255,255,0)
}

.header_rc .is_transparent .header-logo-rc a{
    background:url("../images/recruit/rc_logo_w.svg") no-repeat 50% 50%/100% auto
}

.header.is_transparent .hamburger span {
    background: repeating-linear-gradient(to right, #004077, #004077 6px, rgba(84, 84, 84, 0) 6px, rgba(84, 84, 84, 0) 11px);
}

.hamburger.active span {
    height: 2px;
    background: #004077 !important;
}

@media screen and (max-width: 1050px){
    .header-logo-rc{
		/*margin-left: 2vw;*/
        max-width:250px;
    }
	header{
		background:#fff !important;
	}
}


@media screen and (max-width: 480px){
	.navi-contents{
		align-items:center;
		height:70px
	}
    .header-logo-rc{
        max-width:250px;
    }
}


@media screen and (max-width: 375px){
    .header-logo-rc{
        max-width:220px;
    }
}

.square-navi{
   border:0;
    background:#004077;
    color:#fff;
}
.square-navi p{
    color:#fff;
}
.square-navi::before{
    background:#fff000;
}
.square-navi:hover:before{
    background:#fff000
}
.square-navi:hover.square-navi p{
    color:#004077;
}
.header.is_transparent .square-navi{
    border:1px solid #004077
}
.header.is_transparent .square-navi:last-child{
    border-right:1px solid #004077
}
.header.is_transparent .square-navi::before{
    background:#fff000;
}
.header.is_transparent.fixed .square-navi p{
    color:#fff;
}
.header.is_transparent.fixed .square-navi::before{
    background:#fff000
}

.square-navi:hover:before{
    width:100%;
    background:#fff000;
}
.header.is_transparent .square-navi:hover.square-navi p{
    color:#004077;
}
.header.is_transparent.fixed .square-navi:hover.square-navi p{
	color:#004077;
}

@media screen and (max-width: 450px){
	.square-navi-wrapper .square-navi{
		width: 16vw;
		right:5vw;
	}
}


/* Modal Menu */
      .modal-menu {
        position: fixed;
        top: 100px;
        left: 0;
        width: 100%;
        height: 100px;
		background: rgba(0, 64, 119, 0.9) ;
        color: white;
		z-index:999;
        opacity: 0; 
		pointer-events: none;
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }

      .modal-menu ul {
        list-style: none;
        padding: 0;
        display: flex;
        gap: 30px;
      }

      .modal-menu li {
        display: inline;
      }

      .modal-menu a {
        color: white;
        text-decoration: none;
        font-size: 20px;
        padding: 10px 15px;
        transition: 0.3s;
      }

      .modal-menu a:hover {
        background: rgba(255, 255, 255, 0.2);
        border-radius: 5px;
      }

        .modal-open {
            opacity: 1; 
			pointer-events: auto;
        }


      @media screen and (max-width: 680px) {
        .modal-menu ul {
          flex-direction: column;
          gap: 15px;
        }
        .modal-menu {
          height: 80vh; /* 画面の半分まで表示 */
        }
      }


      @media screen and (max-width: 450px) {
        .modal-menu ul {
          flex-direction: column;
          gap: 15px;
        }
        .modal-menu {
          top: 70px;
          height: 50vh; /* 画面の半分まで表示 */
        }
      }



/* Recruit-Top- head motion mask  */

.rc-top .kv-section{
	display:fixed;
	width: 100%;
	height: 100vh; 
	margin:0 auto;
}

.rc-top .rc-top-mask {
	width:100%;
    height: 93vh;
}

.rc-top .video-wrap {
	width:100%;
    height: 100vh; 
}

.rc-top .recruit-top-section{
	display: block;
    padding:80px 50px 100px;
}

.rc-top .mission-slogan p{
	font-size: 4.6rem;
}

@media screen and (max-width: 450px) {
	.rc-top .mission-slogan p{
		font-size: 3.0rem;
	}
}

.recruit-top .motion-txt{
	top: 36%;
	left: 10vw;
	transform: scale(1.0);
	transition: 0.4s;
}

.recruit-top .kv-text-wrapper h1{
	color: #004077;
	font-size: 9.0rem;
}


@media screen and (min-width: 1051px){

	.rc-top .slick-fade img{
		position:relative;
		top: 0;
		left: 32%;
		height: 65vw;
	}
	
	.recruit-top .kv-text-wrapper h1{
		color: #004077;
		font-size: 7.0rem;
	}

}
@media screen and (min-width: 1200px){

	.rc-top .slick-fade img{
		position:relative;
		top: 0;
		left: 32%;
		height: 65vw;
	}

}
@media screen and (min-width: 1400px){

	.rc-top .slick-fade img{
		position:relative;
		top: 0;
		left: 38%;
		height: 60vw;
	}
	
	.recruit-top .kv-text-wrapper h1{
		color: #004077;
		font-size: 7.0rem;
	}

}
@media screen and (min-width: 1600px){
	.rc-top .slick-fade img{
		left: 40%;
		height: 50vw;
	}
	
}
@media screen and (min-width: 1920px){
	.rc-top .kv-section{
		width: 100%;
		height: 90vh;
	}

	.rc-top .slick-fade img{
		left: 40%;
		height: 50vw;
	}
	
	.recruit-top .motion-txt{
		top: 35%;
		left: 16vw;
		transform: scale(1.0);
		transition: 0.4s;
	}
	.recruit-top .kv-text-wrapper h1{
		color: #004077;
		font-size: 9.0rem;
	}

}
@media screen and (min-width: 2400px){
	.rc-top .kv-section{
		width: 100%;
		height:99vh;
	}

	.rc-top .slick-fade img{
		left: 42%;
		height: 50vw;
	}
	
	.recruit-top .motion-txt{
		top: 38%;
		left: 24vw;
		transform: scale(1.0);
		transition: 0.4s;
	}
}

/* iPad用 */
@media screen and (max-width: 1500px) {
   .recruit-top .motion-txt{
		top: 36%;
		left: 4vw;
    }
}


@media screen and (max-width: 1050px){
	.rc-top .kv-section{
		height:90vh;
	}
	.rc-top .slick-fade img{
		width: auto;
		height:90vh;
	}
   .recruit-top .motion-txt{
		top: 64%;
		left: 0;
		transform: scale(0.94);
    }
	.recruit-top .kv-text-wrapper {
		margin-left: 1%;
	}
	.recruit-top .kv-text-wrapper h1{
		color: #ffffff;
		font-size: 7.0rem;
 	    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
	}
	.rc-top .recruit-top-section{
    	padding:80px 16px 50px;
	}
}

@media screen and (max-width: 1024px){
	.rc-top .kv-section{
		height:90vh;
	}
	.rc-top .slick-fade img{
		margin-top:50px !important;
		width: 100%;
		height: 100vh;
	}
	.rc-top .slick-fade img{
		margin-top:0px;
	}
}



@media screen and (max-width: 768px){
	.rc-top .kv-section{
		height:90vh;
	}
	.rc-top .slick-fade img{
		margin-top:0px !important;
	}
	.recruit-top .kv-text-wrapper h1{
		font-size: 6.0rem;
	}
}

@media screen and (max-width: 450px){
    .recruit-top.motion-txt{
		top: 80%;
    }
	.recruit-top .kv-text-wrapper h1{
		font-size: 4.8rem;
	}
}



/* 100年に一度〜テキスト調整　*/
.hundred {
	font-size:3.2rem
}

@media screen and (max-width: 768px){
    .hundred {
		font-size:2.4rem
	}
}

/* カテゴリタイトル背景 */
.mission-title-wrapper {
		margin: 30px auto 150px;
}

.recruit-top-section .mission-text p{
		line-height:3.0 !important;
}

@media screen and (max-width: 768px){
    .mission-title-wrapper {
		margin: 0px auto 100px;
	}
}

/* Recruit-Top-About Menu*/
.rc-top .support-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
}

.rc-top .support-list li{
	width: 48%;
	margin-bottom: 50px;
}

.rc-top .support-list h3{
	margin-top: 10px;
}

.rc-top .support-list .corporate-image-wrapper{
	width: 100%;
	height:420px;
	overflow: hidden;
}
.rc-top .support-list .corporate-image-wrapper img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	vertical-align:bottom;
}
/*
@media screen and (min-width: 1600px){
    .rc-top .support-list .corporate-image-wrapper{
		height:38vh;
	}
}
@media screen and (min-width: 2000px){
    .rc-top .support-list .corporate-image-wrapper{
		height:34vh;
	}
}
*/
@media screen and (max-width: 768px){

.recruit-top-section .mission-text p{
		line-height:2.4 !important;
		font-feature-settings: "palt";
}
	.rc-top .support-list li{
		width: 100%;
		margin-bottom: 30px;
	}
    .rc-top .support-list .corporate-image-wrapper{
		height:400px;
		overflow: hidden;
	}
}

/* Recruit-Top-Voice */

.voices-block {
	width: 1260px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
 	align-items: center;
	justify-content: space-around;
	margin: 0px auto 0;
	gap 20px;
}

.voices-block .employee {
	width: 320px;
	height: 380px;
	margin-bottom:80px;
	transform: scale(1);
}
.voices-block .employee .department {
	position: absolute;
	left: -10px;
	top: 260px;
	z-index:998;
	display: inline-block;
	height: auto;
	font-size: 1.1rem;
	text-align: left;
	padding: 10px;
	color: #fff;
	background-color: #004077;
}
.voices-block .employee .names {
	position: absolute;
	left: -10px;
	top: 310px;
	z-index:999;
	display: inline-block;
	height: auto;
	font-size: 2.0rem;
	padding: 10px 20px;
	text-align: left;
	color: #fff;
	background-color: #004077;
}

.voices-block .photo-link-wrapper{
	height:360px;
}

.voices-block .employee .employee-img {
	width: 240px;
	height: 360px;
	background: #ffffff;
  	box-shadow: 8px 8px 0px 0px rgba(0, 64, 119, 1.0);
}

.voices-block .employee .employee-img img {
	width:auto;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;	
}
.voices-block .employee .employee-img img:hover {
	z-index:99;
	transform:scale(1.1);
}



@media screen and (max-width: 1050px){
	.voices-block {
		width: 100%;
		max-width: 100%;
		padding: 0 8vw;
	}

	.voices-block .employee {
		width: auto;
		height: 100%;
		margin: 50px 5vw;
	}

	.voices-block .employee {
		transform: scale(1.0);
	}
}


/* Recruit-Top- Recruit section */
.recruit-section {
    background:url(../images/recruit/infra-kv.jpg) no-repeat 50% 50%/cover;
    padding:80px 50px 100px;
}

.recruit-section .mission-svg-wrapper{
	opacity: 0.6;
}

.recruit-detail-block {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	max-width:1600px;
	height: auto;
	padding: 20px 50px;
	background: rgb(255 255 255 / 90%);
}

.recruit-detail-block div{
	display: flex;
  	flex-direction: column;
	width: 45%;
	height: auto;
	max-width: 100%;
	text-align: left;
	margin: 20px 0;
}

.recruit-detail-block div h2{
	display: block;
    font-size:2.4rem;
    font-weight:bold;
    line-height:1.3;
    padding-left:10px;
    margin-bottom:10px;
    border-left:5px solid #004077
}

.recruit-detail-block div .corporate-link{
	display: block;
	width: 100%;
    font-size:1.8rem;
    line-height:1.6;
    margin:30px 0 30px 16px;
}

.recruit-detail-block div .corporate-link:hover {
    font-size:1.9rem;
	cursor: pointer;
}

.recruit-detail-block div img{
	width: 100%;
}

.recruit-section .photo-link-wrapper{
	margin: 14px 5px;
}
	

@media screen and (max-width: 1050px){
	.recruit-section {
		background:url(../images/recruit/infra-kv-res.jpg) no-repeat 50% 50%/cover;
		padding:12vw 5vw;
	}
	
	.movie{
    	height:500vh;
	}
}

@media screen and (max-width: 768px){
    .recruit-detail-block {
		justify-content: center;
		padding:3vw;
	}
	.recruit-detail-block div{
		width: 100%;
		padding:3vw;
	}

	.recruit-detail-block div h2{
		font-size:2.0rem;
		margin-bottom: 0;
	}

	.recruit-detail-block div .corporate-link{
		font-size:1.4rem;
		line-height:1.6;
	}

}




/* Recruit-Top-SERVICE */

.service-list {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition: transform 0.3s ease;
  width: 100%;
}

.service-list li {
  width: 30%;
}

.service-list .image-container {
  position: relative;
  display: inline-block;
}

.service-list .image-container img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}

.service-list .image-container .text-overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 100%;
  padding: 0;
  /*background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 70%);*/
  text-align: center;
}

.service-list .image-container .text-overlay h3 {
  font-size: 2.2rem;
  font-weight: 400;
  color: white;
  width: 100%;
  padding: 10px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

.service-under {
  padding: 50px 0 50px;
}
.service-under .text-overlay h3{
  font-size: 1.8rem !important;
}
.corporate-link {
	margin: 5px 0;
	transition: 0.3s;
}

@media screen and (max-width: 1050px) {
	
  .service-list {
    flex-wrap: wrap;
  }

  .service-list li {
    width: 100%;
  }

  .service-under li {
    width: 50%;
  }

  .service-under .text-overlay h3{
    font-size: 1.2rem !important;
  }

	.service-under .arrow-link{
	  font-size: 1.2rem !important;
	}
}


/* More Button */

.button-b{
    position:relative;
    z-index:1;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:320px;
    max-width:100%;
    height:60px;
    padding:10px 30px;
    color:#004077;
    font-size: 2.0rem;
	font-weight: 600;
    border:1px solid #004077;
    transition:.3s;
	background-color:#004077
}

.button-b{
    color:#fff;
    border-color:#004077
}
.button-b::before{
    background:#fff
}
.button-b:hover{
    color:#004077
}

@media screen and (max-width: 1050px) {
    .infralink-section {
        padding: 80px 30px 30px;
    }
}

/* Top Message section background */

.topmes-head {
	width: 100%;
	height:16vw;
}

.topmes-section {
	width: 100%;
	padding: 80px 0 120px;
}

.topmes-section .message {
	width: 100%;
	display:flex;
	flex-direction: row;
	justify-content: space-between;
 	align-items: flex-start;
}

.topmes-section .ms-txt {
	width: 50%;
	display: block;
	height: auto;
	font-size: 1.8rem;
	line-height: 3.6rem;
}
.topmes-section .ms-img {
	width: 45%;
	display: block;
	height: auto;
}
.topmes-section img {
	width: 90%;
	border-radius: 16px;
	object-fit: contain;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.03);
}

.topmes-section .ms-txt .company-prop{
	font-weight: bold;
	color: #78909C;
	font-size: 1.3rem;
}
.topmes-section .ms-txt .company-ex{
	font-weight: bold;
	font-size: 2.0rem;
}
@media screen and (max-width: 1920px) {
	.topmes-head {
		width: 100%;
		height:20vw;
	}

}
@media screen and (max-width: 1050px) {
	.topmes-head {
		width: 100%;
		height:40vw;
	}
	.topmes-section {
		padding: 0;
	}
    .topmes-section .message {
		width: 100%;
		flex-direction: column;
		padding: 0px;
	}
	.topmes-section .ms-txt {
		width: 100%;
		padding: 60px 50px;
	font-size: 1.4rem;
	line-height: 2.8rem;
	}
	.topmes-section .ms-img {
		width: 100%;
	}
	.topmes-section img {
		width: 100%;
		object-fit: contain;
		border-radius: 0px;
	}

}
@media screen and (max-width: 768px) {
	.topmes-head {
		width: 100%;
		height:50vw;
	}

	.topmes-section .ms-txt {
		width: 100%;
		padding: 60px 30px;
	}
	.topmes-section .ms-txt .company-prop{
		font-size: 1.2rem;
	}
	.topmes-section .ms-txt .company-ex{
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 450px) {
	.topmes-head {
		height:60vw;
	}
	.topmes-section {
		padding: 30px 0 120px;
	}
}
/*
@media screen and (max-width: 1280px) {

	.topmes-section .message {
		width: 60%;
		transform: scale(0.9);
		padding: 20px;
		top:10vw;
		left: 5vw;
	}
}

@media screen and (max-width: 1050px) {
    .topmes-section {
		height: 720px;
		background-position: 40%  60%;
  		background-size:cover;
	}
	.topmes-section .message {
		width: 60%;
		transform: scale(0.9);
		background-color: rgba(255,255,255, 0.9);
		padding: 20px;
		top:24vw;
		left: 0;
	}
}
@media screen and (max-width: 768px) {
    .topmes-section {
		height: 900px;
  		background-size:cover;
		background-position: 70%  70%;
	}
	.topmes-section .message {
		width: 100%;
		height: auto;
		top: 480px ;
		right: 0;
		left: 0;
		transform: scale(0.9);
		padding: 5px 15px;
	}
}
@media screen and (max-width: 380px) {
    .topmes-section {
		height: 860px;
  		background-size:cover;
		background-position: 70%  70%;
	}
	.topmes-section .message {
		width: 100%;
		height: auto;
		top: 400px ;
		right: 0;
		left: 0;
		transform: scale(0.9);
		padding: 5px 15px;
	}
}
*/
/* Numbers section */

/* new--
.numbers-section-b {
	width: 100%;
	height: auto;
	display: block;
	padding: 50px;
}

.numbers-section-b .numbers-section-block {
	width: 100%;
	height: auto;
	margin: 50px auto;
	display: flex;
 	flex-direction: row;
  	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10;
}

.numbers-section-b .numbers-section-block .box-item-a {
	width:48%;
	height:22vw;
	background: #fff; 
}
.numbers-section-b .numbers-section-block .box-item-b {
	width:22%;
	height:22vw;
	display: flex;
 	flex-direction: column;
	background: #fff; 
	justify-content:center;
}

.numbers-section-b .numbers-section-block .mid{
	width: 100%;
	padding: 5px;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #004077; 
}

.box-item-a .num-box{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 90%;
	height: 90%;
}
.box-item-b .num-box{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 90%;
	height: 90%;
}

.num-box img{
	display: block;
	width: 100px;
	height: 100px;
}
.num-box .bigimg{
	width: 40%;
	height: auto;
}
.num-box .skydio{
	width: 70%;
	height: auto;
}

.num-box .barlow-c{
	display:block;
	margin-top: 20px;
	margin-bottom: -10px;
}
.numbers-section-b .num-l{
	font-size: 8rem;
}
.num-box .num-s{
	font-size: 5em;
}

.box-txt {
	text-shadow: 3px 3px 0px rgba(189, 203, 219, 1);
}

.flex-numbers {
	padding-top:50px;
}

.flex-numbers span{
	margin-top: -20px;
}
.flex-numbers .num-s{
	margin-top: -20px;
}

.box-txt .span-b{
	display: block;
	margin-top: -20px;
}
*/


.numbers-section {
	width: 100%;
	max-width:1080px;
	height: auto;
	margin: 0 auto;
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(20, 1fr);
    gap: 40px ;
	transform: scale(1.0);
}

.numbers-section .mid{
	width: 100%;
	padding: 5px;
	margin: 0 auto;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background-color: #004077; 
}

.box-item-l {
	min-width:480px;
	min-height:150px;
	height:280px;
	background: #fff; 
	text-align: center;
}

.box-item {
	min-width:240px;
	min-height:150px;
	height:200px;
	background: #fff; 
	text-align: center;
}

.box-item .num-box
{
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
	width: 84%;
	height: 70%;
}

.box-item-l .num-box
{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0 auto;
	width: 80%;
	height: 80%;
}

.num-box img{
	display: block;
	width: 100px;
	height: 100px;
}
.num-box .skydio{
	width: 200px;
	height: 200px;
}

.num-box .barlow-c{
	display:block;
	margin-top: 20px;
	margin-bottom: -10px;
}
.num-box .num-l{
	font-size: 6.4rem;
}
.num-box .num-s{
	font-size: 4.8rem;
}

.box-txt {
	text-shadow: 3px 3px 0px rgba(189, 203, 219, 1);
}
.flex-numbers {
	padding-top:50px;
}

.flex-numbers span{
	margin-top: -20px;
}
.flex-numbers .num-s{
	margin-top: -20px;
}

.box-txt .span-b{
	display: block;
	margin-top: -20px;
}
@media screen and (max-width: 1280px) {
    .numbers-section {
		margin-top: -20vh;
		gap: 30px ;
		transform: scale(0.8);
		margin-bottom:-20vh;
	}
	
	.box-item-l {
		min-width:480px;
		min-height:150px;
		height:280px;
	}

	.box-item {
		min-width:240px;
		min-height:150px;
		height:200px;
	}
}

@media screen and (max-width: 1050px) {
    .numbers-section {
		margin-top: -26vh;
		margin-left: -6vh;
		transform: scale(0.6);
		margin-bottom:-26vh;
	}
	
	.box-item-l {
		min-width:480px;
		min-height:150px;
		height:280px;
	}

	.box-item {
		min-width:240px;
		min-height:150px;
		height:200px;
	}
}

@media screen and (max-width: 768px) {
    .numbers-section {
		margin-top: 0;
		margin-left: 0;
		padding: 50px 20px;
		display: flex;
		width: 100%;
		flex-wrap: wrap;
    	gap: 30px;
		transform: scale(1.0);
		margin-bottom: 0;
	}
	.box-item {
		width:100%;
		height: 20vh;
		max-width: 100%;
	}
	.box-item-l {
		width:100%;
		height: 20vh;
		min-width: 200px;
		max-width: 100%;
	}
	.box-item .num-box{
		width: 90%;
	}
	.box-item-l .num-box{
		width: 90%;
		height: 70%;
	}
	.num-box .num-l{
		font-size: 6.2rem;
	}
	.num-box .num-s{
		font-size: 6.2rem;
	}
	.num-box  img{
		height: 90%;
	}

	.box-txt .span-b{
		display: inline-block;
		margin-top: 0px;
	}
	.num-box img{
		width: auto;
		height: 100%;
	}
	.num-box .skydio{
		width: auto;
		height: 100%;
	}

	.flex-numbers {
		display: flex;
  		flex-wrap: wrap;
		flex-direction: row;
 		 justify-content: space-around ;
  		align-items: center;
		padding-top:0px;
	}
	.flex-numbers div {
		margin-right:10px;
	}
	.flex-numbers span{
		margin-top: 0px;
	}
	.flex-numbers  .num-s {
		font-size: 5.0rem;
	}

}

.box-1 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
}

.box-2 {
    grid-row: span 3 / span 3;
    grid-column-start: 3;
}

.box-3 {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
}

.box-4 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
    grid-column-start: 3;
    grid-row-start: 4;
}

.box-5 {
    grid-row: span 3 / span 3;
    grid-row-start: 5;
}

.box-6 {
    grid-row: span 3 / span 3;
    grid-row-start: 5;
}

.box-7 {
    grid-row: span 3 / span 3;
    grid-row-start: 8;
}

.box-8 {
    grid-row: span 3 / span 3;
    grid-row-start: 8;
}

.box-9 {
    grid-row: span 3 / span 3;
    grid-row-start: 8;
}

.box-10 {
    grid-row: span 3 / span 3;
    grid-row-start: 8;
}

.box-11 {
    grid-row: span 3 / span 3;
    grid-row-start: 11;
}

.box-12 {
    grid-row: span 3 / span 3;
    grid-row-start: 11;
}

.box-13 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
    grid-row-start: 11;
}

.box-14 {
    grid-column: span 2 / span 2;
    grid-row: span 4 / span 4;
    grid-row-start: 14;
}

.box-15 {
    grid-row: span 3 / span 3;
    grid-column-start: 3;
    grid-row-start: 15;
}

.box-16 {
    grid-row: span 3 / span 3;
    grid-column-start: 4;
    grid-row-start: 15;
}

.box-17 {
    grid-row: span 3 / span 3;
    grid-row-start: 18;
}

.box-18 {
    grid-row: span 3 / span 3;
    grid-row-start: 18;
}

.box-19 {
    grid-row: span 3 / span 3;
    grid-row-start: 18;
}

.box-20 {
    grid-row: span 3 / span 3;
    grid-row-start: 18;
}



/* Department Section */
.department-section{
  padding: 80px 50px 80px;
}
.department-section .dep-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.department-section .dep-flex::after{
  content:"";
  display: block;
  width:30%;
  margin: 5% 20px;
}

.department-section .dep-flex .department-block{
	display: flex;
  	flex-direction: column;
	width: 45%;
	border: 1px solid #004077;
	padding:0px 30px 30px;
	margin: 5% 20px;
  	box-shadow: 4px 4px 0px 0px rgba(0, 64, 119, 1.0);
}

.department-section .dep-flex .department-block .department{
	font-size: 2.0rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	color: #004077;
	margin: 50px auto;
	min-height: 70px;
}

.department-section .dep-flex .department-block .dep-txt{
	text-align: left;
}

.department-section .dep-flex .department-block .dep-img{
     width:100%;
     height:auto;
	 margin-top: auto;
}

.department-section .dep-flex .department-block .dep-img img{
     width:100%;
     height:100%;
      /*object-fit: cover;
		object-position: center center;*/
	padding-top: 20px;
}


@media screen and (max-width: 1300px) {
	.department-section .dep-flex .department-block{
		width: 45%;
		margin: 5% 10px;
	}
}
@media screen and (max-width: 1050px) {
	.department-section{
	  padding: 50px 10px 50px;
	}
	.department-section .dep-flex .department-block{
		width: 100%;
	}
	.department-section .dep-flex .department-block .dep-img{
     	width:100%;
    	 height:auto;
	     padding: 20px 0px 0px;
	}
	.department-section .dep-flex .department-block .dep-img img{
		 width:100%;
		 /*object-fit: cover;
		object-position: center center;*/
		padding-top: 0px;
	}
}
@media screen and (max-width: 475px) {
	.department-section .dep-flex .department-block{
		width: 100%;
	}
	.department-section .dep-flex .department-block .dep-img{
		 width:100%;
		 height:auto;
	     padding: 20px 0px 0px;
	}
	.department-section .dep-flex .department-block .dep-img img{
		 width:100%;
		  /*object-fit: cover;
		object-position: center center;*/
		padding-top: 0px;
	}
}


/* Welfare-Section */

.welfare-section {
  padding: 80px 0px 50px;
}

.welfare-section .support-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
}

.welfare-section .support-list li{
	width: 48%;
	margin-bottom: 50px;
}

.welfare-section.support-list h3{
	margin-top: 10px;
}

.welfare-section .support-list .corporate-image-wrapper{
	width: 100%;
	height:360px;
	overflow: hidden;
}
.welfare-section .support-list .corporate-image-wrapper img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	vertical-align:bottom;
}

@media screen and (max-width: 1050px) {
	.welfare-section {
	  padding: 80px 50px;
	}

	.welfare-section .support-list .corporate-image-wrapper{
		width: 100%;
		height:250px;
		overflow: hidden;
	}
}
@media screen and (max-width: 768px) {
	.welfare-section {
	  padding: 80px 20px 40px ;
	}

	.welfare-section .support-list img{
		width: 100%;
	}
	
	.welfare-section .support-list li{
		width: 100%;
		margin-bottom: 30px;
	}

}

/* Voice-Section */
.voice-wrapper{
	position: relative;
	top: 100px;
}

.kv-voice-h {
	width:100%;
	overflow: hidden;
}

.kv-voice-h .res_off{
	height: 80vh;
	object-fit: cover;
	background-position: 100px 30px; 
}

.kv-voice-h .motion-txt {
	position:absolute;
	/*top:28vh;*/
	top:250px;
	left:10vw;
	color: #004077;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.30);
  	transition: all 0.5s ease;
}

.kv-voice-h .insert-text {
	position:absolute;
	/*top:28vh;*/
	top:10vw;
	right:5vw;
	color: #004077;
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.30);
  	transition: all 0.5s ease;
}

.kv-voice-h .motion-txt h1{
	font-size: 6.4rem;
}

.kv-voice-h .insert-text h2{
	font-size: 2.4vw;
	line-height:4vw;
	font-weight:bold;
	text-align: right;
	font-feature-settings: "palt";
}

.kv-voice-h .motion-txt .wm-title{
	font-size: 2.0rem;
}
.kv-voice-h .motion-txt .voice-name{
	font-size: 3.0rem;
	line-height: 5.0rem;
}
@media screen and (min-width: 1601px) {

	.kv-voice-h .motion-txt h1{
		font-size: 5.8rem;
	}
	
	.kv-voice-h .motion-txt {
		top:18vh;
		left:10vw;
	}
	.kv-voice-h {
		height:auto;
	}
	.kv-voice-h .insert-text {
		top:7vw;
	}
	
	.kv-voice-h .insert-text h2{
		font-size: 2vw;
		line-height:3.6vw;
	}
	.kv-voice-h img {
		width:100%;
		height:auto;
	}
}
@media screen and (max-width: 1600px) {

	.kv-voice-h .motion-txt {
		/*top:28vh;*/
		top:170px;
		left:5vw;
	}
	.kv-voice-h .motion-txt h1{
			font-size: 5.4rem;
	}
	.kv-voice-h .motion-txt .wm-title{
		font-size: 2rem;
	}
	.kv-voice-h .motion-txt .voice-name{
		font-size: 3rem;
		line-height: 4.0rem;
	}
}
@media screen and (max-width: 1300px) {
		.kv-voice-h .motion-txt h1{
			font-size: 5.4rem;
		}
	.kv-voice-h .motion-txt {
		/*top:28vh;*/
		top:130px;
		left:5vw;
	}
}
@media screen and (max-width: 1050px) {
	.kv-wrapper-h img{
		height:800px;
		object-fit: cover;
	}
	.kv-voice-h .motion-txt {
		top:420px;
		text-align: left;
		color: #ffffff;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
	}
	
	.kv-voice-h .insert-text {
		top:45vw;
		right:30vw;
		color: #ffffff;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.60);
	}
	.kv-voice-h .motion-txt h1{
		font-size: 5.0rem;
	}
	
	.kv-voice-h .insert-text h2{
		font-size: 4.2vw;
		line-height:7vw;
		text-align: left;
	}
	.kv-voice-h .motion-txt .wm-title{
		font-size: 2.0rem;
        justify-content: flex-start;
	}
	.kv-voice-h .motion-txt .voice-name{
		font-size: 3.0rem;
		line-height: 4.0rem;
	}
}
@media screen and (max-width:768px) {
	.voice-wrapper{
		position: relative;
		top: 70px;
	}
	.kv-voice-h .motion-txt {
		/*top:55vw;*/
		top:440px;
	}
	
	.kv-voice-h .insert-text {
		top:60vw;
		right:30vw;
	}
	.kv-voice-h .motion-txt h1{
		font-size: 4.6rem;
	}
	
	.kv-voice-h .insert-text h2{
		font-size: 5vw;
		line-height:8vw;
	}
	.kv-voice-h .motion-txt .wm-title{
		font-size: 2.0rem;
	}
	.kv-voice-h .motion-txt .voice-name{
		font-size: 3.0rem;
	}
}

@media screen and (max-width:540px) {
	
	.kv-voice-h .motion-txt {
		/*top:85vw;*/
		top:500px;
	}
	
	.kv-voice-h .insert-text {
		top:70vw;
	}
	.kv-voice-h .motion-txt h1{
		font-size: 3.6rem;
	}
	.kv-voice-h .motion-txt .wm-title{
		font-size: 1.6rem;
	}
	.kv-voice-h .motion-txt .voice-name{
		font-size: 2.0rem;
	}
}

@media screen and (max-width:450px) {
	.kv-voice-h .motion-txt {
		/*top:110vw;*/
		top:480px;
	}
	
	.kv-voice-h .insert-text {
		top:120vw;
		right:3vw;
		left:3vw;
	}
	
	.kv-voice-h .insert-text h2{
		font-size: 6.5vw;
		line-height:10vw;
		text-align: left;
	}
}

@media screen and (max-width:375px) {
	.kv-voice-h .motion-txt {
		/*top:140vw;*/
		top:530px;
	}
	.kv-voice-h .motion-txt h1{
		font-size: 3.0rem;
	}
}


.voice-detail-section {
  padding: 80px 0 0 0;
}
.voice-section-wrapper {
  transform: translateY(-15px);
  width: 100%;
  overflow: hidden;
}

.voice-wrapper .voice-section-wrapper {
 width: 100%;
 padding-bottom: 20vh;
}

.voice-arrow {
  display: inline-block;
  text-align: center;
  margin-top: 5%;
}
.voice_block-slider {
  /*width: 1560px;*/
	width: 1280px;
	margin: 20px auto;
	padding: 20px 0
}

.voice-section-list li {
 	width: 7vw;
	margin-right: 20px;
}

.voice-section-list li a {
  display: block;
  transition: 0.3s;
	border-radius: 10px;
}
.voice-section-list li a:hover .youtube-image img {
  transform: scale(1.1);
}
.voice-section-image {
  width: 100%;
  overflow: hidden;
}
.voice-section-image img {
  transition: 0.3s;
}
.voice-section-image-cat {
  text-align: center;
  min-width: 100px;
  padding: 1em;
  left: 0;
  top: 0;
  z-index: 10;
}
.voice-section-title {
  margin: 20px auto;
  line-height: 1.4;
  font-size: 1.4rem;
}
.voice-section-thumb {
  padding:0;
  width: 26vh;
  height: 32vh;
  border-radius: 0px;
}
.voice-section-thumb img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 2000px) {
	.voice-section {
		max-width: 2000px;
	}
	.voice-section-wrapper
	 {
		transform: translateY(0px);
		width: 100%;
		 position: relative;
		 left:0vw;
		overflow: hidden;
	}
	.voice_block-slider {
		width: 70vw;
	}

}
@media screen and (max-width: 1050px) {
	.voice-section {
		padding: 30px 0 0 0;
	}
	.voice-detail-section {
	  padding: 0;
	}
	
	.voice-detail {
		width:50%;
		display: flex;
		align-items: left;
		position: relative;
		bottom:0;
	}
	
	.voice-section .support-list .corporate-image-wrapper {
		height: 250px; 
		overflow: hidden;
	}
	.voice-section .support-list {
		padding: 50px;
	}
	.voice-section .support-list .corporate-image-wrapper img{
		width: 100%;
		height: 100%;
		object-fit:cover;
		vertical-align:bottom;
	}
	.voice-section .contents {
			width: 100% !important;
	}
	.voice-section-thumb {
		  width: 100%;
		  height: auto;
	}
	.voice-section-thumb img {
		  width: 80%;
		  height: auto;
	  	-o-object-fit: cover;
		 object-fit: cover;
	}
	section .contents {
			width: 100% !important;
	}
	
}
@media screen and (max-width: 450px) {

	.voice_block-slider {
	  width: 100%;
	}
	.voice-detail {
		top:15vh;
	}
	
	.voice-section .support-list .corporate-image-wrapper {
		height: 200px; 
		overflow: hidden;
	}
	.voice-section-list li {
		width: calc(25% - 30px);
		margin-right: 	20px;
	}
	.voice-section-thumb {
		width: calc(100% - 40px);;
		 height: 80vw;
	}

   .voice-section-thumb img {
	  	width:100%;
	   border-radius: 0px;
	}
}
/* voice-table*/

.voice-table {
  width: 100%;
  border-collapse: collapse;
}

.voice-table tr {
  display: table-row;
  height: auto;
  margin: 0;
	display: block;
    padding-bottom: 50px;
}

.voice-table th {
  width: 25%;
  font-size: 2.0rem;
  color: #004077;
  font-weight: bold;
  vertical-align: middle;
  padding: 30px 50px;
  border-right: #004077 2px solid;
  text-align: left;
}

.voice-table td {
  text-align: left;
  padding: 30px 50px;
}

@media screen and (max-width: 1050px) {
  .voice-table, 
  .voice-table tbody, 
  .voice-table tr, 
  .voice-table th, 
  .voice-table td {
    display: block;
    width: 100%;
  }

  .voice-table tr {
    padding-bottom: 30px;
  }

  .voice-table th {
    background-color: #f0f0f0;
    color: #004077;
    font-size: 1.8rem;
    border: none;
    padding: 10px 20px;
  }

  .voice-table td {
    padding: 10px 20px;
    text-align: left;
  }
}

.voice-advise-section {
	width:100%;
	height:auto;
}
.voice-advise-section img {
	object-fit: cover;
	height:100%;
}
.voice-advise-section .ab-r{
	width: 32vw;
	position: absolute;
    top:0vh;
    right:10%;
	text-align: right;
	padding: 20px;
	border-radius: 10px;
	background-color: rgba(0, 64, 119, 0.8);
}
.voice-advise-section .mission-title-wrapper{
	width: 100%;
	height: auto;
	font-size: 3.0rem;
	margin: 30px 0;
	padding: 0;
	color: white;
}
.voice-advise-section .advise-coment{
	width: 100%;
	height:auto;
	font-size: 1.4rem;
	line-height: 2.8rem; 
	margin: 80px 0 0;
	font-feature-settings: "palt";
		color: white;
}
@media screen and (min-width: 1281px) {
	.kv-voice-h .v-img{
		height: 70vh;
		object-fit: cover;
	}
	.kv-voice-h {
		height:70vh;
	}
	.kv-voice-h  .insert-img{
		object-fit: cover;
		height:70vh;
	}
	.voice-advise-section {
		height:70vh;
		overflow: hidden;
	}
	.voice-advise-section .ab-r{
		top:5vw;
		right:5%;
	}
}
@media screen and (min-width: 1920px) {
	.kv-voice-h .v-img{
		height: 60vh;
		object-fit: cover;
	}
	.kv-voice-h {
		height:60vh;
	}
	.voice-advise-section {
		height:60vh;
		overflow: hidden;
	}
	.voice-advise-section .ab-r{
		top:5vh;
		right:10%;
	}
}
@media screen and (min-width: 2400px) {
	.kv-voice-h {
		height:50vh;
	}
	.voice-advise-section {
		height:50vh;
		overflow: hidden;
	}
	.voice-advise-section .ab-r{
		top:5vh;
		right:10%;
	}
}
@media screen and (max-width: 1280px) {
	.voice-advise-section {
		width:100%;
		height:auto;
	}
	.voice-advise-section .ab-r{
		width: 45%;
		position: absolute;
		top:15%;
		right:2%;
		text-align: right;
		padding: 30px;
		border-radius: 8px;
	}
	.voice-advise-section .mission-title-wrapper{
		margin: 20px 0;
	}
	.voice-advise-section .advise-coment{
		margin: 40px 0 0;
	}
}
@media screen and (max-width: 1050px) {
	.voice-advise-section .ab-r{
		width: 90%;
		position: absolute;
		top:60%;
		right:5%;
		text-align: center;
		padding: 10px 10px;
		border-radius: 5px;
	}
	.voice-advise-section .mission-title-wrapper{
		font-size: 2.0rem;
		margin: 10px 0;
	}
	.voice-advise-section .advise-coment{
		margin: 20px 0 20px;
		line-height: 2.4rem; 
	}
}
@media screen and (max-width: 768px) {
	.voice-advise-section {
		height:80vh;
		min-height:70vh;
	}
	.voice-advise-section .ab-r{
		width: 90%;
		position: absolute;
		top:50%;
		right:5%;
		text-align: center;
		padding: 10px 10px;
		border-radius: 5px;
	}
	.voice-advise-section .mission-title-wrapper{
		font-size: 2.0rem;
	}
	.voice-advise-section .advise-coment{
		line-height: 2.4rem; 
		margin: 30px 0 20px;
	}
}
@media screen and (max-width: 480px) {
	.voice-advise-section {
		height:80vh;
		min-height:100vh;
	}
	.voice-advise-section .ab-r{
		width: 90%;
		position: absolute;
		top:47%;
		right:5%;
		text-align: center;
		padding: 10px 10px;
		border-radius: 5px;
	}
	.voice-advise-section .mission-title-wrapper{
		font-size: 1.8rem;
		margin: 0 0 10px;
	}
	.voice-advise-section .advise-coment{
		line-height: 2.6rem; 
		margin: 0px 0 0;
		padding: 10px 10px;
	}
  }

/* Career Section */
.career-section{
  padding: 80px 0px 80px;
	width: 100%;
}
.career-section .career-flex {
 width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.career-section .career-flex::after{
  content:"";
  display: block;
	width: 45%;
}
.career-section .career-flex a{
	display: block;
	width: 45%;
}

.career-section .career-flex .career-block{
  	display: flex;
    justify-content: space-between;
	width: 100%;
	border: 10px solid #f0f0f0;
	padding:20px 30px;
	margin: 20px 0;
}

.career-section .career-flex .career-block:hover {
	border: 10px solid #004077;
	background-color: #E1F5FE;
}

.career-section .career-flex .career-block .career{
	font-size: 2.0rem;
	font-weight: bold;
	display: block;
	color: #004077;
	margin: 20px auto;
}

.career-section .career-flex .career-block .career-txt{
	text-align: left;
}
.career-section table th, td {
	padding: 30px;
	vertical-align: middle;
}
.career-section table th {
	width: 12%;
	background-color: #f0f0f0;	
}
@media screen and (max-width: 1050px) {
	.career-section{
	  padding: 50px 30px 50px;
	}
}

@media screen and (max-width: 768px) {	
	.career-section table th {
		width: 100%;
		padding: 10px;
	}
	.career-section .career-flex a{
		display: block;
		width: 100%;
	}
}