@charset "utf-8";

/*
Font Size(10px Base)
--------------------
10px * 1rem -> 10px
10px * 1.5rem -> 15px
10px * 2rem -> 20px
10px * 2.5rem -> 25px
*/

/* ===================================================================

	Base CSS

=================================================================== */

.page_title {
	text-align: center;
	margin-bottom: 40px;
	padding: 30px 0;
}

.page_title .title_jp {
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	color: #0A4B80;
	margin-bottom: 10px;
}

.page_title .title_en {
	display: block;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2rem;
	color: #666;
	letter-spacing: 0.1em;
}

.section_title {
	font-size: 2rem;
	font-weight: bold;
	color: #0A4B80;
	margin-bottom: 30px;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
}

.recruitment_hero {
	width: 100%;
	margin-bottom: 0;
}

.hero_image {
	width: 100%;
	overflow: hidden;
	text-align: center;
}

.hero_image {
	text-align: center;
    margin-bottom: 30px;
}

.hero_image img {
	width: 600px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.recruitment_message {
	background: url(../images/common/bg1.gif);
	padding: 40px 0;
}

.recruitment_message .message_content .lead {
	font-size: 1.8rem;
	font-weight: bold;
	color: #f94f67;
	margin-bottom: 20px;
}

.recruitment_message .message_content p {
	line-height: 1.8;
	margin-bottom: 15px;
}

.philosophy_content {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #e1d9c2;
	text-align: center;
}

.philosophy_content p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
	font-weight: bold;
}

.welcome_content {
	margin-bottom: 40px;
}

.welcome_text p {
	font-size: 1.6rem;
	line-height: 1.8;
	color: #333;
    text-align: center;
}

.welcome_image {
	flex-shrink: 0;
}

.requirements_table {
	background: #fff;
	border-radius: 5px;
    border-top: 1px solid #e1d9c2;
	overflow: hidden;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	margin: 0 auto 30px auto;
	max-width: 800px;
	gap: 0;
}

.requirements_table dt {
	background: #f5f5f5;
	color: #333;
	font-weight: bold;
	padding: 15px 20px;
	border-right: 1px solid #e1d9c2;
	border-bottom: 1px solid #e1d9c2;
	display: flex;
	width: 20%;
	align-items: center;
	margin: 0;
}
.requirements_table dd {
	padding: 15px 20px;
	line-height: 1.6;
	border-bottom: 1px solid #e1d9c2;
	display: flex;
	width: 69%;
	align-items: center;
	margin: 0;
}


.description_list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.description_item {
	padding: 20px;
	background: #f9f9f9;
	border-radius: 5px;
	border: 1px solid #e1d9c2;
	text-align: center;
}

.description_item h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #0A4B80;
	margin-bottom: 15px;
}

.description_item p {
	line-height: 1.6;
	color: #666;
}

.process_steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.step_item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
	background: #edfcff;;
	border-radius: 5px;
	border: 1px solid #bcd5df;
}

.step_number {
	background: #5296c5;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

.step_content h3 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #0A4B80;
	margin-bottom: 10px;
}

.step_content p {
	line-height: 1.6;
	color: #666;
}

.method_content {
	background: #f9f9f9;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #e1d9c2;
}

.method_text {
	margin-bottom: 30px;
}

.method_text p {
	line-height: 1.8;
	margin-bottom: 15px;
}

.method_list {
	margin-bottom: 30px;
}

.method_list ul {
	list-style: none;
	padding: 0;
}

.method_list ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.method_list ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	color: #f94f67;
	font-weight: bold;
}

.method_note {
	text-align: center;
}

.method_note p {
	line-height: 1.8;
	margin-bottom: 10px;
}

.method_note .emphasis {
	font-size: 1.6rem;
	font-weight: bold;
	color: #f94f67;
}

.faq_list_body {
	margin-top: 30px;
	text-align: left;
	border-top: solid 2px #bcd5df;
}

.faq_list_body section {
	margin: 0;
	padding: 0;
	border-bottom: solid 2px #bcd5df;
}

.faq_list_body section h4 {
	padding: 0;
	position: relative;
}

.faq_list_body section h4:after {
	margin: -0.6em 0 0 0;
	font-size: 2rem;
	line-height: 1;
	color: #0065ac;
	content: "\e800";
	position: absolute;
	top: 50%;
}

.faq_list_body section h4 span:before {
	margin: 0;
	text-align: center;
	color: #fff;
	content: 'Q';
	border-radius: 3px;
	background: #0065ac;
	position: absolute;
}

.faq_list_body section h4 span {
	line-height: 1.5;
	border-radius: 2px;
	position: relative;
	display: block;
	cursor: pointer;
}

.faq_list_body section h4 span:hover,
.faq_list_body section.simpleFAQShowing h4 span:hover {
	background: #fafdff;
}

.faq_list_body section.simpleFAQShowing h4 {
	color: #0065ac;
	background: #fff;
}

.faq_list_body section.simpleFAQShowing h4:after {
	margin: -0.6em 0 0 0;
	font-size: 2rem;
	line-height: 1;
	color: #0065ac;
	content: '\e803';
	position: absolute;
	top: 50%;
}

.faq_list_body .answer {
	background: #fbf8f0;
}

/* ===================================================================

	PC Style

=================================================================== */

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

.faq_list_body {
	margin: 15px 0 0 0;
}

.faq_list_body section h4:after {
	right: 25px;
}

.faq_list_body section h4 span:before {
	font-size: 2rem;
	line-height: 30px;
	width: 30px;
	height: 30px;
	top: 13px;
	left: 20px;
}

.faq_list_body section h4 span {
	padding: 16px 45px 17px 65px;
	font-size: 1.6rem;
}

.faq_list_body section.simpleFAQShowing h4:after {
	right: 25px;
}

.faq_list_body .answer {
	padding: 15px 30px 15px 65px;
}

.recruitment_hero {
	margin-bottom: 0;
}

}

/* ===================================================================

	SP Style

=================================================================== */

@media only screen and (max-width: 767px) {

.page_title {
	margin-bottom: 30px;
	padding: 20px 0;
}

.page_title .title_jp {
	font-size: 2rem;
	margin-bottom: 8px;
}

.page_title .title_en {
	font-size: 1rem;
}

.faq_list_body {
	margin: 20px 0 0 0;
}

.faq_list_body section h4:after {
	right: 5px;
}

.faq_list_body section h4 span:before {
	font-size: 1.2rem;
	line-height: 20px;
	width: 20px;
	height: 20px;
	top: 18px;
	left: 5px;
}

.faq_list_body section h4 span {
	padding: 16px 20px 17px 35px;
	line-height: 1.5;
}

.faq_list_body section.simpleFAQShowing h4:after {
	right: 5px;
}

.faq_list_body .answer {
	padding: 15px;
}

.recruitment_hero {
	margin-bottom: 0;
}

.hero_image img {
	width: 100%;
	height: auto;
	display: block;
}

.recruitment_message {
	padding: 30px 0;
}

.recruitment_message h1 {
	text-align: center;
	margin-bottom: 30px;
}

.recruitment_message .message_content {
	padding: 0 20px;
}

.philosophy_content {
	margin: 0 20px 30px 20px;
	padding: 20px;
}

.welcome_content {
	flex-direction: column;
	margin: 0 20px 30px 20px;
	gap: 20px;
}

.welcome_image img {
	width: 100%;
	height: auto;
}

.requirements_table {
	margin: 0 20px 30px 20px;
	display: block;
	max-width: none;
	width: calc(100% - 40px);
}

.requirements_table dt {
	display: block;
	width: 100%;
	border-right: none;
	padding: 15px;
	box-sizing: border-box;
}

.requirements_table dd {
	display: block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.description_list {
	grid-template-columns: 1fr;
	gap: 15px;
	margin: 0 20px;
}

.description_item {
	padding: 15px;
}

.process_steps {
	grid-template-columns: 1fr;
	gap: 15px;
	margin: 0 20px;
}

.method_content {
	margin: 0 20px;
	padding: 20px;
}

.method_list ul li {
	text-align: left;
}

}
