/*-------------------------------------------------------------------
	g_menu
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 390px) {
}
/* menu open  */
body.open {
  overflow-y: hidden;
}
/*-------------------------------------------------------------------
	content
-------------------------------------------------------------------*/
.content {
}
.content-inner {
  width: 88%;
  margin: 0px auto;
}
.content {
  margin: auto;
}
  .content_inner{
  }
.content h3 {
  font-size: 3.8rem;
  line-height: 1.15;
  font-weight: 800;
  margin-bottom: 2.8rem;
}
.content h3 span {
  display: block;
  font-size: 1.4rem;
  color: #084e9b;
  letter-spacing: 0.1em;
  padding: 0px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 390px) {
}
/*------------------------------- SP ------------------------------*/
@media screen and (max-width: 599px) {
  .content {
    padding-left: 0;
  }
  .content h3 {
    width: 100%;
    font-size: 280%;
  }
  .content_inner{
    width: 88%;
    margin: 0px auto;
  }
}
.slide-arrow {
  top: 50%;
  transform: translateY(-50%);
}
/*-------------------------------------------------------------------
	btn
-------------------------------------------------------------------*/
/*------------------------------- SP ------------------------------*/
@media screen and (max-width: 599px) {
  .content_btn.oval a {
    font-size: 140%;
    width: 80%;
  }
}
/*-------------------------------------------------------------------
	page_animation
-------------------------------------------------------------------*/
.md_transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.5s cubic-bezier(.39, .575, .565, 1) 0s;
  z-index: 999999;
}
.md_transition::before {
  background: -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0)), color-stop(33.33333%, #fff), color-stop(66.66667%, #fff), to(hsla(0, 0%, 100%, 0)));
  background: -o-linear-gradient(bottom, hsla(0, 0%, 100%, 0) 0, #fff 33.33333%, #fff 66.66667%, hsla(0, 0%, 100%, 0) 100%);
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0), #fff 33.33333%, #fff 66.66667%, hsla(0, 0%, 100%, 0));
  content: "";
  display: block;
  width: 100%;
  height: 300%;
  position: absolute;
  left: 0;
  top: -100%;
}
body.is_remove .md_transition {
  -webkit-animation: maskCloseTransition .3s cubic-bezier(.47, 0, .745, .715) 0s 1 forwards;
  animation: maskCloseTransition .3s cubic-bezier(.47, 0, .745, .715) 0s 1 forwards;
}
body:not(.is_fade) .md_transition {
  transform: translateY(-200%);
}
@-webkit-keyframes maskCloseTransition {
  0% {
    transform: translateY(200%);
  }
  to {
    transform: translate(0);
  }
}
@keyframes maskCloseTransition {
  0% {
    transform: translateY(200%);
  }
  to {
    transform: translate(0);
  }
}
/*-------------------------------------------------------------------
	icon
-------------------------------------------------------------------*/
i.site_window:before {
  content: url("../images/window.svg");
  display: inline-block;
  width: 1em;
}
/*-------------------------------------------------------------------
	nav-banner
-------------------------------------------------------------------*/
  #nav-banner {
    padding-left: 0;
    width: 88%;
    margin: 0px auto 4.2rem;
  }
  #nav-banner .banner-list {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-wrap: wrap;
    width: 100%;
  }
  #nav-banner .banner-list li {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 49%;
    margin-top: 1.8rem;
  }
  #nav-banner .banner-list li a {
  }
  #nav-banner .banner-list li a .banner_txt {
    font-size: 240%;
    padding-top: 0;
  }
  #nav-banner .banner-list li a .banner_txt .jp {
    font-size: 70%;
  }
  #nav-banner .banner-list li a .img_wrap {
  }
  #nav-banner .banner-list li.banner_l a .img_wrap {
    height: 142px;
  }
  #nav-banner .banner-list li.banner_l a .img_wrap img{
    width: 124%;
    margin-left: -8%;
  }
  #nav-banner .banner-list li a .img_wrap:before {
  }
  #nav-banner .banner-list li a:hover .img_wrap:before {
  }
  #nav-banner .banner-list li a .img_wrap img {
  }
  #nav-banner .banner-list li.no-image{
  }
  #nav-banner .banner-list li.no-image-s{
    width: 49%;
  }
  #nav-banner .banner-list li.no-image a{
    height: 94px;
  }
  #nav-banner .banner-list li.no-image a:hover {
    color: #FFF;
    background-color: #084e9b;
  }
  #nav-banner .banner-list li.no-image a .banner_txt {
    font-size: 1.8rem;
    padding-top: 0;
    text-shadow: none;
    font-weight: normal;
  }
  #nav-banner .banner-list li.no-image-s a{
    height: 72px;
  }
  #nav-banner .banner-list li.no-image-s a .banner_txt {
    font-size: 1.4rem;
  }
  
  @media screen and (max-width:900px){
    #nav-banner .banner-list li.banner_l a .img_wrap img{
      width: 142%;
      margin-left: -12%;
    }
  }
  @media screen and (max-width: 768px) {
    #nav-banner .banner-list li {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%;
    }
    #nav-banner .banner-list li.no-image-s{
      width: 100%;
    }
  }
  @media screen and (max-width:500px){
    #nav-banner .banner-list li.banner_l a .img_wrap img{
      width: 144%;
      margin-left: -14%;
    }
  }

/*-------------------------------------------------------------------
	banner-l
-------------------------------------------------------------------*/
.fullcontent {
  width: 100%;
  max-height: 640px;
  background-size: cover;
}
.ir-banner-l {
  background-image: url(../images/ir_banner_bg-sp.jpg);
  margin-top: 4.4rem;
  margin-bottom: 4.4rem;
  }
  .ir-banner-l a {
  }
    .ir-banner-l .ir-banner-inner {
      width: 88%;
      padding-top: 80px;
      padding-bottom: 80px;
      display: block;
      align-items: center;
      justify-content: space-between;
    }
    .ir-banner-l .ir-banner-inner .txt{
      text-shadow: 0px 0px 5px rgb(0 0 0 / 80%);
      margin-bottom: 2.0rem;
    }
    .ir-banner-l .ir-banner-inner .txt h3{
      color: #FFF;
      font-size: 2.8rem;
      margin-bottom: 1.2rem;
    }
    .ir-banner-l .ir-banner-inner .txt p{
      color: #FFF;
      font-size: 2.0rem;
    }
    .ir-banner-l .ir-banner-inner .btn{
      width: 32%;
      height: 48px;
      padding: 12px;
      font-size: 1.6rem;
    }
  .recruit-banner-l {
    background-image: url(../images/recruit-banner-bg-sp.jpg);
    margin-bottom: 6.4rem;
    margin-top: 144px;
    }
    .recruit-banner-l a {
      display: block;
      padding-top: 84px;
      padding-bottom: 94px;
    }
      .recruit-banner-l .recruit-banner-inner {
        width: 88%;
        margin: 0px auto;
      }
    .recruit-banner-l .recruit-banner-inner .txt{
      text-shadow: 0px 0px 3px rgb(0 0 0 / 60%);
    }
      .recruit-banner-l .recruit-banner-inner .txt h3{
        color: #FFF;
        font-size: 2.8rem;
        margin-bottom: 1.6rem;
      }
      .recruit-banner-l .recruit-banner-inner .txt p{
        color: #FFF;
        font-size: 1.8rem;
      }
      .recruit-banner-l .recruit-banner-inner .txt p.message {
        margin-top: 2.0rem;
        margin-bottom: 2.0rem;
        font-size: 1.8rem;
        line-height: 1.4;
      }
      .recruit-banner-l .recruit-banner-inner .btn{
        background-color: #084e9b;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 32%;
        height: 48px;
        border-radius: 6px;
        color: #FFF;
        padding: 12px;
        font-size: 1.6rem;
        font-weight: 700;
        box-sizing: border-box;
        box-shadow: 0px 0px 3px rgb(0 0 0 / 60%);
        margin-left: -10px;
      }
@media screen and (max-width: 852px) {
    .recruit-banner-l a {
      padding-bottom: 72px;
    }
  }
@media screen and (max-width: 768px) {
  .fullcontent {
    background-size:  cover;
    background-position: center;
    height: 320px;
  }
  .ir-banner-l .ir-banner-inner {
  }
  .recruit-banner-l .recruit-banner-inner {
  }
  .recruit-banner-l .recruit-banner-inner .btn{
    width: 38%;
  }
}
@media screen and (max-width:600px) {
  .fullcontent {
    height: 220px;
  }
  .ir-banner-l .ir-banner-inner {
    padding-top: 40px;
  }
  .ir-banner-l .ir-banner-inner .txt h3{
    margin-bottom: 0.8rem;
    font-size: 2.8rem;
    line-height: 1.0;
  }
  .ir-banner-l .ir-banner-inner .txt{
    margin-bottom: 3.2rem;
  }
  .ir-banner-l .ir-banner-inner .btn {
    width: 62%;
  }
  .recruit-banner-l {
    margin-bottom: 6.4rem;
    margin-top: 144px;
    }
    .recruit-banner-l a {
      padding-top: 32px;
      padding-bottom: 32px;
    }
  .recruit-banner-l .recruit-banner-inner {
  }
  .recruit-banner-l .recruit-banner-inner .txt p {
    font-size: 1.6rem;
  }
  .recruit-banner-l .recruit-banner-inner .txt p.message {
    font-size: 1.6rem;
    margin-bottom: 1.0rem;
  }
  .recruit-banner-l .recruit-banner-inner .btn{
    width: 48%;
  }
}

/*-------------------------------------------------------------------
	footer
-------------------------------------------------------------------*/
footer {
}
footer .footer-inner {
  max-width: 88%;
  display: block;
}
footer .footer-inner .company-info {
  margin-bottom: 3.2rem;
}
footer .footer-inner .company-info img{
}
footer .footer-inner .company-info .company-data{
  font-size: 1.4rem;
  line-height: 2.0;
}
footer .footer-nav {
  display: flex;
}
footer .footer-nav .footer-nav-one{
  width: 50%;
}
footer .footer-nav div:first-child {
  margin-right: 0px;
}
footer .footer-nav .footer-nav-one{
  margin-right: 0px;
  margin-bottom: 3.2rem;
}
footer .footer-nav .footer-nav-one p{
  font-size: 1.8rem;
  font-weight: bold;
  color: #cedceb;
  margin-bottom: 2.0rem;
}
footer .footer-nav .footer-nav-one ul{
}
footer .footer-nav .footer-nav-one ul li{
  line-height: 2.4;
  font-size: 1.4rem;
}
footer .copy {
  width: 88%;
  display: block;
  text-align: left;
  margin: 0px auto;
  font-size: 120%;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  footer .footer-nav {
    display: block;
  }
  footer .footer-nav .footer-nav-one{
    width: 100%;
  }
}


/*-------------------------------------------------------------------
	eir
-------------------------------------------------------------------*/
.eir_area_area_yuho_022 .eirGroup.s_eirList{
  margin-left: 0px;
}