@charset "UTF-8";
/* reset.css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
  word-wrap: break-word;
}

html {
  line-height: 1;
  overflow: auto;
}

body {
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

a {
  text-decoration: none;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  /*font-size: 62.5%;*/
  font-size: 0.66667vw;
  line-height: 1;
  font-weight: 400;
}

html * {
  font-weight: inherit;
  box-sizing: border-box;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

html.is-active {
  overflow: hidden;
  height: 100vh;
}

a, input[type=submit] {
  outline: none;
  color: inherit;
  transition: all ease-out 0.5s;
}

a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a:focus, *:focus {
  outline: none;
}

@media screen and (min-width: 821px) {
  a:hover, input[type=submit]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
}

.mt0 {
  margin-top: 0 !important;
}

/*-----------------------------------------------------------------------------*/
/*wrap
-----------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------*/
/*text-link
-----------------------------------------------------------------------------*/
.text-link.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-link a {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #192E99;
  font-size: 1.6rem;
}
.text-link a:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../img/cmn/ico-link-blue.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}
.text-link a.page_return:before {
  transform: rotate(-180deg);
}
.text-link a.cl-white {
  color: #fff;
}
.text-link a.cl-white:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../img/cmn/ico-link-white.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}

/*-----------------------------------------------------------------------------*/
/*title
-----------------------------------------------------------------------------*/
.sec h2 {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 8.8rem;
}
.sec h2.flex-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.sec h2.flex-center span.sub {
  width: 100%;
  display: flex;
  justify-content: center;
}
.sec h2.cl-white span.sub {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec h2.cl-white span.sub:before {
  background: url(../img/cmn/ico-titsub-white.svg) no-repeat;
  background-size: 100%;
}
.sec h2.cl-blue span.sub {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec h2.cl-blue span.sub:before {
  background: url(../img/cmn/ico-titsub-blue.svg) no-repeat;
  background-size: 100%;
}
.sec h2 span.sub {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.sec h2 span.sub:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  background: url(../img/cmn/ico-titsub-blue.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .sec h2 {
    font-size: 4.8rem;
  }
  .sec h2.cl-white span.sub {
    font-size: 1.4rem;
  }
  .sec h2.cl-blue span.sub {
    font-size: 1.4rem;
  }
  .sec h2 span.sub {
    margin-top: 1rem;
    font-size: 1.4rem;
  }
  .sec h2 span.sub:before {
    width: 1.4rem;
    height: 1.2rem;
  }
}
/*-----------------------------------------------------------------------------*/
/*Color
-----------------------------------------------------------------------------*/
.cl-black {
  color: #000 !important;
}

.cl-gray {
  color: #F3F3F5 !important;
}

.cl-blue {
  color: #192E99 !important;
}

.cl-white {
  color: #fff !important;
}

/*font
-----------------------------------------------------------------------------*/
/*PC共通
-----------------------------------------------------------------------------*/
.wrapper {
  width: 100%;
  margin: 0 auto 0;
  font-size: 1.6rem;
}

.page .wrapper {
  width: 100%;
  margin: 9rem auto 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1500px) {
  html {
    font-size: 0.66667vw;
  }
  .sp {
    display: none !important;
  }
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    opacity: 1;
  }
}
/*--------------------------endPC--------------------------------*/
/*SP共通
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
  .page .wrapper {
    margin: 7rem auto 0;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*--------------------------endSP--------------------------------*/
/*==================================================
header
==================================================*/
.bg {
  opacity: 0;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.2);
}
.bg.navopen {
  opacity: 1;
  z-index: 1000;
}

.page .header {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.page .header .header-nav-link li {
  padding: 2rem 0;
}
.page .header .header-nav-link li a {
  color: #000;
}
.page .header .header-nav-link li a:hover {
  color: #192E99;
}
.page .header .header-nav-btn {
  border: 1px solid #192E99;
  color: #192E99;
}
.page .header .header-nav-btn span.txt {
  color: #192E99;
  transition: 0.5s;
}
.page .header .header-nav-btn.btn-mail span:before {
  background: url(../img/cmn/ico-mail-blue.svg) no-repeat;
  background-size: 100%;
}
.page .header .header-nav-btn.btn-mail:hover span.txt {
  color: #fff;
}
.page .header .header-nav-btn.btn-mail:hover span:before {
  background: url(../img/cmn/ico-mail.svg) no-repeat;
  background-size: 100%;
}
.page .header .header-nav-child {
  top: 9rem;
}
.page .header .header-nav-child li {
  padding: 0 !important;
}
.page .header .header-nav-sns li a span.ico-insta {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/cmn/insta-logo-blue.svg) no-repeat;
  background-size: 100%;
  transition: 0.5s;
}
.page .header .header-nav-sns li a span.ico-tiktok {
  display: block;
  width: 2.6rem;
  height: 3rem;
  background: url(../img/cmn/tiktok-logo-blue.svg) no-repeat;
  background-size: 100%;
  transition: 0.5s;
}

.header {
  width: 100%;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 3.5rem 0 4rem;
  z-index: 1000;
}
.header.is-scroll {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.header.is-scroll .header-nav-link li {
  padding: 2rem 0;
}
.header.is-scroll .header-nav-link li a {
  color: #000;
}
.header.is-scroll .header-nav-link li a:hover {
  color: #192E99;
}
.header.is-scroll .header-nav-btn {
  border: 1px solid #192E99;
  color: #192E99;
}
.header.is-scroll .header-nav-btn span.txt {
  color: #192E99;
  transition: 0.5s;
}
.header.is-scroll .header-nav-btn.btn-mail span:before {
  background: url(../img/cmn/ico-mail-blue.svg) no-repeat;
  background-size: 100%;
}
.header.is-scroll .header-nav-btn.btn-mail:hover span.txt {
  color: #fff;
}
.header.is-scroll .header-nav-btn.btn-mail:hover span:before {
  background: url(../img/cmn/ico-mail.svg) no-repeat;
  background-size: 100%;
}
.header.is-scroll .header-nav-child {
  top: 9rem;
}
.header.is-scroll .header-nav-child li {
  padding: 0 !important;
}
.header.is-scroll .header-nav-sns li a span.ico-insta {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/cmn/insta-logo-blue.svg) no-repeat;
  background-size: 100%;
  transition: 0.5s;
}
.header.is-scroll .header-nav-sns li a span.ico-tiktok {
  display: block;
  width: 2.6rem;
  height: 3rem;
  background: url(../img/cmn/tiktok-logo-blue.svg) no-repeat;
  background-size: 100%;
  transition: 0.5s;
}
.header-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-logo {
  width: 31rem;
}
.header-nav {
  position: relative;
  z-index: 2;
  width: calc(100% - 31rem);
  padding-left: 5rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.header-nav-link {
  width: calc(100% - 11.6rem);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.header-nav-link li {
  position: relative;
  margin-left: 4rem;
  padding: 2.5rem 0;
  font-size: 1.6rem;
  line-height: 1.55;
  transition: 0.5s;
}
.header-nav-link li:first-child {
  margin-left: 0;
}
.header-nav-link li a {
  color: #fff;
}
.header-nav-link li a:hover {
  color: #192E99;
  cursor: pointer;
  opacity: 1;
  font-weight: normal;
}
.header-nav-btn {
  width: 17.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5em;
  padding: 1.4rem 1rem;
}
.header-nav-btn span.txt {
  font-size: 1.6rem;
}
.header-nav-btn.btn-mail span {
  position: relative;
  display: flex;
  align-items: center;
}
.header-nav-btn.btn-mail span:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1.8rem;
  background: url(../img/cmn/ico-mail.svg) no-repeat;
  background-size: 100%;
  margin-right: 0.8rem;
  margin-top: 0.2rem;
  transition: 0.5s;
}
.header-nav-btn:hover {
  border: 1px solid #192E99;
  background: #192E99;
  color: #fff !important;
}
.header-nav-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.header-nav-toggle:after {
  content: "＋";
  display: inline-block;
  font-size: 1.6rem;
}
.header-nav-toggle.open {
  color: #192E99 !important;
  font-weight: bold;
  opacity: 1;
}
.header-nav-child {
  display: none;
  width: max-content;
  padding: 2rem 6rem 2rem 2rem;
  background: #fff;
  border-radius: 1rem;
  position: absolute;
  top: 7rem;
  left: 1rem;
  transform: translateY(20px) translateZ(0px);
  transition: all ease 0.5s;
}
.header-nav-child.open {
  transform: none;
  transition: 0.3s;
}
.header-nav-child li {
  margin-top: 1.5rem;
  margin-left: 0;
  padding: 0;
}
.header-nav-child li:first-child {
  margin-top: 0;
}
.header-nav-child li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  color: #000;
}
.header-nav-child li a:before {
  content: "-";
  margin-right: 0.5rem;
  font-size: 1.6rem;
}
.header-nav-child li a:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(../img/cmn/ico-link-blue.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translate(0, -50%);
}
.header-nav-child li a:hover {
  opacity: 0.7;
}
.header-nav-sns {
  width: 11.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 4rem;
}
.header-nav-sns li a span.ico-insta {
  display: block;
  width: 3rem;
  height: 3rem;
  background: url(../img/cmn/insta-logo-white.svg) no-repeat;
  background-size: 100%;
  transition: 0.5s;
}
.header-nav-sns li a span.ico-insta:hover {
  background: url(../img/cmn/insta-logo-blue.svg) no-repeat;
  background-size: 100%;
}
.header-nav-sns li a span.ico-tiktok {
  display: block;
  width: 2.6rem;
  height: 3rem;
  background: url(../img/cmn/tiktok-logo-white.svg) no-repeat;
  background-size: 100%;
  transition: 0.5s;
}
.header-nav-sns li a span.ico-tiktok:hover {
  background: url(../img/cmn/tiktok-logo-blue.svg) no-repeat;
  background-size: 100%;
}
.header-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .page .header .header-logo {
    width: 24rem;
  }
  .page .header .header-sp-contact-btn {
    border: 1px solid #192E99;
  }
  .page .header .hamburger-btn span {
    background: #000;
  }
  .page .header .header-nav-link li {
    padding: 0;
  }
  .page .header .header-nav-link li.mt0 {
    margin-top: 1.5rem !important;
  }
  .page .header .header-nav-link li a {
    color: #000;
  }
  .header {
    padding: 1.5rem;
  }
  .header.is-scroll .header-logo {
    width: 24rem;
  }
  .header.is-scroll .header-sp-contact-btn {
    border: 1px solid #192E99;
  }
  .header.is-scroll .hamburger-btn span {
    background: #000;
  }
  .header.is-scroll .header-nav-link li {
    padding: 0;
  }
  .header.is-scroll .header-nav-link li.mt0 {
    margin-top: 1.5rem !important;
  }
  .header.is-scroll .header-nav-link li a {
    color: #000;
  }
  .header-logo {
    position: relative;
    z-index: 10;
    width: 24rem;
    transition: 0.5s;
  }
  .header-nav {
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 11rem;
    padding-left: 0;
    background: #fff;
  }
  .header-nav-link {
    width: 100%;
    justify-content: flex-start;
  }
  .header-nav-link li {
    width: 100%;
    margin-left: 0;
    padding: 0;
    color: #000;
  }
  .header-nav-link li:last-child {
    border-top: 1px solid #D5D5D5;
  }
  .header-nav-link li.mt0 {
    margin-top: 1.5rem !important;
  }
  .header-nav-link li a {
    color: #000;
    border-top: 1px solid #D5D5D5;
    display: block;
    padding: 2rem 0 2rem 3rem;
  }
  .header-nav-link li a.header-nav-btn {
    padding-left: 2rem;
    border: 1px solid #192E99;
  }
  .header-nav-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .header-nav-toggle.is-active:after {
    background: url(../img/cmn/ico-minus-black.svg) no-repeat;
    background-size: 100%;
  }
  .header-nav-toggle:after {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../img/cmn/ico-plus-black.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
  }
  .header-nav-toggle.open {
    background: url(../img/cmn/ico-minus-black.svg) no-repeat;
    background-size: 100%;
  }
  .header-nav-child {
    display: none;
    width: 100%;
    padding: 0 0 2rem 0;
    background: transparent;
    border-radius: 0;
    position: static;
    transform: none;
    transition: unset;
  }
  .header-nav-child.open {
    transform: none;
    transition: 0.3s;
  }
  .header-nav-child li {
    font-size: 1.4rem;
  }
  .header-nav-child li:last-child {
    border-top: 0;
  }
  .header-nav-child li a {
    border: 0;
    padding: 0 0 0 3rem;
  }
  .header-nav-child li a:before {
    font-size: 1.4rem;
  }
  .header-nav-child li a:after {
    display: none;
  }
  .header-nav-btn {
    margin: 3rem auto 0;
  }
  .header-nav-btn span.txt {
    color: #192E99;
  }
  .header-nav-btn.btn-mail span {
    position: relative;
    display: flex;
    align-items: center;
  }
  .header-nav-btn.btn-mail span:before {
    background: url(../img/cmn/ico-mail-blue.svg) no-repeat;
    background-size: 100%;
  }
  .header-nav-sns {
    width: 100%;
    justify-content: center;
    padding-left: 0;
    margin-top: 2rem;
  }
  .header-nav-sns li {
    padding: 0 1rem;
  }
  .header-nav-sns li a span.ico-insta {
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../img/cmn/insta-logo-blue.svg) no-repeat;
    background-size: 100%;
    transition: 0.5s;
  }
  .header-nav-sns li a span.ico-tiktok {
    display: block;
    width: 2.6rem;
    height: 3rem;
    background: url(../img/cmn/tiktok-logo-blue.svg) no-repeat;
    background-size: 100%;
    transition: 0.5s;
  }
  .header-sp {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: unset;
  }
  .header-sp-contact {
    margin-right: 5rem;
  }
  .header-sp-contact-btn {
    border: 1px solid #fff;
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header-sp-contact.is-navshow .header-sp-contact-btn {
    border: 1px solid #192E99;
  }
  .header-sp-contact img.ico-mail {
    width: 2.5rem;
    height: auto;
  }
  .header-hamburger {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 100;
    width: 3.8rem;
    height: 30px;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .header-hamburger:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .header .hamburger-btn {
    position: relative;
    width: 38px;
    height: 30px;
    display: inline-block;
  }
  .header .hamburger-btn.is-active span {
    background: #000;
  }
  .header .hamburger-btn span {
    background: #ffffff;
    width: 38px;
    height: 4px;
    transition: all 0.5s ease-out;
  }
  .header .hamburger-btn span:nth-child(1) {
    position: absolute;
    top: 0;
  }
  .header .hamburger-btn span:nth-child(2) {
    position: absolute;
    top: 13px;
  }
  .header .hamburger-btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
  }
  .header .hamburger-btn.is-active span:nth-child(1) {
    top: 13px;
    transform: rotate(45deg);
  }
  .header .hamburger-btn.is-active span:nth-child(2) {
    opacity: 0;
  }
  .header .hamburger-btn.is-active span:nth-child(3) {
    bottom: 13px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 480px) {
  .header-sp-contact {
    margin-right: 6.5rem;
  }
  .header-hamburger {
    width: 38px;
  }
}
/*==================================================
footer
==================================================*/
.page .footer-top {
  display: none;
}
.page .footer-jobus {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  background: url(../img/cmn/footer-jobus-bg.jpg) no-repeat;
  background-size: cover;
  padding: 13.5rem 4rem 10rem;
}
.page .footer-jobus-wrap {
  width: 100%;
  max-width: 58rem;
}
.page .footer-jobus-text p {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 3rem;
}
.page .footer-jobus-list {
  width: 100%;
  margin-top: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page .footer-jobus-list li {
  width: calc(50% - 1.5rem);
}
.page .footer-jobus-list-btn {
  display: flex;
  justify-content: flex-start;
  background: transparent;
  border: 1px solid #fff;
  padding: 2.2rem;
  font-size: 1.6rem;
  align-items: center;
  color: #fff;
}
.page .footer-jobus-list-btn:hover {
  background: #192E99;
  border: 1px solid #192E99;
  opacity: 1;
}
.page .footer-jobus-list-btn span.ico {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../img/cmn/ico-link-white.svg) no-repeat;
  background-size: 100%;
  margin-right: 2rem;
}

.page.entry .footer-jobus {
  display: none;
}
.page.entry .footer-top {
  display: block;
}

.footer {
  position: relative;
  width: 100%;
}
.footer-jobus {
  display: none;
}
.footer-top {
  width: 100%;
  background: #192E99;
  padding: 10rem 4rem;
  overflow: hidden;
}
.footer-top-wrap {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.footer-titwrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer-titwrap h2 {
  width: 38rem;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  font-size: 8.8rem;
}
.footer-titwrap h2.cl-white span.sub:before {
  background: url(../img/cmn/ico-titsub-white.svg) no-repeat;
  background-size: 100%;
}
.footer-titwrap h2 span.sub {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.footer-titwrap h2 span.sub:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 1.8rem;
  margin-right: 1rem;
}
.footer-telwrap {
  width: calc(100% - 38rem);
  text-align: right;
}
.footer-telwrap p {
  color: #fff;
}
.footer-telwrap p.tel {
  font-size: 4.8rem;
  font-weight: bold;
}
.footer-telwrap p.tel-cap {
  font-size: 1.6rem;
  margin-top: 2.5rem;
}
.footer-infobox {
  width: calc(100% - 8rem);
  margin-top: 8rem;
  padding: 2.5rem 4rem;
  border: 1px solid #D9D9D9;
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.footer-infobox-txt {
  width: calc(100% - 22rem);
  font-size: 1.6rem;
  color: #fff;
}
.footer-infobox p.text-link {
  width: 22rem;
}
.footer-infobox p.text-link a {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-infobox p.text-link a:before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../img/cmn/ico-link-white.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}
.footer-bottom {
  width: 100%;
  background: #fff;
  padding: 5rem 4rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-bottom-company {
  width: 40rem;
}
.footer-bottom-logo {
  width: 39rem;
}
.footer-bottom-address {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3rem;
}
.footer-bottom-address p {
  width: calc(100% - 8.4rem);
  padding-right: 2rem;
  font-size: 1.6rem;
  line-height: 1.55;
}
.footer-bottom-address a.map-btn {
  position: relative;
  width: 8.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #192E99;
  color: #192E99;
  border-radius: 5em;
  padding: 1rem 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.footer-bottom-address a.map-btn:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.4rem;
  background: url(../img/cmn/ico-map-blue.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}
.footer-bottom-address a.map-btn:hover {
  border: 1px solid #192E99;
  background: #192E99;
  color: #fff !important;
  opacity: 1;
}
.footer-bottom-address a.map-btn:hover:before {
  background: url(../img/cmn/ico-map-white.svg) no-repeat;
  background-size: 100%;
  transition: 0.5s;
}
.footer-bottom-tel {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.55;
}
.footer-bottom-tel a {
  color: #192E99;
}
.footer-bottom-txtlink {
  margin-top: 4rem;
}
.footer-bottom-txtlink a {
  font-size: 1.2rem;
  color: #4C4C4C;
  text-decoration: underline;
}
.footer-bottom-nav {
  width: calc(100% - 40rem);
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-bottom-nav ul {
  width: max-content;
  padding-right: 7.5rem;
}
.footer-bottom-nav ul:nth-child(3n) {
  padding-right: 0;
}
.footer-bottom-nav ul li {
  margin-top: 3rem;
}
.footer-bottom-nav ul li:first-child {
  margin-top: 0;
}
.footer-bottom-nav ul li a {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.55;
}
.footer-bottom-child {
  margin-top: 1.2rem;
}
.footer-bottom-child li {
  margin-top: 1.2rem !important;
}
.footer-bottom-child li:first-child {
  margin-top: 0;
}
.footer-bottom-child li a {
  position: relative;
  font-size: 1.4rem !important;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-bottom-child li a:before {
  content: "-";
  display: inline-block;
  font-size: 1.4rem;
  margin-right: 0.5rem;
}
.footer-bottom-otherlink {
  width: 100%;
  margin-top: 10rem;
}
.footer-bottom-otherlink ul {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-bottom-otherlink ul li {
  margin-top: 0;
  margin-left: 2rem;
}
.footer-bottom-otherlink ul li:first-child {
  margin-left: 0;
  padding-right: 1.5rem;
  position: relative;
}
.footer-bottom-otherlink ul li:first-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #7E7E7E;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.footer-bottom-otherlink ul li a.footer-bottom-btn {
  position: relative;
  width: 17.6rem;
  border: 1px solid #192E99;
  color: #192E99;
  border-radius: 5em;
  padding: 1.2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-bottom-otherlink ul li a.footer-bottom-btn span {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-bottom-otherlink ul li a.footer-bottom-btn span:before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 1.8rem;
  background: url(../img/cmn/ico-mail-blue.svg) no-repeat;
  background-size: 100%;
  margin-right: 0.8rem;
  margin-top: 0.2rem;
  transition: 0.5s;
}
.footer-bottom-otherlink ul li a.footer-bottom-btn:hover {
  border: 1px solid #192E99;
  background: #192E99;
  color: #fff !important;
  opacity: 1;
}
.footer-bottom-otherlink ul li a.footer-bottom-btn:hover span:before {
  background: url(../img/cmn/ico-mail.svg) no-repeat;
  background-size: 100%;
  transition: 0.5s;
}
.footer-bottom-otherlink ul li a a img.ico-insta {
  width: 3rem;
}
.footer-bottom-otherlink ul li a a img.ico-tiktok {
  width: 2.5rem;
}
.footer p.copy {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #4C4C4C;
  padding-bottom: 3rem;
  background: #fff;
}

@media screen and (min-width: 1441px) {
  .page .footer-jobus-wrap {
    width: 100%;
    max-width: 72rem;
    padding-right: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .page .footer-jobus {
    background: url(../img/cmn/footer-jobus-bg-sp.jpg) no-repeat;
    background-size: cover;
    padding: 22.5rem 3rem 3rem;
  }
  .page .footer-jobus-wrap {
    max-width: 100%;
  }
  .page .footer-jobus-text p {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .page .footer-jobus-list {
    width: 100%;
    margin-top: 4rem;
  }
  .page .footer-jobus-list li {
    width: 100%;
    margin-top: 1rem;
  }
  .page .footer-jobus-list li:first-of-type {
    margin-top: 0;
  }
  .page .footer-jobus-list-btn {
    justify-content: center;
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
  }
  .footer-top {
    padding: 8rem 3rem 6rem;
  }
  .footer-top-wrap {
    max-width: 100%;
  }
  .footer-titwrap {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer-titwrap h2 {
    width: 100%;
    font-size: 4.8rem;
  }
  .footer-titwrap h2.cl-white span.sub:before {
    background: url(../img/cmn/ico-titsub-white.svg) no-repeat;
    background-size: 100%;
  }
  .footer-titwrap h2 span.sub {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .footer-titwrap h2 span.sub:before {
    width: 1.4rem;
    height: 1.2rem;
  }
  .footer-telwrap {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
  }
  .footer-telwrap p.tel {
    font-size: 2rem;
    font-weight: bold;
  }
  .footer-telwrap p.tel-cap {
    font-size: 1.5rem;
    margin-top: 1.5rem;
    line-height: 1.45;
  }
  .footer-infobox {
    width: 100%;
    margin-top: 4rem;
    padding: 2.5rem 2rem;
    float: none;
  }
  .footer-infobox-txt {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.45;
  }
  .footer-infobox p.text-link {
    width: 100%;
  }
  .footer-infobox p.text-link a {
    justify-content: center;
    margin-top: 3rem;
  }
  .footer-bottom {
    width: 100%;
    background: #fff;
    padding: 4rem 3rem 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer-bottom-company {
    width: 100%;
  }
  .footer-bottom-logo {
    width: 100%;
  }
  .footer-bottom-logo img {
    width: 24rem;
  }
  .footer-bottom-address {
    width: 100%;
    margin-top: 2rem;
  }
  .footer-bottom-address p {
    width: calc(100% - 8.4rem);
    font-size: 1.5rem;
  }
  .footer-bottom-tel {
    font-size: 1.5rem;
  }
  .footer-bottom-txtlink {
    margin-top: 4rem;
    text-align: center;
  }
  .footer-bottom-txtlink a {
    display: inline-block;
  }
  .footer-bottom-nav {
    width: 100%;
    justify-content: center;
    margin-top: 3.5rem;
  }
  .footer-bottom-nav ul {
    width: 100%;
    padding-right: 0;
  }
  .footer-bottom-nav ul li {
    margin-top: 0;
  }
  .footer-bottom-nav ul li a {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.55;
    padding: 2rem 0;
    border-top: 1px solid #D5D5D5;
    display: block;
  }
  .footer-bottom-toggle:last-of-type {
    border-bottom: 1px solid #D5D5D5;
  }
  .footer-bottom-toggle li a {
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  .footer-bottom-toggle li a.is-active:after {
    background: url(../img/cmn/ico-minus-black.svg) no-repeat;
    background-size: 100%;
  }
  .footer-bottom-toggle li a:after {
    content: "";
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: url(../img/cmn/ico-plus-black.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translate(0, -50%);
  }
  .footer-bottom-child {
    margin-top: 0;
    padding-bottom: 2rem;
    display: none;
  }
  .footer-bottom-child li {
    margin-top: 0 !important;
  }
  .footer-bottom-child li:first-child {
    margin-top: 0;
  }
  .footer-bottom-child li:first-child a {
    margin-top: -0.5rem !important;
    padding-top: 0 !important;
  }
  .footer-bottom-child li a {
    font-size: 1.4rem !important;
    padding: 1.5rem 0 0 0 !important;
    border-top: 0 !important;
  }
  .footer-bottom-child li a:after {
    display: none;
  }
  .footer-bottom-otherlink {
    width: 100%;
    margin-top: 4rem;
  }
  .footer-bottom-otherlink ul {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footer-bottom-otherlink ul li {
    margin: 0 1rem;
  }
  .footer-bottom-otherlink ul li:first-child {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
    position: relative;
    text-align: center;
  }
  .footer-bottom-otherlink ul li:first-child:after {
    display: none;
  }
  .footer-bottom-otherlink ul li a {
    border: 0;
  }
  .footer-bottom-otherlink ul li a.footer-bottom-btn {
    margin: 0 auto;
  }
  .footer-bottom-otherlink ul li a.footer-bottom-btn span {
    position: relative;
    display: flex;
    align-items: center;
  }
  .footer-bottom-otherlink ul li a.footer-bottom-btn span:before {
    content: "";
    display: inline-block;
    width: 2.5rem;
    height: 1.8rem;
    background: url(../img/cmn/ico-mail-blue.svg) no-repeat;
    background-size: 100%;
    margin-right: 0.8rem;
    margin-top: 0.2rem;
    transition: 0.5s;
  }
  .footer-bottom-otherlink ul li a.footer-bottom-btn:hover {
    border: 1px solid #192E99;
    background: #192E99;
    color: #fff !important;
    opacity: 1;
  }
  .footer-bottom-otherlink ul li a.footer-bottom-btn:hover span:before {
    background: url(../img/cmn/ico-mail.svg) no-repeat;
    background-size: 100%;
    transition: 0.5s;
  }
  .footer-bottom-otherlink ul li a a img.ico-insta {
    width: 3rem;
  }
  .footer-bottom-otherlink ul li a a img.ico-tiktok {
    width: 2.5rem;
  }
  .footer p.copy {
    padding-bottom: 8rem;
    margin-top: 5rem;
  }
}
/*==================================================
main
==================================================*/
/*==================================================
entry
==================================================*/
.entry {
  width: 100%;
  padding: 9rem 0 8rem;
  background: url(../img/entry-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .entry {
    padding: 4rem 0 6rem;
  }
}
.entry.entry1 {
  background: url(../img/entry1-bg.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.entry.last .entry-flex {
  align-items: flex-start;
}
.entry-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.entry-flex-text {
  width: calc(100% - 45rem);
}
@media screen and (max-width: 767px) {
  .entry-flex-text {
    width: 100%;
  }
}
.entry-flex-text p {
  padding-left: 3rem;
  font-size: 2.8rem;
  line-height: 1.533;
  font-weight: bold;
  color: #fff;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .entry-flex-text p {
    padding-left: 0;
    font-size: 2.2rem;
    margin-top: 2rem;
  }
}
.entry-flex-text p.entry-bandtit {
  padding-left: 0;
  margin-top: 0;
}
.entry-flex-text p.entry-bandtit img {
  width: 100%;
  max-width: 58.8rem;
}
@media screen and (max-width: 767px) {
  .entry-flex-text p.entry-bandtit img {
    max-width: 100%;
  }
}
.entry-flex-text p span.big {
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .entry-flex-text p span.big {
    font-size: 3rem;
  }
}
.entry-flex-text .entry-btnWrap {
  margin-top: 5rem;
  max-width: 50rem;
}
@media screen and (max-width: 767px) {
  .entry-flex-text .entry-btnWrap {
    margin-top: 2.5rem;
    max-width: 100%;
  }
}
.entry-flex-text figure {
  margin-top: 4rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .entry-flex-text figure {
    padding-left: 0;
    margin-top: 2rem;
  }
}
.entry-flex-thumb {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .entry-flex-thumb {
    width: 100%;
    margin-top: 2rem;
  }
}
.entry-flex-iframe {
  width: 38rem;
  height: 64rem;
  background: #000;
  border-radius: 2rem;
}
@media screen and (max-width: 767px) {
  .entry-flex-iframe {
    width: 100%;
    margin-top: 3rem;
  }
}

/*==================================================
modal
==================================================*/
.modal {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.modal a {
  width: 100%;
  max-width: 101rem;
  margin: 0 auto;
  cursor: pointer;
}
.modal a.btn-close {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 3rem;
  right: 3rem;
}
.modal-content {
  position: relative;
  width: 100%;
  max-height: 80%;
  overflow: auto;
  max-width: 101rem;
  margin: 0 auto;
  padding: 4rem 3rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .modal-content {
    width: 80%;
    padding: 3rem 2rem;
  }
}
.modal-media {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modal-media-box {
  width: calc(50% - 1.5rem);
  position: relative;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  .modal-media-box {
    width: 100%;
    margin-top: 3rem;
  }
  .modal-media-box:first-of-type {
    margin-top: 0;
  }
}
.modal-media-box:first-of-type .modal-media-box-tit {
  background: #2564A9;
}
.modal-media-box-tit {
  border-radius: 1rem 1rem 0 0;
  background: #3F93DF;
  padding: 1.5rem 2rem;
  font-size: 3.4rem;
  letter-spacing: 0.2em;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .modal-media-box-tit {
    font-size: 2.8rem;
  }
}
.modal-media-box-item {
  padding: 2rem 1.5rem;
}
/*# sourceMappingURL=style.css.map */