@charset "UTF-8";
/*
Theme Name: maruzen
Author: Airily
Version: 1.0
*/
html {
  font-size: 62.5%;
}
@media (max-width: 1680px) {
  html {
    font-size: 54.6%;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 1400px) {
  html {
    font-size: 45.5%;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 41.6%;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 33.3%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 62.5%;
  }
}

* {
  box-sizing: border-box;
}

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

div, pre, p, blockquote, h1, h2, h3, h4, h5, h6, form, fieldset, figure, figcaption, ul, ol, li {
  margin: 0;
  padding: 0;
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-size: 1.867rem;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#header {
  width: 100%;
  height: 14rem;
  margin: 0 auto;
  position: fixed;
  top: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: 1s;
  z-index: 10;
  background: linear-gradient(180deg, rgb(211, 213, 215) 0%, rgba(255, 255, 255, 0) 100%);
}
#header.hide {
  border-top: solid 1px #D9D9D9;
  transform: translateY(calc(-14rem - 1px));
}
#header.header-sub {
  background: transparent;
}
@media (max-width: 767px) {
  #header {
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
#header .header-inner {
  width: 96.875%;
  max-width: 1860px;
  padding: 0 1rem;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  #header .header-inner {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  #header .header-inner {
    width: 100%;
    height: 100%;
    padding: 0;
    background: transparent;
    display: block;
  }
}

.header-l {
  width: 21.1956521739%;
}
@media (max-width: 767px) {
  .header-l {
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
}
.header-l .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  .header-l .logo img {
    width: auto;
    max-height: 40px;
  }
}

@media (min-width: 768px) {
  .header-r {
    width: calc(100% - 21.1956521739%);
    padding-left: 5rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header-r {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.header-btn-box {
  width: 42rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 767px) {
  .header-btn-box {
    display: none;
  }
}

.header-btn {
  width: 20rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.header-btn-01 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 1rem;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .header-btn-01 {
    font-size: 1.6rem;
  }
}
.header-btn-01 {
  gap: 1.5rem;
  border: solid 1px #00317B;
  background: #fff;
  color: #00317B;
}
.header-btn-01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.2s;
  background: #00317B;
}
.header-btn-01:hover {
  color: #fff;
}
.header-btn-01:hover img {
  filter: brightness(0) invert(1);
}
.header-btn-01:hover::after {
  width: 100%;
  z-index: -1;
}
.header-btn-01 img {
  width: 2rem;
}

.header-btn-02 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 1rem;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .header-btn-02 {
    font-size: 1.6rem;
  }
}
.header-btn-02 {
  gap: 1.5rem;
  background: linear-gradient(150deg, #003BBE, #21B0FF, #003BBE) 0 50%/300% 100%;
  color: #fff;
}
.header-btn-02 img {
  width: 2.2rem;
}
.header-btn-02:hover {
  background-position: 100% 50%;
}

.btn-ig-box {
  width: 100%;
  text-align: right;
}
.btn-ig-box a {
  display: inline-block;
  max-width: 154px;
}
@media (min-width: 768px) {
  .btn-ig-box a {
    width: 36.67%;
  }
}

.header-bg-staff {
  background: url(img/header-bg-staff.webp) 0 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .header-bg-staff {
    height: 250px;
  }
}
.header-bg-staff .h2-sub {
  padding-bottom: 9rem;
}
.header-bg-staff .page-img {
  display: none !important;
}

#nav-container {
  width: 100%;
}
@media (min-width: 768px) {
  #nav-container {
    width: calc(100% - 42rem);
  }
}
@media (max-width: 767px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

@media (max-width: 767px) {
  #nav-container .bg {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    background: #000;
  }
  #nav-container:focus-within .bg {
    visibility: visible;
    opacity: 0.6;
  }
}
#nav-container * {
  visibility: visible;
}

@media (max-width: 767px) {
  .button {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 60px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 30px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }
  .icon-bar + .icon-bar {
    margin-top: 8px;
  }
  #nav-container:focus-within .button {
    pointer-events: none;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(1) {
    transform: translate3d(0, 11px, 0) rotate(45deg);
  }
  #nav-container:focus-within .icon-bar:nth-of-type(2) {
    opacity: 0;
  }
  #nav-container:focus-within .icon-bar:nth-of-type(3) {
    transform: translate3d(0, -11px, 0) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
#nav-content {
  height: 100%;
  contain: paint;
}
@media (max-width: 767px) {
  #nav-content {
    margin-top: 60px;
    width: 65%;
    max-width: 350px;
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 60px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}
#nav-content ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media (min-width: 768px) {
  #nav-content ul {
    gap: 4.2%;
    padding-top: 0.5%;
    font-size: 1.734rem;
  }
}
@media (max-width: 767px) {
  #nav-content ul {
    flex-direction: column;
    flex-wrap: unset;
    padding-top: 15px;
    font-size: 1.4rem;
  }
}
#nav-content ul li {
  line-height: 1;
  letter-spacing: 0.08rem;
}
#nav-content ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
@media (min-width: 768px) {
  #nav-content ul li a.on {
    color: #003BBE;
  }
  #nav-content ul li a:hover {
    color: #003BBE;
  }
  #nav-content ul li a .pick {
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
    border-radius: 8px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #nav-content ul li a {
    padding: 15px 5px;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.1s;
    font-size: 1.4rem;
  }
}
#nav-content ul li.navi-phone {
  display: none;
}
@media (max-width: 767px) {
  #nav-content ul li.navi-phone {
    display: block;
  }
  #nav-content ul li.navi-phone a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #00317B;
  }
  #nav-content ul li.navi-phone a img {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(10%) sepia(95%) saturate(3133%) hue-rotate(205deg) brightness(100%) contrast(110%);
  }
}
#nav-content ul li.navi-ig {
  display: none;
}
@media (max-width: 767px) {
  #nav-content ul li.navi-ig {
    display: block;
    text-align: center;
  }
}

section {
  width: 70.8333333333%;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  section {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
section > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  main.sub-box {
    margin-top: 0;
  }
}
main.sub-box.staff-page {
  margin-top: 48rem;
}
@media (max-width: 767px) {
  main.sub-box.staff-page {
    margin-top: 250px;
  }
}
main.sub-box section {
  padding-top: 3rem;
  padding-bottom: 6rem;
}
main.sub-box section.full {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  main.sub-box section.full.rec-mv {
    padding-bottom: 0;
  }
}
main.sub-box section.narrow-box {
  width: 62.5%;
  max-width: 1200px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main.sub-box section.narrow-box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
main.sub-box section.biz-section {
  padding-bottom: 3rem;
}
main.sub-box section.staff-section {
  width: 71.875%;
  max-width: 1380px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  main.sub-box section.staff-section {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
main.sub-box section.last {
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  main.sub-box section.last {
    padding-bottom: 6rem;
  }
}

p {
  margin-bottom: 1.2em;
}
p.mb0 {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
}

a {
  color: #000;
}
a[href^="tel:"] {
  text-decoration: none;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a img:hover {
  opacity: 0.6;
}

.txt-c {
  text-align: center;
}

.pc_on {
  display: block;
}
@media (max-width: 767px) {
  .pc_on {
    display: none;
  }
}

.sp_on {
  display: none;
}
@media (max-width: 767px) {
  .sp_on {
    display: block;
  }
}

.pc_br {
  display: block;
}
@media (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media (max-width: 767px) {
  .sp_br {
    display: block;
  }
}
@media (min-width: 768px) {
  .sp_br.non-br {
    white-space: nowrap;
  }
}
.sp_br.pad-r {
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-r {
    padding-right: 0;
  }
}
.sp_br.pad-l {
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .sp_br.pad-l {
    padding-left: 0;
  }
}

#fv-movie {
  position: relative;
}
@media (min-width: 768px) {
  #fv-movie {
    height: 100vh;
  }
}
@media (max-width: 767px) {
  #fv-movie {
    aspect-ratio: 108/192;
  }
}

#movie-box {
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.video-fv {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .video-fv {
    width: auto !important;
    height: 56.25vw !important;
  }
}
@media (max-width: 767px) {
  .video-fv {
    top: 0;
    left: 0;
    transform: none;
    min-height: auto;
    width: 100% !important;
    max-width: 100%;
  }
}

.main-home {
  position: relative;
  z-index: 0;
}

.bg-wt {
  background: #fff;
}
.bg-wt.bg-spc {
  padding: 8rem 0 10rem;
}
.bg-wt.marquee-box {
  min-height: 12rem;
  position: relative;
}
@media (max-width: 767px) {
  .bg-wt.marquee-box {
    min-height: 6rem;
  }
}
.bg-wt.sub-wt {
  padding: 2rem 6rem 5rem;
}
@media (max-width: 767px) {
  .bg-wt.sub-wt {
    padding: 2rem;
  }
}

.bg-gry {
  background: #F9F9F9;
  padding: 5rem 0;
}

.bg-transparent {
  background: rgba(255, 255, 255, 0.8);
  padding: 3rem 0 12rem;
}
@media (max-width: 767px) {
  .bg-transparent {
    padding-bottom: 3rem;
  }
}

.home-wrapp-01 {
  display: flex;
  gap: 0 2rem;
  width: 92.7083333333%;
  max-width: 1780px;
  padding-top: 10rem;
  padding-bottom: 7rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-wrapp-01 {
    flex-wrap: wrap;
    padding-bottom: 6rem;
    padding-bottom: 6rem;
  }
}

.home-wrapp-01_fig {
  width: 57.8651685393%;
}
@media (max-width: 767px) {
  .home-wrapp-01_fig {
    width: 100%;
  }
}

.home-wrapp-01_txt-box {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.9;
}
@media (min-width: 768px) {
  .home-wrapp-01_txt-box {
    flex: 1;
    padding-left: 3.90625%;
  }
}
@media (max-width: 767px) {
  .home-wrapp-01_txt-box {
    width: 100%;
    font-size: 1.8rem;
  }
}

.home-txt-catch {
  color: #00317B;
  font-size: 10.667rem;
  line-height: 1.4;
  margin-top: -2rem;
  margin-bottom: 1.3rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .home-txt-catch {
    font-size: 3.5rem;
  }
}

.h2-home {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
}
.h2-home.h2-center {
  justify-self: center;
  text-align: center;
}
.h2-home .h2-eng {
  color: #00317B;
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .h2-home .h2-eng {
    font-size: 3rem;
  }
}
.h2-home .h2-eng.full {
  width: 100%;
}
.h2-home .h2-jp {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #003BBE;
  font-size: 1.867rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .h2-home .h2-jp {
    font-size: 1.6rem;
  }
}
.h2-home .h2-jp.full {
  width: 100%;
}
.h2-home.txt-wt {
  margin-bottom: 4.5rem;
}
.h2-home.txt-wt .h2-eng, .h2-home.txt-wt .h2-jp {
  color: #fff;
}

.text-right {
  text-align: right;
}

.btn-blu-01_wrapp {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2rem;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-blu-01_wrapp {
    gap: 1rem;
  }
}
.btn-blu-01_wrapp.btn-sub {
  color: #003BBE;
}

.btn-blu-01_txt {
  flex: 1;
  text-align: right;
}

.btn-blu-arrow {
  width: 6rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn-blu-arrow {
    width: 5rem;
    height: 5rem;
  }
}

.btn-blu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 1rem;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn-blu {
    font-size: 1.6rem;
  }
}
.btn-blu {
  background: linear-gradient(150deg, #003BBE, #21B0FF, #003BBE) 0 50%/300% 100%;
  color: #fff;
}
.btn-blu img {
  width: 1.6rem;
  height: 1.8rem;
}

.btn-blu-01_wrapp:hover .btn-blu {
  background-position: 100% 50%;
}

.txt-home-biz {
  line-height: 2;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .txt-home-biz {
    margin-bottom: 3rem;
  }
}

.home-biz-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 4rem;
  width: 89.7059%;
  margin: 0 auto 7rem;
}
@media (max-width: 767px) {
  .home-biz-menu {
    width: 100%;
    max-width: 380px;
    gap: 3rem;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
  }
}

.home-biz-menu-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc((100% - 8rem) / 3);
  text-decoration: none;
}
@media (max-width: 767px) {
  .home-biz-menu-box {
    width: 100%;
  }
}
.home-biz-menu-box img:hover {
  opacity: 1;
}
.home-biz-menu-box figure {
  border-radius: 1rem;
  overflow: hidden;
}
.home-biz-menu-box figure img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}

.home-biz-txt-box {
  display: flex;
  gap: 0 2rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .home-biz-txt-box {
    gap: 1rem;
    padding-right: 0;
  }
}

.home-biz-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: #00317B;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .home-biz-number {
    width: 4rem;
    height: 4rem;
  }
}

.home-biz-name-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
.home-biz-name-box .home-biz-name-eng {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .home-biz-name-box .home-biz-name-eng {
    font-size: 1.3rem;
  }
}
.home-biz-name-box .home-biz-name-jp {
  font-size: 2.134rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .home-biz-name-box .home-biz-name-jp {
    font-size: 1.6rem;
  }
}

.home-biz-btn-box {
  position: relative;
  overflow: hidden;
  line-height: 1;
  width: 5rem;
  height: 5rem;
}

.home-biz-btn {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 1rem;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .home-biz-btn {
    font-size: 1.6rem;
  }
}
.home-biz-btn {
  border: solid 1px #00317B;
  background: #fff;
  line-height: 0;
}
.home-biz-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.2s;
  background: #00317B;
}
.home-biz-btn img {
  width: 1.4rem;
}

.home-biz-menu-box:hover .home-biz-btn {
  color: #fff;
}
.home-biz-menu-box:hover .home-biz-btn img {
  filter: brightness(0) invert(1);
}
.home-biz-menu-box:hover .home-biz-btn::after {
  width: 100%;
  z-index: -1;
}

.btn-blu-02_wrapp {
  width: 24rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn-blu-02_wrapp {
    margin-right: auto;
    margin-left: auto;
  }
}
.btn-blu-02_wrapp.btn-center {
  margin: 0 auto;
}

.btn-blu-02 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 1.8rem 1rem 1rem;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn-blu-02 {
    font-size: 1.6rem;
  }
}
.btn-blu-02 {
  background: linear-gradient(150deg, #003BBE, #21B0FF, #003BBE) 0 50%/300% 100%;
  color: #fff;
  font-size: 1.734rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .btn-blu-02 {
    font-size: 1.4rem;
  }
}
.btn-blu-02:hover {
  background-position: 100% 50%;
}

.btn-wt-01_wrapp {
  width: 24rem;
  height: 6rem;
  position: relative;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn-wt-01_wrapp {
    margin-right: auto;
    margin-left: auto;
  }
}

.btn-wt-01 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 1.5rem 1rem 1rem;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn-wt-01 {
    font-size: 1.6rem;
  }
}
.btn-wt-01 {
  border: 1px solid transparent;
  background: #fff;
  color: #00317B;
  font-size: 1.734rem;
  font-weight: 600;
}
.btn-wt-01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.2s;
  background: #00317B;
}
.btn-wt-01:hover {
  color: #fff;
}
.btn-wt-01:hover::after {
  width: 100%;
  z-index: -1;
}

.btn-red-01_wrapp {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  line-height: 1;
}

.btn-red-01 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  padding: 1.2rem 3.5rem;
  text-decoration: none;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  z-index: 0;
}
@media (max-width: 767px) {
  .btn-red-01 {
    font-size: 1.6rem;
  }
}
.btn-red-01 {
  border: solid 1px #C00000;
  background: #fff;
  color: #C00000;
  font-size: 1.467rem;
}
.btn-red-01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.2s;
  background: #C00000;
}
.btn-red-01:hover {
  color: #fff;
}
.btn-red-01:hover::after {
  width: 100%;
  z-index: -1;
}

.top-marquee-bg {
  display: flex;
  width: 100%;
  min-height: 12rem;
  overflow: hidden;
  position: absolute;
  z-index: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .top-marquee-bg {
    min-height: 6rem;
  }
}

.top-marquee-bg span {
  white-space: nowrap;
  padding-top: 0.5rem;
  padding-right: 4rem;
  text-box: trim-both cap alphabetic;
}

.top-marquee-bg span:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.top-marquee-bg span:nth-child(even) {
  animation: loop2 50s linear infinite;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.outline {
  display: inline-block;
  color: #ffffff;
  font-size: 14rem;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", Osaka, "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  text-shadow: 1px 1px 0px #003BBE, -1px 1px 0px #003BBE, 1px -1px 0px #003BBE, -1px -1px 0px #003BBE, 1px 0px 0px #003BBE, 0px 1px 0px #003BBE, -1px 0px 0px #003BBE, 0px -1px 0px #003BBE;
}

@media screen and (max-width: 1400px) {
  .outline {
    font-size: 14rem;
  }
}
@media screen and (max-width: 1024px) {
  .outline {
    font-size: 10rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  .outline {
    font-size: 6rem;
  }
}
.home-recruit-box {
  display: flex;
  gap: 4rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .home-recruit-box {
    gap: 2rem;
    margin-bottom: 3rem;
  }
}

.home-recruit-l {
  font-size: 7.2rem;
  font-weight: 500;
  margin-top: -0.8rem;
}
@media (max-width: 767px) {
  .home-recruit-l {
    font-size: 3rem;
    text-align: center;
    margin-top: 0;
  }
}

.home-recruit-r {
  flex: 1;
}
@media (min-width: 768px) {
  .home-recruit-r {
    flex: 1;
  }
}
.home-recruit-r p {
  line-height: 1.8;
  margin-bottom: 0;
}

.btn-recruit-box {
  position: relative;
  display: block;
}
.btn-recruit-box img:hover {
  opacity: 1;
}

.btn-recruit-wrapp {
  position: absolute;
  inset: 0;
  width: 18rem;
  height: 18rem;
  margin: auto;
  overflow: hidden;
  line-height: 1;
}
@media (max-width: 767px) {
  .btn-recruit-wrapp {
    width: 12rem;
    height: 12rem;
  }
}

.btn-recruit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: solid 1px #fff;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: 0.2s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn-recruit::after {
  content: ">";
  position: absolute;
  right: 2rem;
}

.btn-recruit-wrapp:hover .btn-recruit {
  background: #fff;
  color: #00317B;
}

.home-aboutus {
  position: relative;
}
.home-aboutus .home-map-box {
  position: absolute;
  top: 0;
  left: 0;
}
.home-aboutus .home-map-box .home-map-img {
  width: 100%;
  display: block;
}

.circle-text-wrapper {
  position: absolute;
  z-index: 3;
  top: 13.7634408602%;
  left: 44.5588235294%;
  width: 9.5588235294%;
  transform: translate(-50%, -50%);
}

.circle-text {
  width: 100%;
  height: auto;
  overflow: visible;
  animation: rotation 20s linear infinite;
}

.circle-text__circle {
  fill: none;
}

.circle-text__text {
  fill: #0086CE;
  font-size: 0.85rem;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 1680px) {
  .circle-text__text {
    letter-spacing: 0.21rem;
  }
}
@media screen and (max-width: 1600px) {
  .circle-text__text {
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 1400px) {
  .circle-text__text {
    letter-spacing: 0.35rem;
  }
}
@media screen and (max-width: 1280px) {
  .circle-text__text {
    letter-spacing: 0.43rem;
  }
}
@media screen and (max-width: 1024px) {
  .circle-text__text {
    letter-spacing: 0.66rem;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-aboutus-contents {
  width: 100%;
  padding-top: 10.5rem;
  padding-bottom: 18rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-aboutus-contents {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }
}

.home-aboutus-box {
  display: flex;
  justify-content: space-between;
  gap: 4rem 17rem;
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .home-aboutus-box {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
}

@media (min-width: 768px) {
  .home-aboutus-l {
    flex: 1;
    padding-left: 6rem;
  }
}
.home-aboutus-l p {
  letter-spacing: 0.1rem;
  line-height: 2;
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .home-aboutus-l p {
    margin-bottom: 3rem;
  }
}

.home-aboutus-r {
  width: 54rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .home-aboutus-r {
    width: 100%;
  }
}

.home-aboutus-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .home-aboutus-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

.home-aboutus-menu {
  list-style: none;
  display: flex;
  flex-direction: column;
  border-bottom: solid 1px #D9D9D9;
}
.home-aboutus-menu li a {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  min-height: 10rem;
  padding: 2rem;
  border-top: solid 1px #D9D9D9;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home-aboutus-menu li a {
    padding: 2rem 1rem;
  }
}
.home-aboutus-menu li a:hover {
  opacity: 0.6;
}
.home-aboutus-menu li a .aboutus-eng {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 18rem;
  color: #00317B;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  .home-aboutus-menu li a .aboutus-eng {
    width: 50%;
  }
}
.home-aboutus-menu li a .aboutus-eng::before {
  content: "";
  width: 2.9rem;
  height: 2.7rem;
  background: url(img/ico-logomark.webp) no-repeat center;
  background-size: contain;
}
.home-aboutus-menu li a .aboutus-eng .eng-txt {
  flex: 1;
}
.home-aboutus-menu li a .aboutus-jp {
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  .home-aboutus-menu li a .aboutus-jp {
    font-size: 1.6rem;
  }
}

.slick-recruit {
  margin: 0 auto;
  width: 100%;
}

.slider-box {
  width: 38rem;
  margin: 0 2rem;
  padding: 0;
}
@media (max-width: 767px) {
  .slider-box {
    margin: 0 1rem;
  }
  .slider-box img {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .slick-recruit.four .slick-track {
    width: 100% !important;
    margin-right: -2rem;
    display: flex;
    justify-content: center;
    transform: none !important;
  }
}
.senior-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  cursor: pointer;
}

.senior-img {
  aspect-ratio: 38/54;
}

.senior-position {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .senior-position {
    font-size: 1.4rem;
  }
}
.senior-position.v2 {
  font-size: 1.867rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .senior-position.v2 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
}

.senior-comment {
  font-size: 2.134rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .senior-comment {
    font-size: 1.6rem;
  }
}

.clr-dk-blu {
  color: #00317B;
}

.slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 42.5925925926%;
  translate: 0 -50%;
  width: 8.2rem;
}
@media (max-width: 767px) {
  .slide-arrow {
    width: 4rem;
  }
}

.prev-arrow {
  left: 15rem;
}
@media (max-width: 767px) {
  .prev-arrow {
    left: 1rem;
  }
}

.next-arrow {
  right: 15rem;
  rotate: 180deg;
}
@media (max-width: 767px) {
  .next-arrow {
    right: 1rem;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.modal-content {
  background-color: #fff;
  width: 70.8333333333%;
  max-width: 1360px;
  padding: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .modal-content {
    width: 95%;
    padding: 4rem 2rem 2rem;
  }
}

.modal-close-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: #000;
  border: none;
  padding: 1rem;
  font-size: 1.4rem;
  cursor: pointer;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  .modal-close-btn {
    top: 0;
    right: 0;
    font-size: 12px;
  }
}

.modal-body {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4rem;
}

.modal-title {
  width: 100%;
}

.modal-img-wrapper {
  flex: 0 0 45.2381%;
}

.modal-img-wrapper img {
  border-radius: 1rem;
}

.modal-info {
  flex: 1;
  padding-top: 2rem;
}
.modal-info p {
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal-info p {
    line-height: 1.7;
  }
}

.modal-info-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.modal-comment {
  padding-bottom: 2rem;
  border-bottom: solid 1px #000;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .modal-comment {
    padding-bottom: 1rem;
    font-size: 1.7rem;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .modal-body {
    flex-direction: column;
  }
  .modal-img-wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
a .img-up {
  display: block;
  overflow: hidden;
}
a .img-up img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}
a:hover .img-up img {
  transform: scale(1.1, 1.1);
}

.page-sub {
  margin-top: 14rem;
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .page-sub {
    margin-top: 60px;
    padding-top: 4rem;
  }
}

.h2-sub {
  display: flex;
  align-items: baseline;
  gap: 1rem 3rem;
  width: 86.4583333333%;
  max-width: 1660px;
  line-height: 1;
  padding-bottom: 3rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .h2-sub {
    flex-direction: column;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.h2-sub-eng {
  background: linear-gradient(45deg, #003bbe 0%, #21b0ff 100%);
  color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 10.667rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h2-sub-eng {
    font-size: 5rem;
  }
}

.h2-sub-jp {
  color: #00317B;
  font-size: 2.134rem;
  font-weight: 500;
}
.page-img {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 192/55;
}

.h3-sub {
  padding-top: 3rem;
  text-align: center;
  color: #003BBE;
  font-size: 3.734rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .h3-sub {
    font-size: 2.3rem;
  }
}

.h4-sub {
  display: flex;
  gap: 1rem;
  font-size: 2.134rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .h4-sub {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .h4-sub {
    font-size: 2rem;
  }
}
.h4-sub::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #00317B;
}
@media (max-width: 767px) {
  .h4-sub::before {
    margin-top: 2px;
  }
}
.h4-sub .h4-txt {
  flex: 1;
}

.h4-sub-recruit {
  display: inline-flex;
  flex-direction: column;
  min-width: 24rem;
  font-size: 2.667rem;
  font-weight: 700;
  margin-bottom: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .h4-sub-recruit {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.h4-sub-recruit::after {
  content: "";
  width: 100%;
  height: 0.5rem;
  background: #00317B;
  border-radius: 5px;
}
.h4-sub-recruit .h4-txt {
  padding-right: 4rem;
}

.path-bg {
  display: flex;
  width: 100%;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .path-bg {
    display: none;
  }
}
.path-bg .path-wrap {
  width: 86.4583333333%;
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .path-bg .path-wrap {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

ol.topic-path {
  margin: 0;
  padding: 0;
}
ol.topic-path dt, ol.topic-path dd {
  margin: 0;
  padding: 0;
}
ol.topic-path {
  list-style: none;
  display: flex;
  color: #000;
  line-height: 1;
}
ol.topic-path li {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: 1rem;
  margin-right: 2rem;
  font-size: 1.6rem;
}
ol.topic-path li::before {
  content: "/";
  font-size: 1.067rem;
  font-family: "ＭＳ ゴシック", sans-serif;
}
ol.topic-path li a {
  text-decoration: none;
  color: #000;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
ol.topic-path li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}
ol.topic-path li:first-child::before {
  display: none;
}
ol.topic-path li:first-child a {
  padding-left: 0;
  background: none;
}

span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14rem;
  background: #0086CE;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding: 0.7rem 0.4rem;
}
@media (max-width: 767px) {
  span.icon {
    font-size: 1.4rem;
  }
}
span.icon.info {
  background-color: #0086CE;
}
span.icon.non-work {
  background-color: #A6A6A6;
}
span.icon.recruit {
  background-color: #003BBE;
}
span.icon.schedule {
  background-color: #00317B;
}

.topics-box {
  width: 100%;
  height: 23rem;
  background: #fff;
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  padding: 2rem;
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .topics-box {
    height: 35rem;
  }
}

.topics-tbl {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .topics-tbl {
    width: calc(100% - 17px);
  }
}
.topics-tbl tbody tr td {
  padding-bottom: 2rem;
  vertical-align: top;
  text-align: left;
  font-size: 1.734rem;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td {
    display: block;
    width: 100%;
    padding-bottom: 1rem;
    font-size: 1.4rem;
  }
}
.topics-tbl tbody tr td.entry {
  width: 29rem;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.entry {
    width: 100%;
  }
}
.topics-tbl tbody tr td.entry .entry-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.topics-tbl tbody tr td.topics_contents {
  padding-top: 0.2rem;
  padding-left: 5rem;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.topics_contents {
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
.topics-tbl tbody tr td p {
  margin-bottom: 0;
}
.topics-tbl tbody tr td a {
  text-decoration: none;
}
.topics-tbl tbody tr td a:hover {
  text-decoration: underline;
}

#layout {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  margin-bottom: 16rem;
}
@media (max-width: 767px) {
  #layout {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #layout .main-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #layout .main-box {
    width: 100%;
  }
}
#layout .side-box {
  width: 38rem;
}
@media (max-width: 767px) {
  #layout .side-box {
    width: 100%;
  }
}
#layout .side-box ul {
  list-style: none;
  margin-bottom: 50px;
  padding-left: 35px;
}
#layout .side-box ul li {
  margin-bottom: 10px;
  border: solid 1px #BFBFBF;
}
#layout .side-box ul li:first-child {
  display: flex;
  align-items: center;
}
#layout .side-box ul li a {
  display: block;
  width: 100%;
  padding: 15px;
  text-decoration: none;
}
#layout .side-box ul li a:hover {
  background: #7F7F7E;
  color: #fff;
}
#layout .side-box ul li.current-cat {
  background-color: #7F7F7E;
}
#layout .side-box ul li.current-cat a {
  color: #ffffff;
}

.article .article-box {
  width: 100%;
  margin-bottom: 2.5rem;
  padding: 1.5rem 1rem;
  background: #F2F2F2;
}

.side-calen-wrap {
  width: 100%;
  padding-left: 35px;
}
.side-calen-wrap h2 {
  display: none;
}

.wp-calendar {
  width: 100%;
  border: solid 1px #BFBFBF;
}
.wp-calendar th {
  font-weight: normal;
}
.wp-calendar td {
  text-align: center;
}
.wp-calendar td.today {
  color: #E5000E;
  border-bottom: none;
}
.wp-calendar td a {
  display: block;
  color: #014DA1;
  font-weight: bold;
}
.wp-calendar td a:hover {
  background: #014DA1;
  color: #fff;
}

.wp-calendar-nav {
  position: relative;
}
.wp-calendar-nav .wp-calendar-nav-next {
  position: absolute;
  right: 0;
}
.wp-calendar-nav .wp-calendar-nav-next a {
  text-decoration: none;
}
.wp-calendar-nav .wp-calendar-nav-prev a {
  text-decoration: none;
}

.news-details {
  margin-bottom: 5em;
}

.news-details-entry {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1em;
}

p.news-details-day {
  margin-bottom: 0;
}

.bg-lightblu {
  background-color: #F3F8FF;
}
.bg-lightblu.wide {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 6rem;
  padding: 6rem calc(50vw - 50%) 0;
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.col2.rev {
  flex-direction: row-reverse;
}
.col2.biz-col2 {
  padding-bottom: 6rem;
}
.col2.biz-col2.last {
  padding-bottom: 0;
}
.col2.biz-col2 .biz-col2-img {
  width: 66rem;
}
@media (min-width: 768px) {
  .col2.biz-col2 .biz-col2-txt {
    flex: 1;
  }
}
.col2.biz-col2 .biz-col2-txt h4 {
  font-size: 3.2rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .col2.biz-col2 .biz-col2-txt h4 {
    font-size: 2rem;
  }
}
.col2.biz-col2 .biz-col2-txt p {
  line-height: 2;
  margin-bottom: 3rem;
}

.biz-eng-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .biz-eng-box {
    margin-bottom: 0;
  }
}
.biz-eng-box .biz-number {
  color: #A6A6A6;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .biz-eng-box .biz-number {
    font-size: 2rem;
  }
}
.biz-eng-box .biz-eng {
  color: #00317B;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .biz-eng-box .biz-eng {
    font-size: 1.4rem;
  }
}

.bg-recruit-und {
  background: #163D78 url(img/recruit-bg.webp) no-repeat center top;
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .bg-recruit-und {
    padding-top: 30px;
    margin-bottom: 60px;
  }
  .bg-recruit-und::before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: #fff;
    position: absolute;
    top: 0;
  }
}
.bg-recruit-und::after {
  content: "";
  display: block;
  background: url(img/bg-curve.webp) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 15rem;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .bg-recruit-und::after {
    top: 35px;
    height: auto;
    padding-top: 9.8%;
  }
}
.bg-recruit-und section {
  padding-top: 8rem !important;
  padding-bottom: 0 !important;
}

.recruit-box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.recruit-box .txt-box {
  flex: 1;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .recruit-box .txt-box {
    flex: auto;
    width: 100%;
  }
}
.recruit-box {
  gap: 30px 7.3529411765%;
  margin-bottom: 0;
}
.recruit-box .img-box {
  width: 39.8529411765%;
  max-width: 542px;
  background: url(img/home-pic-recruit.webp) no-repeat 0 -9rem;
  background-size: cover;
}
@media (max-width: 767px) {
  .recruit-box .img-box {
    width: 100%;
    padding-top: 90%;
    background-position: 0 0;
  }
}
.recruit-box .txt-box {
  margin-top: 20rem;
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .recruit-box .txt-box {
    margin-top: 90px;
    margin-bottom: 0;
  }
}
.recruit-box .txt-box .h2-home.txt-wt {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .recruit-box .txt-box .h2-home.txt-wt {
    margin-bottom: 4rem;
  }
}
.recruit-box .txt-box p {
  line-height: 2;
  margin-bottom: 5rem;
}

.col4-work {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  width: 100%;
  margin-bottom: 5rem;
}
.col4-work .work-card {
  width: calc((100% - 12rem) / 4);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .col4-work .work-card {
    width: calc((100% - 4rem) / 2);
  }
}
.col4-work .work-card .work-arrow {
  position: relative;
}
.col4-work .work-card .work-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url(img/results-arrow.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .col4-work .work-card .work-arrow::after {
    top: 35%;
  }
}
.col4-work .work-card .work-img-box {
  text-align: center;
  margin-bottom: 1rem;
  aspect-ratio: 31/23;
}
.col4-work .work-card .work-img-box picture {
  display: block;
  height: 100%;
  position: relative;
}
.col4-work .work-card .work-img-box img {
  width: auto;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.col4-work .work-card p {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col4-work .work-card p {
    font-size: 1.4rem;
  }
}

.tbl-work {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5rem;
}
.tbl-work th {
  padding: 0.5rem 2rem;
  background-color: #00317B;
  text-align: left;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .tbl-work th {
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 768px) {
  .tbl-work th:first-child {
    width: 42.6470588235%;
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .tbl-work th:first-child {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .tbl-work th.work-place {
    width: 11.7647058824%;
  }
}
@media (max-width: 767px) {
  .tbl-work th.work-place {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .tbl-work th.work-client {
    width: 27.9411764706%;
  }
}
@media (max-width: 767px) {
  .tbl-work th.work-client {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .tbl-work th.work-timing {
    width: 17.6470588235%;
  }
}
@media (max-width: 767px) {
  .tbl-work th.work-timing {
    width: 20%;
  }
}
.tbl-work td {
  padding: 1.6rem 2rem;
  background-color: #fff;
  border-bottom: solid 1px #D9D9D9;
  border-left: solid 1px #D9D9D9;
}
@media (max-width: 767px) {
  .tbl-work td {
    padding: 1.5rem 1rem;
  }
}
.tbl-work td:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  .tbl-work td:first-child {
    padding-left: 3rem;
  }
}

.staff-box {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem 2rem;
  width: 100%;
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .staff-box {
    gap: 2rem;
  }
}
.staff-box > p {
  width: calc((100% - 6rem) / 4);
  max-width: 330px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .staff-box > p {
    width: calc((100% - 2rem) / 2);
  }
}

.greeting-box {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (min-width: 768px) {
  .greeting-box .greeting-txt {
    flex: 1;
  }
}
.greeting-box .greeting-txt p {
  font-size: 2.134rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .greeting-box .greeting-txt p {
    font-size: 1.6rem;
  }
}
.greeting-box .greeting-img {
  width: 38rem;
}
@media (max-width: 767px) {
  .greeting-box .greeting-img {
    width: 100%;
    text-align: center;
  }
}

.greeting-next {
  font-size: 1.6rem;
  margin-bottom: 4rem;
}
.greeting-next:hover {
  text-decoration: none;
}

.ceo-name-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
  text-align: right;
}
@media (max-width: 767px) {
  .ceo-name-box {
    margin-top: 3rem;
  }
}
.ceo-name-box .ceo-position {
  font-size: 1.867rem;
}
@media (max-width: 767px) {
  .ceo-name-box .ceo-position {
    font-size: 1.6rem;
  }
}
.ceo-name-box .ceo-name {
  font-size: 3.734rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}
@media (max-width: 767px) {
  .ceo-name-box .ceo-name {
    font-size: 2rem;
  }
}

.col2-company {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (min-width: 768px) {
  .col2-company .col-company-box {
    flex: 1;
  }
}

.txt-rinen {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
}
@media (max-width: 767px) {
  .txt-rinen {
    font-size: 2rem;
  }
}

.list-policy {
  margin-left: 1.2em;
}
.list-policy li {
  margin-bottom: 1rem;
}

.tbl-company, .tbl-recruit {
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #D9D9D9;
}
.tbl-company th, .tbl-company td, .tbl-recruit th, .tbl-recruit td {
  border-top: solid 1px #D9D9D9;
  padding: 1.5rem 1rem;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
@media (max-width: 767px) {
  .tbl-company th, .tbl-company td, .tbl-recruit th, .tbl-recruit td {
    display: block;
  }
}
.tbl-company th a, .tbl-company td a, .tbl-recruit th a, .tbl-recruit td a {
  text-decoration: none;
}
.tbl-company th .fax::before, .tbl-company td .fax::before, .tbl-recruit th .fax::before, .tbl-recruit td .fax::before {
  content: " ／ ";
}
.tbl-company th p, .tbl-company td p, .tbl-recruit th p, .tbl-recruit td p {
  line-height: 2;
  text-box-trim: trim-both;
}
.tbl-company th p:last-child, .tbl-company td p:last-child, .tbl-recruit th p:last-child, .tbl-recruit td p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .tbl-company th, .tbl-recruit th {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .tbl-company th, .tbl-recruit th {
    padding-bottom: 0;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .tbl-company td, .tbl-recruit td {
    border-top: none;
    padding-top: 0;
  }
}
.tbl-company.company-profile, .tbl-company.recruit-bosyu, .tbl-recruit.company-profile, .tbl-recruit.recruit-bosyu {
  margin-bottom: 3rem;
}
.tbl-company.company-profile th, .tbl-company.recruit-bosyu th, .tbl-recruit.company-profile th, .tbl-recruit.recruit-bosyu th {
  width: 22.2222222222%;
}
@media (max-width: 767px) {
  .tbl-company.company-profile th, .tbl-company.recruit-bosyu th, .tbl-recruit.company-profile th, .tbl-recruit.recruit-bosyu th {
    width: 100%;
  }
}
.tbl-company.company-profile td, .tbl-company.recruit-bosyu td, .tbl-recruit.company-profile td, .tbl-recruit.recruit-bosyu td {
  width: 77.7777777778%;
}
@media (max-width: 767px) {
  .tbl-company.company-profile td, .tbl-company.recruit-bosyu td, .tbl-recruit.company-profile td, .tbl-recruit.recruit-bosyu td {
    width: 100%;
  }
}
.tbl-company.company-certification th, .tbl-recruit.company-certification th {
  width: 66.6666666667%;
}
@media (max-width: 767px) {
  .tbl-company.company-certification th, .tbl-recruit.company-certification th {
    display: table-cell;
    width: 70%;
    padding: 1.5rem 1rem;
  }
}
.tbl-company.company-certification td, .tbl-recruit.company-certification td {
  width: 33.3333333333%;
  text-align: right;
}
@media (min-width: 768px) {
  .tbl-company.company-certification td, .tbl-recruit.company-certification td {
    padding-right: 4rem;
  }
}
@media (max-width: 767px) {
  .tbl-company.company-certification td, .tbl-recruit.company-certification td {
    display: table-cell;
    width: 30%;
    padding: 1.5rem 1rem;
    border-top: solid 1px #D9D9D9;
  }
}

.col2-company-fig-box {
  display: flex;
  gap: 4rem;
  padding-left: 2rem;
}
.col2-company-fig-box figure {
  width: 37.65625%;
}

.chiba-sdgs-box {
  margin-left: 4rem;
}
.chiba-sdgs-box figure {
  width: 46.7741935484%;
}

.sdgs-img-01 {
  width: 95.4545454545%;
}

.p-access {
  line-height: 2;
  margin-bottom: 3rem;
}

.p-recruit {
  line-height: 2;
  margin-bottom: 0;
}
.p-recruit.v2 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .p-recruit.v2 {
    margin-bottom: 3rem;
  }
}

.col2-recruit {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .col2-recruit {
    flex-direction: column-reverse;
  }
}
.col2-recruit .col2-recruit-l {
  width: 66rem;
}
@media (max-width: 767px) {
  .col2-recruit .col2-recruit-l {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col2-recruit .col2-recruit-r {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .col2-recruit .col2-recruit-r {
    width: 100%;
  }
}

.txt-recruit-01 {
  color: #003BBE;
  font-size: 3.734rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .txt-recruit-01 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
  }
}

.clr-org {
  color: #ED7D31;
}

.txt-recruit-02 {
  font-size: 2.134rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .txt-recruit-02 {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

.col4-recruit {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .col4-recruit {
    gap: 2rem;
  }
}
.col4-recruit figure {
  width: calc((100% - 12rem) / 4);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .col4-recruit figure {
    width: calc((100% - 2rem) / 2);
  }
}

.col5-recruit {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 4rem;
}
@media (max-width: 767px) {
  .col5-recruit {
    gap: 2rem;
  }
}
.col5-recruit > div {
  width: calc((100% - 16rem) / 5);
  text-align: center;
}
@media (max-width: 767px) {
  .col5-recruit > div {
    width: calc((100% - 2rem) / 2);
  }
}

.recruit-mv {
  background: #F3F8FF url(img/recruit-mv-bg.webp) no-repeat 0 0;
}
@media (min-width: 768px) {
  .recruit-mv {
    background-size: cover;
    aspect-ratio: 192/47;
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  .recruit-mv {
    background-image: none;
    padding: 6rem 2rem;
  }
}
.recruit-mv .recruit-mv-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
  width: 70.8333333333%;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit-mv .recruit-mv-inner {
    width: 100%;
  }
}
.recruit-mv .recruit-mv-inner .recruit-mv-box {
  width: 66rem;
  aspect-ratio: 66/38;
  font-size: 0;
  line-height: 1;
}
@media (max-width: 767px) {
  .recruit-mv .recruit-mv-inner .recruit-mv-box {
    width: 100%;
  }
}
.recruit-mv .recruit-mv-inner .recruit-mv-box video {
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  border-radius: 1rem;
}
@media (min-width: 768px) {
  .recruit-mv .recruit-mv-inner .recruit-mv-txt-box {
    flex: 1;
    padding-top: 1rem;
  }
}
@media (max-width: 767px) {
  .recruit-mv .recruit-mv-inner .recruit-mv-txt-box {
    width: 100%;
  }
}

.recruit-guide-box {
  margin-bottom: 16rem;
}
.recruit-guide-box.v2 {
  margin-bottom: 6rem;
}
.recruit-guide-box.v2 .recruit-guide {
  margin-top: 10rem !important;
}

.recruit-guide {
  background: #05C756;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.recruit-guide .recruit-guide-inner {
  display: flex;
  gap: 4rem;
  width: 70.8333333333%;
  max-width: 1360px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .recruit-guide .recruit-guide-inner {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.recruit-guide .recruit-guide-inner .recruit-guide-img {
  width: 38rem;
  padding-right: 4rem;
  text-align: right;
  margin-top: -4rem;
}
@media (max-width: 767px) {
  .recruit-guide .recruit-guide-inner .recruit-guide-img {
    width: 40%;
    padding-right: 0;
    text-align: center;
  }
}
.recruit-guide .recruit-guide-inner .recruit-guide-txt {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .recruit-guide .recruit-guide-inner .recruit-guide-txt {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .recruit-guide .recruit-guide-inner .recruit-guide-txt {
    width: 100%;
    padding-top: 0;
  }
}
.recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-title {
  color: #FFFF00;
  font-size: 3.734rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .recruit-guide .recruit-guide-inner .recruit-guide-txt .recruit-guide-title {
    font-size: 2rem;
  }
}
.recruit-guide .recruit-guide-inner .recruit-guide-txt p {
  color: #fff;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
}

.col4-recruit-01 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 767px) {
  .col4-recruit-01 {
    justify-content: center;
  }
}
.col4-recruit-01 .recruit-accordion {
  width: calc((100% - 12rem) / 4);
}
@media (max-width: 767px) {
  .col4-recruit-01 .recruit-accordion {
    width: 100%;
  }
}

.accordion-card {
  position: relative;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  border-radius: 1rem;
  overflow: hidden;
}
.accordion-card img {
  width: 100%;
  display: block;
}

.accordion-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 59, 190, 0.7);
  border: none;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  z-index: 3;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}

.accordion-title {
  color: #ffffff;
  font-size: 2.134rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .accordion-title {
    font-size: 1.8rem;
  }
}

.accordion-icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}

.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.accordion-icon::before {
  top: 1.25rem;
  left: 0;
  width: 2.5rem;
  height: 1px;
}

.accordion-icon::after {
  top: 0;
  left: 1.2rem;
  width: 1px;
  height: 2.5rem;
}

.accordion-header.is-open .accordion-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.accordion-header.is-open .accordion-icon::before {
  transform: rotate(180deg);
}

.accordion-content {
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(0, 59, 190, 0.7);
  z-index: 2;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.accordion-header.is-open + .accordion-content {
  transform: scaleY(1);
}

.accordion-body {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 1rem;
  opacity: 0;
  transition: opacity 0.2s ease;
}
@media (max-width: 767px) {
  .accordion-body {
    font-size: 1.4rem;
  }
}

.accordion-header.is-open + .accordion-content .accordion-body {
  opacity: 1;
  transition-delay: 0.3s;
}

.p-contact {
  line-height: 2;
  margin-bottom: 3rem;
}

.clr-red {
  color: #FF0000;
}

.office-phone-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

a.office-phone {
  display: flex;
  align-items: center;
  width: auto;
  text-decoration: none;
  color: #00317B;
  font-size: 4.267rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  a.office-phone {
    justify-content: center;
    font-size: 2.8rem;
  }
}
a.office-phone::before {
  content: "";
  display: block;
  background: url(img/ico-phone-02.webp) no-repeat left top;
  background-size: contain;
  width: 6rem;
  height: 6rem;
  margin-right: 2rem;
  line-height: 0;
}
@media (max-width: 767px) {
  a.office-phone::before {
    width: 3rem;
    height: 3rem;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  span.time-phone {
    font-size: 1.4rem;
  }
}

.txt-guide-mailform {
  margin-bottom: 4rem;
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
div.wpcf7 form dl dt, div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}
div.wpcf7 form dl {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
}
div.wpcf7 form dl.v-top {
  align-items: flex-start;
}
div.wpcf7 form dl.v-top dt {
  padding-top: 8px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dt {
    width: 100%;
    float: none;
    padding: 8px 5px 5px;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd {
    width: 100%;
    margin-left: 0;
    padding: 5px;
  }
}
div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
  width: 100%;
  background: none;
  border: solid 1px #D9D9D9;
  padding: 9px;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input, div.wpcf7 form dl > dd textarea {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6rem;
  }
}
div.wpcf7 form dl > dd input.wsiz-m, div.wpcf7 form dl > dd textarea.wsiz-m {
  width: 120px;
}
div.wpcf7 form dl > dd input.spc-mt, div.wpcf7 form dl > dd textarea.spc-mt {
  margin-top: 5px;
}
div.wpcf7 form dl > dd .wpcf7-list-item {
  margin: 0 30px 0 0;
}
div.wpcf7 form dl > dd .wpcf7-list-item input {
  width: auto;
}
div.wpcf7 form dl > dd .list-row {
  min-height: 34px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd .list-row {
    min-height: auto;
    flex-direction: column;
    align-items: baseline;
    line-height: 1.5;
  }
}
div.wpcf7 form dl > dd .list-row.sp_row {
  flex-direction: row;
}
div.wpcf7 form dl p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wpcf7 .ajax-loader {
    display: block;
    margin: 0 auto;
  }
  .wpcf7-spinner {
    display: block;
    margin: 0 auto;
  }
}
.wpcf7 .wpcf7-submit:disabled {
  border: solid 1px #a8a8a8;
  color: #a8a8a8 !important;
}

.txt_req::after {
  content: "(必須)";
  display: inline-block;
  margin-left: 5px;
  color: #FF0000;
}

.form-wrap.ctct {
  width: 72.0588235294%;
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .form-wrap.ctct {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl {
  padding: 7px 0;
  border-top: solid 1px #D9D9D9;
}
.form-wrap.ctct div.wpcf7 form dl.last dd {
  margin-bottom: 1.3em;
  color: #C00000;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl.last dd {
    font-size: 1.4rem;
  }
}
.form-wrap.ctct div.wpcf7 form dl dt {
  width: 28.2051%;
  padding-left: 3.5%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dt {
    width: 100%;
    padding-left: 5px;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd {
  width: 71.7949%;
  padding-right: 4.5%;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding-right: 10px;
    padding-left: 5px;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd input, .form-wrap.ctct div.wpcf7 form dl dd textarea {
  padding: 7px;
}
.form-wrap.ctct div.wpcf7 form dl dd textarea {
  height: 100px;
}

.acc-wrap {
  margin: 0 2rem 1.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .acc-wrap {
    font-size: 1.4rem;
    margin: 3rem 20px 1.5rem;
  }
}
.acc-wrap p {
  margin-bottom: 0;
}
.acc-wrap p.acc-txt {
  margin-bottom: 2em;
}
.acc-wrap p.acc-check {
  font-size: 1.7rem;
  margin-bottom: 2em;
}
@media (max-width: 767px) {
  .acc-wrap p.acc-check {
    font-size: 1.4rem;
  }
}

input[type=submit] {
  -webkit-appearance: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 52px;
  background: #fff;
  border: solid 1px #000;
  text-align: center;
  color: #000 !important;
  font-size: 1.9rem;
}
@media (max-width: 767px) {
  input[type=submit] {
    font-size: 1.4rem;
  }
}
input[type=submit]:hover {
  background: #7F7F7F;
  color: #fff;
}

dl.privacy {
  margin: 0;
  padding: 0;
}
dl.privacy dt, dl.privacy dd {
  margin: 0;
  padding: 0;
}
dl.privacy dt {
  counter-increment: title;
  font-weight: bold;
}
dl.privacy dt::before {
  content: counter(title) "．";
}
dl.privacy dd {
  margin: 0 0 30px 25px;
}

#footer {
  width: 100%;
}
#footer .footer-contact {
  width: 100%;
  background: url(img/footer-bg-contact.webp) no-repeat center top;
  background-size: cover;
  position: relative;
}
@media (min-width: 768px) {
  #footer .footer-contact {
    padding-top: 29.1666666667%;
  }
}
#footer .footer-contact .footer-contact-inner {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner {
    width: 70.8333333333%;
    max-width: 1360px;
    position: absolute;
    top: 13rem;
    right: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box {
  display: flex;
  gap: 4rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .title-box {
  color: #fff;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box {
    width: 100%;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .title-box p {
  line-height: 2;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .title-box p {
    font-size: 14px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box,
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box {
  display: flex;
  width: 38rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box {
    width: calc((100% - 2rem) / 2);
    margin-top: 0;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a,
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a {
    height: 26rem;
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a {
    padding: 15px 5px;
  }
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a img,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a img {
    height: 40px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a .txt-02,
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a .txt-02 {
  font-size: 1.6rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a .txt-02,
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a .txt-02 {
    text-align: center;
    font-size: 14px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box {
  background-color: #fff;
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a {
  color: #00317B;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box a img {
    width: 14.4736842105%;
    max-width: 55px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box .txt-01 {
  padding-top: 0.5rem;
  font-size: 3.734rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box .txt-01 {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .phone-box .txt-01 {
    font-size: 1.8rem;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box {
  background: linear-gradient(150deg, #003BBE, #21B0FF, #003BBE) 0 50%/300% 100%;
  transition: 0.2s ease-in-out;
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box img:hover {
  opacity: 1;
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box:hover {
  opacity: 0.8;
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a {
  color: #fff;
}
@media (min-width: 768px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box a img {
    width: 18.4210526316%;
    max-width: 70px;
  }
}
#footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box .txt-01 {
  padding-top: 1rem;
  font-size: 3.734rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .footer-contact-inner .footer-contact-box .mail-box .txt-01 {
    font-size: 1.8rem;
  }
}
#footer .footer-bg {
  position: relative;
  width: 100%;
  background: #fff url(img/footer-bg.webp) no-repeat 0 100%;
  background-size: cover;
  border-bottom: 2px solid #D9D9D9;
  padding: 12rem 0 8rem;
}
@media (max-width: 767px) {
  #footer .footer-bg {
    background-size: 200%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
#footer .footer-bg .footer-inner {
  width: 70.8333333333%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
#footer .footer-bg .footer-inner a {
  text-decoration: none;
}
#footer .footer-bg .footer-inner .footer-l {
  width: 28.3088235294%;
  max-width: 385px;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .footer-l {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
}
#footer .footer-bg .footer-inner .footer-l a.footer-logo {
  max-width: 385px;
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .footer-l a.footer-logo {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
#footer .footer-bg .footer-inner .footer-l .footer-add {
  display: block;
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .footer-l .footer-add {
    text-align: center;
    font-size: 1.4rem;
  }
}
#footer .footer-bg .footer-inner .footer-l .footer-number {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .footer-l .footer-number {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
}
#footer .footer-bg .footer-inner .footer-l .footer-number .number-box {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
#footer .footer-bg .footer-inner .footer-l .footer-number .number-item {
  margin-right: 1rem;
  padding: 2px 1.6rem;
  border: 1px solid #00317B;
  background: #fff;
  border-radius: 50px;
  font-size: 1.5rem;
  line-height: 1;
}
#footer .footer-bg .footer-inner .footer-l .footer-number .number-item.phone {
  background: #00317B;
  color: #fff;
}
#footer .footer-bg .footer-inner .footer-l .footer-ig {
  margin-bottom: 2rem;
}
#footer .footer-bg .footer-inner .footer-l .footer-ban {
  width: 98.7012987013%;
}
@media (min-width: 768px) {
  #footer .footer-bg .footer-inner .footer-r {
    flex: 1;
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .footer-r {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}
#footer .footer-bg .footer-inner .footer-und {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #595959;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .footer-und {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    font-size: 1.4rem;
  }
}
#footer .footer-bg .footer-inner .footer-und a {
  text-decoration: none;
  color: #595959;
}
#footer .footer-navi {
  display: flex;
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  #footer .footer-navi {
    justify-content: flex-end;
    gap: 0 4.5rem;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-navi {
    flex-wrap: wrap;
    gap: 0;
    border-bottom: solid 1px #D9D9D9;
  }
}
#footer .footer-navi a {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  #footer .footer-navi a {
    justify-content: center;
    padding: 1rem;
  }
}
#footer .footer-navi .fnavi {
  list-style: none;
  display: flex;
}
@media (min-width: 768px) {
  #footer .footer-navi .fnavi {
    flex-direction: column;
    gap: 2.8rem 2.8717948718%;
    min-width: 18.4615384615%;
  }
}
@media (max-width: 767px) {
  #footer .footer-navi .fnavi {
    flex-wrap: wrap;
    gap: 0;
    width: 100%;
    border-top: solid 1px #D9D9D9;
  }
  #footer .footer-navi .fnavi li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #footer .footer-navi .fnavi.fnavi-03 {
    display: none;
  }
}
#footer .footer-navi li a {
  display: flex;
  position: relative;
}
#footer .footer-navi li a::before {
  position: absolute;
  left: 0;
}
#footer .footer-navi li a:hover {
  opacity: 0.6;
}
#footer .footer-navi li.fnavi-parent {
  font-size: 2.134rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer .footer-navi li.fnavi-parent {
    font-size: 1.4rem;
  }
}
#footer .footer-navi li.fnavi-parent a {
  padding-left: 1.2em;
}
@media (min-width: 768px) {
  #footer .footer-navi li.fnavi-parent a::before {
    content: "‐";
    color: #003BBE;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  #footer .footer-navi li.fnavi-parent.fnavi-line {
    border-right: solid 1px #D9D9D9;
  }
}
@media (max-width: 767px) {
  #footer .footer-navi li.fnavi-parent.fnavi-last {
    width: 100%;
    border-top: solid 1px #D9D9D9;
  }
}
#footer .footer-navi li.fnavi-child {
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  #footer .footer-navi li.fnavi-child {
    display: none;
  }
}
#footer .footer-navi li.fnavi-child a {
  padding-left: 1em;
}
#footer .footer-navi li.fnavi-child a::before {
  content: "・";
}

.anc {
  padding-top: 17rem;
  margin-top: -17rem;
}

#to-contact {
  width: 6rem;
  height: 30rem;
  position: fixed;
  right: 4rem;
  top: 30rem;
  z-index: 1;
}
@media (max-width: 767px) {
  #to-contact {
    width: 35px;
    height: auto;
    top: auto;
    bottom: 70px;
    right: 0;
  }
}
#to-contact a {
  display: block;
  text-decoration: none;
}
#to-contact a img {
  width: 6rem;
  height: 30rem;
}
@media (max-width: 767px) {
  #to-contact a img {
    width: 35px;
    height: 169px;
  }
}
#to-contact a:hover {
  opacity: 0.7;
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 4rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .s2v {
    bottom: 0;
    right: 0;
  }
}
.s2v img {
  width: 50px;
  height: 50px;
}

.pageNum {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 767px) {
  .pageNum {
    font-size: 14px;
  }
}
.pageNum a {
  text-decoration: none;
}
.pageNum a.numb2 {
  padding: 0 2em;
}

.pagination {
  width: 100%;
  overflow: hidden;
  text-align: center;
  clear: both;
  background-color: transparent;
  padding-top: 4em;
}
.pagination a {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.pagination a:hover {
  background-color: #e8e8e8;
}
.pagination span {
  padding: 5px 10px;
  display: inline-block;
}
.pagination span.current {
  padding: 5px 10px;
  display: inline-block;
  border: solid 1px #cccccc;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}

body.menu-open {
  overflow: hidden !important;
  height: 100% !important;
  position: fixed;
  width: 100%;
}/*# sourceMappingURL=style.css.map */