@charset 'utf-8';

/*---------------------------------------------------------------------- */
/* Recruit Styles
------------------------------------------------------------------------ */

/* Utilities
---------------------------------------------------------- */

/* Section --------------------------------- */

/* .subsection-story */

.subsection-story {
	padding-bottom: 40px;
}

.subsection-story > .title {
	color: #0ce71b;
	font-family: 'Damion', serif;
	font-weight: 400;
	font-size: 2.5rem;
	text-align: center;
	letter-spacing: 0;
}

.subsection-story > .img {
	margin: 20px -20px 0 -20px;
}

.subsection-story .accordion-content {
	display: none;
	padding: 0 20px;
}

.subsection-story .btn-more > button {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin: 25px auto 0 auto;
	width: 240px;
	height: 43px;
	background: #0ce71b;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
}

.subsection-story .btn-more > button::after {
	position: absolute;
	top: 50%;
	left: 20px;
	z-index: 2;
	width: 6px;
	height: 6px;
	border: 0 solid #1e1e1e;
	border-width: 0 1px 1px 0;
	content: '';
	transform: translateY(-50%) rotateZ(45deg);
}

.subsection-story .accordion-content.active + .btn-more > button::before {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0ce71b;
	content: 'CLOSE';
}

.subsection-story .accordion-content.active + .btn-more > button::after {
	margin-top: 2px;
	transform: translateY(-50%) scaleY(-1) rotateZ(45deg);
}

/* Block --------------------------------- */

/* .block-staff */

.block-staff > li {
	margin-top: 25px;
}

.block-staff > li + li {
	padding-top: 25px;
	border-top: 3px solid #0ce71b;
}

.block-staff > li > .unit01 {
	margin: 0 auto;
	width: 110px;
}

.block-staff > li > .unit01 > .img {
	margin-top: 0;
}

.block-staff > li > .unit02 > .name {
	margin-top: 12px;
	text-align: center;
}

.block-staff > li > .unit02 > .name > .txt-e {
	margin-left: 16px;
	color: inherit;
}

.block-staff > li > .unit02 > .txt-b {
	margin-top: 10px;
}

/* .block-prospect */

.block-prospect {
	margin: 50px -40px 0 -40px;
	padding: 30px 40px;
	background: #fff;
}

.block-prospect .subtitle {
	margin-top: 0;
}

.block-prospect ul > li > .txt-a {
	position: relative;
	margin-top: 36px;
	padding: 24px 10px 30px 10px;
	border: 3px solid #0ce71b;
	border-radius: 10px;
}

.block-prospect ul > li > .txt-a::before {
	position: absolute;
	top: 10px;
	left: -3px;
	width: calc(100% + 6px);
	height: calc(100% - 18px);
	background: #fff;
	content: '';
}

.block-prospect ul > li > .txt-a::after {
	position: absolute;
	top: -16px;
	left: 50%;
	width: 29px;
	height: 16px;
	background: #fff url(../images/recruit/frame-sp.svg) no-repeat center top;
	background-size: 100%;
	content: '';
	transform: translateX(-50%);
}

.block-prospect ul > li > .txt-a > span {
	position: relative;
	z-index: 2;
}

/* .block-env */

.block-env > dl > dd {
	margin-top: 0;
}

.block-env > dl > dd > .img {
	margin-top: 10px;
}

/* Other --------------------------------- */

/* .index */

.index  > li > a::before {
	border-color: #0ce71b;
}

.index  > li > a:hover::after,
.index  > li > a:focus::after {
	border-color: #0ce71b;
}


/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

#main {
	background: none;
}

#main-header > .title > .txt01 {
	color: #0ce71b;
}

/* #section-message */

#section-message {
	padding-bottom: 30px;
}

/* #section-career */

#section-career {
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 30px;
}

/* #section-env */

#section-env {
	padding-left: 40px;
	padding-right: 40px;
}

#section-env .section-content > .subtitle {
	margin-bottom: -10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d8d8d8;
	color: #3c3c3c;
	text-align: left;
}




/*---------------------------------------------------------------------- */
/* 768px Tablet & PC Styles
------------------------------------------------------------------------ */

@media screen and (min-width: 768px), print {

/* Utilities
---------------------------------------------------------- */

/* Section --------------------------------- */

/* .subsection-story */

.subsection-story {
	padding-bottom: 80px;
}

.subsection-story > .title {
	font-size: 5rem;
}

.subsection-story > .img {
	margin: 35px 0 0 0;
}

.subsection-story .accordion-content {
	padding: 50px 90px 0 90px;
}

.subsection-story .accordion-content > .subtitle {
	margin-top: 50px;
}

.subsection-story .accordion-content > .imgs {
	margin-bottom: 50px;
}

.subsection-story .btn-more > button {
	margin-top: 60px;
	width: 300px;
	height: 53px;
	font-size: 1.5rem;
}

.subsection-story .btn-more > button::after {
	left: 25px;
	margin-top: -2px;
	width: 8px;
	height: 8px;
}

/* Block --------------------------------- */

/* .block-message */

.block-message .txt-a {
	text-align: center;
}

/* .block-staff */

.block-staff {
	display: flex;
	margin: 40px -90px 0 -90px;
}

.block-staff > li {
	display: flex;
	margin-top: 0;
	width: 50%;
}

.block-staff > li + li {
	padding-top: 0;
	border-top: 0;
}

.block-staff > li:nth-child(odd) {
	padding-right: 30px;
}

.block-staff > li:nth-child(even) {
	padding-left: 30px;
	border-left: 3px solid #0ce71b;
}

.block-staff > li > .unit02 {
	padding-left: 30px;
	width: calc(100% - 110px);
}

.block-staff > li > .unit02 > .name {
	margin-top: 0;
	text-align: left;
}

.block-staff > li > .unit02 > .name > .txt-e {
	margin-left: 10px;
	color: inherit;
}

/* .block-prospect */

.block-prospect {
	margin: 50px calc(50% - 50vw) 0 calc(50% - 50vw);
	padding: 60px 0;
	width: 100vw;
}

.block-prospect .block-inner {
	margin: 0 auto;
	width: 980px;
}

.block-prospect ul {
	margin-top: 30px;
}

.block-prospect ul > li {
	display: flex;
}

.block-prospect ul > li + li {
	margin-top: 60px;
}

.block-prospect ul > li.row-reverse {
	flex-flow: row-reverse;
}

.block-prospect ul > li > .img {
	margin-top: 0;
	width: 360px;
}

.block-prospect ul > li.row-normal > .img {
	margin-right: 50px;
}

.block-prospect ul > li.row-reverse > .img {
	margin-left: 50px;
}

.block-prospect ul > li > .txt-a {
	margin-top: 0;
	padding: 10px 30px;
	width: calc(100% - 410px);
	border-width: 4px;
	border-radius: 15px;
}

.block-prospect ul > li > .txt-a::before {
	top: -4px;
	left: 10px;
	width: calc(100% - 20px);
	height: calc(100% + 8px);
}

.block-prospect ul > li > .txt-a::after {
	position: absolute;
	top: 50%;
	width: 21px;
	height: 38px;
	background-image: url(../images/recruit/frame-pc.svg);
}

.block-prospect ul > li.row-normal > .txt-a::after {
	left: -21px;
	transform: scaleX(-1) translateY(-50%);
}

.block-prospect ul > li.row-reverse > .txt-a::after {
	left: auto;
	right: -21px;
	transform: translateY(-50%);
}

/* .block-career */

.block-career {
	display: flex;
}

.block-career > .unit01 {
	width: 680px;
}

.block-career > .unit02 {
	width: 300px;
}

/* .block-env */

.block-env {
	padding: 0 90px;
}

.block-env > dl > dt {
	margin-top: 30px;
}

.block-env.indent > dl > dd {
	padding-left: 1em;
}

.block-env > dl > dd > .img {
	margin-top: 20px;
	width: 468px
}

/* Layout
---------------------------------------------------------- */

/* #main --------------------------------- */

/* #section-message */

#section-message {
	padding-bottom: 110px;
}

/* #section-career */

#section-career {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 90px;
}

/* #section-env */

#section-env .section-content > .subtitle {
	margin: 40px 60px;
}

}
