/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

figcaption,
figure,
main { /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}


hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}


abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}


code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

dfn {
  font-style: italic;
}


mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}


sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}


svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */


button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}


button,
input { /* 1 */
  overflow: visible;
}


button,
select { /* 1 */
  text-transform: none;
}


button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}


legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}


progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}


[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */


details, /* 1 */
menu {
  display: block;
}

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

canvas {
  display: inline-block;
}

template {
  display: none;
}

/* Hidden
   ========================================================================== */


[hidden] {
  display: none;
}




@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face{
  font-family: "Original Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


*{
  box-sizing: border-box;
}
img[src$=".svg"] {
    width: 100%;
}

html{
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}
@media all and (-ms-high-contrast: none)  {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
body{
  color: #000;
  background: #fff;
  min-height: 100%;
  line-height: 2;
}


p{
  margin: 1em 0;
}
a{
  color: inherit;
  word-break : break-all;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}
table{
  border-collapse: collapse;
}
address{
  font-style: normal;
}
table{
  margin: 1.5em 0;
}
th{
  vertical-align: top;
  padding: 0.4em 1em 0.4em 0;
  color:#666;
  text-align: left;
  white-space: nowrap;
}
td{
  vertical-align: top;
  padding: 0.4em 1em 0.4em 0;
}
dt{
  color:#666;
  font-weight: bold;
  margin: 0;
}
dd{
  margin: 0.5em 0 1.75em;
}
table ol, table ul{
  margin: 0;
}
dd table{
  margin: 0 0 0 2em;
}
ol{
  padding-left: 1.25em;
}
ul{
  padding-left: 1.25em;
  list-style: none;
}
li{
  margin: 0.5em 0;
}
ul > li{
  position: relative;
}
ul > li::before{
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1.25em;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  background: #ddd;
  border-radius: 50%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
  border:solid 1px #ccc;
  padding: 0.5em;
}
textarea{
  width: 100%;
  height: 20em;
}
fieldset{
  border: none;
  margin: 0;
  padding: 0;
}
figure{
  margin: 1em 0;
}
[id]{
  margin-top: -3.25em;
  padding-top: 3.25em;
}
.mapframe,
.mapframe-s{
  padding-top: 0;
  margin-top: 0.5em;
}
.textarea-s{
  max-width:20em;
  height: 5em;
}

.nobraking{
  display: inline-block;
  white-space: nowrap;
}
.inpagenav{
  padding: 0 0 0.5em 0;
  border-bottom: solid 1px #ddd;
}
.inpagenav > li{
  display: inline-block;
  margin: 0 2em 0 1.25em;
}
.inpagenav > li::before{
  display: none;
}
.inpagenav_btn{
  position: relative;
}
.inpagenav_btn::before{
  content: "";
  position: absolute;
  left: -1.25em;
  top: 0.4em;
  width: 0;
  height: 0;
  border-top: solid 0.5em #2964ae;
  border-left: solid 0.4em transparent;
  border-right: solid 0.4em transparent;
}
.btnarea{
  margin: 1.5em 0;
}
.btn{
  display: block;
  background: #344a8f;
  color: #fff;
  width: 20em;
  margin: 0.5em 0.5em 0.5em 0;
  padding: 1em;
  border: none;
  border-radius: 0.25em;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
}
.btn-sub{
  color: #333;
  background: #eee;
}
.btn:disabled{
  opacity: 0.25;
}
.notice{
  position: relative;
  margin: 0 0 0 1.25em;
  color: #999;
  font-size: 0.85em;
}
.notice::before{
  content: "※";
  position: absolute;
  left: -1.25em;
  top: 0;
}
.mapframe{
  width: 100%;
  height: 80vh;
  max-width: 70em;
  border:none;
}
.mapframe-s{
  width: 100%;
  max-width: 30em;
  height: 30em;
  border:none;
}

.datelist > dt{
  font-weight: normal;
}
.datelist > dd{
  margin: 0 0 0.8em;
}

@media(min-width:45em){
  .datelist{
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
  }
  .datelist > dt{
    margin-right: 1em;
  }
}

@media(max-width:59.99em){
  .btn{
    margin-left: auto;
    margin-right: auto;
  }
}
.crossfade{
  position: relative;
}
.crossfade__img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease-in;
}
.crossfade > .shown{
  opacity: 1;
}
.hdr{
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 10;
  background: #fff;
}
.hdr-home{
  position: static;
  background: none;
}
.hdr_ttl{
  width: 100%;
  margin: 0;
  line-height: 1;
}
.hdr_ttl_logo > img{
  width: 100%;
}
.hdr-home > .hdr_nav{
  position: fixed;
  top: 0;
  z-index: 2;
}
.hdr_nav_ttl{
  display: block;
  width: 2.5em;
  margin: 0;
  padding: 0.4em 0.6em;
  background: #133587;
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
.hdr_nav_ttl > img{
  vertical-align: bottom;
}
.hdr_nav_cts{
  position: fixed;
  z-index: 11;
  max-height: 0;
  background: rgba(19, 53, 135, 0.9);
  color: #fff;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.hdr_nav_cts.open{
  max-height: 50em;
}
.hdr_nav_cts_close{
  position: relative;
  width: 3em;
  height: 3em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hdr_nav_cts_close::before,
.hdr_nav_cts_close::after{
  content: "";
  position: absolute;
  top: calc(50% - 0.15em);
  left: -0.3em;
  width: 3.8em;
  height: 0.3em;
  background: #fff;
}
.hdr_nav_cts_close::before{
  transform: rotate(45deg);
}
.hdr_nav_cts_close::after{
  transform: rotate(-45deg);
}

.hdr_nav_cts_list{
  margin: 0;
  padding: 0;
}
.hdr_nav_cts_list > li::before{
  display: none;
}
.hdr_nav_list_btn{
  text-decoration: none;
  font-weight: bold;
}
.hdr_recruit_ttl{
  margin: 0 0 0.5rem;
  text-align: center;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1;
}
.hdr_recruit_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-top: solid thin rgba(255, 255, 255, 0.5);
}
.hdr_recruit_list > li{
  flex: 0 0 50%;
  margin: 0;
  padding: 0;
  border-right: solid thin rgba(255, 255, 255, 0.5);
  border-bottom: solid thin rgba(255, 255, 255, 0.5);
  text-align: center;
}

.hdr_recruit_list > li::before{
  display: none;
}
.hdr_recruit_list > li a{
  display: block;
  padding-top: 90px;
  padding-bottom: 5px;
}
.hdr_recruit_list > li.home_recruit_list-interview a{
  background: url(../img/icon_interview_w.svg) no-repeat 50% 10px;
  background-size: auto 80px;
}
.hdr_recruit_list > li.home_recruit_list-point a{
  background: url(../img/icon_point_w.svg) no-repeat 50% 10px;
  background-size: auto 80px;
}
.hdr_recruit_list > li.home_recruit_list-faq a{
  background: url(../img/icon_faq_w.svg) no-repeat 50% 10px;
  background-size: auto 80px;
}
.hdr_recruit_list > li.home_recruit_list-recruit a{
  background: url(../img/icon_recruit_w.svg) no-repeat 50% 10px;
  background-size: auto 80px;
}

.ftr{
  color: #bfbbb8;
  max-width: 70rem;
}
.home .ftr{
  max-width: 90rem;
}
.ftr_nav{
  color: #000;
  font-size: 0.85em;
}
.ftr_nav_list{
  padding: 0;
}
.ftr_nav_list > li{
  display: inline-block;
  margin: 0 1em 0 0;
}
.ftr_nav_list > li::before{
  display: none;
}
.ftr_nav_list_btn{
  text-decoration: none;
}
.ftr_copy{
  margin-top: -1em;
  font-size: 0.71em;
  line-height: 1.4;
}
@media(max-width:59.99em){
  .main:not(.main-home){
    margin: 5em 1em;
  }
  .hdr:not(.hdr-home){
    top: 0;
    left: 0;
    right: 0;
    border-bottom: solid thin #ddd;
  }
  .hdr_ttl:not(.hdr_ttl-home){
    flex: 1 1 auto;
    margin: 0 1rem 0 0.5rem;
  }
  .hdr_ttl_logo{
    display: block;
    max-width: 18rem;
  }
  .hdr-home > .hdr_nav{
    top: 0;
    right: 0;
  }
  .hdr_nav_cts{
    top: 0;
    right: 0;
    width: 22em;
  }
  .hdr_nav_cts_close{
    margin: 0.7rem 1rem 1rem auto;
    font-size: 0.6em;
  }
  .hdr_nav_cts_list{
    margin: 1.5rem;
  }
  .hdr_recruit_list{
    margin-bottom: 1.5rem;
  }
  .hdr_recruit_list > li:nth-child(2n){
    border-right: none;
  }
  .ftr{
    margin: 0 1rem 1rem;
  }
}
@media(min-width:60em){
  .body:not(.home){
    padding: 0 10em 0;
    background: #efefef;
  }
  .body:not(.home)::after{
    content: "";
    position: fixed;
    right: 1em;
    bottom: 0;
    width: 8em;
    height: 8em;
    background: url(../img/logomark_w.svg) no-repeat 50% 100%;
    background-size: contain;
  }
  .hdr:not(.hdr-home){
    flex-direction: column;
    left: 3.7em;
    width: 6.3em;
  }
  .hdr_ttl:not(.hdr_ttl-home){
    padding: 1.3rem 0 1.3rem 1.3rem;
  }
  .ie11 .hdr_ttl:not(.hdr_ttl-home){
    height: 5em;
  }
  .hdr_nav{
    order: -1;
    position: relative;
  }
  .home > .hdr > .hdr_nav{
    top: 0;
    left: 0;
  }
  .hdr_nav_ttl{
    font-size: 2.5em;
  }
  .hdr_nav_cts{
    display: flex;
    align-items: center;
    top: 0;
  }
  .hdr_nav_cts_close{
    align-self: flex-start;
    margin: 1.5rem;
    line-height: 1;
  }
  .hdr_nav_cts_list{
    margin: 5em 3em;
  }
  .hdr_nav_cts_recruit{
    margin: 5em 6em 5em 3em;
  }
  .hdr_recruit_list{
    border-left: solid thin rgba(255, 255, 255, 0.5);
    border-right: solid thin rgba(255, 255, 255, 0.5);
  }
  .ie11 .hdr_recruit_list{
    width: 25em;
  }
  .ie11 .hdr_recruit_list > li{
    flex-basis: calc(50% - 1px);
  }
  .main:not(.main-home){
    max-width: 70em;
    margin: 0 auto 1em;
    padding: 4em;
    background: #fff;
  }
  .ftr{
    margin: 0 auto 1rem;
  }
}
@media(min-width:79em){
  .hdr:not(.hdr-home){
    left: calc(50% - 35em - 6.3em + 0.1em);
  }
}
@media(min-width:85em){
  .body:not(.home)::after{
    width: calc(45vw - 35em);
    height: calc(45vw - 35em);
  }
}
@media(min-width:95em){
  .body:not(.home)::after{
    width: 13em;
    height: 13em;
  }
}

.main_ttl{
  font-size: 1.14em;
  color: #22305c;
  margin: 0 0 2em;
  padding: 0 5vw 1em;
  border-bottom: solid 1px #ddd;
  line-height: 1;
  text-align: center;
}
.sec{
  margin: 0 0 4em;
}
.main_ttl + .sec[id],
.sec + .sec[id],
.sec[id]:first-child{
  padding-top: 0;
}
.sec_ttl{
  margin: 0 0 1em;
  color: #22305c;
  font-size: 1.14em;
}
.catch{
  margin: 0.5em 0;
  color: #22305c;
  font-size: 6.5vw;
  font-weight: normal;
  line-height: 1.6;
}
@media(min-width:520px){
  .catch{
    font-size: 2.75em;
  }
}
@media(max-width:59.99em){
  .main_ttl{
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media(min-width:60em){
  .main_ttl{
    margin-top: 0.5em;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}

/* home */

.hdr-home{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/bg_home_pc.jpg") no-repeat center center;
  background-size: cover;
}
.hdr-home::after{
  content: "";
  width: 100%;
  height: 100vh;
  background: url("../img/bg_dot.png") repeat left top;
  background-size: 4px 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media(max-width:59.99em){
  .hdr-home{
    background: url("../img/bg_home_sp.jpg") no-repeat center center;
    background-size: cover;
  }
.hdr-home::after{
    background: url("../img/bg_dot.png") repeat left top;
    background-size: 2px 2px;
  }
}
.hdr_ttl-home{
  margin: 0;
  z-index: 2;
}
.hdr_skip{
  position: absolute;
  bottom: -0.2em;
  left: 50%;
  width: 5em;
  height: 2em;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transform: translateX(-50%);
  z-index: 2;
}
.hdr_skip::before{
  content: "";
  display: block;
  width: 0;
  height:0;
  margin: auto auto 0;
  border-top: solid 2em #fff;
  border-left: solid 2.5em transparent;
  border-right: solid 2.5em transparent;
}
.home_img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.home_img li{
  margin: 0;
  width: 100%;
  height: 100vh;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.home_img li.home_img1{
  background: url("../img/bg_home_img1_pc.png") no-repeat center center;
  background-size: cover;
}
.home_img li.home_img2{
  background: url("../img/bg_home_img2_pc.png") no-repeat center center;
  background-size: cover;
}
.home_img li.home_img3{
  background: url("../img/bg_home_img3_pc.png") no-repeat center center;
  background-size: cover;
}
.home_img li.home_img4{
  background: url("../img/bg_home_img4_pc.png") no-repeat center center;
  background-size: cover;
}
@media(max-width:59.99em){
  .home_img li.home_img1{
    background: url("../img/bg_home_img1_sp.png") no-repeat center center;
    background-size: cover;
  }
  .home_img li.home_img2{
    background: url("../img/bg_home_img2_sp.png") no-repeat center center;
    background-size: cover;
  }
  .home_img li.home_img3{
    background: url("../img/bg_home_img3_sp.png") no-repeat center center;
    background-size: cover;
  }
  .home_img li.home_img4{
    background: url("../img/bg_home_img4_sp.png") no-repeat center center;
    background-size: cover;
  }
}
.home_img li img{
  width: 100%;
}
.home_img li::before{
  display: none;
}

.home_sec_ttl{
  color: #22305c;
  font-weight: normal;
  font-size: 1.2em;
  text-align: center;
}
.home_news{
  background: #efefef;
}
.home_intro{
  color: #22305c;
}
.home_intro_fig{
  max-width: 30em;
  margin: 2em auto;
}
.home_recruit{
  position: relative;
}
.home_sec_ttl-recruit {
  z-index: 1;
  font-weight: bold;
  text-align: left;
  margin: 2.5em 0 0 1em;
}
.home_recruit_img{
  margin: 0;
  padding-left: 0;
  padding-bottom: 75vw;
}
.home_recruit_img li{
  margin: 0;
}
.home_recruit_img li::before{
  display: none;
}
.home_recruit_img li img{
  width: 100%;
  height: auto;
}
.home_sec_ttl-recruit{
  font-size: 2em;
}
.home_recruit_list{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  border-top: solid thin #bab8b3;
  border-left: solid thin #bab8b3;
  color: #22305c;
}
.home_recruit_list > li{
  flex: 0 0 50%;
  margin: 0;
  padding: 0;
  background: #fff;
  border-right: solid thin #bab8b3;
  border-bottom: solid thin #bab8b3;
  text-align: center;
}
.home_recruit_list > li::before{
  display: none;
}
.home_recruit_list > li a{
  display: block;
  padding-top: 90px;
  padding-bottom: 5px;
}
.home_recruit_list > li.home_recruit_list-interview a{
  background: url(../img/icon_interview.svg) no-repeat 50% 10px;
  background-size: auto 80px;
}
.home_recruit_list > li.home_recruit_list-point a{
  background: url(../img/icon_point.svg) no-repeat 50% 10px;
  background-size: auto 80px;
}
.home_recruit_list > li.home_recruit_list-faq a{
  background: url(../img/icon_faq.svg) no-repeat 50% 10px;
  background-size: auto 80px;
}
.home_recruit_list > li.home_recruit_list-recruit a{
  background: url(../img/icon_recruit.svg) no-repeat 50% 10px;
  background-size: auto 80px;
}
@media(max-width:44.99em){
  .home_intro{
    text-align: center;
  }
  .home_intro_fig{
    margin: 2em auto;
  }
  .home_sec_ttl-recruit{
    position: absolute;
    top: 0;
    right: 5vw;
    font-size: 2em;
    margin: 1em 0 0;
  }
  .home_recruit_list{
    max-width: 30em;
    margin: 1em auto;
  }
}
@media(min-width:45em){
  .home_intro{
    display: -ms-grid;
    display: grid;
    justify-content: center;
    margin: 3em 1em;
  }
  .ie11 .home_intro{
    max-width: 60em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1em;
    padding-right: 1em;
  }
  .home_intro_lead{
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    max-width: 25em;
  }
  .home_intro_fig{
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-row: 1 / 3;
    grid-column: 2 / 3;
    margin: 0;
  }
  .home_intro_btnarea{
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    margin: 1em 0 0;
  }
  .home_intro_btnarea > .btn{
    margin-left: 0;
  }
  .home_recruit,
  .home_news{
    padding: 1px 0;
  }
}
@media(min-width:59.99em){
  .home_recruit{
    display: flex;
    justify-content: center;
    margin-bottom: 0.8em;
    background: #efefef;
  }
   .home_recruit::after{
     content: "";
     position: absolute;
     right: 1em;
     top: 0;
     width: 9em;
     height: 9em;
     background: url(../img/logomark_w.svg) no-repeat 50% 0;
     background-size: contain;
   }
  .home_recruit_img{
    width: 45em;
    max-width: 500px;
    padding-bottom: 350px;
    overflow: hidden;
  }
  .home_recruit_txt{
    width: 55em;
    z-index: 1;
  }
  .home_recruit_list{
    margin-left: -2rem;
  }
  .datelist-home{
    margin: 1em auto;
  }
  .ie11 .datelist-home{
    display: table;
  }
}
@media(min-width:55em){
  .home_intro_lead{
    font-size: 1.2em;
  }
}
@media(max-width:59.99em){
  .hdr_ttl-home{
    width: 30%;
    padding: 5%;
  }
  .home_sec:not(.home_recruit){
    padding: 1rem;
  }
  .home_sec_ttl-recruit{
    position: absolute;
    top: 0;
    right: 5vw;
    font-size: 2em;
    margin: 1em 0 0;
  }
  .home_recruit_list{
    max-width: 30em;
    margin: 1em auto 2em;
  }
  .home_recruit_img{
    z-index: -1;
  }
  .home_recruit_txt{
    margin: -2.5em 1em 0;
    z-index: -1
  }
}
@media(min-width:60em){
  .hdr_ttl-home{
    width: 13%;
    padding: 2%;
  }
}
@media(min-width:75em){
  .home_recruit_list{
    flex-wrap: nowrap;
  }
  .home_recruit_list > li{
    flex: 0 0 25%;
  }
  .ie11 .home_recruit_list > li{
    flex-basis: calc(25% - 1px);
  }
}
@media(min-width:90em){
  .home_recruit::before{
    left: calc(50% - 45em);
    width: 45em;
  }
  .home_recruit::after{
    right: calc(50% - 45em);
  }
}

/* form */
#mailform_input,
#mailform_confirm,
#mailform_sending,
#mailform_error,
#mailform_done{
  display:none;
}
.inputonce :invalid,
.inputonce .haserror_required,
.inputonce .haserror_kana,
.inputonce .haserror_number,
.inputonce .haserror_nomatch {
  border-bottom-color: #c00;
}
.errormessage_required,
.errormessage_kana,
.errormessage_number,
.errormessage_nomatch{
  display: none;
}

.inputonce :invalid + .errormessage > .errormessage_required,
.inputonce .haserror_required + .errormessage > .errormessage_required,
.inputonce .haserror_nomatch + .errormessage > .errormessage_nomatch,
.inputonce .haserror_kana + .errormessage > .errormessage_kana,
.inputonce .haserror_number + .errormessage > .errormessage_number{
  display: inline-block;
}

#pref{
  margin: 0.8em 0;
  padding: 0;
}
.radiolabel{
  margin: 0 20px 0 0;
}

#mailform_sending{
  margin-top: 2em;
  padding-top: 3em;
  color: #ccc;
  background: url(../img/loading.svg) no-repeat 50% 0;
  background-size: 3em auto;
  text-align: center;
}


/* Info
   ========================================================================== */

/* info171201_2 */
#info171201_2 .sec_ttl{
  margin: 0;
}
#info171201_2 table{
  margin-top: 0;
}
#info171201_2 table .map_works{
  width: 720px;
  margin: 0 0 0.5em;
}
#info171201_2 table .train{
  width: 20px;
  height: 20px;
  margin: 0 5px 4px 0;
}
#info171201_2 table .train_jr{
  width: 30px;
  height: auto;
  margin: 0 5px 4px 0;
}

/* info180301 */
#info180301 .sec_ttl{
  margin: 0;
}
#info180301 table{
  margin-top: 0;
}
#info180301 table .map_works{
  width: 720px;
  margin: 0 0 0.5em;
}
#info180301 table .train{
  width: 20px;
  height: 20px;
  margin: 0 5px 4px 0;
}
#info180301 table .train_jr{
  width: 30px;
  height: auto;
  margin: 0 5px 4px 0;
}
#info180301 .flow{
  margin: 0;
}

/* info190221 */
#info190221 .sec_ttl{
  margin: 0;
}
#info190221 table{
  margin-top: 0;
}
#info190221 table .map_works{
  width: 720px;
  margin: 0 0 0.5em;
}
#info190221 table .train{
  width: 20px;
  height: 20px;
  margin: 0 5px 4px 0;
}
#info190221 table .train_jr{
  width: 30px;
  height: auto;
  margin: 0 5px 4px 0;
}
#info190221 .flow{
  margin: 0;
}

/* accordion */
.ac[id] {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 59.99em){
  .ac .ac_cts{
    display: none;
  }
  .ac .ac_close{
    text-align: right;
    font-size: 12px;
    font-weight: bold;
  }
  .ac .ac_close a{
    text-decoration: none;
  }
  .ac .ac_close a::after{
    display: inline-block;
    content: "";
    border-top: solid 2px #133587;
    border-right: solid 2px #133587;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0 0 -3px 10px;
  }
}
@media (min-width: 60em){
  .ac .ac_cts{
    display: block !important;
  }
  .ac .ac_ttl{
  pointer-events: none;
  }
  .ac .ac_close{
    display: none;
  }
}

/* Faq
   ========================================================================== */
.faq_list{
  margin-bottom: 60px;
}
.faq_list dt{
  font-weight: bold;
  color: #22305c;
}
.faq_list dd{
  color: #444;
}

@media (max-width: 59.99em){
  .faq .inpagenav{
    display: none;
  }
  .faq_list{
    margin-bottom: 2em;
  }
  .faq_subttl{
    background: #f9f9f9;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 0 -1em;
    color: #444;
    font-weight: bold;
    padding: 0.5em 0;
    text-align: center;
    position: relative;
  }
  .faq_subttl::after{
    position: absolute;
    content: "";
    border-top: solid 3px #133587;
    border-right: solid 3px #133587;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
    top: 8px;
  }
  .faq_subttl.open::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px;
    top: 18px;
  }
}
@media (min-width: 60em){
  .faq_subttl{
    margin: 0.5em 0;
    color: #22305c;
    font-size: 2.75em;
    line-height: 1.6;
  }
}

/* Point
   ========================================================================== */
.point_list{
  margin: 0;
  padding: 0;
}
.point_list [id] {
  margin-top: 0;
  padding-top: 0;
}
.point_list li{
  margin: 0;
}
.point_list li::before{
  display: none;
}

@media (max-width: 59.99em){
  .point_list_img{
    margin: 0 -1em;
  }
  .point_list_img img{
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: center center;
  }
  .point_list_txt{
    margin-top: 0;
  }
  .point_list_txt dt{
    background: #f9f9f9;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 0 -1em;
    color: #444;
    font-weight: bold;
    padding: 0.5em 0;
    text-align: center;
    position: relative;
  }
  .point_list_txt dt::after{
    position: absolute;
    content: "";
    border-top: solid 3px #133587;
    border-right: solid 3px #133587;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
    top: 8px;
  }
  .point_list_txt dt.open::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px;
    top: 18px;
  }
  .point_list_txt dd{
    padding: 1em 0;
  }
}

@media (min-width: 60em){
  .point_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .point_list li{
    width: 48%;
  }
  .point_list_txt dt{
    color: #22305c;
    font-size: 18px;
    font-weight: bold;
  }
}

/* Interview
   ========================================================================== */
.interview_list{
  margin: 0;
  padding: 0;
}
.interview_list [id] {
  margin-top: 0;
  padding-top: 0;
}
.interview_list li{
  margin: 0;
}
.interview_list li::before{
  display: none;
}
.interview_info{
  border: solid 1px #a0abce;
  background: #f7f9fd;
  display: block;
  line-height: 1.4;
  padding: 0.5em;
  text-align: right;
  margin: 0 0 1em;
}
.interview_info span{
  font-weight: bold;
}

@media (max-width: 59.99em){
  .interview_list_img{
    margin: 0 -1em;
  }
  .interview_list_img img{
    width: 100%;
  }
  .interview_list_txt{
    margin-top: 0;
  }
  .interview_list_txt dt{
    background: #f9f9f9;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    margin: 0 -1em;
    color: #444;
    font-weight: bold;
    padding: 0.5em 0;
    text-align: center;
    position: relative;
  }
  .interview_list_txt dt::after{
    position: absolute;
    content: "";
    border-top: solid 3px #133587;
    border-right: solid 3px #133587;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
    top: 8px;
  }
  .interview_list_txt dt.open::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px;
    top: 18px;
  }
  .interview_list_txt dd{
    padding: 1em 0;
  }
}

@media (min-width: 60em){
  .interview_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .interview_list li{
    width: 48%;
  }
  .interview_list_txt dt{
    color: #22305c;
    font-size: 18px;
    font-weight: bold;
  }
}