@charset "UTF-8";
/* Scss Document */
@import url(aside.css);
body {
  position: relative;
  padding: 180px 0 0; }

@media (max-width: 480px) {
  body {
    position: relative;
    padding: 120px 0 0; } }
/*max-width:480px*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 7777; }

.fixed_recruit {
  position: fixed;
  top: 18px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  width: 171px;
  height: 170px;
  z-index: 8888; }
  .fixed_recruit:before {
    background: url("../images/common/fixed_recruit_bg.svg") center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    animation: rotate_anime 20s linear infinite; }
  .fixed_recruit:after {
    background: url("../images/common/fixed_recruit.svg") center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    content: "";
    top: 10px;
    left: 52%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    width: 64px;
    height: 82px;
    animation: pyon 5s linear infinite; }
  .fixed_recruit p {
    width: 100%;
    position: absolute;
    z-index: 1;
    text-align: center;
    font: 2.9rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #113479;
    padding: 0 0 20px; }
    .fixed_recruit p span {
      margin: 5px 0 0;
      display: block;
      font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700; }

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes pyon {
  0% {
    top: 10px; }
  15% {
    top: 10px; }
  50% {
    top: 10px; }
  60% {
    top: 0px; }
  70% {
    top: 10px; }
  100% {
    top: 10px; } }
.fixed_contact {
  position: fixed;
  top: 200px;
  right: 10px;
  width: 92px;
  height: 92px;
  text-align: center;
  color: #fff;
  font: 1.6rem/110px 'Noto Sans JP', sans-serif;
  font-weight: 700;
  z-index: 7777; }
  .fixed_contact:after {
    background: url("../images/common/fixed_contact_bg.svg") center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: rotate_anime 20s linear infinite; }
  .fixed_contact:before {
    background: url("../images/common/contact.svg") center center no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    content: "";
    z-index: 1;
    top: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    width: 26px;
    height: 20px; }

.header_box {
  background-color: #fff;
  padding: 5px 200px 0 0;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; }
  .header_box h1 {
    font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    position: relative;
    padding: 0 0 0 70px; }
    .header_box h1 span {
      padding: 0 0 0 10px;
      color: #00B1ED; }
    .header_box h1:before {
      background: url("../images/common/logo.svg") center center no-repeat;
      background-size: contain;
      position: absolute;
      content: "";
      display: block;
      width: 40px;
      height: 28px;
      left: 14px;
      top: -3px; }

nav {
  max-width: 640px;
  width: calc(100% - 315px); }

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .header_nav a.head_nav_contact {
    padding: 7px 25px;
    border-radius: 50px;
    background-color: #113479;
    color: #fff; }
  .header_nav a {
    font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700; }
  .header_nav li.pc_none {
    display: none; }

@media (hover: hover) {
  .header_nav a.head_nav_contact:hover {
    color: #fff;
    background-color: #fcc800; }
  .header_nav a:hover {
    color: #fcc800;
    font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500; } }
@media (max-width: 1280px) {
  header {
    z-index: 99999; }

  .header_box {
    padding: 0 0 0 0;
    height: 60px; }
    .header_box h1 {
      font: 1.7rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      position: relative;
      padding: 0 0 0 60px;
      flex: 1; }
      .header_box h1:before {
        width: 35px;
        height: 25px;
        left: 14px;
        top: -3px; }
    .header_box .sp_head_contact {
      display: block;
      width: 60px;
      height: 60px;
      background: url("../images/common/sp_head_contact.svg") center center no-repeat;
      background-size: 30px; }

  .fixed_recruit,
  .fixed_contact {
    display: none; }

  nav {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow-y: scroll;
    position: absolute;
    padding: 0 0 25% 0;
    left: auto;
    right: -100%;
    background-color: #fff;
    top: 60px;
    transition: .3s; }
    nav::-webkit-scrollbar {
      width: 10px; }
    nav::-webkit-scrollbar-track {
      background-color: #fff; }
    nav::-webkit-scrollbar-thumb {
      background-color: #ccc; }
    nav.sp_active {
      display: block;
      z-index: 99999;
      right: 0; }

  .header_nav {
    display: block;
    width: 100%;
    max-width: 375px;
    margin: 0 auto;
    padding: 60px 0 0 140px;
    position: relative; }
    .header_nav:before {
      position: absolute;
      content: "";
      display: block;
      left: 0%;
      background: url("../images/recruit/fixed_recruit.svg") center center no-repeat;
      background-size: contain;
      width: 95px;
      height: 112px;
      top: 100px; }
    .header_nav a.head_nav_contact {
      padding: 0;
      width: 100%;
      border-radius: 0;
      background-color: #fff;
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700 !important;
      color: #113479;
      letter-spacing: 0; }
    .header_nav li {
      margin: 0 0 30px; }
      .header_nav li > a {
        font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500;
        display: block;
        width: 100%;
        position: relative;
        padding: 0 0 0 15px; }
        .header_nav li > a:before {
          position: absolute;
          content: "";
          left: 0;
          top: 6px;
          width: 4px;
          height: 4px;
          border-top: 2px solid #00B1ED;
          border-right: 2px solid #00B1ED;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .header_nav li > a.top {
          color: #00B1ED;
          padding: 0; }
          .header_nav li > a.top:before {
            display: none; }
      .header_nav li.pc_none {
        display: block; }
      .header_nav li.sp_nav_home, .header_nav li.sp_nav_privacy {
        display: block; }
        .header_nav li.sp_nav_home a, .header_nav li.sp_nav_privacy a {
          font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
          font-weight: 700 !important;
          color: #113479; }
    .header_nav .sub_menu {
      padding: 0;
      display: block;
      transition: .3s;
      position: relative;
      width: 100%;
      left: auto;
      top: auto;
      z-index: 999;
      pointer-events: all;
      visibility: visible;
      opacity: 1; }
      .header_nav .sub_menu a {
        font: 1.6rem/1.0 'Noto Sans JP', sans-serif;
        font-weight: 500;
        display: block;
        margin: 0 0 18px; }
        .header_nav .sub_menu a:before {
          position: absolute;
          content: "";
          left: 3px;
          top: 5px;
          width: 5px;
          height: 5px;
          border-top: 2px solid #ccc;
          border-right: 2px solid #ccc;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
      .header_nav .sub_menu.active, .header_nav .sub_menu.sp_active {
        z-index: 999;
        pointer-events: all;
        visibility: visible;
        opacity: 1;
        height: auto; }
      .header_nav .sub_menu > div {
        display: block;
        width: 100%;
        padding: 0;
        height: auto; }
        .header_nav .sub_menu > div div {
          max-width: 100% !important;
          width: 100%;
          display: block; }
      .header_nav .sub_menu p {
        font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        width: 100%;
        color: #113479;
        position: relative;
        padding: 0;
        text-align: left;
        margin: 0 0 18px; }
        .header_nav .sub_menu p.tibi:before {
          width: 77px;
          height: 72px;
          top: 0; }
        .header_nav .sub_menu p.papa:before {
          width: 95px;
          height: 112px;
          top: 0; }
        .header_nav .sub_menu p:before {
          top: 0%;
          left: -120px;
          -webkit-transform: translate(0%, 0%);
          /* Safari用 */
          transform: translate(0%, 0%); } }
@media (max-width: 1280px) and (hover: hover) {
  .header_nav li > a:hover {
    color: #fcc800; }
  .header_nav a.head_nav_contact:hover {
    color: #fcc800;
    background-color: #fff; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  nav {
    width: 100%;
    max-width: 100%;
    padding: 0 0 25% 0;
    right: -100%; } }
/*max-width:768px*/
@media (max-width: 480px) {
  nav {
    width: 100%;
    max-width: 100%;
    padding: 0 0 25% 0;
    right: -100%; }

  .header_nav li {
    margin: 0 0 30px; }
  .header_nav:before {
    position: absolute;
    content: "";
    display: block;
    left: 25px;
    background: url("../images/recruit/fixed_recruit.svg") center center no-repeat;
    background-size: contain;
    width: 95px;
    height: 112px;
    top: 100px; }

  .sub_menu p.tibi:before {
    width: 65px;
    height: 60px;
    top: 0; }
  .sub_menu p.papa:before {
    width: 80px;
    height: 94px;
    top: 0; }
  .sub_menu p:before {
    top: 0%;
    left: -90px;
    -webkit-transform: translate(0%, 0%);
    /* Safari用 */
    transform: translate(0%, 0%); } }
/*max-width:768px*/
/******************************************************/
.toggle {
  display: none; }

@media (max-width: 1280px) {
  .toggle {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    position: relative;
    background-color: #000;
    height: 60px;
    width: 60px; }
    .toggle span {
      background-color: #fff;
      height: 3px;
      width: 50%;
      display: block;
      position: absolute;
      transition: .3s;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      /* Safari用 */
      transform: translate(-50%, -50%); }
      .toggle span:nth-of-type(1) {
        top: 33%; }
      .toggle span:nth-of-type(2) {
        top: 50%; }
      .toggle span:nth-of-type(3) {
        top: 67%; }
    .toggle.active span:nth-of-type(1) {
      transform: rotate(-135deg);
      top: 45%;
      left: 25%; }
    .toggle.active span:nth-of-type(2) {
      opacity: 0; }
    .toggle.active span:nth-of-type(3) {
      transform: rotate(135deg);
      top: 45%;
      left: 25%; } }
/*max-width:1024px*/
/*max-width:768px*/
/*max-width:480px*/
/******************************************************/
.footer_contact {
  background-color: #113479;
  padding: 70px 70px; }

.footer_contact_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5% 0 0; }
  .footer_contact_box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
  .footer_contact_box .contact_left {
    max-width: 330px; }
  .footer_contact_box dt {
    font: 5.0rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px; }
    .footer_contact_box dt span {
      color: #fff;
      margin: 15px 0 0;
      display: block;
      font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500; }
  .footer_contact_box dd {
    color: #fff;
    font: 1.5rem/1.8em 'Noto Sans JP', sans-serif;
    font-weight: 400; }
    .footer_contact_box dd br {
      display: none; }
  .footer_contact_box .contact_right {
    width: calc(100% - 350px);
    max-width: 380px;
    text-align: center; }
    .footer_contact_box .contact_right > a {
      font: 4.3rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 auto 40px;
      display: block;
      width: fit-content;
      color: #fff; }
  .footer_contact_box li {
    width: 100%;
    max-width: 300px; }
    .footer_contact_box li a {
      font: 1.6rem/58px 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      width: 100%;
      height: 60px;
      border-radius: 50px;
      color: #113479;
      background-color: #fff; }

@media (hover: hover) {
  .footer_contact_box .contact_right > a:hover {
    color: orange; }
  .footer_contact_box li a:hover.service {
    background-color: orange; }
  .footer_contact_box li a:hover.recruit {
    background-color: orange; } }
@media (max-width: 1280px) {
  .footer_contact {
    padding: 70px 0; }

  .footer_contact_box {
    max-width: 1080px;
    width: calc(100% - 120px);
    margin: 0 20px 0 100px; } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_contact {
    background-color: #113479;
    padding: 70px 20px; }

  .footer_contact_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0; }
    .footer_contact_box ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center; }
    .footer_contact_box .contact_left {
      max-width: 100%;
      text-align: center;
      margin: 0 auto 20px; }
    .footer_contact_box dt {
      font: 5.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      margin: 0 0 30px; }
      .footer_contact_box dt span {
        color: #fff;
        margin: 15px 0 0;
        display: block;
        font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    .footer_contact_box dd {
      color: #fff;
      font: 1.5rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 400; }
    .footer_contact_box .contact_right {
      width: 100%;
      max-width: 380px;
      text-align: center; }
      .footer_contact_box .contact_right > a {
        font: 4.3rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 0 auto 40px;
        display: block;
        width: fit-content;
        color: #fff; }
    .footer_contact_box li {
      text-align: center;
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
      .footer_contact_box li a {
        font: 1.6rem/58px 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        width: 100%;
        height: 60px;
        border-radius: 50px;
        color: #113479;
        background-color: #fff; } }
/*max-width:1024px*/
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_contact {
    background-color: #113479;
    padding: 50px 20px; }

  .footer_contact_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0; }
    .footer_contact_box ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      align-items: center; }
    .footer_contact_box .contact_left {
      max-width: 100%;
      text-align: center;
      margin: 0 auto 20px; }
    .footer_contact_box dt {
      font: 3.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      color: #fff;
      margin: 0 0 30px; }
      .footer_contact_box dt span {
        color: #fff;
        margin: 15px 0 0;
        display: block;
        font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500; }
    .footer_contact_box dd {
      color: #fff;
      font: 1.5rem/1.8em 'Noto Sans JP', sans-serif;
      font-weight: 400; }
      .footer_contact_box dd br {
        display: block; }
    .footer_contact_box .contact_right {
      width: 100%;
      max-width: 380px;
      text-align: center; }
      .footer_contact_box .contact_right > a {
        font: 3.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 0 auto 28px;
        display: block;
        width: fit-content;
        color: #fff; }
    .footer_contact_box li {
      text-align: center;
      width: 100%;
      max-width: 300px;
      margin: 0 auto; }
      .footer_contact_box li a {
        font: 1.6rem/58px 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        width: 100%;
        height: 60px;
        border-radius: 50px;
        color: #113479;
        background-color: #fff; } }
/*max-width:480px*/
/******************************************************/
footer {
  position: relative; }

.footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 0;
  max-width: 1980px;
  width: calc(100% - 200px);
  margin: 0 auto; }

.footer_left {
  width: 300px; }
  .footer_left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    width: 110px;
    margin: 0; }
  .footer_left .google_map {
    display: block;
    border: 1px solid #000;
    width: 120px;
    text-align: center;
    border-radius: 50px;
    font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0 0 30px;
    padding: 5px 0 7px; }
  .footer_left dl {
    padding: 40px 0 0;
    position: relative;
    margin: 0 0 25px; }
    .footer_left dl:before {
      position: absolute;
      content: "";
      background: url("../images/common/logo-long.svg") center center no-repeat;
      background-size: contain;
      aspect-ratio: 269/31;
      width: 220px;
      height: auto;
      top: 0;
      left: 0; }
  .footer_left dt {
    font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin: 0 0 15px; }
  .footer_left .add {
    font: 1.6rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin: 0 0 15px; }
  .footer_left .fax {
    font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400; }
  .footer_left .tell {
    margin: 0 0 10px; }
    .footer_left .tell a {
      font: 2.4rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      color: #333; }

.footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  width: calc( 100% - 360px); }
  .footer_right li {
    position: relative;
    font: 1.4rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0 0 17px; }
    .footer_right li a {
      color: #000;
      margin: 0 0 0 1.6rem; }
      .footer_right li a:before {
        position: absolute;
        content: "";
        left: 2px;
        top: 5px;
        width: 4px;
        height: 4px;
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .footer_right li a.no_dot {
        margin-left: 0;
        padding: 0;
        font: 1.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500;
        color: #113479; }
        .footer_right li a.no_dot:before {
          display: none; }

@media (hover: hover) {
  .footer_right li a:hover {
    color: orange !important; } }
@media (max-width: 1280px) {
  .footer_box {
    padding: 60px 0;
    width: calc(100% - 120px);
    margin: 0 20px 0 100px; }

  .footer_right {
    width: calc( 100% - 330px); } }
/*max-width:1280px*/
@media (max-width: 1024px) {
  .footer_box {
    flex-direction: column;
    padding: 60px 0 100px;
    width: 100%;
    margin: 0; }

  .footer_left {
    margin: 0 auto;
    text-align: left;
    order: 2; }
    .footer_left ul {
      width: 135px;
      margin: 0; }
    .footer_left .google_map {
      margin: 0 0 30px;
      padding: 5px 0 7px; }
    .footer_left dl:before {
      top: 0%;
      left: 0%;
      -webkit-transform: translate(0%, 0%);
      /* Safari用 */
      transform: translate(0%, 0%); }

  .footer_right {
    width: calc(100% - 40px);
    margin: 0 auto 45px;
    max-width: 640px;
    order: 1; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .footer_right {
    display: none; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .footer_left {
    width: 100%; }

  .footer_box {
    padding: 50px 20px 120px; } }
/*max-width:480px*/
/******************************************************/
.recruit_page_top {
  margin: 0 0 120px; }
  .recruit_page_top .head {
    font: 3.2rem/1.0em 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #FCC800;
    margin: 0 0 45px; }
    .recruit_page_top .head span {
      color: #113479;
      padding: 0 0 0 10px; }
  .recruit_page_top .wakuwaku {
    background: url("../images/common/recruit-wakuwaku.svg") center center no-repeat;
    background-size: contain;
    max-width: 779px;
    width: calc(100% - 40px);
    height: auto;
    aspect-ratio: 779/116;
    display: block;
    margin: 0 auto 80px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap; }
  .recruit_page_top h2 {
    color: #FCC800;
    text-align: center;
    font: 8.0rem/1.0em 'Oswald', sans-serif;
    letter-spacing: 0.1em; }
    .recruit_page_top h2 span {
      font: 2.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      display: block;
      margin: 20px 0 0;
      letter-spacing: 0; }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .recruit_page_top {
    margin: 0 0 80px; }
    .recruit_page_top .head {
      font: 3.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center;
      color: #FCC800;
      margin: 0 0 45px; }
      .recruit_page_top .head span {
        color: #113479;
        padding: 0 0 0 10px; }
    .recruit_page_top .wakuwaku {
      background: url("../images/common/recruit-wakuwaku.svg") center center no-repeat;
      background-size: contain;
      max-width: 640px;
      width: calc(100% - 40px);
      height: auto;
      aspect-ratio: 779/116;
      display: block;
      margin: 0 auto 80px;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap; }
    .recruit_page_top h2 {
      color: #FCC800;
      text-align: center;
      font: 7.0rem/1.0em 'Oswald', sans-serif;
      letter-spacing: 0.1em; }
      .recruit_page_top h2 span {
        font: 2.5rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        display: block;
        margin: 20px 0 0;
        letter-spacing: 0; } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .recruit_page_top {
    margin: 0 0 40px; }
    .recruit_page_top .head {
      font: 2.6rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center;
      color: #FCC800;
      margin: 0 0 40px; }
      .recruit_page_top .head span {
        color: #113479;
        padding: 0 0 0 10px; }
    .recruit_page_top .wakuwaku {
      max-width: 540px;
      margin: 0 auto 45px; }
    .recruit_page_top h2 {
      font: 6.0rem/1.0em 'Oswald', sans-serif; }
      .recruit_page_top h2 span {
        font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 15px 0 0; } }
/*max-width:768px*/
@media (max-width: 480px) {
  .recruit_page_top {
    margin: 0 0 20px; }
    .recruit_page_top .head {
      font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      text-align: center;
      color: #FCC800;
      margin: 0 0 30px; }
      .recruit_page_top .head span {
        color: #113479;
        padding: 0 0 0 10px; }
    .recruit_page_top .wakuwaku {
      margin: 0 auto 35px; }
    .recruit_page_top h2 {
      font: 5rem/1.0em 'Oswald', sans-serif; }
      .recruit_page_top h2 span {
        font: 1.8rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 10px 0 0; } }
/*max-width:480px*/
/***


/******************************************************/
.interview_box {
  background-color: #FCC800;
  padding: 130px 0 150px;
  position: relative; }
  .interview_box h2 {
    width: calc(100% - 200px);
    max-width: 1280px;
    margin: -200px auto 100px;
    font: 9.0rem/1.0em 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #595757; }
    .interview_box h2 small {
      display: block;
      font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
      font-weight: 500;
      letter-spacing: 0em; }

.slider_voice {
  width: 100%;
  margin: 0 auto; }
  .slider_voice li {
    margin: 0 65px 0 0;
    position: relative; }
    .slider_voice li a {
      display: block;
      position: relative;
      padding: 0 0 60px; }
    .slider_voice li .pic {
      position: relative;
      width: 280px;
      height: 440px;
      overflow: hidden;
      border-radius: 15px;
      margin: 0;
      right: 0 !important; }
      .slider_voice li .pic img {
        width: 100%; }
    .slider_voice li .txt {
      position: absolute;
      width: 275px;
      height: 160px;
      background-color: #fff;
      border-radius: 10px;
      right: -25px;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 0 20px; }
    .slider_voice li h3 {
      font: 1.8rem/1.6em 'Noto Sans JP', sans-serif;
      font-weight: 700;
      margin: 0 0 15px; }
    .slider_voice li p {
      font: 1.3rem/1.7em 'Noto Sans JP', sans-serif;
      font-weight: 400; }

.key-slider,
.slick-list,
.slick-track {
  height: 100%; }

.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: auto !important;
  bottom: -130px  !important;
  display: block;
  width: 60px !important;
  height: 60px !important;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: 0;
  background: 0 0;
  border-radius: 50%;
  border: 1px solid #fff !important; }
  .slick-next:before, .slick-prev:before {
    display: none !important; }

.slick-next {
  left: 55% !important;
  right: auto !important; }
  .slick-next:after {
    position: absolute;
    content: "";
    left: 17px;
    top: 20px;
    width: 13px;
    height: 13px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.slick-prev {
  left: 45% !important;
  right: auto !important; }
  .slick-prev:after {
    position: absolute;
    content: "";
    right: 17px;
    top: 20px;
    width: 13px;
    height: 13px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg); }

/*max-width:1280px*/
@media (max-width: 1024px) {
  .interview_box {
    padding: 100px 0 150px; }
    .interview_box h2 {
      width: calc(100% - 40px);
      max-width: 1280px;
      margin: -170px auto 50px; }

  .slick-next {
    left: 60% !important;
    right: auto !important; }
    .slick-next:after {
      position: absolute;
      content: "";
      left: 17px;
      top: 20px;
      width: 13px;
      height: 13px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

  .slick-prev {
    left: 40% !important;
    right: auto !important; }
    .slick-prev:after {
      position: absolute;
      content: "";
      right: 17px;
      top: 20px;
      width: 13px;
      height: 13px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); } }
/*max-width:1024px*/
@media (max-width: 768px) {
  .interview_box {
    background-color: #FCC800;
    position: relative; }
    .interview_box h2 {
      margin: -160px auto 50px;
      width: calc(100% - 40px);
      max-width: 1280px;
      font: 7rem/1.0em 'Oswald', sans-serif;
      font-weight: 400;
      letter-spacing: 0.08em;
      color: #595757;
      text-align: center; }
      .interview_box h2 small {
        display: block;
        font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500;
        letter-spacing: 0em; }

  .slider_voice {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    position: relative; }
    .slider_voice li {
      margin: 0 35px 0 0;
      padding: 0; }
      .slider_voice li a {
        position: relative;
        height: 500px;
        display: block;
        width: 100%; }
      .slider_voice li .pic {
        position: relative;
        width: 300px;
        height: 470px;
        overflow: hidden;
        border-radius: 15px;
        margin: 0;
        right: 0 !important; }
      .slider_voice li .txt {
        position: absolute;
        width: 275px;
        height: 160px;
        background-color: #fff;
        border-radius: 10px;
        right: -15px;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 20px; }
      .slider_voice li h3 {
        font: 1.8rem/1.6em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 0 0 15px; }
      .slider_voice li p {
        font: 1.3rem/1.7em 'Noto Sans JP', sans-serif;
        font-weight: 400; }

  .slick-next {
    right: auto !important;
    top: 50%;
    left: 60% !important;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
    .slick-next:after {
      position: absolute;
      content: "";
      left: 17px;
      top: 20px;
      width: 13px;
      height: 13px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

  .slick-prev {
    left: 30% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
    .slick-prev:after {
      position: absolute;
      content: "";
      right: 17px;
      top: 20px;
      width: 13px;
      height: 13px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); } }
/*max-width:768px*/
@media (max-width: 480px) {
  .interview_box {
    background-color: #FCC800;
    position: relative; }
    .interview_box h2 {
      margin: -160px auto 50px;
      font: 6rem/1.0em 'Oswald', sans-serif;
      font-weight: 400; }
      .interview_box h2 small {
        display: block;
        font: 2.0rem/1.0em 'Noto Sans JP', sans-serif;
        font-weight: 500;
        letter-spacing: 0em;
        margin: 0 0 10px; }

  .slider_voice {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    position: relative; }
    .slider_voice li {
      margin: 0 25px 0 0;
      padding: 0; }
      .slider_voice li a {
        position: relative;
        height: 460px;
        display: block;
        width: 100%; }
      .slider_voice li .pic {
        position: relative;
        width: 260px;
        height: 420px;
        overflow: hidden;
        border-radius: 15px;
        margin: 0;
        right: 0 !important; }
      .slider_voice li .txt {
        position: absolute;
        width: 250px;
        height: 140px;
        background-color: #fff;
        border-radius: 10px;
        right: -10px;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: center;
        justify-content: center;
        padding: 0 20px; }
      .slider_voice li h3 {
        font: 1.6rem/1.6em 'Noto Sans JP', sans-serif;
        font-weight: 700;
        margin: 0 0 15px; }
      .slider_voice li p {
        font: 1.3rem/1.7em 'Noto Sans JP', sans-serif;
        font-weight: 400; }

  .slick-next {
    right: auto !important;
    top: 50%;
    left: 60% !important;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
    .slick-next:after {
      position: absolute;
      content: "";
      left: 17px;
      top: 20px;
      width: 13px;
      height: 13px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

  .slick-prev {
    left: 30% !important;
    right: auto !important;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%); }
    .slick-prev:after {
      position: absolute;
      content: "";
      right: 17px;
      top: 20px;
      width: 13px;
      height: 13px;
      border-top: 5px solid #fff;
      border-right: 5px solid #fff;
      -webkit-transform: rotate(225deg);
      transform: rotate(225deg); } }
/*max-width:480px*/
/*

*/
/**********************************************/
.fixed_intern {
  display: block;
  background: url("../images/recruit/intern_bnr.svg") center center no-repeat;
  background-size: contain;
  width: 170px;
  height: auto;
  aspect-ratio: 140/156;
  position: fixed;
  top: 295px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 7777; }
  .fixed_intern:before {
    transition: .3s;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/recruit/intern_bnr_hover.svg") center center no-repeat;
    background-size: contain;
    opacity: 0; }

@media (hover: hover) {
  .fixed_intern:hover:before {
    opacity: 1; } }
@media (max-width: 1280px) {
  .fixed_intern {
    top: 70px;
    right: 10px; } }
@media (max-width: 1024px) {
  .fixed_intern {
    display: none; } }
/*max-width:1024px*/
/**********************************************/
.footer_intern {
  display: none; }

@media (max-width: 1024px) {
  .footer_intern {
    display: block;
    background-color: #ff0000;
    color: #fff;
    font: 2.0rem/58px 'Noto Sans JP', sans-serif;
    font-weight: 700;
    position: fixed;
    max-width: 480px;
    width: calc(100% - 120px);
    height: 60px;
    z-index: 8888;
    top: auto;
    bottom: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    /* Safari用 */
    transform: translate(-50%, 0%);
    text-align: center;
    border-radius: 50px; }
    .footer_intern p {
      display: block;
      width: fit-content;
      position: relative;
      margin: 0 auto;
      padding: 0 15px 0 75px; }
      .footer_intern p:before {
        position: absolute;
        content: "";
        display: block;
        background: url("../images/recruit/intern_icon.svg") center center no-repeat;
        background-size: contain;
        width: 65px;
        height: auto;
        aspect-ratio: 89/71;
        left: 0;
        top: 3px; } }
/*max-width:1024px*/
@media (hover: hover) {
  .footer_intern:hover {
    color: #fff;
    background-color: #b72b25; } }
@media (max-width: 768px) {
  .footer_intern {
    font: 1.8rem/48px 'Noto Sans JP', sans-serif;
    font-weight: 700;
    position: fixed;
    max-width: 480px;
    width: calc(100% - 120px);
    height: 50px;
    bottom: 65px; }
    .footer_intern p {
      padding: 0 0 0 70px; }
      .footer_intern p:before {
        width: 55px;
        height: auto;
        aspect-ratio: 89/71;
        left: 0;
        top: 3px; } }
/*max-width:1024px*/
@media (max-width: 480px) {
  .footer_intern {
    font: 1.7rem/48px 'Noto Sans JP', sans-serif;
    font-weight: 700;
    position: fixed;
    max-width: 480px;
    width: calc(100% - 65px);
    height: 50px;
    bottom: 50px;
    left: 10px;
    -webkit-transform: translate(0%, 0%);
    /* Safari用 */
    transform: translate(0%, 0%); }
    .footer_intern p {
      padding: 0 0 0 60px; }
      .footer_intern p:before {
        width: 50px;
        top: 3px; } }
/*max-width:1024px*/
