@charset "utf-8";
html {
  scroll-behavior: auto;
}
html.opened,
body.opened{
  overflow: hidden;
}
.gf {
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.gf2{
  font-family: "Caveat", serif;
  font-optical-sizing: auto;
  font-style: normal;
}



.mid{
  font-weight: 500;
}
.semi{
  font-weight: 600;
}
.bold{
  font-weight: 700;
}

/* Poppins Medium 500  SemiBold  600 bold 700 */

body{
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #001E3C;
}

.sp{ display: none !important;}
.pc{ display: block !important;}

@media only screen and (max-width: 1024px) {
  .sp{ display: block !important;}
  .pc{ display: none !important;}
}

.sp2{ display: none !important;}
.pc2{ display: block !important;}

@media only screen and (max-width: 768px) {
  .sp2{ display: block !important;}
  .pc2{ display: none !important;}
}

.flex_c{
  display: flex;
  justify-content: center;
  width: 100%;
}

h1,h2,h3{
  font-weight: 500;
}

img{
  width: 100%;
  height: auto;
}

button,
a{
  cursor: pointer;
  transition: opacity 0.2s ease;
  color:#1E50A0;
}
a:hover{
  opacity: 0.5;
}

@media screen and (max-width: 1024px) {
  a:hover{
    opacity: 1;
  }
}

img{
  width: 100%;
}

a.zm_img{
  display: block;
}
a.zm_img figure{
  overflow: hidden;
}
a.zm_img figure img{
  display: block;
  transition: transform 0.4s ease;
}

a.blank{
  position: relative;
}
a.blank::after{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
  margin-bottom: -0.1em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../svg/icon_blank.svg);
}

@media only screen and (min-width: 1025px) {
  a.zm_img:hover figure>img{
    transform: scale(1.2,1.2);
  }

}
.c_inner{
  max-width: 1200px;
  margin: 0 auto 35px;
  width: 100%;
}

  /* **********************************************
  # パーツ
  ************************************************/
  /*ボタン*/
  .button1{
      width: 240px;
      height:48px;
      line-height:48px;
      color:#fff;
      background-color: #1E50A0;
      text-align: center;
      border-radius: 0px;
      background-image: url(../svg/arrow_button_white.svg);
      background-size: 20px;
      background-repeat: no-repeat;
      background-position: top 50% right 20px;
      font-weight: 700;
      display: block;
      font-size: 1.6rem;
  }

  .button1:hover{
    opacity: 0.5;
  }

  .table1{
    width: 100%;
    border-collapse: separate;
    display: block;
  }

  .table1 tbody{
    display: block
  }

  .table1 tr{
    display: flex;
    border-bottom: 6px solid transparent;
  }

  .table1 th{
    display: block;
    padding: 15px 20px;
    background: #CED4D9;
    font-size: 1.6rem;
    width: 220px;
    text-align: left;
  }

  .table1 td{
    display: block;
    padding: 15px 20px;
    font-size: 1.6rem;
    background: #FFFFFF;
    width: calc(100% - 220px);
  }
  .table1 td .view{
    background: #fff;
    padding: 0.5em 1em;
  }

  @media screen and (max-width: 1024px) {
    .table1,
    .table1 tbody,
    .table1 tr,
    .table1 th,
    .table1 td{
      display: block;
    }

    .table1 th{
      display: block;
      padding: 10px 15px;
      background: #CED4D9;
      font-size: 1.3rem;
      width: 100%;
      text-align: left;
    }

    .table1 td{
      display: block;
      padding: 10px 15px;
      font-size: 1.3rem;
      background: #FFFFFF;
      width: 100%;
    }

  }

  .headline_l{
    z-index: 2;
  }

  .headline_l .jp {
    position: relative;
    color: #1E50A0;
    font-size: 1.6rem;
    padding: 17px 0;
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    text-align: center;
    width: 268px;
    left: -41px;
  }

  .headline_l .jp>span{
    position: relative;
    z-index: 3;
  }

  .headline_l .jp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skew(20deg);
    background: #FFF000;
    z-index: 2;
  }

  .headline_l .en{
    position: relative;
    color: #1E50A0;
    font-size: 11rem;
    display: block;
    z-index: 2;
    line-height: 1;
    font-weight: 600;
    margin-top: -28px;
  }

  .headline_l .en.clr2{
    color: #28B4BE;
  }

  /*見出し中*/
  .headline_m{
    z-index: 2;
  }

  .headline_m .jp{
    position: relative;
    color: #1E50A0;
    font-size: 1.4rem;
    padding: 8px 0;
    display: inline-block;
    margin-left: 10px;
    font-weight: 700;
    text-align: center;
    width: 220px;
    left:-30px;
  }
  .headline_m .jp>span{
    position: relative;
    z-index: 3;
  }

  .headline_m .jp::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transform: skew(20deg);
    background: #FFF000;
    z-index: 2;
  }

  .headline_m .en{
    position: relative;
    color: #1E50A0;
    font-size: 8rem;
    display: block;
    z-index: 2;
    line-height: 1;
    font-weight: 600;
    margin-top: -18px;
  }

  .headline_m .en.clr2{
    color: #28B4BE;
  }

  .headline_a{
    text-align: center;
    margin-bottom: 30px;
  }

  .headline_a .jp{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
  }
  .headline_a .en{
    display: block;
    font-size: 8rem;
    font-weight: 600;
    line-height: 1;
    color: #28B4BE;
  }

  .headline_b{
    font-size: 4.2rem;
    text-align: center;
  }

  .headline_c{
    font-size: 3rem;
    margin-bottom: 20px;
  }

  .headline_b.wh{
    color: #fff;
  }

  .headline_c.wh{
    color: #fff;
  }

  @media screen and (max-width: 1024px) {

    .headline_l .jp {
      font-size: 1.2rem;
      min-width: 180px;
      max-width: 200px;
      padding: 6px 6px;
      margin-left: 0;
      left: 0;
    }

    .headline_l .en {
      font-size: 5.8rem;
      line-height: 0.86;
      margin-top: -9px;
      padding-left: 22px;
    }

    .headline_m .jp {
      font-size: 1rem;
      padding: 5px 0;
      margin-left: 10px;
      width: 150px;
      left: -27px;
    }

    .headline_m .en {
      font-size: 4.5rem;
      line-height: 0.86;
      margin-top: -5px;
      padding-left: 0px;
    }

    .headline_a{
      text-align: center;
      margin-bottom: 20px;
    }

    .headline_a .jp{
      font-size: 1rem;
      margin-bottom: 5px;
    }
    .headline_a .en{
      font-size: 4.5rem;
    }

    .headline_b{
      font-size: 2.6rem;
      text-align: center;
    }

    .headline_c{
      font-size: 2rem;
      margin-bottom: 20px;
    }

  }


  /* **********************************************
  # レイアウト
  ************************************************/
  /*ローディング*/
  .loading{
    position: fixed;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    left:0;
    top:0;
    background:#1E50A0;
    z-index: 1000;
  }

  .loading .logo{
    width: 350px;
  }

  @media screen and (max-width: 768px) {
    .loading .logo{
      width: 200px;
    }

  }



  #container{
    min-height: 100vh;
    overflow: hidden;
  }

  /*
  * ヘッダー
  */
  header {
    position: fixed;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    z-index: 1000;
    height: 95px;
    transition: all 0.3s ease;
  }

  header.on {
    background: #1E50A0;
  }

  header .logo{
    width: 167px;
    transition: width 0.3s ease, margin 0.3s ease;
    margin: 0 auto 15px;
  }

  header.on  .logo{
    width: 130px;
    margin: 0 auto 8px;
  }

  header nav{
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: -6px;
  }

  header .menu>li{
    margin:0 1.5em;
  }

  header .menu>li>a{
    font-size:1.8rem;
    line-height: 1;
    color: #fff;
    font-weight: 600;
  }

  header .menu2 {
    position: absolute;
    display: flex;
    align-items: center;
    right: 30px;
    top: 50%;
    margin-top: -9px;
  }

  header .menu2>li:nth-child(1){
    margin-right: 23px;
  }

  header .menu2>li a{
    display: flex;
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 600;
  }

  header .menu2>li a i{
    margin-right: 6px;
    display: block;
    width: 16px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center ;
  }

  header .menu2>li a i.reserve{
    background-position: 0 2px ;
    background-image: url(../svg/calendar.svg);
  }

  header .menu2>li a i.contact{
    background-size: 15px;
    background-position: 0 4px ;
    background-image: url(../svg/email.svg);
  }

  header .menu_recruit{
    display: block;
    position: relative;
  }
  header .menu_recruit>div {
    position: absolute;
    left: 52%;
    top: 48%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E50A0;
    font-size: 1.8rem;
    font-weight: 500;
  }

  .header_recruit .menu{
    padding-right: 30px;
  }

  .header_recruit .logo{
    width: 180px;
    position: absolute;
    left:20px;
    top:14px;
  }

  @media screen and (max-width: 1024px) {

    header nav {
      position: fixed;
      top: 0;
      height: 100%;
      width: 260px;
      right: 0;
      text-align: left;
      -webkit-overflow-scrolling: touch;
      text-align: left;
      text-align: center;
      padding: 80px 0px;
      overflow: auto;
      visibility: hidden;
      z-index: 9;
      background: #1E50A0;
      transition: all 0.15s ease-in-out;
      opacity: 0;
      display: none;
      height: 100vh;
      height: 100dvh;

    }

    header.block nav{
      display: block;
      right: -260px;
    }

    header.block.active nav{
      opacity: 1;
      visibility: visible;
    }

    header.block nav.slide{
      display: block;
      opacity: 1;
    }

    header.block.active nav.slide{
      opacity: 1;
      right: 0px;
      visibility: visible;
    }

    header.block nav.fade-in{
      display: block;
      right: 0px;
      width: 100%;
    }

    header.block.active nav.fade-in{
      opacity: 1;
      right: 0px;
      visibility: visible;
    }

    header .menu {
      display: block;
      padding-top: 20px;
      padding-bottom: 15px;
    }

    header .menu>li{
      display: block;
      text-align: left;
      margin: 0;
    }

    header .menu>li>a {
      line-height: 1;
      padding: 18px 0 18px 45px;
      font-size: 2.4rem;
      color: #fff;
      display: block;
      font-weight: 600;
    }

    header .menu_recruit img{
      display: none;
    }

    header .menu_recruit{
      display: block;
    }

    header .menu_recruit>div {
      position: static;
      transform: translate(0%, 0%);
      display: block;
      color: #1E50A0;
      font-size: 2.4rem;
      line-height: 1;
      padding: 18px 0 18px 45px;
      font-weight: bold;
      text-align: left;
      background: #FFF000;
      font-weight: 600;
    }

    header{
      padding: 15px 15px !important;
      height: auto !important;
    }

    header .logo{
      width: 125px !important;
    }

    .header_recruit .logo {
      width: 92px !important;
    }

    header .menu2 {
      position: absolute;
      display: flex;
      align-items: center;
      right: 12px;
      top: 21px;
      margin-top: 0;
    }

    header.on {
      background: transparent;
    }
  }

  /*メニューボタン*/
  header #menu_button {
    position: fixed;
    display: block;
    left: 70px;
    top: 50px;
    cursor: pointer;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    display: none;
  }

  header #menu_button::after{
    content: 'menu';
    position: absolute;
    top: 20%;
    left: 0;
    padding-left: 1em;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1E50A0;
    text-align: center;
  }

  header.active #menu_button::after{
    content: 'CLOSE';
    position: absolute;
    top: 21%;
    left: 0;
    padding-left: 1em;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    color: #1E50A0;
    text-align: center;
  }

  header.active #menu_button svg path {
    fill: #CED4D9; /* 赤色に変更 */
  }


  @media screen and (max-width: 1024px) {

    /*メニューボタン*/
    header #menu_button  {
      display: flex;
    }

    /*メニューボタン*/
    header #menu_button {
      position: fixed;
      display: flex;
      right: 0px;
      top: 0;
      left: auto;
      width: 92px;
    }


  }

/* **********************************************
# footer
************************************************/
footer {
  position: relative;
  margin-top: -10.76vw;
  color: #fff;
  z-index: 4;
  overflow: hidden;
}

footer .logo_block{
  position: relative;
  height: 10.76vw;
}

footer .logo {
  position: absolute;
  width: 220px;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

footer .block{
  position: relative;
  padding-top: 30px;
  padding-bottom: 119px;
  background: #001E3C;
}

footer .logo_block::before{
  content: '';
  position: absolute;
  top:0;
  right: 0;
  width: 100%;
  height:  10.76vw;
  background: #28B4BE;
  width: 100vw;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  z-index: 1;
}

 footer .logo_block::after{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  width: 100vw;
  height:  10.76vw;
  background: #001E3C;
  transform: 0 0;
  clip-path: polygon(0 100%, 100vw 0, 100vw 100vw, 0 100vw);
  z-index: 2;
}
/* @media screen and (max-width: 1440px) {
  footer {
    position: relative;
    color: #fff;
    padding-top: 204px;
    margin-top: -205px;
}

  footer .block::after{
    left: 0%;
    height: 205px;
    width: 1440px;
  }

  footer .block::before{
    width: 100%;
    height: 205px;
  }
} */

footer .menu{
  display: flex;
  justify-content: center;
  text-align: center;
  gap:38px;
  margin-bottom: 36px;
  position: relative;
  z-index: 3;
}

footer .menu>li>a{
  font-size: 1.8rem;
  line-height: 1.33;
  font-weight: 600;
  color: #fff;
}

footer .copy{
  position: relative;
  text-align: center;
  padding: 1em;
  font-size: 1.4rem;
  line-height: 1.71;
  font-weight: 500;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  footer {
    padding-top: 19px;
  }

  footer .block {
    position: relative;
    padding-top: 56px;
    padding-bottom: 45px;
  }

  footer .menu{
    gap:20px 25px;
    flex-wrap: wrap;
    max-width: 360px;
    margin: 0 auto 30px;
  }

  footer .logo {
    width: 140px;
  }

  footer .menu>li{
    line-height: 1;
  }

  footer .menu>li>a{
    font-size: 1.3rem;
    line-height: 1;
  }

  footer .copy{
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.71;
  }

}

#gotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 999;
  pointer-events: none;
}

#gotop a{
  display: block;
  pointer-events: all;
}

#gotop img{
  width: 100%;
}

#gotop.absolute{
  top:-100px;
}

@media screen and (max-width: 1024px) {

  #gotop {
    right: 10px;
    bottom: 80px;
    width: 50px;
    display: block;
    height: auto;
    margin-bottom: 0;
  }

}

#top_contents {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/images/bg.svg);
}

#top_contents .inner{
  position: relative;
  height: 100%;
  max-width: 1200px;
  padding: 0px;
}

#top_contents .inner1 .kv{
  width: 128.6%;
  margin: 0 auto;
  margin-left: -14.3%;
  opacity: 0;
  aspect-ratio: 1544 / 900;
}

#top_contents .inner1_sp{
  aspect-ratio: 1;
  background-image: url();
}

#top_contents .inner1_sp .kv_sp{
  width: 101.7%;
  margin-left: -3%;
}

#top_contents .bg2 {
  position: absolute;
  left: 0;
  top: -254px;
  width: 100%;
  height: calc(100% + 254px);
  background-repeat: no-repeat;
  background-size: 1961px;
  background-position: 50% 0%;
}

#top_contents .abs{
  position: absolute;
}

#top_contents .inner1{
  height: 899px;
  margin: 105px auto 0;
}

#top_contents .inner2 {
  padding-bottom: 187px;
  height: 983px;
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 auto;
  color: #fff;
}

#top_contents .inner2 .head {
  position: relative;
  z-index: 2;
  margin-top: -212px;
}

#top_contents .inner2 .catch{
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 20px;
}

#top_contents .inner2 .msg{
  font-size: 1.6rem;
  font-weight: 700;
}

#top_contents .inner2 .box {
  position: absolute;
  right: -22.8%;
  top: -9%;
  z-index: 0;
}

#top_contents .main_shadow {
  position: absolute;
  left: -2%;
  top: 63.5%;
  width: 104%;
}

#top_contents .main_logo {
  left: 18%;
  top: 0;
}

#top_contents .main_catch {
  right: -2.5%;
  top: 11%;
  aspect-ratio: 288 / 186;
  width: 25%;
}

#top_contents .main_catch>div{
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform-origin: 0 0;
}

#top_contents .main_catch>div img{
  position: absolute;
  height:100%;
  width: 100%;
  object-fit: cover;
  object-position: 0 0;
}

#top_contents .main_chara1 {
  left: -14.6%;
  top: 22.5%;
}

#top_contents .main_chara2 {
  left: 13%;
  top: 36%;
}

#top_contents .main_chara3 {
  right: 6%;
  top: 28%;
}

#top_contents .main_chara4 {
  right: -14.5%;
  top: 24.5%;
}

#top_contents .main_chara5 {
  left: -40px;
  top: 31px;
}

@media screen and (max-width: 1350px) {

  #top_contents .inner1{
    height: auto;
  }

  #top_contents .inner .kv{
    width: 100%;
    margin: 0 auto;
    margin-left: 0  ;
    opacity: 0;
  }

  #top_contents .inner {
    position: relative;
    max-width: none;
    padding: 0px;
  }

  #top_contents {
    background-size: 1960px;

  }

  #top_contents .msg{
    color:#fff;
    font-weight: 700;
    font-size: 1.6rem;
  }

  #top_contents .main_logo {
    left: 25%;
    top: 0;
    width: 47%;
  }

  #top_contents .main_chara1 {
    left: 0.4%;
    top: 23.5%;
    width: 35.9%;
  }

  #top_contents .main_chara2 {
    left: 20%;
    top: 33%;
    width: 36%;
  }

  #top_contents .main_chara3 {
    right: 14%;
    top: 26%;
    width: 45%;
  }

  #top_contents .main_chara4 {
    right: -1.5%;
    top: 22.5%;
    width: 35.9%;
  }

  #top_contents .main_catch {
    right: 9.7%;
    top: 11.6%;
    aspect-ratio: 288 / 186;
    width: 17.78%;
  }

  #top_contents .main_shadow {
    position: absolute;
    left: 9.5%;
    top: 62.2%;
    width: 82.27%;
  }

  #top_contents .inner2 {
    padding-bottom: 187px;
    height: 74vw;
    display: flex;
    width: 100%;
    padding: 0 80px;
  }

  #top_contents .inner2 .box {
    position: absolute;
    right: -12.8%;
    top: 0%;
    z-index: 0;
    width: 75%;
  }

}

@media screen and (max-width: 1024px) {
  #top_contents {
    background-image: url(/images/bg_sp.png);
    background-size: 100%;
    background-position: 0 0;
    background-color: #28B4BE;
  }

  #top_contents .kv{
    aspect-ratio:   366 / 366;
  }

  #top_contents .inner1_sp {
    position: relative;
    max-width: none;
    padding: 0px;
    padding-top: 7%;
    background-size: 100%;
    background-position: 0 0;

  }

  #top_contents .inner2 {
    padding-bottom: 187px;
    height: auto;
    /* display: flex; */
    display: block;
    width: 100%;
    height: 648px;
    padding: 80px 20px 0;
    margin: 0;
}

  #top_contents .inner2 .head {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }

  #top_contents .inner2 .head .headline_l .en {
    margin-bottom: 20px;
  }

  #top_contents .inner2 {
    padding-bottom: 187px;
    height: auto;
    /* display: flex; */
    display: block;
    width: 100%;
    height: 648px;
    padding: 80px 20px 0;
    margin: 0;
  }

  #top_contents .inner2 .catch {
    font-size: 2rem;
    margin-bottom: 13px;
    line-height: 1.4;
  }

  #top_contents .inner2 .msg {
    font-size: 1.3rem;
    font-weight: 700;
    padding: 0 4px;
  }

  #top_contents .main_chara5 {
    left: -40px;
    top: 31px;
  }

  #top_contents .inner2 .box {
    position: absolute;
    right:auto;
    left: 50%;
    top: 10%;
    z-index: 0;
    width: 100.6vw;
    max-width: 500px;
  }

  #top_contents .main_chara1 {
    left: -12.6%;
    top: 40.5%;
    width: 53.9%;
  }

  #top_contents .main_chara2 {
    left: 10%;
    top: 59%;
    width: 50%;
    z-index: 3;
  }

  #top_contents .main_chara3 {
    right: 4%;
    top: 34%;
    width: 58%;
    z-index: 2;
  }

  #top_contents .main_chara4 {
    right: -10.5%;
    top: 11.5%;
    width: 50.9%;
  }

  #top_contents .main_logo {
    left: 3%;
    top: 1%;
    width: 76%;
    transform: rotate(-3deg);
  }

  #top_contents .main_catch {
    right: 5.7%;
    top: 83%;
    aspect-ratio: 162 / 110;
    width: 37.78%;
  }

  #top_contents .main_shadow {
    position: absolute;
    left: 7.5%;
    top: 51.2%;
    width: 84%;
  }

}
@media screen and (max-width: 600px) {

  #top_contents .inner2 .box {
    position: absolute;
    right: auto;
    left: 33%;
    top: 10%;
    z-index: 0;
    width: 100.6vw;
    max-width: 366px;
  }
}

.top_block{
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
}

.top_block .wrap{
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.top_block .head,
.top_block .inner {
  max-width: 1200px;
  margin: 0 auto 35px;
  width: 100%;
}
.top_block .head{
  display: flex;
}

.top_block .head.right{
  justify-content: flex-end;
}
@media screen and (max-width: 1350px) {
  .top_block .head,
  .top_block .inner {
    max-width: 1360px;
    padding: 0 80px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top_block .head,
  .top_block .inner {
    padding: 0 20px;
    width: 100%;
  }
}


/*Philosophy*/
#top_philosophy{
  position: relative;
  background: #1E50A0;
  margin-top: -155px;
  padding-bottom: 155px;
}

#top_philosophy::after{
  content: '';
  background: #1E50A0;
  position: absolute;
  left: -10%;
  width: 120%;
  top: calc(-10.76vw + 2px);
  height: 10.76vw;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}

#top_philosophy .row_wrap{
  padding-top: 120px;
  max-width: 1440px;
  margin: 0 auto;
}

#top_philosophy .row {
  position: relative;
  display: flex;
  width: calc(100% + 110px);
  margin-left: -60px;
  margin-bottom: 245px;
  justify-content: space-between;
  z-index: 10;
}

#top_philosophy .row.row2{
  margin-bottom: 120px;
}

#top_philosophy .row.revs{
  flex-direction: row-reverse;
}

#top_philosophy .row .box1 {
  width: 54.22%;
  position: relative;
  align-self: start;
  margin-right:0;
  aspect-ratio: 860 / 460;
  z-index: 2;
}

#top_philosophy .row .box1 .inr {
  position: absolute;
  padding-right: 0;
  padding-left: 0;
  max-width: 511px;
  margin: 0 auto 0 185px;
  padding-top: 133px;
}

#top_philosophy .row2 .box1 .inr {
  position: absolute;
  padding-top: 90px;
  max-width: 511px;
  margin: 0 0 0 169px;
  text-align: left;
  left: 0;
  top: 0;
}

#top_philosophy .row3 .box1 .inr {
  padding-top: 100px;
}


#top_philosophy .row .box1 .inr .num {
  position: absolute;
  left: 0;
  top: -83px;
}

#top_philosophy .row .box1 .inr .ttl{
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 19px;
  font-weight: 700;
}

#top_philosophy .row .box1 .inr .msg{
  line-height: 1.875;
  font-size: 1.6rem;
}
#top_philosophy .row.row1 .box1 .inr .msg{
  white-space: nowrap;
}

#top_philosophy .row .box1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: skew(18deg, 0deg);
  display: none;
  /* transform-origin: top; */
}

#top_philosophy .row .box1 .text_base{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  /* transform-origin: top; */
  z-index: 1;

}
#top_philosophy .row .box1 .text_base picture{
  clip-path: polygon(0 0, 82.1% 0, 100% 100%, 17.9% 100%);

}
#top_philosophy .row .box1 .text_base picture .bg{
  background: #fff;
  aspect-ratio: 840 / 470;
}

#top_philosophy .row .box1 .inr{
  z-index: 2;
}

#top_philosophy .row .box2 {
  position: absolute;
  width: 54.22%;
  margin-top: 0;
  right: 0px;
  bottom: -18.2%;
  z-index: 1;
}

#top_philosophy .row.revs .box2 {
  margin-top: -77px;
}

#top_philosophy .row.revs .box2 {
  right: auto;
  left: 0;
  bottom: auto;
  top: 3%;
}

#top_philosophy .row .box2 .img{
  position: relative;
  z-index: 2;
}

#top_philosophy .row .box2 .img picture {
  clip-path: polygon(0 0, 82.1% 0, 100% 100%, 17.9% 100%);
}

#top_philosophy .row .box2 .base{
  position: absolute;
  left:5%;
  top:6.5%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#top_philosophy .row.revs .box2 .base{
  position: absolute;
  left:-3.5%;
}

#top_philosophy .row .box1 {
  margin-left: 0px;
}

#top_philosophy .headline_l {
  margin-top: -5.3vw;
}

@media screen and (max-width: 1440px) {

  #top_philosophy .row .box1 .inr .ttl {
    font-size: 2vw;
  }

  #top_philosophy .row .box1 .inr .msg {
    font-size: 1.1vw;
    padding-right: 9%;
  }
}
@media screen and (max-width: 1350px) {

  #top_philosophy .row {
    margin-bottom: 200px;
  }

  #top_philosophy .row .box1 .inr{
      margin: 0 auto 0 150px;
  }

  #top_philosophy .row2 .box1 .inr {
    margin: 0 0 0 11vw;
  }

  #top_philosophy .row .box1 .inr .num {
    position: absolute;
    left: 0;
    top: -6vw;
    width: 12vw;
  }

  #top_philosophy .row2 .box1 .inr .num,
  #top_philosophy .row3 .box1 .inr .num {
    top: -5vw;
  }
}
@media screen and (max-width: 1024px) {
  #top_philosophy .headline_l {
    margin-top: -8.3vw;
  }

  #top_philosophy .row_wrap {
    padding-top: 40px;
    margin: 0 auto;
  }

  #top_philosophy .row .box2 {
    position: relative;
    width: 91%;
    margin-top: -28px;
    right: 0px;
    bottom: auto;
    z-index: 2;
  }

/*Philosophy*/
#top_philosophy {
  margin-top: -155px;
  padding-bottom: 1px;
}


#top_philosophy .row {
  position: relative;
  width: 100%;
  margin-left: 0px;
  margin-bottom: 108px;
  display: block;
}

#top_philosophy .row.row2{
  margin-bottom: 120px;
  display: block;
}

#top_philosophy .row.revs{
 display: block;
}


#top_philosophy .row .box1 {
  margin-left: 0;
  padding-top: 60px;
  width:100%;
  position: relative;
  margin-right:0;
  z-index: 2;
  display: block;
  aspect-ratio: auto;
}

#top_philosophy .row .box1 .inr {
  position: static;
  padding-right: 35px;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: auto;
  margin: 0;
  padding-top: 0px;
}

#top_philosophy .row2 .box1 .inr {
  padding-bottom: 97px;
}

#top_philosophy .row .box1 .inr .num {
  position: absolute;
  left: 60px;
  top: -47px;
  width: 100px;
}

#top_philosophy .row .box1 .inr .ttl{
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 19px;
  font-weight: 700;
  white-space: nowrap;
}

#top_philosophy .row .box1 .inr .msg{
  line-height: 1.875;
  font-size: 1.3rem;
}
#top_philosophy .row.row1 .box1 .inr .msg{
  white-space:normal;
}

#top_philosophy .row .box1::before {
    content: '';
    position: absolute;
    top: 0;
    left: -3%;
    width: 106%;
    height: 100%;
    background: #fff;
    transform: skew(18deg, 0deg);
    display: block;
    z-index: 0;
}

#top_philosophy .row .box1 .text_base{
  display: none;
}

#top_philosophy .row .box2 {
  position: relative;
  width: 91%;
  margin-top: -33px;
  right: 0px;
  margin-left: -4%;
  bottom: auto;
  right: 0px;
  bottom: auto;
  z-index: 2;
}

#top_philosophy .row.revs .box2 {
  margin-top: -77px;
}

#top_philosophy .row.revs .box2 {
  right: auto;
  left: 0;
  bottom: auto;
  top: 6%;
}

#top_philosophy .row .box2 .img{
  position: relative;
  z-index: 2;
}
#top_philosophy .row .box2 .base{
  position: absolute;
  left:5%;
  top:6.5%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#top_philosophy .row.revs .box2 .base{
  position: absolute;
  left:-3.5%;
}

#top_philosophy .row .box1 {
  margin-left: 0px;
}

#top_philosophy .headline_l {
  margin-top: -5.3vw;
}

#top_philosophy .row .box1 .inr .msg {
  padding-right: 0;
  font-size: 1.5rem;
}


}

/*
News
*/
/*スライダー*/
.slider {
  width: 100%;
  margin: 0 auto;
}

.slide_block{
  position: relative;
  max-width: 1230px;
  padding: 0px;
  width: 100%;
}

.slide_wrap {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
}

.slider .swiper-slide {
  place-content: center;
  width: 380px;
  align-self: flex-start;
}

.slider .swiper-slide img {
  width: 100%;
  height: auto;
}

.slider .swiper-slide .img{
  padding-left: 20px;
}
.slider .swiper-slide .info{
  position:relative;
  background: #1E50A0;
  color: #fff;
  padding: 0px 16px 13px;
  width: 85%;
  margin-top: -20px;
}
.slider .swiper-slide .info .tag{
  position: absolute;
  left:0;
  top:-24px;
  font-size: 1.2rem;
  line-height: 24px;
  background: #001E3C;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
}

.slider .swiper-slide .info time{
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
}

.slider .swiper-slide .info .ttl{
  font-weight: 700;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.65;
  margin-top: -5px;
}

.slide_section {
  padding: 30px 0;
}

.splide__arrows.splide__arrows--ltr button{
  position: static;
}

.splide__arrow.splide__arrow--prev{
  transform:rotate(180deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #63707E;
}

.splide__arrow {
  border: 0;
  border-radius: 0%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  justify-content: center;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(0%);
  z-index: 1;
  background-image: url(../svg/arrow.svg?v2);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1E50A0;
}

.splide__arrow svg{
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  left: auto;
  right: 0;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: #1E50A0;
  background-image: url(../svg/arrow2.svg?v2);
  background-position: center;
  top:-83px;
  transform: translate(0,0);
}

.swiper-button-next{
  left: auto;
  right: 0px;
  background-color: #1E50A0;
}

.swiper-button-prev{
  left: auto;
  right: 60px;
  transform:rotate(180deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 1440px) {

  .slide_block {
    position: relative;
    max-width: 1360px;
    padding-left: 70px;
    width: 100%;
  }

  .swiper-button-next {
    right: 80px;
  }
  .swiper-button-prev {
    right: 140px;
  }

}
@media screen and (max-width: 1350px) {


  .slide_block {
    padding-left: 70px;
  }

  .swiper-button-next {
    right: 80px;
  }
  .swiper-button-prev {
    right: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .slider .swiper-slide .info .ttl {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.65;
    margin-top: -5px;
  }


  .slide_block {
    padding-left: 20px;
  }

  .slider .swiper-slide {
    width: 264px;
  }
  .swiper-button-prev, .swiper-button-next {
    left: auto;
    right: 0;
    height: 26px;
    width: 26px;
    background-size: 13px;
  }

  .swiper-button-next {
    right: 19px;
    top: -33px;
  }

  .swiper-button-prev{
    right: 56px;
    top: -33px;
  }
}

/*news*/
#top_news{
  padding-top: 90px;
  position: relative;
  background: #28B4BE;
  margin-top: -155px;
  min-height: 1000px;
}

#top_news::after {
  content: '';
  position: absolute;
  left: -10%;
  background: #28B4BE;
  width: 120%;
  top: calc(-10.76vw + 2px);
  height: 10.76vw;
  clip-path: polygon(0px 100%, 100% 0, 100% 100%, 0px 100%);
}

#top_news .head{
  position: relative;
}

#top_news .read_more{
  position: absolute;
  left:350px;
  top:75px;
  display: inline-block;
  font-size:1.8rem;
  padding-right: 35px;
  font-weight: 700;
}

#top_news .read_more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #1E50A0;
  background-size: 10px;
  background-image: url(../svg/arrow2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 1350px) {
  #top_news .read_more {
    position: absolute;
    left: 436px;
    top: 75px;
    display: inline-block;
    font-size: 1.8rem;
    padding-right: 35px;
    font-weight: 700;
    margin-top: 37px;
  }
}
@media screen and (max-width: 1024px) {

  #top_news {
    padding-top: 50px;
    position: relative;
    margin-top: 0;
    min-height: 745px;
  }

  #top_news .head {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 65px;
  }

  #top_news .read_more{
    position: static;
  }

}

#top_business {
  position: relative;
  background: #EBEDEF;
  margin-top: -155px;
  padding-bottom: 4vw;
  z-index: 3;
}

#top_business .head{
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto 0;
}

#top_business .head .headline_l{
  margin-top: -110px;
}

#top_business #top_auction.group .headline_m {
  position: static;
}

#top_business .group .headline_m {
  margin-top: 0px;
  position: absolute;
  margin-left: -14px;
  left: 30px;
  top: 16vw;
}

#top_business .row{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  z-index: 2;
  justify-content: space-between;
  margin-bottom: 103px;

}

#top_business .row .box1 {
  max-width: 540px;
  margin-top: 0;
}

#top_business .row .box2{
  position: relative;
  max-width: 642px;
  width: 100%;
  aspect-ratio: 642 / 512;
  margin-top: -140px;
  left: 0px;
}

#top_business .row .box2 .img{
  margin-left: 0px;
}

#top_business .row .box2 picture{
  position: relative;
  aspect-ratio: 860 / 470;
  overflow: hidden;
  clip-path: polygon(0 0, 82.1% 0, 100% 100%, 17.9% 100%);
}

#top_business .row .box2 picture img{
  height: 100%;
  object-fit: cover;
}

#top_business .row .box2 .img01{
  position: absolute;
  left:-50px;
  top:0;
}

#top_business .row .box2 .img01{
  width: 78.5%;
}

#top_business .row .box2 .img02 {
  position: absolute;
  right: 8%;
  top: 43.15%;
  width: 54.6%;
}

#top_business .row .box2 .img03{
  position: absolute;
  left:0;
  bottom:0;
  width: 45.32%;
}

#top_business .row .box2 .img04{
  margin-left: -50px;
  width: 100%;
}

#top_business .row .box1 .msg{
  margin-top: 30px;
}

#top_business::before{
  content: '';
  position: absolute;
  background: #EBEDEF;
  left: -10%;
  width: 120%;
  top: calc(-10.76vw + 2px);
  height: 10.76vw;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);/
}

#top_business::after{
  content: '';
  position: absolute;
  bottom: -2px;
  left:-10%;
  width: 120%;
  background: #28B4BE;
  height: 10.76vw;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
  z-index: 1;
}

#top_business .group{
  position: relative;
  background: #fff;
}

#top_business .group .headline_m{
  margin-top: -20px;
  margin-left: -14px;
}

#top_business .group::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(-115px + 1px);
  height: 115px;
  width: 100%;
  background: #fff;
  clip-path: polygon(0 0, 102% 100%, 100% 100%, 0 100%);
}

#top_business .group::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: calc(-115px + 1px);
  height: 115px;
  width: 100%;
  background: #fff;
  clip-path: polygon(100% 100%, 0 0, 100% 0);
}

@media screen and (max-width: 1024px) {

  #top_business {
    padding-top: calc(13.43vw - 1px);
    padding-bottom: calc(13.43vw - 1px);
  }

  #top_business .row{
    display: block;
    margin-bottom: 29px;
  }

  #top_business .row .box1 .msg{
    margin-top: 0px;
  }

  #top_business .row .box1 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: none;
  }


  #top_business .row .box2 {
    position: relative;
    max-width: none;
    width: 100%;
    aspect-ratio: 329 / 206;
    margin-top: 0px;
  }

  #top_business .row .box2 .img01 {
      width: 67.47%;
  }

  #top_business #top_support .headline_m {
    position: absolute;
    left: 12px;
    top: 0px;
  }

  #top_business #top_auction.group {
    margin-bottom: 27vw;
  }

  #top_business .group {
    position: relative;
    background: transparent;
    margin-bottom: -10vw;
  }

  #top_business .group::after{
    display: none;
  }

  #top_business .group .inr {
    background: #fff;
    padding-top: 80px;
  }

  #top_business .group::before{
    display: none;
  }

  #top_business .group .inr::before{
    content: '';
    position: absolute;
    left: 0;
    top: calc(-13.43vw + 1px);
    height: 13.43vw;
    width: 100%;
    background: #fff;
    clip-path: polygon(0 0, 102% 100%, 100% 100%, 0 100%);
  }

  #top_business .group .inr::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: calc(-13.43vw + 1px);
    height: 13.43vw;
    width: 100%;
    background: #fff;
    clip-path: polygon(100% 100%, -4px 0px, 100% 0);
  }

  #top_business #top_support.group .inr::after{
    display: none;
  }
}

#top_auction{
  margin-bottom: 220px;
}

#top_auction .row2{
  display: flex;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 415px;
  align-items: center;
}

#top_auction .row2.revs{
  display: flex;
  flex-direction: row-reverse;
}

#top_auction .row2 .box1{
  width: 411px;
  margin-left:120px;
}

#top_auction .row2 .box2{
  position: absolute;
  right:-80px;
  top:0;
}

#top_auction .row2 .box2 .img picture{
  clip-path: polygon(17.9% 0%, 100% 0%, 82.1% 100%, 0% 100%);
}

#top_auction .row2.revs .box1 {
  margin-right: 50px;
  margin-left: 0px;
}

#top_auction .row2 .box1 .msg1{
  font-size: 1.8rem;
  font-weight: 600;
}

#top_auction .row2.revs .box2 {
  right: auto;
  left: -80px;
  z-index: 2;
}
#top_auction .row2 .box2 .chara1 {
  position: absolute;
  right: 0px;
  bottom: -48px;
}

#top_auction .row2 .box1 .logo{
  width: 230px;
  margin-bottom: 30px;
}

#top_auction .row2 .box2 .msg1{
  font-size: 1.8rem;
  font-weight: 500;
}
#top_auction .row2 .box1 .ttl{
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.27;
  margin-bottom: 30px;
}

#top_auction .row2 .box1 .info .schedule {
  margin-bottom: 5px;
}

#top_auction .row2 .box1 .info .schedule dt{
  width: 150px;
  color:#fff;
  line-height: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  background: linear-gradient(to top right, #1E50A0, #28B4BE);
  margin-bottom: 10px;
}

#top_auction .row2 .box1 .info .schedule dd{
  font-size: 1.6rem;
}

#top_auction .row2 .box1 a{
  color:  #1E50A0;
  font-weight: 500;
}

@media screen and (max-width: 1350px) {

  #top_auction .row2 {
    min-height: 30vw;
  }

  #top_auction .row2 .box2 {
    right: -80px;
    top: 0;
    width: 61%;
  }

  #top_auction .row2.revs .box1 {
    margin-right: 0;
    padding-left: 24px;
  }

  #top_auction .row2 .box1 {
    width: 411px;
    margin-left: 10%;
  }

  #top_auction .row2 .box1 .logo {
    margin-bottom: 15px;
  }

  #top_auction .row2 .box1 .msg1 {
    font-size: 1.4rem;
  }

  #top_auction .row2 .box1 .ttl{
    margin-bottom: 20px;
  }

}
@media screen and (max-width: 1024px) {

  #top_auction{
    margin-bottom: -5vw;
  }

  #top_auction .row2 {
    margin-top: 60px;
    margin-bottom: 0;
  }

  #top_auction .row2.last{
    position: relative;
    z-index: 3;
    margin-bottom: -30px;
  }

  #top_auction .row2.revs,
  #top_auction .row2{
  display: block;
  }

  #top_auction .row2 .box1 {
    width: 100%;
    margin-left: 0px;
    padding: 0 30px;
    margin-bottom: 25px;
  }

  #top_auction .row2.revs .box2,
  #top_auction .row2 .box2{
    position: static;
    display: flex;
    top:0;
    justify-content: flex-end;
    width: 100%;
  }

  #top_auction .row2.revs .box1 {
    margin-right: 50px;
    margin-left: 0px;
  }

  #top_auction .row2 .box2 .img {
    width: 92.18%;
    position: relative;
    margin-right: -8%;
    margin-bottom: -24px;
  }

  #top_auction .row2 .box1 .msg1 {
    font-size: 1.3rem;
    font-weight: 700;
  }

  #top_auction .row2 .box2 .chara1 {
    position: absolute;
    right: auto;
    left: -19%;
    bottom: -18px;
    width: 33.25%;
  }
}
@media screen and (max-width: 768px) {

  #top_auction .row2 .box1 .logo {
    width: 200px;
    margin-bottom: 30px;
  }

  #top_auction .row2 .box2 .msg1{
    font-size: 1.8rem;
    font-weight: 500;
  }

  #top_auction .row2 .box1 .ttl {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.27;
    margin-bottom: 30px;
  }

  top_auction .row2 .box1 .info .schedule {
    margin-bottom: 20px;
  }

  #top_auction .row2 .box1 .info .schedule dt{
    width: 130px;
    line-height: 31px;
    font-size: 1.4rem;
    margin-bottom: 7px;
  }

  #top_auction .row2 .box1 a {
    font-weight: 700;
    font-size: 1.5rem;
  }

  #top_auction .row2 .box1 .info .schedule dd{
    font-size: 1.5rem;
  }


}

/**/
#top_business #top_support.group::after {
  display: none;
}

#top_support {
  padding-top: 130px;
  padding-bottom: 118px;
  position: relative;
  z-index: 3;
}

#top_business #top_support .headline_m {
  position: absolute;
  left: 0px;
  top: 0px;
}

#top_support .list{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
  margin-left:-24px;
  width: calc(100% + 48px);
  gap:60px 12px;
}

#top_support .list>li{
  width: calc((100% - 24px) / 3);
  text-align: center;
}

#top_support .list>li .box {
  padding-right: 11%;
}

#top_support .list>li .img{
  margin-bottom: 20px;
  position: relative;
}

#top_support .list>li .img picture {
  clip-path: polygon(17% 0%, 100% 0%, 83% 100%, 0% 100%);
  aspect-ratio: 410 / 220;
  overflow: hidden;
}
#top_support .list>li .img picture img{
  object-fit: cover;
  height: 100%;
}

#top_support .list>li .img .chara3{
  position: absolute;
  right:0;
  bottom:-12%;
  width: 153px;
}

#top_support .list>li .img .chara4{
  position: absolute;
  right:0;
  bottom:-12%;
  width: 154px;
}

#top_support .list>li .ttl{
  font-size: 3rem;
  text-align: center;
  margin-bottom: 9px;
  height: 1.33;
  font-weight: 700;
}

#top_support .list>li .msg{
  margin-bottom: 12px;
}

#top_support .list>li .url>a{
  text-align: left;
  font-weight: 500;
}

@media screen and (max-width: 1350px) {
  #top_support {
    padding-bottom: 80px;
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 1024px) {


  #top_support {
    padding-top: 0;
    padding-bottom: 0;
  }

  #top_business   #top_support.group .inr {
    padding-bottom: 40px;
  }

  #top_business #top_auction.group .headline_m{
    position: absolute;
    left: 25px;
    top: 40px;
  }

  #top_business .group .headline_m{
    position: absolute;
    left:25px;
  }


  #top_support .list{
    display: block;
    width: 100%;
    max-width: 800px;
    padding: 0 33px;
    margin: 0 auto;
  }

  #top_support .list>li{
    width: 100%;
    text-align: center;
    margin: 0 auto 40px;
  }

  #top_support .list>li .box {
    padding-right: 0%;
  }

  #top_support .list>li .img{
    margin-bottom: 20px;
    position: relative;
  }

    #top_support .list>li .img .chara3 {
      position: absolute;
      right: -5%;
      bottom: -14%;
      width: 37.44%;
  }

  #top_support .list>li .img .chara4{
    position: absolute;
    right:-5%;
    bottom:-12%;
    width: 37.44%;
  }

  #top_support .list>li .ttl{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 9px;
    height: 1.33;
    font-weight: 700;
  }

  #top_support .list>li .msg {
    margin-bottom: 4px;
    font-size: 1.5rem;
  }

  #top_support .list>li .url>a{
    text-align: left;
    font-weight: bold;
    font-size: 1.3rem;
  }
}

/**/
#top_company {
  position: relative;
  background: #28B4BE;
  margin-top: 50p;
  padding-top: 40px;
  padding-bottom: 300px;
}

#top_company .row{
  display: flex;
}
#top_company .row .box1{
  width: 50%;
  margin-top: 84px;
  background: #fff  ;
  padding-bottom: 50px;
}

#top_company .row .box1 .inr{
  width: 437px;
  margin: 0 auto;
}
#top_company .row .box1 .inr .logo{
  width: 300px;
  margin: -55px auto 10px;
}

#top_company .row .box1 .inr .ttl{
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}
#top_company .row .box1 .inr .en{
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 35px;
}

#top_company .row .box1 .inr table{
  width: 100%;
}
#top_company .row .box1 .inr table td {
  padding: 7px 0px 7px 20px;
  font-size: 1.6rem;
  border-bottom: 10px solid #fff;
}

#top_company .row .box1 .inr table th{
  width: 160px;
  text-align:center;
  padding: 7px;
  vertical-align: middle;
  background: #EBEDEF;
  font-size: 1.6rem;
  border-bottom: 10px solid #fff;
}
#top_company .row .box1 .inr table .map a{
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
#top_company .row .box1 .inr table .map a::after{
  content: '';
  position: absolute;
  top: 8px;
  right: 0;
  width: 12px;
  height: 12px;
  background-image: url(../svg/blank.svg);
}

#top_company .row .box2{
  width: 50%;
}
@media screen and (max-width: 1024px) {

  #top_company {
    position: relative;
    margin-top: 1px;
    padding-top: 0;
    padding-bottom: 49vw;
  }

  #top_company .top_block{
    padding-top: 50px;
  }

  #top_company .row{
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
  }

  #top_company .row .box1 {
    width: 100%;
    margin-top: 45px;
    background: #fff;
    padding-bottom: 26px;
  }

  #top_company .row .box1 .inr{
    width: 100%;
    margin: 0 auto;
    padding: 0 23px;
  }

  #top_company .row .box1 .inr .logo {
    width: 160px;
    margin: 0;
    position: absolute;
    right: 50%;
    margin-right: -80px;
    margin-top: -31px;
  }

  #top_company .row .box1 .inr .ttl{
    padding-top: 67px;
    font-size: 1.8rem;
  }

  #top_company .row .box1 .inr .en {
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 30px;
  }

  #top_company .row .box1 .inr table{
    width: 100%;
  }

  #top_company .row .box1 .inr table td {
    padding: 4px 0px 4px 15px;
    font-size: 1.3rem;
    border-bottom: 7px solid #fff;
  }

  #top_company .row .box1 .inr table th{
    width: 95px;
    padding: 4px;
    font-size: 1.3rem;
    border-bottom: 7px solid #fff;
    font-weight: 700;
  }

  #top_company .row .box1 .inr table .map a{
    font-size: 1.3rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-right: 20px;
  }

  #top_company .row .box1 .inr table .map a::after{
    top: 8px;
    width: 10px;
    height: 10px;
    background-image: url(../svg/blank.svg);
    background-size: 10px;
  }

  #top_company .row .box2{
    width: 100%;
  }
}

#top_contact .headline{
  text-align: center;
}

#top_contact .headline .jp{
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
#top_contact .headline .en{
  display: block;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1;
  color: #28B4BE;
}

#top_contact{
  position: relative;
  background: #1E50A0;
  margin-top: -155px;
  padding-top: 40px;
  padding-bottom: 280px;
}

#top_contact::after {
  content: '';
  position: absolute;
  left: -10%;
  width: 120%;
  background: #1E50A0;
  top: calc(-10.75vw + 1px);
  height: 10.76vw;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}


.form_table_wrap{
  max-width: 740px;
  margin: 35px auto;
}
.form_table{
  width: 100%;
}

.form_table tr th{
  width: 180px;
  color: #fff;
  vertical-align: middle;
  text-align: left;
  padding: 20px 0;
}

.form_table tr th.va_top{
  vertical-align: top;
}

.form_table tr td{
  padding: 20px 0;
}
.form_table tr td .view{
  background: #fff;
  padding: 0.6em 1em;
  min-height: 50px;
}

.check_box label span {
color: #fff;
font-weight: 500;
}

.check_box label span::before {
  top: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background:#fff;
  border-radius: 0px;
}

.check_box label input:checked+span::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  width: 8px;
  height: 13px;
  border-right: 3px solid #1E50A0;
  border-bottom: 3px solid #1E50A0;
  transform: rotate(41deg);
}

::placeholder {
  color: #7E8C9A;
}

input[type="tel"],
input[type="mail"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="time"],
input[type="date"],
input[type="text"] {
  height: 50px;
  border: 1px solid #fff;
  color: inherit;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1.2em;
  padding-right: 1em;
  font-size: 1.6rem;
  text-decoration: none;
  color: #001E3C;
}
textarea {
  height: 300px;
  border: 1px solid transparent;
  font-size: 1.8rem;
  resize: vertical;
  color: #001E3C;
}

.agree{
  text-align: center;
  color:#fff;
}
.agree a{
  color:#fff;
  text-decoration: underline;
}

.agree .msg1{
  font-weight: 500;
  margin-bottom: 20px;
}

.agree .check_list{
  display: flex;
  justify-content: center;
  margin-bottom: 55px;
}

.agree .check_box label span {
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
}

.submit_area{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.submit_button{
  width: 360px;
  height:65px;
  line-height:65px;
  color:#1E50A0;
  text-align: center;
  background-color:#FFF000;
  border-radius: 0px;
  background-image: url(../svg/arrow_button.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  font-weight: 700;
}
.submit_button:hover{
  opacity: 0.5;
}
@media screen and (max-width: 1024px) {

  #top_contact {
    padding-bottom: 130px;
  }


  #top_contact .headline{
    text-align: center;
  }

#top_contact .headline .jp{
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 5px;
}
#top_contact .headline .en{
  display: block;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
  color: #28B4BE;
}

.form_table_wrap{
  max-width: 740px;
  margin: 35px auto;
}
.form_table{
  width: 100%;
}

.form_table,
.form_table tbody,
.form_table tr,
.form_table tr th,
.form_table tr td{
  display: block;
  width: 100%;
  padding: 0;
}

.form_table tr th{
  width: 100%;
  padding: 20px 0;
  font-size: 1.3rem;
}

.form_table tr th.va_top{
  vertical-align: top;
}

.form_table tr td{
  padding: 20px 0;
}

.check_box label span {
color: #fff;
font-weight: 500;
}

.check_box label span::before {
  top: 7px;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background:#fff;
  border-radius: 0px;
}

.check_box label input:checked+span::after {
  content: '';
  position: absolute;
  top: 9px;
  left: 6px;
  width: 8px;
  height: 13px;
  border-right: 3px solid #1E50A0;
  border-bottom: 3px solid #1E50A0;
  transform: rotate(41deg);
}

input[type="tel"],
input[type="mail"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="time"],
input[type="date"],
input[type="text"] {
  height: 50px;
  border: 1px solid #fff;
  color: inherit;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1.2em;
  padding-right: 1em;
  font-size: 1.6rem;
  text-decoration: none;
  color: #001E3C;
}

textarea {
  height: 300px;
  border: 1px solid transparent;
  font-size: 1.5rem;
  resize: vertical;
  color: #001E3C;
}


.agree{
  text-align: center;
  color:#fff;
  font-size: 1.5rem;
}
.agree a{
  color:#fff;
  text-decoration: underline;
}

.agree .msg1{
  font-weight: 500;
  margin-bottom: 20px;
}

.agree .check_list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.submit_area{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.submit_button{
  width: 360px;
  height:65px;
  line-height:65px;
  color:#1E50A0;
  text-align: center;
  background-color:#FFF000;
  border-radius: 0px;
  background-image: url(../svg/arrow_button.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: top 50% right 20px;
  font-weight: 700;
}
.submit_button:hover{
  opacity: 0.5;
}

.check_box label span {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}

.form_table_wrap {
  margin: 20px auto 10px;
  padding: 0 20px;
}

.form_table tr th {
  width: 100%;
  padding: 0;
  font-size: 1.5rem;
}

.form_table tr td{
  padding: 10px 0 20px;
}

input[type="tel"],
input[type="mail"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="time"],
input[type="date"],
input[type="text"] {
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.5rem;
}

}

/*
recruit
*/
.main_visual {
  position: relative;
  z-index: 4;
}


.main_visual picture::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.16);
  z-index: 2;
}

.main_visual picture{
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
  aspect-ratio: 1440 / 1005;
  overflow: hidden;
}

.main_visual picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.recruit_bg_sp{
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  z-index: 0;
}


.main_visual>.img{
  position: relative;
  z-index: 2;
}

.main_visual .text {
  position: absolute;
  left: 0;
  top: 37%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  color: #fff;
}

.main_visual .text .ttl{
  font-size: 14rem;
  font-weight: 600;
  line-height: 1;
}

.main_visual .text .msg{
  font-size: 6rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 1440px) {
  .main_visual .text .ttl{
    font-size: 9.72vw;
    font-weight: 600;
    line-height: 1;
  }

  .main_visual .text .msg{
    font-size: 4.16vw;
    line-height: 1;
    font-weight: 600;
  }
}
@media screen and (max-width: 1024px) {

  .main_visual picture{
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0 100%);
    aspect-ratio: 360 / 538;
    overflow: hidden;
  }


  .main_visual{
    position: relative;
    z-index: 3;
    background: #28B4BE;
  }

  .main_visual .text .ttl {
    font-size: 5.8rem;
    margin-bottom: 0.1em;
  }
  .main_visual .text .msg{
    font-size: 2.4rem;
  }

  .main_visual>.img{
    aspect-ratio: 361/555;
  }
}

.recruit_message {
  position: relative;
  /* bottom: -17%; */
  z-index: 2;
  width: 100%;
  padding: 0 50px;
  margin-top: -14%;
}

.recruit_message .box {
  background: #001E3C;
  position: relative;
  bottom: 0;
  max-width: 1200px;
  margin: -215px auto 0;
  text-align: center;
  padding: 0 9%;
  padding-bottom: 92px;
}

.recruit_message .box .ttl{
  position: absolute;
  left:0;
  top: -16%;
  width: 100%;
}

.recruit_message .box .ttl small {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  display: block;
  line-height: 1;
}

.recruit_message .box .ttl span{
  font-family: Poppins;
  font-weight: 600;
  font-size: 8rem;
  line-height: 1.125;
  text-align: center;
  color: #28b4be;
  display: block;
}

.recruit_message .box .catch{
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  color: #fff;
  padding: 104px 0 30px;
}

.recruit_message .box .msg{
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-align: center;
}

.recruit_message .box .chara1 {
  position: absolute;
  left: -5%;
  top: -28%;
}

.recruit_message .box .chara2 {
  position: absolute;
  right: -8.2%;
  bottom: -16%;
}
@media screen and (max-width: 1440px) {
  .recruit_message .box {
    margin-top: -15%;
  }
}
@media screen and (max-width: 1250px) {
  .recruit_message .box .chara1 {
    position: absolute;
    left: -5%;
    top: -28%;
    width: 26.27%;
  }

  .recruit_message .box .chara2 {
    position: absolute;
    right: -12.2%;
    bottom: -16%;
    width: 111px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_message {
    padding: 0 20px 54px;
  }

  .recruit_message .box .ttl span {
    font-weight: 600;
    font-size: 4.5rem;
  }
  .recruit_message .box .ttl small{
    font-size: 1rem;
  }
  .recruit_message .box .ttl {
    top: -36px;
  }

  .recruit_message .box .catch {
    font-size: 2.4rem;
    padding: 45px 0 30px;
  }

  .recruit_message .box .msg {
    font-size: 1.3rem;
    line-height: 1.84;
    color: #fff;
    font-weight: bold;
  }

  .recruit_message .box {
    margin-top: -90px;
    padding: 0 30px 30px;
  }

  .recruit_message .box .chara1 img {
    transform: rotate(29deg);
  }

  .recruit_message .box .chara1 {
    position: absolute;
    left: -50px;
    top: -2%;
    width: 119px;
  }

  .recruit_message .box .chara2 {
    right: -50px;
    bottom: -16%;
    width: 111px;
  }

}

.page_recruit{
  background: #28B4BE;
}

.recruit_contents {
  position: relative;
  background: #28B4BE;
  z-index: 3;
  margin-top: -405px;
  padding-top: calc( 405px + 125px);
}

.recruit_contents .bg{
  position: absolute;
  width: 100%;
  left:0;
  top:0;
  z-index: 1;
}

.recruit_contents .block{
  position: relative;
  z-index: 3;
}

.recruit_interview{
  padding-bottom: 100px;
}

.recruit_interview .headline{
  text-align: center;
  margin-bottom: 40px;
}

.recruit_interview .headline .jp{
  font-size: 26px;
  line-height: 1.38;
  color: #fff;
  font-weight: bold;
}

.recruit_interview .headline .en{
  font-size: 11rem;
  line-height: 1;
  color: #1E50A0;
  font-weight: 600;
}

.recruit_interview .row{
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 198px;
}

.recruit_interview .row.revs{
  flex-direction: row-reverse;
}

.recruit_interview .row .text{
  width: 932px;
  background: #fff;
  padding:80px 80px;
  padding-right: 380px;
}

.recruit_interview .row.revs .text{
  width: 932px;
  background: #fff;
  padding: 80px;
  padding-right: 80px;
  padding-left: 390px;
}


.recruit_interview .row .text .post{
  display: inline-block;
  color: #fff;
  padding: 0.1em 0.6em;
  background: #63707E;
  font-size: 1.625rem;
  line-height: 35px;
  text-align: left;
  font-weight: bold;
}


.recruit_interview .row .text .name{
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.recruit_interview .row .text .ttl{
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #001e3c;
  margin-bottom: 10px;
}

.recruit_interview .row .text .msg{
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

.recruit_interview .row.revs .img{
  right: auto;
  left:-93px;
}

.recruit_interview .row .img{
  position: absolute;
  width: 674px;
  right:-60px;
  top: 60px;
  z-index: 2;
}

.recruit_interview .row .img img{
  position: relative;
  z-index: 2;
}

.recruit_interview .row .img .base{
  position: absolute;
  right: -25px;
  top:50px;
  z-index: 1;
}

.recruit_interview .row .img .name {
  position: absolute;
  left: -2%;
  bottom: 15%;
}

.recruit_interview .row.revs .img .name {
  left: auto;
  right: -2%;
  bottom: 10%;
}

.recruit_interview .row .img .name>span {
  position: relative;
  font-weight: normal;
  font-size: 90px;
  line-height: 0.95;
  text-align: left;
  color: #1e50a0;
  z-index: 2;
  padding-right: 0.25em;
  display: inline-block;
}

.recruit_interview .row .img .name>span.line2{
  margin-left: 23px;
}

.recruit_interview .row .img .name>span>i{
  position: relative;
  display: inline-block;
  z-index: 2;
}

.recruit_interview .row .img .name>span .after{
  position: absolute;
  display: block;
  top: 0.35em;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  z-index: 1;
}

.recruit_interview .row .img .name>span .after::after{
  content: '';
  position: absolute;
  display: block;
  top:0;
  left:0;
  width: 100%;
  height: 0.6em;
  background: #FFF000;
  transform: skew(-15deg);
  z-index: -1;
  display: inline-block;
}

.recruit_interview .row .img picture{
  position: relative;
  z-index: 2;
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}


@media screen and (max-width: 1200px) {
  .recruit_interview .row .text {
    width: 90%;
    background: #fff;
    padding: 80px 60px;
    padding-right: 500px;
  }

  .recruit_interview .row.revs .text {
    padding-right: 60px;
    padding-left: 547px;
  }

  .recruit_interview .row .img {
    top: 80px;
  }
  .recruit_interview{
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .recruit_interview {
    padding-bottom: 30px;
  }

  .recruit_contents {
    z-index: 0;
    margin-top: -1px;
    padding-top: 20px;
    background: transparent;
  }

  .recruit_interview .row .img .base {
    top: 0;
    right: 0;
    transform: translate(4%, 9%);
    width: 100%;
  }

  .recruit_interview .headline{
    z-index: 3;
  }

  .recruit_interview .headline .jp{
    font-size: 1.6rem;
  }

  .recruit_interview .headline .en{
    font-size: 5.8rem;
    line-height: 1;
    font-weight: 600;
  }

  .recruit_interview .row {
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 70px;
    flex-direction: column;
  }

  .recruit_interview .row.revs .img, .recruit_interview .row .img {
    position: relative;
    right: -42px;
    left: auto;
    top: 0;
    min-width: 0;
    width: 98%;
    margin-top: -15px;
    margin-right: 0;
    align-self: flex-end;
  }

  .recruit_interview .row.revs{
    flex-direction: column;
  }

  .recruit_interview .row .text {
    width: calc(100% - 40px);
    background: #fff;
    padding: 38px 40px 45px;
  }

  .recruit_interview .row.revs .text{
    width: calc(100% - 40px);
    background: #fff;
    padding: 38px 40px;
    padding-right: 40px;
  }

  .recruit_interview .row .text .name{
    font-size: 3rem;
  }

  .recruit_interview .row .text .post {
    padding: 0.1em 0.6em;
    font-size: 1.2rem;
    line-height: 26px;
  }

  .recruit_interview .row .text .ttl{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .recruit_interview .row .text .name {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }

  .recruit_interview .row .text .msg {
    font-size: 1.5rem;
    -webkit-line-clamp: 6;
  }

  .recruit_interview .row .text .button1 {
    margin: 0 auto;
    max-width: 420px;
  }
  .recruit_interview .row .img .name>span{
    font-size: 4.6rem;
  }

  .recruit_interview .row.revs .img .name,
  .recruit_interview .row .img .name {
    position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
  }

}

/*ユーチューブ*/
.recruit_youtube{
  position: relative;
  z-index: 1;
}

.recruit_youtube .box {
  position: absolute;
  left:0%;
  top:50%;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
}

.recruit_youtube .box .text{
  position: relative;
  display: block;
  background: #1E50A0;
  min-height: 206px;
  padding: 55px 0 60px;
}
.recruit_youtube .box .text .text_bg{
  position: absolute;
  left:0;
  top:0;
  background: #1E50A0;
}

.recruit_youtube .box .logo{
  width: 80px;
  margin: 0 auto 10px;
}

.recruit_youtube .box .ttl {
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.recruit_youtube .box .ttl span{
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.277;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.recruit_youtube .box .ttl .blank{
  display: inline-block;
  width: 18px;
  height: 17.79px;
  background-image: url(../svg/blank_wh.svg);
  background-repeat: no-repeat;
  margin-left: 10px;
  margin-top: 0.5em;
  vertical-align: top;
}

.recruit_youtube .box .msg{
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  text-align: 1.33;
  color: #fff;
  text-align: center;
}

.recruit_youtube .box .chara3 {
  width: 293px;
  position: absolute;
  left: -54px;
  top: -96px;
}

.recruit_youtube .box .chara4 {
  width: 216px;
  position: absolute;
  bottom: -106px;
  right: -83px;
}


@media screen and (max-width: 1024px) {

  .recruit_youtube .box {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
  }

  .recruit_youtube .box .logo {
    width: 58px;
    margin: 0 auto 10px;
  }

  .recruit_youtube .box .ttl span {
    font-size: 2.6rem;
    margin-bottom: 5px;
  }

  .recruit_youtube .box .msg{
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 32px;
    text-align: 1.33;
  }
  .recruit_youtube .box .ttl {
    display: block;
  }

  .recruit_youtube .box .ttl .blank {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../svg/blank_wh.svg);
    background-repeat: no-repeat;
    background-size: 14px;
    margin-left: 7px;
    margin-top: 0.8em;
    vertical-align: top;
  }

  .recruit_youtube .box .chara3 {
    width: 42%;
    left: -36px;
    top: -13%;
    }

  .recruit_youtube .box .chara4 {
    width: 30%;
    right: -34px;
    bottom: -25%;
  }

  .recruit_youtube .box .text {
    min-height: 0;
    padding: 41px 0 49px;
  }
}

.recruit_work_environment{
  margin-top: -10px;
}

.recruit_work_environment .head{
  position: relative;
  z-index: 1;
  height: 100%;
}

.recruit_work_environment .head picture{
  position: relative;
  aspect-ratio: 1440 / 768;
}


.recruit_work_environment .head picture img{
  object-fit: cover;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}

.recruit_work_environment .head picture::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.16);
  z-index: 2;
}

.recruit_work_environment .head .img .bg {
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  aspect-ratio: 1440 / 768;
}

.recruit_work_environment .head .img .bg span{
  background: #1e50a1;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}

.recruit_work_environment .head picture{
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  z-index: 2;
}

.recruit_work_environment .head .text .headline{
  margin-bottom: 0.8em;
}

.recruit_work_environment .head .text .headline .jp{
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.38;
  color: #fff;
  margin-bottom: 0.5em;
}


.recruit_work_environment .head .text .headline .en{
  font-weight: 600;
  font-size: 11rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}


.recruit_work_environment .head .text{
  position: absolute;
  top:50%;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 3;
}

.recruit_work_environment .head .text .msg{
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
}

.recruit_work_environment .body{
  position: relative;
  margin-top: -170px;
  z-index: 2;
  padding: 0 50px;
}

.recruit_work_environment .body .box {
  padding: 76px 40px 52px;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.recruit_work_environment .body .box .ttl{
  position: absolute;
  left:0;
  top:-15px;
  width: 100%;
  text-align: center;
}

.recruit_work_environment .body .box .ttl span {
  font-size: 2.4rem;
  line-height: 30px;
  height: 32px;
  background: #1E50A0;
  color: #fff;
  text-align: center;
  padding: 0 0.5em;
  font-weight: bold;
  display: inline-block;
}

.recruit_work_environment .body .row2{
  display: flex;
  gap:3.3%;
  margin-bottom: 47px;
}

.recruit_work_environment .body .row2>li{
  width: calc((100% - 3.3%) / 2);
}

.recruit_work_environment .body .row2>li>.box .img{
  display: block;
}

.recruit_work_environment .body .row3{
  display: flex;
  gap:3.3%;
  margin-bottom: 47px;
  justify-content: space-between;
}

.recruit_work_environment .body .row3>li{
  width: calc((100% - 6.6%) / 3);
}

.recruit_work_environment .body .row3>li .box {
  padding-left: 23px;
  padding-right: 23px;
}

.recruit_work_environment .body .row3>li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 137px;
}

.recruit_work_environment .body .income{
  display: flex;
  flex-wrap:wrap;
  width: 100%;
}

.recruit_work_environment .body .income dt{
  width: 103px;
  font-size: 1.8rem;
  color: #1E50A0;
  font-weight: bold;
}

.recruit_work_environment .body .income dd{
  width: calc(100% - 103px);
  color: #fff;
  line-height: 34px;
}

.recruit_work_environment .body .income dd span{
  display: block;
  background: #0E3A81;
  padding: 0 0.5em;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: bold;
}
.recruit_work_environment .body .income dd span small{
  font-size: 1.3rem;
  font-weight: bold;
  font-family: "Noto Sans JP";
}

.recruit_work_environment .body .income_wrap{
  width: 100%;
}

.recruit_work_environment .body .income:not(:last-child){
  margin-bottom: 10px;
}

.recruit_work_environment .body .income dd span.income2{ background: #1E50A0; width: 90%;}
.recruit_work_environment .body .income dd span.income3{ background: #3384D6; width: 80%;}
.recruit_work_environment .body .income dd span.income4{ background: #36A6E2; width: 70%;}

.recruit_work_environment .body .box7{
  padding-bottom: 30px;
  padding-top: 60px;
}

.recruit_work_environment .body .box8{
  padding-top: 40px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 15px;
}

.recruit_work_environment .body .dayoff_wrap{
  width: 100%;
}

.recruit_work_environment .body .dayoff{
  display: flex;
}

.recruit_work_environment .body .dayoff:not(:last-child){
  margin-bottom: 10px;
}

.recruit_work_environment .body .dayoff>dt{
  color: #1E50A0;
  font-size: 1.8rem;
  width: 175px;
  background: #EBEDEF;
  padding: 0 0.5em;
  font-weight: bold;
}

.recruit_work_environment .body .dayoff>dd{
  width: calc(100% - 175px);
}

.recruit_work_environment .body .dayoff>dd span{
 display: block;
 background: #1E50A0;
 color: #fff;
 font-weight: bold;
 font-size: 1.8rem;
 text-align: center;
}
.recruit_work_environment .body .dayoff>dd span.fix{
  background: #28B4BE;
}

.recruit_work_environment .body .time_wrap{
  width: 100%;
}

.recruit_work_environment .body .time{
  display: flex;
}

.recruit_work_environment .body .time:not(:last-child){
  margin-bottom: 10px;
}

.recruit_work_environment .body .time>dt{
  color: #1E50A0;
  font-size: 1.8rem;
  width: 193px;
  background: #EBEDEF;
  padding: 0 0.5em;
  font-weight: bold;
}

.recruit_work_environment .body .time>dd{
  width: calc(100% - 193px);
}

.recruit_work_environment .body .time>dd span{
 position: relative;
 display: block;
 background: #1E50A0;
 color: #fff;
 font-weight: bold;
 font-size: 1.8rem;
 text-align: center;
}

.recruit_work_environment .body .time>dd span sup{
  font-size: 1rem;
  position: relative;
  line-height: 1;
}
.recruit_work_environment .body .time>dd span sup small{
  position: absolute;
  right:-1em;
  top:-0.3em;
}

.recruit_work_environment .body .note{
  font-size: 1.2rem;
  text-align: right;
  font-size: 600;
  margin-top: 0.2em;
  color: #1E50A0;
  position: relative;
}

.recruit_work_environment .body .note span{
  position: absolute;
  right: 0;
  top:0;
}

.recruit_work_environment .body .time>dd .type2{
  padding-left: 0.5em;
}
@media screen and (max-width: 1200px) {
  .recruit_work_environment .head .text .headline .en {
    font-size: 8vw;
  }

  .recruit_work_environment .body {
    position: relative;
    margin-top: -10%;
    z-index: 2;
  }

  .recruit_work_environment .body .box {
    padding-left: 30px;
    padding-right: 30px;
  }

}
@media screen and (max-width: 1024px) {
  .recruit_work_environment .head .text .headline .jp {
    font-size: 1.6rem;
  }

  .recruit_work_environment .head .text .headline{
    margin-bottom: 0.8em;
  }

  .recruit_work_environment .head .text .headline .en{
    font-size: 5.8rem;
  }

  .recruit_work_environment .head .text{
    position: absolute;
    top:50%;
    width: 100%;
    transform: translateY(-50%);
    color: #fff;
  }

  .recruit_work_environment .head .text .msg{
    font-size: 1.3rem;
  }

  .recruit_work_environment .head picture {
    clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 91%);
    aspect-ratio: 360 / 462;
    z-index: 2;
  }

  .recruit_work_environment .body {
    position: relative;
    margin-top: -71px;
    z-index: 2;
    padding: 0 20px;
  }

  .recruit_work_environment .body .box {
    padding: 47px 20px 24px;
  }

  .recruit_work_environment .body .box .ttl{
    position: absolute;
    left:0;
    top:-15px;
    width: 100%;
    text-align: center;
  }

  .recruit_work_environment .body .box .ttl span {
    font-size: 1.6rem;
    line-height: 25px;
    height: 26px;
    padding: 0 0.5em;
  }

  .recruit_work_environment .body .row2{
    display: block;
    margin-bottom: 30px;
  }

  .recruit_work_environment .body .row2>li{
    width: 100%;
    margin-bottom: 30px;
  }

  .recruit_work_environment .body .row2>li>.box .img {
    display: block;
    width: 100%;
  }

  .recruit_work_environment .body .row3{
    display: block;
    margin-bottom: 30px;
  }

  .recruit_work_environment .body .row3>li{
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }

  .recruit_work_environment .body .row3>li .box {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .recruit_work_environment .body .row3>li .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 137px;
  }

  .recruit_work_environment .body .row3>li .box7{
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .recruit_work_environment .body .row3>li .box8{
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }

  .recruit_work_environment .body .note{
    font-size: 1rem;
    position: static;
  }

  .recruit_work_environment .body .note span{
    position: static;
    right: 0;
    top:0;
  }

  .recruit_work_environment .body .time>dd .type2{
    padding-left: 0.5em;
  }

}

/*.recruit_benefit_system*/

.recruit_benefit_system{
  margin-top: 150px;
  padding-bottom: 80px;
  padding: 0 30px;
}

.recruit_benefit_system .row1{
  display: flex;
  margin-left: -20px;
  max-width: 1270px;
  margin-bottom: 30px;
}

.recruit_benefit_system .row1 .col1,
.recruit_benefit_system .row1 .col2{
  min-width: 650px;
}

.recruit_benefit_system .row1 .col1 {
  margin-right: -15px;
}

.recruit_benefit_system .row1 .col2 {
  margin-left: -15px;
}

.recruit_benefit_system .row1 picture{
  clip-path: polygon(17.9% 0%, 100% 0%, 82.1% 100%, 0% 100%);
  aspect-ratio:650/349;
}
.recruit_benefit_system .row1 picture img{
  position: relative;
  height: 100%;
  left: 0;
  top:0;
  width: 100%;
}

.recruit_benefit_system .head {
  position: relative;
  max-width: 495px;
  width: 86%;
  margin: 5px 0 0 15px;
}


.recruit_benefit_system .head .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  justify-content: center;
  display: flex;
  padding-right: 1em;
  transform: translateY(-50%);
  z-index: 2;
}

.recruit_benefit_system .head .text .chara {
  position: absolute;
  right: -93px;
  bottom: -122px;
}

.recruit_benefit_system .headline .jp{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
.recruit_benefit_system .headline .en{
  font-size: 8rem;
  line-height: 1;
  font-weight: bold;
  color: #1E50A0;
}

.recruit_benefit_system .headline>span{
  display: inline-block;
}

.recruit_benefit_system .inr{
  max-width: 420px;
  margin-left: 70px;
  margin-top: -28px;
}

.recruit_benefit_system .inr .msg{
  font-size: 1.6rem;
  line-height: 1.625;
  color: #fff;
  font-weight: bold;
}

.recruit_benefit_system .inr .ttl{
  margin-bottom: 15px;
  position: relative;
}

.recruit_benefit_system .inr .ttl>span{
  line-height: 50px;
  display: inline-block;
  font-size: 3rem;
  background: #FFF000;
  font-weight: bold;
  color: #1E50A0;
  padding: 0 0.5em;
}
@media screen and (max-width: 1270px) {
  .recruit_benefit_system .head .text .chara {
    right: -75px;
    width: 35%;
    bottom: -119px;
  }

  .recruit_benefit_system .row1{
    margin-left: -5%;
  }
  .recruit_benefit_system .row1 .col1,
  .recruit_benefit_system .row1 .col2 {
    min-width:55%;
  }
  .recruit_benefit_system .inr {
    margin-left: 50px;
    padding-right: 10px;
  }

}
@media screen and (max-width: 1024px) {

  .recruit_benefit_system {
    margin-top: 90px;
    padding-bottom: 80px;
    padding: 0 0 30px;
  }

  .recruit_benefit_system .row1{
    display: block;
    margin-left: 0;
  }

  .recruit_benefit_system .row1 .col1,
  .recruit_benefit_system .row1 .col2 {
    min-width: 0;
    width: 100%;
    padding: 0px 20px 30px;
  }

  .recruit_benefit_system .row1 .col1 {
    margin-right: 0px;
  }

  .recruit_benefit_system .row1 .col2 {
    margin-left: 0px;
  }

  .recruit_benefit_system .head {
    position: relative;
    max-width: none;
    width: 95%;
    margin:0 auto 45px;
  }

  .recruit_benefit_system .head .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    justify-content: center;
    display: flex;
    padding-right: 1em;
    transform: translateY(-50%);
    z-index: 2;
  }

  .recruit_benefit_system .head .text .chara {
    position: absolute;
    right: -17px;
    bottom: auto;
    width: 33%;
    top: 71%;
}

  .recruit_benefit_system .headline .jp{
    font-size: 1.2rem;
  }
  .recruit_benefit_system .headline .en{
    font-size: 4.5rem;
  }

  .recruit_benefit_system .headline>span{
    display: inline-block;
  }

  .recruit_benefit_system .inr {
    max-width: 420px;
    margin: auto;
    margin-top: -16px;
    padding: 0 20px;
  }

  .recruit_benefit_system .inr .msg{
    font-size: 1.3rem;
  }

  .recruit_benefit_system .inr .ttl{
    margin-bottom: 10px;
    position: relative;
  }

  .recruit_benefit_system .inr .ttl>span{
    line-height: 28px;
    font-size: 2rem;
    padding: 0 0.5em;
  }
}

.recruit_work .head .img{
  position: relative;
  aspect-ratio: 1440 / 768;
  overflow: hidden;
}


.recruit_work .head .img picture img{
  object-fit: cover;
  position: absolute;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
}

.recruit_work .head .img picture::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.16);
  z-index: 2;
}

.recruit_work .head .img .bg1 {
  position: absolute;
  clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
  aspect-ratio: 1440 / 768;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  left:0;
  top:0;
}

.recruit_work .head .img .bg1 span{
  background: #1e50a1;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  left:0;
  top:0;
  position: absolute;
}

/* .recruit_work .head .img picture{
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
}
 */
.recruit_work .head .img picture{
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  z-index: 2;
}

.recruit_work .head{
  position: relative;
  margin-bottom: -1px;
}

.recruit_work .body {
  background: #1E50A0;
  padding: 0 50px;
  padding-bottom: 20vw;
}

.recruit_work .text {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  justify-content: center;
  display: flex;
  padding-right: 1em;
  transform: translateY(-50%);
  z-index: 2;
}

.recruit_work .headline{
  text-align: center;
  margin-bottom: 40px;
}

.recruit_work .headline .jp{
  font-size: 26px;
  line-height: 1.38;
  color: #fff;
  font-weight: bold;
}

.recruit_work .headline .en{
  font-size: 11rem;
  line-height: 1;
  color: #fff;
  font-weight: 600;
}

.recruit_work .group{
  margin-bottom: 100px;
}

.recruit_work .work_list{
  display: flex;
  gap:20px;
  flex-wrap: wrap;
}

.recruit_work .work_list>li{
  width: calc((100% - 20px) / 2 );
}

.recruit_work .work_list>li a{
  position: relative;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  height: 100px;
  text-align: left;
  color: #001e3c;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.recruit_work .work_list>li a::after{
  content: '';
  position: absolute;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(../svg/arrow_button.svg);
  background-size: 24px;
  background-repeat: no-repeat;
}

.recruit_work .work_list>li a.disabled {
  background: #CED4D9;
  color: #7E8C9A;
}
.recruit_work .work_list>li a.disabled::after{
  display: none;
}

.recruit_work .work_list>li a.disabled::before{
  content: '只今募集はございません';
  position: absolute;
  text-align: right;
  right: 20px;
  font-weight: 500;
  font-size: 1.6rem;
  width: 100%;
}
@media screen and (max-width: 1440px) {

  .recruit_work .headline .jp{
    font-size: 1.8vw;
    line-height: 1.38;
    color: #fff;
    font-weight: bold;
  }

  .recruit_work .headline .en{
    font-size: 7.63vw;
    line-height: 1;
    color: #fff;
  }

}

@media screen and (max-width: 1024px) {

  .recruit_work .head{
    position: relative;
    margin-bottom: -1px;
  }

  .recruit_work .body {
    background: #1E50A0;
    padding: 30px 20px 20px;
    padding-bottom: 20vw;
  }

  .recruit_work .text {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    justify-content: center;
    display: flex;
    padding-right: 0;
    transform: translateY(-50%);
    z-index: 2;
  }

  .recruit_work .head .img {
    aspect-ratio: 360 / 463;
    overflow: hidden;
  }

  .recruit_work .head .img picture {
    clip-path: polygon(0 0, 100% 9%, 100% 100%, 0 91%);
    z-index: 2;
  }

  .recruit_work .head .img .bg1 {
    clip-path: polygon(0 9%, 100% 0, 100% 100%, 0 100%);
    aspect-ratio: 360 / 463;
  }

  .recruit_work .headline{
    text-align: center;
    margin-bottom: 40px;
  }

  .recruit_work .headline .jp{
    font-size: 1.6rem;
  }

  .recruit_work .headline .en{
    font-size: 5.8rem;
  }

  .recruit_work .group {
    margin-bottom: 50px;
  }

  .recruit_work .work_list{
    display: block;
  }

  .recruit_work .work_list>li{
    width: 100%;
    margin-bottom: 23px;
  }

  .recruit_work .work_list>li a{
    position: relative;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 1.5;
    height: 60px;
    padding: 0 20px;
  }

  .recruit_work .work_list>li a::after{
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../svg/arrow_button.svg);
    background-size: 20px;
  }

  .recruit_work .work_list>li a.disabled::before{
    right: 20px;
    font-weight: 500;
    font-size: 1rem;
    width: 100%;
  }

}

/*lower 詳細*/

.lower_bg{
  background-image:url(../img/lower_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 1422px;
  background-color: #1E50A0;
  z-index: -1;

}

.page_recruit_detail{
  position: relative;
  padding: 30px 30px 145px;
}

.close_page{
  position: fixed;
  right: 0;
  top:0;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: 24px auto;
  background-image: url(../svg/close.svg);
  cursor: pointer;
  background-color: #1E50A0;
  background-repeat: no-repeat;
  z-index: 101;
  cursor: pointer;
}

.page_recruit_detail .visual{
  position: relative;
  margin-bottom: 42px;
}

.page_recruit_detail .visual picture{
  clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%);
}
/* clip-path: polygon(0 0, 100% 0%, 100% 84%, 0% 100%); */
.page_recruit_detail .visual .text{
  position: absolute;
  left:0;
  top:50%;
  padding-left: 55%;
  transform:translateY(-50%);
}

.page_recruit_detail .visual .text .box .post{
  display: inline-block;
  height: 46.59px;
  line-height: 46.59px;
  background: #63707E;
  color:#fff;
  padding: 0 0.5em;
  font-weight: bold;
  margin-bottom: -1px;
  font-size: 2.4rem;
}

.page_recruit_detail .visual .text .box .name1>span{
  display: inline-block;
  font-size: 8rem;
  line-height: 1.125;
  background: #1E50A0;
  color:#fff;
  padding: 0 16px 0.15em;
  font-weight: bold;
}

.page_recruit_detail .visual .name {
  position: absolute;
  left: 9%;
  bottom: 3%;
}

.page_recruit_detail .visual .name>span {
  position: relative;
  font-weight: normal;
  font-size: 11.7rem;
  line-height: 0.95;
  text-align: left;
  color: #1e50a0;
  z-index: 2;
  padding-right: 0.25em;
  display: inline-block;
}

.page_recruit_detail .visual .name>span.line2{
  margin-left: 23px;
}

.page_recruit_detail .visual .name>span>i{
  position: relative;
  display: inline-block;
  z-index: 2;
}

.page_recruit_detail .visual .name>span .after{
  position: absolute;
  display: block;
  top: 0.35em;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  z-index: 1;
}

.page_recruit_detail .visual .name>span .after::after{
  content: '';
  position: absolute;
  display: block;
  top:0;
  left:0;
  width: 100%;
  height: 0.6em;
  background: #FFF000;
  transform: skew(-15deg);
  z-index: -1;
  display: inline-block;
}

.page_recruit_detail .row{
  display: flex;
  margin-bottom: 40px;
}

.page_recruit_detail .row.revs{
  flex-direction: row-reverse;
}

.page_recruit_detail .row .box{
  width: 900px;
  padding: 50px;
  background: #fff;
}

.page_recruit_detail .row .box .ttl{
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  text-align: left;
  color: #1e50a0;
  margin-bottom: 20px;
}

.page_recruit_detail .row .box .msg{
  font-size: 1.6rem;
  line-height: 2;
}

/**/
@media screen and (max-width: 1024px) {

  .page_recruit_detail{
    position: relative;
    padding: 20px 20px 65px;
   }

  .page_recruit_detail .close_page{
    width: 40px;
    height: 40px;
    background-size: 16px auto;
    z-index: 1;
  }

  .page_recruit_detail .visual{
    margin-bottom: 35px;
  }

  .page_recruit_detail .visual picture{
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  }

  .page_recruit_detail .visual .text{
    position: absolute;
    left:auto;
    top:50%;
    right:0;
    bottom: 0;
    padding-left: 0%;
    transform:translateY(0%);
    text-align: left;
  }

  .page_recruit_detail .visual .text .box .post{
    display: inline-block;
    height: 23px;
    line-height: 23px;
    margin-bottom: -1px;
    font-size: 1.1rem;
  }

  .page_recruit_detail .visual .text .box .name1>span{
    font-size: 3.6rem;
    line-height: 1.125;
    padding: 0 16px 0.15em;
  }

  .page_recruit_detail .visual .name {
    position: absolute;
    left: 0;
    bottom: 3%;
  }

  .page_recruit_detail .visual .name>span {
    position: relative;
    font-weight: normal;
    font-size: 5.8rem;
    padding-right: 0.25em;
    display: inline-block;
    z-index: 2;
  }

  .page_recruit_detail .visual .name>span.line2{
    margin-left: 23px;
    font-size: 5.6rem;
  }

  .page_recruit_detail .visual .name>span>i{
    position: relative;
    display: inline-block;
    z-index: 2;
  }

  .page_recruit_detail .visual .name>span .after{
    position: absolute;
    display: block;
    top: 0.35em;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    z-index: 1;
  }

  .page_recruit_detail .visual .name>span .after::after{
    content: '';
    position: absolute;
    display: block;
    top:0;
    left:0;
    width: 100%;
    height: 0.6em;
    background: #FFF000;
    transform: skew(-15deg);
    z-index: -1;
    display: inline-block;
  }

  .page_recruit_detail .row{
    display: flex;
    margin-bottom: 20px;
  }

  .page_recruit_detail .row.revs{
    flex-direction: row-reverse;
  }

  .page_recruit_detail .row .box{
    width: 100%;
    padding: 26px 30px;
    background: #fff;
  }

  .page_recruit_detail .row .box .ttl{
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .page_recruit_detail .row .box .msg{
    font-size: 1.3rem;
    line-height: 1.61;
  }

}


/*モーダル*/
/* モーダルの基本スタイル */
.modal_window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  display: none; /* 初期状態は非表示 */
}
body.opened .modal_window {
  overflow-y:scroll;
}

.modal_container {
  position: relative;
  width: 100%;
  z-index: 100;
  margin: 0 auto;
  max-width: 1440px;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.interview_container {
  display: none; /* 初期状態で非表示 */
}

.modal_layer{
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height: 100%;
  background-image: url(../img/lower_bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #1E50A0;
  background-size: 100% 1422px;
  z-index: -1;
}

.lower_bg{
  background-image:url(../img/lower_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 1422px;
  background-color: #1E50A0;
}

/*下層コンテナー*/
.lower #container {
  padding-top: 100px;
  padding-bottom: 15vw;
}

.lower .wrap{
  max-width: 780px;
  margin: 0 auto;
  padding: 0 20px;
}

.lower .wrap .form_table_wrap{
  padding: 0;
}

.page_entry .head{
  margin-bottom: 80px;
}

.page_entry .group1{
  margin-bottom: 100px;
}
.page_entry .group2{
  padding-top: 100px;
  margin-bottom: 100px;
}

.page_entry .entry_caption{
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #fff;
}

.page_entry .button2{
  position: relative;
  display: block;
  font-weight: bold;
  width: 240px;
  font-size: 16px;
  text-decoration: none;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #1E50A0;
  border:1px solid #fff;
  margin: 0 auto;
}

.page_entry .button2::after{
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 15px;
  width: 16px;
  height: 16px;
  background-image: url(../svg/arrow_button_white.svg);
  transform: rotate(180deg);

}

.page_entry .back_button{
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {

  .page_entry .head{
    margin-bottom: 40px;
  }

  .page_entry .group1{
    margin-bottom: 55px;
  }
  .page_entry .group2{
    padding-top: 55px;
    margin-bottom: 55px;
  }

  .page_entry .entry_caption {
    font-size: 1.3rem;
    line-height: 1.84;
    text-align: left;
    color: #fff;
  }

}

.error{
  color: #fff;
  text-shadow: -1px 1px 1px #ea0000,
              -1px -1px 1px #ea0000,
              1px 1px 1px #ea0000,
              1px -1px 1px #ea0000;
}

/*privacy*/
.privacy_block {
  line-height: 1.8;
  font-size: 1.6rem;
  background: #1E50A0;
  color: #FFF;
  padding-top: 150px;
  padding-bottom: 300px;
}
.privacy_block .wrap_m{
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
}

.privacy_block .headline_m2{
  font-size: 2.6rem;
  margin-bottom: 1em;
  font-weight: bold;
}
.privacy_block .headline_s2{
  font-size: 2.0rem;
  margin-bottom: 0.5em;
  font-weight: bold;
}



.privacy_block .read{
  margin-bottom: 40px;
}

.privacy_block section{
  margin-bottom: 70px;
}

.privacy_block section .list>li{
  position: relative;
  padding-left: 1em;
}

.privacy_block section .list>li::before{
  position: absolute;
  content: "";
  left:2px;
  top:15px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #FFF;
}

.privacy_block section .msg2{
  margin-bottom: 30px;
}

.privacy_block section .update{
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .privacy_block {
    line-height: 1.8;
    font-size: 1.4rem;
    padding-top: 50px;
    padding-bottom: 100px;
  }
  .privacy_block .wrap_m{
    max-width: 1000px;
    margin: 0 auto;
    padding: 1em;
  }

  .privacy_block .headline_m2{
    font-size: 2.2rem;
  }
  .privacy_block .headline_s2{
    font-size: 1.7rem;
  }



  .privacy_block .read{
    margin-bottom: 30px;
  }

  .privacy_block section{
    margin-bottom: 50px;
  }

  .privacy_block section .list>li{
    position: relative;
    padding-left: 1em;
  }

  .privacy_block section .list>li::before{
    position: absolute;
    content: "";
    left:2px;
    top:15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }

  .privacy_block section .msg2{
    margin-bottom: 20px;
  }

  .privacy_block section .update{
    margin-top: 20px;
  }

}
