@charset "UTF-8";
/* CSS Document */


/* animation_box */

.animation_box {
  transition: 1s ease;
	opacity: 0;
	transition-delay: 1s;
}

.title-top .animation_box {
  transform: translateY(-70px);
}

.animation_box.effect {
	opacity: 1;
}

.title-top .animation_box.effect {
  transform: translateY(0px);
}


/* contents-top */

.contents-top {
	width: 100%;
	position: relative;
}

.contents-top img {
	width: 100%;
height: auto;
}

.title_contents-top {
	font-size: 30px;
line-height: 1.2;
font-weight: 700;
}

.contents02 .title_contents-top, .contents06 .title_contents-top {
	color: #FFF;
}

/* box-grid */

.box-grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
 
.box-grid div {
  height: 100%;
  flex: 1;
}

.box-grid div:not(:last-child) {
  border-right: 1px solid #E2E2E2;
}

.contents02 .box-grid div:not(:last-child), .contents06 .box-grid div:not(:last-child) {
  border-right: 1px solid #3E3E3E;
}

.main-img-top .box-grid div:not(:last-child) {
  z-index: 5;
}

/* container */

.container {
	width: 100%;
}

.container > section .box-inner {
	position: relative;
}

.container > section .box-inner::before {
	position: absolute;
top: 0px;
	font-size: 10.6vw;
color: #FF6E01;
line-height: 0.8;
letter-spacing: 0em;
font-weight: 700;
	display: block;
}

.container .animation_box::before {
	transition: 1.5s ease;
	opacity: 0;
	transition-delay: 0s;
}

.container .animation_box.effect::before {
	opacity: 1;
}

.contents01 .box-inner::before {
	content: "MESSAGE";
	margin-top: -7%;
	right: 0px;
	transform: translateX(1000px);
}

.contents01 .animation_box.effect::before {
	transform: translateX(0px);
}

.contents02 .box-inner::before {
	content: "ABOUT US";
	margin-top: -5%;
	left: 0px;
	transform: translateX(-1000px);
}

.contents02 .animation_box.effect::before {
	transform: translateX(0px);
}

.contents04 .box-inner::before {
	content: "JOB";
	margin-top: -5%;
	left: 0px;
	transform: translateX(-1000px);
}

.contents04 .animation_box.effect::before {
	transform: translateX(0px);
}

.contents05 .box-inner::before {
	content: "VOICE";
	left: 0px;
	width: 100%;
	text-align: center;
	margin-top: -1%;
	transform: translateY(-500px);
}

.contents05 .animation_box.effect::before {
	transform: translateY(0px);
}

.contents06 .box-inner::before {
	content: "BENEFITS";
	left: 0px;
	width: 100%;
	text-align: center;
	margin-top: -7%;
	transform: translateY(-500px);
}

.contents06 .animation_box.effect::before {
	transform: translateY(0px);
}

.container > section.contents07 .box-inner::before {
	content: "ENTRY";
	left: 0px;
	padding-top: 5%;
	width: 100%;
	text-align: center;
	color: #2C2C2C;
	transform: translateY(-500px);
}

.container > section.contents07 .animation_box.effect::before {
	transform: translateY(0px);
}

/* main-img-top */

.main-img-top {
  width: 100%;
	height: 100vh; 
	position: relative;
}

.main-img-top::after {
  content: "";
	position: absolute;
right: 20px;
bottom: 20px;
	background-image: url("../../images/common/scroll.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 23px;
	height: 151px;
}

.main-img-top .box-img, .main-img-top .slider-container {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.main-img-top .box-img .slider-container, .main-img-top .slider-container > div {
	flex: 1;
}

/* bg-slider */

.bg-slider {
    width: 100%;
    height: 100%; 
    overflow: hidden; 
}

.bg-slider .slider-container .left-slide,
.bg-slider .slider-container .right-slide,
.bg-slider .slider-container .left-slide2 {
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bg-slider .slider-container1 .right-slide {
	height: 92%;
}

.bg-slider .slider-container2 .left-slide {
	height: 84%;
}

.bg-slider .slider-container2 .right-slide {
	height: 76%;
}

.bg-slider .slider-container3 .left-slide {
	height: 68%;
}

.bg-slider .slider-container3 .right-slide {
	height: 60%;
}

.image-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 0); 
    z-index: 1; 
	overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;  
    object-position: center; 
}

.image-wrapper.show {
    z-index: 2; 
    clip-path: inset(0 0 0 0); 
    transition: transform 8s ease-in-out; 
}

.image-wrapper.hidden {
    transition: transform 8s ease-in-out; 
}

.image-wrapper.leave {
    transition: clip-path 2.6s cubic-bezier(0.77,0,0.2,1), transform 1s ease-in-out; 
    z-index: 2; 
}

.right-slide .image-wrapper.leave {
    clip-path: inset(0 0 100% 0); 
}

.left-slide .image-wrapper.leave, .left-slide2 .image-wrapper.leave {
    clip-path: inset(100% 0 0 0); 
}

.main-img-top .slider-container4 {
	display: none;
}

.main-img-top .box-text {
  width: 100%;
	position: absolute;
left: 0px;
bottom: 30px;
	text-align: right;
	z-index: 5;
}

.main-img-top .box-text h2 img {
	width: 40%;
}

.main-img-top .box-text h3 {
	font-size: 3.5vw;
color: #2C2C2C;
line-height: 1.2;
letter-spacing: 0em;
font-weight: 800;
	padding-top: 20px;
}

/* contents01 */

.contents01 {
	width: 100%;
	padding-top: 220px;
	padding-bottom: 150px;
	background-image: url("../../images/top/back01.png");
background-position: left bottom;
background-repeat: no-repeat;
background-size: 60% auto;
}

.contents01 .box-inner {
	padding-left: 16.6%;
	display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
	position: relative;
}

.contents01 .box-text {
	flex: 1;
	padding-right: 3%;
}

.contents01 .box-img {
	width: 60%;
	padding-top: 140px;
}

.contents01 .box-img img {
	width: 100%;
min-height: 460px;
}

.contents01 .title_contents-top {
	margin-bottom: 100px;
}


/* contents02 */

.contents02 {
	width: 100%;
	background-color: #2C2C2C;
	text-align: center;
	position: relative;
}

.contents02 .box-inner {
	padding: 120px 0px 100px;
}

.contents02 .title_contents-top {
	text-align: left;
	margin-bottom: 100px;
}

.contents01-modalwrap {
	text-align: left;
}

.contents01-modalwrap .lay-about01 {
	margin-bottom: 80px;
	position: relative;
}

.contents01-modalwrap .lay-about01::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/top/img-about0.png");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 160px;
	height: 160px;
	margin-top: -20px;
}

.contents01-modalwrap .lay-about02 .box, .contents05-modalwrap .lay-voice01 .item {
	margin-bottom: 80px;
	padding: 0px 15px;
}

.contents05-modalwrap .lay-voice01 .item {
	margin-bottom: 50px;
	padding: 0px;
}

.contents01-modalwrap .lay-about03, .contents05-modalwrap .item-last {
	border-radius: 20px;
	background-color: #F2F2F2;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: center;
	padding: 25px 40px;
}

.contents01-modalwrap .lay-about03 .box-img {
	width: 20%;
}

.contents05-modalwrap .item-last .box-img {
	width: 30%;
}

.contents01-modalwrap .lay-about03 .box-detail {
	width: 77%;
}

.contents05-modalwrap .item-last .box-detail {
	width: 67%;
}

.contents01-modalwrap h4, .contents05-modalwrap h4 {
	font-size: 20px;
line-height: 1.2;
font-weight: 400;
}

.contents01-modalwrap h4 {
	margin-bottom: 20px;
	padding-left: 180px;
}

.contents01-modalwrap h5, .contents05-modalwrap h5 {
	font-size: 2vw;
color: #FF6E01;
line-height: 1.4;
font-weight: 700;
	border-bottom-style : solid;
border-color : #707070;
border-width : 1px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.contents01-modalwrap h5 {
	font-size: 2.2vw;
	padding-left: 180px;
}

.contents01-modalwrap h6, .contents05-modalwrap h6 {
	font-size: 1.4vw;
line-height: 1.4;
font-weight: 700;
	margin-bottom: 10px;
}

.contents01-modalwrap p span {
	text-align: right;
	display: block;
	padding-top: 15px;
}


.contents02 .lay01, .contents03 .lay01 {
	width: 100%;
	position: relative;
	padding-top: 50px;
}

.contents02 .lay01::before, .contents03 .lay01::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 27px;
}

.contents02 .lay01::before {
	background-image: url("../../images/top/text02.svg");
}

.contents03 .lay01::before {
	background-image: url("../../images/top/text06.svg");
}

.contents02 .lay01::after, .contents03 .lay01::after {
	content: "";
	display: block;
	margin: 0px auto;
	margin-top: 30px;
	width: 60px;
	height: 1px;
	background-color: #FFF;
}

.contents03 .lay01::after {
	background-color: #2C2C2C;
}

.contents02 .lay01 .inner, .contents03 .lay01 .inner {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap:15px;
}

.contents02 .lay02 {
	padding: 40px 0px 160px;
}

.contents02 .lay02 .box-detail {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents02 .lay02 .box {
	width: 48%;
	background-color: #FFF;
	border-radius: 20px;
	padding: 100px 55px 50px;
}

.contents02 .lay03 img {
	border-radius: 20px;
}

.contents02 .lay03 .box-detail {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	align-items: flex-start;
	padding: 50px 0px 60px;
}

.contents02 .lay03 .box-detail .box {
	width: 50%;
	min-height: 226px;
	position: relative;
	padding-left: 45px;
	padding-top: 25px;
}

.contents02 .lay03 .box-detail .box:nth-child(2) {
	margin-top: 100px;
}

.contents02 .lay03 .box-detail .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: left top;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 23px;
	height: 226px;
}

.contents02 .lay03 .box-detail .box:nth-child(1)::before {
	background-image: url("../../images/top/text04.svg");
}

.contents02 .lay03 .box-detail .box:nth-child(2)::before {
	background-image: url("../../images/top/text05.svg");
}

.contents02 h3, .contents03 h3 {
	font-size: 34px;
line-height: 1.2;
}

.contents02 h3:nth-child(1), .contents03 h3:nth-child(1) {
font-weight: 700;
	display: inline-block;
	padding: 2px 5px;
	background-color: #FFF;
}

.contents02 h3:nth-child(2), .contents03 h3:nth-child(2) {
font-weight: 700;
	color: #FF6E01;
}

.contents02 .lay02 h4 {
	font-size: 1.4vw;
	color: #FFF;
line-height: 1.2;
	font-weight: 400;
	position: relative;
	padding: 65px 0px 30px;
}

.contents02 .lay02 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/top/text03.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 49px;
}

.contents02 .lay03 h4 {
	font-size: 30px;
	color: #FF6E01;
line-height: 1.2;
	font-weight: 700;
	position: relative;
	margin-bottom: 40px;
	width: 100%;
}

.contents02 .lay03 h4::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/top/icon-text01.svg");
background-position: center center;
background-repeat: no-repeat;
	background-size: auto 25px;
	width: 100%;
	height: 100%;
}

.contents02 .lay02 h5 {
	font-size: 26px;
	color: #000;
line-height: 1.2;
	font-weight: 700;
	position: relative;
	min-height: 90px;
}

.contents02 .lay02 h5::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 26px;
	margin-top: -50px;
}

.contents02 .lay02 .box:nth-child(1) h5::before {
	background-image: url("../../images/top/number01.svg");
}

.contents02 .lay02 .box:nth-child(2) h5::before {
	background-image: url("../../images/top/number02.svg");
}

.contents02 .lay03 h6 {
	font-size: 1.9vw;
	color: #FF6E01;
line-height: 1.2;
	font-weight: 700;
	margin-bottom: 30px;
	text-align: left;
}

.contents02 p {
	text-align: left;
}

.contents02 .lay03 p {
	color: #FFF;
	width: 95%;
}


/* contents03 */

.contents03 {
	width: 100%;
	background-color: #F2F2F2;
	text-align: center;
}

.contents03 .box-inner {
	padding: 120px 0px 160px;
}

.contents03 .lay02 {
	padding-top: 100px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:60px 0px;
}

.contents03 .lay02 .box {
	width: 30.5%;
	background-color: #FFF;
	border-radius: 20px;
	position: relative;
	background-image: url("../../images/common/btn-more.svg");
background-position: right bottom;
background-repeat: no-repeat;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

.contents03 .lay02 .box::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	min-width: 40%;
	display: inline-block;
	padding: 8px 10px;
	background-color: #2C2C2C;
color: #FFF;
line-height: 1.2;
font-weight: 400;
	margin-left: -15px;
	margin-top: -15px;
}

.contents03 .lay02 .number01::before {
	content: "社員数";
}

.contents03 .lay02 .number02::before {
	content: "平均年齢";
}

.contents03 .lay02 .number03::before {
	content: "平均勤続年数";
}

.contents03 .lay02 .number04::before {
	content: "月平均所定外労働時間";
}

.contents03 .lay02 .number05::before {
	content: "月平均エンジニア資格手当";
}

.contents03 .lay02 .number06::before {
	content: "育休取得率";
}

.contents03 .lay02 .box::after {
	content: "";
	position: absolute;
right: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 40%;
	margin-top: -30px;
}

.contents03 .lay02 .number01::after {
	background-image: url("../../images/top/icon-number01.svg");
	height: 59px;
}

.contents03 .lay02 .number02::after {
	background-image: url("../../images/top/icon-number02.svg");
	height: 53px;
}

.contents03 .lay02 .number03::after {
	background-image: url("../../images/top/icon-number03.svg");
	height: 71px;
}

.contents03 .lay02 .number04::after {
	background-image: url("../../images/top/icon-number04.svg");
	height: 69px;
}

.contents03 .lay02 .number05::after {
	background-image: url("../../images/top/icon-number05.svg");
	height: 62px;
}

.contents03 .lay02 .number06::after {
	background-image: url("../../images/top/icon-number06.svg");
	height: 67px;
}

.contents03 .lay02 .box a {
	width: 100%;
	min-height: 16vw;
	display: flex;
  justify-content: center;
align-items: center;
	flex-direction: column;
	padding-top: 30px;
}

.contents03 h4 {
	display: inline-block;
	padding: 8px 10px;
	background-color: #2C2C2C;
color: #FFF;
	font-size: 18px;
line-height: 1.2;
font-weight: 400;
	margin-bottom: 30px;
	min-width: 250px;
}

.contents03 h6 {
	font-family: "din1451alt", serif;
	font-size: 80px;
color: #FF6E01;
line-height: 0.8;
font-weight: 600;
}

.contents03 h6::after {
	content: "";
	display: inline-block;
	padding-left: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 22px;
color: #2C2C2C;
line-height: 1.2;
	font-weight: 700;
}

.contents03 .number01 h6::after {
	content: "名";
}

.contents03 .number02 h6::after {
	content: "歳";
}

.contents03 .number03 h6::after {
	content: "年";
}

.contents03 .number04 h6::after {
	content: "時間";
}

.contents03 .number05 h6::after {
	content: "万円";
}

.contents03 .number06 h6::after {
	content: "%";
}

.contents03 p {
	padding-top: 30px;
}


/* contents04 */

.contents04 {
	width: 100%;
	background-image: url("../../images/top/back02.svg");
background-position: center bottom;
background-repeat: repeat-x;
background-size: auto 41.5%;
}

.contents04 .contents04-modalwrap {
	text-align: center;
}

.contents04 .lay-job01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents04 .lay-job01 .box-text {
	width: 57%;
	text-align: left;
}

.contents04 .lay-job01 .box-img {
	width: 40%;
}

.contents04 .lay-job02 {
	padding-top: 40px;
}

.contents04 .box-inner {
	padding: 100px 0px 120px;
}

.contents04 .lay01 {
	padding: 50px 0px 55px;
}

.contents04 .lay02 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents04 .lay02 .box {
	width: 32.7%;
	display: flex;
	flex-direction: column;
}

.contents04 .lay02 .box a {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.contents04 .lay02 .box:nth-child(even) a {
	flex-direction: column-reverse;
}

.contents04 .lay02 .box a:hover {
	opacity: 1;
}

.contents04 .lay02 .box-img {
	overflow: hidden;
	position: relative;
}

.contents04 .lay02 img {
	transition:.5s all;
}

.contents04 .box:hover img {
	transform:scale(1.1,1.1);
  transition:.5s all;
}

.contents04 .lay02 .box-text {
	width: 100%;
	height: 21.7vw;
	position: relative;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(70, 70, 70, 1) 0%,rgba(44, 44, 44, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(70, 70, 70, 1) 0%, rgba(44, 44, 44, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(70, 70, 70, 1) ),color-stop(1,rgba(44, 44, 44, 1) ));
  background : -o-linear-gradient(-90deg, rgba(70, 70, 70, 1) 0%, rgba(44, 44, 44, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(70, 70, 70, 1) 0%, rgba(44, 44, 44, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#464646', endColorstr='#2C2C2C' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(70, 70, 70, 1) 0%, rgba(44, 44, 44, 1) 100%);
}

.contents04 .lay02 .box-text::before {
	content: "";
	position: absolute;
left: 25px;
bottom: 20px;
	background-image: url("../../images/common/link-arrow01.svg");
background-position: right bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 110px;
	height: 15px;
	transition: .5s;
}

.contents04 .lay02 .box:hover .box-text::before {
	width: 118px;
}

.contents04 .lay02 .box-text .inner {
	position: absolute;
left: 25px;
bottom: 40px;
}


.contents04 h3 {
	font-size: 2.2vw;
line-height: 1.3;
letter-spacing: 0.1em;
font-weight: 700;
	margin-bottom: 20px;
}

.contents04 h3::after {
	content: "";
	display: block;
	margin: 0px auto;
	margin-top: 20px;
	width: 40px;
	height: 2px;
	background-color: #707070;
}

.contents04 h4 {
	font-size: 2.2vw;
	color: #FF6E01;
line-height: 1.3;
letter-spacing: 0.1em;
font-weight: 700;
	margin-bottom: 40px;
}


.contents04 h5 {
	font-size: 24px;
color: #FFF;
line-height: 1.3;
font-weight: 300;
	margin-bottom: 20px;
}

.contents04 h6 {
	font-size: 14px;
color: #FF6E01;
line-height: 0.8;
font-weight: 200;
}


/* contents05 */

.contents05 {
	width: 100%;
	text-align: center;
}

.contents05 .box-inner {
	padding: 160px 0px 190px;
}

.contents05 .title_contents-top {
	margin-bottom: 110px;
}

.contents05 .lay01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.contents05 .lay01 .box {
	width: 16.6%;
}

.contents05 .lay01 .box:nth-child(even) {
	margin-top: 70px;
}

.contents05 .lay01 .box a:hover {
	opacity: 1;
}

.contents05 .lay01 .box-img {
	position: relative;
}

.img-front {
  transition: all 0.5s ease;
  backface-visibility: hidden;
}

.contents05 a:hover .img-front {
  transform: rotateY(-180deg) translateY(0px);
  opacity: 0;
}

.img-back {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease;
  transform: rotateY(90deg);
  transform-origin: 50% 0%;
  opacity: 0;
  display: block;
  justify-content: center;
  align-items: center;
}

.contents05 a:hover .img-back {
  transform: rotateY(0) translateY(0px);
  opacity: 1;
  transition-delay: 0.15s;
}

.contents05 .lay01 .box-text {
	position: relative;
	margin-top: -15px;
	text-align: left;
}

.contents05 .lay01 h6 {
color: #FFF;
line-height: 1.2;
font-weight: 400;
	display: inline-block;
	padding: 6px 10px;
	min-width: 50%;
	text-align: center;
	background-color: #2C2C2C;
}

.contents05 .lay01 p {
padding-top: 5px;
	padding-left: 15px;
}

.contents05-modalwrap {
	text-align: left;
}

.contents05-modalwrap .lay-voice01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	flex-direction: row-reverse;
	margin-bottom: 50px;
	position: relative;
}

.contents05-modalwrap .lay-voice01::before {
	content: "";
	position: absolute;
left: 0px;
top: 90px;
background-position: left top;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 82px;
	height: 100%;
	margin-left: -30px;
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(1) .lay-voice01::before {
	background-image: url("../../images/top/text-voice01.svg");
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(2) .lay-voice01::before {
	background-image: url("../../images/top/text-voice02.svg");
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(3) .lay-voice01::before {
	background-image: url("../../images/top/text-voice01.svg");
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(4) .lay-voice01::before {
	background-image: url("../../images/top/text-voice02.svg");
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(5) .lay-voice01::before {
	background-image: url("../../images/top/text-voice01.svg");
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(6) .lay-voice01::before {
	background-image: url("../../images/top/text-voice02.svg");
}

.contents05-modalwrap .lay-voice01::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	font-size: 80px;
color: #FF6E01;
line-height: 1.2;
font-weight: 700;
	margin-left: -30px;
	margin-top: -30px;
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(1) .lay-voice01::after {
	content: "01";
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(2) .lay-voice01::after {
	content: "02";
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(3) .lay-voice01::after {
	content: "03";
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(4) .lay-voice01::after {
	content: "04";
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(5) .lay-voice01::after {
	content: "05";
}

.contents05-modalwrap .sliderModal__contents-wrap:nth-child(6) .lay-voice01::after {
	content: "06";
}

.contents05-modalwrap .lay-voice01 .box-text {
	width: 65%;
}

.contents05-modalwrap .lay-voice01 > .box-img {
	width: 30%;
	padding-left: 4%;
	padding-top: 60px;
	position: relative;
}

.contents05-modalwrap .box-title {
	display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
	align-items: center;
	gap:0px 20px;
	margin-bottom: 20px;
}

.contents05-modalwrap h3 {
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: 400;
	padding: 5px 20px;
	display: inline-block;
	background-color: #2C2C2C;
	text-align: center;
	min-width: 130px;
}



/* contents06 */

.contents06 {
	width: 100%;
	text-align: center;
	background-color: #2C2C2C;
	position: relative;
}

.contents06 .box-inner {
	padding: 120px 0px 80px;
}

.contents06 .lay01 {
	padding: 60px 1% 0px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:20px 0px;
}

.contents06 .lay01 .box {
	width: 23%;
	height: 88px;
	background-color: #FFF;
	border-radius: 10px;
}

.contents06 .lay01 .box a {
	width: 100%;
	height: 88px;
	display: flex;
  justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
	position: relative;
	padding: 0px 20px;
	text-align: left;
}

.contents06 .lay01 .box a::before {
	content: "";
	position: absolute;
right: 15px;
top: 0px;
	background-image: url("../../images/common/link-arrow02.svg");
background-position: right center;
background-repeat: no-repeat;
	background-size: auto 20px;
	width: 20px;
	height: 100%;
	transition: .5s;
}

.contents06 .lay01 .box a:hover::before {
right: 8px;
}

.contents06 h3 {
	font-size: 2.2vw;
color: #FF6E01;
line-height: 1.3;
letter-spacing: 0.1em;
font-weight: 700;
	margin-bottom: 35px;
}

.contents06 h3::after {
	content: "";
	display: block;
	margin: 0px auto;
	margin-top: 20px;
	width: 40px;
	height: 2px;
	background-color: #707070;
}

.contents06 h6 {
line-height: 1.3;
font-weight: 400;
}


/* ==========================
  モーダル（ポップアップ）
========================== */

.js_modalBtnCont:hover,
.js_modalBtnCont:focus {
  opacity: 0.75;
}

.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.5s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.5s ease forwards;
}
.js_modalBG {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(44, 44, 44, 0.9);
}
.js_modalContInner {
  position: absolute;
  top: 0%;
  left: 0%;
	width: 100%;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
/*
	overflow-y: scroll;
	padding: 100px 0px;
*/
	/* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}

/* Chrome, Safari 対応 */
.js_modalContInner::-webkit-scrollbar {
 display:none;
}

.js_modalContWrap__wrap {
	width: 56%;
	position: relative;
}

.js_modalContWrap {
  width: 100%;
	position: relative;
}

.js_modalCont {
  width: 100%;
	border-radius: 20px;
	background-color: #fff;
	overflow: hidden;
	padding: 60px 6% 50px;
}

.js_modalCont .box-img {
	width: 100%;
	margin-bottom: 30px;
}

.js_modalCont .box-text p {
	text-align: left;
}


.js_modalClose {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 60px;
  height: 60px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
	margin-right: -30px;
	margin-top: -30px;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
    z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}



/* contents07 */

.contents07 {
	width: 100%;
	text-align: center;
	background-color: #FF6E01;
	position: relative;
}

.contents07 .box-inner {
	padding: 290px 0px 0px;
}

.contents07 .lay01 {
	display: flex;
  justify-content: space-around;
flex-wrap: wrap;
}

.contents07 .lay01 .box {
	width: 30%;
	position: relative;
}

.contents07 .lay01 .box::after {
	content: "";
	position: absolute;
right: 0px;
top: 50%;
	width: 50px;
	height: 1px;
	background-color: #2C2C2C;
	display: block;
	transition: .5s;
	margin-right: -8%;
}

.contents07 .lay01 .box:hover::after {
	margin-right: -11%;
}

.contents07 .lay02 {
	margin-top: 100px;
	margin-bottom: -2px;
}

@keyframes infinity-scroll-left {
	from {
	  transform: translateX(0);
	}
	  to {
	  transform: translateX(-100%);
	}
}

.scroll-infinity__wrap {
	  display: flex;
	  overflow: hidden;
}
.scroll-infinity__list {
	  display: flex;
	  list-style: none;
	  padding: 0
}

.scroll-infinity__list--left {
	  animation: infinity-scroll-left 50s infinite linear .5s both;
}

.scroll-infinity__item {
	  height: 100px;
	padding-right: 30px;
}

.scroll-infinity__item>img {
	  height: 100px;
	width: auto;
}


.sp-view {
	display: none;
}

