@charset "utf-8";

/* ============================================================================================== */
/* common Careers                                                                                 */
/* ============================================================================================== */

.child-section__kv {
	margin: 0 auto 45px;
}

/*.child-section__kv-img {
	width: calc(100% - 50px);
	margin: 0 auto;
	max-width: 1200px;
}*/

.child-section__kv-txt {
	position: static;
	margin: 0 auto;
	max-width: 700px;
	display: block;
}

.child-section__ttl,
.child-section__lede {
	text-align: center;
	margin: 0 auto 
}

.child-section__kv-txt .child-section__ttl {
	margin: 0 auto 20px;
	font-size: 3.5rem;
	letter-spacing: 0.05em;
}

.child-section__kv-txt .child-section__lede {
	margin-bottom: 25px;
}

.sub-contents-requirements .child-section-inner__ttl {
	font-size: 2.2rem;
}

/* Accordion */

.acc-wrap {
	background-color: rgba(20,60,120,0.05);
	padding: 60px 0 90px;
}

.acc-wrap.child-section__sub-contents .en {
	margin-bottom: 60px;
}

.acc-wrap-inner {
	margin: 0 auto;
	max-width: 800px;
}

.acc__contents {
	background-color: #FFF;
	margin-bottom: 20px;
}

.acc__contents:last-child {
	margin-bottom: 0;
}

.acc__ttl {
	text-align: left;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0;
}

.acc__ttl:before {
	border: 0;
}

.lbl {
	width: 100%;
	padding: 20px;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	line-height: 1.85;
}

.lbl__txt {
	margin: 0;
	padding: 0;
	white-space: normal;
	width: calc(100% - 45px);
	display: block;
}

.lbl__txt-ttl {
	display: block;
	width: auto;
	line-height: 1.4;
}

/* Accordion arrow */

.arrow {
	width: 30px;
	height: 30px;
}

.arrow:before {
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #143c78;
	border-left: 6px solid transparent;
	top: 3px;
	right: 7px;
	left: 7px;
	bottom: auto;
}

/* ----- */

.country {
	line-height: 1;
	text-align: center;
	border: 1px solid rgba(51,51,51,0.2);
	padding: 6px;
	display: inline-block;
	font-weight: 100;
	font-size: 1.1rem;
	margin: 0 10px 5px 0 !important;
	white-space: nowrap;
}

.acc__list {
	padding: 25px;
	border-top: 1px solid #000;
	margin: 0;
}

.acc__list .item__detail {
	margin-bottom: 15px;
}

.careers__detail {
	width: 100%;
	margin-bottom: 8px;
}

.careers__detail dt {
	font-weight: 600;
	position: relative;
	color: #333333;
	display: block;
	padding-left: 10px;
	/*line-height: 1.5;*/
	box-sizing: border-box;
}

.careers__detail dt:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(51,51,51,0.2);
	margin: auto;
	width: 5px;
	height: 1px;
}

.careers__detail dd {
	padding-left: 1rem;
	text-align: justify;
}

/* Flow */

.sub-contents-flow {
	max-width: 920px;
}

.flow__list {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.flow__item {
	width: 100%;
	display: block;
	border: 1px solid rgba(51,51,51,0.1);
	padding: 15px 10px;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.flow__item.current {
	border: 1px solid rgba(51,51,51,1);
}

.flow__item:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	bottom: -10px;
	background-color: rgba(51,51,51,0.1);
	width: 1px;
	height: 15px;
	margin: auto;
}

.flow__item.current:after {
	background-color: rgba(51,51,51,1);
}

.flow__item:last-child {
	margin-bottom: 0;
}

.flow__item:last-child:after {
	display: none;
}

.flow-block h3 {
	margin: 0 auto;
	text-align: center;
}

.flow-block .flow-num.en,
.flow-block .flow__txt {
	display: block;
	font-weight: 600;
}

.flow-block .flow-num.en {
	margin: 0 auto 5px;
	font-size: 1.6rem;
	line-height: 1;
}

.flow-block .flow__txt {
	font-size: 1.3rem;
	line-height: 1;
}

/* Footnote */

.footnote li::before,
.inline-footnote li::before {
	position: static;
}

/* Button */

.btn-area {
	width: 100%;
	text-align: center;
	padding-top: 30px;
}

.entry__btn-wrap .btn {
	padding: 20px 120px !important;
	font-size: 1.6rem;
	line-height: 1;
	margin-bottom: 0 !important;
}

.acc__ttl.open .arrow {
	box-shadow: none;
}

/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */

/* ----------------------------------------------------------------------- */
/* SmartPhone */

@media screen and (min-width: 375px) {

	/* Flow */

	.flow-block .flow-num.en {
		font-size: 1.8rem;
	}

}

/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

@media screen and (min-width: 541px) {

	.child-section__kv {
		margin: 0 auto 55px;
	}

	/* Accordion arrow */

	.arrow {
		width: 35px;
		height: 35px;
	}

	.arrow:before {
		border-top: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 9px solid #143c78;
		border-left: 7px solid transparent;
		top: 4px;
	}

	/* Flow */

	.flow__list {
		display: flex;
		align-items: center;
		justify-content: space-between;
		overflow: hidden;
	}

	.flow__item {
		width: calc(25% - 10px);
		margin-bottom: 0;
		padding: 0;
		/*display: flex;
		align-items: center;
		justify-content: center;*/
	}

	.flow__item:before {
		content: "";
		display: block;
		padding-top: 100%;
		width: 100%;
	}

	.flow__item:after {
		top: 0;
		right: -10px;
		bottom: 0;
		left: auto;
		width: 20px;
		height: 1px;
	}

	.flow-block {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
		height: 100%;
		display: flex;
		align-items: center;
		/*justify-content: center;*/
	}

	.flow-block h3 {
		display: block;
	}

}

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

	.child-section__kv {
		margin: 0 auto 70px;
	}

	.child-section__kv-txt .child-section__ttl {
		margin: 0 auto 60px;
		font-size: 6rem;
	}

	.child-section__lede {
		margin-bottom: 40px;
	}

	/* Accordion */

	.acc-wrap {
		padding: 80px 0 140px;
	}

	.acc-wrap.child-section__sub-contents .en {
		margin-bottom: 80px;
	}

	.acc__contents {
		margin-bottom: 30px;
	}

	.lbl {
		padding: 35px 40px;
		font-size: 1.6rem;
	}

	.lbl__txt {
		display: flex;
		align-items: flex-start;
	}

	.lbl__txt-ttl {
		display: inline-block;
		white-space: nowrap;
	}

	.acc__list {
		padding: 35px 40px;
	}

	.acc__list .item__detail {
		margin-bottom: 15px;
	}

	.careers__detail {
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.careers__detail dt {
		display: inline-block;
		width: 170px;
		padding-left: 20px;
	}

	.careers__detail dd {
		padding-left: 0;
		width: calc(100% - 170px);
	}

	.careers__detail dt:before {
		width: 10px;
	}

	.country {
		margin: 0 10px 0 0 !important;
	}

	/* Flow */

	.flow__item {
		width: calc(25% - 30px);
	}

	.flow__item:after {
		right: -30px;
		width: 50px;
	}

	.flow-block .flow__txt {
		font-size: 1.5rem;
	}

	.flow-block .flow-num.en {
		margin: 0 auto 10px;
		font-size: 2.1rem;
	}

	/* Button */

	.btn-area {
		padding-top: 45px;
	}

}

/* ----------------------------------------------------------------------- */
/* over ipad landscape */

@media screen and (min-width: 1024px) {

	.child-section__kv {
		margin: 0 auto 110px;
	}

	.sub-contents-requirements .child-section-inner__ttl {
		font-size: 3rem;
	}

	/* Accordion */

	.acc-wrap {
		padding: 90px 0 170px;
	}

	.acc-wrap.child-section__sub-contents .en {
		margin-bottom: 90px;
	}

	.lbl {
		padding: 45px 50px;
	}

	.acc__list {
		padding: 45px 50px;
	}

	.child-section__sub-contents .en {
		margin-bottom: 45px;
	}

	.careers__detail dt {
		font-size: 1.5rem;
	}

	/* Button */

	.entry__btn-wrap .btn {
		font-size: 2.1rem;
	}

}

/* ----------------------------------------------------------------------- */
/* Desktop */

@media screen and (min-width: 1281px) {

}

@media screen and (min-width: 1440px) {

}





