@charset "utf-8";
/*
 recruitment-info/new-graduate.css
*/
/* -----------------------------------------------
= title
----------------------------------------------- */
.title {
	margin-bottom: 3rem;
}
.title .en {
	display: block;
	margin-bottom: 1rem;
	color: #D6082E;
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
}
.title .sub {
	display: block;
	margin-bottom: 1rem;
	font-size: 1.4rem;
}
.title .jp {
	display: block;
	font-size: 3rem;
	line-height: 3.6rem;
	letter-spacing: .02em;
}
@media print, screen and (min-width: 768px) {/* PC */
.title {
	margin-bottom: 6rem;
}
.title .en {
	margin-bottom: 1rem;
	font-size: 1.8rem;
}
.title .sub {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
}
}/* @media */
/* -----------------------------------------------
= profile
----------------------------------------------- */
.profile {
	margin-top: -6rem;
	padding: 12rem 2rem 6rem;
	background: url(../../img/recruitment-info/new-graduate_profile_bg.png) no-repeat -4.7rem 15.5rem / auto 37.9rem;
}
.profile .title {
	margin-bottom: 4rem;
}
.profile .list li {
	margin-bottom: .8rem;
	padding: 1.3rem 1.5rem;
	border-radius: .5rem;
	letter-spacing: .02em;
	backdrop-filter: brightness(125%) blur(2rem);
	-webkit-backdrop-filter: brightness(125%) blur(2rem);
}
.profile .list li .num {
	display: block;
	color: #D6082E;
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
}
.profile .list li .text {
	display: block;
	font-size: 1.6rem;
	line-height: 3rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.profile {
	margin-top: -8rem;
	padding: 12rem 4rem 10.6rem 0;
	background-position: 0 0;
	background-size: 72.8rem auto;
}
.profile .title {
	margin-bottom: 6rem;
}
.profile .list li {
	display: flex;
	margin-bottom: 1rem;
	padding: 2rem 3rem;
	border-radius: 1rem;
}
.profile .list li .num {
	margin-right: 2rem;
	font-size: 1.6rem;
	line-height: 3rem;
}
.profile .list li .text {
	flex: 1;
	font-size: 1.8rem;
}
}/* @media */
/* -----------------------------------------------
= requirements
----------------------------------------------- */
.requirements {
	margin-top: -6rem;
	padding: 9rem 0 0;
}
.requirements .title {
	padding: 0 2rem 1rem;
}
.article .box {
	margin: 0 0 2rem;
	padding: 5rem 2rem;
	background: url(../../img/recruitment-info/new-graduate_box_bg_sp.png) no-repeat 0 0 / 100% auto #fff;
	border-radius: 1rem 0 0 1rem;
}
.article .subtitle {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 3.5rem;
	letter-spacing: .02em;
}
.article .subtitle .jp {
	font-size: 3rem;
	line-height: 5.1rem;
}
.article .subtitle .en {
	font-family: "Lato", sans-serif;
	font-size: 1.4rem;
	line-height: 5.9rem;
}
.article .item_wrap {
	position: relative;
}
.article .item_wrap::before,
.article .item_wrap::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
}
.article .item_wrap::before {
	width: 100%;
	background: #EAEAEA;
}
.article .item_wrap::after {
	width: 12rem;
	background: #C4C4C4;
}
.article .item {
	display: flex;
	position: relative;
}
.article .item::before,
.article .item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
}
.article .item::before {
	width: 100%;
	background: #EAEAEA;
}
.article .item::after {
	width: 12rem;
	background: #C4C4C4;
}
.article .item > dt {
	width: 12rem;
	padding: 1.1rem 0;
	font-size: 1.6rem;
	line-height: 3.6rem;
	letter-spacing: .02em;
}
.article .item > dd {
	flex: 1;
	padding: 1.5rem 0;
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.article .item dd li {
	margin-left: 1em;
	text-indent: -1em;
}
.article .item .note {
	color: #7B7B7B;
}
.article .item dd dl dd + dt,
.article .item .note + .text,
.article .item .note + dl,
.article .item dl + .text {
	margin-top: 1em;
}
@media print, screen and (min-width: 768px) {/* PC */
.requirements {
	margin-top: -8rem;
	padding: 12rem 0 0;
}
.requirements .title {
	margin: 0 0 2rem;
	padding: 0;
}
.article .box {
	margin: 0 0 8rem -5.8rem;
	padding: 6.5rem 4rem 6rem 5.8rem;
	background: url(../../img/recruitment-info/new-graduate_box_bg_pc.png) no-repeat 0 0 / 100% auto #fff;
	border-radius: 2rem 0 0 2rem;
}
.article .subtitle {
	justify-content: start;
	align-items: center;
	margin-bottom: 4rem;
}
.article .subtitle .jp {
	margin-right: 3rem;
	font-size: 3rem;
	line-height: 3.6rem;
}
.article .subtitle .en {
	flex: 1;
	font-size: 1.8rem;
}
.article .item_wrap::after {
	width: 22.5rem;
}
.article .item::after {
	width: 22.5rem;
}
.article .item > dt {
	width: 22.5rem;
	padding: 2.4rem 0;
	font-size: 1.8rem;
}
.article .item > dd {
	padding: 2.4rem 0;
	font-size: 1.6rem;
	line-height: 3.2rem;
}
.article .item .note {
	font-size: 1.4rem;
}
}/* @media */
/* -----------------------------------------------
= daito
----------------------------------------------- */
.daito {
	margin-top: -6rem;
	padding-top: 6rem;
}
@media print, screen and (min-width: 768px) {/* PC */
.daito {
	margin-top: -8rem;
	padding-top: 12rem;
}
}/* @media */
/* -----------------------------------------------
= leasing
----------------------------------------------- */
.leasing {
	margin-top: -6rem;
	padding: 9rem 0 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.leasing {
	margin-top: -8rem;
	padding: 12rem 0 0;
}
}/* @media */
/* -----------------------------------------------
= partners
----------------------------------------------- */
.partners {
	margin-top: -6rem;
	padding: 9rem 0 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.partners {
	margin-top: -8rem;
	padding: 12rem 0 0;
}
}/* @media */
/* -----------------------------------------------
= flow
----------------------------------------------- */
.flow {
	margin-top: -6rem;
	padding: 9rem 0 6rem 1.5rem;
}
.flow .item {
	display: block;
	width: 23rem;
	margin-right: 1rem;
	margin-bottom: 4rem;
	padding: 3rem 2rem;
	background: #fff;
	border-radius: 1rem;
	letter-spacing: .02em;
}
.article .flow .item::before,
.article .flow .item::after {
	display: none;
}
.flow .item .num {
	margin-bottom: 1rem;
	color: #D6082E;
	font-family: "Lato", sans-serif;
	font-size: 1.8rem;
	text-align: center;
}
.flow .item h3 {
	margin-bottom: 1rem;
	font-size: 1.6rem;
	line-height: 3rem;
	text-align: center;
}
.flow .item p {
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.flow .swiper .swiper-slide {
	height: auto;
}
.flow .swiper .swiper-slide-item {
	height: 100%;
}
.flow .swiper-button-prev,
.flow .swiper-button-next {
	top: calc(50% - 3.2rem);
	width: 6.4rem;
	height: 6.4rem;
}
.flow .swiper-button-prev::after,
.flow .swiper-button-next::after {
	width: 100%;
	height: 100%;
	background: url(../../img/shared/icon_circle_arrow.svg) no-repeat 50% / cover;
	font-size: 0;
	opacity: .9;
}
.flow .swiper-button-prev::after {
	transform: rotate(180deg);
}
.flow .swiper-button-disabled {
	opacity: 0;
}
@media print, screen and (min-width: 768px) {/* PC */
.flow {
	margin-top: -8rem;
	padding: 12rem 0;
}
.flow .item {
	width: 26rem;
	margin-right: 2rem;
	margin-bottom: 6rem;
}
.flow .swiper-button-prev,
.flow .swiper-button-next {
	top: calc(50% - 4.7rem);
	width: 9.4rem;
	height: 9.4rem;
}
.flow .swiper-button-prev::after,
.flow .swiper-button-next::after {
	background: url(../../img/shared/icon_circle_arrow_pc.svg) no-repeat 50% / cover;
}
.flow .swiper-button-prev:hover,
.flow .swiper-button-next:hover {
	opacity: .8;
}
.flow .swiper-scrollbar {
	left: 0;
	max-width: 85rem;
}
}/* @media */
/* -----------------------------------------------
= faq
----------------------------------------------- */
.faq {
	margin-top: -6rem;
	padding: 9rem 1.5rem 3rem;
}
.faq .item {
	display: block;
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	line-height: 2.8rem;
	letter-spacing: .02em;
}
.article .faq .item::before,
.article .faq .item::after {
	display: none;
}
.faq .item h3 button {
	display: flex;
	position: relative;
	width: 100%;
	padding: 1.5rem 6rem 1.5rem 1.5rem;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 1rem;
	text-align: left;
}
.faq .item h3 button.is-opened {
	background: transparent;
	border-color: #D6082E;
}
.faq .item h3 button::before,
.faq .item h3 button::after {
	content: '';
	position: absolute;
	top: calc(50% - 1.5rem);
	right: 1.5rem;
	width: 3rem;
	height: 3rem;
}
.faq .item h3 button::before {
	background: url(../../img/recruitment-info/new-graduate_faq_icon.svg) no-repeat 50% / cover;
}
.faq .item h3 button::after {
	background: url(../../img/recruitment-info/new-graduate_faq_icon_open.svg) no-repeat 50% / cover;
	opacity: 0;
}
.faq .item h3 button.is-opened::after {
	opacity: 1;
}
.faq .item h3 button .num {
	margin-right: 1.5rem;
	color: #D6082E;
	font-family: "Lato", sans-serif;
}
.faq .item h3 button .q {
	flex: 1;
}
.faq .item .answer {
	display: none;
}
.faq .item .answer p {
	display: flex;
	padding: 2rem 0;
}
.faq .item .answer p .a {
	margin: 0 2rem;
	color: #D6082E;
	font-family: "Lato", sans-serif;
}
.faq .item .answer p .text {
	flex: 1;
}
.faq .item .answer .url {
	word-break: break-all;
}
@media print, screen and (min-width: 768px) {/* PC */
.faq {
	margin: -8rem 0 5rem;
	padding: 12rem 4rem 0 0;
}
.faq .item {
	line-height: 3rem;
}
.faq .item h3 button {
	padding: 2.2rem 6rem 2.2rem 2rem;
}
.faq .item h3 button:hover {
	opacity: .8;
}
.faq .item h3 button::before,
.faq .item h3 button::after {
	top: calc(50% - 1.2rem);
	right: 2rem;
	width: 2.4rem;
	height: 2.4rem;
}
.faq .item h3 button .num {
	margin-right: 2rem;
}
.faq .item .answer p .a {
	margin: 0 2.5rem;
}
}/* @media */

