@charset "utf-8";

/*+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+
よくある質問
+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+--+*/
.treat-header .image {
	background-image: url("/recruit/img/treat/header.jpg");
}

.treat-article .frame-inner {
	border-radius: 0;
}

.treat-article .large-button-container .inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.treat-article .large-button {
	max-width: 386px;
	margin: 0;
}

.treat-system .system-ul,
.treat-mentor .mentor-ul {
	counter-reset: number;
}

.treat-system .text::before,
.treat-mentor .mentor-li::before {
	display: flex;
	position: absolute;
	top: -23px;
	right: 0;
	left: 0;
	width: 38px;
	height: 38px;
	margin: auto;
	background: #ff9698;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	content: counter(number, decimal-leading-zero);
	counter-increment: number;
	justify-content: center;
	align-items: center;
}

.treat-system h3 {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #93abdf;
	font-size: 2.2rem;
	text-align: center;
}

.treat-system .system-li {
	background: #fff;
}

.treat-system .system-li:nth-last-child(n+2) {
	margin-bottom: 20px;
}

.treat-system .text {
	position: relative;
	padding: 40px 20px;
}

.treat-system h4 {
	margin-bottom: 15px;
	text-align: center;
}

.treat-comic .frame-inner {
	margin-bottom: 54px;
}

.treat-comic .comic-li {
	margin-top: 26px;
	background: #fff;
}

.treat-comic .link {
	display: block;
	position: relative;
	height: 100%;
	padding-top: 40px;
	text-align: center;
}

.treat-comic .link::before {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 29px;
	height: 37px;
	background: url(/img/common/logo2.png) center center no-repeat;
	background-size: contain;
	content: "";
}

.treat-comic .link:hover {
	opacity: 1;
}

.treat-comic .image {
	width: 85px;
	height: 84px;
	margin-bottom: 5px;
}

.treat-comic .corporate-name {
	display: block;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 1.6rem;
}

.treat-comic .title {
	display: block;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0.28em;
}

.treat-comic h3 {
	display: flex;
	height: 74px;
	font-size: 1.1rem;
	line-height: 1.7;
	justify-content: center;
	align-items: center;
}

.treat-comic .slash {
	position: relative;
	min-width: 160px;
	padding-right: 35px;
	padding-left: 35px;
}

.treat-comic .slash::before,
.treat-comic .slash::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	margin: auto;
	background: #1e1d1d;
	content: "";
}

.treat-comic .slash::before {
	left: 0;
	transform: rotate(70deg);
}

.treat-comic .slash::after {
	right: 0;
	transform: rotate(-70deg);
}

.treat-comic h3 .small {
	font-size: 0.9rem;
}

.treat-comic h3 .medium {
	font-size: 1.4rem;
	line-height: 1.2;
}

.treat-comic h3 .large {
	display: block;
	font-size: 1.8rem;
	line-height: 1.2;
}

.treat-comic h3 .right {
	display: block;
	text-align: right;
}

.treat-comic h3 .left {
	display: block;
	text-align: left;
}

.treat-comic .comic-li:nth-child(1) .link:hover {
	box-shadow: 0 0 0 2px #23adf1 inset;
}

.treat-comic .comic-li:nth-child(1) .title {
	background: #23adf1;
}

.treat-comic .comic-li:nth-child(2) .link:hover {
	box-shadow: 0 0 0 2px #ffbd22 inset;
}

.treat-comic .comic-li:nth-child(2) .title {
	background: #ffbd22;
}

.treat-comic .comic-li:nth-child(3) .link:hover {
	box-shadow: 0 0 0 2px #9fdb81 inset;
}

.treat-comic .comic-li:nth-child(3) .title {
	background: #9fdb81;
}

.treat-comic .comic-li:nth-child(4) .link:hover {
	box-shadow: 0 0 0 2px #829ddc inset;
}

.treat-comic .comic-li:nth-child(4) .title {
	background: #829ddc;
}

.treat-comic .comic-li:nth-child(5) .link:hover {
	box-shadow: 0 0 0 2px #fcb16e inset;
}

.treat-comic .comic-li:nth-child(5) .title {
	background: #fcb16e;
}

.treat-comic .comic-li:nth-child(6) .link:hover {
	box-shadow: 0 0 0 2px #fd819d inset;
}

.treat-comic .comic-li:nth-child(6) .title {
	background: #fd819d;
}

.treat-comic .comic-li:nth-child(7) .link:hover {
	box-shadow: 0 0 0 2px #fe5453 inset;
}

.treat-comic .comic-li:nth-child(7) .title {
	background: #fe5453;
}

.treat-comic .comic-li:nth-child(8) .link:hover {
	box-shadow: 0 0 0 2px #3da929 inset;
}

.treat-comic .comic-li:nth-child(8) .title {
	background: #3da929;
}

.treat-training .training-li:nth-child(n+2) {
	padding-top: 20px;
	border-top: 1px dashed #707070;
}

.treat-training .training-li:nth-last-child(n+2) {
	padding-bottom: 20px;
}

.treat-training h3 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 1.8rem;
}

.treat-mentor h3 {
	margin-top: 40px;
	margin-bottom: 40px;
	color: #93abdf;
	font-size: 2.2rem;
	text-align: center;
}

.treat-mentor .mentor-li {
	display: flex;
	position: relative;
	padding: 40px 20px;
	background: #fff;
	flex-flow: column;
}

.treat-mentor h4 {
	margin-bottom: 15px;
}

.treat-mentor .description {
	margin-bottom: 25px;
}

.treat-mentor .image {
	margin-top: auto;
	align-self: center;
}

@media screen and (min-width: 568px) {
.treat-comic .comic-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.treat-comic .comic-li {
	width: 48%;
}
}

@media screen and (min-width: 768px) {
.treat-article .faq-button {
	margin-right: 36px;
}

.treat-system h3 {
	font-size: 3rem;
}

.treat-system .system-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.treat-system .system-li {
	width: 49%;
}

.treat-system .text {
	padding: 40px 7.6%;
}

.treat-comic .comic-li {
	width: 31.5%;
}

.treat-mentor h3 {
	font-size: 3rem;
}

.treat-mentor .mentor-ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.treat-mentor .mentor-li {
	width: 49%;
	padding: 40px 4.2%;
}
}

@media screen and (min-width: 1024px) {
.treat-comic .comic-li {
	width: 23.4%;
}
}

@media screen and (max-width: 767.9px) {
.treat-article .large-button-container .inner {
	flex-flow: column;
}

.treat-article .faq-button {
	margin-bottom: 20px;
}

.treat-mentor .mentor-li:nth-last-child(n+2) {
	margin-bottom: 80px;
}
}
