@charset "UTF-8";

/* ブラウザ設定リセット ######################################## */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del,ins {
	text-decoration:none;
}
li {
	list-style:none;
	margin:0;
	padding:0;
	line-height:1px;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input,button,textarea,select,optgroup,option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
.clr {
	clear:both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
img {
	vertical-align:bottom;
	border:none;
}

/* ######################################## */

/* body ######################################## */

body {
	margin:0px;
	padding:14.1% 0 0 0;
	color:#000;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	background:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.menu_view,
.pc_view {
    display: none;
}

/* ############################################## */

.header_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 105;
}
.header {
    width: 100%;
    padding-top: 14.1%;
    margin: 0 auto;
    position: relative;
}
.head_logo {
    width: 22.93%;
    background: #fff;
	position: absolute;
	top: 0;
	left: 3.2%;
	z-index: 20;
    text-align: center;
    padding: 5.5% 0;
    box-sizing: border-box;
    box-shadow:0px 0px 3px 3px rgba(0,0,0,0.10); 
}
.head_logo img {
    width: 68.6%;
    height: auto;
}
.head_logo h1 {
    width: 180%;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 22%;
    left: 110%;
}
.head_logo a:link,
.head_logo a:visited,
.head_logo a:hover,
.head_logo a:active {
    color: #000;
    text-decoration: none;
    display: block;
}
.drawer-menu ul {
    padding: 25% 15%;
    text-align: center;
}
.drawer-menu li {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5.5%;
    padding-bottom: 5.5%;
    border-bottom: 1px solid #ccc;
    position: relative;
    letter-spacing: 0;
    text-align:center;
}
.drawer-menu li:last-child {
    margin-bottom: 0;
}
.drawer-menu li span:before {
    content: "\A";
    white-space: pre;
}
.drawer-menu li span {
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 10px;
    line-height: 1;
    padding-top: 10px;
}
.drawer-menu li a:link,
.drawer-menu li a:visited,
.drawer-menu li a:active {
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.drawer-menu li a:hover {
    color: #000;
    text-decoration: none;
    display: inline-block;
}
.active {
    color:rgba(0,0,0,0.40);
    text-decoration: none;
    position: relative;
}
.drawer-menu li.active span {
    color: rgba(13,97,201,0.40) !important;
}
.header_sub_menu {
    width: 290px;
    position: absolute;
    top: 0;
    right:0;
    display: none;
}
.header_sub_menu li {
    float: left;
    font-size: 13px;
    line-height: 1;
    font-weight:bold;
    text-align:center;
}
.header_sub_menu li a:link,
.header_sub_menu li a:visited,
.header_sub_menu li a:hover,
.header_sub_menu li a:active {
    color: #fff;
    text-decoration: none;
    width: 145px;
    height: 50px;
    padding: 13px 35px 0 55px;
    box-sizing: border-box;
}
.header_sub_recruit a:link,
.header_sub_recruit a:visited,
.header_sub_recruit a:active {
    background: #0d61c9;
    background-image: url("../pc_img/common/head_icon_01.png");
    background-repeat: no-repeat;
    background-position: top 14px left 30px;
    display: block;
    transition:0.3s;
}
.header_sub_access a:link,
.header_sub_access a:visited,
.header_sub_access a:active {
    background: #000;
    background-image: url("../pc_img/common/head_icon_02.png");
    background-repeat: no-repeat;
    background-position: top 15px left 30px;
    display: block;
    transition:0.3s;
}
.header_sub_recruit a:hover {
    background: #2186da;
    background-image: url("../pc_img/common/head_icon_01.png");
    background-repeat: no-repeat;
    background-position: top 14px left 30px;
    display: block;
    transition:0.3s;
}
.header_sub_access a:hover {
    background:rgba(0,0,0,0.60);
    background-image: url("../pc_img/common/head_icon_02.png");
    background-repeat: no-repeat;
    background-position: top 15px left 30px;
    display: block;
    transition:0.3s;
}
.header_sub_menu li span:before {
    content: "\A";
    white-space: pre;
}
.header_sub_menu li span {
    font-family: Arial, Helvetica, "sans-serif";
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding-top: 5px;
}


/* ############################################## */

.main_title_wrap {
    width: 100%;
    padding: 13% 0;
    background: #f3f6f8;
    position: relative;
    border-bottom: 3px solid #0d61c9;
    margin-bottom: 10%;
}
.main_title {
    width: 100%;
    position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.main_title h2 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.main_title h2 span:before {
    content: "\A";
    white-space: pre;
}
.main_title h2 span {
    font-family: Arial, Helvetica, "sans-serif";
    color: #0d61c9;
    font-size: 14px;
    line-height: 1;
    padding-top: 4%;
}

/* ############################################## */

#scrollUp {
    bottom: 10px;
    right: 10px;
	width:35px;
	height:35px;
	background:url(../sp_img/common/pagetop.png) no-repeat;
    background-size: 35px 35px;
	text-indent:-9876px;
}

/* ############################################## */

.bottom_contents_wrap {
    width: 100%;
    padding: 10% 0;
    background: #f3f6f8;
}
.bottom_contents {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.bottom_contents img {
    width: 21.6%;
    height: auto;
}
.bottom_contents dl {
    margin-bottom: 13px;
}
.bottom_contents dt {
    margin-bottom: 4.5%;
}
.bottom_contents dd {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
}
.bottom_contents p {
    font-size: 13px;
    line-height: 1;
    text-align: center;
}

/* ############################################## */

.copyright {
    width: 100%;
    padding: 10% 0;
    text-align: center;
    background: #355fbc;
}
.copyright p {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, "sans-serif";
    color: #fff;
}

/* ############################################## */

.topic_pass {
    width: 1100px;
    margin: 0 auto 15px auto
}
.topic_pass li {
    display: inline;
    font-size: 13px;
    line-height: 1;
}
.topic_pass li:first-child:after {
    content: ">";
    margin: 0 10px;
}
.topic_pass li a:link,
.topic_pass li a:visited,
.topic_pass li a:hover,
.topic_pass li a:active {
    color: #000;
    text-decoration: underline;
}

/* ############################################## */

/* ローディングの背景部分のCSS */
.loader{
  background:#fff;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:9999;
}
 
/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-animation,
.loader-animation:before,
.loader-animation:after {
  background:#0d61c9;
  -webkit-animation:load1 1s infinite ease-in-out;
  animation:load1 1s infinite ease-in-out;
  width:1em;
  height:4em;
}
.loader-animation {
  height:10px;
  left:50%;
  margin:-5px 0 0 -5px;
  position:absolute;
  top:50%;
  width:10px;
  color:#0d61c9;
  text-indent:-9999em;
  font-size:10px;
  -webkit-transform:translateZ(0);
  -ms-transform:translateZ(0);
  transform:translateZ(0);
  -webkit-animation-delay:-0.16s;
  animation-delay:-0.16s;
}
.loader-animation:before,
.loader-animation:after {
  position:absolute;
  top:0;
  content:'';
}
.loader-animation:before {
  left:-1.5em;
  -webkit-animation-delay:-0.32s;
  animation-delay:-0.32s;
}
.loader-animation:after {
  left:1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow:0 0;
    height:4em;
  }
  40% {
    box-shadow:0 -2em;
    height:5em;
  }
}
