@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP',sans-serif;
	outline: none;
}

#contents {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.header {
	position: relative;
	width: 100%;
	height: 108px;
	background: #fff;
	z-index: 20;
}
.header hr {
	width: 100%;
	border: 0;
	border-top: 8px solid #3475C1;
}

.banner_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 980px;
	height: 100px;
	margin: auto;
}

.main_box {
	position: absolute;
	top: 142px;
	left: 0;
	right: 0;
	width: 921px;
	height: 541px;
	margin: auto;
	background: rgba(8,119,196,0.67);
	z-index: 10;
}

.main_copy {
	position: absolute;
	top: -80px;
	right: 40px;
}

.main_text {
	position: absolute;
	top: 70px;
	right: 35px;
	font-size: 17px;
	font-weight: bold;
	line-height: 39.5px;
	letter-spacing: 1px;
	color: #fff;
}

.slider_square1,
.slider_square2,
.slider_square3 {
	position: absolute;
	background: rgba(207,255,254,0.4);
	z-index: 30;
}
.slider_square1 {
	left: 260px;
	bottom: -117px;
	width: 165px;
	height: 165px;
}
.slider_square2 {
	left: 40px;
	bottom: 140px;
	width: 75px;
	height: 175px;
}
.slider_square3 {
	top: 80px;
	left: 230px;
		width: 75px;
	height: 75px;
	z-index: 10;
}

.top_slider {
	position: relative;
	top: 70px;
	left: 90px;
	z-index: 20;
}

.fotter {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	background: #E8EDF0;
	z-index: 50;
}

.job_btn_box {
	position: relative;
	width: 980px;
	margin: 0 auto;
	z-index: 10;
}

.job_btn_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 312px;
	padding: 30px 0 10px;
	background: rgba(0,0,0,0.7);
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
}
.job_btn_area.open {
	top: -489px;
	opacity: 1;
}
.job_btn {
	position: relative;
	display: table;
	width: 70%;
	height: 58px;
	margin: 0 auto 10px;
	background: #fff;
}
.job_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 16px;
	background: url(../images/btn_arrow.png);
	transform: translateY(-50%);
}
.job_btn p {
	display: table-cell;
	padding-left: 20px;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	vertical-align: middle;
}
.job_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fotter_btn_box {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	padding: 25px 0 90px;
	z-index: 140;
	background: #E8EDF0;
}
.fotter_btn {
	position: relative;
	display: table;
	width: 312px;
	height: 62px;
	background: #000;
	z-index: 10;
	cursor: pointer;
}
.fotter_btn:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width:  46px;
	height: 62px;
	background: #fff;
}
.fotter_btn:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 14px;
	height: 16px;
	background: url(../images/btn_arrow.png);
	transform: translateY(-50%);
}
.fotter_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fotter_btn p {
	display: table-cell;
	padding-left: 12px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}

.copyright {
	position: absolute;
	top: 100px;
	right: 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

.main {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 800px;
	background: url(../images/back.png);
	background-position: center 0;
	z-index: 1;
}

.main_qa {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	padding-bottom: 80px;
	background: url(../images/back.png);
	background-position: center 0;
	z-index: 1;
	text-align: center;
}

.qa_title {
	padding: 75px 0 50px;
	font-size: 43px;
	font-weight: bold;
	letter-spacing: 3px;
	color: #fff;
}

.qa_box {
	position: relative;
	width: 600px;
	margin: auto;
	background: #000;
}
.qa_box:not(:last-child) {
	margin-bottom: 20px;
}
.qa_box:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 73px;
	height: 83px;
	background: #fff;
	z-index: 1
}
.qa_q {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 83px;
	margin: auto;
	text-align: left;
	cursor: pointer;
}
.qa_q p {
	margin-left: 60px;
	font-size: 23px;
	line-height: 27px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #fff;
}
.qa_q p::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 20px;
	width: 26px;
	height: 30px;
	background: url(../images/qa_q.png);
	transform: translateY(-50%);
}
.qa_arrow {
	position: relative;
	width: 73px;
	height: 83px;
	margin-left: 30px;
	background: url(../images/qa_arrow1.png);
	z-index: 10
}
.active .qa_arrow {
	background: url(../images/qa_arrow2.png);
}

.qa_a {
	display: none;
	background: #fff;
}
.answer_box {
	position: relative;
	padding-bottom: 55px;
	text-align: left;
}
.answer_headline {
	position: relative;
	margin-left: 105px;
	padding: 25px 0 40px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
}
.answer_headline:before {
	content: "";
	position: absolute;
	top: 30px;
	left: -25px;
	width: 19px;
	height: 20px;
	background: url(../images/qa_a.png);
}
.answer_main {
	display: flex;
	justify-content: center;
	text-align: left;
}
.answer_main p {
	width: 238px;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
}
.answer_main img {
	width: 202px;
	height: 152px;
}
.answer_text1 {
	width: 300px !important;
	margin-bottom: 10px;
	font-size: 17px !important;
	letter-spacing: 2px;
	font-weight: bold;
	color: #125295;
}
.answer_text2 {
	width: 300px !important;
	font-size: 14px !important;
	line-height: 22px;
	letter-spacing: 1px;
	color: #03131B;
}
.answer_text2:not(:last-child) {
	margin-bottom: 10px;
}
