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

/* contents-title */

.contents-title {
	position: relative;
	padding-bottom: 70px;
}

.contents-title::before {
	content: "CHALLENGE";
	position: absolute;
left: 0px;
bottom: 0px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: "Prompt", sans-serif;
	font-size: 180px;
color: #F8F8FE;
line-height: 1;
font-weight: 300;
	margin-bottom: -30px;
}

.contents-title .box-text2 h2 {
	font-weight: 600;
}

.contents-title h4 {
	font-size: 80px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	padding-top: 20px;
	position: relative;
}

/* contents */

.contents {
	padding-top: 130px;
}

.layout-interview-title .box-img::before {
	display: none;
}

.container {
	padding-top: 0px;
}

.container > section:not(:last-child) {
	margin-bottom: 100px;
}


/* contents02 */

.contents02 {
	width: 100%;
	background-color: #C30013;
	text-align: center;
}

.contents02 .box-inner {
	padding: 80px 0px 150px;
}

.contents02 .midashi03 h3, .contents02 .midashi03 h4 {
color: #FFF;
}

/* contents04 */

.contents04 {
	width: 100%;
	background-color: #F8F8FE;
	padding: 80px 0px;
}

/* contents05 */

.contents03 > div:not(:last-child), .contents05 > div:not(:last-child) {
	margin-bottom: 80px;
}


/* lay01 */

.lay01 {
	position: relative;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	padding-top: 100px;
}

.lay01::before {
	content: "MESSAGE";
	position: absolute;
left: 0px;
top: 0px;
	display: block;
	font-family: "Prompt", sans-serif;
	font-size: 72px;
color: #C30013;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 200;
	font-style: italic;
	margin-left: -20px;
}

.lay01::after {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/recruit/icon01.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 347px;
	height: 350px;
	margin-left: -80px;
	margin-bottom: -150px;
}

.lay01 h2 {
	flex: 1;
	font-size: 60px;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 400;
}

.lay01 p {
	width: 580px;
}


/* lay02 */

.lay02 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:10px 0px;
}

.lay02 .box {
	width: 360px;
	height: 360px;
	background-color: #FFF;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	flex-direction: column;
}

.lay02 .box-img {
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	width: 100%;
	height: 180px;
}

.lay02 .box-img img {
	width: auto;
}

.lay02 h5 {
	font-size: 26px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
}

.lay02 h6 {
	font-family: "Prompt", sans-serif;
	font-size: 80px;
	color: #C30013;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 600;
}

.lay02 h6::after {
	content: "";
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	color: #3F3B3A;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
}

.lay02 .box:nth-child(1) h6::after {
	content: "年";
}

.lay02 .box:nth-child(2) h6::after {
	content: "名";
}

.lay02 .box:nth-child(3) h6::after {
	content: "拠点";
}

.lay02 .box:nth-child(4) h6::after {
	content: "時間";
}

.lay02 .box:nth-child(5) h6::after {
	content: "日";
}

.lay02 .box:nth-child(6) h6::after {
	content: "歳";
}


/* lay03 */

.lay03 {
	width: 100%;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.lay03 .box {
	width: 20%;
}

.lay03 .box img {
	min-height: 220px;
}


/* lay04 */

.lay04 {
	text-align: center;
}

.lay04 > div:not(:last-child) {
	margin-bottom: 120px;
}

.lay04 .box-inner {
	background-color: #F8F8FE;
	padding: 60px 70px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	position: relative;
}

.lay04 .box-inner:not(:last-child) {
	margin-bottom: 60px;
}

.lay04 .box-inner::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/recruit/line01.svg");
background-position: center bottom -50px;
background-repeat: repeat-y;
	background-size: 33px auto;
	width: 100%;
	height: 100%;
}

.lay04 .box-inner:last-child::before {
top: 0px;
background-position: center bottom 0px;
	height: 120px;
	margin-top: -60px;
}

.lay04 .box-inner::after {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	margin-top: -20px;
}

.lay04 .box-inner01 {
	padding-top: 450px;
}

.lay04 .box-inner01::after {
	background-image: url("../../images/recruit/img07.png");
	height: 434px;
}

.lay04 .box-inner02 {
	padding-top: 420px;
}

.lay04 .box-inner02::after {
	background-image: url("../../images/recruit/img08.png");
	height: 382px;
}

.lay04 .box {
	background-color: #FFF;
	border-radius: 20px;
	padding: 50px 80px;
	position: relative;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.15);
}

.lay04 .box-inner01 .box {
	width: 300px;
	padding: 30px 35px;
}

.lay04 h5 {
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	display: inline-block;
	padding: 12px 0px;
	width: 300px;
	border-style : solid;
border-color : #C30013;
border-width : 1px;
	margin-bottom: 90px;
}

.lay04 h6 {
	font-size: 24px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
	border-bottom-style : solid;
border-color : #C3C3C3;
border-width : 1px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.lay04 p {
	text-align: left;
	letter-spacing: 0em;
}


/* lay05 */

.lay05 {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	text-align: center;
	gap:0px 20px;
}

.lay05 .box {
	width: 265px;
}

.lay05 a:hover {
	opacity: 1;
}

.lay05 .box-img {
	position: relative;
	height: 420px;
}

.lay05 .box-img::after {
	content: "";
	position: absolute;
left: 10%;
top: 45px;
	width: 82%;
	display: block;
	text-align: center;
	background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	height: 29px;
	z-index: 1;
	transition: all .5s ease-out;
	transform: translateY(20px);
}

.lay05 .box:nth-child(1) .box-img::after {
	background-image: url("../../images/recruit/text01.svg");
}

.lay05 .box:nth-child(2) .box-img::after {
	background-image: url("../../images/recruit/text03.svg");
}

.lay05 .box:nth-child(3) .box-img::after {
	background-image: url("../../images/recruit/text03.svg");
}

.lay05 .box:nth-child(4) .box-img::after {
	background-image: url("../../images/recruit/text04.svg");
}

.lay05 .box-img:hover::after {
	transform: translateY(0px);
}

.lay05 .box-img .inner {
	overflow: hidden;
	border-radius: 130px;
	height: 95%;
	padding-top: 85px;
	position: absolute;
left: 0px;
bottom: 0px;
	transition: all .5s ease-out;
	background : -moz-linear-gradient(50% 0% -90deg,rgba(229, 122, 132, 1) 0%,rgba(195, 0, 19, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(229, 122, 132, 1) 0%, rgba(195, 0, 19, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(229, 122, 132, 1) ),color-stop(1,rgba(195, 0, 19, 1) ));
  background : -o-linear-gradient(-90deg, rgba(229, 122, 132, 1) 0%, rgba(195, 0, 19, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(229, 122, 132, 1) 0%, rgba(195, 0, 19, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#E57A84', endColorstr='#C30013' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(229, 122, 132, 1) 0%, rgba(195, 0, 19, 1) 100%);
}

.lay05 .box:nth-child(even) .box-img .inner {
	background : -moz-linear-gradient(50% 0% -90deg,rgba(247, 135, 100, 1) 0%,rgba(195, 0, 19, 1) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(247, 135, 100, 1) 0%, rgba(195, 0, 19, 1) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(247, 135, 100, 1) ),color-stop(1,rgba(195, 0, 19, 1) ));
  background : -o-linear-gradient(-90deg, rgba(247, 135, 100, 1) 0%, rgba(195, 0, 19, 1) 100%);
  background : -ms-linear-gradient(-90deg, rgba(247, 135, 100, 1) 0%, rgba(195, 0, 19, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F78764', endColorstr='#C30013' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(247, 135, 100, 1) 0%, rgba(195, 0, 19, 1) 100%);
}


.lay05 .box-img:hover .inner {
	height: 100%;
	transform: translateY(0px);
}

.lay05 .box-img img {
	transition:.5s all;
	object-position: bottom;
}

.lay05 .box-img:hover img {
	transform:scale(1.03,1.03);
  transition:.5s all;
}

.lay05 .box-text {
	padding-top: 15px;
}

.lay05 h5 {
	font-size: 22px;
line-height: 1.6;
letter-spacing: 0.05em;
font-weight: 700;
}


/* lay06 */

.lay06 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:20px 0px;
}

.lay06 .box {
	width: 355px;
	border-radius: 20px;
	background-color: #F8F8FE;
	padding: 35px 40px;
}

.lay06 .box:first-child {
	width: 100%;
}

.lay06 .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.lay06 .box-text {
	width: 540px;
}

.lay06 .box-img {
	width: 350px;
}

.lay06 h6 {
	font-size: 20px;
color: #C30013;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	margin-bottom: 20px;
}


/* lay07 */

.lay07 .box-inner {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:20px 20px;
}

.lay07 .box {
	width: 355px;
}

.lay07 .box-img img {
	border-radius: 20px;
}

.lay07 h5, .lay07 h6 {
	font-size: 20px;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 700;
}

.lay07 h5 {
	margin-bottom: 50px;
	text-align: center;
	display: flex;
    align-items: center;
}

.lay07 h5::before, .lay07 h5::after {
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #707070;
}

.lay07 h5::before {
	margin-right: 40px;
}

.lay07 h5::after {
	margin-left: 40px;
}

.lay07 h6 {
	padding: 20px 0px 10px;
}

/* lay08 */

.lay08 h6 {
	text-align: center;
}

.lay08 h6 a {
	font-family: "Prompt", sans-serif;
	font-size: 60px;
color: #FFF;
line-height: 1;
letter-spacing: 0.05em;
font-weight: 600;
	display: inline-block;
	padding: 20px 0px;
	width: 600px;
	background-color: #232323;
	transition: .5s;
}

.lay08 h6 a:hover {
	background-color: #C30013;
	opacity: 1;
}


.sp-view {
	display: none;
}

