@charset "utf-8";

/*------------------------------------------
all
--------------------------------------------*/
html {
	font-size: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.1rem;
	line-height: 1.5;
}

body {
	text-align: initial !important;
}

header img,
section img {
	width: 100%;
}

.container {
	width: 900px;
	margin: auto;
}

h2 {
	font-size: 4.8rem;
	font-weight: 900;
	letter-spacing: 0.25rem;
	line-height: 1.25;
	margin-bottom: 100px;
}

h2 span {
	font-size: 2.8rem;
	font-weight: 700;
}

@media screen and (max-width: 900px) {
	.container {
		width: 90%;
	}
}

@media screen and (max-width: 500px) {
	h2 {
		font-size: 3.6rem;
		letter-spacing: 0.3rem;
		line-height: 1.25;
		margin-bottom: 50px;
	}

	h2 span {
		font-size: 1.8rem;
		display: block;
		letter-spacing: 0.2rem;

	}
}


/*------------------------------------------
header
--------------------------------------------*/
header {
	width: 100%;
	height: 90px;
	background-color: #ffffff;
	box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
	position: fixed;
	z-index: 99;
}

.header-inner {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2.5%;
}

h1 {
	width: 200px;
	margin-left: 10px;
}

.menu {
	display: flex;
	align-items: center;
}

.menu li {
	font-size: 1.8rem;
	font-weight: 700;
	height: fit-content;
	margin-left: 2.5rem;
}

.application-button {
	width: 165px;
	height: 90px;
	background: #FFF352;
	clip-path: polygon(0% 100%, 15% 0%, 100% 0%, 85% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.application-button div {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.application-button div img {
	width: auto;
	height: 35px;
	margin-bottom: 0.5rem;
}

.btn-group-sp {
	display: none;
}


@media screen and (max-width: 768px) {

	header {
		height: 60px;
	}

	.header-inner {
		padding: 0 0%;
	}

	h1 {
		width: 150px;
	}

	.menu {
		display: none;
	}

	.btn-group-sp {
		display: flex;
		height: 100%;
	}

	.application-button {
		width: 110px;
		height: 60px;
		margin-right: -16px;
	}

	.application-button div img {
		height: 30px;
		margin-bottom: 0.5rem;
	}

	.application-button p {
		font-size: 1.1rem;
		font-weight: 700;
		letter-spacing: 0rem;
	}

	#g-nav {
		margin-top: 60px;
		position: fixed;
		z-index: 999;
		right: -120%;
		width: 100%;
		height: 100vh;
		background: #222;
		transition: all 0.6s;
	}

	#g-nav.panelactive {
		right: 0;
	}

	#g-nav ul {
		position: absolute;
		z-index: 999;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		flex-direction: column;
		width: 100%;
	}

	#g-nav li {
		text-align: center;
		margin-bottom: 2rem;
	}

	#g-nav li a {
		font-size: 2.4rem;
		color: #ffff;
		text-decoration: none;
		padding: 4rem 0rem;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		font-weight: bold;
	}

	.openbtn1 {
		width: 85px;
		background-color: #000000;
		clip-path: polygon(0% 100%, 16px 0%, 100% 0%, 100% 100%);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 9999;
	}

	.openbtn1 span {
		display: inline-block;
		transition: all .4s;
		width: 30px;
		height: 3px;
		background-color: #ffffff;
	}

	.openbtn1 span:nth-of-type(1) {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.openbtn1 span:nth-of-type(2) {
		margin-bottom: 5px;

	}

	.openbtn1 span:nth-of-type(3) {
		margin-bottom: 7.5px;
	}

	.openbtn1.active span:nth-of-type(1) {
		top: 18px;
		left: 18px;
		transform: translateY(6px) rotate(-45deg);
		margin-bottom: 1px;
	}

	.openbtn1.active span:nth-of-type(2) {
		opacity: 0;
	}

	.openbtn1.active span:nth-of-type(3) {
		top: 30px;
		left: 18px;
		transform: translateY(-6px) rotate(45deg);
	}

	.openbtn1 p {
		font-size: 1.1rem;
		font-weight: 700;
		letter-spacing: 0rem;
		color: #ffffff;
	}
}

/*------------------------------------------
mainvisual
--------------------------------------------*/
#mainvisual {
	padding-top: 90px;
	position: relative;
}


.item-group {
	width: 900px;
	height: 100%;
	position: absolute;
	top: 30%;
	left: calc(50% - 450px);
}

.mv-1,
.mv-2,
.mv-3 {
	left: 0;
}


.mv-1 {
	width: 67.5%;
	margin-bottom: 2.5%;
}

.mv-2 {
	width: 90%;
}

.mv-3 {
	width: 70%;
}


@media screen and (max-width: 900px) {
	.item-group {
		width: 768px;
		left: calc(50% - 384px);
	}

}


@media screen and (max-width: 768px) {
	#mainvisual {
		padding-top: 60px;
	}

	.item-group {
		display: none;
	}

}

/*------------------------------------------
work
--------------------------------------------*/
#work {
	padding: 150px 0;
	overflow: hidden;
}

.work-ttl {
	font-size: 3.2rem;
	font-weight: 900;
	color: #D00606;
	margin-bottom: 2rem;
}

.work-txt {
	font-size: 2.4rem;
	font-weight: 500;

}

.work-txt span {
	font-weight: 700;
	color: #D00606;
}

.work-img {
	width: 500px;
	margin-top: -15%;
	margin-left: 65%;
}

.work-feature,
.support-feature {
	width: 500px;
	height: 75px;
	font-size: 3.2rem;
	font-weight: 700;
	color: #ffffff;
	background: #000000;
	clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.work-feature {
	margin: 100px auto 0 auto;
}

.support-feature {
	margin: auto;
}

.work-feature-box,
.support-feature-box {
	margin: auto;
	padding: 85px 0 50px 0;
	margin-top: -35px;
	border: solid 5px #000000;
}

.work-feature-box {
	display: flex;
	justify-content: center;
	background-color: #fffbd6;
}

.support-feature-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fffbd6;
}

.work-feature-box>div {
	width: 41.6666666%;
	background-color: #D00606;
	padding: 2rem;
	text-align: center;
	margin: 0 2.5rem;
}

.work-feature-box>div p:nth-child(1) {
	font-size: 3.8rem;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1rem;
}

.work-feature-box>div p:nth-child(2) {
	font-size: 2.4rem;
	font-weight: 500;
	color: #ffffff;
}

.plus {
	width: 60px;
	height: 60px;
	margin: 3.5rem auto 3.5rem auto;
}

.support-feature-box>div {
	width: 88.8888888888%;
	height: 190px;
	background-color: #D00606;
	padding: 2rem;
	text-align: left;
}

.support-feature-box>div:nth-child(1) {
	margin-bottom: 2.5rem;
}


.support-feature-box>div p:nth-child(1) {
	font-size: 3.8rem;
	font-weight: 900;
	color: #ffffff;
	margin-bottom: 1rem;
}

.support-feature-box>div p:nth-child(2) {
	font-size: 2.4rem;
	font-weight: 500;
	color: #ffffff;
}

#work .triangle {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 40px solid black;
	margin: 3.5rem auto 3.5rem auto;
}

.skill-up {
	width: 88.8888888888%;
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 1.25;
	color: #fff352;
	padding: 2rem;
	margin: auto;
	text-align: center;
	background-color: #D00606;
	box-shadow: 8.5px 8.5px 1px #000000;
}

.icon-group li .small {
	font-size: 1.8rem;
	font-weight: 500;
}

.celebration {
	width: 100%;
	margin-top: 100px;
	background-color: #ffffff;
	text-align: center;
	padding: 50px 0;
}

.celebration img {
	width: 600px;
}



@media screen and (max-width: 500px) {
	#work {
		padding: 75px 0;
	}

	.work-ttl {
		font-size: 2.4rem;
		font-weight: 900;
		line-height: 1.25;
		margin-bottom: 1.5rem;
	}

	.work-ttl br {
		display: none;
	}

	.work-txt {
		font-size: 1.6rem;
		font-weight: 500;
		margin-bottom: 2rem;
	}

	.work-txt br {
		display: none;
	}

	.work-img {
		width: 100%;
		margin-top: 0%;
		margin-left: 0%;
	}

	.work-feature {
		margin: 40px auto 0 auto;
	}

	.work-feature,
	.support-feature {
		width: 300px;
		height: 50px;
		font-size: 2rem;
	}

	.work-feature-box,
	.support-feature-box {
		width: 100%;
		padding: 60px 0 30px 0;
		margin-top: -30px;
		border: solid 3px #000000;
	}

	.work-feature-box {
		display: flex;
		justify-content: initial;
		flex-direction: column;
		align-items: center;
	}

	.work-feature-box>div {
		width: 300px;
		padding: 1.5rem;
	}

	.work-feature-box>div:nth-child(1) {
		margin-bottom: 1.5rem;
	}

	.work-feature-box>div p:nth-child(1) {
		font-size: 2.8rem;
		margin-bottom: 0.1rem;
	}

	.work-feature-box>div p:nth-child(2) {
		font-size: 1.8rem;
	}

	.support-feature-box>div {
		width: 300px;
		height: 225px;
	}

	.support-feature-box>div p:nth-child(1) {
		font-size: 2.8rem;
		margin-bottom: 0.1rem;
		text-align: center;
	}

	.support-feature-box>div p:nth-child(2) {
		font-size: 1.8rem;
		text-align: center;
	}

	.plus {
		width: 45px;
		height: 45px;
		margin: 1.5rem auto 1.5rem auto;
	}

	#work .triangle {
		width: 0;
		height: 0;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-top: 30px solid black;
		margin: 1.75rem auto 1.75rem auto;
	}

	.skill-up {
		width: 100%;
		font-size: 2.4rem;
		line-height: 1.5;
		padding: 1.5rem;
		box-shadow: 6px 6px 1px #000000;
	}

	.skill-up br {
		display: none;
	}

	.icon-group li .small {
		font-size: 1.4rem;
		font-weight: 500;
	}

	.celebration {
		width: 100%;
		margin-top: 50px;
		background-color: #ffffff;
		text-align: center;
		padding: 20px 0;
	}

	.celebration img {
		width: 340px;
	}

}

/*------------------------------------------
support
--------------------------------------------*/
#support {
	padding: 150px 0;
	background-image: url(../images/background_black.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#support h2 {
	color: #ffffff;
}

.support-ttl {
	width: 500px;
	height: 75px;
	font-size: 3.6rem;
	font-weight: 700;
	color: #ffffff;
	background: #D00606;
	clip-path: polygon(0% 100%, 5% 0%, 100% 0%, 95% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 80px auto;
}

.support-flow {
	width: 94.44444444%;
	height: 200px;
	background-color: #ffffff;
	padding: 2rem;
	margin: auto;
	text-align: left;
}

.support-flow p:nth-child(1) {
	font-size: 4.0rem;
	font-weight: 900;
	color: #D00606;
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
	text-align: center;
	border-bottom: dashed 2px #D00606;
}

.support-flow p:nth-child(2) {
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;

}

.flow-bottom {
	margin-bottom: 125px;
}

#support .triangle {
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 40px solid #D00606;
	margin: 3.5rem auto 3.5rem auto;
}

.icon-group {
	width: 88.8888888888%;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
}

.icon-group li {
	width: calc(100%/4);
	margin: 0rem 2.333333rem 6.5rem 2.333333rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.icon-group li p {
	font-size: 2.8rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
}

.icon-group li div {
	width: 200px;
	margin-bottom: 1rem;
}

.welfare-other {
	font-size: 4.0rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	margin-top: 2rem;
}

.welfare-other span {
	color: #D00606;
}

@media screen and (max-width: 500px) {
	#support {
		padding: 75px 0;
		background-image: url(../images/background_black_sp.jpg);
	}

	.support-ttl {
		width: 300px;
		height: 50px;
		font-size: 2rem;
		margin: 0 auto 35px auto;
	}

	.support-flow {
		width: 100%;
		height: 175px;
		padding: 1.5rem;
		margin: auto;
	}

	.support-flow p:nth-child(1) {
		font-size: 2.8rem;
		padding-bottom: 1.25rem;
		margin-bottom: 1.25rem;
		border-bottom: dashed 1.75px #D00606;
	}

	.support-flow p:nth-child(2) {
		font-size: 1.6rem;
	}

	.support-flow.flow-bottom {
		margin-bottom: 50px;
	}

	#support .triangle {
		width: 0;
		height: 0;
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-top: 30px solid #D00606;
		margin: 1.5rem auto 1.5rem auto;
	}

	.icon-group {
		width: 100%;
	}

	.icon-group li {
		width: calc(100%/2);
		padding: 1.5rem;
		margin: 0rem 0rem 1.5rem 0rem;
	}

	.icon-group li div {
		width: 100%;
		margin-bottom: 1rem;
	}

	.icon-group li p {
		font-size: 1.8rem;
	}

	.welfare-other {
		font-size: 2.4rem;
		font-weight: 700;
		margin-top: 0rem;
	}

	.welfare-other br {
		display: none;
	}

}


/*------------------------------------------
interview
--------------------------------------------*/
#interview {
	padding: 150px 0;
	background-image: url(../images/background_red.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#interview h2 {
	color: #ffffff;
}

.slider {
	width: 95%;
	margin: 0 auto;
}


.slick-slider .slick-track,
.slick-slider .slick-list {
	width: 88.88888%;
	margin: auto;
	height: 100%;
}


.slider-box {
	padding: 6.756%;
	background-color: #ffffff;
	border: 5px solid #000000;
	position: relative;
}

.interviewr {
	position: relative;
	margin-bottom: 5rem;
}

.interviewr .img {
	width: 95.233%;
}

.interviewr .text {
	width: 55.55%;
	padding: 3rem 3.5rem 3.5rem 3.5rem;
	position: absolute;
	color: #ffff;
	background-color: #000000;
	right: -8%;
	top: 60%;
}

.interviewr .text .large {
	font-size: 4.6rem;
	font-weight: 900;
}

.interviewr .text .small {
	font-size: 2.4rem;
	font-weight: 400;
}

.slider-box .part {
	margin-bottom: 2.5rem;
}

.slider-box .part .medium {
	font-size: 3.8rem;
	font-weight: 900;
	color: #D00606;
	margin-bottom: 1rem;
}

.slider-box .part .small {
	font-size: 2.4rem;
	font-weight: 400;
}


.slider .slick-slide {
	margin: 10px;
}

.slick-prev,
.slick-next {
	position: absolute;
	top: 42%;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 50px solid black;
}

.slick-prev {
	left: -7.5%;
	transform: rotate(270deg);
}

.slick-next {
	right: -7.5%;
	transform: rotate(90deg);
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	background: #ccc;
}

.slick-dots .slick-active button {
	background: #333;
}

.slick-dots {
	text-align: center;
	margin: 20px 0 0 0;
}

.slider-box .left,
.slider-box .right {
	width: 15.5405%;
	position: absolute;
}

.slider-box .left {
	top: -46.5px;
	left: -6%;
	z-index: 5;
}

.slider-box .right {
	bottom: -43px;
	right: -6%;
	z-index: 5;
}


@media screen and (max-width: 900px) {

	.slider-box .left {
		top: -39.5px;
	}

	.slider-box .right {
		bottom: -39px;
	}

}


@media screen and (max-width: 500px) {

	#interview {
		padding: 75px 0;
		background-image: url(../images/background_red_sp.jpg);
	}


	.slider {
		width: 100%;
	}

	.slick-slider .slick-track,
	.slick-slider .slick-list {
		width: 100%;
	}

	.slider-box {
		padding: 1rem;
		border: 3.5px solid #000000;
	}


	.interviewr {
		margin-bottom: 3rem;
	}

	.interviewr .img {
		width: 90%;
	}

	.interviewr .text {
		width: 150px;
		padding: 0.75rem 1rem 1rem 1rem;
		right: -4%;
		top: 64%;
	}

	.interviewr .text .large {
		font-size: 1.8rem;
	}

	.interviewr .text .small {
		font-size: 1.1rem;
	}

	.slider-box .part .medium {
		font-size: 2.0rem;
		margin-bottom: 0.1rem;
	}

	.slider-box .part .small {
		font-size: 1.6rem;
		font-weight: 400;
	}

	.slider-box .part {
		margin-bottom: 1.5rem;
	}

	.slider-box .left {
		width: 50px;
		top: -20.5px;
		left: -20px;
	}

	.slider-box .right {
		width: 50px;
		bottom: -20.5px;
		right: -20px;
	}


	.slick-prev,
	.slick-next {
		top: 42%;
		width: 0;
		height: 0;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		border-bottom: 15px solid black;
	}

	.slick-prev {
		left: -8%;
		transform: rotate(270deg);
		z-index: 66;
	}

	.slick-next {
		right: -8%;
		transform: rotate(90deg);
	}

	.slick-dots button {
		color: transparent;
		outline: none;
		width: 15px;
		height: 15px;
	}

}



/*------------------------------------------
flow
--------------------------------------------*/
#flow {
	padding: 150px 0;
}

.step {
	width: 100%;
	margin: auto;
	display: flex;
	align-items: center;
}


.step div:nth-child(1) {
	font-size: 2.4rem;
	font-weight: 900;
	width: 215px;
	height: 80px;
	color: #ffffff;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step div:nth-child(2) {
	font-size: 2rem;
	font-weight: 500;
	width: 735px;
	height: 80px;
	border: solid 1px #000000;
	display: flex;
	align-items: center;
}

.step div:nth-child(2) p {
	margin-left: 5rem;
}


#flow .triangle {
	width: 0;
	height: 0;
	border-left: 45px solid transparent;
	border-right: 45px solid transparent;
	border-top: 30px solid black;
	margin: 2.5rem auto;
}

@media screen and (max-width: 500px) {

	#flow {
		padding: 75px 0;
	}

	.step {
		width: 100%;
	}

	.step div:nth-child(1) {
		font-size: 1.6rem;
		width: 25%;
		height: 70px;
	}

	.step div:nth-child(2) {
		font-size: 1.4rem;
		width: 75%;
		height: 70px;
	}

	.step div:nth-child(2) p {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	#flow .triangle {
		border-left: 40px solid transparent;
		border-right: 40px solid transparent;
		border-top: 25px solid black;
		margin: 1.5rem auto;
	}

}


/*------------------------------------------
recruitment
--------------------------------------------*/

#recruitment {
	padding: 150px 0;
	background-image: url(../images/background_black.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

#recruitment h2 {
	color: #ffffff;
}

.item-background {
	padding: 50px;
	margin: 0 auto 2rem auto;
	background-color: #ffffff;
	display: flex;
}

.item-background>div:nth-child(1) {
	font-size: 2.4rem;
	color: #D00606;
	font-weight: 700;
	width: 27.777777%;
}

.item-background>div:nth-child(2) {
	width: 83.3333333%;
}

.item-text .large {
	font-size: 2.2rem;
	font-weight: 700;
}

.item-text .medium {
	font-size: 2.0rem;
	font-weight: 500;
}

.item-text .small {
	font-size: 1.6rem;
}

.item-text .medium span {
	font-size: 1.6rem;
	font-weight: 500;
	display: block;
	line-height: 1.25;
}


.vertical {
	margin-bottom: 2.5rem;
}

.item-text .text-group {
	margin-bottom: 2.5rem;
	display: flex;
}

.item-text .bottom {
	margin-bottom: 0rem;
}

.item-text .ttl {
	margin-bottom: 1.5rem;
}

.item-text .ex-1 {
	margin-bottom: 1rem;
	margin-left: 2rem
}

.item-text .ex-2 {
	margin-bottom: 1.5rem;
	margin-left: 2rem
}

.text-inner{
	margin-left: 1rem
}

.ex-1 .large br,
.ex-2 .large br {
	display: none;
}


@media screen and (max-width: 500px) {

	#recruitment {
		padding: 75px 0;
		background-image: url(../images/background_black_sp.jpg);
	}

	.item-background {
		width: 100%;
		flex-direction: column;
		padding: 2rem;
	}

	.item {
		margin-bottom: 2rem;
	}

	.item-background>div:nth-child(1) {
		font-size: 1.6rem;
		width: 100%;
	}

	.item-background>div:nth-child(2) {
		width: 100%;
	}

	.item-text .large {
		font-size: 2.0rem;
	}

	.item-text .medium {
		font-size: 1.6em;
	}

	.item-text .small {
		font-size: 1.4em;
	}

	.item-text .ttl {
		margin-bottom: 1.5rem;
	}

	.item-text .ex-1 {
		margin-bottom: 1.5rem;
		margin-left: 0
	}
	
	.item-text .ex-2 {
		margin-left: 0
	}
	
	.text-inner{
		margin-left: 0
	}

	.item-text .text-group {
		margin-bottom: 1.5rem;
		flex-direction: column;
	}

	.ex-1 .large br,
	.ex-2 .large br {
		display: block;
	}

}

/*------------------------------------------
application
--------------------------------------------*/

#application {
	padding: 150px 0;
}

#application .box {
	width: 83.33333%;
	margin: 0 auto 50px auto;
	border: solid #D00606 5px;
	border-radius: 8px;
	padding-bottom: 25px;
}

#application .boxttl {
	font-size: 2.4rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	padding: 20px 0;
	background-color: #D00606;
	width: 88.8888888%;
	margin: 0 auto 75px auto;
}

#application .boxttl .isPC {
	display: block;
}

#application .boxttl .isSP {
	display: none;
}

#application .box .plant {
	font-size: 2rem;
	padding: 15px 0;
	margin-bottom: 25px;
	color: #D00606;
	font-weight: bold;
	background-color: #ffe3e3;
}

#application .box.contact .plant {
	display: flex;
	justify-content: center;
	align-items: center;
}

#application .box.contact .plant img {
	width: 40px;
	height: auto;
}

#application .box .black {
	color: #000000;
}

#application .box p {
	font-size: 1.8rem;
	text-align: center;
}

#application .box .time {
	text-align: left;
}

#application .box .time_wrap {
	display: flex;
	margin: auto;
	width: 100%;
	justify-content: center;
}

#application .box a {
	display: flex;
	align-items: center;
	justify-content: center;
}

#application .box a img {
	width: 60px;
}

#application .box a p {
	font-size: 3.6rem;
	font-weight: 700;
	color: #D00606;
}

@media screen and (max-width: 900px) {

	#application .box {
		width: 100%;
	}

	#application .boxttl {
		width: 100%;
	}
}


@media screen and (max-width: 500px) {

	#application {
		padding: 75px 0 20px 0;
	}

	#application .box {
		width: 100%;
		border: solid #D00606 3.5px;
	}

	#application .boxttl {
		font-size: 1.6rem;
		padding: 15px 0;
		width: 100%;
		margin: 0 auto 35px auto;
	}

	#application .boxttl .isPC {
		display: none;
	}
	
	#application .boxttl .isSP {
		display: block;
	}

	#application .box {
		padding-bottom: 20px;
		margin: 0 auto 35px auto;
	}

	#application .box .plant {
		font-size: 1.6rem;
		padding: 10px 0;
		margin-bottom: 20px;
	}

	#application .box p {
		font-size: 1.4rem;
		text-align: center;
	}

	#application .box a img {
		width: 30px;
	}

	#application .box a p {
		font-size: 2.0rem;
		font-weight: 700;
		color: #D00606;
	}

}
.nothing{
	border: 3px solid #D00606;
	border-radius: 8px;
	background-color: #FFFFFF;
	text-align: center;
	width: fit-content;
	margin: auto;
	padding: 16px 32px;
	font-size: 32px;
	font-weight: 700;
	margin-top: -14%;
	margin-bottom: 14%;
	z-index: 10;
	position: relative;
}

@media screen and (max-width: 900px){
	.nothing{
		margin-top: 75px;
		padding: 8px 16px;
		font-size: 24px;
		margin-bottom: 0;
	}
}