/*---------------------------------------------
	ヘッダー
---------------------------------------------*/
header{
	background-color: rgba(255,255,255,0);
}

/*-----scroll-----*/
header.scroll-nav{
	background-color: rgba(255,255,255,100);
	background-image: url(../../_images/top/bg-shape.png);
	background-repeat: no-repeat;
	background-position: -100px top;
}

@supports (background-image: url('image.webp')) {
	header.scroll-nav {
		background-image: url(../../_images/top/bg-shape.webp);
	}
}

@media screen and ( max-width: 1200px ){
	/*-----scroll-----*/
	header.scroll-nav{
		background-position: -300px top;
	}
}

@media screen and ( max-width: 1000px ){
	/*-----scroll-----*/
	header.scroll-nav{
		background-position: -400px top;
	}
}

@media screen and ( max-width: 810px ){
	/*-----scroll-----*/
	header.scroll-nav{
		background-image: none;
		padding: 10px;
	}
}
@media screen and ( max-width: 480px ){
}



/*---------------------------------------------
	メインコンテンツ
---------------------------------------------*/
body{
	background-color: #fff;
	background-image: url(../../_images/top/bg-shape.png);
	background-repeat: no-repeat;
	background-position: left top;
}
@supports (background-image: url('image.webp')) {
	body {
		background-image: url(../../_images/top/bg-shape.webp);
	}
}

main{
	padding-top: 80px;
	position: relative;
	overflow: hidden;
}

/*---メイン背景---*/
.main-background-clip{
	width: 80%;
	max-width: 1163px;
	height: auto;
	position: absolute;
	right: -2%;
	top: -10px;
	z-index: -1;
}
.main-background-clip .clip-img{
	display: block;
	width: 100%;
	height: auto;
	filter: drop-shadow(-3px 15px 0px #ff5e16);
}

/*------*/
main section.main-content{
	display: block;
	width: 100%;
	margin: 80px auto;
}

main section.main-content .main-box{
	display: block;
	margin: 80px auto;
}



@media screen and ( max-width: 1200px ){
	body{
		background-size: 60% auto;
	}
	/*---メイン背景---*/
	.main-background-clip{
		width: 70%;
	}	
}
@media screen and ( max-width: 1000px ){
	/*---メイン背景---*/
	.main-background-clip{
		width: 80%;
	}
}

@media screen and ( max-width: 810px ){
	body{
		background-image: none;
	}
	main{
		background-image: linear-gradient(to bottom, #fff 50px, transparent 70px);
		background-size: 100%;
	}
	/*---メイン背景---*/
	.main-background-clip{
		width: 100%;
		top: 15px;
		left: -50%;
		right: -50%;
		margin: auto;
	}
}

@media screen and ( max-width: 480px ){
	/*---メイン背景---*/
	.main-background-clip{
		width: 120%;
		top: 30px;
		left: -50%;
		right: -50%;
	}

	main section.main-content .main-box{
		margin: 50px auto;
	}
	
}

/*----------h1----------*/
.main-box.recruit{
	width: 90%;
	max-width: 1200px;
	background-image: url(../../_images/top/gray-img-pc.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 5% 0 350px;
	position: relative;
	opacity: 0;
	transform: translateY(20px);
	transition: all .5s ease;
	animation: fade-move .5s ease forwards;
	animation-delay: .1s;
}
@supports (background-image: url('image.webp')) {
	.main-box.recruit {
		background-image: url(../../_images/top/gray-img-pc.webp);
	}
}
.main-box.recruit:before,
.main-box.recruit:after{
	content: "";
	display: block;
	width: 25px;
	height: 220px;
	position: absolute;
	left: -60px;
	top: 30%;
}
.main-box.recruit:before{
	border-right: 1px solid #ff3221;
	border-bottom: 1px solid #ff3221;
	transform: skewY(35deg);
}
.main-box.recruit:after{
	background-image: url(../../_images/top/side-scroll.gif);
	background-repeat: no-repeat;
	background-position: center 85%;
}

/**/
.main-box h1{
	color: #fff;
	margin: 0;
	padding-top: 50px;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	position: relative;
}
.main-box h1:before{
	content: "RECRUIT";
	display: block;
	color: #ff7800;
	font-family: 'Oswald', sans-serif;
	font-size: 2.8rem;
	line-height: 1em;
	letter-spacing: 0.08em;
	text-shadow:
	2px  2px 1px #ffffff,
	-2px  2px 1px #ffffff,
	 2px -2px 1px #ffffff,
	-2px -2px 1px #ffffff,
	 2px  0px 1px #ffffff,
	 0px  2px 1px #ffffff,
	-2px  0px 1px #ffffff,
	 0px -2px 1px #ffffff;
	position: absolute;
	top: 0;
	left: 0;
}

.main-box h1 span{
	display: block;
	width: fit-content;
	background-image: linear-gradient(to right, #ff7800 0, #ff2423 100%);
	margin: 15px 0;
	padding: 0 15px;
	opacity: 0;
	word-break: keep-all;
	position: relative;
}
.main-box h1 span:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.main-box h1 span:nth-of-type(1){
	animation: fade-in .4s ease forwards;
	animation-delay: .1s;
}
.main-box h1 span:nth-of-type(2){
	animation: fade-in .4s ease forwards;
	animation-delay: .3s;
}
.main-box h1 span:nth-of-type(3){
	animation: fade-in .4s ease forwards;
	animation-delay: .5s;
}

.main-box h1 span:nth-of-type(1):before{
	animation: shrink-width .4s ease forwards;
	animation-delay: .9s;
}
.main-box h1 span:nth-of-type(2):before{
	animation: shrink-width .4s ease forwards;
	animation-delay: 1.1s;
}
.main-box h1 span:nth-of-type(3):before{
	animation: shrink-width .4s ease forwards;
	animation-delay: 1.3s;
}

/**/
.main-box h1 + p{
	width: 50%;
	margin: 30px 0;
	color: #111;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.2em;
	opacity: 0;
	animation: fade-in .4s ease forwards;
	animation-delay: .6s;
}
.main-box h1 + p span{
	display: inline-block;
	position: relative;
}
.main-box h1 + p span:before{
	content: "";
	display: block;
	width: 0;
	height: 25%;
	background-color: #fff048;
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: -1;
}
.main-box h1 + p span:nth-of-type(1):before{
	animation: fade-stretch-width .4s ease forwards;
	animation-delay: .8s;
}
.main-box h1 + p span:nth-of-type(2):before{
	animation: fade-stretch-width .4s ease forwards;
	animation-delay: .9s;
}
.main-box h1 + p span:nth-of-type(3):before{
	animation: fade-stretch-width .4s ease forwards;
	animation-delay: 1.0s;
}
.main-box h1 + p span:nth-of-type(4):before{
	animation: fade-stretch-width .4s ease forwards;
	animation-delay: 1.1s;
}


/*--------------------*/
.main-box h2{
	width: fit-content;
	margin: 0 auto 20px;
	padding: 50px 80px;
	font-size: 4.5rem;
	position: relative;
}
.main-box h2:before{
	content: "";
	display: block;
	width: 245px;
	height: 245px;
	background-image: url(../../_images/top/title-bg-balloon.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}
@supports (background-image: url('image.webp')) {
	.main-box h2:before {
		background-image: url(../../_images/top/title-bg-balloon.webp);
	}
}

/*----------使命----------*/
.main-box.mission{
	background-image: url(../../_images/top/gray-img-sensu.png), url(../../_images/common/bg-gray-bottom1.jpg), url(../../_images/common/bg-gray-bottom2.jpg);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 85% top, center top, center bottom;
	background-size: auto, 100% auto, 100% auto;
}
@supports (background-image: url('image.webp')) {
	.main-box.mission {
		background-image: url(../../_images/top/gray-img-sensu.webp), url(../../_images/common/bg-gray-bottom1.webp), url(../../_images/common/bg-gray-bottom2.webp);
	}
}

.main-box.mission h2 > span{
	position: relative;
	display: inline-block;
	padding-top: 30px;
}
.main-box.mission h2 > span:before{
	content: "OUR MISSION";
	display: block;
	background-image: linear-gradient(to right, #ff7800 0, #ff2323 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	line-height: 1em;
	letter-spacing: 0.15em;
	text-align: center;
	margin: 0 auto 10px;
}

.main-box.mission .inner{
	display: block;
	width: 95%;
	max-width: 1200px;
	background-repeat: no-repeat;
	margin: auto;
	padding-top: 50px;
	position: relative;
}

.main-box.mission .inner > div.text{
	width: 80%;
}
.main-box.mission .inner > div.text p > span{
	display: inline-block;
	margin: 20px 0;
}

.main-box.mission .inner > div.img{
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.main-box.mission .inner > div.img:after{
	content: "";
	display: block;
	background-repeat: no-repeat;
	position: absolute;
	right: -10%;
}


.main-box.mission .inner:nth-of-type(1){
	min-height: 755px;
	background-image: url(../../_images/top/gray-img-items.png);
	background-position: left bottom;
	margin-bottom: 50px;
	padding-bottom: 350px;
}
.main-box.mission .inner:nth-of-type(1) > div.img:after{
	background-image: url(../../_images/top/salespromotion-text.png);
	width: 690px;
	height: 90px;
	bottom: -40px;
}

.main-box.mission .inner:nth-of-type(2){
	background-image: url(../../_images/top/gray-img-human.png);
	background-position: left bottom;
	padding-bottom: 350px;
}
.main-box.mission .inner:nth-of-type(2) > div.img{
	top: 50px;
}
.main-box.mission .inner:nth-of-type(2) > div.img:after{
	background-image: url(../../_images/top/company-spirit-text.png);
	width: 650px;
	height: 115px;
	bottom: -50px;
}
@supports (background-image: url('image.webp')) {
	.main-box.mission .inner:nth-of-type(1){
		background-image: url(../../_images/top/gray-img-items.webp);
	}
	.main-box.mission .inner:nth-of-type(1) > div.img:after{
		background-image: url(../../_images/top/salespromotion-text.webp);
	}
	
	.main-box.mission .inner:nth-of-type(2){
		background-image: url(../../_images/top/gray-img-human.webp);
	}
	.main-box.mission .inner:nth-of-type(2) > div.img:after{
		background-image: url(../../_images/top/company-spirit-text.webp);
	}
}

.main-box.mission h3{
	color: #fff;
	margin: 0;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.08em;
	position: relative;
}
.main-box.mission h3 span{
	display: inline-block;
	width: fit-content;
	background-image: linear-gradient(to right, #ff7800 0, #ff2423 100%);
	margin: 10px 5px;
	padding: 0 20px;
	opacity: 0;
	position: relative;
}
.main-box.mission h3 span:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}

.main-box.mission .inner.show h3 span{
	animation: fade-in .4s ease forwards;
}
.main-box.mission .inner.show h3 span:nth-of-type(1){
	animation-delay: .1s;
}
.main-box.mission .inner.show h3 span:nth-of-type(2){
	animation-delay: .2s;
}
.main-box.mission .inner.show h3 span:nth-of-type(3){
	animation-delay: .3s;
}
.main-box.mission .inner.show h3 span:nth-of-type(4){
	animation-delay: .4s;
}


.main-box.mission .inner.show h3 span:before{
	animation: shrink-width .4s ease forwards;
}
.main-box.mission .inner.show h3 span:nth-of-type(1):before{
	animation-delay: .6s;
}
.main-box.mission .inner.show h3 span:nth-of-type(2):before{
	animation-delay: .7s;
}
.main-box.mission .inner.show h3 span:nth-of-type(3):before{
	animation-delay: .8s;
}
.main-box.mission .inner.show h3 span:nth-of-type(4):before{
	animation-delay: .9s;
}

/**/
.main-box.mission h3 + p{
	margin: 30px;
	margin-right: 400px;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 2.2em;
	opacity: 0;
}
.main-box.mission .inner.show h3 + p{
	animation: fade-in .4s ease forwards;
	animation-delay: .6s;
}


/*----------会社について----------*/
.main-box.about{
	background-image: url(../../_images/common/bg-gray-bottom2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding: 0;
}
@supports (background-image: url('image.webp')) {
	.main-box.about {
		background-image: url(../../_images/common/bg-gray-bottom2.webp);
	}
}

.main-box.about h2 > span{
	position: relative;
	display: inline-block;
	padding-top: 30px;
}
.main-box.about h2 > span:before{
	content: "ABOUT US";
	display: block;
	background-image: linear-gradient(to right, #ff7800 0, #ff2323 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	font-family: 'Oswald', sans-serif;
	font-size: 2rem;
	line-height: 1em;
	letter-spacing: 0.15em;
	text-align: center;
/*	width: 250px;
	height: 40px;
	background-image: url(../../_images/top/title-en-about.png);
	background-repeat: no-repeat;*/
	margin: 0 auto 10px;
}

.main-box.about ul{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	width: 95%;
	max-width: 1200px;
	margin: 30px auto;
}
.main-box.about ul > li{
	width: calc((100% / 3) - 27px);
	text-align: center;
	opacity: 0;
	transform: translateY(20px);
}
.main-box.about ul > li > a{
	display: block;
	background-color: #fff;
	padding: 20px 20px 30px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	transition: all .4s ease;
	position: relative;
}
.main-box.about ul > li > a:after{
	font-family: "Font Awesome 5 Free";
	content: '\f178';
	font-size: 25px;
	font-weight: 900;
	line-height: 1em;
	color: #7e7d7e;
	display: block;
	position: absolute;
	right: 25px;
	bottom: 20px;
	transition: all .4s ease;
}

.main-box.about ul > li > a:hover{
	box-shadow: 0 0 15px rgba(255,100,7,0.5);
	transform: translateY(5px);
}
.main-box.about ul > li > a:hover:after{
	color: #ff3726;
}

.main-box.about ul > li img{
	margin: auto;
}
.main-box.about ul > li p{
	font-size: 30px;
	font-weight: 600;
}
.main-box.about ul > li p > b{
	color: #ff3221;
}


.main-box.about.show ul > li{
	animation: fade-move .4s ease forwards;
}
.main-box.about.show ul > li:nth-of-type(1){
	animation-delay: .2s;
}
.main-box.about.show ul > li:nth-of-type(2){
	animation-delay: .4s;
}
.main-box.about.show ul > li:nth-of-type(3){
	animation-delay: .6s;
}
.main-box.about.show ul > li:nth-of-type(4){
	animation-delay: .8s;
}
.main-box.about.show ul > li:nth-of-type(5){
	animation-delay: 1.0s;
}
.main-box.about.show ul > li:nth-of-type(6){
	animation-delay: 1.2s;
}

/*--採用情報ボタン--*/
.main-box.about .recruit-btn{
	margin: 80px auto 0;
	max-width: 1200px;
}
.main-box.about .recruit-btn a{
	width: 80%;
	margin: auto;
	padding: 30px 25px;
	font-size: 3.8rem;
	font-weight: 600;
	border-radius: 20px;
}
.main-box.about .recruit-btn a:hover{
	box-shadow: 0 0 15px #23d3ff;
}


@media screen and ( max-width: 1200px ){
	/*----------h1----------*/
	.main-box.recruit{
		background-size: 600px auto;
		padding: 8% 0 300px;
	}
	.main-box.recruit:before,
	.main-box.recruit:after{
		left: -45px;
		top: 40%;
	}
	
	/**/
	.main-box h1{
		padding-top: 45px;
		font-size: 2.7rem;
	}
	.main-box h1:before{
		font-size: 2.7rem;
	}

	/**/
	.main-box h1 + p{
		width: 60%;
		font-size: 1.2rem;
		line-height: 2.2em;
	}

	/*--------------------*/
	.main-box h2{
		padding: 50px 150px;
		font-size: 3.5rem;
	}
	.main-box h2:before,
	.main-box h2:after{
		width: 200px;
		height: 200px;
		background-size: 100% auto;
	}

	/*----------使命----------*/
	.main-box.mission{
		background-size: 300px auto, 100% auto, 100% auto;
	}

	.main-box.mission h2 > span{
		padding-top: 30px;
	}
	.main-box.mission h2 > span:before{
		font-size: 1.8rem;
	}

	.main-box.mission .inner > div.text{
		width: 80%;
	}
	.main-box.mission .inner > div.img{
		width: 45%;
	}
	.main-box.mission .inner > div.img:after{
		background-size: 100% auto;
		right: -5%;
	}
	
	.main-box.mission .inner:nth-of-type(1){
		min-height: auto;
		background-size: 500px auto;
		padding-bottom: 320px;
	}
	.main-box.mission .inner:nth-of-type(1) > div.img:after{
		width: 500px;
		height: 70px;
		bottom: -40px;
	}
	
	.main-box.mission .inner:nth-of-type(2){
		background-size: 500px auto;
		padding-bottom: 300px;
	}
	.main-box.mission .inner:nth-of-type(2) > div.img{
		top: 50px;
	}
	.main-box.mission .inner:nth-of-type(2) > div.img:after{
		width: 480px;
		height: 90px;
		bottom: -60px;
	}
	
	.main-box.mission h3{
		font-size: 2.4rem;
	}

	/**/
	.main-box.mission h3 + p{
		margin: 20px;
		margin-right: 40%;
		font-size: 1.2rem;
	}


	/*----------会社について----------*/
	.main-box.about h2 > span{
		padding-top: 30px;
	}
	.main-box.about h2 > span:before{
		font-size: 1.8rem;
	}

	.main-box.about ul{
		gap: 40px 30px;
	}
	.main-box.about ul > li{
		width: calc((100% / 3) - 20px);
	}
	.main-box.about ul > li a:after{
		bottom: 10px;
	}
	.main-box.about ul > li p{
		font-size: 30px;
	}

	/*--採用情報ボタン--*/
	.main-box.about .recruit-btn a{
		width: 80%;
		padding: 25px 25px;
		font-size: 2.8rem;
	}
}

@media screen and ( max-width: 1000px ){
	/*----------h1----------*/
	.main-box.recruit{
		background-size: 500px auto;
		background-position: bottom center;
		padding: 15% 0 250px;
	}
	.main-box.recruit:before,
	.main-box.recruit:after{
		width: 25px;
		height: 220px;
		position: absolute;
		left: -40px;
		top: 40%;
	}
	
	
	/**/
	.main-box h1{
		font-size: 2.5rem;
	}

	/**/
	.main-box h1 + p{
		width: 70%;
		font-size: 1.2rem;
	}

	/*--------------------*/
	.main-box h2{
		padding: 30px 120px;
		font-size: 3.0rem;
	}
	.main-box h2:before,
	.main-box h2:after{
		width: 160px;
		height: 160px;
	}

	/*----------使命----------*/
	.main-box.mission{
		background-size: 30% auto, 100% auto, 100% auto;
	}

	.main-box.mission h2 > span{
		padding-top: 25px;
	}
	.main-box.mission h2 > span:before{
		margin-bottom: 5px;
		font-size: 1.6rem;
	}

	.main-box.mission .inner{
		padding-top: 30px;
	}
	.main-box.mission .inner > div.text{
		width: 80%;
	}
	.main-box.mission .inner > div.img{
		width: 45%;
	}
	
	.main-box.mission .inner:nth-of-type(1){
		background-size: 400px auto;
		padding-bottom: 250px;
	}
	.main-box.mission .inner:nth-of-type(1) > div.img:after{
		width: 350px;
		height: 50px;
		bottom: -30px;
	}
	
	.main-box.mission .inner:nth-of-type(2){
		background-size: 400px auto;
		padding-bottom: 230px;
	}
	.main-box.mission .inner:nth-of-type(2) > div.img{
		top: 130px;
	}
	.main-box.mission .inner:nth-of-type(2) > div.img:after{
		width: 350px;
		height: 65px;
		bottom: -60px;
	}

	.main-box.mission h3{
		font-size: 2.0rem;
	}

	/**/
	.main-box.mission h3 + p{
		margin-right: 35%;
		font-size: 1.0rem;
	}


	/*----------会社について----------*/
	.main-box.about h2 > span{
		padding-top: 25px;
	}
	.main-box.about h2 > span:before{
		margin-bottom: 5px;
		font-size: 1.6rem;
	}

	.main-box.about ul > li > a{
		padding: 20px 10px 30px;
	}
	.main-box.about ul > li a:after{
		font-size: 20px;
		right: 15px;
	}
	.main-box.about ul > li p{
		font-size: 25px;
	}

	/*--採用情報ボタン--*/
	.main-box.about .recruit-btn a{
		padding: 25px 25px;
		font-size: 2.4em;
	}
}

@media screen and ( max-width: 810px ){
	/*----------h1----------*/
	.main-box.recruit{
		width: 95%;
		background-size: 450px auto;
		padding: 30% 0 220px;
	}
	.main-box.recruit:before,
	.main-box.recruit:after{
		display: none;
	}
	
	/**/
	.main-box h1{
		font-size: 1.7rem;
	}
	.main-box h1 span{
		padding: 0 10px;
	}
	.main-box h1:before{
		font-size: 2.3rem;
	}

	/**/
	.main-box h1 + p{
		width: 100%;
		margin: 15px 0;
		font-size: 1.2rem;
	}

	/*--------------------*/
	.main-box h2{
		padding: 30px 50px;
		font-size: 2.2rem;
	}
	.main-box h2:before,
	.main-box h2:after{
		width: 80px;
		height: 80px;
	}
	.main-box h2:after{
		left: 5px;
	}

	/*----------使命----------*/
	.main-box.mission{
		background-size: 30% auto, 100% auto, 100% auto;
	}

	.main-box.mission h2 > span{
		padding-top: 25px;
	}
	.main-box.mission h2 > span:before{
		font-size: 1.4rem;
	}
	.main-box.mission .inner{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 40px;
		padding-top: 0;
	}
	.main-box.mission .inner > div.text{
		width: 100%;
	}
	.main-box.mission .inner > div.img{
		position: relative;
		width: 60%;
	}
	.main-box.mission .inner > div.img:after{
		position: absolute;
		right: -50%;
		left: -50%;
		margin: auto;
	}
	
	.main-box.mission .inner:nth-of-type(1){
		background-position: bottom center;
		background-size: 400px auto;
		padding-bottom: 250px;
	}
	.main-box.mission .inner:nth-of-type(1) > div.img:after{
		width: 350px;
		height: 50px;
		bottom: -30px;
	}
	
	.main-box.mission .inner:nth-of-type(2){
		background-position: bottom center;
		background-size: 400px auto;
		padding-bottom: 230px;
	}
	.main-box.mission .inner:nth-of-type(2) > div.img{
		top: 0;
	}
	.main-box.mission .inner:nth-of-type(2) > div.img:after{
		width: 330px;
		height: 60px;
		bottom: -40px;
	}

	.main-box.mission h3{
		font-size: 1.5rem;
	}
	.main-box.mission h3 span{
		margin: 5px;
		padding: 0 10px;
	}


	/**/
	.main-box.mission h3 + p{
		margin: 20px 5px;
		font-size: 1.0rem;
		line-height: 2em;
	}


	/*----------会社について----------*/
	.main-box.about h2 > span{
		padding-top: 25px;
	}
	.main-box.about h2 > span:before{
		font-size: 1.4rem;
	}

	.main-box.about ul{
		justify-content: space-between;
		gap: 30px 0;
		width: 92%;
	}
	.main-box.about ul > li{
		width: 48%;
	}
	.main-box.about ul > li p{
		font-size: 1.4em;
	}

	/*--採用情報ボタン--*/
	.main-box.about .recruit-btn a{
		width: 90%;
		padding: 25px 15px;
		font-size: 1.8em;
	}
}

@media screen and ( max-width: 480px ){
	/*----------h1----------*/
	.main-box.recruit{
		background-size: 320px auto;
		padding: 65% 0 160px;
	}
	/**/
	.main-box h1{
		padding-top: 35px;
		font-size: 1.31rem;
		letter-spacing: 0.03em;
	}
	.main-box h1:before{
		font-size: 1.9rem;
		left: 5px;
	}
	.main-box h1 span{
		margin: 8px 5px;
		padding: 0 5px;
	}

	/**/
	.main-box h1 + p{
		width: 100%;
		font-size: 0.85rem;
		letter-spacing: -0.03em;
	}

	/*--------------------*/
	.main-box h2{
		margin-bottom: 0px;
		padding: 5px 30px;
		font-size: 1.7rem;
	}
	.main-box h2:before,
	.main-box h2:after{
		width: 60px;
		height: 60px;
	}
	.main-box h2:after{
		left: 2px;
	}

	/*----------使命----------*/
	.main-box.mission{
		background-size: 30% auto, 100% auto, 100% auto;
	}

	.main-box.mission h2 > span{
		padding-top: 18px;
	}
	.main-box.mission h2 > span:before{
		font-size: 1.1rem;
	}
	.main-box.mission .inner{
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
		gap: 40px;
		padding-top: 0;
	}
	.main-box.mission .inner > div.text{
		width: 100%;
	}
	.main-box.mission .inner > div.img{
		position: relative;
		width: 60%;
	}
	.main-box.mission .inner > div.img:after{
		position: absolute;
		right: -50%;
		left: -50%;
		margin: auto;
	}
	
	.main-box.mission .inner:nth-of-type(1){
		background-position: bottom center;
		background-size: 350px auto;
		padding-bottom: 200px;
	}
	.main-box.mission .inner:nth-of-type(1) > div.img:after{
		width: 300px;
		height: 45px;
		bottom: -30px;
	}
	
	.main-box.mission .inner:nth-of-type(2){
		background-position: bottom center;
		background-size: 330px auto;
		padding-bottom: 180px;
	}
	.main-box.mission .inner:nth-of-type(2) > div.img:after{
		width: 270px;
		height: 50px;
		bottom: -40px;
	}

	.main-box.mission h3{
		font-size: 1.22rem;
	}
	.main-box.mission h3 span{
		margin: 5px;
		padding: 0 5px;
	}

	/**/
	.main-box.mission h3 + p{
		margin: 20px 5px;
		font-size: 0.8rem;
		line-height: 2em;
	}


	/*----------会社について----------*/
	.main-box.about h2 > span{
		padding-top: 18px;
	}
	.main-box.about h2 > span:before{
		font-size: 1.1rem;
	}

	.main-box.about ul{
		justify-content: space-between;
		gap: 20px 0;
	}
	.main-box.about ul > li{
		width: 48%;
	}
	.main-box.about ul > li a:after{
		font-size: 18px;
	}
	.main-box.about ul > li p{
		font-size: 1.05em;
	}

	/*--採用情報ボタン--*/
	.main-box.about .recruit-btn a{
		padding: 25px 10px;
		font-size: 1.4em;
	}
	.main-box.about .recruit-btn a:after{
		margin-left: 10px;
	}
}


