@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
==================================================*/
.main {
  position: relative;
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 17rem 4rem 10rem;
}
.main.contact_main {
  background-image: url(../img/contact/contact-main-bg.jpg);
}
.main.entry_main {
  background-image: url(../img/entry/entry-main-bg.jpg);
}
.main.recruit_main {
  background-image: url(../img/recruit/recruit-main-bg.jpg);
}
.main.profile_main {
  background-image: url(../img/profile/profile-main-bg.jpg);
}
.main.works_main {
  background-image: url(../img/works/works-main-bg.jpg);
}
.main.about_main {
  background-image: url(../img/about/about-main-bg.jpg);
}
.main.business_main {
  background-image: url(../img/business/business-main-bg.jpg);
}
.main-wrap {
  width: 100%;
  max-width: 116.5rem;
  margin: 0 auto;
}
.main-wrap h1 {
  color: #fff;
  font-size: 9.6rem;
  line-height: 1;
  font-weight: bold;
}
.main-wrap h1 span.ja {
  display: block;
  font-size: 4rem;
  margin-top: 2rem;
}
.main a.entry-btn {
  position: fixed;
  bottom: 10rem;
  right: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 25.6rem;
  background: #192E99;
  color: #fff;
  border-radius: 5em;
  padding: 1.2rem 2rem;
  z-index: 10;
}
.main a.entry-btn span.txt {
  width: calc(100% - 5.2rem);
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.45;
  padding-left: 1rem;
}
.main a.entry-btn span.ico-fiexd-link {
  width: 5.2rem;
  height: 5.2rem;
  background: url(../img/cmn/ico-link-white.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .main {
    position: relative;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 0 3rem;
    height: 41rem;
  }
  .main.contact_main {
    background-image: url(../img/contact/contact-main-bg-sp.jpg);
  }
  .main.entry_main {
    background-image: url(../img/entry/entry-main-bg-sp.jpg);
    background-position: bottom center;
  }
  .main.recruit_main {
    background-image: url(../img/recruit/recruit-main-bg-sp.jpg);
  }
  .main.profile_main {
    background-image: url(../img/profile/profile-main-bg-sp.jpg);
  }
  .main.works_main {
    background-image: url(../img/works/works-main-bg-sp.jpg);
  }
  .main.about_main {
    background-image: url(../img/about/about-main-bg-sp.jpg);
  }
  .main.business_main {
    background-image: url(../img/business/business-main-bg-sp.jpg);
  }
  .main-wrap {
    max-width: 100%;
  }
  .main-wrap h1 {
    width: 100%;
    position: absolute;
    left: 3rem;
    bottom: 2.5rem;
    font-size: 5.6rem;
    line-height: 1.1;
  }
  .main-wrap h1 span.ja {
    font-size: 1.8rem;
  }
  .main a.entry-btn {
    bottom: 0;
    right: unset;
    left: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #192E99;
    border-radius: 0;
    padding: 1rem 2rem;
  }
  .main a.entry-btn span.txt {
    width: max-content;
  }
  .main a.entry-btn span.ico-fiexd-link {
    width: 4rem;
    height: 4rem;
  }
}
/*==================================================
form
==================================================*/
.form {
  position: relative;
  width: 100%;
  padding: 14rem 4rem 12rem;
  background: #fff;
  color: #333;
}
.form-wrap {
  width: 100%;
  max-width: 116.5rem;
  margin: 0 auto;
}
.form-wrap h2 {
  display: block;
  text-align: center;
  color: #192E99;
  font-size: 6.4rem;
  line-height: 1.25;
  font-weight: bold;
}
.form-wrap p.form-lead {
  font-size: 1.6rem;
  line-height: 2;
  display: block;
  text-align: center;
  margin-top: 4rem;
}
.form-wrap p.form-lead:first-of-type {
  margin-top: 3.5rem;
}
.form-wrap p.text-link {
  margin-top: 3.6rem;
  text-align: center;
}
.form-wrap .sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3.6rem;
}
.form-wrap .sns-box-msg {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.form-wrap .sns-box a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16.2rem;
  height: 4.4rem;
  color: #192E99;
  border: 1px solid #192E99;
  border-radius: 5em;
  margin-top: 1.2rem;
}
.form-wrap .sns-box a:hover {
  background: #192E99;
  color: #fff;
  opacity: 1;
}
.form-wrap .sns-box a:hover span.ico {
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/cmn/ico-line-white.svg) no-repeat;
  background-size: 100%;
}
.form-wrap .sns-box a span {
  display: inline-block;
}
.form-wrap .sns-box a span.ico {
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/cmn/ico-line-blue.svg) no-repeat;
  background-size: 100%;
}
.form-wrap .sns-box a span.txt {
  padding-left: 1rem;
  font-size: 1.6rem;
}
.form-switch {
  width: 100%;
  margin-top: 11.5rem;
  border-bottom: 1px solid #192E99;
}
.form-switch ul {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.form-switch ul li {
  width: 23.5%;
  margin-right: 1.4rem;
}
.form-switch ul li:last-of-type {
  margin-right: 0;
}
.form-switch ul li a {
  display: block;
  text-align: center;
  border: 1px solid #192E99;
  border-bottom: 1px solid #192E99;
  padding: 1.8rem 1.5rem;
  color: #C9C9C9;
  font-weight: bold;
  margin-bottom: -1px;
}
.form-switch ul li a.is-active {
  color: #192E99;
  border-bottom: 1px solid #fff;
}
.form-switch ul li a:hover {
  opacity: 1;
  cursor: pointer;
}
.form-cts {
  width: 100%;
  transition: 0.5s;
  max-width: 89.4rem;
  margin: 8rem auto 0;
}
.form-cts.is-active {
  opacity: 1;
}
.form-cts.is-hidden {
  opacity: 0;
}
.form-cts-blk {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3.6rem;
}
.form-cts-blk:first-of-type {
  margin-top: 0;
}
.form-cts-tit {
  width: calc(100% - 49.8rem);
  padding-right: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-cts-tit p {
  width: 50%;
  font-size: 1.6rem;
  line-height: 1.55;
  font-weight: bold;
}
.form-cts-tit span {
  width: 50%;
  font-size: 1.6rem;
  font-weight: bold;
}
.form-cts-item {
  width: 49.8rem;
}
.form-cts-item.item_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-cts-item.item_flex input {
  width: calc(50% - 0.9rem);
}
.form-cts-item.radio_flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.form-cts-item.radio_flex .form-cts-item-radio {
  width: max-content;
  display: inline-flex;
  align-items: center;
  margin-right: 3.5rem;
}
.form-cts-item.radio_flex .form-cts-item-radio input {
  width: 2rem;
  height: 2rem;
  cursor: pointer;
}
.form-cts-item.radio_flex .form-cts-item-radio label {
  width: max-content;
  margin-left: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.form-cts-item.date_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form-cts-item.date_flex .form-cts-item-date {
  width: 33.3333333333%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.form-cts-item.date_flex .form-cts-item-date.year:after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 0.9rem;
  background: url(../img/cmn/ico-select-black.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 6.5rem;
  transform: translate(0, -50%);
  pointer-events: none;
}
.form-cts-item.date_flex .form-cts-item-date input, .form-cts-item.date_flex .form-cts-item-date select {
  width: calc(100% - 5rem);
  padding: 1.3rem 2rem;
}
.form-cts-item.date_flex .form-cts-item-date select {
  appearance: none;
  cursor: pointer;
}
.form-cts-item.date_flex .form-cts-item-date span.unit {
  width: 5rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
.form-cts-item input, .form-cts-item textarea, .form-cts-item select {
  width: 100%;
  border: 1px solid #333;
  padding: 1.5rem 2rem;
  font-size: 1.6rem;
  line-height: 1.55;
}
.form-cts-item input::placeholder, .form-cts-item textarea::placeholder, .form-cts-item select::placeholder {
  font-size: 1.6rem;
  color: #707070;
  font-weight: bold;
}
.form-cts-item-file label {
  width: 15rem;
  height: 5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  border: 1px solid #000;
  background-color: #D9D9D9;
  cursor: pointer;
  transition: 0.5s;
}
.form-cts-item-file label:hover {
  opacity: 0.7;
}
.form-cts-item-file input[type=file] {
  display: none;
}
.form-cts-item-filename {
  width: calc(100% - 16rem);
  height: 5rem;
  margin-left: 1rem;
  padding: 0 2.5rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border: 1px solid #000;
  text-align: left;
}
.form-cts-agree {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.6rem;
}
.form-cts-agree-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-cts-agree-box input {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #333;
  border-radius: 0;
  cursor: pointer;
}
.form-cts-agree-box label {
  width: calc(100% - 2.5rem);
  padding-left: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.form-submit {
  margin-top: 3.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-submit-btn {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  color: #192E99;
  font-size: 1.6rem;
  background: transparent;
  border: 0;
  transition: 0.5s;
}
.form-submit-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.form-submit-btn span.ico {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../img/cmn/ico-link-blue.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 6rem 3rem;
  }
  .form-wrap {
    max-width: 100%;
  }
  .form-wrap h2 {
    font-size: 3rem;
  }
  .form-wrap p.form-lead {
    font-size: 1.5rem;
  }
  .form-wrap .sns-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3.6rem;
  }
  .form-wrap .sns-box-msg {
    font-size: 1.5rem;
  }
  .form-wrap .sns-box a span.txt {
    font-size: 1.5rem;
  }
  .form-switch {
    margin-top: 3.6rem;
  }
  .form-switch ul {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .form-switch ul li {
    width: 40.5%;
    margin-right: 0;
  }
  .form-switch ul li:first-of-type {
    margin-right: -1px;
  }
  .form-cts {
    max-width: 100%;
    margin: 3.6rem auto 0;
  }
  .form-cts-tit {
    width: 100%;
    padding-right: 0;
    justify-content: flex-start;
  }
  .form-cts-tit p {
    width: max-content;
    font-size: 1.5rem;
  }
  .form-cts-tit span {
    width: max-content;
    font-size: 1.4rem;
    margin-left: 1.5rem;
    font-weight: normal;
  }
  .form-cts-item {
    width: 100%;
    margin-top: 1rem;
  }
  .form-cts-item.item_flex input {
    width: 100%;
    margin-top: 0.8rem;
  }
  .form-cts-item.item_flex input:first-of-type {
    margin-top: 0;
  }
  .form-cts-item.radio_flex {
    margin-top: 0;
  }
  .form-cts-item.radio_flex .form-cts-item-radio {
    margin-right: 1.5rem;
    margin-top: 1.5rem;
  }
  .form-cts-item.radio_flex .form-cts-item-radio label {
    font-size: 1.5rem;
  }
  .form-cts-item.date_flex .form-cts-item-date {
    width: calc(50% - 7rem);
  }
  .form-cts-item.date_flex .form-cts-item-date.year {
    width: 14rem;
  }
  .form-cts-item.date_flex .form-cts-item-date.year select {
    width: 10rem;
  }
  .form-cts-item.date_flex .form-cts-item-date.year:after {
    width: 1.3rem;
    height: 0.9rem;
    right: 5rem;
  }
  .form-cts-item.date_flex .form-cts-item-date input {
    width: calc(100% - 4rem);
  }
  .form-cts-item.date_flex .form-cts-item-date select {
    appearance: none;
  }
  .form-cts-item.date_flex .form-cts-item-date span.unit {
    width: 4rem;
    font-size: 1.5rem;
  }
  .form-cts-item input, .form-cts-item textarea, .form-cts-item select {
    font-size: 1.5rem;
  }
  .form-cts-item input::placeholder, .form-cts-item textarea::placeholder, .form-cts-item select::placeholder {
    font-size: 1.5rem;
  }
  .form-cts-item-file label {
    width: 11rem;
    font-size: 1.4rem;
  }
  .form-cts-item-file label:hover {
    opacity: 0.7;
  }
  .form-cts-item-file input[type=file] {
    display: none;
  }
  .form-cts-item-filename {
    width: calc(100% - 12rem);
    padding: 0 2rem;
    font-size: 1.4rem;
  }
  .form-cts-agree-box label {
    font-size: 1.5rem;
  }
  .form-submit-btn {
    font-size: 1.5rem;
  }
}
/*==================================================
message
==================================================*/
.message {
  width: 100%;
  background: url(../img/recruit/message-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 16.5rem 0 12rem;
}
.message-wrap {
  width: 90.28%;
  max-width: 144rem;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  float: right;
}
.message-txtwrap {
  width: calc(100% - 53.4rem);
  padding-right: 10rem;
}
.message-txtwrap-inr {
  padding-left: 8rem;
  margin-top: 6rem;
}
.message-txtwrap-inr h3 {
  font-size: 4rem;
  line-height: 1.45;
  color: #000;
  font-weight: bold;
}
.message-txtwrap-inr p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 4rem;
}
.message-txtwrap-inr p:first-of-type {
  margin-top: 4.5rem;
}
.message-txtwrap-inr p.text-link {
  margin-top: 3.5rem;
}
.message-thumb {
  width: 53.4rem;
}
.message-thumb figure.basic {
  display: block;
}
.message-thumb figure.full {
  display: none;
}

@media screen and (min-width: 1441px) {
  .message-wrap {
    width: 100%;
    max-width: 116.5rem;
    margin: 0 auto;
    float: none;
  }
  .message-thumb {
    width: 53.4rem;
  }
  .message-thumb figure.basic {
    display: none;
  }
  .message-thumb figure.full {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .message-wrap {
    width: 100%;
    padding-left: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .message {
    width: 100%;
    background: url(../img/recruit/message-sp-bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 6rem 0;
  }
  .message-wrap {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    float: none;
    padding-left: 0;
  }
  .message-txtwrap {
    width: 100%;
    padding: 0 3rem;
  }
  .message-txtwrap-inr {
    padding-left: 0;
    margin-top: 4.5rem;
  }
  .message-txtwrap-inr h3 {
    font-size: 2.2rem;
    line-height: 1.45;
    color: #000;
    font-weight: bold;
  }
  .message-txtwrap-inr p {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .message-txtwrap-inr p:first-of-type {
    margin-top: 2.5rem;
  }
  .message-txtwrap-inr p.text-link {
    margin-top: 3.5rem;
    text-align: center;
  }
  .message-thumb {
    width: 100%;
    margin-top: 6rem;
    padding-left: 3rem;
  }
}
/*==================================================
benefits
==================================================*/
.benefits {
  width: 100%;
  background: url(../img/recruit/benefits-bg.png) #edeff7 no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 12.5rem 0;
}
.benefits-list {
  width: 100%;
  max-width: 108rem;
  padding: 0 4rem;
  margin: 8rem auto 0;
}
.benefits-list-box {
  position: relative;
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 36.4rem;
}
.benefits-list-box.reverse {
  flex-direction: row-reverse;
}
.benefits-list-box.reverse .benefits-list-box-thumb {
  right: unset;
  left: 0;
}
.benefits-list-box:first-of-type {
  margin-top: 0;
}
.benefits-list-box-text {
  position: relative;
  width: calc(100% - 45rem);
  border: 1px solid #192E99;
  background: #fff;
  padding: 4.5rem 4rem 4rem;
  z-index: 1;
}
.benefits-list-box-text h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
.benefits-list-box-text h3 + p {
  margin-top: 2rem;
}
.benefits-list-box-text p {
  font-size: 1.6rem;
  line-height: 2;
}
.benefits-list-box-text p.num {
  position: absolute;
  top: -4rem;
  left: 1.5rem;
  font-size: 6.4rem;
  margin-top: 0;
  line-height: 1;
  color: #192E99;
  font-weight: bold;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
}
.benefits-list-box-text p.num span.ico {
  display: inline-block;
  width: 5.2rem;
  height: 4rem;
  background: url(../img/cmn/ico-titsub-blue.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}
.benefits-list-box-thumb {
  position: absolute;
  top: 2.8rem;
  right: 0;
  width: 50rem;
  z-index: 0;
}
.benefits-slider {
  width: 100%;
  margin-top: 8rem;
}
.benefits-slider figure {
  padding: 0 2rem;
}
.benefits-slider figure:nth-child(2n) {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .benefits {
    width: 100%;
    background: url(../img/recruit/benefits-bg-sp.jpg) no-repeat;
    background-size: cover;
    padding: 6rem 0 4rem;
  }
  .benefits-list {
    max-width: 100%;
    padding: 0 3rem;
    margin: 5rem auto 0;
  }
  .benefits-list-box {
    margin-top: 5rem;
    min-height: unset;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    border: 1px solid #192E99;
    background: #fff;
  }
  .benefits-list-box.reverse {
    flex-direction: unset;
  }
  .benefits-list-box-text {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .benefits-list-box-text h3 {
    font-size: 2.4rem;
  }
  .benefits-list-box-text p {
    font-size: 1.5rem;
  }
  .benefits-list-box-text p.num {
    top: -5rem;
    left: 0;
    font-size: 3.2rem;
  }
  .benefits-list-box-text p.num span.ico {
    width: 2.5rem;
    height: 2rem;
  }
  .benefits-list-box-thumb {
    position: static;
    width: 100%;
    margin-top: 2rem;
  }
  .benefits-slider {
    margin-top: 6rem;
  }
  .benefits-slider figure {
    padding: 0 0.5rem;
  }
  .benefits-slider figure:nth-child(2n) {
    margin-top: 2.5rem;
  }
}
/*==================================================
job
==================================================*/
.job {
  width: 100%;
  background: url(../img/recruit/job-bg.jpg) no-repeat;
  background-size: cover;
  padding: 12rem 4rem 10rem;
}
.job-list {
  width: 100%;
  max-width: 116.5rem;
  margin: 8rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job-list-link {
  position: relative;
  width: calc(50% - 1rem);
}
.job-list-link a {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}
.job-list-link a:hover {
  opacity: 1;
}
.job-list-link a:hover img {
  transform: scale(1.1, 1.1);
}
.job-list-link a h3 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 3rem;
  left: 4rem;
}
.job-list-link a img {
  transform: scale(1, 1);
  transition: all ease 0.3s;
}
.job-list-link a span.ico-link {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
}
.job-list-link a span.ico-link: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;
}

@media screen and (max-width: 767px) {
  .job {
    background: #192E99;
    padding: 6rem 3rem 5rem;
  }
  .job h2 {
    font-size: 4rem;
  }
  .job-list {
    margin-top: 4rem;
  }
  .job-list-link {
    position: relative;
    width: 100%;
    margin-top: 2.5rem;
  }
  .job-list-link:first-of-type {
    margin-top: 0;
  }
  .job-list-link a {
    display: block;
  }
  .job-list-link a h3 {
    font-size: 2.4rem;
    bottom: 2.2rem;
    left: 2rem;
  }
  .job-list-link a span.ico-link {
    right: 2rem;
    bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
/*==================================================
flow
==================================================*/
.flow {
  width: 100%;
  padding: 14rem 4rem 11.5rem;
}
.flow-list {
  width: 100%;
  max-width: 79rem;
  margin: 7rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flow-list-box {
  position: relative;
  width: calc(25% - 2.8rem);
  border: 1px solid #333;
  padding: 4rem 2rem;
}
.flow-list-box:last-of-type:after {
  display: none;
}
.flow-list-box:after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/cmn/ico-flow-angle.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: -2.9rem;
  transform: translate(0, -50%);
}
.flow-list-box p {
  font-weight: bold;
  display: block;
  text-align: center;
}
.flow-list-box p.num {
  font-size: 4.8rem;
}
.flow-list-box p.num span.sub {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.flow-list-box p.tit {
  font-size: 2.4rem;
  margin-top: 3rem;
}
.flow-list-box figure.ico {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .flow {
    padding: 8rem 3rem 5.5rem;
  }
  .flow-list {
    max-width: 100%;
    margin: 4rem auto 0;
  }
  .flow-list-box {
    position: relative;
    width: 100%;
    padding: 1.5rem 2.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 3rem;
    min-height: 10.5rem;
  }
  .flow-list-box:first-of-type {
    margin-top: 0;
  }
  .flow-list-box:after {
    top: unset;
    bottom: -2.4rem;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
  }
  .flow-list-box p.num {
    font-size: 3.2rem;
  }
  .flow-list-box p.num span.sub {
    font-size: 1rem;
    margin-bottom: 0;
  }
  .flow-list-box p.tit {
    font-size: 2.4rem;
    margin-top: 0;
    padding-left: 2rem;
  }
  .flow-list-box figure {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    transform: translate(0, -50%);
    width: 7.3rem;
  }
  .flow-list-box figure.ico {
    margin-top: 0;
  }
}
/*==================================================
detail
==================================================*/
.detail {
  width: 100%;
  background: url(../img/recruit/benefits-bg.png) #edeff7 no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 12rem 0 11rem;
}
.detail-wrap {
  width: 100%;
  max-width: 108rem;
  padding: 0 4rem;
  margin: 0 auto;
}
.detail-wrap h2 {
  font-size: 6.4rem;
}
.detail-box {
  width: 100%;
  border: 1px solid #192E99;
  border-radius: 1rem;
  padding: 8rem 3rem;
  background: #fff;
  margin: 8rem auto 0;
}
.detail-box-inner {
  width: 100%;
  max-width: 71rem;
  margin: 0 auto;
}
.detail-box-inner h3 {
  font-size: 3rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.detail-box-inner h3 span.text {
  display: inline-flex;
  align-items: center;
}
.detail-box-inner h3 span.ico {
  display: inline-block;
  width: 6rem;
  height: 3.7rem;
  background: url(../img/cmn/ico-titsub-blue.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}
.detail-box-inner h3 span.date {
  font-size: 1.6rem;
  color: #ABABAB;
}
.detail-box-table {
  width: 100%;
  margin-top: 4rem;
}
.detail-box-table tr {
  border-bottom: 1px solid #ABABAB;
}
.detail-box-table tr th, .detail-box-table tr td {
  font-size: 1.6rem;
  line-height: 1.55;
  font-weight: bold;
  padding: 1.5rem;
  vertical-align: middle;
}
.detail p.text-link {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .detail {
    width: 100%;
    background: url(../img/recruit/benefits-bg-sp.jpg) no-repeat;
    background-size: cover;
    padding: 6rem 3rem 4rem;
  }
  .detail-wrap {
    max-width: 100%;
    padding: 0;
  }
  .detail-wrap h2 {
    font-size: 3rem;
  }
  .detail-box {
    width: 100%;
    padding: 2.5rem 2rem;
    margin: 4.5rem auto 0;
  }
  .detail-box-inner {
    max-width: 100%;
  }
  .detail-box-inner h3 {
    font-size: 2.4rem;
  }
  .detail-box-inner h3 span.text {
    display: inline-flex;
    align-items: center;
  }
  .detail-box-inner h3 span.ico {
    width: 3.2rem;
    height: 2rem;
  }
  .detail-box-inner h3 span.date {
    display: none;
  }
  .detail-box-table {
    margin-top: 2rem;
  }
  .detail-box-table tr {
    display: block;
  }
  .detail-box-table tr:last-of-type {
    border-bottom: 0;
  }
  .detail-box-table tr th, .detail-box-table tr td {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    padding: 1.5rem 0 0.5rem 0;
  }
  .detail-box-table tr td {
    padding: 0 0 1.5rem 0;
    font-weight: normal;
  }
}
/*==================================================
corporate
==================================================*/
.corporate {
  width: 100%;
  background: url(../img/profile/corporate-bg.jpg) no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding: 13rem 4rem;
}
.corporate-wrap {
  width: 100%;
  max-width: 95.4rem;
  margin: 0 auto;
}
.corporate-table {
  width: 100%;
  max-width: 71.4rem;
  margin: 5rem auto 0;
}
.corporate-table tbody tr {
  border-bottom: 1px solid #ABABAB;
}
.corporate-table tbody tr th, .corporate-table tbody tr td {
  padding: 2rem 5rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  vertical-align: top;
}
.corporate-access {
  width: 100%;
  margin-top: 13rem;
}
.corporate-access-col {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.corporate-access-col-map {
  width: 61rem;
}
.corporate-access-col-map-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}
.corporate-access-col-map-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.corporate-access-col-text {
  width: calc(100% - 61rem);
  padding-left: 5rem;
}
.corporate-access-col-text p {
  margin-top: 6rem;
  font-size: 1.6rem;
  line-height: 1.5;
}
.corporate-access-col-text p:first-of-type {
  margin-top: 0;
}
.corporate-access-col-text p span {
  display: block;
}
.corporate-access-col-text p span.tit {
  color: #192E99;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .corporate {
    padding: 7rem 3rem 5rem;
    background: url(../img/profile/corporate-bg-sp.jpg) no-repeat;
    background-size: 100%;
  }
  .corporate-wrap {
    max-width: 100%;
  }
  .corporate-wrap h2 {
    font-size: 3.6rem;
  }
  .corporate-table {
    margin-top: 2rem;
  }
  .corporate-table tbody tr {
    display: block;
  }
  .corporate-table tbody tr th, .corporate-table tbody tr td {
    width: 100%;
    display: block;
    font-size: 1.5rem;
    padding: 1.5rem 0 0.5rem 0;
  }
  .corporate-table tbody tr td {
    padding: 0 0 1.5rem 0;
    font-weight: normal;
  }
  .corporate-access {
    margin-top: 7rem;
  }
  .corporate-access-col {
    margin-top: 4rem;
  }
  .corporate-access-col-map {
    width: 100%;
  }
  .corporate-access-col-map-iframe {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56%;
  }
  .corporate-access-col-map-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .corporate-access-col-text {
    width: 100%;
    padding: 2.5rem 3rem;
  }
  .corporate-access-col-text p {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
/*==================================================
works
==================================================*/
.works {
  width: 100%;
  background: #fff url(../img/works/works-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 12rem 0 11rem;
}
.works.works_list {
  background: url(../img/works/works-list-bg.jpg) no-repeat;
  background-size: cover;
}
.works-wrap {
  width: 100%;
  max-width: 116.5rem;
  margin: 0 auto;
}
.works-box {
  width: 100%;
  background: #192E99;
  border-radius: 1rem;
  padding: 6rem 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.works-box-text {
  width: calc(100% - 46.2rem);
  padding-right: 3.5rem;
}
.works-box-text h2 {
  color: #fff;
  font-size: 6.4rem;
  font-weight: bold;
}
.works-box-text p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  margin-top: 2.5rem;
}
.works-box-thumb {
  width: 46.2rem;
}
.works-msg {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  color: #192E99;
  margin-top: 3.5rem;
}
.works p.text-link {
  color: #192E99;
  margin-top: 1rem;
}
.works p.works-lead {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3rem;
}
.works-list {
  width: 100%;
  max-width: 116.5rem;
  margin: 8rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.works-list-link {
  position: relative;
  width: calc(50% - 1rem);
}
.works-list-link a {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
}
.works-list-link a:hover {
  opacity: 1;
}
.works-list-link a:hover img {
  transform: scale(1.1, 1.1);
}
.works-list-link a h3 {
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  bottom: 3rem;
  left: 4rem;
}
.works-list-link a img {
  transform: scale(1, 1);
  transition: all ease 0.3s;
}
.works-list-link a span.ico-link {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.6rem;
  color: #fff;
}
.works-list-link a span.ico-link: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;
}

@media screen and (max-width: 767px) {
  .works {
    background: #fff url(../img/works/works-sp-bg.jpg) no-repeat;
    background-size: cover;
    padding: 6rem 3rem;
  }
  .works.works_list {
    background: #fff;
  }
  .works-wrap {
    max-width: 100%;
  }
  .works p.works-lead {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .works-box {
    padding: 2rem;
  }
  .works-box-text {
    width: 100%;
    padding-right: 0;
  }
  .works-box-text h2 {
    font-size: 2.2rem;
  }
  .works-box-text p {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
  .works-box-thumb {
    width: 100%;
    margin-top: 1.8rem;
  }
  .works-msg {
    font-size: 1.5rem;
    margin-top: 3rem;
  }
  .works-list {
    margin-top: 4rem;
  }
  .works-list-link {
    position: relative;
    width: 100%;
    margin-top: 2.5rem;
  }
  .works-list-link:first-of-type {
    margin-top: 0;
  }
  .works-list-link a {
    display: block;
  }
  .works-list-link a h3 {
    font-size: 2.4rem;
    bottom: 2.2rem;
    left: 2rem;
  }
  .works-list-link a span.ico-link {
    right: 2rem;
    bottom: 1.5rem;
    font-size: 1.5rem;
  }
}
/*==================================================
worksflow
==================================================*/
.worksflow {
  width: 100%;
  background: #EDEFF8 url(../img/works/worksflow-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 12rem 0 11rem;
}
.worksflow-wrap {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
.worksflow-step {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -2rem;
}
.worksflow-step-list {
  position: relative;
  width: calc(50% - 6rem);
  margin-top: 10rem;
  border: 1px solid #192E99;
  border-radius: 1rem;
  background: #fff;
  z-index: 1;
}
.worksflow-step-list:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: url(../img/works/works-dots.svg) repeat;
  background-size: auto;
  z-index: 0;
}
.worksflow-step-list.last:after {
  display: none;
}
.worksflow-step-list.list1:after {
  position: absolute;
  top: 50%;
  left: calc(50% + 16rem);
  transform: translate(-50%, -50%);
}
.worksflow-step-list.list2:after {
  position: absolute;
  bottom: 0;
  left: -50%;
  transform: rotate(-45deg);
}
.worksflow-step-list.list3:after {
  position: absolute;
  top: 50%;
  left: calc(50% + 16rem);
  transform: translate(-50%, -50%);
}
.worksflow-step-list.list4:after {
  position: absolute;
  bottom: 0;
  left: -50%;
  transform: rotate(-45deg);
}
.worksflow-step-list.list5:after {
  position: absolute;
  top: 50%;
  left: calc(50% + 16rem);
  transform: translate(-50%, -50%);
}
.worksflow-step-list.list6:after {
  display: none;
}
.worksflow-step-list-title {
  position: relative;
  z-index: 1;
}
.worksflow-step-list-title h3 {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 2rem;
  background: #fff;
  border-radius: 1rem;
}
.worksflow-step-list-title p.ico {
  position: absolute;
  top: -4.2rem;
  left: -4.2rem;
  width: 8.4rem;
  height: 8.4rem;
  background: #192E99;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.worksflow-step-list-title p.ico span {
  color: #fff;
  display: block;
  width: 100%;
  line-height: 1;
}
.worksflow-step-list-title p.ico span.txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-top: -0.5rem;
}
.worksflow-step-list-title p.ico span.num {
  font-size: 2.4rem;
  margin-top: 0.5rem;
}
.worksflow-step-list figure {
  position: relative;
  z-index: 1;
  width: 100%;
}
.worksflow-step-list p {
  position: relative;
  z-index: 1;
  padding: 2.5rem 2rem;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
}

@media screen and (max-width: 767px) {
  .worksflow {
    background: #EDEFF8 url(../img/works/worksflow-bg-sp.png) no-repeat;
    background-size: 100%;
    padding: 7rem 0 9rem;
  }
  .worksflow-wrap {
    max-width: 100%;
  }
  .worksflow-step {
    margin: 0 auto;
    max-width: 60%;
    justify-content: center;
  }
  .worksflow-step-list {
    width: 100%;
    margin-top: 5rem;
    z-index: 1;
  }
  .worksflow-step-list:after {
    display: none;
  }
  .worksflow-step-list-title {
    position: relative;
    z-index: 1;
  }
  .worksflow-step-list-title h3 {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 2.5rem 2rem;
    background: #fff;
    border-radius: 1rem;
  }
  .worksflow-step-list-title p.ico {
    top: -3.2rem;
    left: -3.2rem;
    width: 6.4rem;
    height: 6.4rem;
  }
  .worksflow-step-list-title p.ico span.txt {
    font-size: 1rem;
  }
  .worksflow-step-list-title p.ico span.num {
    font-size: 1.6rem;
  }
  .worksflow-step-list p {
    padding: 2.5rem 1.5rem;
    font-size: 1.5rem;
  }
}
/*==================================================
intro
==================================================*/
.intro {
  width: 100%;
  background: #fff url(../img/business/intro-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 12rem 0;
}
.intro-wrap {
  width: 100%;
  max-width: 116.5rem;
  margin: 0 auto;
}
.intro-wrap h2 {
  display: block;
  text-align: center;
  font-size: 4rem;
  line-height: 1.3;
  font-weight: bold;
  color: #192E99;
}
.intro-wrap p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro {
    background: #fff url(../img/business/intro-sp-bg.jpg) no-repeat;
    background-size: cover;
    padding: 6rem 3rem;
  }
  .intro-wrap {
    max-width: 100%;
  }
  .intro-wrap h2 {
    text-align: left;
    font-size: 2.2rem;
  }
  .intro-wrap p {
    font-size: 1.5rem;
    text-align: left;
  }
}
/*==================================================
services
==================================================*/
.services {
  width: 100%;
  background: #fff url(../img/business/services-bg.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 13rem 0 12rem;
}
.services-wrap {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
}
.services-list {
  width: 100%;
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.services-list.reverse {
  flex-direction: row-reverse;
}
.services-list.reverse .services-list-text {
  padding-right: 0;
  padding-left: 4.5rem;
}
.services-list-thumb {
  width: 46rem;
}
.services-list-text {
  width: calc(100% - 46rem);
  padding-right: 4.5rem;
}
.services-list-text h3 {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
.services-list-text p {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  margin-top: 2.5rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .services {
    background: #fff url(../img/business/services-bg-sp.jpg) no-repeat;
    background-size: cover;
    padding: 7rem 3rem 6rem;
  }
  .services-wrap {
    max-width: 100%;
  }
  .services-list {
    margin-top: 4rem;
  }
  .services-list.reverse {
    flex-direction: unset;
  }
  .services-list.reverse .services-list-text {
    padding-left: 0;
  }
  .services-list-thumb {
    width: 100%;
    padding-top: 1.5rem;
  }
  .services-list-text {
    width: 100%;
    padding-right: 0;
  }
  .services-list-text h3 {
    font-size: 2rem;
  }
  .services-list-text p {
    font-size: 1.5rem;
    margin-top: 2rem;
    text-align: left;
  }
}
/*==================================================
company
==================================================*/
.company {
  width: 100%;
  background: url(../img/about/company-bg.png) #edeff7 no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 12.5rem 0;
}
.company-list {
  width: 100%;
  max-width: 108rem;
  padding: 0 4rem;
  margin: 8rem auto 0;
}
.company-list-box {
  position: relative;
  margin-top: 6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 36.4rem;
}
.company-list-box.reverse {
  flex-direction: row-reverse;
}
.company-list-box.reverse .company-list-box-thumb {
  right: unset;
  left: 0;
}
.company-list-box:first-of-type {
  margin-top: 0;
}
.company-list-box-text {
  position: relative;
  width: calc(100% - 45rem);
  border: 1px solid #192E99;
  background: #fff;
  padding: 4.5rem 4rem 4rem;
  z-index: 1;
}
.company-list-box-text h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
.company-list-box-text h3 + p {
  margin-top: 2rem;
}
.company-list-box-text p {
  font-size: 1.6rem;
  line-height: 2;
}
.company-list-box-text p.num {
  position: absolute;
  top: -4rem;
  left: 1.5rem;
  font-size: 6.4rem;
  margin-top: 0;
  line-height: 1;
  color: #192E99;
  font-weight: bold;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
}
.company-list-box-text p.num span.ico {
  display: inline-block;
  width: 5.2rem;
  height: 4rem;
  background: url(../img/cmn/ico-titsub-blue.svg) no-repeat;
  background-size: 100%;
  margin-right: 1rem;
}
.company-list-box-thumb {
  position: absolute;
  top: 2.8rem;
  right: 0;
  width: 50rem;
  z-index: 0;
}
.company-slider {
  width: 100%;
  margin-top: 8rem;
}
.company-slider figure {
  padding: 0 2rem;
}
.company-slider figure:nth-child(2n) {
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .company {
    width: 100%;
    background: url(../img/about/company-bg-sp.jpg) no-repeat;
    background-size: cover;
    padding: 6rem 0 4rem;
  }
  .company-list {
    max-width: 100%;
    padding: 0 3rem;
    margin: 5rem auto 0;
  }
  .company-list-box {
    margin-top: 5rem;
    min-height: unset;
    flex-wrap: wrap;
    padding: 3rem 2rem;
    border: 1px solid #192E99;
    background: #fff;
  }
  .company-list-box.reverse {
    flex-direction: unset;
  }
  .company-list-box-text {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .company-list-box-text h3 {
    font-size: 2.4rem;
  }
  .company-list-box-text p {
    font-size: 1.5rem;
  }
  .company-list-box-text p.num {
    top: -5rem;
    left: 0;
    font-size: 3.2rem;
  }
  .company-list-box-text p.num span.ico {
    width: 2.5rem;
    height: 2rem;
  }
  .company-list-box-thumb {
    position: static;
    width: 100%;
    margin-top: 2rem;
  }
  .company-slider {
    margin-top: 6rem;
  }
  .company-slider figure {
    padding: 0 0.5rem;
  }
  .company-slider figure:nth-child(2n) {
    margin-top: 2.5rem;
  }
}
/*==================================================
history
==================================================*/
.history {
  width: 100%;
  padding: 13rem 0 12rem;
}
.history-list {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 8rem;
}
.history-list-thumb {
  position: relative;
  width: 71rem;
  padding-right: 14.5rem;
}
.history-list-thumb figure.basic {
  display: block;
}
.history-list-thumb figure.full {
  display: none;
}
.history-list-thumb:after {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 100%;
  background: url(../img/about/history-border.png) no-repeat;
  background-size: 98%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.history-list-text {
  width: calc(100% - 71rem);
}
.history-list-text ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.history-list-text ul li:first-of-type {
  margin-top: 0;
}
.history-list-text ul li:before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #192E99;
  position: absolute;
  top: 0;
  left: -1.3rem;
}
.history-list-text ul li span {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
}
.history-list-text ul li span.date {
  width: 16rem;
  text-align: center;
  display: block;
}
.history-list-text ul li span.txt {
  width: calc(100% - 16rem);
  display: block;
  text-align: left;
}
.history-slider {
  width: 100%;
  margin-top: 7rem;
}
.history-slider figure {
  padding: 0 2rem;
}
.history-slider figure:nth-child(2n) {
  margin-top: 3.5rem;
}

@media screen and (min-width: 1441px) {
  .history-list {
    width: 100%;
    max-width: 1165px;
    margin: 8rem auto 0;
    float: none;
  }
  .history-list-thumb figure.basic {
    display: none;
  }
  .history-list-thumb figure.full {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .history {
    position: relative;
    width: 100%;
    padding: 6rem 0 4rem;
  }
  .history-list {
    position: static;
    flex-direction: column-reverse;
    margin-top: 6rem;
    padding-left: 3rem;
  }
  .history-list-thumb {
    position: static;
    width: 100%;
    padding-right: 0;
  }
  .history-list-thumb:after {
    display: none;
  }
  .history-list-thumb figure.basic {
    display: none;
  }
  .history-list-thumb figure.full {
    display: none;
  }
  .history-list-text {
    width: 100%;
    padding-bottom: 4rem;
  }
  .history-list-text:after {
    content: "";
    display: inline-block;
    width: 0.4rem;
    height: 100%;
    background: url(../img/about/history-border.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 2.65rem;
  }
  .history-list-text ul li {
    padding-left: 4rem;
  }
  .history-list-text ul li:before {
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    background: #192E99;
    position: absolute;
    top: 0;
    left: -1.3rem;
  }
  .history-list-text ul li span {
    font-size: 1.5rem;
  }
  .history-list-text ul li span.date {
    width: 100%;
    text-align: left;
  }
  .history-list-text ul li span.txt {
    width: 100%;
    margin-top: 1rem;
  }
  .history-slider {
    margin-top: 5rem;
  }
  .history-slider figure {
    padding: 0 0.5rem;
  }
  .history-slider figure:nth-child(2n) {
    margin-top: 2.5rem;
  }
}
/*# sourceMappingURL=page.css.map */