@charset "utf-8";
/* CSS Document */
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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  /*word-break: keep-all;*/
}
ol, ul {
  list-style: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #28467b;
}
a:hover {
  text-decoration: none;
}
html, body {
  font-size: 16px;
  color: #3A414B;
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif;
  -webkit-text-size-adjust: 100%;
}
.header_wrap {
  width: 1050px;
  margin: 0 auto;
  padding: 25px 0;
  position: relative;
}
@media (max-width: 480px) {
  .header_wrap {
    width: 90%;
    padding: 0px;
    box-sizing: border-box;
  }
}
@media screen and (min-width:480px) and (max-width:1049px) {
  .header_wrap {
    width: 90%;
    padding: 2% 0px;
    box-sizing: border-box;
  }
}
header h1 {
  width: auto;
  height: 60px;
  background: url("../images/logo_footer.png") no-repeat bottom left/contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
@media (max-width: 480px) {
  header h1 {
    width: 80%;
    background-size: 100%;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  header h1 {
    width: 80%;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  header h1 {
    width: 90%;
  }
}
header .s-menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.s-menu li {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
header .s-menu {
  position: absolute;
  top: 50%;
  right: 0;
}
@media (max-width: 480px) {
  header .s-menu {
    display: none;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  header .s-menu {
    display: none;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  header .s-menu {
    display: none;
  }
}
header .btn a {
  width: 120px;
  padding-right: 10px;
  line-height: 40px;
  font-size: 12px;
  border-radius: 21px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0px 2px 2px 2px rgba(40, 70, 123, 0.1);
}
header .btn-color01 a {
  color: #FFFFFF;
  background-color: #28467b;
}
header .btn-color02 a {
  color: #FFFFFF;
  background-color: #28467b;
}
header .btn a:after {
  content: '';
  width: 5px;
  height: 5px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 14px;
  left: 110px;
}
@media (max-width: 480px) {
  header .btn a:after {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  header .btn a:after {
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  header .btn a:after {
    top: 20px;
    right: 20px;
  }
}
header .btn-color01 a:hover {
  color: #ebff96;
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .btn-color02 a:hover {
  color: #ebff96;
  -webkit-transition: all .5s;
  transition: all .5s;
}
header .sns a {
  display: block;
  transition: all .5s;
}
header .sns img {
  height: 46px;
}
header .sns a:hover {
  opacity: 0.5;
}
nav {
  background-color: #28467b;
  display: block;
}
nav .menu {
  display: none;
}
@media (max-width: 480px) {
  nav .menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  nav .menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 30px;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  nav .menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 30px;
  }
}
#menu {
  display: none;
}
#menu:checked ~ ul {
  left: 0;
}
.d_menu {
  width: 1050px;
  margin: 0 auto;
  font-size: 14px;
}
.d_menu > li {
  position: relative;
  margin-right: 63px;
  padding: 5px 0 0;
  display: inline-block;
  cursor: pointer;
  color: #FFFFFF;
  line-height: 75px;
}
.d_menu > li:first-of-type {}
.d_menu > li.current {
  border-bottom: 5px solid #ebff96;
}
@media (max-width: 480px) {
  .d_menu li {
    display: block;
  }
  .d_menu > li {
    margin: 0;
    padding: 0;
    line-height: 60px;
  }
  .d_menu > li:first-of-type {
    margin-left: 0;
  }
  .d_menu > li.current {
    border: none;
  }
  .d_menu {
    width: 90%;
    margin: 0% 0% 0% 20%;
    height: 100%;
    padding: 85px 0 50px 0;
    background-color: #28467b;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    transition: .5s;
    z-index: 150;
    overflow: scroll;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  .d_menu {
    width: 80%;
    margin: 0% 0% 0% 20%;
    padding: 85px 0 50px 0;
    background-color: #28467b;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    transition: .5s;
    z-index: 150;
    overflow: scroll;
  }
  .d_menu li {
    display: block;
  }
  .d_menu > li {
    margin: 0;
    padding: 0;
    line-height: 60px;
  }
  .d_menu > li:first-of-type {
    margin-left: 0;
  }
  .d_menu > li.current {
    border: none;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  .d_menu {
    width: 80%;
    height: 100%;
    padding: 85px 0 50px 0;
    margin: 0% 0% 0% 20%;
    background-color: #28467b;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 100%;
    transition: .5s;
    z-index: 150;
    overflow: scroll;
  }
  .d_menu > li {
    margin: 0;
    padding: 0;
    line-height: 60px;
  }
  .d_menu li {
    display: block;
  }
  .d_menu > li:first-of-type {
    margin-left: 0;
  }
  .d_menu > li.current {
    border: none;
  }
}
.d_menu li a {
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 480px) {
  .d_menu li a {
    padding: 0 20px;
    display: block;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  .d_menu li a {
    padding: 0 20px;
    display: block;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  .d_menu li a {
    padding: 0 20px;
    display: block;
  }
}
.d_menu a:hover {
  color: #ebff96;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.d_menu .menu_non {
  display: none;
}
@media (max-width: 480px) {
  .d_menu .menu_non {
    display: block;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  .d_menu .menu_non {
    display: block;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  .d_menu .menu_non {
    display: block;
  }
}
.d_menu_link {
  background-color: #28467b;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  position: absolute;
  display: none;
  z-index: 100;
}
.d_menu_link li {
  line-height: 1;
  width: 100%;
  padding: 23px 0;
  text-transform: none;
}
.d_menu_link br {
  display: none;
}
.d_menu_link li a {
  padding: 0 20px;
  white-space: nowrap;
  display: block;
}
@media (max-width: 480px) {
  .d_menu_link {
    position: relative;
    display: block;
    z-index: 0;
  }
  .d_menu_link li {
    line-height: 1.2;
    width: 100%;
    padding: 25px 0;
    background-color: #697ea3;
  }
  .d_menu_link br {
    display: block;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  .d_menu_link {
    position: relative;
    display: block;
    z-index: 0;
  }
  .d_menu_link li {
    background-color: #697ea3;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  .d_menu_link {
    position: relative;
    display: block;
    z-index: 0;
  }
  .d_menu_link li {
    background-color: #697ea3;
  }
}
:root {
  --hamburger-menu-size: 20px;
  --hamburger-menu-padding: 1px;
  --hamburger-menu-border-px: 2px;
  --hamburger-menu-border-color: #011463;
  --hamburger-menu-transition: 0.3s;
}
.h_menu {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  z-index: 200;
}
.h_menu_line {
  position: absolute;
  transition: var(--hamburger-menu-transition);
  width: calc(100% - var(--hamburger-menu-padding) * 2);
  height: var(--hamburger-menu-border-px);
  background-color: var(--hamburger-menu-border-color);
}
.line01 {
  top: 0;
  left: 0;
}
.line02 {
  top: 11px;
  left: 0;
}
.line03 {
  top: 22px;
  left: 0;
}
.line04 {
  top: 33px;
  left: 0;
}
.h_menu_active > .line01 {
  --hamburger-menu-border-color: #FFFFFF;
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.h_menu_active > .line02 {
  width: 0;
  height: 0;
  left: var(--hamburger-menu-padding);
}
.h_menu_active > .line03 {
  --hamburger-menu-border-color: #FFFFFF;
  top: calc(50% - var(--hamburger-menu-border-px)/2);
  transform: rotate(-45deg);
}
.h_menu_active > .line04 {
  display: none;
}

.new{background-color: #ff786e;
font-size: 11px;
color: #FFFFFF;
padding: 0px 7px;
margin: 0px 10px 0px 0px;
vertical-align: bottom;}
.recruit{background-color: #00cccc;
font-size: 11px;
color: #FFFFFF;
padding: 0px 7px;
margin: 0px 10px 0px 0px;
vertical-align: bottom;}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #9BACE9;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}
#page-top:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  top: 21px;
  left: 20px;
}
footer {
  padding: 50px 0;
  background-color: #ebf5ff;
  font-size: 14px;
}
.footer_wrap {
  width: 1050px;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
}
@media (max-width: 480px) {
  footer {
    padding: 40px 0;
  }
  .footer_wrap {
    width: 80%;
    display: block;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  footer {
    padding: 40px 0;
  }
  .footer_wrap {
    width: 80%;
    display: block;
  }
}
/*footer .sitemap, footer .info {
  padding-bottom: 40px;
  display: table-cell;
  vertical-align: top;
}
footer .info{
  width: 400px;
}
footer .sitemap ul {
  float: left;
}
footer .sitemap ul:first-child {
  margin-right: 50px;
}
footer .sitemap li {
  margin: 15px 0 ;
}
footer .sitemap li a {
  padding-left: 25px;
  font-weight: bold;
  color: #28467b;
  display: block;
  position: relative;
}
footer .sitemap li a:hover {
  color: #ebff96;
}
footer .sitemap li a::before {
  content: '';
  width: 14px;
  height: 2px;
  background-color: #28467b;
  position: absolute;
  top: 6px;
  left: 0;
}
@media (max-width: 480px) {
  footer .info{
  width: 100%;
  }
  footer .sitemap, footer .info {
    padding: 0 0 20px 0;
    display: block;
    overflow: hidden;
  }
  footer .sitemap ul {
    width: 90%;
    margin: -10px 5% 0;
  }
  footer .sitemap ul:first-child {
    margin-right: 0;
  }
  footer .sitemap li {
    margin: 30px 0 10px 0;
    width: 100%;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  footer .sitemap, footer .info {
    padding: 0 0 30px 0;
    display: block;
    overflow: hidden;
  }
  footer .sitemap ul {
    width: calc(50% - 35px);
  }
  footer .sitemap ul:first-child {
    padding-right: 35px;
  }
  footer .sitemap ul:last-child {
    padding-left: 35px;
  }
  footer .sitemap ul:first-child {
    margin-right: 0;
  }
}
footer .info img {
  margin-bottom: 20px;
  width: 100%;
}
footer .info p {
  color: #28467b;
  line-height: 150%;
}

footer .info p a {
  color: #28467b;
  text-decoration: underline;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .info p a:hover {
  color: #ebff96;
}
footer .br{
  display: none;
}
@media (max-width: 480px) {
  footer .br{
  display: block;
}
}*/
footer .f-box {
  width: 1050px;
  margin: 0 auto;
  position: relative;
}
footer .f-box li {
  display: inline-block;
}
.f-box_title {
  font-weight: bold;
  font-size: 15px;
  color: #28467b;
  line-height: 180%;
  text-align: center;
}
.f-box_txt {
  line-height: 180%;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
footer .sns a {
  display: block;
  transition: all .5s;
}
footer .sns a:hover {
  opacity: 0.5;
}
footer .sns img {
  height: 46px;
  margin-right: 12px;
}
footer .address-wrapp {
  text-align: center;
}
footer address {
  top: 0;
  right: 0;
  display: inline-block;
  padding: 23px 60px;
  border-radius: 29px;
  background-color: #FFFFFF;
  color: #1A2B73;
  font-size: 11px;
  box-shadow: 0px 2px 2px 2px rgba(40, 70, 123, 0.1);
}
@media (max-width: 480px) {
  footer .f-box {
    width: 80%;
  }
  footer address {
    position: static;
    width: 90%;
    margin: 30px 0px 0px 0px;
    padding: 20px 5% 20px 5%;
  }
}
@media screen and (min-width:480px) and (max-width:960px) {
  footer .f-box {
    width: 80%;
  }
  footer .address-wrapp {
    text-align: center;
  }
  footer address {
    position: static;
    margin: 30px 0px 0px 0px;
    padding: 20px 5% 20px 5%;
  }
}
@media screen and (min-width:961px) and (max-width:1049px) {
  footer .f-box {
    width: 90%;
  }
  .footer_wrap {
    width: 90%;
    display: block;
  }
  footer .sitemap {
    display: table-cell;
    vertical-align: top;
    width: 60%;
    padding: 0px 0px 40px 0px;
  }
  footer .info {
    padding: 0px;
    display: table-cell;
    vertical-align: top;
  }
  footer .sitemap ul {
    float: left;
  }
  footer .sitemap ul:first-child {
    margin: 0 35px 0px 0px;
  }
  footer .sitemap li a {
    color: #28467b;
    display: block;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  footer .sitemap li a:hover {
    color: #ebff96;
  }
}
.domain::before {
  content: '@';
}
/*-----------------------------------------
*spotLight
-------------------------------------------*/
.spotLight-bg {
  background: rgb(105, 126, 163);
  background: linear-gradient(90deg, rgba(105, 126, 163, 1) 0%, rgba(41, 70, 123, 1) 53%);
}
.spotLight-wrap {
  width: 1050px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 480px) {
  .spotLight-wrap {
    width: 90%;
    padding: 10px 0;
  }
}
@media screen and (min-width:480px) and (max-width:900px) {
  .spotLight-wrap {
    width: 70%;
    padding: 40px 0;
  }
}
@media screen and (min-width:901px) and (max-width:1049px) {
  .spotLight-wrap {
    width: 95%;
  }
}
.spotLight-wrap .container {
  overflow: hidden;
}
.spotLight-wrap .container table {
  float: left;
  width: 50%;
}
.spotLight-wrap td {
  padding: 10px;
  width: 50%;
  box-sizing: border-box;
}
.spotLight-wrap td img {
  width: 100%;
}
@media (max-width: 480px) {
  .spotLight-wrap .container table {
    float: none;
    width: 100%;
  }
  .spotLight-wrap td {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width:480px) and (max-width:900px) {
  .spotLight-wrap .container table {
    float: none;
    width: 100%;
  }
}