@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

/*.MenuHQJp, .SearchHQ, .CLSelector {
	display: none;
}*/
.fadein {
	opacity : 0;
	transform : translate(0,20px);
	transition : all 1.5s;
}
.fadein.scrollin {
	opacity : 1;
	transform : translate(0,0);
}
body {
	background-image: none!important;
}
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
ul{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
@media screen and (max-width: 768px) {
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
}
img {
  vertical-align: top;
}
.t_en {
  font-family: "Lato", serif;
  letter-spacing: 0.03em;
}
.scout {
	font-family: 'Noto Sans Japanese', sans-serif!important;
	font-size: 100%;
	line-height: 1.5em;
}
.scout img {
	width: 100%;
	height: auto;
}
.scoutHeader {
	width: 100%;
	position: fixed;
	top: 147px;
	left: 0;
	height: 86px;
	background: #09357f;
	z-index: 950;
}
.sclogo {
	font-size: 16px;
	font-weight: 500;
	color: #FFF;
	padding: 32px 0 0 30px;
	letter-spacing: .05em;
	font-family: "Lato", serif;
}
.sclogo a {
	text-decoration: none;
	color: #FFF;
}
.sclogo span {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.03em;
	display: inline-block;
	padding: 0 0 0 20px;
	font-family: 'Noto Sans Japanese', sans-serif!important;
}
.scout main {
	position: relative;
	margin: 0px 0 0;
}
@media screen and (max-width: 768px) {
.scoutHeader {
	height: 60px;
}
.sclogo {
	font-size: 13px;
	font-weight: 500;
	padding: 15px 0 0 20px;
	line-height: 1.2em;!important;
	letter-spacing: .05em;
}
.sclogo span {
	font-size: 10px;
	display: block;
	padding: 0 0 0 0px;
}
}
@media screen and (max-width: 480px) {

}
/* /////////////// フルメニュー　*/

.menu2 {
	position: absolute;
	width: 150px;
	height: 86px;
	right: 0;
	top: 0;
	cursor: pointer;
	z-index: 1004;
	background: #fed33e;
}
.menu2:before {
	position: absolute;
	top: 28px;
	left: 50%;
	width: 80px;
	height: 30px;
	transform: translateX(-50%);
	content: "";
	background: url("../img/menubtn.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.menu2.show:before {
	background: url("../img/closebtn.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
@media screen and (max-width: 768px) {
.menu2 {
	width: 60px;
	height: 60px;
}
.menu2:before {
	position: absolute;
	top: 24px;
	left: 50%;
	width: 20px;
	height: 12px;
	transform: translateX(-50%);
	content: "";
	background: url("../img/spmenu.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
.menu2.show:before {
	background: url("../img/spclose.png") no-repeat center center;
	background-size: contain;
	z-index: 2;
}
}
@media screen and (max-width: 480px) {

}
.gmenuBox {
  background-color: #062964;
  top: 86px;
  left: 0;
  width: 100%;
  height: 0px;
  position: absolute;
	opacity: 1;
	visibility: hidden;
  z-index: -1;
  box-sizing: border-box;
	transition: all .3s;
}
.gmenuBox.show {
	opacity: 1;
	height: 100vh;
	visibility: visible;
  background-color: #062964;
	box-sizing: border-box;
}
.gmenuBoxWrap {
	position: relative;
	min-width: 1000px;
	max-width: 1100px;
	width: 90%;
	box-sizing: border-box;
	padding: 50px 0 50px;
	top: 35%;
	left: 50%;
	opacity: 0;
	transform: translate(-50%,-50%);
	transition: all .3s;
}
.gmenuBox.show .gmenuBoxWrap {
	opacity: 1;
}

.gmenuBoxWrap > ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.gmenuBoxWrap > ul > li {
	width: 21%;
	margin: 0 2%;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.gmenuBoxWrap > ul > li > p {
	color: #FFF;
	line-height: 45px;
	font-size: 15px;
	border-bottom: 1px solid #3b5583;
}
.gmenuBoxWrap > ul > li > .list01 {
	margin-top: 15px;
}
.gmenuBoxWrap > ul > li > .list01 li {
	margin-bottom: 5px;
}
.gmenuBoxWrap > ul > li > p > a, .gmenuBoxWrap  > ul > li > .list01 li a {
	text-decoration: none;
	color: #cbd2df;
	display: inline-block;
	position: relative;
	font-size: 14px;
}
.gmenuBoxWrap > ul > li > p > a:hover, .gmenuBoxWrap > ul > li > .list01 li a:hover {
	text-decoration: underline;
}
.gmenuBoxWrap > ul > li > .list01 li:nth-child(1) > a:after {
	content: "";
	width: 4px;
	height: 10px;
	position: absolute;
	right: -15px;
	top: calc(50% - 4px);
	background: url("../img/ico_bc.png") no-repeat center center;
	background-size: contain;
}
.gmenuBoxWrap > ul > li > p > a:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: -30px;
	top: calc(50% - 10px);
	background: url("../img/ico_menu_link.png") no-repeat center center;
	background-size: contain;
}
.gmenuBoxWrap > ul > li > .list01 li:nth-child(2) > a:after {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: -20px;
	top: calc(50% - 5px);
	background: url("../img/nwin.png") no-repeat center center;
	background-size: contain;
}
.list01, .list02 {
	list-style: none;
}
.list02 li {
	margin-bottom: 15px;
}
.list02 li a {
	width: 100%;
	line-height: 46px;
	display: block;
	color: #09357f;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	background: #FFF;
	text-decoration: none;
	box-sizing: border-box;
	padding: 0 0 0 20px;
	position: relative;
}
.list02 li a:after {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 20px;
	top: calc(50% - 10px);
	background: url("../img/ico_menu_btn.png") no-repeat center center;
	background-size: contain;
}
.nlink a {
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	line-height: 50px;
	font-size: 18px;
	border-bottom: 1px solid #1b5cc9;
	margin-bottom: 20px;
}
.nlink a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
.gmenuBox {
	top: 60px;
}
.gmenuBoxWrap {
	position: relative;
	min-width: 400px;
	width: 90%;
}
.gmenuBoxWrap > ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.gmenuBoxWrap > ul > li {
	width: 46%;
	margin: 0 2%;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.gmenuBoxWrap > ul > li.splast {
	order: 6;
}
}
@media screen and (max-width: 480px) {
.gmenuBoxWrap {
	position: relative;
	min-width: auto;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: scroll!important;
	box-sizing: border-box;
	padding: 20px 0 20px;
	top: 0;
	left: auto;
	opacity: 0;
	transform: none;
	transition: all .3s;
}
.gmenuBoxWrap > ul {
	display: flex;
	padding-bottom: 100px;
}
.gmenuBoxWrap > ul > li {
	width: 100%;
	margin: 0 0;
	box-sizing: border-box;
	margin-bottom: 20px;
	position: relative;
}
.gmenuBoxWrap > ul > li > p {
	padding-left: 5%;
	box-sizing: border-box;
}
.gmenuBoxWrap > ul > li > .list01 li {
	padding-left: 5%;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.gmenuBoxWrap > ul > li > p > a, .gmenuBoxWrap  > ul > li > .list01 li a {
	display: block;
	font-size: 14px;
}
.gmenuBoxWrap > ul > li > p > a:after {
	right: 20px;
}
.gmenuBoxWrap > ul > li > .list01 li:nth-child(1) > a:after {
	right: 25px;
}
.gmenuBoxWrap > ul > li > .list01 li:nth-child(2) > a:after {
	right: 28px;
}
.list02 {
	width: 90%;
	margin: 0 auto 100px;
	position: relative;
}
}




.topMain {
	width: 100%;
	height: auto;
	position: relative;
}
.topMain .catch {
	position: absolute;
	top: 20%;
	left: 8%;
}
.topMain .cp01, .topMain .cp03 {
	font-size: 20px;
	color: #FFF;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 20px;
}
.topMain .cp02 {
	width: 80%;
	max-width: 640px;
	margin-bottom: 20px;
}
.topText {
	text-align: center;
	font-size: 20px;
	padding: 80px 0;
	font-weight: 600;
	line-height: 2em;
}
@media screen and (max-width: 768px) {
.topMain:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.42);
}
.topMain .catch {
	top: 20%;
	left: 5%;
}
.topMain .cp01, .topMain .cp03 {
	font-size: 16px;
	margin-bottom: 15px;
}
.topMain .cp02 {
	width: 70%;
	margin-bottom: 15px;
}
.topText {
	font-size: 18px;
	padding: 60px 5%;
}
}
@media screen and (max-width: 480px) {
.topMain .bg img {
	min-height: 200px;
	object-fit: cover;
}
.topMain .cp01, .topMain .cp03 {
	font-size: 13px;
	margin-bottom: 10px;
}
.topMain .cp02 {
	width: 80%;
	margin-bottom: 15px;
}
.topText {
	font-size: 14px;
	padding: 30px 5%;
}
}
.joblinks {
	width: 90%;
	margin: 0 auto 80px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.joblinks li {
	width: 30.33%;
}
.joblinks li .p01 {
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	padding: 30px 0 10px;
}
.joblinks li .p02 {
	font-size: 14px;
	padding: 0 5% 0;
	line-height: 2em;
	min-height: 150px;
}
@media screen and (max-width: 768px) {
.joblinks {
	width: 98%;
}
.joblinks li {
	width: 32.33%;
}
.joblinks li .p01 {
	text-align: center;
	font-size: 18px;
}
.joblinks li .p02 {
	font-size: 12px;
	padding: 0 1% 0;
	min-height: 180px;
}
}
@media screen and (max-width: 600px) {
.joblinks {
	width: 98%;
	max-width: 400px;
}
.joblinks li {
	width: 100%;
	margin-bottom: 50px;
}
.joblinks li .p02 {
	min-height: auto;
	padding-bottom: 30px;
}
}
.btnbox {
	position: relative;
	height: 140px;
	z-index: 2;
}
.btnbox:after {
	width: 100%;
	height: 116px;
	content: "";
	position: absolute;
	bottom: 0;
  background: linear-gradient(90deg, #09357f 0%, #061e45 100%);
	z-index: -1;
}


.topint, .intmain, .linkmain {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	min-height: 750px;
	background-size: 85% auto;
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
}
.topint, .intmain {
background-image: url("../img/interview.jpg");
}
.linkmain {
	background-image: url("../img/linkmain.jpg");
}
.topint .intBox, .intmain .intBox, .linkmain .intBox {
	width: 500px;
	height: 300px;
	background: #FFF;
	position: absolute;
	bottom: 50px;
	right: 0;
}
.topint .intBox .p01, .intmain .intBox .p01, .linkmain .intBox .p01 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	padding: 50px 0 10px;
	letter-spacing: .05em;
}
.topint .intBox .p02, .intmain .intBox .p02, .linkmain .intBox .p02 {
	text-align: center;
	font-size: 20px;
	font-weight: 500;
}
.intmain .intBox .p02 span {
	color: #1b5cc9;
	font-size: 11px;
	display: block;
	padding: 20px 0 0;
}
@media screen and (max-width: 768px) {
.topint, .intmain, .linkmain {
	width: 100%;
	background-size: 100% auto;
	min-height: 480px;
}
.topint .intBox, .intmain .intBox, .linkmain .intBox {
	width: 60%;
	height: auto;
	bottom: 80px;
}
.topint .intBox .p01, .intmain .intBox .p01, .linkmain .intBox .p01 {
	font-size: 30px;
	padding: 40px 0 10px;
}
.topint .intBox .p02, .intmain .intBox .p02, .linkmain .intBox .p02 {
	font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.topint, .intmain, .linkmain {
	width: 100%;
	min-height: 400px;
}
.topint .intBox, .intmain .intBox, .linkmain .intBox {
	width: 80%;
	bottom: 120px;
}
.topint .intBox .p01, .intmain .intBox .p01, .linkmain .intBox .p01 {
	font-size: 20px;
	padding: 30px 0 10px;
}
.topint .intBox .p02, .intmain .intBox .p02, .linkmain .intBox .p02 {
	font-size: 13px;
}
}
@media screen and (max-width: 400px) {
.topint, .intmain, .linkmain {
	width: 100%;
	min-height: 310px;
}
.topint .intBox, .intmain .intBox, .linkmain .intBox {
	bottom: 100px;
}
}
.toplinks {
	margin: 0 auto;
	max-width: 1400px;
	width: 100%;
	box-sizing: border-box;
	padding: 130px 0 0;
	min-height: 480px;
	background: url("../img/links.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
}
.toplinks .intBox .p01 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	padding: 50px 0 10px;
	color: #FFF;
	letter-spacing: .05em;
	position: relative;
}
.toplinks .intBox .p01:before {
	content: "";
	position: absolute;
	width: 80px;
	height: 70px;
	top: -30px;
	left: calc(50% - 40px);
	background: url("../img/linkicon.png") no-repeat center center;
	background-size: contain;
}
.toplinks .intBox .p02 {
	text-align: center;
	font-size: 20px;
	color: #FFF;
	font-weight: 500;
}
@media screen and (max-width: 768px) {
.toplinks {
	padding: 100px 0 0;
	min-height: 380px;
}
.toplinks .intBox .p01 {
	text-align: center;
	font-size: 30px;
	padding: 40px 0 10px;
}
.toplinks .intBox .p01:before {
	width: 60px;
	height: 50px;
	top: -20px;
	left: calc(50% - 30px);
}
.toplinks .intBox .p02 {
	font-size: 16px;
}
}
@media screen and (max-width: 480px) {
.toplinks .intBox .p01 {
	text-align: center;
	font-size: 20px;
	padding: 40px 0 10px;
}
.toplinks .intBox .p02 {
	font-size: 13px;
}
}
.topBtm {
	width: 840px;
	margin: 0 auto;
	padding: 60px 0;
}
.topBtm ul {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.topBtm ul li {
	width: 48%;
	background: #f5f5f4;
	box-sizing: border-box;
	padding: 30px;
}
.topBtm ul li p {
	text-align: center;
	font-size: 16px;
	padding-bottom: 20px;
	color: #257ce8;
}
@media screen and (max-width: 768px) {
.topBtm {
	width: 90%;
	max-width: 600px;
}
.topBtm ul li {
	padding: 10px;
}
.topBtm ul li p {
	font-size: 13px;
	padding-bottom: 10px;
}
}
.btns {
	position: relative;
}
.btns a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.btn01 {
	width: 100%;
	background: #fed33e;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #0a347f;
	border: solid 1px #0a347f;
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
}
.btn01:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: url("../img/nwin.png") no-repeat center center;
	background-size: contain;
	right: 20px;
	top: calc(50% - 6px);
}
.btn01:hover {
	background: #F6C82A;
}
.btn02 {
	width: 100%;
	background: #FFF;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #0a347f;
	border: solid 1px #0a347f;
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
}
.btn02:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: url("../img/yplus.png") no-repeat center center;
	background-size: contain;
	right: 20px;
	top: calc(50% - 6px);
}
.btn02:hover {
	background: #EBF0F8;
}
.joblinks .btn01, .joblinks .btn02 {
	width: 90%;
	margin: 0 auto 10px;
}

.btn03 {
	width: 100%;
	background: #FFF;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #0a347f;
	border: solid 1px #0a347f;
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
}
.btn03:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: url("../img/yplus.png") no-repeat center center;
	background-size: contain;
	right: 20px;
	top: calc(50% - 6px);
}
.btn03:hover {
	background: #EBF0F8;
}
.topint .btn03 {
	width: 260px;
	margin: 50px auto 0;
}
.btn04 {
	width: 100%;
	background: rgba(246,246,246,0.00);
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #FFF;
	border: solid 1px #FFF;
	box-sizing: border-box;
	position: relative;
	transition: all .5s;
}
.btn04:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	background: url("../img/yplus.png") no-repeat center center;
	background-size: contain;
	right: 20px;
	top: calc(50% - 6px);
}
.btn04:hover {
	background: rgba(246,246,246,0.10);
}
.toplinks .btn04 {
	width: 260px;
	margin: 50px auto 0;
}
.btn05 {
	color: #0a347f;
	font-size: 14px;
	padding: 15px 0;
	background: #FFF;
	text-align: center;
	transition: all .5s;
}
.btn05:hover {
	background: #EBF0F8;
}

@media screen and (max-width: 768px) {
.btn01 {
	font-size: 12px;
}
.btn02 {
	font-size: 12px;
}
.topint .btn03 {
	font-size: 12px;
	width: 220px;
	margin: 30px auto 0;
}
.toplinks .btn04 {
	font-size: 12px;
	width: 220px;
	margin: 30px auto 0;
}
.btn05 {
	font-size: 12px;
}
}


.contmain {
	width: 100%;
	position: relative;
}

.job01 .h1box, .job02 .h1box, .job03 .h1box {
	width: 100%;
	height: 300px;
	border-bottom: 1px solid #fed33e;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 768px) {
.job01 .h1box, .job02 .h1box, .job03 .h1box {
	height: 200px;
}
}
.job01 .h1box {
	background-image: url("../img/job01main.jpg");
}
.job02 .h1box {
	background-image: url("../img/job02main.jpg");
}
.job03 .h1box {
	background-image: url("../img/job03main.jpg");
}
.h1box h1 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: .09em;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #FFF;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
.h1box h1 {
	font-size: 20px;
}
}
.jobintro {
	width: 80%;
	max-width: 550px;
	margin: 0 auto;
	padding: 80px 0;
}
.jobintro h2 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 0 0 30px;
	border-bottom: 1px solid #09357f;
}
.jobintro p {
	font-size: 14px;
	line-height: 2em;
	padding: 40px 10%;
}
.jobintro .btns {
	width: 80%;
	max-width: 350px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.jobintro {
	width: 90%;
	padding: 60px 0;
}
.jobintro h2 {
	font-size: 18px;
}
.jobintro p {
	font-size: 13px;
	padding: 30px 5%;
}
.jobintro .btns {
	width: 80%;
	max-width: 350px;
	margin: 0 auto;
}
}
.jobfaq {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	background: #f5f5f4;
	border-top: 4px solid #09357f;
}
.jobflow {
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
}
.jobfaq h3, .flowbox h3 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
.jobfaq h3, .flowbox h3 {
	font-size: 18px;
}
}
#faqList {
	width: 95%;
	margin: 0 auto;
	max-width: 700px;
}
#faqList dt {
  width: 100%;
  min-height: 45px;
	position: relative;
	box-sizing: border-box;
	padding: 5px 30px 10px 50px;
  text-align: left;
  border-bottom: #09357f 1px solid;
  cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	background-image: url("../img/yplus.png");
	background-repeat: no-repeat;
	background-position: 98% 40%;
	background-size: 15px auto;
}
#faqList dt span {
	font-size: 20px;
	font-weight: 600;
	padding: 0 10px 0 20px;
	position: absolute;
	left: 0;
	top: 0;
}
#faqList dd {
	position: relative;
  width: 100%;
  text-align: left;
  display:none;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 2.2em;
	background: #FFF;
	padding: 20px 40px 20px 50px;
}
#faqList dd span {
	font-size: 20px;
	font-weight: 600;
	padding: 0 10px 0 20px;
	color: #fed33e;
	position: absolute;
	left: 0;
}
#faqList dt.active{
   background-image: url(../img/yminus.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 15px auto;
}
#faqList dt:nth-child(n+2) {
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
#faqList dt {
  min-height: 35px;
	padding: 5px 20px 10px 30px;
	font-size: 13px;
	font-weight: 400;
	background-size: 12px auto;
}
#faqList dt span {
	font-size: 18px;
	padding: 0 10px 0 5px;
}
#faqList dd {
	font-size: 13px;
	padding: 20px 20px 20px 30px;
}
#faqList dd span {
	font-size: 18px;
	padding: 0 10px 0 8px;
}
#faqList dt.active{
	background-size: 12px auto;
}
#faqList dt:nth-child(n+2) {
	margin-top: 10px;
}
}

.flowbox {
	width: 90%;
	margin: 0 auto;
	max-width: 480px;
}
.flow01 {
	border: solid 1px #09357f;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	margin-bottom: 40px;
	position: relative;
}
.flow02 {
	border: solid 1px #09357f;
	background: #09357f;
	color: #FFF;
	line-height: 50px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}
.flow01:after {
	position: absolute;
	width: 20px;
	height: 20px;
	content: "";
	background: url("../img/triangle01.png") no-repeat center center;
	background-size: contain;
	left: calc(50% - 10px);
	bottom: -30px;
}
.flow01 span {
	font-weight: 500;
	padding-right: 10px;
}
.flow01 .tm {
	font-weight: 400;
	font-size: 12px;
}
.jobflow .btns {
	width: 80%;
	max-width: 350px;
	margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
.flow01 {
	line-height: 1.2em;
	font-size: 14px;
	padding: 15px 0;
}
.flow01 .tm {
	display: block;
	font-weight: 400;
	font-size: 12px;
	padding-top: 5px;
}
.jobflow .btns {
	width: 80%;
	max-width: 350px;
	margin: 50px auto 0;
}
}
.linklist {
	width: 90%;
	margin: 0 auto 100px;
	max-width: 1100px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.linklist li {
	width: 47%;
	position: relative;
	margin-bottom: 40px;
}
.linklist li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.linklist li p {
	font-size: 15px;
	font-weight: 500;
	line-height: 2em;
	padding: 14px 0 0;
	position: relative;
}
.linklist li p span {
	font-size: 13px;
	font-weight: 400;
	line-height: 2em;
	padding: 5px 0 0;
	display: block;
	position: relative;
}
.linklist li .plus:before {
	position: absolute;
	right: 0;
	top: 12px;
	content: "";
	width: 16px;
	height: 16px;
	background: url("../img/yplus.png") no-repeat center center;
	background-size: contain;
}
.linkbox {
	border: solid 1px #b5bdca;
	box-sizing: border-box;
	position: relative;
	opacity: 1;
	transition: all .5s;
}
.linkbox2 {
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #09357f;
}
.linkbox2:after {
	content: "";
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #09357f 0%, #09357f 90%, #fed33e 90%, #fed33e 100%);
	bottom: -5px;
	position: absolute;
}
.linkbox2 .name {
	position: absolute;
	bottom: 5px;
	left: 10px;
	line-height: 1em;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
}
.linkbox2 .name span {
	color: #fed33e;
}
.nwin {
	position: relative;
}
.nwin:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url("../img/nwin03-2.png") no-repeat center center;
	background-size: contain;
	bottom: 20px;
	right: 20px;
}
.plus2:before {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background: url("../img/plus01.png") no-repeat center center;
	background-size: contain;
	bottom: 10px;
	right: 5px;
	z-index: 2;
}
.linklist li:hover .linkbox {
	opacity: .8;
}
.intmenu li .btnbg {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transform: scale(1.05);
	opacity: 1;
	transition: all .5s;
}
.intmenu li:hover .btnbg {
	transform: scale(1);
	opacity: .8;
}
.intmenu li:nth-child(1) .btnbg {
	background-image: url("../img/int01btn.jpg");
}
.intmenu li:nth-child(2) .btnbg {
	background-image: url("../img/int02btn.jpg");
}
.intmenu li:nth-child(3) .btnbg {
	background-image: url("../img/int03btn.jpg");
}
.intmenu li:nth-child(4) .btnbg {
	background-image: url("../img/int04btn.jpg");
}
.intmenu li:nth-child(5) .btnbg {
	background-image: url("../img/int05btn.jpg");
}
.intmenu li:nth-child(6) .btnbg {
	background-image: url("../img/int06btn.jpg");
}
.intmenu li:nth-child(7) .btnbg {
	background-image: url("../img/int07btn.jpg");
}
@media screen and (max-width: 768px) {
.linklist {
	width: 95%;
	margin: 0 auto 60px;
}
.linklist li {
	width: 49%;
	margin-bottom: 30px;
}
.linklist li p {
	font-size: 13px;
	line-height: 1.6em;
	padding: 5px 0 0;
}
.linklist li p span {
	font-size: 11px;
	line-height: 1.6em;
}
.nwin:before {
	width: 15px;
	height: 15px;
	bottom: 10px;
	right: 10px;
}
.linklist li .plus:before {
	display: none;
}
.linkbox2 {
	width: 100%;
	height: 200px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	background: #09357f;
}
.linkbox2 .name {
	font-size: 24px;
}
.plus2:before {
	width: 25px;
	height: 25px;
	bottom: 5px;
	right: 5px;
	z-index: 2;
}
}
@media screen and (max-width: 480px) {
.linklist li {
	width: 100%;
	margin-bottom: 30px;
}
}
.intmain2 {
	width: 100%;
	position: relative;
}
@media screen and (max-width: 480px) {
.intmain2 {
	width: 100%;
	
}
.intmain2 img {
	object-fit: cover;
	min-height: 150px;
}
}
.intmain2:after {
	content: "";
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #09357f 0%, #09357f 95%, #fed33e 95%, #fed33e 100%);
	bottom: -5px;
	position: absolute;
}
.intmain2 h1 {
	position: absolute;
	font-size: 30px;
	font-weight: 600;
	color: #FFF;
	bottom: 80px;
	left: 5%;
	line-height: 1em;
}
.intmain2 .intName {
	position: absolute;
	font-size: 60px;
	font-weight: 600;
	color: #FFF;
	line-height: 1em;
	bottom: 20px;
	left: 5%;
}
.intmain2 .intName span {
	color: #fed33e;
}
@media screen and (max-width: 768px) {
.intmain2 h1 {
	font-size: 20px;
	bottom: 60px;
}
.intmain2 .intName {
	font-size: 40px;
	bottom: 15px;
}
}
@media screen and (max-width: 480px) {
.intmain2 h1 {
	font-size: 16px;
	bottom: 40px;
}
.intmain2 .intName {
	font-size: 24px;
	bottom: 15px;
}
}
.intblock01 {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}
.intblock01 .p01 {
	font-size: 18px;
	font-weight: 500;
	line-height: 2.1em;
	padding: 40px 0 0;
}
.intblock01 .p01 span {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8em;
	display: block;
	padding-bottom: 20px;
}
.intblock01 .p02 {
	font-size: 11px;
	color: #1b5cc9;
}
@media screen and (max-width: 768px) {
.intblock01 .p01 {
	font-size: 16px;
	padding: 20px 0 0;
}
.intblock01 .p01 span {
	font-size: 13px;
	line-height: 1.6em;
	padding-bottom: 20px;
}
.intblock01 .p02 {
	font-size: 10px;
	color: #1b5cc9;
}
}
.intblock01 ul {
	margin: 50px auto 80px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.intblock01 ul li {
	width: 48%;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 50px;
	border-bottom: 1px solid #09357f;
	cursor: pointer;
}
.intblock01 ul li:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	background: url("../img/yplus.png") no-repeat center center;
	background-size: contain;
	bottom: 15px;
	right: 10px;
	z-index: 2;
}
@media screen and (max-width: 768px) {
.intblock01 {
	width: 95%;
}
.intblock01 ul li {
	width: 49%;
	font-size: 12px;
	line-height: 40px;
	border-bottom: 1px solid #09357f;
}
.intblock01 ul li:before {
	width: 10px;
	height: 10px;
	bottom: 10px;
	right: 5px;
	z-index: 2;
}
}
@media screen and (max-width: 700px) {
.intblock01 ul {
	max-width: 400px;
}
.intblock01 ul li {
	width: 100%;
	font-size: 12px;
	line-height: 30px;
	border-bottom: 1px solid #09357f;
}
}
.blocktitle {
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 30px 0px;
	margin-bottom: 30px;
	border-bottom:  1px solid #09357f;
	position: relative;
}
.blocktitle span {
	font-size: 80px;
	font-weight: 600;
	display: inline-block;
	position: relative;
	top: 10px;
	padding-right: 15px;
}
.blocktitle span:before {
	content: "";
	width: 150px;
	height: 5px;
	background: linear-gradient(90deg, #09357f 0%, #09357f 65%, #fed33e 65%, #fed33e 100%);
	top: -5px;
	position: absolute;
}
.inttext .p01 {
	font-size: 14px;
	line-height: 2.4em;
	padding: 0 5% 60px;
}
.inttext .p01 .att {
	text-indent: -1.3em;
	margin-left: 1.3em;
	line-height: 1.8em;
	display: inline-block;
}
@media screen and (max-width: 768px) {
.blocktitle {
	font-size: 16px;
	padding: 0 0 20px 0px;
	margin-bottom: 20px;
}
.blocktitle span {
	font-size: 50px;
	top: 10px;
	padding-right: 5px;
}
.blocktitle span:before {
	width: 100px;
}
.inttext .p01 {
	font-size: 13px;
	line-height: 2em;
	padding: 0 2% 50px;
}
}
.intblock02 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.intblock02 .intimg {
	width: 45%;
}
.intblock02 .inttext {
	width: 45%;
	margin-right: 3%;
	padding-top: 50px;
}
.intblock03 {
	width: 100%;
	max-width: 1400px;
	margin: 100px auto 50px;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 2;
}
.intblock03:before {
	width: 100%;
	height: 160px;
	background: linear-gradient(90deg, #09357f 0%, #061e45 100%);
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
	z-index: -1;
}
.intblock03 .intimg {
	width: 45%;
	order: 2;
}
.intblock03 .inttext {
	order: 1;
	width: 45%;
	margin-left: 3%;
	padding-top: 150px;
}
.intblock04 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 0 50px;
	position: relative;
	z-index: 2;
}
.intblock04:before {
	width: 160px;
	height: 100%;
	background: linear-gradient(90deg, #09357f 0%, #061e45 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.intblock04 .inttext {
	width: 60%;
	margin: 0 auto;
	padding-top: 150px;
}
.intbtm {
	width: 100%;
	padding: 90px 0;
	position: relative;
}
.intbtm:before {
	content: "";
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #09357f 0%, #09357f 95%, #fed33e 95%, #fed33e 100%);
	top: -5px;
	position: absolute;
}
.intbtm .p01 {
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	line-height: 2em;
}
.intbtm .p02 {
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}
.intbtm .btns {
	width: 280px;
	margin: 50px auto 0;
}
.intbtm ul {
	width: 90%;
	margin: 50px auto;
	max-width: 1100px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.intbtm ul li {
	width: 23%;
	margin: 0 1% 20px;
	position: relative;
}
.intbtm ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.linkbox3 {
	position: relative;
}
.linkbox3:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: url("../img/yplus.png") no-repeat center center;
	background-size: contain;
	bottom: 10px;
	right: 10px;
	z-index: 2;
}
.intbtm ul li p {
	padding: 5px 0 0;
	font-size: 16px;
	font-weight: 600;
}
.intbtm ul li p span {
	display: block;
}

@media screen and (max-width: 768px) {
.intblock02 .intimg {
	width: 35%;
}
.intblock02 .inttext {
	width: 60%;
	margin-right: 2%;
	padding-top: 50px;
}
.intblock03:before {
	width: 100%;
	height: 100px;
	top: -50px;
}
.intblock03 .intimg {
	width: 35%;
	order: 2;
}
.intblock03 .inttext {
	order: 1;
	width: 60%;
	margin-left: 2%;
	padding-top: 120px;
}
.intblock04:before {
	width: 5%;
	height: 100%;
	background: linear-gradient(90deg, #09357f 0%, #061e45 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.intblock04 .inttext {
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
}
.intbtm {
	padding: 60px 0;
}
.intbtm .p01 {
	font-size: 30px;
}
.intbtm .p02 {
	font-size: 16px;
}
.intbtm .btns {
	width: 250px;
	margin: 30px auto 0;
}
.intbtm ul {
	width: 95%;
	margin: 50px auto;
	max-width: 1100px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.intbtm ul li {
	width: 24%;
	margin: 0 .5% 20px;
	position: relative;
}
.linkbox3 {
	position: relative;
}
.linkbox3:before {
	width: 10px;
	height: 10px;
	bottom: 5px;
	right: 5px;
}
.intbtm ul li p {
	padding: 5px 0 0;
	font-size: 13px;
	font-weight: 600;
}
.intbtm ul li p span {
	display: block;
}
}
@media screen and (max-width: 480px) {
.blocktitle {
	font-size: 15px;
	padding: 0 0 15px 10px;
	margin-bottom: 15px;
}
.blocktitle span {
	font-size: 40px;
	top: -5px;
	margin-bottom: 2px;
	display: block;
}
.blocktitle span:before {
	width: 40px;
}
.intbtm ul li {
	width: 48%;
	margin: 0 .5% 20px;
	position: relative;
}
.intblock02 .intimg {
	width: 90%;
}
.intblock02 .inttext {
	width: 90%;
	margin: 0 5%;
	padding-top: 50px;
}
.intblock03:before {
	width: 100%;
	height: 100px;
	top: -50px;
}
.intblock03 .intimg {
	width: 90%;
	order: 1;
	right: 0;
	margin-left: 10%;
}
.intblock03 .inttext {
	order: 2;
	width: 90%;
	margin: 0 5%;
	padding-top: 120px;
}
}
@media screen and (max-width: 1100px) {
.scoutHeader {
	top: 118px;
}
.scout main {
	margin: 58px 0 0;
}
}
@media screen and (max-width: 768px) {
.brclear {
	display: none;
}
.scoutHeader {
	top: 114px;
}
.scout main {
	margin: 58px 0 0;
}
}
@media screen and (max-width: 480px) {
.scoutHeader {
	top: 100px;
}
.scout main {
	margin: 58px 0 0;
}
}