/*
 * スタイルシートのリセットと基本的な設定
 */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    font-size: 24px; /* 基本フォントサイズ */
	overflow-x: clip;
}

a {
    color: #83e015;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block; /* 画像の下に余白ができないように */
}

ul {
    list-style: none;
}

/*
 * ヘルパークラス
 */
.container {
    /*max-width: 1400px;*/
    margin: 0 auto;
    padding: 0;
}


.green{
	color: #83e015;
}



/*
 * ヘッダー
 */
.site-header {
	width: 100%;
	/*position: sticky;*/
    top: 0;
    left: 0;
	z-index: 999;
	/*padding: 0 40px;*/
	/*box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);*/
	/*background-image: url("../images/decoration-01.svg");
	background-repeat: repeat-x;
	background-position: top center;*/
}


.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
	/*height: 130px;*/
	max-width: 100%;
	margin: 25px 0;
}

.site-logo{
	width: 30%;
	max-width:622px;
	min-width: 240px;
	height: auto;
	aspect-ratio: 622 / 91;
}

.site-header .flex-box{
	gap: 34px;
	align-items: center;
}


.main-nav {
	display: none; /* ハンバーガーメニュー表示時は非表示 */
        width: 100%;
        order: 3; /* 下に配置 */
        margin-top: 0;
		/*position: absolute;*/
        position: fixed;
        top: -40px;
        left: 0;
        z-index: 2;
}

.menu-toggle { /* ハンバーガーメニューボタン（モバイル用） */
    display: none; /* デスクトップでは非表示 */
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    /*position: relative;*/
	position: fixed;
    z-index: 1001;
	right: 40px;
}

.menu-toggle span {
    display: block;
    width: 34px;
    height: 6px;
    background-color: #000;
    margin-bottom: 5px;
    transition: all 0.3s ease;
}


.main-nav.is-open { /* JavaScriptで追加されるクラス */
        display: block;
    }

    .main-nav ul {
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
		height: auto;
		background-color: rgba(0, 0, 0, 0.8);
		padding: 70px 40px;
		box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
		    z-index: 2;
    position: relative;
    }

    .main-nav li {
        margin: 10px 0;
    }
	
	.main-nav a{
		font-size: 22px;
		font-weight: bold;
		transition: 0.3s;
	}
.main-nav a:hover{
	filter: brightness(1.5);
}

    .menu-toggle {
        display: block;
		align-self: flex-start;
        /*margin-top: 20px;*/
		background: #FFF;
		width: 72px;
        height: 72px;
        aspect-ratio: 1 / 1;
		padding: 22px 19px;
    }

    /* ハンバーガーメニューのアニメーション */
    .menu-toggle.is-active span:nth-child(1) {
        transform: translateY(12px) rotate(45deg);
    }

    .menu-toggle.is-active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.is-active span:nth-child(3) {
        transform: translateY(-10px) rotate(-45deg);
    }

/*
 * メインコンテンツのセクション
 */

.flex-box{
	display: flex;
}

.inner-left,
.inner-right{
	width: 50%;
}

.yellow{
	color: #fff100;
}

.sub{
	background-color: #83e015;
	color: #000;   
	font-weight: 900;
	padding: 4px 20px;
}

.text{
	color: #83e015;
	font-weight: 900;
    line-height: 2;
}

.white{
	color: #fff;
}

.emphasis{
	font-size: 1.5em;
	font-weight: 900;
    display: inline-block;
}


body{
	background-image: url("../images/top-back.svg");
    background-repeat: no-repeat;
	background-size: cover;
	background-position: top right;
	position: relative;
}

/* ヒーローセクション */


.scroll{
	width: 50%;
    margin-top: 20px;
    max-width: 312px
}

.top-deco{
	width: 100%;
    max-height: 52px;
	aspect-ratio: 1988 / 52;
	position: relative;
}
.top-deco:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    max-height: 52px;
	aspect-ratio: 1988 / 52;
    background-image: url("../images/top-deco-01.svg");
    background-repeat: repeat-x;
	background-position: top center;
}
#top-page:after{
    content: "";
    display: block;
    position: absolute;
    top: -9.5vw;
    right: 50px;
	width: 58vw;
	max-width: 1125px;
    height: auto;
	aspect-ratio: 1125 / 750;
    background-image: url("../images/top-image.svg");
    background-size: 100%;
	background-repeat: no-repeat;
}



#hero{
	width: 100%;
}


.top-copy{
	position: relative;
	z-index: 1;
	    padding: 0 40px;
}

.top-copy h3{
	width: 100%;
	margin-bottom: 0;
}

.top-copy:after{
  content: "";
    display: block;
    position: absolute;
    bottom: -26px;
    right: -67%;
	width: 100%;
    max-height: 52px;
	aspect-ratio: 1988 / 52;
    background-image: url("../images/top-deco-01.svg");
    background-repeat: repeat-x;
	background-position: top center;
}
/* コンテンツセクション */

/* top-01 */

#top-01{
	padding: 20px 0 96px;
	margin-top: 110px;
}



#top-01 h3{
	width: 100%;
	max-width: 956px;
	    margin-bottom: 25px;
}

#top-01 .sub{
	display: inline-block;
	margin-bottom: 60px;
}

.deco-01{
	width: 88px;
	height: 502px;
	margin-right: 102px;
		background-image: url(../images/decoration-02.svg);
	background-repeat: no-repeat;
}
.deco-02{
	/*width: 502px;
	height: 88px;*/
	justify-self: flex-end;
	margin-top: 50px;
	margin-right: 10%;
	background-image: url(../images/top-01-deco-02.svg);
	background-repeat: no-repeat;
	aspect-ratio: 502 / 88;
    max-width: 502px;
    width: 100%;
}


#top-01 .inner-left .text{
	padding-right: 10%;
}


#top-01 .inner-right{
	margin-right: -6%;
	padding-top: 4%;
}


.top-01-image{
	margin-left: -6%;
    z-index: -1;
	aspect-ratio: 919 / 593;
	position: relative;
	height: auto;
}



/* top-02 */

#top-02{
   /*background-image: url("../images/top-02-back.jpg");
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
	position: relative;*/
	width: 100%;
	padding-bottom: 13px;
}

#top-02 .container{
	width: 90%;
	max-width: 1416px;
	border: solid 2px #83e015;
	box-shadow: 20px 20px 20px rgba(131, 224, 21, 0.8);
	padding: 88px 105px;
	position: relative;
	background-color: #000;
}
#top-02 .container:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
	width: 30%;
	max-width: 558px;
    height: auto;
	aspect-ratio: 558 / 52;
    background-image: url("../images/top-02-deco-01.svg");
    background-size: contain;
	background-repeat: no-repeat;
}


#top-02 .flex-box{
	position: relative;
	margin-bottom: 100px;
}



#top-02 h3{
	width: 100%;
	max-width: 1198px;
	margin-bottom: 20px;
}

#top-02 .sub{
	width: 325px;
	margin-bottom: 14px;
}

#top-02 h4{
	font-size:  74px;
	font-weight: 900;
	line-height: 1;
}

#top-02 .flex-box{
	justify-content: flex-start;
}

#top-02 .flex-box .inner-left{
	width: 100%;
	max-width: 501px;
}

#top-02 .flex-box .inner-right{
	width: 100%;
	max-width: 651px;
	margin-left: 24px;
	position: relative;
}






.top-02-h-02{
	margin-bottom: 20px;
	max-width: 907px;
	aspect-ratio: 907 / 85;
}
.top-02-h-03{
	margin-bottom: 20px;
	max-width: 498px;
	aspect-ratio: 498 / 85;
}
.top-02-h-04{
	margin-bottom: 20px;
	max-width: 501px;
	aspect-ratio: 501 / 128;
}


#top-02 .text{
	font-size: 20px;
}

#top-02 .text .greenback{
	color: #000;
	background: #83e015;
    padding: 0 0.5em;
    box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	word-break: break-all;
    word-wrap: break-word;
}



.icon-arrow img{
	width: 114px;
	aspect-ratio: 1 / 1;
}








#top-02 ul{
	display: flex;
	gap: 40px 5%;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 10px;
}

#top-02 ul li{
	width: calc(100% / 3 - 60px);
	background: #fff;
	color: #000;
	min-width: 360px;
	padding: 35px 35px 65px 65px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	min-height: 295px;
	overflow: hidden;
}

#top-02 ul li h4{
	color: #036eb8;
	font-size: 24px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 0;
	font-weight: bold;
	font-style: italic;
	max-width: 360px;
}
#top-02 ul li p{
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	/*padding: 10px 20px 30px;*/
	text-align: left;
}

#top-02 ul li:before{
    content: "";
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
	width: 26px;
    height: 279px;
    background-image: url("../images/decoration-01-black.svg");
    background-size: contain;
	background-repeat: no-repeat;
}






#top-02 h5{
	display: inline-block;
	margin-bottom: 50px;
}
#top-02 ul li:nth-child(1) h5 img{
	width: 154px;
	height: 45px;
}
#top-02 ul li:nth-child(2) h5 img{
	width: 180px;
	height: 45px;
}
#top-02 ul li:nth-child(3) h5 img{
	width: 218px;
	height: 45px;
}

#top-02 .environment-box{
	max-width: 1200px;
	display: flex;
    justify-content: space-between;
	border: solid 2px #83e015;
	padding: 40px 40px 92px;
	align-items: center;
	margin-top: 126px;
	background-image: url("../images/top-work-back.svg");
	background-repeat: no-repeat;
	background-size: 89.92%;
	background-position: center;
	position: relative;
	color: #fff;
	transition: 0.3s;
}
#top-02 .environment-box:hover{
	filter: brightness(1.5);
}

#top-02 .environment-box:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
	width: 100%;
	height: auto;
    max-height: 44px;
	aspect-ratio: 307 / 44;
    background-image: url("../images/top-environment-deco.svg");
	background-repeat: repeat-x;
	background-position: bottom;
}

#top-02 .environment-box h4{
	font-size: 74px;
	font-weight: 900;
	margin-bottom: 0.54em;
}

.business-link{
	font-size: 56px;
	font-weight: 900;
	/*position: absolute;*/
	display: flex;
    align-items: center;
    justify-content: flex-end;
	width: fit-content;
	border-bottom: solid 4px #83e015;
	line-height: 1;
    padding-bottom: 10px;
	/*right: 0;
    bottom: -0.5em;*/
	float: right;
	transition: 0.3s;
}
.business-link img{
    display: block;
    width: 63px;
    height: 63px;
	margin-left: 20px;
}

.business-link:hover{
	filter: brightness(1.5);
}

#top-01 .business-link{
	float: none;
	margin-top: 0.5em;
}


/* top-03 */
#top-03{
	/*background-size: contain;
    background-repeat: repeat;*/
	position: relative;
	width: 100%;
}

#top-03 .deco-02:nth-child(1){
	justify-self: flex-start;
	margin-right: 0;
	margin-left: -12px;
}



#top-03 .container{
	padding-top: 50px;
	/*padding-bottom: 40px;*/
}

.recruit-box{
	background-color: #83e015;
	background-image: url("../images/top-recruit-back-02.svg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 90%;
	max-width: 1778px;
    margin: 0 auto;
	padding:  132px 0;
}

.recruit-title{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
	margin-bottom: 85px;
}

.recruit-title::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
     max-height: 306px; 
     aspect-ratio: 1773 / 306; 
    background-image: url(../images/top-recruit-back.svg);
    background-repeat: no-repeat;
     background-position: center; 
    z-index: 0;
}



#top-03 .sub{
	width: 280px;
	background-color: transparent;
	z-index: 1;
}





#top-03 h3{
	width: 50%;
	max-width: 800px;
	aspect-ratio: 800 / 204;
	z-index: 1;
}

#top-03 .swiper-slide{
	background: #fff;
	width: 423px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#top-03 .swiper-slide:before{
    content: "";
    display: block;
    position: absolute;
    top: -26px;
    left: 0;
	width: 100%;
	max-width: 558px;
    height: 52px;
    background-image: url("../images/decoration-01.svg");
    background-size: contain;
	background-repeat: no-repeat;
}
#top-03 .swiper-slide:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -26px;
    right: 0;
	width: 100%;
	max-width: 558px;
    height: 52px;
    background-image: url("../images/decoration-01.svg");
    background-size: contain;
	background-repeat: no-repeat;
}



#top-03 .swiper-slide a{
	color: #000;
	display: flex;
	min-height: 320px;
	justify-content: space-between;
	align-items: center;
	/*padding: 0 74px;*/
	padding: 0 3.75% 0 6%;
}

#top-03 .swiper-slide .arrow2{
	width: 114px;
	aspect-ratio: 1 / 1;
}


#top-03 .swiper-slide.slide1{
	background-image: url("../images/slide-back-01.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
#top-03 .swiper-slide.slide2{
	background-image: url("../images/slide-back-02.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}
#top-03 .swiper-slide.slide3{
	background-image: url("../images/slide-back-03.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
}


#top-03 .swiper-slide.slide1 h4 img{
	width: 100%;
	max-width: 430px;
	aspect-ratio: 467 / 103;
}
#top-03 .swiper-slide.slide2 h4 img{
	width: 100%;
	max-width: 467px;
	aspect-ratio: 467 / 201;
}
#top-03 .swiper-slide.slide3 h4 img{
	width: 100%;
	max-width: 462px;
	aspect-ratio: 462 / 115;
}

#top-03 .swiper-slide .flex-box{
	flex-direction: column;
}
#top-03 .swiper-slide.slide2 .flex-box,
#top-03 .swiper-slide.slide5 .flex-box{
	flex-direction: row;
}

#top-03 .swiper-slide .flex-box p{
	margin-top: 20px;
}
#top-03 .swiper-slide.slide2 .flex-box p,
#top-03 .swiper-slide.slide5 .flex-box p{
	align-self: flex-end;
	justify-self:flex-end; 
	margin-top: 0;
	margin-bottom: -1em;
	margin-left: -1em;
}



.top-entry{
	width: 90%;
	max-width: 1778px;
	height: 292px;
	border: solid 2px #83e015;
	margin: 50px auto 86px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}


.top-entry:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	width: 30%;
	aspect-ratio: 558 / 52;
    max-width: 558px;
    height: auto;
    background-image: url("../images/decoration-01.svg");
    background-size: contain;
	background-repeat: no-repeat;
}
.top-entry:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
	width: 30%;
	aspect-ratio: 558 / 52;
    max-width: 558px;
    height: auto;
    background-image: url("../images/decoration-01.svg");
    background-size: contain;
	background-repeat: no-repeat;
}



.top-entry a{
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: 0.3s;
}
.top-entry a:hover{
	filter: brightness(1.5);
}

#top-03 .top-entry a img{
	width: 60%;
	height: auto;
	max-width: 587px;
	aspect-ratio: 587 / 131;
}

.top-entry a:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 114px;
    height: 114px;
    transform: translateY(-50%);
    background-image: url("../images/arrow-green.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/*#top-03 .deco-02{
	margin-right: -100px;
}*/







/* footer */

footer{
	position: relative;
}


footer .deco-02{
	margin-right: -100px;
}


.footer-inner-wrapper{
	    max-width: 1240px;
    margin: 66px 360px 0 auto;
    padding: 0 40px 94px 40px;
}


.footer-inner{
	width: 100%;
	padding: 0 40px;
    display: flex;
    flex-direction: column;
	align-items:center;
}


.footer-info{
	font-size: 20px;
	font-weight: bold;
	color: #83e015;
}

.footer-logo{
	display: block;
	margin-bottom: 90px;
	color: #fff;
	/*width: 313px;
	height: 193px;*/
	aspect-ratio: 313 / 193;
	width: 100%;
	max-width: 313px;
}

.f-address{
	font-size: 20px;
	margin-bottom: 1em;
}
.f-tel{
	pointer-events: none;
}

.footer-nav-wrapper{
	justify-content: flex-end;
}


.footer-nav{
	display: flex;
	flex-direction: column;
/*	width: 100%;*/
	gap: 0.5em;
	margin-bottom: 50px;
}

.footer-nav li{
	padding: 0 25px 0 35px;
	display: flex;
	align-items: center;
	position: relative;
}

.footer-nav li:before{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 23px;
    height: 23px;
    transform: translateY(-50%);
    background-image: url("../images/arrow-white.svg");
    background-size: contain;
    background-repeat: no-repeat;
}
.footer-nav li.fn-parent:before{
	content: "";
    display: block;
    position: absolute;
    top: 53%;
    left: 2px;
    width: 19px;
    height: 17px;
    transform: translateY(-50%);
    background-image: url("../images/triangle.svg");
    background-size: contain;
    background-repeat: no-repeat;
}


.footer-nav li span,
.footer-nav li a{
	font-size: 18px;
    font-weight: 900;
	color: #83e015;
	transition: 0.3s all;
}
.footer-nav li a:hover{
	filter: brightness(1.5);
}

.copy-area{
	background: #fff;
	color: #000;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 60px;
	font-weight: 900;
}

.footer-entry{
	display: flex;
	background: #83e015;
	width: 100%;
	max-width: 384px;
	min-height: 92px;
	justify-content: center;
	align-items: center;
	position: relative;
	justify-self: right;
    margin-right: 45px;
	transition: 0.3s;
}
.footer-entry img{
	width: 90px;
	height: 17px;
}

.footer-entry::after{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 23px;
    height: 23px;
    transform: translateY(-50%);
    background-image: url("../images/arrow-black-2.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-entry:hover{
	filter: brightness(1.5);
}

#pagetop{
	position: absolute;
    right: 66px;
    bottom: 170px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: 0.3s;
}
.pagetop img{
	width: 170px;
	aspect-ratio: 1/ 1;
}

#pagetop:hover{
	filter: brightness(1.5);
}



a.under-line{
	text-decoration: underline;
	font-size: 18px;
	    font-weight: bold;
	justify-self: right;
	    display: block;
    margin-right: 45px;
	margin-top: 56px;
}


a.under-line:hover{
	filter: brightness(1.5);
}



/* 子ページ共通部分 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.child-header{
	width: 100%;
	padding: 0 40px;
	margin: 84px 0;
}
.child-header h2{
	margin-bottom: 24px;
}
.child-header .sub{
	font-size: 40px;
}

/* 事業案内 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#business .child-header h2{
	width: 100%;
	height: auto;
	max-width: 929px;
	aspect-ratio: 929 / 137;
}

.tagline-box{
	margin-left: 180px;
    margin-bottom: 60px;
}

#business .tagline-sub-image{
	aspect-ratio: 389 / 33;
	max-width: 389px;
	width: 50%;
	height: auto;
}

#business .tagline{
	font-size: clamp(25px, 4.79vw, 92px);
	font-weight: 900;
	line-height: 1.2;
	margin: 0.25em 0 0.5em;
}

#business .tagline-sub{
	font-size: clamp(18px, 1.56vw, 30px);
	font-weight: bold;
	color: #83e015;
}

#business-01{
	position: relative;
	width: 100%;
    padding-top: 24px;
}
#business-01:before{
	content: '';
	width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
	top: 0;
	left: 0;
	position: absolute;
}

.business-content-box{
    width: 73.75%;
    max-width: 1416px;
    border: solid 2px #83e015;
    box-shadow: 14px 14px 60px rgba(131, 224, 21, 0.8);
    padding: 113px 80px 75px;
    position: relative;
	margin: 0 auto 100px;
}

.business-content-box:before{
	content: '';
	max-width: 109px;
	min-width: 60px;
	width: 7.70%;
    height: auto;
	aspect-ratio: 1 / 1;
    background-image: url(../images/business-number-01.svg);
    background-repeat: no-repeat;
	top: -25px;
	left: 5.86%;
	position: absolute;
}
#business-02 .business-content-box:before{
	background-image: url(../images/business-number-02.svg);
}
#business-03 .business-content-box:before{
	background-image: url(../images/business-number-03.svg);
}

.business-content-box:after{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    width: 30%;
    max-width: 558px;
    height: auto;
    aspect-ratio: 558 / 52;
    background-image: url(../images/top-02-deco-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.business-content-box h3{
	font-size: clamp(26px,3.85vw,74px);
	font-weight: 900;
	position: relative;
	padding: 0 18px;
	width: fit-content;
	margin-bottom: 50px;
	display: inline-block;
	line-height: 1.3;
	padding-bottom: 0.15em;
}


.business-content-box h3:before{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    width: auto;
    max-width: 7px;
    height: 100%;
    aspect-ratio: 7 / 89;
	border: solid 2px #83e015;
	border-right: solid 2px #000;
}
.business-content-box h3:after{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
    width: auto;
    max-width: 7px;
    height: 100%;
    aspect-ratio: 7 / 89;
	border: solid 2px #83e015;
	border-left: solid 2px #000;
}





#business-01 .inner-left{
	border: solid 2px #83e015;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 556px;
	max-height: 232px;
	position: relative;
	z-index: 2;
	margin-right: -6%;
	margin-top: 3%;
	
}

#business-01 .inner-right{
	aspect-ratio: 703 / 401;
	width: 49.65%;
	height: auto;
}

.business-content-box h4{
	font-size: clamp(20px, 1.56vw, 30px);
	font-weight: 900;
}

#business-02 .h3-sub{
	font-size: clamp(18px, 1.56vw, 30px);
	font-weight: 900;
	margin-bottom: 2em;
    margin-left: 22px;
}

#business-02 .flex-box{
	gap: 0 45px;
}

#business-02 .inner-box{
	border: solid 2px #83e015;
	padding: 40px 52px;
	margin-top: -45px;
	background: #000;
	position: relative;
	z-index: 2;
	margin-left: 45px;
}
#business-02 .inner-box p{
	font-size: 20px;
}

#business-02 h4,
#business-03 h4{
	color: #83e015;
	margin-bottom: 1em;
}



#business-03{
	margin-bottom: 73px;
}

#business-03 .flex-box.align-center{
	    align-items: center;
}


#business-03 .inner-right{
	border: solid 2px #83e015;
	padding: 50px 36px;
}


#business-03 .area{
	width: 73.75%;
    max-width: 1416px;
	min-height: 168px;
    border: solid 2px #83e015;
    box-shadow: 14px 14px 60px rgba(131, 224, 21, 0.8);
    padding: 60px;
    position: relative;
    margin: 0 auto 100px;
}

#business-03 .area{
	font-weight: 900;
}

#business-03 .area .sub{
	margin-right: 28px;
	/*padding: 0 0.2em;*/
}

#business-03 .strengths{
	width: 73.75%;
    max-width: 1198px;
    position: relative;
	justify-content: center;
	gap: 0 88px;
	margin: 0 auto;
}
#business-03 .strengths .inner-right,
#business-03 .strengths .inner-left{
	width: calc(50% - 40px);
    max-width: 555px;
    border: solid 2px #83e015;
    box-shadow: 14px 14px 60px rgba(131, 224, 21, 0.8);
    position: relative;
	padding: 40px 44px;
	font-size: 20px;
}

#business-03 .strengths ul{
	padding-left: 1em;
}

#business-03 .strengths ul li{
	position: relative;
	margin-bottom: 1em;
}

#business-03 .strengths ul li::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -1em;  
  width: 9px;
  height: 9px;
  background-color: #83e015;
	vertical-align: middle;
}

#business-03 .strengths .sub{
	display: inline-block;
	margin-top: 45px;
	margin-bottom: 1em;
}

#business-03 .strengths h4{
	font-size: clamp(18px, 1.56vw, 30px);
}




/* 働く環境 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#environment .child-header h2 {
    width: 100%;
    height: auto;
    max-width: 1855px;
    aspect-ratio: 1855 / 131;
}


#environment-01{
	position: relative;
	width: 100%;
    padding-top: 24px;
}
#environment-01:before{
	content: '';
	width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
	top: 0;
	left: 0;
	position: absolute;
}

.environment-content-box {
    width: 73.75%;
    max-width: 1416px;
    border: solid 2px #83e015;
    box-shadow: 14px 14px 60px rgba(131, 224, 21, 0.8);
    padding: 113px 80px 75px;
    position: relative;
    margin: 0 auto 100px;
	background: #000;
}
.environment-content-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 52px;
    aspect-ratio: 1988 / 52;
    background-image: url(../images/top-deco-01.svg);
    background-repeat: repeat-x;
    background-position: top center;
}
#environment-03 .environment-content-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
	left: auto;
    right: 30px;
    width: 30%;
    max-width: 558px;
    height: auto;
    aspect-ratio: 558 / 52;
    background-image: url(../images/top-02-deco-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.environment-content-box h3 {
    font-size: clamp(26px, 3.85vw, 74px);
    font-weight: 900;
    position: relative;
    padding: 0 18px;
    width: fit-content;
    margin-bottom: 50px;
    display: inline-block;
    line-height: 1.3;
    padding-bottom: 0.15em;
}
.environment-content-box h3:before{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
	transform: translateY(-50%);
    width: auto;
    max-width: 7px;
    height: 100%;
    aspect-ratio: 7 / 89;
	border: solid 2px #83e015;
	border-right: solid 2px #000;
}
.environment-content-box h3:after{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
	transform: translateY(-50%);
    width: auto;
    max-width: 7px;
    height: 100%;
    aspect-ratio: 7 / 89;
	border: solid 2px #83e015;
	border-left: solid 2px #000;
}

#environment-01 .environment-sub{
	width: 100%;
	max-width: 557px;
	height: auto;
	aspect-ratio: 557 / 33;
	margin-bottom: 10px;
}

.schedule{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px 0;
}

.schedule li{
	border: solid 2px #83e015;
    background: #000;
	position: relative;
	width: 100%;
	padding: 32px 46px;
}
.schedule li::after{
	content: '';
	display: block;
	background: #83e015;
	width: 18px;
	height: 44px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(100%);
}
.schedule li:last-child::after{
	display: none;
}
.schedule li:last-child{
	background: #83e015;
	color: #000;
	display: flex;
	justify-content: center;
	font-weight: 900;
	font-size: clamp(26px, 3.85vw, 74px);
	padding: 20px 25px;
}
.schedule li .time span{
	font-size: 35px;
	font-size: clamp(18px, 2.85vw, 35px);
    font-weight: 900;
	display: block;
	margin-bottom: 0.5em;
	color: #83e015;
}
.schedule li .time.inner-left span:nth-child(1){
	margin-bottom: 0.25em;
}
.schedule li .time{
	margin-right: 8.33%;
}

.schedule li p{
	font-size: 20px;
}

.schedule li:nth-child(1) .inner-left,
.schedule li:nth-child(1) .inner-right{
	width: fit-content;
}

.schedule li:last-child{
	font-size: clamp(18px, 2.85vw, 35px);
}


#environment-02 .career-title{
  float: left !important;            
  width: 42% !important;             
  min-width: 260px !important;
  /*margin: 0 20px 24px 0 !important;*/
}


.career-title-inner{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
}

#environment-02 .career-title .environment-sub{
	display:block;
	margin:0 0 6px;
}
#environment-02 .career-title h3{
  margin:6px 0 10px;
  font-weight:900;
  font-size:clamp(28px,5.2vw,74px);
  line-height:1.05;
}

.career-title img{
	max-width: 186px;
	width: 100%;
	height: auto;
	aspect-ratio: 186 / 33;
}

#environment-02 .career-title span{
  display:block;
  margin:0;
  font-size:clamp(16px,1.8vw,35px);
	font-weight: 900;
	color: #83e015;
}


#environment-02 .stairs{
  display: block !important;
  clear: none !important;
  overflow: visible !important;
  padding: 0; margin: 0;
}


#environment-02 .step{
  position: relative;
  display: block !important;
  float: none !important;           
  clear: none !important;           
  margin-left: auto !important;
  margin-right: 0 !important;
  border: 2px solid #98ff00;
	border-bottom: none;
  background: transparent;
  color: #fff;
  line-height: 1.7;
	padding: 28px;
	min-height: 237px;
}
#environment-02 .step.step-1{
	border-bottom: 2px solid #83e015;
}
#environment-02 .step.step-5{
	padding: 28px 10px 28px 28px;
}


#environment-02 .step p{
	font-size: 18px;
}
#environment-02 .step-5 p{
	max-width: 435px;
}
#environment-02 .step-3 p{
	max-width: 419px;
}
#environment-02 .step-2 p{
	max-width: 546px;
}
#environment-02 .step-1 p{
	max-width: 540px;
}
#environment-02 .step .sub{
	margin-bottom: 20px;
	display:inline-block;
	font-size: clamp(22px, 1.85vw, 74px);
	font-weight: 900;
	padding: 0px 20px;
}


#environment-02 .step-5{ width: 38.95% !important; min-width: 280px; margin-top: 0; }
#environment-02 .step-3{ width: 59.30% !important; min-width: 320px; }
#environment-02 .step-2{ width: 79.65% !important; min-width: 360px; }
#environment-02 .step-1{ width: 100% !important; min-width: 420px; }


#environment-02 .step::after{
  content:"";
  position: absolute;
  bottom: -2px;
  left: 0;
	width: 28px;
  height: 2px; background: #000;
	z-index: 2;
}
#environment-02 .step.step-1::after{
	display: none;
}

.job-panel{
	background: #000;
}



/* ---- 行（左ラベル＋右テキスト） ---- */
.job-row{
  display: flex;
  gap: 47px;
  align-items: flex-start;
	justify-content: center;
  padding: 0 10px 14px;
  margin-bottom: 4px;
}

/* 左ラベル（固定幅＋濃い緑背景） */
.job-label{
  flex: 0 0 123px;                 /* ラベル列の幅（調整可） */
  background: #83e015;
  color: #000;
	font-size: 20px;
  font-weight: 900;
  padding: 10px 12px;
  text-align: center;
	display: flex;
	justify-content: space-between;
}

/* 右テキスト（可変） */
.job-text{
  flex: 1 1 auto;
  color: #83e015;
	align-self: anchor-center;
	font-size: 20px;
  /*line-height: 1.9;
  padding-top: 6px;*/
}

#environment-03 .environment-sub {
    width: 100%;
    max-width: 309px;
    height: auto;
    aspect-ratio: 309 / 33;
    margin-bottom: 10px;
}


/* ---- レスポンシブ ---- */
@media (max-width: 800px){
  .job-row{ 
	  flex-direction: column; 
	  gap: 8px; 
	}
  .job-label{ 
	  flex-basis: auto; 
	  width: 100%; 
	  justify-content: flex-start;
    gap: 0 0.5em;
	  padding: 4px 12px;
	}
  .job-text{ 
	  padding-top: 0;
	  font-size: 16px;
	  align-self: initial;
	}
}








@media (max-width: 1240px){
	
  #environment-02 .career-title{
    float: none !important; width: auto !important; min-width: 0 !important;
    margin: 0 0 16px 0 !important;
  }
	#environment-02 .stairs{
      splay: flex !important;
      flex-direction: column-reverse;
	}
  #environment-02 .step{
    width: 100% !important; 
	  min-width: 0 !important; 
	  margin-top: 12px;
  }
  #environment-02 .step::after{ 
	  display:none;
	} 
	#environment-02 .step{
	border-bottom: 2px solid #83e015;
}
	#environment-02 .career-title span br,
	#environment-02 .career-title h3 br{
		display: none;
	}
	.career-title-inner{
		width: 100%;
	}
}









/* プライバシーポリシー ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#privacy .child-header h2 {
    width: 100%;
    height: auto;
    max-width: 1352px;
    aspect-ratio: 1352 / 121;
}

#privacy-01{
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 40px;
}

#privacy:before {
    content: '';
    width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
    top: 807px;
    left: 0;
    position: absolute;
}


.foreword{
	margin-bottom: 102px;
}

#privacy-01 h3{
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 1em;
}

#privacy-01 p{
	font-size: 16px;
	line-height: 2;
}

.privacy-box{
	margin-bottom: 55px;
	border-left: solid 4px #83e015;
	padding-left: 26px;
	max-width: 1108px;
}

.privacy-box .contact-info{
	margin-top: 1em;
}

.privacy-box dl{
	display: flex;
	font-size: 16px;
	margin-bottom: 0.25em;
}
.privacy-box dl dt{
	min-width: 3em;
	margin-right: 1em;
}



/* 数字でわかる中部技研 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#data .child-header h2 {
    width: 100%;
    height: auto;
    max-width: 1843px;
    aspect-ratio: 1843 / 121;
}

#data:before {
    content: '';
    width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
    top: 807px;
    left: 0;
    position: absolute;
}

#data .tagline{
	font-size: clamp(24px, 2.6vw, 50px);
	font-weight: 900;
	line-height: 1.2;
	margin: 0.25em 0 4em;
}


#data-01{
	position: relative;
	width: 100%;
    padding-top: 24px;
}

#data-01{
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 40px;
}

/*#data-01:before {
    content: '';
    width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
    top: 807px;
    left: 0;
    position: absolute;
}*/
.data-wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2.08vw;
	justify-content: center;
}


.data-wrapper img:nth-child(1),
.data-wrapper img:nth-child(7){
	width: 60.5%;
	max-width: 726px;
	aspect-ratio: 726 / 468;
}
.data-wrapper img:nth-child(2),
.data-wrapper img:nth-child(6){
	width: 37%;
	max-width: 444px;
	aspect-ratio: 444 / 468;
}
.data-wrapper img:nth-child(3),
.data-wrapper img:nth-child(4),
.data-wrapper img:nth-child(5){
	width: 31.42%;
	max-width: 377px;
	aspect-ratio: 377 / 376;
}

.data-wrapper img:nth-child(8){
	width: 31.42%;
	max-width: 377px;
	aspect-ratio: 377 / 466;
}

.data-wrapper img:nth-child(9){
	width: 66%;
	max-width: 792px;
	aspect-ratio: 792 / 466;
}

.data-wrapper img:nth-child(1),
.data-wrapper img:nth-child(3),
.data-wrapper img:nth-child(6),
.data-wrapper img:nth-child(8)
{
	margin-left: -2.08vw;
}









/* 会社案内 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#company:before {
    content: '';
    width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
    top: 1042px;
    left: 0;
    position: absolute;
}

#company .child-header h2 {
    width: 100%;
    height: auto;
    max-width: 894px;
    aspect-ratio: 894 / 137;
}

#company .tagline-sub-image{
	aspect-ratio: 389 / 33;
	max-width: 389px;
	width: 50%;
	height: auto;
}

#company .tagline{
	font-size: clamp(25px, 4.79vw, 92px);
	font-weight: 900;
	line-height: 1.2;
	margin: 0.25em 0 0.5em;
}

#company .tagline-sub{
	font-size: clamp(18px, 1.56vw, 30px);
	font-weight: bold;
	color: #83e015;
	margin-bottom: 2em;
	line-height: 2;
}
	  

.company-tagline-inner{
	width: 100%;
	max-width: 1738px;
	margin-left:auto;
	justify-content: flex-end;
	align-items: center;
}

.company-tagline-inner .inner-left{
	width: 62.57%;
}

.company-tagline-inner .inner-right{
	width: 42.81%;
	height: auto;
	max-width: 774px;
	aspect-ratio: 744 / 480;
	position: relative;
	z-index: 0;
	margin-left: -40px;
}
	  
.company-content-box {
    width: 73.75%;
    max-width: 1416px;
    border: solid 2px #83e015;
    box-shadow: 14px 14px 60px rgba(131, 224, 21, 0.8);
    padding: 113px 80px 75px;
    position: relative;
    margin: 0 auto 100px;
    background: #000;
}
.company-content-box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 30px;
    width: 30%;
    max-width: 558px;
    height: auto;
    aspect-ratio: 558 / 52;
    background-image: url(../images/top-02-deco-01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.company-content-box h3 {
    font-size: clamp(26px, 3.85vw, 74px);
    font-weight: 900;
    position: relative;
    padding: 0 18px;
    width: fit-content;
    margin-bottom: 50px;
    display: inline-block;
    line-height: 1.3;
    padding-bottom: 0.15em;
}


.company-inner-box{
	padding: 47px 0;
	border-bottom: solid 1px #83e015;
}

.company-inner-box:nth-child(1) .company-inner-sub{
	width: 50%;
	height: auto;
	max-width: 252px;
	aspect-ratio: 252 / 33;
}
.company-inner-box:nth-child(2) .company-inner-sub{
	width: 50%;
	height: auto;
	max-width: 232px;
	aspect-ratio: 232 / 33;
}
.company-inner-box:nth-child(3) .company-inner-sub{
	width: 50%;
	height: auto;
	max-width: 208px;
	aspect-ratio: 208 / 33;
}

.company-inner-box .job-text{
	font-size: 18px;
}

.company-inner-box:nth-child(2) .flex-box{
	flex-direction: column;
}

.company-inner-box:nth-child(2) .job-label{
	flex: 0 0 172px;
}

.company-inner-box:nth-child(3) .flex-box{
	flex-wrap: wrap;
	gap: 20px;
}

.equipment-box{
	width: calc((100% - 40px) / 3);
	aspect-ratio: 386 / 144;
	border: solid 2px #83e015;
	display: flex;
	flex-direction: column;
	padding: 15px 6px 6px 0px;
}

.equipment-name{
	font-size: 25px;
	font-weight: bold;
	position: relative;
    display: flex;
    align-items: center;
}
.equipment-name:before{
	content:'';
	width: 9px;
	height: 25px;
	background: #83e015;
	display: inline-block;
	margin-right: 10px;
}

.equipment-number{
	font-size: 39px;
	font-weight: 900;
	text-align: right;
	color: #83e015;
}

.company-inner-box:last-child{
	border-bottom: none;
}




/* クロストーク ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#crosstalk .child-header h2 {
    width: 64%;
    height: auto;
    max-width: 1072px;
    aspect-ratio: 1072 / 131;
}

#crosstalk:before {
    content: '';
    width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
    top: 807px;
    left: 0;
    position: absolute;
}


.crosstalk-content-box {
    width: 73.75%;
    max-width: 1416px;
    border: solid 2px #83e015;
    box-shadow: 14px 14px 60px rgba(131, 224, 21, 0.8);
    padding: 113px 80px 75px;
    position: relative;
    margin: 0 auto 100px;
	display: flex;
    flex-direction: column;
    align-items: center;
	background: #000;
	background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,      /* 上端：完全透明 */
    rgba(0, 0, 0, 1) 30%,     /* 30%地点で完全不透明に */
    rgba(0, 0, 0, 1) 100%     /* 下端も不透明 */
  );
}

.crosstalk-sub{
	width: 100%;
    max-width: 288px;
    height: auto;
    aspect-ratio: 288 / 33;
    margin-bottom: 10px;
}

.crosstalk-content-box h3 {
    font-size: clamp(26px, 3.85vw, 74px);
    font-weight: 900;
    position: relative;
    padding: 0 18px;
    width: fit-content;
    display: inline-block;
    line-height: 1.3;
    padding-bottom: 0.15em;
	z-index: 1;
	background: #000;
}
.crosstalk-content-box h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: auto;
    max-width: 7px;
    height: 100%;
    aspect-ratio: 7 / 89;
    border: solid 2px #83e015;
    border-right: none;
}
.crosstalk-content-box h3:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: auto;
    max-width: 7px;
    height: 100%;
    aspect-ratio: 7 / 89;
    border: solid 2px #83e015;
    border-left: none;
}

.crosstalk-h3-sub{
	font-size:clamp(16px,1.8vw,35px);
	font-weight: 900;
	display: block;
	width: fit-content;
}

.question-box{
	margin-bottom: 70px;
}

.conversation{
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.icon-wrapper{
	display: flex;
    padding: 5.73vw 45px 45px;
	gap: 0 3.75%;
	justify-content: space-around;
    max-width: 1200px;
    flex-wrap: nowrap;
	margin-top: -4.53125vw;
	margin-bottom: 47px;
	position: relative;
	border: solid 2px #83e015;
	width: 100%;
}

.icon-wrapper img{
	width: calc((100% / 6) - 3.57%);
	max-width: 148px;
	aspect-ratio: 148 / 128;
}

.question-box{
	width: 100%;
	max-width: 1200px;
}
.question-box h4{
	width: 100%;
	background: #83e015;
	font-weight: 900;
	font-size:clamp(16px,1.8vw,35px);
	color: #000;
	position: relative;
	margin-bottom: calc(37px + 34px);
	padding: 20px 25px;
}

.question-box h4::after {
  content: "";
  position: absolute;
  left: 50%;                /* 中央寄せ */
  bottom: -37px;                /* 下端に配置 */
  transform: translateX(-50%); /* 中央揃え */
  width: 0;
  height: 0;
  border-left: 21.5px solid transparent;   /* 三角形の左側（透明） */
  border-right: 21.5px solid transparent;  /* 三角形の右側（透明） */
  border-top: 37px solid #83e015;        /* 三角形の底辺の色部分（下向き） */
}

.icon-box{
	position: relative;
	display: flex;
	width: 142px;
}
.icon-box::after{
	content: "";
	height: 2px;
	width: 49px;
	background: #83e015;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	
}

.icon-box img{
	height: auto;
	width: 94px;
	aspect-ratio: 94 /81;
}

.chat-box{
	border: solid 2px #83e015;
	width: calc(100% - 142px);
	padding: 45px;
	background: #000;
}
.chat-box p{
	font-size: 20px;
}


.talk-w .chat-box{
	border: solid 2px #00ffff;
}
.talk-w .icon-box::after{
	background: #00ffff;
}
.talk-f .chat-box{
	border: solid 2px #ff00ff;
}
.talk-f .icon-box::after{
	background: #ff00ff;
}
.talk-h .chat-box{
	border: solid 2px #f7931e;
}
.talk-h .icon-box::after{
	background: #f7931e;
}
.talk-t .chat-box{
	border: solid 2px #ffff00;
}
.talk-t .icon-box::after{
	background: #ffff00;
}
.talk-m .chat-box{
	border: solid 2px #ff0000;
}
.talk-m .icon-box::after{
	background: #ff0000;
}
.talk-a .chat-box{
	border: solid 2px #0000ff;
}
.talk-a .icon-box::after{
	background: #0000ff;
}

.bold{
	font-weight: 900;
}


/* 採用FAQ ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#faq .child-header h2 {
    width: 100%;
    height: auto;
    max-width: 1562px;
    aspect-ratio: 1562 / 130;
}

#faq-01{
	width: 80%;
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
	padding: 0 40px;
}

#faq:before {
    content: '';
    width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
    top: 807px;
    left: 0;
    position: absolute;
}




.faq {
  max-width: 1200px;
  margin: 0 auto;
}


.faq-block {
  border: 1px solid #222;
  background: #000;
  margin: 0 auto 30px;
  position: relative;
}

/* ====== 大見出し（セクション見出し） ====== */
.faq-block__head {
  margin: 0;
  position: relative;
}

.faq-block__toggle {
  width: 100%;
  text-align: left;
  background: #000;
  color: #fff;
  padding: 43px 125px 43px 45px;
  font-size: clamp(18px, 2.2vw, 40px);
	font-weight: 900;
  line-height: 1.4;
  border: solid 2px #83e015;
  cursor: pointer;
  position: relative;
}

.faq-block__index {
  display: inline-block;
  margin-right: 0px;
  color: #fff;
  font-weight: 700;
}

/* ＋／− ボタン（大見出し右端） */
.faq-block__toggle::after {
  content: "";
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  color: #83e015;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
	background-color: #83e015;
	background-image: url(../images/icon-open.svg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 41px;
}

.faq-block__toggle[aria-expanded="true"]::after {
  background-image: url(../images/icon-close.svg);
}

.faq-block__toggle[aria-expanded="true"]{
	border-bottom: none;
}

/* ====== セクション中身（Q/Aリスト） ====== */
.faq-panel {
	border: solid 2px #83e015;
	border-top: none;
  padding: 0 45px 45px;
	margin-top: -10px;
}

.faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.faq-item { margin: 0 0 12px; }

/* Q 行 */
.faq-q {
  margin: 0;
}

.faq-qa__toggle {
  width: 100%;
  text-align: left;
  border: 2px solid #83e015;
  background: #000;
  color: #83e015;
  padding: 35px 85px 35px 35px;
  font-size: clamp(16px, 2.1vw, 20px);
  cursor: pointer;
  position: relative;
}



/* Qの＋／− */
.faq-qa__toggle::after {
  content: "";
  position: absolute;
  right: 34px;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
	background-image: url(../images/icon-open-green.svg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 31px;
}

.faq-qa__toggle[aria-expanded="true"]::after {
  background-image: url(../images/icon-close-green.svg);
}

/* A ボックス（緑の帯っぽい見た目） */
.faq-a {
  background: #83e015;
  position: relative;
  padding: 0;
}


.faq-a p {
  margin: 0;
  padding: 35px;
  color: #000;
  font-size: 16px;
	display: flex;
	gap: 0.5em;
}

.faq-a p a{
	color: #000;
	text-decoration: underline;
}



/* ====== 小さめ端末調整 ====== */
/*@media (max-width: 560px) {
  .faq-block__toggle { padding: 14px 54px 14px 14px; }
  .faq-qa__toggle { padding: 12px 48px 12px 12px; }
  .faq-qa__toggle::before { width: 5px; }
}*/




/* エントリー ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#entry .child-header h2 {
    width: 100%;
    height: auto;
    max-width: 541px;
    aspect-ratio: 541 / 121;
}

#entry-01{
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 45px;
}

#entry:before {
    content: '';
    width: 88px;
    height: 502px;
    margin-right: 102px;
    background-image: url(../images/decoration-02.svg);
    background-repeat: no-repeat;
    top: 807px;
    left: 0;
    position: absolute;
}

#entry .foreword p{
	font-size: 16px;
}



.form-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0;
}

.form-group {
  display: flex;
  align-items: center;
	color: #fff;
	/*margin: 0 45px;*/
	    font-size: 16px;
}



.form-group label {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
	padding: 30px 0;
	height: auto;
	min-height: 80px;
}

.form-group.inquiry-details label{
	height: 378px;
	align-items: flex-start;
}

.form-group.text-area{
	align-items: flex-start;
}

.label-name{
	/*width: 160px;*/
	width: 152px;
    display: flex;
    align-items: center;
}

.label-column{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.label-column .required{
	display: inline-block;
}

.label-name .mini{
	display: inline-block;
	font-size: 0.8em;
	margin-top: 0.8em;
}


.required {
  font-size: 0.8rem;
  color: #83e015;
  font-weight: normal;
  padding: 2px 5px;
  white-space: nowrap;
	/*width: 55px;
	height: 22px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

.optional{
	width: 90px;
	height: 30px;
	margin: 0 65px;
}

.form-group > input[type="text"],
.form-group > textarea {
  width: 100%;
  box-sizing: border-box;
  border: none;
  padding: 20px;
  font-size: 1rem;
  min-height: 60px;
	margin-left: 48px;
	background: #83e015;
}


.form-group:nth-of-type(3) > input[type="text"]{
	margin-left: calc(48px + 48px);
	width: 201px;
}

.text-ex-after,
.text-ex-before{
	position: relative
}

.form-group:nth-of-type(3) > .text-ex-before::before{
	content: '〒';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(48px + 16px);
	color: #83e015;
}
.form-group:nth-of-type(3) > .text-ex-after::after{
	content: '（半角数字・ハイフン使用 / 例：〒000-0000）';
    display: inline-block;
	color: #83e015;
}



#form input{
	font-family: "Noto Sans JP", sans-serif;
}

.form-group textarea {
  min-height: 348px;
	margin-top: 10px;
	font-family: "Noto Sans JP", sans-serif;
}


::placeholder {
  color: #000;
  opacity: 1;
}



.form-wrap .button-container{
	margin: 80px 0 0;
}
.form-wrap .button{
    max-width: 253px;
    width: 100%;
    height: 60px;
    border-top: none;
    border-left: none;
	font-size: 16px;
	cursor: pointer;
	background: #83e015;
	color: #000;
	position: relative;
	display: block;
	min-width: 253px;
}

.button-ex-text{
	position: relative;
}

.form-wrap .button-ex-text::after{
	content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
	width: 12.5px;
    height: 12.5px;
	transform: translateY(-50%);
    background-image: url("../images/arrow-black-ex.svg");
    background-size: contain;
	background-repeat: no-repeat;
	
}

.form-wrap .button:hover{
	filter: brightness(1.5);
}


.confirmation .label-name{
	font-size: 0.95em;
}

.confirmation-box{
    max-height: 120px;
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    overflow-y: auto;
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding: 20px;
    font-size: 1rem;
    min-height: 60px;
    margin-left: 30px;
    background: #83e015;
    color: #000;
}



.confirmation .form-group.privacy-ex .label-name{
	border-top: 1px solid #000;
}
.confirmation .form-group.privacy-ex .confirmation-box{
	margin-top: 10px;
}

.confirmation .form-group.inquiry-details .confirmation-box {
	margin-top: 10px;
    max-width: 100%;
	min-height: 348px;
	color: #000;
	background: #83e015;
}

.thanks #form .button-container .button{
	padding: 15px 60px 15px 30px;
}

.error_messe{
	font-size: 16px;
	color: #83e015;
}

#entry.thanks .button::before{
	display: none;
}

.button_area{
	display: flex;
	justify-content: center;
}

.button_area .button-container{
	width: 50%;
}


.policy {
  display: block; 
	margin: 70px 0 0 auto;
	max-width: 910px;
}

.policy-explain {
  font-size: 16px;
  line-height: 2;
  color: #fff;
  margin: 0 auto 65px;
    width: fit-content;
	text-align: left;
}

.policy-explain a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-check {
  margin-bottom: 26px;
}

.policy-check label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #fff;
  justify-content: center;
  border: solid 2px #83e015;
	padding: 20px;
	max-width: 616px;
	    margin: 0 auto;
}

.policy-check label a{
	text-decoration: underline;
}
.policy-check label a:hover{
	text-decoration: none;
}



.policy-check label > input[type="checkbox"][name="個人情報の取り扱い[]"]{
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: 1px solid #fff;   
  background: transparent;  
  border-radius: 0;         
  display: inline-block;
  position: relative;
  flex: 0 0 auto;          
  margin: 0 1em 0 0;                
  vertical-align: middle;
  transition: background .15s, border-color .15s, box-shadow .15s, outline-color .15s;
}


.policy-check label > input[type="checkbox"][name="個人情報の取り扱い[]"]:checked{
  border-color: #83e015;
  background: #83e015;
}


.policy-check label > input[type="checkbox"][name="個人情報の取り扱い[]"]::after{
  content: "";
  position: absolute;
  left: 2px;
  top: 3px;
  width: 10px;
  height: 6px;
  border-left: 3px solid #000;   
  border-bottom: 3px solid #000; 
  transform: rotate(-45deg) scale(0.8);
  opacity: 0;
  transition: opacity .15s, transform .15s;
}


.policy-check label > input[type="checkbox"][name="個人情報の取り扱い[]"]:checked::after{
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}


.policy-check label > input[type="checkbox"][name="個人情報の取り扱い[]"]:focus-visible{
  outline: 3px solid rgba(131,224,21,.35);
  outline-offset: 3px;
}


.policy-check label > input[type="checkbox"][name="個人情報の取り扱い[]"]:disabled{
  border-color: #cfd5d8;
  background: #eef1f3;
}


.confirmation-wrapper .button_area{
	max-width: 910px;
    margin-left: auto;
	gap: 0 40px;
	margin-bottom: 80px;
}
.confirmation-wrapper .button_area .button-container{
	width: fit-content;
}


@media (max-width: 980px) {
	
	#contact #content-01 p{
		font-size: 16px;
		text-align: center;
	}
	
	.form-group:nth-child(1) label{
		border-top: none;
	}
	
	.form-group.inquiry-details label{
		height: auto;
	}
	
  .form-group {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
    margin: 0;
  }

  .form-group label {
   /* width: 100%;*/
    margin-bottom: 10px;
	  padding: 0;
	  min-height: 1px;
  }
  
  .form-group .label-name {
    width: 100%;
    border-bottom: none;
	 padding-left: 0;
	  height: auto;
  }

  .required, .optional {
    margin: 0;
  }

  .form-group > input[type="text"],
  .form-group > textarea {
    width: 100%;
    max-width: none;
	  margin-left: 0;
  }
  
	.form-group:nth-of-type(3) > input[type="text"] {
    margin-left: 48px;
}
	.form-group:nth-of-type(3) > .text-ex-before::before{
		top: 20px;
		left: 20px;
	}
	
	
	
  .form-group.text-area {
    align-items: flex-start;
  }
  
  .form-group.text-area label {
    margin-bottom: 10px;
  }
  
  .form-group.text-area textarea {
    width: 100%;
    margin-top: 0;
  }
	
	.button_area{
		align-items: center;
		gap: 0;
	}
	
	.confirmation-wrapper .button_area{
		flex-direction: column;
		gap: 40px;
	}
	
	.confirmation-wrapper .form-wrap .button-container{
		margin: 0;
	}
	
	
	.form-wrap .button-ex-text::after{
		right: 20px;
	}
	
	#footer-contact-area .blue-box-inner .button{
		font-size: 16px;
		width: auto;
	}
	
	.confirmation-box{
		margin-left: 0;
	}
	
	
 
	
}





#not-found h2{
	font-size: clamp(42px,6.5vw,104px);
}






/* レスポンシブデザイン ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


@media (max-width: 1640px) {
	#top-02 ul li{
		width: calc((100% - 10%) / 3);
	}
	#top-02 ul li p br{
		display: none;
	}
	.schedule li.flex-box{
		flex-direction: column;
	}
	.company-tagline-inner{
        flex-direction: column-reverse;
		align-items: flex-start;
	}
	.company-tagline-inner .inner-right{
		margin-left: 0;
		margin-bottom: 40px;
	}
	.company-inner-box .flex-box{
		flex-direction: column;
	}
	.company-inner-box:nth-child(3) .flex-box{
		flex-direction: row;
	}
	
	.company-inner-box .flex-box .inner-left,
	.company-inner-box .flex-box .inner-right{
		width: 100%;
	}
	.equipment-box{
		width: calc((100% - 40px) / 2);
	}
}



@media (max-width: 1430px) {
	.for-sp{display:flex;}
	#top-03 .swiper-slide.slide2 .flex-box,
    #top-03 .swiper-slide.slide5 .flex-box{
        flex-direction: column;
    }
    #top-03 .swiper-slide.slide2 .flex-box p,
    #top-03 .swiper-slide.slide5 .flex-box p{
        align-self: flex-start;
        justify-self:flex-start; 
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
    }
	#top-03 .swiper-slide a{
	padding: 40px 3.75% 40px 6%;
    }
	
	.tagline-box{
        margin-left: 0;
        width: 73.75%;
        margin: 0 auto 60px;
    }
}

@media (max-width: 1360px) {
	#top-02 ul li{
		width: 100%;
		min-height: 1px;
	}
}

@media (max-width: 1280px) {
	
	#top-01{
        margin-top: 10vw;
	}
	
	#top-01 h3{
		width: 60%;
	}
	
	#top-01 .flex-box{
		flex-direction: column;
		padding: 0 40px;
	}
	#top-01 .flex-box .inner-left{
		width: 100%;
	}
	#top-01 .flex-box .inner-right{
		width: 100%;
		margin-right: 0;
	}
	#top-01 .flex-box .inner-right .top-01-image{
		margin-left: 0;
	}
	#top-01 .inner-left .text{
		margin-bottom: 40px;
	}
	#top-01 .inner-right{
	padding-top: 0;
}

	
	.deco-01{
	/*width: 502px;
	height: 88px;*/
	margin-right: 0;
        /*margin-bottom: 102px;*/
		margin-bottom: 10vw;
        margin-left: -40px;
        background-image: url(../images/top-01-deco-02.svg);
        background-repeat: no-repeat;
        aspect-ratio: 502 / 88;
        max-width: 502px;
        height: auto;
        width: 100%;
}
.deco-02{
	margin-right: -40px;
	margin-bottom: 40px;
}
	
	#top-02 .flex-box{
		flex-direction: column;
	}
	#top-02 .flex-box .inner-right{
		margin-left: 0;
    max-width: unset;
	}
	.business-link{
		float: none;
		justify-self: flex-end;
	}
	#top-01 .business-link{
		justify-self: flex-start;
		}
	
	
	#top-02 .environment-box{
		flex-direction: row;
	}
	
	#top-03 .swiper-slide.slide2 .flex-box,
    #top-03 .swiper-slide.slide5 .flex-box{
        flex-direction: column;
    }
    #top-03 .swiper-slide.slide2 .flex-box p,
    #top-03 .swiper-slide.slide5 .flex-box p{
        align-self: flex-start;
        justify-self:flex-start; 
        margin-top: 20px;
        margin-bottom: 0;
        margin-left: 0;
    }
	#top-03 .swiper-slide a{
	padding: 40px 3.75% 40px 6%;
}
	
	.footer-inner-wrapper{
		margin: 0 80px 0 auto;
	}
	#pagetop{
		right: 40px;
	}
	.pagetop img{
		width: 64px;
	}
	
	#top-03 .swiper-slide.slide1 h4 img,
    #top-03 .swiper-slide.slide2 h4 img,
	#top-03 .swiper-slide.slide3 h4 img{
	width: 60%;
}
	
	#business-03 .strengths{
      flex-direction: column;
		gap: 80px 0;
	}
	
	#business-03 .strengths .inner-right,
	#business-03 .strengths .inner-left{
		width: 100%;
		max-width: unset;
	}
	
	.equipment-box{
		width: 100%;
		aspect-ratio: unset;
	}
	
	.company-tagline-inner .inner-left{
		width: 100%;
	}
	
	.faq{
		width: calc(100% - 80px);
	}
	
	
	
	
	
	
}

@media (max-width: 1040px) {
	.footer-inner-wrapper{
		flex-direction: column;
		margin: 40px auto 0;
	}
	.footer-info{
		width: 100%;
        margin-bottom: 40px;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.footer-nav-wrapper{
		justify-content: center;
	}
	
	.footer-inner-wrapper .inner-right{
		width: 100%;
	}
	.footer-entry{
		margin: 0 auto;
	}
	a.under-line{
		justify-self: center;
        margin-right: 0;
	}
	
	#business-01 .flex-box{
		flex-direction: column-reverse;
	}
	#business-01 .inner-right,
	#business-01 .inner-left{
		width: 100%;
		max-width: unset;
	}
	#business-01 .inner-left{
		padding: 40px;
	}
	#business-02 .flex-box {
    flex-direction: column;
    gap: 45px 0;
    }
	#business-02 .flex-box .inner-right,
	#business-02 .flex-box .inner-left{
		width: 100%;
	}
	#business-03 .flex-box{
		flex-direction: column;
	}
	#business-03 .flex-box .inner-right,
	#business-03 .flex-box .inner-left{
		width: 100%;
	}
	.business-content-box h3 br{
		display: none;
	}
	
	/*#environment-01,*/
	#business-01{
		padding-top: calc(88px + 24px);
	}
	
/*#environment-01::before,*/
	#business-01:before{
        margin-left: -40px;
        background-image: url(../images/top-01-deco-02.svg);
        background-repeat: no-repeat;
        aspect-ratio: 502 / 88;
        max-width: 502px;
        height: auto;
        width: 50%;
	}

}



@media (max-width: 960px) {
	
	.site-logo{
		width: 50%;
	}
	
	.icon-arrow img{
		width: 63px;
	}
	#top-03 .swiper-slide .arrow2{
		width: 63px;
	}
	#top-02 h4,
	#top-02 .environment-box h4{
		font-size: 42px;
	}
	#top-02 .environment-box p{
		font-size: 16px;
	}
	
	#entry:before,
	#faq:before,
	#crosstalk:before,
	#company:before,
	#data:before,
	#privacy:before{
		display: none;
	}
	
	#data-01{
		width: 100%;
		padding: 0 40px;
        padding-left: calc(40px + 2.08vw);
	}
	
	#faq .child-header .sub {
        font-size: 20px;
    }

    
	
}


@media (max-width: 768px) {
	
	
	#top-page:after{
		right: 0;
    width: 100vw;
	}
	
	.site-header .container{
		padding: 0 20px;
	}
	.menu-toggle{
		width: 48px;
		height: 48px;
		padding: 10px;
		right: 20px;
	}
	.menu-toggle span{
		width: 28px;
	}
	.menu-toggle.is-active span:nth-child(1) {
		transform: translateY(10px) rotate(45deg);
	}
	.menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
}
	.top-copy{
		padding: 16vw 20px 0;
	}
	
	#top-01 .flex-box{
		padding: 0 20px;
	}
	
	#top-01 .sub{
		margin-bottom: 30px;
    }
	
	#top-01 .inner-left .text {
    padding-right: 0;
    font-size: 16px;
}
	
	.deco-01,
	.deco-02{
		width: 50%;
	}
	
	
	#top-02 .container:before{
		right: 0;
	}
	#top-02 .container{
		width: calc(100% - 40px);
		box-shadow: 10px 10px 10px rgba(131, 224, 21, 0.8);
		padding: 60px 24px;
	}
	#top-02 .sub{
		width: 50%;
	}
	.top-02-h-02{
		width: 80%;
	}
	.top-02-h-03{
		width: 48%;
	}
	.top-02-h-04{
		width: 48%;
	}
	
	#top-02 .text{
		font-size: 16px;
	}
	.business-link{
		margin-top: 40px;
		    font-size: 34px;
		justify-self: center;
	}
	.business-link img{
		width: 36px;
    height: 36px;
	}
	
	#top-02 h5{
		margin-bottom: 24px;
	}
	#top-02 ul li{
		padding: 35px 30px 35px 60px;
	}
	
	#top-02 ul li p{
		font-size: 16px;
	}
	#top-02 .environment-box{
		padding: 40px 20px 50px;
		flex-direction: column;
	}
	#top-02 .environment-box p{
		margin-bottom: 20px;
	}
	#top-02 .environment-box p br{
		display: none;
	}
	.recruit-title{
        flex-direction: column;
		align-items: center;
		margin-bottom: 40px;
	}
	#top-03 .sub{
		width: 50%;
		margin-top: 20px;
	}
	#top-03 .swiper-slide{
		background-size: contain;
	}
	
	#top-03 .swiper-slide::before{
		top: -10px;
	}
	
	
	#top-03 .swiper-slide a{
		flex-direction: column;
	}
	#top-03 .swiper-slide .flex-box p{
		font-size: 16px;
	}
	#top-03 .swiper-slide.slide1,
    #top-03 .swiper-slide.slide2,
	#top-03 .swiper-slide.slide3{
        background-size: contain;
    }
	
	.top-entry a:after{
		width: 42px;
		height: 42px;
		right: -30px;
	}
	.top-entry{
		height: auto;
		padding: 40px;
		margin-bottom: 40px;
	}
	
	footer .deco-02 {
        margin-right: -40px;
    }
	
	.footer-logo{
		width: 50%;
		margin-bottom: 40px;
	}
	.f-address,
	.f-tel{
		font-size: 16px;
	}
	.footer-nav-wrapper{
		flex-direction: column;
		width: fit-content;
        margin: 0 auto;
	}
	.footer-nav{
		margin-bottom: 0.5em;
		width: fit-content;
	}
	.footer-entry{
		margin-top: 40px;
	}
	a.under-line{
		font-size: 16px;
		margin-bottom: 40px;
	}
	#pagetop {
        right: 20px;
		bottom: 80px;
    }
	.copy-area{
		font-size: 14px;
		padding: 20px;
	}
	
	.child-header{
		padding: 0 20px;
		margin: 84px 0 40px;
	}
	
	#business .child-header h2{
		    width: 70%;
	}
	.child-header .sub {
    font-size: 20px;
}
	.tagline-box{
		width: 100%;
        padding: 0 20px;
	}
	.tagline-sub-image{
		width: 100%;
	}
	#business-01,
	#business-02,
	#business-03{
		padding-right: 20px;
        padding-left: 20px;
	}
	.business-content-box{
		width: 100%;
		padding: 80px 20px 60px;
		box-shadow: 10px 10px 10px rgba(131, 224, 21, 0.8);
	}
	#business-01 .inner-left {
        padding: 40px 20px;
    }
	#business-02 .inner-box{
		margin-top: 10px;
		margin-left: 0;
		padding: 40px 20px;
	}
	
	#business-03 .strengths{
		width: 100%;
		gap: 40px 0;
	}
	
	
   #business-03 .flex-box .inner-right, 
	#business-03 .flex-box .inner-left{
		width: 100%;
/*		padding: 80px 20px 60px;*/
	}
	
	#business-03 .area{
		width: 100%;
		padding: 40px 20px 60px;
		box-shadow: 10px 10px 10px rgba(131, 224, 21, 0.8);
	}
	#business-03 .strengths .inner-left,
	#business-03 .strengths .inner-right{
		width: 100%;
		padding: 40px 20px 60px;
		box-shadow: 10px 10px 10px rgba(131, 224, 21, 0.8);
	}
	
	
	#business-03 .area span {
    display: inline-block;
	}
	#business-03 .area .sub {
    margin-right: 0;
		margin-bottom: 0.5em;
}
	#business-03 p,
	#business-03 .strengths ul li,
	#business-02 .inner-box p{
		font-size: 16px;
	}
	#business-03 .sub {
        font-size: 20px;
    }
	
	.crosstalk-content-box,
	.environment-content-box{
		width: 100%;
		width: calc(100% - 40px);
        margin: 0 20px 100px;
		box-shadow: 10px 10px 10px rgba(131, 224, 21, 0.8);
		padding: 80px 20px 60px;
	}

	#environment .child-header h2 {
        width: 80%;
    }
	.schedule li{
		padding: 28px 20px;
	}
	.schedule li p {
    font-size: 16px;
    }
	
	.environment-content-box h3{
        margin: 10px auto;
		display: block;
	}
	#environment-02 .step p{
		font-size: 16px;
	}
	
	#environment-01::before{
		display: none;
	}
	
	#privacy-01{
		width: 100%;
		padding: 0 20px;
	}
	.privacy-box{
		padding-left: 16px;
	}
	#privacy-01 h3 {
		font-size: 18px;
	}
	.foreword {
    margin-bottom: 60px;
}
	
	#data .tagline br{
		display: none;
	}
	
	#data-01{
		padding: 0 20px;
        padding-left: calc(20px + 2.08vw);
	}
	
	.company-content-box{
		width: calc(100% - 40px);
        margin: 0 20px 100px;
        box-shadow: 10px 10px 10px rgba(131, 224, 21, 0.8);
        padding: 80px 20px 60px;
	}
	.company-inner-box:nth-child(2) .job-label{
		flex: 0;
	}
	
	.equipment-name{
		font-size: 20px;
	}
	
	.equipment-number{
		font-size: 20px;
	}
	
	.company-inner-box .job-text {
    font-size: 16px;
}
	.company-tagline-inner .inner-right{
		width: 100%;
	}
	
	#company .tagline-sub{
		line-height: 2;
	}
	#company .tagline-sub br{
		display: none;
	}
	#company .tagline-sub-image{
		width: 100%;
	}
	.company-inner-box:nth-child(1) .company-inner-sub,
	.company-inner-box:nth-child(2) .company-inner-sub,
	.company-inner-box:nth-child(3) .company-inner-sub{
		width: 100%;
	}
	
	#crosstalk .child-header h2 {
        width: 60%;
    }
	
	.icon-wrapper{
		margin-top: 40px;
		padding: 20px;
	}
	
	
	.chat-box{
		width: calc(100% - 104px);
        padding: 20px;
	}
	
	.chat-box p{
		font-size: 16px;
	}
	.icon-box img{
		width: clamp(50px, 10vw, 80px);
		z-index: 1;
	}
	.icon-box::after{
		   width: 100%;
	}
	.icon-box{
		width: clamp(80px, 14vw, 104px);
	}
	
	
	.faq-block__toggle{
		padding: 25px 75px 25px 25px;
	}
	.faq-block__toggle::after{
		right: 25px;
		width: 34px;
        height: 34px;
		background-size: 24px;
	}
	
	.faq{
		width: calc(100% - 40px);
	}
	
	.faq-qa__toggle{
		padding: 16px 56px 16px 16px;
	}
	.faq-qa__toggle::after{
		right: 16px;
        width: 20px;
        height: 20px;
		background-size: 20px;
	}
	.faq-a p{
		padding: 16px;
	}
	.faq-panel{
		padding: 10px 25px 25px;
	}
	#faq .child-header .sub {
        font-size: 15px;
    }
	
	#entry-01{
		width: 100%;
		padding: 0 20px;
	}
	#entry .child-header h2 {
		width: 50%;
	}
	
}

	  
	  
	  
	  
	  
	  
	  

[id]{
	scroll-margin-top: 40px;
}










