@charset "UTF-8";
/*
Theme Name: chiba-taxi
Author: Airily
Version: 1.0
*/
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;
}

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;
  word-break: break-all;
}

p {
  margin-bottom: 2em;
  line-height: 1.8;
}
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;
  }
}

#header {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #A6A6A6;
  position: fixed;
  top: 0;
  height: 14rem;
  transition: 1s;
  z-index: 10;
  background-image: linear-gradient(rgba(23, 100, 240, 0.3019607843), transparent);
}
#header.hide {
  transform: translateY(calc(-14rem - 1px));
}
@media (max-width: 1199px) {
  #header {
    height: 80px;
  }
}

.header-inner {
  display: flex;
  justify-content: space-between;
  gap: 0 2rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .header-inner {
    display: block;
    position: relative;
  }
}
.header-inner .header-l {
  width: 21.5224%;
  display: flex;
  align-items: start;
  padding-left: 1rem;
}
@media (max-width: 1199px) {
  .header-inner .header-l {
    width: calc(100% - 70px);
    height: 100%;
  }
}
.header-inner .header-l a {
  width: 100%;
  display: flex;
  align-items: center;
  background: #1764F0;
  padding: 0.3rem 1rem 0 32.75%;
  border-radius: 0 0 2rem 2rem;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media (min-width: 1200px) {
  .header-inner .header-l a {
    aspect-ratio: 400/110;
  }
}
@media (max-width: 1199px) {
  .header-inner .header-l a {
    width: 300px;
    min-height: 65px;
    padding-bottom: 1rem;
    padding-left: 75px;
    border-radius: 0 0 1rem 1rem;
  }
}
.header-inner .header-l a .chiba {
  width: 10.1rem;
  height: 13.2rem;
  position: absolute;
  top: 3px;
  left: 6%;
}
@media (max-width: 1199px) {
  .header-inner .header-l a .chiba {
    width: 57px;
    height: 75px;
    left: 10px;
  }
}
.header-inner .header-l a h1.site-name, .header-inner .header-l a .site-name {
  font-size: 2.4rem;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header-inner .header-l a h1.site-name, .header-inner .header-l a .site-name {
    font-size: 18px;
    line-height: 1.2;
  }
}
.header-inner .header-l a h1.site-name span, .header-inner .header-l a .site-name span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 1199px) {
  .header-inner .header-l a h1.site-name span, .header-inner .header-l a .site-name span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .header-inner .header-c {
    flex: 1;
    padding-top: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 0 6rem;
  }
}
@media (max-width: 1199px) {
  .header-inner .header-c {
    position: absolute;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .header-inner .header-c .navi-box {
    width: 100%;
    max-width: 96rem;
    min-height: 7rem;
    border-radius: 10px;
    background: #fff;
    display: flex;
    gap: 0 5rem;
  }
}
@media (max-width: 1199px) {
  .header-inner .header-c .navi-box {
    width: 100%;
  }
}
.header-inner .header-c .googl-translation {
  display: flex;
}
.header-inner .header-c .gt_selector {
  width: 12rem;
  padding: 0.5rem 1rem;
  margin: 0 1rem 0 0;
  border-color: #BFBFBF;
}
.header-inner .header-c .operation-box {
  width: 30rem;
  height: 7rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header-inner .header-c .operation-box {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header-inner .header-r {
    width: 14rem;
    display: block;
  }
}
@media (max-width: 1199px) {
  .header-inner .header-r {
    display: none;
  }
}
.header-inner .header-r a {
  width: 100%;
  padding: 0 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.3rem;
  background: #FFC000;
  border-radius: 0 0 0 3rem;
  text-decoration: none;
  color: #fff;
  font-size: 1.7rem;
  transition: all 0.3s;
  aspect-ratio: 14/11;
}
.header-inner .header-r a .img-box {
  width: 32.8572%;
  max-width: 46px;
}
.header-inner .header-r a span {
  line-height: 1;
}
.header-inner .header-r a:hover img {
  opacity: 1;
}
.header-inner .header-r a.on, .header-inner .header-r a:hover {
  background: #1764F0;
}

#nav-content {
  height: 100%;
}
@media (max-width: 1199px) {
  #nav-content {
    contain: paint;
    margin-top: calc(80px - 1px);
    width: 60%;
    max-width: 300px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fff;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateX(100%);
    transition: transform 0.3s;
    will-change: transform;
  }
}
@media (min-width: 1200px) {
  #nav-content .sub-navi-wrapp {
    display: none;
    position: absolute;
    top: 7rem;
    left: 0;
    width: 26rem;
    padding-top: 1rem;
  }
}
#nav-content .sub-navi-wrapp ul.sub-navi {
  width: 100%;
}
@media (min-width: 1200px) {
  #nav-content .sub-navi-wrapp ul.sub-navi {
    padding: 0 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
  }
}
#nav-content .sub-navi-wrapp ul.sub-navi li {
  display: block;
}
@media (min-width: 1200px) {
  #nav-content .sub-navi-wrapp ul.sub-navi li {
    border-bottom: solid 1px #A6A6A6;
  }
  #nav-content .sub-navi-wrapp ul.sub-navi li:nth-last-child(1) {
    border-bottom: none;
  }
}
#nav-content .sub-navi-wrapp ul.sub-navi li a {
  padding: 2rem 0;
}
@media (max-width: 1199px) {
  #nav-content .sub-navi-wrapp ul.sub-navi li a {
    padding: 15px 10px 15px 40px;
  }
}
#nav-content ul.gnavi {
  height: 100%;
  display: flex;
  list-style: none;
}
@media (min-width: 1200px) {
  #nav-content ul.gnavi {
    align-items: center;
    justify-content: space-between;
    gap: 0 2rem;
    padding: 0 3rem;
  }
}
@media (max-width: 1199px) {
  #nav-content ul.gnavi {
    flex-direction: column;
  }
}
#nav-content ul.gnavi li {
  line-height: 1;
}
@media (min-width: 1200px) {
  #nav-content ul.gnavi li {
    height: 100%;
    position: relative;
  }
}
#nav-content ul.gnavi li a {
  display: block;
  text-decoration: none;
}
@media (min-width: 1200px) {
  #nav-content ul.gnavi li a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #nav-content ul.gnavi li a.on .pick {
    color: #1764F0;
  }
  #nav-content ul.gnavi li a .pick {
    display: block;
    text-align: center;
    position: relative;
  }
  #nav-content ul.gnavi li a .pick:hover {
    color: #1764F0;
  }
}
@media (max-width: 1199px) {
  #nav-content ul.gnavi li a {
    padding: 15px 20px;
    text-align: left;
    text-transform: uppercase;
    transition: color 0.1s;
  }
}
#nav-content ul.gnavi li.gnavi-01 .pick {
  white-space: nowrap;
}
#nav-content ul.gnavi li:hover .sub-navi-wrapp {
  display: block;
}
@media (min-width: 1200px) {
  #nav-content ul.gnavi li.gn-on {
    display: none;
  }
}
@media (max-width: 1199px) {
  #nav-content ul.gnavi li.gn-on {
    display: block;
    background: #FFC000;
  }
}

#footer {
  width: 100%;
  margin-top: 6rem;
}
#footer .footer-contact {
  background: url(img/bg-footer.webp) no-repeat center top;
  background-size: cover;
  padding-top: 12rem;
  padding-bottom: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  #footer .footer-contact {
    padding-top: 7rem;
  }
}
#footer .footer-contact .title {
  position: absolute;
  top: -6rem;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 40.5rem;
  height: 13.7rem;
  background: url(img/title-bg.webp) no-repeat center top;
  background-size: cover;
  aspect-ratio: 632/215;
  padding-top: 5.2rem;
  text-align: center;
  color: #1764F0;
  font-size: 2.667rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .footer-contact .title {
    top: -3.5rem;
    width: 24.5rem;
    height: 8.3rem;
    padding-top: 2.8rem;
    font-size: 2rem;
  }
}
#footer .footer-contact .in-contact {
  width: 66.4567%;
  max-width: 1266px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2rem 10.6rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .in-contact {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
}
#footer .footer-contact .in-contact a {
  width: 100%;
  height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer .footer-contact .in-contact a {
    height: 12rem;
  }
}
#footer .footer-contact .in-contact a .txt {
  padding-left: 7rem;
  text-align: left;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .in-contact a .txt {
    padding-left: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#footer .footer-contact .in-contact a .large {
  display: flex;
  align-items: center;
  gap: 0 2rem;
}
@media (max-width: 767px) {
  #footer .footer-contact .in-contact a .large {
    gap: 0 1rem;
  }
}
#footer .footer-contact .in-contact a .large::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  #footer .footer-contact .in-contact a .large::before {
    width: 4rem;
    height: 4rem;
  }
}
#footer .footer-contact .in-contact a.phone {
  background: #1764F0;
  color: #fff;
}
#footer .footer-contact .in-contact a.phone .large {
  font-size: 5.3rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .footer-contact .in-contact a.phone .large {
    font-size: 3rem;
  }
}
#footer .footer-contact .in-contact a.phone .large::before {
  background-image: url(img/footer-contact-icon-phone.webp);
}
#footer .footer-contact .in-contact a.mail {
  background: #FCECD5;
}
#footer .footer-contact .in-contact a.mail .txt {
  color: #1764F0;
}
#footer .footer-contact .in-contact a.mail .large {
  font-size: 3.2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #footer .footer-contact .in-contact a.mail .large {
    font-size: 2.1rem;
  }
}
#footer .footer-contact .in-contact a.mail .large::before {
  background-image: url(img/footer-contact-icon-mail.webp);
}
#footer .footer-banner {
  width: 75.0657%;
  max-width: 1430px;
  padding: 4rem 0;
  margin: 0 auto;
  display: flex;
  gap: 3rem;
}
@media (max-width: 767px) {
  #footer .footer-banner {
    width: 100%;
    padding: 2rem;
    flex-wrap: wrap;
    gap: 2rem;
  }
  #footer .footer-banner > div {
    width: 100%;
  }
}
#footer .footer-bg {
  background: #1764F0;
  padding: 4rem 0 6rem;
}
#footer .footer-bg .footer-inner {
  width: 75.0657%;
  max-width: 1430px;
  padding: 0 2rem;
  margin: 0 auto;
  display: flex;
  gap: 0 6rem;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner {
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
#footer .footer-bg .footer-inner .col-l {
  width: 39rem;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .col-l {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
}
#footer .footer-bg .footer-inner .col-l a.site-title {
  display: inline-flex;
  gap: 1rem;
  color: #fff;
  text-decoration: none;
  margin-bottom: 2rem;
}
#footer .footer-bg .footer-inner .col-l a.site-title .img-box {
  width: 10rem;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .col-l a.site-title .img-box {
    width: 7rem;
  }
}
#footer .footer-bg .footer-inner .col-l a.site-title .txt-box {
  flex: 1;
  padding-top: 2.5rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .col-l a.site-title .txt-box {
    padding-top: 1.5rem;
    font-size: 2rem;
  }
}
#footer .footer-bg .footer-inner .col-l a.site-title .txt-box span {
  display: block;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .col-l a.site-title .txt-box span {
    font-size: 14px;
  }
}
#footer .footer-bg .footer-inner .col-l a.site-title:hover .txt-box {
  opacity: 0.7;
}
#footer .footer-bg .footer-inner .col-l .footer-address {
  padding-left: 1rem;
  color: #fff;
  font-size: 1.467rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .col-l .footer-address {
    font-size: 14px;
    text-align: left;
  }
}
#footer .footer-bg .footer-inner .col-l .footer-address a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  #footer .footer-bg .footer-inner .col-r {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #footer .footer-bg .footer-inner .col-r {
    width: 100%;
  }
}
#footer .footer-navi {
  list-style: none;
}
@media (min-width: 768px) {
  #footer .footer-navi {
    display: grid;
    grid-template-columns: repeat(6, auto);
    grid-template-rows: repeat(2, 1fr);
    gap: 3rem 4rem;
    color: #fff;
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-navi {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #fff;
    margin-bottom: 3rem;
  }
}
#footer .footer-navi a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer .footer-navi a {
    display: block;
    padding: 1rem;
    text-align: center;
  }
}
#footer .footer-navi a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  #footer .footer-navi li {
    padding-left: 2rem;
    position: relative;
  }
  #footer .footer-navi li::before {
    content: "・";
    position: absolute;
    left: 0;
  }
}
@media (max-width: 767px) {
  #footer .footer-navi li {
    width: 50%;
    border-bottom: solid 1px #fff;
  }
  #footer .footer-navi li:first-child {
    width: 100%;
  }
  #footer .footer-navi li:nth-child(even) {
    border-right: solid 1px #fff;
  }
}
@media (min-width: 768px) {
  #footer .footer-navi li.fnavi-07 {
    grid-column-start: 2;
  }
  #footer .footer-navi li.fnavi-08 {
    grid-column-start: 3;
  }
  #footer .footer-navi li.fnavi-09 {
    grid-column-start: 4;
  }
  #footer .footer-navi li.fnavi-10 {
    grid-column-start: 5;
  }
  #footer .footer-navi li.fnavi-11 {
    grid-column-start: 6;
  }
}
#footer .footer-button {
  display: flex;
  gap: 2rem 6rem;
}
@media (min-width: 768px) {
  #footer .footer-button {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  #footer .footer-button {
    flex-wrap: wrap;
    padding-right: 20px;
    padding-left: 20px;
  }
}
#footer .footer-button a {
  width: 33rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #footer .footer-button a {
    width: 100%;
    font-size: 14px;
  }
}
#footer .footer-button a.search {
  gap: 0 2.5rem;
  padding: 1rem 3rem;
  background: #FFC000;
  border: solid 1px #FFC000;
}
#footer .footer-button a.search::before {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(img/icon-search.webp) no-repeat center;
  background-size: contain;
}
#footer .footer-button a.search span {
  flex: 1;
}
#footer .footer-button a.member {
  padding: 1rem 3rem;
  justify-content: center;
  background: #1764F0;
  border: solid 1px #fff;
}
#footer .footer-button a:hover {
  opacity: 0.7;
}

.copyright {
  height: 6rem;
  background: #1F4E79;
  border-bottom: solid 1px #7F7F7F;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.467rem;
}
@media (max-width: 767px) {
  .copyright {
    text-align: center;
    font-size: 12px;
  }
}

.slick-movie-wrapp {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.slick-movie {
  display: none;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .slick-movie {
    padding-top: 5rem;
  }
}
.slick-movie.slick-initialized {
  display: block;
}
.slick-movie .slick-track {
  display: flex;
}

.slick-movie-card {
  position: relative;
}
.slick-movie-card a {
  display: block;
}
@media (max-width: 767px) {
  .slick-movie-card a {
    padding: 0 20px;
  }
}
.slick-movie-card img {
  width: 100%;
}

.slick-slide {
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .slick-slide {
    transform: scale(0.625);
    transform-origin: center center;
    margin: 0 -0.18%;
  }
}

@media (min-width: 768px) {
  .slick-center,
  .is--active {
    transform: scale(1) !important;
  }
}

.arrow_box {
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 88rem;
  margin: 0;
  position: absolute;
}
@media (max-width: 767px) {
  .arrow_box {
    height: 5rem;
    gap: 0 40px;
  }
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 15.2rem;
  height: 5rem;
  background: url(img/slide-arrow-r.webp) no-repeat center;
  background-size: contain;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .prev-arrow,
  .next-arrow {
    width: 80px;
  }
}

.prev-arrow {
  scale: -1 1;
}

body {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 1.7rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

#nav-container {
  width: 100%;
}
@media (max-width: 1199px) {
  #nav-container {
    position: fixed;
    height: 100vh;
    pointer-events: none;
  }
}

@media (max-width: 1199px) {
  #nav-container .bg {
    position: absolute;
    top: calc(80px - 1px);
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    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: 1199px) {
  .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: 80px;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: auto;
    margin-right: 20px;
    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: 1199px) {
  #nav-container:focus-within #nav-content {
    transform: none;
  }
}
section,
.section-box {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
section.home-01,
.section-box.home-01 {
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  section.home-01,
  .section-box.home-01 {
    width: 73.4909%;
  }
}
section.home-04,
.section-box.home-04 {
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 20rem;
}
@media (max-width: 767px) {
  section.home-04,
  .section-box.home-04 {
    margin-bottom: 80px;
  }
}
section > p:last-child,
.section-box > p:last-child {
  margin-bottom: 0;
}

main {
  width: 100%;
}
main.sub-box {
  margin-top: 15.5rem;
}
@media (max-width: 767px) {
  main.sub-box {
    margin-top: 30px;
  }
}
main.sub-box section,
main.sub-box .section-box {
  padding-top: 3rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  main.sub-box section,
  main.sub-box .section-box {
    margin-bottom: 30px;
  }
}
main.sub-box section:last-child,
main.sub-box .section-box:last-child {
  margin-bottom: 210px;
}
@media (max-width: 767px) {
  main.sub-box section:last-child,
  main.sub-box .section-box:last-child {
    margin-bottom: 80px;
  }
}
main.sub-box section .inner-box,
main.sub-box .section-box .inner-box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  main.sub-box section .inner-box,
  main.sub-box .section-box .inner-box {
    width: 79.4118%;
  }
}
main.sub-box section .inner-box.v8,
main.sub-box .section-box .inner-box.v8 {
  margin-bottom: 12rem;
}

@media (min-width: 768px) {
  .spc-contents {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.spc-contents.cons {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .spc-contents.cons {
    margin-bottom: 4rem;
  }
}
.spc-contents.cons-02 {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .spc-contents.cons-02 {
    margin-bottom: 4rem;
  }
}
.spc-contents.cons-02:nth-last-of-type(1) {
  margin-bottom: 11rem;
}
@media (max-width: 767px) {
  .spc-contents.cons-02:nth-last-of-type(1) {
    margin-bottom: 6rem;
  }
}

a.a-line {
  text-decoration: none;
}
a.a-line:hover {
  text-decoration: underline;
}

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

#fancybox-outer {
  height: 57.25% !important;
}

.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;
  }
}

.s2v {
  position: fixed;
  bottom: 20px;
  right: 20px;
  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;
}

@media (min-width: 768px) {
  .js-scroll {
    overflow-y: hidden !important;
  }
}
.fadeIn {
  opacity: 0;
  transition-duration: 1.3s;
  transition-property: opacity, transform;
}

.fadeIn-up {
  transform: translate(0, 50px);
}

.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.scroll-hint-icon {
  top: 20px !important;
}

a .img-up {
  display: block;
  overflow: hidden;
}
a .img-up img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
}
a .img-up.v1 {
  border-radius: 10px;
}
a:hover .img-up img {
  transform: scale(1.1, 1.1);
}

#h2-bg {
  width: 100%;
  padding-top: 30.7292%;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #h2-bg {
    margin-top: 80px;
    height: 150px;
    background-position: left top;
  }
}
#h2-bg .h2-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  margin: auto;
  font-weight: bold;
  line-height: 1.4;
}
#h2-bg .h2-inner h1 {
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  margin-top: -1rem;
}
@media (max-width: 767px) {
  #h2-bg .h2-inner h1 {
    font-size: 2.3rem;
  }
}

.path-bg {
  display: flex;
  align-items: center;
  width: 100%;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  background: #8FD8F2;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .path-bg {
    display: none;
  }
}
.path-bg .path-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  overflow: unset;
  padding-right: 20px;
  padding-left: 20px;
}

ol.topic-path {
  display: flex;
  list-style: none;
  color: #000;
  font-weight: normal;
  line-height: 1;
  position: relative;
}
ol.topic-path li {
  display: inline;
  margin-left: 2.4rem;
  font-size: 1.6rem;
}
ol.topic-path li:first-child {
  margin-left: 0;
  margin-right: 0;
}
ol.topic-path li a {
  padding-right: 3rem;
  background: url(img/topicpath-arrow.webp) no-repeat right center;
  text-decoration: none;
  color: #000;
}
ol.topic-path li a:hover {
  text-decoration: underline;
}
ol.topic-path li:nth-last-of-type(1) a {
  background: none;
  padding-right: 0;
}
@media (max-width: 767px) {
  ol.topic-path {
    display: none;
  }
}

.page-path {
  border-left: solid 1px #000;
  margin-left: 2.8%;
  padding-left: 2.5%;
  display: flex;
  align-items: center;
  flex: 1;
  font-weight: normal;
  line-height: 1;
}
.page-path a {
  margin-left: 2.5%;
  padding-left: 1%;
  background: url(img/pagepath-arrow.webp) no-repeat;
  background-position: left center;
  text-decoration: none;
  color: #000;
  font-size: 1.6rem;
}
.page-path a:first-child {
  margin-left: 0;
}
.page-path a:last-child {
  padding-right: 0;
}
.page-path a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .page-path {
    display: none;
  }
}

.tbl-aco {
  border-collapse: collapse;
  width: 77.1429%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .tbl-aco {
    display: block;
  }
  .tbl-aco tbody {
    display: block;
  }
  .tbl-aco tbody tr {
    display: block;
  }
}

.aco-wrapper {
  width: 100%;
  margin: 0 auto;
}

.aco-content {
  padding-bottom: 6rem;
}
@media (max-width: 767px) {
  .aco-content {
    display: block;
    padding-bottom: 3rem;
  }
}

.aco-btn.aco-wrapper {
  display: flex;
  align-items: center;
  min-height: 5rem;
  padding: 1rem 7rem 1rem 1rem;
  background-color: #1764F0;
  border-bottom: solid 1px #000;
  color: #fff;
  font-size: 2.4rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .aco-btn.aco-wrapper {
    font-size: 16px;
  }
}
.aco-btn.aco-wrapper.v9 span.quest-recruit {
  padding-left: 3rem;
  text-indent: -3rem;
}

.aco-btn::before, .aco-btn::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.3rem;
  background-color: #fff;
  transition: all 0.4s;
  position: absolute;
  right: 2.5rem;
  bottom: 46%;
}
@media (max-width: 767px) {
  .aco-btn::before, .aco-btn::after {
    width: 2rem;
    right: 1.5rem;
  }
}
.aco-btn::after {
  transform: rotate(90deg);
}

.aco-btn.active::after {
  transform: rotate(0);
}

.aco-text.aco-wrapper {
  position: relative;
  display: none;
}

.aco-inbox {
  display: flex;
  flex-direction: column;
  gap: 7rem 0;
  padding: 6rem 1rem 3rem;
}
@media (max-width: 767px) {
  .aco-inbox {
    gap: 3rem 0;
    padding: 2rem 0 0;
  }
}
.aco-inbox p {
  margin-bottom: 0;
}
.aco-inbox .quest {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .aco-inbox .quest {
    font-size: 16px;
  }
}
.aco-inbox .ans {
  width: calc(100% - 2rem);
  min-height: 10rem;
  background: #ECF2FE;
  padding: 1rem;
  margin: 0 auto 6rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .aco-inbox .ans {
    margin-bottom: 3rem;
  }
}
.aco-inbox .ans:nth-last-child(1) {
  margin-bottom: 0;
}
.aco-inbox .ans p {
  margin-bottom: 2rem;
}

.ans-inbox {
  padding: 4rem 2rem 0;
}
@media (max-width: 767px) {
  .ans-inbox {
    padding: 2rem 0;
  }
}
.ans-inbox .ans-title {
  color: #1764F0;
}
.ans-inbox p {
  margin-bottom: 4rem;
}

.tbl-aco-02 {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tbl-aco-02 {
    margin-bottom: 7rem !important;
  }
}
@media (max-width: 767px) {
  .tbl-aco-02 {
    display: block;
  }
  .tbl-aco-02 tbody {
    display: block;
  }
  .tbl-aco-02 tbody tr {
    display: block;
  }
}
.tbl-aco-02 td {
  padding: 0;
}

.aco-wrapper-02 {
  width: 100%;
  margin: 0 auto;
}

td.aco-content-02 {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  td.aco-content-02 {
    display: block;
  }
}

.aco-btn-02.aco-wrapper-02 {
  display: flex;
  align-items: center;
  gap: 0 2rem;
  min-height: 7rem;
  padding: 1rem 6rem 1rem 2rem;
  background-color: #ECF2FE;
  color: #1764F0;
  font-size: 2.7rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .aco-btn-02.aco-wrapper-02 {
    gap: 0 1rem;
    min-height: 5rem;
    padding: 1rem 4rem 1rem 1rem;
    font-size: 16px;
  }
}
.aco-btn-02.aco-wrapper-02 .number {
  color: #7F7F7F;
  font-size: 3.7rem;
}
@media (max-width: 767px) {
  .aco-btn-02.aco-wrapper-02 .number {
    font-size: 2.3rem;
  }
}
.aco-btn-02.aco-wrapper-02.off {
  background-color: #F2F2F2;
  color: #7F7F7F;
  cursor: auto;
}

.aco-btn-02::before, .aco-btn-02::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #1764F0;
  transition: all 0.4s;
  position: absolute;
  right: 2rem;
  bottom: 46%;
}
@media (max-width: 767px) {
  .aco-btn-02::before, .aco-btn-02::after {
    width: 2rem;
    right: 1.5rem;
  }
}
.aco-btn-02::after {
  transform: rotate(90deg);
}

.aco-btn-02.active::after {
  transform: rotate(0);
}

.aco-btn-02.off::before, .aco-btn-02.off::after {
  display: none;
}

.aco-text-02.aco-wrapper-02 {
  padding: 4rem 2rem 3rem;
  position: relative;
  display: none;
}

.aco-inbox-02 {
  display: flex;
  flex-direction: column;
  gap: 7rem 0;
}
.aco-inbox-02 p {
  margin-bottom: 0;
}
.aco-inbox-02 .scroll-hint-icon {
  top: 20px;
}

.tbl-station-taxi {
  width: 100% !important;
  border-collapse: collapse;
  width: 100%;
  border-bottom: solid 1px #BFBFBF;
}
.tbl-station-taxi th, .tbl-station-taxi td {
  padding: 1.5rem 1rem;
  border-top: solid 1px #BFBFBF;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 767px) {
  .tbl-station-taxi th, .tbl-station-taxi td {
    display: block;
  }
}
.tbl-station-taxi th {
  padding-left: 3rem;
  background: rgba(236, 242, 254, 0.5);
  font-size: 2.1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .tbl-station-taxi th {
    width: 51rem !important;
  }
}
@media (max-width: 767px) {
  .tbl-station-taxi th {
    width: 100% !important;
    padding-left: 1rem;
    font-size: 16px;
  }
}
.tbl-station-taxi td:nth-of-type(1) {
  padding-left: 5rem;
  font-size: 2.1rem;
}
@media (min-width: 768px) {
  .tbl-station-taxi td:nth-of-type(1) {
    width: 27rem !important;
  }
}
@media (max-width: 767px) {
  .tbl-station-taxi td:nth-of-type(1) {
    width: 100% !important;
    border-top: none;
    padding-left: 1rem;
    font-size: 16px;
  }
}
.tbl-station-taxi td:nth-of-type(1) a {
  text-decoration: none;
}
.tbl-station-taxi td:nth-of-type(2) {
  padding-left: 4rem;
  color: #7F7F7F;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .tbl-station-taxi td:nth-of-type(2) {
    width: 54rem !important;
  }
}
@media (max-width: 767px) {
  .tbl-station-taxi td:nth-of-type(2) {
    width: 100% !important;
    border-top: none;
    padding-top: 0;
    padding-left: 1rem;
    font-size: 14px;
  }
}
.tbl-station-taxi td:nth-of-type(2) a {
  text-decoration: none;
  color: #7F7F7F;
}

.tbl-aco-03 {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .tbl-aco-03 {
    display: block;
  }
  .tbl-aco-03 tbody {
    display: block;
  }
  .tbl-aco-03 tbody tr {
    display: block;
  }
}
.tbl-aco-03 td {
  padding: 0;
}

.aco-wrapper-03 {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  td.aco-content-03 {
    display: block;
  }
}

.aco-btn-03.aco-wrapper-03 {
  display: flex;
  align-items: center;
  min-height: 5rem;
  padding: 1rem 7rem 1rem 1rem;
  color: #000;
  font-size: 2.4rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .aco-btn-03.aco-wrapper-03 {
    font-size: 16px;
  }
}
.aco-btn-03.aco-wrapper-03.map-01 {
  background-color: #F9E748;
}
.aco-btn-03.aco-wrapper-03.map-02 {
  background-color: #ACD6EC;
}
.aco-btn-03.aco-wrapper-03.map-03 {
  background-color: #FFC5E3;
  color: #fff;
}
.aco-btn-03.aco-wrapper-03.map-04 {
  background-color: #64E2A9;
  color: #fff;
}
.aco-btn-03.aco-wrapper-03.map-05 {
  background-color: #F6F000;
}
.aco-btn-03.aco-wrapper-03.map-06 {
  background-color: #6CB7E2;
}
.aco-btn-03.aco-wrapper-03.map-07 {
  background-color: #82FEF1;
}
.aco-btn-03.aco-wrapper-03.map-08 {
  background-color: #8CE836;
}

.aco-btn-03::before, .aco-btn-03::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 0.3rem;
  background-color: #000;
  transition: all 0.4s;
  position: absolute;
  right: 2.5rem;
  bottom: 46%;
}
@media (max-width: 767px) {
  .aco-btn-03::before, .aco-btn-03::after {
    width: 2rem;
    right: 1.5rem;
  }
}
.aco-btn-03::after {
  transform: rotate(90deg);
}

.aco-btn-03.active::after {
  transform: rotate(0);
}

.aco-text-03.aco-wrapper-03 {
  padding: 3rem 0 0;
  position: relative;
  display: none;
}

.aco-inbox-03 p {
  margin-bottom: 0;
}

.tbl-subdivision {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .tbl-subdivision {
    width: 800px;
  }
}
.tbl-subdivision th {
  padding: 0.3rem 1rem;
  background: #ECF2FE;
  border: solid 1px #ECF2FE;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tbl-subdivision th {
    font-size: 14px;
  }
}
.tbl-subdivision th:first-child {
  border-left: none;
}
.tbl-subdivision td {
  padding: 1.2rem 1rem;
  border-bottom: solid 1px #BFBFBF;
  border-left: solid 1px #BFBFBF;
}
.tbl-subdivision td:first-child {
  border-left: none;
}
.tbl-subdivision th:first-child, .tbl-subdivision td:first-child {
  width: 52rem;
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .tbl-subdivision th:first-child, .tbl-subdivision td:first-child {
    width: 40rem;
  }
}
.tbl-subdivision th:nth-child(2), .tbl-subdivision td:nth-child(2) {
  width: 32rem;
}
@media (max-width: 767px) {
  .tbl-subdivision th:nth-child(2), .tbl-subdivision td:nth-child(2) {
    width: 25rem;
  }
}
.tbl-subdivision th:nth-child(3), .tbl-subdivision td:nth-child(3) {
  width: 20rem;
}
@media (max-width: 767px) {
  .tbl-subdivision th:nth-child(3), .tbl-subdivision td:nth-child(3) {
    width: 15rem;
  }
}

.btn-wrapp {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: 0.5rem;
  text-align: center;
  margin: 0 auto;
}
.btn-wrapp .btn-01 {
  min-height: 5rem;
  display: inline-flex;
  position: relative;
}
.btn-wrapp .btn-01::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(img/btn-bg.webp);
  border-radius: 10px;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
}
.btn-wrapp .btn-01.w240 {
  min-width: 24rem;
}
.btn-wrapp a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1764F0;
  border-radius: 10px;
  padding: 1rem;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  transition: transform 0.2s ease;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .btn-wrapp a {
    font-size: 14px;
  }
}
.btn-wrapp a .txt {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.btn-wrapp a .txt.home {
  padding-right: 2rem;
  padding-left: 2rem;
}
.btn-wrapp a .txt.home::after {
  content: "";
  width: 0.7rem;
  height: 1.3rem;
  background: url(img/icon-arrow-wt.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  right: 1.3rem;
}
.btn-wrapp a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  background-color: #FFC000;
  transform: translateX(-100%);
}
.btn-wrapp a:hover::before {
  left: 0;
  transform: translateX(0);
}
.btn-wrapp.btn-l {
  text-align: left;
}

div.wpcf7 form dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1;
}
div.wpcf7 form dl dt, div.wpcf7 form dl dd {
  margin: 0;
  padding: 0;
}
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;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd {
    width: 100%;
    margin-left: 0;
  }
}
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-s, div.wpcf7 form dl > dd textarea.wsiz-s {
  width: 60px;
}
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 input.fbox-age, div.wpcf7 form dl > dd textarea.fbox-age {
  margin-left: 15%;
}
@media (max-width: 767px) {
  div.wpcf7 form dl > dd input.fbox-age, div.wpcf7 form dl > dd textarea.fbox-age {
    margin-top: 5px;
    margin-left: 0;
  }
}
div.wpcf7 form dl > dd textarea {
  height: 250px;
}
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-colm {
  display: block;
  line-height: 1.5;
}
div.wpcf7 form dl > dd .list-colm .wpcf7-list-item {
  display: block;
}
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;
  }
}
.form-inner {
  padding: 2.2em 4.2% 0 5.5%;
  border-bottom: solid 1px #BFBFBF;
}
@media (max-width: 767px) {
  .form-inner {
    padding: 1.9em 20px;
  }
}

.wpcf7 .wpcf7-submit:disabled {
  border: solid 1px #a8a8a8;
  color: #a8a8a8 !important;
}

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

.form-wrap.ctct {
  width: 100%;
}
@media (max-width: 767px) {
  .form-wrap.ctct {
    width: 100%;
    max-width: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl {
  padding: 0 0 1.4rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl:nth-of-type(1) {
    border-top: none;
  }
}
.form-wrap.ctct div.wpcf7 form dl.last {
  margin-bottom: 1rem;
}
.form-wrap.ctct div.wpcf7 form dl dt {
  width: 28rem;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd {
  width: calc(100% - 28rem);
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form dl dd {
    width: 100%;
    padding: 10px 0 0;
  }
}
.form-wrap.ctct div.wpcf7 form dl dd input, .form-wrap.ctct div.wpcf7 form dl dd textarea {
  padding: 8px;
}
.form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
  color: #D9D9D9;
  font-size: 1.7rem;
}
.form-wrap.ctct div.wpcf7 form ::placeholder {
  color: #D9D9D9;
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .form-wrap.ctct div.wpcf7 form ::-moz-placeholder {
    font-size: 1.6rem;
  }
  .form-wrap.ctct div.wpcf7 form ::placeholder {
    font-size: 1.6rem;
  }
}

.acc-wrap {
  border-top: solid 1px #D9D9D9;
  border-bottom: solid 1px #D9D9D9;
  padding: 3rem 1rem 0;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .acc-wrap {
    font-size: 1.4rem;
  }
}
.acc-wrap p {
  line-height: 2;
  margin-bottom: 0;
}
.acc-wrap p.acc-txt {
  margin-bottom: 1rem;
}
.acc-wrap p.acc-check {
  margin-bottom: 3rem;
}

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;
}

span.icon {
  display: inline-flex;
  justify-content: center;
  width: 9rem;
  border-radius: 50px;
  background: #1764F0;
  text-align: center;
  color: #fff;
  font-size: 1.334rem;
  font-weight: 500;
  padding: 1px 1rem;
}
span.icon.recruit {
  background-color: #FFC000;
  color: #000;
}
span.icon.expo {
  background-color: #1F4E79;
}

.recruit-topics {
  margin-bottom: 7rem;
}

.topics-tbl {
  border-collapse: collapse;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 4.5rem;
}
.topics-tbl tbody tr td {
  border-top: solid 1px #BFBFBF;
  padding: 1.7rem 2rem;
  text-align: left;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td {
    display: block;
    width: 100%;
    padding: 1.7rem 1rem;
  }
}
.topics-tbl tbody tr td.entry {
  width: 25rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.entry {
    width: 100%;
    padding-bottom: 1rem;
  }
}
.topics-tbl tbody tr td.entry .entry-box {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.topics-tbl tbody tr td.entry .entry-box .entry-day {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.topics-tbl tbody tr td.entry .entry-box .entry-day::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url(img/icon-arrow-blu.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .topics-tbl tbody tr td.contents {
    border-top: none;
    padding-top: 0;
  }
}
.topics-tbl tbody tr td .entry-day {
  font-size: 1.6rem;
}
.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;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 145px;
}
@media (max-width: 767px) {
  #layout {
    width: 100%;
    flex-direction: column;
  }
}
#layout .main-box {
  width: calc(100% - 40px - 380px);
  margin-right: 40px;
}
@media (max-width: 767px) {
  #layout .main-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
#layout .side-box {
  width: 380px;
}
@media (max-width: 767px) {
  #layout .side-box {
    width: 100%;
    margin: 0 auto;
  }
}
#layout .side-box h4 {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
}
#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: 25px;
  padding: 15px 10px;
  background: #F2F2F2;
}
.article .article-box .icon {
  margin-right: 15px;
}
.article .article-box .day-box {
  vertical-align: middle;
}
.article .article-box .article-link {
  padding-top: 15px;
}

.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;
}

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

#search-box {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #BFBFBF;
}
#search-box .searchform {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
#search-box input[type=text] {
  border: none;
  background: none;
  padding: 0.4rem 1rem;
  width: 100%;
  height: 3rem;
}
#search-box input[type=text]::-moz-placeholder {
  text-align: right;
  color: #595959;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#search-box input[type=text]::placeholder {
  text-align: right;
  color: #595959;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  #search-box input[type=text]::-moz-placeholder {
    font-size: 1.6rem;
  }
  #search-box input[type=text]::placeholder {
    font-size: 1.6rem;
  }
}
#search-box #searchsubmit {
  cursor: pointer;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: none;
  text-indent: -9999px;
  background: url(img/header-search.webp) no-repeat;
  background-size: cover;
  line-height: 1;
}

.search-wrap p.search-tit {
  margin-bottom: 0.5rem;
}
.search-wrap a {
  color: #1764F0;
}

.tbl-company {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4rem;
}
.tbl-company th, .tbl-company td {
  border-bottom: solid 1px #BFBFBF;
  padding: 1rem;
  vertical-align: top;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tbl-company th, .tbl-company td {
    display: block;
  }
}
.tbl-company th a, .tbl-company td a {
  text-decoration: none;
}
.tbl-company th p:last-child, .tbl-company td p:last-child {
  margin-bottom: 0;
}
.tbl-company th {
  width: 100%;
}
@media (min-width: 768px) {
  .tbl-company th {
    width: 15.3847%;
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .tbl-company th {
    border-bottom: none;
    font-weight: bold;
  }
}
.tbl-company td {
  width: 100%;
}
@media (min-width: 768px) {
  .tbl-company td {
    width: 84.6153%;
  }
}
@media (max-width: 767px) {
  .tbl-company td {
    padding-top: 0;
  }
}

.col4-pic-ass {
  display: flex;
  gap: 0.2rem;
  margin-top: 2rem;
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .col4-pic-ass {
    flex-wrap: wrap;
  }
  .col4-pic-ass > div {
    width: calc((100% - 0.2rem) / 2);
  }
}

.tbl-organization-wrapp {
  margin-bottom: 4rem;
}

.tbl-organization {
  border-collapse: collapse;
  width: 100%;
}
@media (max-width: 767px) {
  .tbl-organization {
    width: 1040px;
  }
}
.tbl-organization thead th {
  padding: 1rem 1rem 2rem;
  background: #ECF2FE;
  border-left: solid 1px #fff;
  vertical-align: top;
  text-align: center;
  color: #1764F0;
  font-size: 2.1rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tbl-organization thead th {
    font-size: 18px;
  }
}
.tbl-organization thead th img {
  max-width: 9.4rem;
  display: block;
  margin: 2rem auto 0;
}
.tbl-organization thead th:first-child {
  width: 33rem;
  background: #FFC000;
  border-left: none;
  color: #fff;
}
.tbl-organization thead th:first-child img {
  width: 30.4%;
}
.tbl-organization thead th:nth-child(2) {
  width: 37rem;
}
.tbl-organization thead th:nth-child(2) img {
  width: 27%;
}
.tbl-organization thead th:nth-child(3), .tbl-organization thead th:nth-child(4) {
  width: 17rem;
}
.tbl-organization thead th:nth-child(3) img, .tbl-organization thead th:nth-child(4) img {
  width: 63%;
}
.tbl-organization tbody th, .tbl-organization tbody td {
  height: 9rem;
  padding: 2.5rem 1rem;
}
.tbl-organization tbody th {
  background: #FFF8E5;
  border-top: solid 1px #fff;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
}
.tbl-organization tbody td {
  border-left: solid 1px #F2F2F2;
  vertical-align: middle;
}
.tbl-organization tbody td:nth-of-type(1) {
  border-color: #fff;
}
.tbl-organization tbody td:nth-of-type(2) {
  text-align: center;
}
.tbl-organization tbody td:nth-of-type(3) {
  padding-right: 3rem;
  text-align: right;
}
.tbl-organization tr:nth-child(even) th {
  background: #FFE28F;
}
.tbl-organization tr:nth-child(even) td {
  background: #F2F2F2;
  border-left: solid 1px #fff;
}
.tbl-organization p {
  margin-bottom: 0;
}

.title-bord {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22rem;
  min-height: 4rem;
  padding: 0.7rem 1rem;
  border: solid 1px #000;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

a.out-link {
  color: #00B0F0;
}
a.out-link:hover {
  text-decoration: none;
}
a.int-link {
  color: #1764F0;
}
a.int-link:hover {
  text-decoration: none;
}
a.phone-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 2rem;
  text-decoration: none;
  color: #1764F0;
  font-size: 5.3rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  a.phone-box {
    gap: 0 1rem;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
a.phone-box::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-image: url(img/footer-contact-icon-phone.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  a.phone-box::before {
    width: 4rem;
    height: 4rem;
  }
}

p.v8 {
  margin-bottom: 5rem;
}
p.v8-1 {
  letter-spacing: 0.1rem;
}

.tbl-contact {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
}
.tbl-contact th, .tbl-contact td {
  border: solid 1px #BFBFBF;
}
.tbl-contact th {
  padding: 1rem 2rem;
  background: #ECF2FE;
  text-align: left;
  font-weight: 500;
}
.tbl-contact td {
  padding: 1rem 2rem 1rem 3rem;
}
@media (max-width: 767px) {
  .tbl-contact td {
    padding-left: 2rem;
  }
}

.contactform-box {
  width: 81.4815%;
  max-width: 880px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .contactform-box {
    width: 100%;
  }
}

h2.h2-home {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 4rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  h2.h2-home {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
}
h2.h2-home .txt-eng {
  display: block;
  color: #1764F0;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2.h2-home .txt-eng {
    font-size: 1.6rem;
  }
}
h2.h2-home .txt-eng::first-letter {
  color: #FFC000;
}
h2.h2-home.home-v2 {
  margin-bottom: 2.5rem;
}

h2.h2-sub {
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  h2.h2-sub {
    font-size: 1.9rem;
  }
}
h2.h2-sub::after {
  content: "";
  display: block;
  width: 32rem;
  height: 0.4rem;
  background: #1764F0;
  margin-top: 1.5rem;
}
h2.h2-sub.v5 {
  margin-bottom: 9rem;
}

h3.h3-sub {
  color: #1764F0;
  text-align: left;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  h3.h3-sub {
    font-size: 16px;
    margin-bottom: 2rem;
  }
}
h3.h3-sub::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 108rem;
  height: 1px;
  background: #000;
  margin-top: 1rem;
}
h3.h3-sub .v9 {
  padding-left: 1rem;
  display: flex;
  align-items: flex-end;
  gap: 0 1.5rem;
}
@media (max-width: 767px) {
  h3.h3-sub .v9 {
    padding-left: 0;
  }
}
h3.h3-sub .v9.img1 picture {
  width: 6.5385%;
  max-width: 34px;
}
h3.h3-sub .v9.img2 picture {
  width: 6.9231%;
  max-width: 36px;
}
h3.h3-sub .v9.img3 picture {
  width: 8.4616%;
  max-width: 44px;
}

.bg-01 {
  background-image: url(img/bg-01-l.webp) , url(img/bg-01-r.webp);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 192/68;
  padding-top: 11rem;
  padding-bottom: 13rem;
}
@media (max-width: 767px) {
  .bg-01 {
    background-position: 0 0, 100% 100%;
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

.bg-02 {
  background-image: url(img/bg-02.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .bg-02 {
    background-position: left top 7rem;
  }
}
@media (max-width: 767px) {
  .bg-02 {
    padding-bottom: 4rem;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #ECF2FE;
    background-position: left -1rem top;
    margin-bottom: 4rem;
  }
}

.bg-03 {
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 192/87;
  padding-top: 6rem;
}
@media (min-width: 768px) {
  .bg-03 {
    background-image: url(img/bg-03.webp) , url(img/bg-03-t.webp);
  }
}
@media (max-width: 767px) {
  .bg-03 {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-image: url(img/bg-03.webp);
    background-position: center bottom;
  }
}
.bg-03 .title {
  margin: 0 auto 2rem;
  width: 40.5rem;
  height: 13.7rem;
  background: url(img/title-bg.webp) no-repeat center top;
  background-size: cover;
  aspect-ratio: 632/215;
  padding-top: 5.2rem;
  text-align: center;
  color: #1764F0;
  font-size: 2.667rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bg-03 .title {
    width: 24.5rem;
    height: 8.3rem;
    padding-top: 2.8rem;
    font-size: 2rem;
  }
}
.bg-03 p.txt {
  text-align: center;
  font-size: 1.9rem;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .bg-03 p.txt {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
  }
}

.bg-04 {
  background: url(img/bg-04.webp) no-repeat center top;
  background-size: contain;
}
@media (min-width: 768px) {
  .bg-04 {
    padding-top: 3rem;
  }
}
@media (max-width: 767px) {
  .bg-04 {
    background-position: center top 4rem;
    background-size: contain;
  }
}

.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.col2 .col {
  width: calc((100% - 3rem) / 2);
}
.col2.v1 {
  padding-bottom: 6rem;
  border-bottom: solid 1px #BFBFBF;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .col2.v1 {
    padding-bottom: 3rem;
    gap: 2rem 0;
    margin-bottom: 3rem;
  }
}
.col2.v1 .img-box {
  width: 46.3918%;
  max-width: 450px;
}
@media (max-width: 767px) {
  .col2.v1 .img-box {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .col2.v1 .txt-box {
    flex: 1;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .col2.v1 .txt-box {
    width: 100%;
  }
}
.col2.v1.last {
  padding-bottom: 1rem;
  border-bottom: none;
  margin-bottom: 0;
}

.col2-g4 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.col2-g4 .col {
  width: calc((100% - 4rem) / 2);
}
@media (max-width: 767px) {
  .col2-g4 .col {
    width: 100%;
  }
}
.col2-g4.v1 {
  gap: 8rem 4rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .col2-g4.v1 {
    gap: 4rem 0;
  }
}
@media (max-width: 767px) {
  .col2-g4.v1 .col {
    width: 100%;
  }
}
.col2-g4.v1 .col .img-box {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .col2-g4.v1 .col .img-box {
    margin-bottom: 2rem;
  }
}
.col2-g4.v1 .col .txt-box p {
  margin-bottom: 0;
}
.col2-g4.v9 {
  gap: 6rem 4rem;
}
.col2-g4.v9 .col h3.h3-sub {
  margin-bottom: 2rem;
}
.col2-g4.v9 .col p.txt {
  padding-left: 2rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .col2-g4.v9-2 {
    gap: 2rem;
  }
}
.col2-g4.v9-2 p {
  margin-bottom: 0;
}
.col2-g4.v9-2 .col-l {
  width: 100%;
}
@media (min-width: 768px) {
  .col2-g4.v9-2 .col-l {
    width: 36rem;
  }
}
@media (min-width: 768px) {
  .col2-g4.v9-2 .col-r {
    flex: 1;
  }
}
.col2-g4.v9-2.v {
  margin-bottom: 7rem;
}
.col2-g4.v9-3 {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .col2-g4.v9-3 {
    gap: 2rem;
    margin-bottom: 4rem;
  }
}
.col2-g4.v9-3 a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #fff;
}
.col2-g4.v9-3 a .txt-box {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  display: block;
  padding: 1rem;
  text-align: center;
  font-size: 2.7rem;
}
@media (max-width: 767px) {
  .col2-g4.v9-3 a .txt-box {
    font-size: 1.8rem;
  }
}
.col2-g4.v11 .col {
  text-align: center;
}
.col2-g4.v11 .col .img-box {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .col2-g4.v11 .col .img-box {
    width: 65.1516%;
  }
}

.col3 {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.col3 .col {
  width: calc((100% - 4rem) / 3);
}
@media (max-width: 767px) {
  .col3 .col {
    width: 100%;
  }
}
.col3.v1 {
  margin-bottom: 8rem;
}
@media (max-width: 767px) {
  .col3.v1 {
    gap: 3rem;
    margin-bottom: 60px;
  }
}
.col3.v1 a {
  text-decoration: none;
}
.col3.v1 span {
  display: block;
}
.col3.v1 span.img-box {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.5));
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .col3.v1 span.img-box {
    margin-bottom: 10px;
  }
}
.col3.v1 span.txt-box {
  color: #1764F0;
}
.col3.v9 .col .txt-box {
  width: calc(100% - 2rem);
  padding: 1.3rem 1rem;
  background-color: #fff;
  border: solid 3px #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.9rem;
  position: relative;
  margin-top: -5rem;
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .col3.v9 .col .txt-box {
    font-size: 14px;
    margin-top: -3rem;
  }
}
.col3.v9 .col.no1 .txt-box {
  border-color: #1764F0;
}
.col3.v9 .col.no2 .txt-box {
  border-color: #FFC000;
}
.col3.v9 .col.no3 .txt-box {
  border-color: #C00000;
}
.col3.v9 .col p {
  margin-bottom: 0;
}

.col4 {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 767px) {
  .col4 {
    gap: 2rem;
  }
}
.col4 .col {
  width: calc((100% - 12rem) / 4);
}
@media (max-width: 767px) {
  .col4 .col {
    width: calc((100% - 2rem) / 2);
    text-align: center;
  }
}

.movie-box {
  font-size: 0;
  overflow: hidden;
}
.movie-box video {
  width: 100%;
}

.home-ban-search-box {
  margin-bottom: 21rem;
}
@media (max-width: 767px) {
  .home-ban-search-box {
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 6rem;
  }
}

.home-ban-search {
  width: 100%;
  background: #FFF9DD;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-ban-search .inner {
  padding: 2rem;
}
@media (min-width: 768px) {
  .home-ban-search .inner {
    flex: 1;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .home-ban-search .inner {
    margin-bottom: 2rem;
  }
}
.home-ban-search .inner .title {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: #1764F0;
  font-size: 2.7rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .home-ban-search .inner .title {
    gap: 1rem;
    font-size: 1.8rem;
  }
}
.home-ban-search .inner .title::before {
  content: "";
  width: 4rem;
  height: 6rem;
  background: url(img/icon-station.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  .home-ban-search .inner .title::before {
    width: 3rem;
    height: 4.5rem;
  }
}
.home-ban-search .inner p {
  margin-bottom: 2.5rem;
}
.home-ban-search .inner a.btn {
  width: 42rem;
  min-height: 5.5rem;
  padding: 1rem 7rem;
  background: #FFC000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.9rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .home-ban-search .inner a.btn {
    width: 100%;
    padding: 1rem 3.5rem;
    font-size: 14px;
  }
}
.home-ban-search .inner a.btn::before {
  content: "";
  width: 2.8rem;
  height: 2.8rem;
  background: url(img/icon-search.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  left: 3rem;
}
@media (max-width: 767px) {
  .home-ban-search .inner a.btn::before {
    width: 2rem;
    height: 2rem;
    left: 1.5rem;
  }
}
.home-ban-search .inner a.btn:hover {
  opacity: 0.7;
}
.home-ban-search .img-box {
  width: 85rem;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-ban-search .img-box {
    border-radius: 0 0 10px 10px;
  }
}

.home-02 {
  width: 100%;
  max-width: 1660px;
  margin: 0 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media (min-width: 768px) {
  .home-02 {
    width: 87.1392%;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .home-02 .txt-box {
    flex: 1;
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  .home-02 .txt-box {
    width: 100%;
    padding-top: 3rem;
  }
}
.home-02 .txt-box p {
  font-size: 1.867rem;
  line-height: 1.9;
  margin-bottom: 2.4em;
}
@media (max-width: 767px) {
  .home-02 .txt-box p {
    font-size: 14px;
  }
}
.home-02 .txt-box p.txt-message {
  color: #1764F0;
  font-size: 3.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .home-02 .txt-box p.txt-message {
    font-size: 1.8rem;
  }
}
.home-02 .img-box {
  width: 100%;
  max-width: 86rem;
}

.home-wf {
  padding: 8rem 20px 14rem;
}
@media (max-width: 767px) {
  .home-wf {
    padding: 4rem 20px;
  }
}
.home-wf a {
  width: 100%;
  max-width: 1083px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) {
  .home-wf a {
    width: 58.0698%;
  }
}

.home-info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 2rem;
  padding-top: 4.5rem;
}
@media (max-width: 767px) {
  .home-info {
    justify-content: center;
    gap: 4rem 2rem;
    padding-top: 3rem;
  }
}
.home-info a {
  width: calc((100% - 4rem) / 3);
  max-width: 440px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-decoration: none;
}
@media (max-width: 767px) {
  .home-info a {
    width: 100%;
  }
}
.home-info a .txt {
  display: block;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .home-info a .txt {
    text-align: center;
    font-size: 1.6rem;
  }
}

.title-blu-wrapp {
  text-align: center;
}

.title-blu {
  display: inline;
  color: #1764F0;
  font-size: 3.7rem;
  font-feature-settings: "palt";
  position: relative;
  background: url(img/title-blu-bg-wt.webp) no-repeat 0 90%, url(img/title-blu-bg-wt.webp) no-repeat 100% 90%, url(img/title-blu-bg.webp) repeat-x 0 90%;
  background-size: auto 0.9rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (max-width: 767px) {
  .title-blu {
    font-size: 2.1rem;
  }
}

p.txt-ban-link {
  text-align: center;
  font-size: 1.9rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  p.txt-ban-link {
    font-size: 14px;
  }
}

a.ban-link {
  text-decoration: none;
  color: #fff;
  font-size: 2.7rem;
  position: relative;
  aspect-ratio: 108/34;
  margin: 0 auto;
}
@media (max-width: 767px) {
  a.ban-link {
    font-size: 1.8rem;
  }
}
a.ban-link.narita {
  aspect-ratio: 108/45;
}
a.ban-link .txt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding: 0 1rem;
  position: absolute;
  bottom: 4rem;
  left: 0;
}
@media (max-width: 767px) {
  a.ban-link .txt-box {
    bottom: 1rem;
  }
}
a.ban-link .txt-box::after {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
  background: url(img/arrow-circle.webp) no-repeat center;
  background-size: contain;
}
@media (max-width: 767px) {
  a.ban-link .txt-box::after {
    width: 30px;
    height: 30px;
  }
}
a.ban-link:hover .txt-box {
  opacity: 0.7;
}

.btn-driverInt {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.4));
  transform: translateZ(0);
  margin-bottom: 8rem;
}
.btn-driverInt a {
  display: inline-block;
  width: 16rem;
}
.btn-driverInt a:hover {
  opacity: 0.7;
}

.box.v1 {
  padding-top: 2rem;
  margin-bottom: 8rem;
}
.box.v1 a {
  display: block;
  width: 74.0741%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .box.v1 a {
    width: 100%;
  }
}
.box.v2 {
  /** padding: 0 20px; **/
  margin-bottom: 8rem;
}
.wrokflow-wrapp {
  padding: 3rem 2rem 0 3rem;
}
@media (min-width: 768px) {
  .wrokflow-wrapp {
    margin-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .wrokflow-wrapp {
    padding: 0;
  }
}
.wrokflow-wrapp .tbl-workflow {
  border-collapse: collapse;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .wrokflow-wrapp .tbl-workflow {
    empty-cells: hide;
  }
}
.wrokflow-wrapp .tbl-workflow::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #1764F0;
  position: absolute;
  top: 0;
  left: 1.85rem;
  z-index: -1;
}
.wrokflow-wrapp .tbl-workflow td {
  padding: 0;
  vertical-align: top;
}
.wrokflow-wrapp .tbl-workflow td:nth-child(1) {
  width: 4rem;
}
.wrokflow-wrapp .tbl-workflow td:nth-child(1) .number {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1764F0;
  border-radius: 100%;
  color: #fff;
  font-size: 2.1rem;
  font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "HiraMinProN-W6", serif;
}
.wrokflow-wrapp .tbl-workflow td:nth-child(1) .end {
  width: 2rem;
  height: 2rem;
  display: block;
  background: #1764F0;
  border-radius: 100%;
  font-size: 0;
  margin: 0 auto;
}
.wrokflow-wrapp .tbl-workflow td:nth-child(2) {
  padding-top: 0.5rem;
  padding-left: 2rem;
}
.wrokflow-wrapp .tbl-workflow td:nth-child(2) .title {
  font-size: 2.1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .wrokflow-wrapp .tbl-workflow td:nth-child(2) .title {
    font-size: 18px;
  }
}
.wrokflow-wrapp .tbl-workflow td:nth-child(2) .point {
  width: calc(100% - 4rem);
  min-height: 8rem;
  padding: 1rem 3rem 1rem 5rem;
  display: flex;
  align-items: center;
  background: #fff;
  border: solid 2px #C00000;
  border-radius: 50px;
  margin-top: 2rem;
  margin-left: 4rem;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .wrokflow-wrapp .tbl-workflow td:nth-child(2) .point {
    padding-left: 3rem;
    font-size: 14px;
    margin-left: 3rem;
  }
}
.wrokflow-wrapp .tbl-workflow td:nth-child(2) .point::after {
  content: "";
  width: 6.9rem;
  height: 6.9rem;
  display: block;
  background: url(img/icon-1point.webp) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0.8rem;
  left: -4rem;
}
@media (max-width: 767px) {
  .wrokflow-wrapp .tbl-workflow td:nth-child(2) .point::after {
    width: 5.5rem;
    height: 5.5rem;
    left: -3.5rem;
  }
}
.wrokflow-wrapp .tbl-workflow td:nth-child(2) .point p {
  margin-bottom: 0;
}
.wrokflow-wrapp .tbl-workflow td p {
  margin-bottom: 0;
}

.map-ab {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .map-ab {
    width: 53.7038%;
  }
}

p.txt-map-ab {
  margin-bottom: 5rem;
}

.tbl-fare {
  border-collapse: collapse;
  width: 100%;
  border: solid 1px #BFBFBF;
}
.tbl-fare th, .tbl-fare td {
  border: solid 1px #BFBFBF;
}
.tbl-fare th {
  padding: 1rem 2rem;
  background: #ECF2FE;
  text-align: left;
  font-weight: 500;
}
.tbl-fare td {
  padding: 1rem 2rem 1rem 4rem;
}
@media (max-width: 767px) {
  .tbl-fare.dist {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .tbl-fare.dist tr th {
    padding: 1rem 0.5rem;
  }
}
.tbl-fare.dist tr th:nth-child(1) {
  width: 10rem;
}
.tbl-fare.dist tr th:nth-child(n+2) {
  width: 20rem;
}
.tbl-fare.dist tr td {
  width: 30rem;
}
@media (max-width: 767px) {
  .tbl-fare.dist tr td {
    width: 20rem;
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .tbl-fare.time tr th {
    padding: 1rem 0.5rem;
  }
}
.tbl-fare.time tr th:nth-child(1), .tbl-fare.time tr th:nth-child(3) {
  width: 35rem;
}
.tbl-fare.time tr th:nth-child(2) {
  width: 34rem;
}
@media (max-width: 767px) {
  .tbl-fare.time tr td {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .tbl-fare.zone tr th, .tbl-fare.zone tr td {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .tbl-fare.zone tr th {
    padding: 1rem;
  }
}
.tbl-fare.zone tr th:nth-child(1) {
  width: 23rem;
}
@media (max-width: 767px) {
  .tbl-fare.zone tr th:nth-child(1) {
    width: 12rem;
  }
}
.tbl-fare.zone tr th:nth-child(2) {
  width: calc(100% - 23rem);
}
@media (max-width: 767px) {
  .tbl-fare.zone tr th:nth-child(2) {
    width: calc(100% - 12rem);
  }
}
@media (max-width: 767px) {
  .tbl-fare.zone tr td {
    padding: 1rem;
  }
}
.tbl-fare.sales {
  margin-top: 2rem;
}
.tbl-fare.sales tr th, .tbl-fare.sales tr td {
  vertical-align: top;
}
@media (min-width: 768px) {
  .tbl-fare.sales tr th, .tbl-fare.sales tr td {
    height: 5rem;
  }
}
@media (max-width: 767px) {
  .tbl-fare.sales tr th {
    padding: 1rem;
  }
}
.tbl-fare.sales tr th:nth-child(1) {
  width: 23rem;
}
@media (max-width: 767px) {
  .tbl-fare.sales tr th:nth-child(1) {
    width: 12rem;
  }
}
.tbl-fare.sales tr th:nth-child(2) {
  width: calc(100% - 23rem);
}
@media (max-width: 767px) {
  .tbl-fare.sales tr th:nth-child(2) {
    width: calc(100% - 12rem);
  }
}
@media (max-width: 767px) {
  .tbl-fare.sales tr td {
    padding: 1rem;
  }
}
.tbl-fare.sales p {
  margin-bottom: 0;
}

span.ind-dot {
  display: block;
  padding-left: 2rem;
  text-indent: -2rem;
}
span.ind-pare {
  display: block;
  padding-left: 5rem;
  text-indent: -5rem;
}

.pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
  margin-bottom: 5rem;
  text-decoration: none;
  color: #C00000;
  font-size: 1.6rem;
}
.pdf-link.v10 {
  margin-bottom: 0;
}
.pdf-link.v11 {
  margin-bottom: 2rem;
}

.map-member {
  width: 100%;
  max-width: 1220px;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .map-member {
    width: 89.7059%;
    padding-left: 5%;
    text-align: right;
  }
}

.map-link-h3 {
  padding-top: 3rem;
}

.tbl-member-data {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 4rem;
}
.tbl-member-data th, .tbl-member-data td {
  padding: 1rem 2rem;
  border-bottom: solid 1px #BFBFBF;
  vertical-align: top;
}
@media (max-width: 767px) {
  .tbl-member-data th, .tbl-member-data td {
    padding: 1rem;
  }
}
.tbl-member-data th {
  width: 18rem;
  text-align: left;
  font-weight: 500;
}
.tbl-member-data td {
  width: 86rem;
}
.tbl-member-data p {
  margin-bottom: 0;
}

.tbl-course-wrapp {
  overflow: hidden;
}
@media (min-width: 768px) {
  .tbl-course-wrapp {
    margin-right: -3rem;
    margin-left: -3rem;
  }
}

.tbl-course {
  width: 100%;
  empty-cells: hide;
}
@media (min-width: 768px) {
  .tbl-course {
    border-collapse: separate;
    border-spacing: 3rem;
    table-layout: fixed;
  }
}
@media (max-width: 767px) {
  .tbl-course {
    border-collapse: collapse;
  }
}
.tbl-course td {
  width: calc((100% - 6rem) / 3);
  padding: 0;
}
@media (max-width: 767px) {
  .tbl-course td {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

a.btn-course {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  min-height: 9rem;
  padding: 1rem;
  background: #ECF2FE;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  a.btn-course {
    font-size: 14px;
  }
}
a.btn-course::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: url(img/icon-arrow-blu.webp) no-repeat center;
  background-size: contain;
}
a.btn-course:hover {
  opacity: 0.7;
}
a.btn-course p {
  margin-bottom: 0;
}

.recruit-top {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .recruit-top {
    margin-bottom: 40px;
  }
}

.recruit-topics {
  margin-bottom: 7rem;
}

p.mb0 {
  margin-bottom: 0;
}
p.v3 {
  margin-bottom: 6rem;
}
p.v10 {
  margin-bottom: 5rem;
}
p.v11 {
  margin-bottom: 12rem;
}

.stitle-blu {
  color: #1764F0;
  margin-bottom: 1rem;
}

.clr-red {
  color: #C00000;
}

.txt-red {
  color: #f00;
}

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;
}

.search-sta-name-wrapp {
  margin-bottom: 8rem;
  overflow: hidden;
}

.search-sta-name {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media (max-width: 767px) {
  .search-sta-name {
    gap: 2rem;
  }
}
.search-sta-name a {
  width: calc((100% - 16rem) / 5);
}
@media (max-width: 767px) {
  .search-sta-name a {
    width: calc((100% - 2rem) / 2);
  }
}

a.btn-search {
  display: flex;
  align-items: center;
  min-height: 8rem;
  padding: 1rem;
  background: #ECF2FE;
  border-radius: 10px;
  text-decoration: none;
}
a.btn-back-list {
  width: 100%;
  max-width: 32rem;
  min-height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #000;
  text-decoration: none;
  font-size: 1.7rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  a.btn-back-list {
    min-height: 5rem;
    font-size: 14px;
  }
}
a.btn-back-list:hover {
  opacity: 0.7;
}

p.txt-station {
  font-size: 1.9rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  p.txt-station {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.h3-wrapp {
  display: flex;
  gap: 0 10rem;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .h3-wrapp {
    flex-wrap: wrap;
    margin-bottom: 4rem;
  }
}
.h3-wrapp .col-l {
  width: 100%;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .h3-wrapp .col-l {
    width: 79.4118%;
  }
  .h3-wrapp .col-l h3.h3-sub {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .h3-wrapp .col-l h3.h3-sub {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .h3-wrapp .col-r {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .h3-wrapp .col-r {
    width: 100%;
    text-align: right;
  }
}

.btn-sort {
  width: 18rem;
  min-height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0 3rem;
  padding: 1rem;
  text-decoration: none;
  background: #FFC000;
  border-radius: 50px;
  color: #000;
  font-size: 1.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .btn-sort {
    font-size: 1.4rem;
  }
}
.btn-sort .btn-txt {
  padding-right: 4rem;
  display: flex;
  line-height: 1;
  position: relative;
}
.btn-sort .btn-txt::before {
  content: "";
  width: 2rem;
  height: 0.6rem;
  background: #FFC000;
  position: absolute;
  top: -2px;
  right: -3px;
  z-index: 1;
}
.btn-sort .btn-txt::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.9rem;
  border-bottom: 4px solid #004EA2;
  border-right: 4px solid #004EA2;
  position: absolute;
  top: -2px;
  right: 0;
  transform: translateY(0) rotate(45deg);
  transition: all 0.4s;
}
.btn-sort.asc .btn-txt::before {
  top: auto;
  bottom: -2px;
}
.btn-sort.asc .btn-txt::after {
  transform: translateY(50%) rotate(225deg);
}