@charset "utf-8";
@media print{
/* Body
------------------------------ */
.pc_none,
#switch{
	display: none!important;
}
html{
	overflow-x: hidden!important;
}
body {
	box-shadow: none;
	color: #000;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.8em;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%!important;
	top: 0;
	background: #e6e6e6;
	margin: 0;
	width: 100%;
	overflow-x: visible !important;
    overflow-y: visible !important;
}

/* layout
------------------------------ */
.wrapper{
	position: relative;
	display: block;
	clear: both;
	float: none;
	width: 950px!important;
	margin: 0 auto!important;
	padding: 0!important;
}


/* Common
------------------------------ */
.clear{
	clear: both;
	float: none;
}
.fl_l{
	float: left;
}
.fl_r{
	float: right;
}
a,
button{
	transition: .25s;
}
.btn{
	padding: .6em 34px .5em 1em;
	color: #fff;
	line-height: 1em;
	border: 1px solid #fff;
	font-weight: 600;
	position: relative;
	display: inline-block;
}
.btn::after{
	content: "";
	position: absolute;
	transform: rotate(45deg);
	transition: .25s;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	right: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 6px;
	height: 6px;
}
.btn:hover{
	background: #fff;
	color: #2578ff;
}
.btn:hover::after{
	border-top: 1px solid #2578ff;
	border-right: 1px solid #2578ff;
}
.logo{
	text-indent: -9999px;
	background: url(../images/logo.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
.contact_a{
	width: 187px;
	height: 50px;
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	padding: .7em .5em .5em 46px;
	color: #fff;
	line-height: 1em;
	background: #2578ff;
	border: 1px solid #2578ff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.contact_a:hover{
	background: #fff;
	color: #2578ff;
}
.contact_a::before{
	content: "";
	position: absolute;
	background: url(../images/mail.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 24px;
	height: 19px;
	left: 12px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	transition: .25s;
}
.contact_a:hover::before{
	background: url(../images/mail_h.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
.list{
	position: relative;
	z-index: 1;
}
.list::before{
	content: "";
	position: absolute;
	width: 6px;
	height: 100%;
	left: 208px;
	top: 0;
	background: #fff;
	z-index: 1;
}
.list::after{
	content: "";
	position: absolute;
	width: 208px;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(37,120,255,.2);
	z-index: -1;
}
.list dt{
	float: left;
	padding: 12px 0 12px 20px;
	font-size: 16px;
	color: #2578ff;
	font-weight: 600;
}
.list dd{
	padding: 12px 20px 12px 240px;
	position: relative;
	border-bottom: 6px solid #fff;
	width: 100%;
	box-sizing: border-box;
}
.list dd::after{
	z-index: -1;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 685px;
	background: #f1f1f1;
}
/* Header
------------------------------ */
header .fl_l{
	width: 365px;
	margin-bottom: 72px;
}
header .fl_l li{
	width: 100%;
	height: 143px;
	margin-top: 12px;
	padding: 26px 15px;
	box-sizing: border-box;
	position: relative;
}
header .fl_l li.top_logo{
	padding-top: 18px;
	background: #fff;
}
header .fl_l li.top_logo h2{
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #000;
	letter-spacing: -.02em;
}
header .fl_l li.top_logo .logo{
	width: 207px;
	height: 35px;
}
header .fl_l li.top_logo .logo,
header .fl_l li.top_logo p{
	display: inline-block;
	vertical-align: middle;
}
header .fl_l li.top_logo p{
	text-indent: -9999px;
	background: url(../images/top_logo_p.jpg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	margin-left: 10px;
	width: 107px;
	height: 25px;
}
header .fl_l h2{
	font-size: 24px;
	color: #fff;
	position: relative;
}
header .fl_l li.top_appeal{
	background: url(../images/top_appeal_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
header .fl_l li.top_timeline{
	background: url(../images/top_timeline_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
header .fl_l li.top_qanda{
	background: url(../images/top_qanda_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
header .fl_l li.top_appeal h2,
header .fl_l li.top_timeline h2,
header .fl_l li.top_qanda h2{
	padding-left: 46px;
}
header .fl_l li.top_appeal h2::before,
header .fl_l li.top_timeline h2::before,
header .fl_l li.top_qanda h2::before{
	content: "";
	position: absolute;
	width: 37px;
	height: 37px;
	left: 0;
	top: -6px;
}
header .fl_l li.top_appeal h2::before{
	background: url(../images/top_appeal.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
header .fl_l li.top_timeline h2::before{
	background: url(../images/top_timeline.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
header .fl_l li.top_qanda h2::before{
	background: url(../images/top_qanda.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
header .btn{
	position: absolute;
	right: 20px;
	bottom: 20px;
}
header .fl_r{
	width: 572px;
}
header .fl_r div{
	margin-top: 12px;
	width: 100%;
}
header .fl_r div.top_contact{
	padding-bottom: 10px;
	text-align: right;
	padding-top: 12px;
}
header .fl_r div.top_contact p{
	font-size: 12px;
    width: 244px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
    line-height: 1.8em;
    height: 50px;
    box-sizing: border-box;
}
header .fl_r div.top_contact p span{
	text-align: left;
	width: 100%;
	height: 24px;
	display: block;
	background: url(../images/tel.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	text-indent: -9999px;
}
header .fl_r div.top_contact .contact_a{
	margin-left: 10px;
}
header .fl_r div.top_check{
	background: url(../images/top_check_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	height: 438px;
	box-sizing: border-box;
	padding: 38px 30px;
	position: relative;
}
header .fl_r div.top_check h2{
	font-size: 28px;
	color: #fff;
	line-height: 1.5em;
	margin-bottom: 30px;
}
header .fl_r div.top_check li{
	width: 130px;
	height: 130px;
	background: rgba(255,255,255,.8);
	position: relative;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	text-align: center;
	box-sizing: border-box;
	padding-top: 70px;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: 600;
}
header .fl_r div.top_check li::before{
	content: "";
	position: absolute;
	background: url(../images/top_check.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 29px;
	height: 45px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 14px;
}
header .fl_r div.top_recruit_contact li{
	width: 280px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
header .fl_r div.top_recruit_contact li:last-child{
	margin-right: 0;
}
header .fl_r div.top_recruit_contact li a{
	color: #000;
	font-size: 24px;
	display: block;
	padding: 1em 0 0 70px;
	height: 74px;
	box-sizing: border-box;
	font-weight: 600;
	position: relative;
	border: 1px solid #ffb000;
	background: #ffb000;
}
header .fl_r div.top_recruit_contact li a:hover{
	background: #fff;
}
header .fl_r div.top_recruit_contact li a::after{
	content: "";
	position: absolute;
	transform: rotate(45deg);
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	width: 16px;
	height: 16px;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
header .fl_r div.top_recruit_contact li.top_recruit a::before{
	content: "";
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../images/top_recruit.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 16px;
	transition: .25s;
}
header .fl_r div.top_recruit_contact li.top_contact2 a::before{
	content: "";
	position: absolute;
	width: 37px;
	height: 37px;
	background: url(../images/top_mail.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	top: 0;
	bottom: 0;
	margin: auto 0;
	left: 16px;
	transition: .25s;
}
header .fl_r div.top_recruit_contact li.top_recruit a:hover::before{
	background: url(../images/top_recruit_h.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
header .fl_r div.top_recruit_contact li.top_contact2 a:hover::before{
	background: url(../images/top_mail_h.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
/* Article
------------------------------ */
section{
	margin-bottom: 60px;
	background: #fff;
	padding: 40px 25px 33px;
}
section h2{
	color: #2578ff;
	font-size: 34px;
	padding: 0 0 20px 58px;
	border-bottom: 1px solid #2578ff;
	position: relative;
	margin-bottom: 30px;
}
section h2::before{
	content: "";
	position: absolute;
	width: 42px;
	height: 42px;
	left: 0;
	top: -8px;
}
section h3.num{
	padding: 0 0 20px 160px;
	position: relative;
	font-size: 28px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
section h3.num span{
	position: absolute;
	left: 60px;
	top: -8px;
	text-indent: -9999px;
}
section h3.num1 span{
	width: 57px;
	height: 42px;
}
section h3.num2 span{
	width: 70px;
	height: 42px;
}
section h3.num3 span{
	width: 70px;
	height: 42px;
}
section h3.num4 span{
	width: 71px;
	height: 42px;
}
.news h2{
	color: red;
	text-align: center;
	padding: 0;
	background: none;
	border:none;
	margin-bottom: 0;
	font-size: 26px;
	letter-spacing: .03em;
}
#appeal h2::before{
	background: url(../images/h2_appeal.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#appeal div{
	background: rgba(255,176,0,.3);
	padding: 30px 16px 20px;
	margin-bottom: 26px;
	position: relative;
}
#appeal .appeal3{
	margin-bottom: 0;
}
#appeal div::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 47px;
	width: 185px;
	height: 185px;
}
#appeal .appeal1::after{
	background: url(../images/appeal1.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#appeal .appeal2::after{
	background: url(../images/appeal2.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#appeal .appeal3::after{
	background: url(../images/appeal3.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
#appeal h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: -14px;
	background: url(../images/appeal_icon1.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 45px;
	height: 45px;
}
#appeal .num1 span{
	background: url(../images/01_y.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#appeal .num2 span{
	background: url(../images/02_y.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#appeal .num3 span{
	background: url(../images/03_y.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#timeline h2::before{
	background: url(../images/h2_timeline.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
.tl_top{
	width: 100%;
	height: 330px;
	position: relative;
	background: url(../images/timeline1.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	margin-bottom: 25px;
}
.tl_top div{
	position: absolute;
	width: 280px;
	height: 280px;
	background: rgba(255,255,255,.8);
	border-radius: 50%;
	left: 50px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	box-sizing: border-box;
	text-align: center;
	padding-top: 110px;
}
.tl_top div::before{
	content: "";
	position: absolute;
	background: url(../images/timeline_icon1.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 68px;
	height: 62px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 26px;
}
.tl_top div::after{
	content: "";
	position: absolute;
	background: url(../images/timeline_icon2.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	width: 61px;
	height: 34px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 30px;
}
.tl_top div h3{
	font-size: 24px;
    width: 237px;
    border-bottom: 1px solid #000;
    margin: 0 auto 8px;
    letter-spacing: -.12em;
}
.tl_top div h3 span{
	display: block;
	font-size: 10px;
	color: #2578ff;
	font-family: Arial;
	letter-spacing: .1em;
}
.tl_top div p{
	font-size: 22px;
	font-weight: 600;
}
#timeline ul{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
#timeline li{
	width: 440px;
	margin-right: 20px;
	display: inline-block;
	vertical-align: top;
	background: rgba(37,120,255,.2);
	padding: 30px 20px 23px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
#timeline li:nth-child(2n){
	margin-right: 0;
}
#timeline li h3::before{
	content: "";
	position: absolute;
	width: 44px;
	height: 40px;
	background: url(../images/timeline_icon1.svg) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	left: 0;
	top: -8px;
}
#timeline .num1 span{
	background: url(../images/01_b.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#timeline .num2 span{
	background: url(../images/02_b.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
.timeline3{
	padding-top: 16px!important;
}
.timeline3,
.timeline4{
	margin-bottom: 0!important;
}
#timeline .num3{
	font-size: 26px;
	padding-bottom: 6px;
}
.timeline3 h3::before{
	top: 6px!important;
}
#timeline .num3 span{
	background: url(../images/03_b.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	top: 4px;
}
#timeline .num4 span{
	background: url(../images/04_b.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#timeline li img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#qanda{
	background: #2578ff;
}
#qanda h2{
	color: #fff;
	border-bottom: 1px solid #fff;
}
#qanda h2::before{
	background: url(../images/h2_qanda.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#qanda dt{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 10px;
}
#qanda dd{
	background: #fff;
	padding: .8em 1em;
	margin-bottom: 20px;
}
#qanda dd:last-of-type{
	margin-bottom: 0;
}
#recruit{
	padding-bottom: 48px;
}
#recruit h2::before{
	background: url(../images/h2_recruit.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#recruit h3{
	font-size: 28px;
	margin-bottom: 10px;
}
.center{
	text-align: center;
	margin-top: 30px;
}
.mb_70{
	margin-bottom: 40px;
}
#recruit .btn{
	background: #2578ff;
	border: 1px solid #2578ff;
	font-size: 20px;
	color: #fff;
	padding: .7em 60px .6em 1em;
}
#recruit .btn:hover{
	background: #fff;
	color:  #2578ff;
}
#recruit .btn::after{
	width: 12px;
	height: 12px;
	right: 20px;
}
#contact .red{
	color: red;
}
#contact h2::before{
	background: url(../images/h2_contact.png) no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
}
#contact{
	padding-bottom: 50px;
	margin-bottom: 75px;
}
#contact dl{
	margin-top: 20px;
}
#contact dl::before{
	left: 267px;
}
#contact dl::after{
	width: 267px;
}
#contact dt{
	padding: 10px 0 12px 20px;
}
#contact dd{
	padding: 9px 9px 9px 282px;
}
#contact dd input,
#contact dd p{
	display: inline-block;
	vertical-align: text-bottom;
}
#contact dd input,
#contact dd textarea{
	font-size: 16px;
    font-family: inherit;
    box-sizing: border-box;
    margin: 0;
    border: none;
    vertical-align: middle;
}
#contact dd textarea{
	max-height: 145px;
	min-height: 145px;
	max-width: 100%;
	min-width: 100%;
}
#contact dd p{
	margin-left: 10px!important;
	line-height: 1em!important;
}
#contact dd:nth-of-type(1) input,
#contact dd:nth-of-type(5) input,
#contact dd:nth-of-type(6) input,
#contact dd:nth-of-type(8) input,
#contact dd textarea{
	width: 100%;
}
#contact dd:nth-of-type(2) input{
	width: 60px;
}
#contact dd:nth-of-type(4) input,
#contact dd:nth-of-type(7) input{
	width: 200px;
}
#contact dd label{
	margin-left: 4px!important;
	margin-right: 30px!important;
	display: inline-block;
	vertical-align: top;
}
#contact dd::after{
	width: 626px;
}
#contact .must{
	font-size: 12px;
	color: #102eff;
	display: inline-block;
	vertical-align: top;
}
#contact dl .must{
	margin-left: 4px;
}
#contact .privacy{
	padding: 20px;
	background: #eeeeee;
	overflow-y: scroll;
	margin-top: 22px;
	height: 164px;
	margin-bottom: 30px;
}
#contact .privacy p{
	margin-bottom: 20px;
}
#contact .btn{
	background: #2578ff;
	border: 1px solid #2578ff;
	font-size: 20px;
	color: #fff;
	padding: .7em 80px .6em 1em;
	letter-spacing: 1em;
}
#contact .btn:hover{
	background: #fff;
	color:  #2578ff;
	cursor: pointer;
}
#contact .btn::after{
	width: 12px;
	height: 12px;
	right: 20px;
}
div.mfp_err {
    clear: both;
    display: none;
    text-align: left;
    margin: 5px 0px 0px 0px;
    padding: 3px 0px 5px 17px;
    color: #F00;
    font-size: 12px;
    line-height: normal;
    background-image: url(_images/mfp_error.gif);
    background-repeat: no-repeat;
    background-position: left top 6px!important;
}
/* Footer
------------------------------ */
footer{
	background: #fff;
	padding-top: 58px;
	padding-bottom: 40px;
}
footer .wrapper div{
	display: inline-block;
	vertical-align: top;
}
footer .footer_logo{
	width: 450px;
}
footer .footer_logo .logo{
	width: 242px;
	height: 42px;
}
footer .footer_logo p{
	font-size: 14px;
	line-height: 1.6em;
	margin-top: 10px;
}
footer .footer_link{
	width: 250px;
}
footer .footer_link a{
	color: #2578ff;
	font-size: 14px;
}
footer .footer_contact{
	width: 250px;
	text-align: right;
}
footer .footer_contact .tel{
	font-size: 12px;
	margin-bottom: 10px;
}
footer .footer_contact .tel span{
	text-align: left;
    width: 244px;
    height: 24px;
    display: block;
    background: url(../images/tel.svg) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    text-indent: -9999px;
}
footer .copy{
	margin-top: 60px;
	font-size: 12px;
	text-align: center;
}
footer .copy a{
	color: #000;
}
footer .copy a:hover{
	color: #2578ff;
}
/* Page Top
------------------------------ */
.pagetop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	z-index: 100000!important;
}
.pagetop a{
	display: block;
	width: 50px;
	height: 30px;
	text-indent: -9999px;
	background: #2578ff;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 30px;
	padding-top: 20px;
	border: 1px solid #2578ff;
}
.pagetop a::before,
.pagetop a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1px;
	margin: auto;
	content: "";
	vertical-align: middle;
	transition: .25s;
}
.pagetop a:before{
	width: 50px;
	height: 30px;
	background: #2578ff;
}
.pagetop a:after{
	left: 15px;
	top: 10px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagetop.show{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.pagetop a:hover{
	text-decoration: none;
	background: #FFF;
}
.pagetop a:hover:before{
	border-color: #2578ff;
	background: #FFF;
}
.pagetop a:hover:after{
	background: none;
	border-top: 1px solid #2578ff;
	border-right: 1px solid #2578ff;
}
}


