@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap");
/* Font */
/*-------------------------------------------------------------------------------------------------*/
/* リセット
 ------------------------------------------*/
body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, dt, dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  color: #3e3a39;
}
@media screen and (max-width: 1440px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, dt, dd {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, dt, dd {
    margin: 0;
  }
}
@media screen and (max-width: 736px) {
  body, header, div, span, applet, object, iframe, input[type=file], h1, h2, h3, h4, h5, h6, p, select, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure, dt, dd {
    margin: 0;
  }
}

a {
  text-decoration: none;
  outline: none;
  border: none;
  opacity: 1;
  transition: 0.2s;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}

a img, img {
  border: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

blockquote, dd, div, dl, dt, h1, h2, h3, h4, h5, h6, li, p, pre, span, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

button, fieldset, form, input, label, legend, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; /*table-layout:fixed;*/
}

table td {
  vertical-align: top;
}

br.pc,
img.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  br.pc,
  img.pc {
    display: none;
  }
}

br.sp,
img.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.sp,
  img.sp {
    display: block;
  }
}

br.tablet,
img.tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  br.tablet,
  img.tablet {
    display: block;
  }
}

.fadein {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.mvfade01,
.mvfade02,
.recruit-mv-fadein01,
.recruit-mv-fadein02,
.recruit-mv-fadein03,
.recruit-mv-fadein04 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

a.btn-more {
  display: flex;
  color: var(--Colors-Tertiary, #E43121);
  padding: var(--Component-Container-xs, 8px) var(--Component-Container-sm, 16px);
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 30px;
  border: 2px solid var(--Colors-Tertiary, #E43121);
  background: #FFF;
}
@media screen and (max-width: 736px) {
  a.btn-more {
    font-size: var(--font-size-labels-small, 16px);
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 28px;
}
@media screen and (max-width: 736px) {
  p {
    font-size: 14px;
  }
}

body {
  background-color: #fff;
}

header {
  width: 90%;
  max-width: 1400px;
  padding: 0 40px;
  margin: 0px auto;
  background-color: #fff;
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0px 0px 15px -5px #c7c7c7;
}
@media screen and (max-width: 736px) {
  header {
    height: 60px;
    padding: 10px;
    top: 16px;
    left: 2%;
    width: 96%;
    transform: none;
  }
}
header .logo {
  display: flex;
  align-items: center;
}
header .logo h1 {
  margin-right: 15px;
}
header .logo h1 a {
  height: 33px;
  display: block;
}
@media screen and (max-width: 736px) {
  header .logo h1 a {
    height: 20px;
  }
}
header .logo h1 a:hover {
  cursor: pointer;
}
header .logo h1 a img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header .nav-box {
  display: flex;
  align-items: center;
}
header .nav-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  header .nav-box ul {
    display: none;
  }
}
header .nav-box ul .menu-item {
  position: relative;
  margin-right: 16px;
}
header .nav-box ul .menu-item:hover {
  cursor: pointer;
}
header .nav-box ul .menu-item a {
  color: var(--Colors-black, #003059);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 0;
  display: block;
}
header .nav-box ul .menu-item a:hover {
  cursor: pointer;
}
header .nav-box ul .menu-item .sub-menu {
  min-width: 220px;
  display: block;
  position: absolute;
  top: 100%;
  left: -32px;
  padding: var(--Component-Container-lg, 24px) 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all 0.3s ease;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: var(--Colors-White-2, #F4F2E7);
}
header .nav-box ul .menu-item .sub-menu li {
  margin: 0;
  width: 100%;
  margin-bottom: 20px;
}
header .nav-box ul .menu-item .sub-menu li:last-of-type {
  margin-bottom: 0;
}
header .nav-box ul .menu-item .sub-menu li a {
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}
header .nav-box ul .menu-item .sub-menu li:hover {
  opacity: 0.7;
}
header .nav-box ul .menu-item:hover .sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
header .nav-box ul .btn-recruit {
  margin-right: 16px;
}
header .nav-box ul .btn-recruit a {
  display: block;
  padding: 8px 16px;
  border-radius: 30px;
  background: var(--Colors-Secondary, #0A5EB8);
  color: var(--Colors-White, #FCFCF7);
  font-size: 14px;
}
header .nav-box .translate-btn-box select {
  display: flex;
  align-items: center;
  padding: 0px 8px 0px 14px;
  width: 125px;
  height: 38px;
  border-radius: 8px;
  border: 1px solid #000;
}
header .nav-box a.btn-menu {
  display: none;
}
@media screen and (max-width: 736px) {
  header .nav-box a.btn-menu {
    display: block;
    margin-left: 8px;
  }
}
header .nav-box a.btn-menu img {
  width: 40px;
}
header .nav-box a.btn-menu .icon-close {
  display: none;
}

#sp-header {
  display: none;
}
@media screen and (max-width: 736px) {
  #sp-header {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 100;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    background: var(--Colors-White, #FCFCF7);
    position: fixed;
    padding: 100px 8px 8px;
    overflow: auto;
  }
}
#sp-header .sp-nav dl dt.sp-question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 0;
  width: 100%;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin-top: 24px;
}
#sp-header .sp-nav dl dt.sp-question:hover {
  cursor: pointer;
}
#sp-header .sp-nav dl dt.sp-question::after {
  content: "+";
  color: var(--brand-Blue, #004EA2);
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  position: absolute;
  top: 0px;
  right: 0px;
}
#sp-header .sp-nav dl dt.question.open::after {
  content: "-";
}
#sp-header .sp-nav dl dd.sp-answer {
  display: none;
}
#sp-header .sp-nav dl dd.sp-answer ul li a {
  display: block;
  background: var(--Colors-White-2, #F4F2E7);
  padding: 16px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#sp-header .sp-nav .sp-nav05 {
  margin-bottom: 24px;
}
#sp-header .sp-nav .sp-nav05 ul li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4px 0;
  width: 100%;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  margin-top: 24px;
}
#sp-header .sp-nav .sp-nav05 ul li a:hover {
  cursor: pointer;
}
#sp-header .sp-nav .sp-btn-recruit {
  margin-bottom: 40px;
}
#sp-header .sp-nav .sp-btn-recruit a {
  display: block;
  color: var(--Colors-Secondary, #0A5EB8);
  font-family: "Zen Kaku Gothic New";
  font-size: var(--font-size-labels-large, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: var(--Component-Container-sm, 8px);
  border: 1px solid var(--Colors-Secondary, #0A5EB8);
  padding: 24px;
}

.title {
  margin-bottom: 30px;
}
.title h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}
.title h2::after {
  content: "";
  background-image: url(../img/common/title-line.png);
  background-size: cover;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 5px;
}
.title span {
  display: block;
  font-size: 14px;
  text-align: center;
}

#banner-box .banner-top ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
#banner-box .banner-top ul li {
  width: 50%;
}
@media screen and (max-width: 736px) {
  #banner-box .banner-top ul li {
    width: 100%;
  }
}
#banner-box .banner-bottom ul {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#banner-box .banner-bottom ul li {
  width: 50%;
}

footer .box .footer-top {
  display: flex;
  justify-content: space-between;
  background: #EEF4F7;
  padding: 60px 5%;
  position: relative;
}
@media screen and (max-width: 736px) {
  footer .box .footer-top {
    display: none;
  }
}
footer .box .footer-top::after {
  content: "";
  background-image: url(../img/common/logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
footer .box .footer-top .f-nav {
  width: 18%;
}
footer .box .footer-top .f-nav p {
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
footer .box .footer-top .f-nav p a {
  display: block;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .box .footer-top .f-nav ul li {
  margin-bottom: 8px;
  padding-left: 20px;
}
footer .box .footer-top .f-nav05 {
  width: 54%;
}
footer .box .footer-top .f-nav05 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box .footer-top .f-nav05 ul li {
  width: 32%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 8px;
  margin-bottom: 24px;
}
footer .box .footer-top .f-nav05 ul li a {
  display: block;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
footer .box .sp-footer-top {
  display: none;
}
@media screen and (max-width: 736px) {
  footer .box .sp-footer-top {
    display: block;
    padding: 32px 5%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: #EEF4F7;
    position: relative;
  }
}
footer .box .sp-footer-top::after {
  content: "";
  background-image: url(../img/common/logo-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 140px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  right: 5%;
  bottom: 5%;
}
footer .box .sp-footer-top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .box .sp-footer-top ul li {
  width: 49%;
  margin-bottom: 4px;
}
footer .box .sp-footer-top ul li:nth-of-type(2n-1) {
  width: 40%;
}
footer .box .sp-footer-top ul li:nth-of-type(2n) {
  width: 59%;
}
footer .box .sp-footer-top ul li a {
  display: block;
  color: var(--brand-Blue, #004EA2);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-body, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 4px 0;
}
footer .box .footer-logo {
  padding: 24px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .box .footer-logo a {
  height: 40px;
  width: auto;
  display: block;
}
@media screen and (max-width: 736px) {
  footer .box .footer-logo a {
    height: 30px;
  }
}
footer .box .footer-logo a img {
  height: 40px;
  width: auto;
}
@media screen and (max-width: 736px) {
  footer .box .footer-logo a img {
    height: 30px;
  }
}
footer .box .footer-bottom {
  display: flex;
  padding: 14px 5% 32px 5%;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: #29363D;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .box .footer-bottom ul {
  display: flex;
}
footer .box .footer-bottom ul li a {
  display: block;
  color: #EEE;
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-footnote, 12px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
footer .box .footer-bottom small {
  color: #A4A3A3;
  font-family: var(--font-famliy-EG, Inter);
  font-size: var(--font-size-footnote, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  footer .box .footer-bottom small {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
  }
}

/* モーダルの基本スタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* モーダルコンテンツ */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #3e3a39;
  font-size: 40px;
  font-weight: bold;
}

.modal-close:hover,
.modal-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

nav.breadcrumb {
  width: 100%;
  margin: 16px 0;
}
nav.breadcrumb ul {
  display: flex;
}
nav.breadcrumb ul li {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Noto Sans JP";
  font-size: var(--body, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 24px;
  position: relative;
}
@media screen and (max-width: 736px) {
  nav.breadcrumb ul li {
    font-size: 12px;
  }
}
nav.breadcrumb ul li::after {
  content: ">";
  position: absolute;
  right: -17px;
  font-size: var(--body, 14px);
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 736px) {
  nav.breadcrumb ul li::after {
    font-size: 12px;
  }
}
nav.breadcrumb ul li a {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: var(--body, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  nav.breadcrumb ul li a {
    font-size: var(--font-size-footnote, 12px);
  }
}
nav.breadcrumb ul li:last-of-type::after {
  display: none;
}

main.under-page section {
  padding: 0 0 72px;
  margin: 0 auto;
  background-color: #FCFCF7;
}
@media screen and (max-width: 736px) {
  main.under-page section {
    padding: 30px 0;
  }
}
main.under-page section .under-title {
  border-radius: 0px 60px 60px 0px;
  background: var(--Colors-Tertiary, #E43121);
  display: inline-block;
  padding: 10px 60px 10px 10%;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
main.under-page section .under-title h2 {
  color: var(--Colors-White, #FCFCF7);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-h2-tag, 20px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main.under-page section .under-title h2 {
    font-size: var(--font-size-h2-tag, 16px);
  }
}
main.under-page section .box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
main.under-page section .box h3 {
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: var(--font-size-labels-large, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  padding-left: 16px;
  position: relative;
  margin-bottom: 16px;
}
main.under-page section .box h3::before {
  content: "";
  width: 6px;
  height: 100%;
  background: var(--Colors-Tertiary, #E43121);
  position: absolute;
  top: 1px;
  left: 0;
}
main.under-page section .box p {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 28.8px */
}
main.under-page section .box dl {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 6px 0;
  width: 100%;
}
main.under-page section .box dl dt {
  min-width: 8em;
}
main.under-page section .box dl dt, main.under-page section .box dl dd {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--body, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}
main.under-page section .box .bg-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F7F4ED;
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: flex-start;
}
main.under-page section .box table {
  width: 100%;
}
main.under-page section .box table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 736px) {
  main.under-page section .box table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
main.under-page section .box table tr:last-of-type {
  border: none;
}
main.under-page section .box table th {
  color: #333;
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
  padding: 16px 0;
  min-width: 8em;
}
@media screen and (max-width: 736px) {
  main.under-page section .box table th {
    width: 100%;
    padding: 16px 0 0;
  }
}
main.under-page section .box table td {
  color: #333;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 16px 0;
}
@media screen and (max-width: 736px) {
  main.under-page section .box table td {
    padding: 8px 0 8px;
  }
}
main.under-page #under-mv {
  background-color: #E43121;
  padding-top: 160px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv {
    padding-top: 120px;
  }
}
main.under-page #under-mv::after {
  content: "";
  background-image: url(../img/common/bg-rectangle.svg);
  background-size: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 720/29;
  position: absolute;
  left: 0;
  bottom: 0;
}
main.under-page #under-mv .box .under-mv-title h1 {
  color: #FFF;
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--h1, 56px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main.under-page #under-mv .box .under-mv-title h1 {
    font-size: 24px;
  }
}
main.under-page #nav-area {
  padding-top: 0px;
}
main.under-page #nav-area .box .status dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: #FFF;
  padding: 0;
}
main.under-page #nav-area .box .status dl dt {
  display: flex;
  padding: 14px var(--Component-Container-Padding-1, 40px);
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #67625B;
  color: #FFF;
  width: 160px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 736px) {
  main.under-page #nav-area .box .status dl dt {
    width: auto;
    padding: 16px;
    font-size: var(--font-size-footnote, 12px);
  }
}
main.under-page #nav-area .box .status dl dd {
  padding-left: 32px;
  flex: 1;
  color: #333;
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
}
@media screen and (max-width: 736px) {
  main.under-page #nav-area .box .status dl dd {
    font-size: var(--font-size-body, 14px);
  }
}

main#bus #timetable-pdf .box ul li {
  display: flex;
  padding: 16px 32px;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  gap: 160px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.16);
  background: var(--Colors-White, #FCFCF7);
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li {
    flex-wrap: wrap;
    gap: 24px;
    padding: 16px;
  }
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li .text {
    width: 100%;
  }
}
main#bus #timetable-pdf .box ul li .text h3 {
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li .text h3 {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
main#bus #timetable-pdf .box ul li .text small {
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: var(--body, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main#bus #timetable-pdf .box ul li .pdf-box {
  display: flex;
  justify-content: space-between;
  min-width: 440px;
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li .pdf-box {
    width: 100%;
    min-width: auto;
    flex-wrap: wrap;
  }
}
main#bus #timetable-pdf .box ul li .pdf-box > div {
  display: flex;
  padding: 8px 24px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border-radius: 6px;
  background: var(--Colors-White-2, #F4F2E7);
  margin-left: 8px;
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li .pdf-box > div {
    width: 100%;
    margin-left: 0;
  }
}
main#bus #timetable-pdf .box ul li .pdf-box > div p {
  color: var(--Colors-Tertiary, #E43121);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main#bus #timetable-pdf .box ul li .pdf-box > div .btn-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li .pdf-box > div .btn-box {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li .pdf-box > div .btn-box a.btn-more {
    width: 100%;
  }
}
main#bus #timetable-pdf .box ul li .pdf-box > div .btn-box a:nth-of-type(2) {
  margin-left: 8px;
}
main#bus #timetable-pdf .box ul li .pdf-box .table01-08 {
  padding: 8px 86px;
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li .pdf-box .table01-08 {
    padding: 8px 24px;
  }
}
@media screen and (max-width: 736px) {
  main#bus #timetable-pdf .box ul li .pdf-box .table02 {
    margin-top: 16px;
  }
}
main#bus #timetable-pdf .box ul li .pdf-box .table02 p {
  color: var(--Colors-Secondary, #0A5EB8);
}
main#bus #timetable-pdf .box ul li .pdf-box .table02 .btn-box a {
  color: var(--Colors-Secondary, #0A5EB8);
  border: var(--Component-Container-line-weight, 2px) solid var(--Colors-Secondary, #0A5EB8);
}
main#bus #route .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 736px) {
  main#bus #route .box {
    flex-wrap: wrap;
  }
}
main#bus #route .box .route-btn-box {
  margin-right: 48px;
}
@media screen and (max-width: 736px) {
  main#bus #route .box .route-btn-box {
    width: 100%;
    margin-right: 0;
  }
}
main#bus #route .box .route-btn-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 736px) {
  main#bus #route .box .route-btn-box ul {
    margin-bottom: 16px;
  }
}
main#bus #route .box .route-btn-box ul li {
  width: 49%;
  margin-bottom: 24px;
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 66px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#bus #route .box .route-btn-box ul li {
    font-size: 14px;
  }
}
main#bus #route .box .route-btn-box ul li::before {
  content: "";
  width: 50px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
main#bus #route .box .route-btn-box ul li:nth-of-type(1)::before {
  background: #1F499E;
}
main#bus #route .box .route-btn-box ul li:nth-of-type(2)::before {
  background: #883A88;
}
main#bus #route .box .route-btn-box ul li:nth-of-type(3)::before {
  background: #D21E34;
}
main#bus #route .box .route-btn-box ul li:nth-of-type(4)::before {
  background: #9E0306;
}
main#bus #route .box .route-btn-box ul li:nth-of-type(5)::before {
  background: #F3899C;
}
main#bus #route .box .route-btn-box ul li:nth-of-type(6)::before {
  background: #019F97;
}
main#bus #route .box .route-btn-box ul li:nth-of-type(7)::before {
  background: #EDBD2F;
}
main#bus #route .box .img {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 736px) {
  main#bus #fare .box {
    position: relative;
  }
}
@media screen and (max-width: 736px) {
  main#bus #fare .box::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1px; /* 右端から配置 */
    width: 60px; /* フェード部分の幅（padding-right と同じ） */
    height: 100%;
    pointer-events: none; /* スクロール操作を邪魔しないため */
    background: linear-gradient(to left, #F7F4ED 0%, rgba(247, 244, 237, 0) 100%);
    border-radius: 30px;
  }
}
main#bus #fare .box .bg-box {
  position: relative;
}
@media screen and (max-width: 736px) {
  main#bus #fare .box .bg-box {
    overflow-x: scroll;
    padding-left: 0;
  }
}
@media screen and (max-width: 736px) {
  main#bus #fare .box .bg-box table {
    overflow-x: auto; /* 横スクロール可能に */
    white-space: nowrap;
  }
}
@media screen and (max-width: 736px) {
  main#bus #fare .box .bg-box table tr {
    display: table-row;
  }
}
main#bus #fare .box .bg-box table tr td {
  padding: 16px 8px 8px;
}
@media screen and (max-width: 736px) {
  main#bus #fare .box .bg-box table tr th:first-child,
  main#bus #fare .box .bg-box table tr td:first-child {
    min-width: 6em;
    position: sticky;
    left: 0; /* テーブル左を基準に固定 */
    background: #F7F4EE; /* 背景色を指定して重なりを見やすく */
    z-index: 1; /* 後ろのセルより前面に来るようにする */
    padding-left: 24px;
  }
}
main#bus #fare-calculator .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .fare-box {
    max-width: 90vw;
  }
}
main#bus #fare-calculator .box .fare-box .fare-input-box {
  display: flex;
  padding: 16px var(--Component-Container-Padding-W, 120px);
  justify-content: center;
  align-items: flex-end;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--Colors-White-2, #F4F2E7);
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .fare-box .fare-input-box {
    padding: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 90vw;
  }
}
main#bus #fare-calculator .box .fare-box .fare-input-box label, main#bus #fare-calculator .box .fare-box .fare-input-box span {
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .fare-box .fare-input-box label {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .fare-box .fare-input-box span {
    margin-right: 8px;
  }
}
main#bus #fare-calculator .box .fare-box .fare-input-box input {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  width: 220px;
  height: 40px;
  margin: 0 16px;
  text-align: right;
  margin: 0;
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .fare-box .fare-input-box input {
    width: 160px;
    padding: 16px;
    box-sizing: border-box;
    max-width: 200px;
  }
}
main#bus #fare-calculator .box .fare-box .fare-input-box button {
  display: inline-block;
  width: 166px;
  height: 40px;
  gap: 4px;
  border-radius: 8px;
  background: #67625B;
  border: none;
  color: var(--Colors-White, #FCFCF7);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-labels-medium, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 48px;
  transition: 0.2s;
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .fare-box .fare-input-box button {
    width: 90px;
    margin-left: 0;
  }
}
main#bus #fare-calculator .box .fare-box .fare-input-box button:hover {
  cursor: pointer;
  opacity: 0.8;
}
main#bus #fare-calculator .box .fare-box .fare-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 24px;
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box {
  width: 49%;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .fare-box .fare-results .fare-box {
    width: 100%;
  }
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box:nth-of-type(1) h2 {
  background: #FAF5D1;
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box:nth-of-type(2) h2 {
  background: #E4EDF1;
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box:nth-of-type(3) h2 {
  background: #F9E3E1;
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box:nth-of-type(4) h2 {
  background: #e1f9e7;
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box h2 {
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px 0;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box .fare-item {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 10px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box .fare-item label {
  color: var(--Colors-black, #003059);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main#bus #fare-calculator .box .fare-box .fare-results .fare-box .fare-item input {
  height: 32px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #EEE;
  margin: 0 8px;
  text-align: right;
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .fare-box .fare-results .fare-box .fare-item input {
    padding: 16px;
    box-sizing: border-box;
    max-width: 200px;
  }
}
main#bus #fare-calculator .box .btn-box {
  min-width: 260px;
  padding-left: 48px;
  margin-left: 48px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 736px) {
  main#bus #fare-calculator .box .btn-box {
    width: 100%;
    min-width: auto;
    padding-left: 0;
    margin-left: 0;
    border: none;
    margin-top: 24px;
  }
}
main#bus #fare-calculator .box .btn-box a {
  margin-bottom: 16px;
  font-size: 16px;
}
main#bus #fare-calculator .box .btn-box a:nth-of-type(2) {
  color: var(--Colors-Secondary, #0A5EB8);
  border: 2px solid var(--Colors-Secondary, #0A5EB8);
}
main#bus #fare-calculator .box .btn-box a:nth-of-type(3) {
  color: #00B8EE;
  border: 2px solid #00B8EE;
}
main#bus #oneday .under-title {
  position: relative;
}
@media screen and (max-width: 736px) {
  main#bus #oneday .under-title {
    margin-bottom: 80px;
  }
}
main#bus #oneday .under-title small {
  position: absolute;
  top: 10px;
  left: 420px;
  min-width: 810px;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#bus #oneday .under-title small {
    top: auto;
    left: 20px;
    bottom: -56px;
    font-size: 14px;
    min-width: auto;
    width: 90vw;
  }
}
main#bus #discount h3 {
  margin: 40px 0 16px;
}
main#bus #discount h3:first-of-type {
  margin: 0 0 24px;
}
main#bus #discount p {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main#bus #discount p a {
  color: var(--Colors-Tertiary, #E43121);
  font-family: "Zen Kaku Gothic New";
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%;
  text-underline-offset: auto;
  margin-left: 1em;
}

main#company #philosophy .box {
  display: flex;
}
main#company #philosophy .box .text {
  margin-right: 80px;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .text {
    margin-right: 0;
  }
}
main#company #philosophy .box .text h4 {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .text h4 {
    font-size: 22px;
  }
}
main#company #philosophy .box .text h3 {
  margin-top: 32px;
}
main#company #philosophy .box .text .btn-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .text .btn-box {
    flex-wrap: wrap;
  }
}
main#company #philosophy .box .text .btn-box a {
  padding: 16px 40px;
  margin-right: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .text .btn-box a {
    width: 100%;
    margin-right: 0;
  }
}
main#company #philosophy .box .text .btn-box a:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .text .btn-box a:last-of-type {
    margin-right: 0;
    margin-bottom: 0;
  }
}
main#company #philosophy .box .img {
  max-width: 500px;
}
@media screen and (max-width: 736px) {
  main#company #philosophy .box .img {
    display: none;
  }
}
main#company #philosophy .box .img img {
  border-radius: 10px;
}
main#company #office .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#company #office .box {
    flex-wrap: wrap;
  }
}
main#company #office .box .text {
  margin-right: 48px;
  flex: 1;
}
@media screen and (max-width: 736px) {
  main#company #office .box .text {
    width: 100%;
    margin-right: 0;
  }
}
main#company #office .box .text h3 {
  margin-top: 40px;
}
@media screen and (max-width: 736px) {
  main#company #office .box .text h3 {
    width: 100%;
  }
}
main#company #office .box .text h3:first-of-type {
  margin-top: 0;
}
main#company #office .box .img {
  min-width: 600px;
}
@media screen and (max-width: 736px) {
  main#company #office .box .img {
    min-width: auto;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 736px) {
  main#company #office .box .img iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
main#company #ticket .box ul {
  display: flex;
  flex-wrap: wrap;
}
main#company #ticket .box ul li {
  display: flex;
  flex-wrap: wrap;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 32px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--Colors-White-2, #F4F2E7);
  padding: 24px;
}
@media screen and (max-width: 736px) {
  main#company #ticket .box ul li {
    width: 100%;
  }
}
main#company #ticket .box ul li:nth-of-type(3n) {
  margin-right: 0;
}
main#company #ticket .box ul li small {
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 18px */
}
main#company #ticket .box ul li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-top: 32px;
}

main#advertising #ad h3 {
  margin-top: 40px;
}
main#advertising #ad h3:first-of-type {
  margin-top: 0;
}
main#advertising #ad .flex {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 736px) {
  main#advertising #ad .flex {
    flex-wrap: wrap;
  }
}
main#advertising #ad .flex .img {
  margin-right: 72px;
  max-width: 420px;
}
@media screen and (max-width: 736px) {
  main#advertising #ad .flex .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}
main#advertising #ad .flex .img img {
  width: 100%;
}
main#advertising #ad .flex .text {
  flex: 1;
}
main#advertising #ad .flex .text .dl-box {
  padding: 16px 40px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--Colors-White-2, #F4F2E7);
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main#advertising #ad .flex .text small {
    font-size: var(--font-size-footnote, 12px);
  }
}
main#advertising #chartered .box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main#advertising #chartered .box ul li {
  width: 49%;
  margin-bottom: 32px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--Colors-White-2, #F4F2E7);
  padding: 24px;
}
@media screen and (max-width: 736px) {
  main#advertising #chartered .box ul li {
    width: 100%;
    padding: 16px;
  }
}
main#advertising #chartered .box ul li img {
  margin: 24px 0;
}
@media screen and (max-width: 736px) {
  main#advertising #chartered .box ul li img {
    margin: 0 0 8px;
    border-radius: 4px;
  }
}
main#advertising #chartered .box p a {
  color: var(--Colors-Tertiary, #E43121);
  font-family: "Zen Kaku Gothic New";
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: 8%;
  text-underline-offset: auto;
  margin-left: 1em;
}

@media screen and (max-width: 736px) {
  main#tourism #tour-sub {
    padding-bottom: 0;
  }
}
main#tourism #tour-sub p {
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#tourism #tour-sub p {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}
main#tourism #tour01 .box ul,
main#tourism #tour02 .box ul,
main#tourism #tour03 .box ul,
main#tourism #tour04 .box ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#tourism #tour01 .box ul,
  main#tourism #tour02 .box ul,
  main#tourism #tour03 .box ul,
  main#tourism #tour04 .box ul {
    flex-wrap: wrap;
  }
}
main#tourism #tour01 .box ul li,
main#tourism #tour02 .box ul li,
main#tourism #tour03 .box ul li,
main#tourism #tour04 .box ul li {
  width: 49%;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--Colors-White-2, #F4F2E7);
  padding: 24px;
}
@media screen and (max-width: 736px) {
  main#tourism #tour01 .box ul li,
  main#tourism #tour02 .box ul li,
  main#tourism #tour03 .box ul li,
  main#tourism #tour04 .box ul li {
    width: 100%;
    padding: 16px;
    margin-bottom: 16px;
  }
}
main#tourism #tour01 .box ul li .flex,
main#tourism #tour02 .box ul li .flex,
main#tourism #tour03 .box ul li .flex,
main#tourism #tour04 .box ul li .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 736px) {
  main#tourism #tour01 .box ul li .flex,
  main#tourism #tour02 .box ul li .flex,
  main#tourism #tour03 .box ul li .flex,
  main#tourism #tour04 .box ul li .flex {
    flex-wrap: wrap;
  }
}
main#tourism #tour01 .box ul li .flex .text,
main#tourism #tour02 .box ul li .flex .text,
main#tourism #tour03 .box ul li .flex .text,
main#tourism #tour04 .box ul li .flex .text {
  margin-right: 24px;
  flex: 1;
}
main#tourism #tour01 .box ul li .flex .text p,
main#tourism #tour02 .box ul li .flex .text p,
main#tourism #tour03 .box ul li .flex .text p,
main#tourism #tour04 .box ul li .flex .text p {
  font-size: var(--font-size-body, 14px);
}
main#tourism #tour01 .box ul li .flex .img,
main#tourism #tour02 .box ul li .flex .img,
main#tourism #tour03 .box ul li .flex .img,
main#tourism #tour04 .box ul li .flex .img {
  width: 50%;
}
@media screen and (max-width: 736px) {
  main#tourism #tour01 .box ul li .flex .img,
  main#tourism #tour02 .box ul li .flex .img,
  main#tourism #tour03 .box ul li .flex .img,
  main#tourism #tour04 .box ul li .flex .img {
    width: 100%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 736px) {
  main#tourism #tour01 .box ul li .flex .img img,
  main#tourism #tour02 .box ul li .flex .img img,
  main#tourism #tour03 .box ul li .flex .img img,
  main#tourism #tour04 .box ul li .flex .img img {
    border-radius: 6px;
  }
}
main#tourism #tour01 .box ul li p.link,
main#tourism #tour02 .box ul li p.link,
main#tourism #tour03 .box ul li p.link,
main#tourism #tour04 .box ul li p.link {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 24px;
}
@media screen and (max-width: 736px) {
  main#tourism #tour01 .box ul li p.link a,
  main#tourism #tour02 .box ul li p.link a,
  main#tourism #tour03 .box ul li p.link a,
  main#tourism #tour04 .box ul li p.link a {
    word-break: break-word;
  }
}

main#faq #faq-box .box dl {
  display: block;
  border: none;
}
main#faq #faq-box .box dl dt.question {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 20px 20px 48px;
  width: 100%;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  position: relative;
}
@media screen and (max-width: 736px) {
  main#faq #faq-box .box dl dt.question {
    padding-left: 28px;
    padding-right: 30px;
  }
}
main#faq #faq-box .box dl dt.question:hover {
  cursor: pointer;
}
main#faq #faq-box .box dl dt.question::before {
  content: "Q";
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 736px) {
  main#faq #faq-box .box dl dt.question::before {
    left: 0;
  }
}
main#faq #faq-box .box dl dt.question::after {
  content: "+";
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  position: absolute;
  top: 20px;
  right: 10px;
}
main#faq #faq-box .box dl dt.question.open::after {
  content: "-";
}
main#faq #faq-box .box dl dd.answer {
  display: none;
  background: var(--Colors-White-2, #F4F2E7);
  padding: 20px 20px 20px 48px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  position: relative;
}
main#faq #faq-box .box dl dd.answer::before {
  content: "A";
  color: #E43121;
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 120% */
  position: absolute;
  top: 20px;
  left: 20px;
}
main#faq #faq-box .box dl dd.answer a {
  text-decoration: underline;
  color: #000;
  font-family: "Noto Sans CJK JP";
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

main#news-archive #tab-area .box {
  border-bottom: 1px solid var(--Colors-Tertiary, #E43121);
}
@media screen and (max-width: 736px) {
  main#news-archive #tab-area .box {
    border: none;
  }
}
main#news-archive #tab-area .box ul.news-tab-list {
  display: flex;
  justify-content: center;
  padding: 24px 0 32px;
}
main#news-archive #tab-area .box ul.news-tab-list li {
  margin-right: 40px;
}
@media screen and (max-width: 736px) {
  main#news-archive #tab-area .box ul.news-tab-list li {
    margin-right: 0;
  }
}
main#news-archive #tab-area .box ul.news-tab-list li a {
  color: #AAA;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-bottom: 4px;
}
@media screen and (max-width: 736px) {
  main#news-archive #tab-area .box ul.news-tab-list li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 8px 8px 8px;
  }
}
main#news-archive #tab-area .box ul.news-tab-list li:last-of-type {
  margin-right: 0;
}
main#news-archive #tab-area .box ul.news-tab-list li.active a {
  color: var(--Colors-Tertiary, #E43121);
  border-bottom: 3px solid var(--Colors-Tertiary, #E43121);
}
main#news-archive #contents-area .box ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-Gray-20, rgba(114, 113, 113, 0.2));
  padding-bottom: 14px;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main#news-archive #contents-area .box ul li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
main#news-archive #contents-area .box ul li span.cat {
  border-radius: 20px;
  background: var(--brand-Blue-20, rgba(0, 78, 162, 0.2));
  padding: 4px 16px;
  margin-right: 32px;
}
@media screen and (max-width: 736px) {
  main#news-archive #contents-area .box ul li span.cat {
    font-size: var(--font-size-labels-small, 12px);
  }
}
main#news-archive #contents-area .box ul li span.cat.cat-operation {
  color: #D9332C;
  background: var(--brand-Red-20, rgba(230, 0, 18, 0.2));
}
main#news-archive #contents-area .box ul li span.cat.cat-release {
  color: #7A731F;
  background: var(--brand-Yellow-50, rgba(255, 247, 152, 0.5));
}
main#news-archive #contents-area .box ul li span.cat.cat-news {
  color: #004EA2;
  background: var(--brand-Blue-20, rgba(0, 78, 162, 0.2));
}
main#news-archive #contents-area .box ul li span.date {
  color: var(--brand-Gray, #6D705C);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 32px;
}
main#news-archive #contents-area .box ul li a.contents-title {
  color: var(--Colors-black, #003059);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 736px) {
  main#news-archive #contents-area .box ul li a.contents-title {
    width: 100%;
    margin-top: 8px;
  }
}
main#news-archive #contents-area .box .pagination {
  margin: 80px 0 40px;
}
main#news-archive #contents-area .box .pagination .nav-links {
  display: flex;
  justify-content: center;
}
main#news-archive #contents-area .box .pagination .nav-links .page-numbers {
  color: #333;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  display: flex;
  width: 43px;
  height: 43px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
main#news-archive #contents-area .box .pagination .nav-links .page-numbers.current {
  border-radius: 24px;
  background: var(--Colors-Tertiary, #E43121);
  color: #fff;
}
main#news-archive #contents-area .box .pagination .nav-links .page-numbers.prev, main#news-archive #contents-area .box .pagination .nav-links .page-numbers.next {
  width: auto;
}

main#news-detail #under-mv {
  background-color: #FCFCF7;
  padding-top: 120px;
}
main#news-detail #under-mv nav.breadcrumb ul li {
  color: rgba(0, 0, 0, 0.3);
}
main#news-detail #under-mv nav.breadcrumb ul li::after {
  content: ">";
  position: absolute;
  right: -17px;
  font-size: var(--body, 14px);
  color: #aaa;
}
@media screen and (max-width: 736px) {
  main#news-detail #under-mv nav.breadcrumb ul li::after {
    font-size: 12px;
  }
}
main#news-detail #under-mv nav.breadcrumb ul li a {
  color: #000;
}
main#news-detail #contents-detail .box {
  max-width: 800px;
}
main#news-detail #contents-detail .box .title-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 736px) {
  main#news-detail #contents-detail .box .title-box {
    justify-content: space-between;
  }
}
main#news-detail #contents-detail .box .title-box h2 {
  width: 100%;
  color: var(--Colors-black, #003059);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 24px;
}
@media screen and (max-width: 736px) {
  main#news-detail #contents-detail .box .title-box h2 {
    font-size: 22px;
  }
}
main#news-detail #contents-detail .box .title-box span.cat {
  border-radius: 20px;
  background: var(--brand-Blue-20, rgba(0, 78, 162, 0.2));
  padding: 4px 16px;
  margin-right: 32px;
}
main#news-detail #contents-detail .box .title-box span.cat.cat-operation {
  color: #D9332C;
  background: var(--brand-Red-20, rgba(230, 0, 18, 0.2));
}
main#news-detail #contents-detail .box .title-box span.cat.cat-release {
  color: #7A731F;
  background: var(--brand-Yellow-50, rgba(255, 247, 152, 0.5));
}
main#news-detail #contents-detail .box .title-box span.cat.cat-news {
  color: #004EA2;
  background: var(--brand-Blue-20, rgba(0, 78, 162, 0.2));
}
main#news-detail #contents-detail .box .title-box span.date {
  color: var(--brand-Gray, #6D705C);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-body, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 32px;
}
main#news-detail #contents-detail .box img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  text-align: center;
  margin: 0 auto 24px;
}
main#news-detail #contents-detail .box .contents {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 25.2px */
}
main#news-detail #btn-box {
  text-align: center;
}
main#news-detail #btn-box a.btn-more {
  display: inline-block;
  color: #003059;
  border: var(--Component-Container-line-weight, 2px) solid var(--Colors-black, #003059);
  padding: 16px 100px;
}

main#contact #form .box h2,
main#confirm #form .box h2,
main#thanks #form .box h2 {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 736px) {
  main#contact #form .box h2,
  main#confirm #form .box h2,
  main#thanks #form .box h2 {
    font-size: 22px;
  }
}
main#contact #form .box p.sub,
main#confirm #form .box p.sub,
main#thanks #form .box p.sub {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media screen and (max-width: 736px) {
  main#contact #form .box p.sub,
  main#confirm #form .box p.sub,
  main#thanks #form .box p.sub {
    font-size: var(--font-size-body, 14px);
  }
}
main#contact #form .box .tab-area,
main#confirm #form .box .tab-area,
main#thanks #form .box .tab-area {
  margin: 48px auto;
}
@media screen and (max-width: 736px) {
  main#contact #form .box .tab-area,
  main#confirm #form .box .tab-area,
  main#thanks #form .box .tab-area {
    margin: 32px 0;
  }
}
main#contact #form .box .tab-area ul,
main#confirm #form .box .tab-area ul,
main#thanks #form .box .tab-area ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
main#contact #form .box .tab-area ul li,
main#confirm #form .box .tab-area ul li,
main#thanks #form .box .tab-area ul li {
  padding: 16px 64px;
  border-radius: 50px;
  background: #AAA;
  color: #fff;
  margin-right: 48px;
  position: relative;
}
@media screen and (max-width: 736px) {
  main#contact #form .box .tab-area ul li,
  main#confirm #form .box .tab-area ul li,
  main#thanks #form .box .tab-area ul li {
    font-size: 12px;
    padding: 8px 24px;
  }
}
main#contact #form .box .tab-area ul li::after,
main#confirm #form .box .tab-area ul li::after,
main#thanks #form .box .tab-area ul li::after {
  content: ">";
  font-family: "Zen Kaku Gothic New";
  top: 6px;
  right: -30px;
  position: absolute;
  color: #aaa;
  font-size: 24px;
}
@media screen and (max-width: 736px) {
  main#contact #form .box .tab-area ul li::after,
  main#confirm #form .box .tab-area ul li::after,
  main#thanks #form .box .tab-area ul li::after {
    font-size: 20px;
    top: -1px;
  }
}
main#contact #form .box .tab-area ul li:last-of-type,
main#confirm #form .box .tab-area ul li:last-of-type,
main#thanks #form .box .tab-area ul li:last-of-type {
  margin-right: 0;
}
main#contact #form .box .tab-area ul li:last-of-type::after,
main#confirm #form .box .tab-area ul li:last-of-type::after,
main#thanks #form .box .tab-area ul li:last-of-type::after {
  display: none;
}
main#contact #form .box .tab-area ul li.current,
main#confirm #form .box .tab-area ul li.current,
main#thanks #form .box .tab-area ul li.current {
  background: var(--Colors-Tertiary, #E43121);
}
main#contact #form .box .btn-box a.btn-more,
main#confirm #form .box .btn-box a.btn-more,
main#thanks #form .box .btn-box a.btn-more {
  padding: 20px;
  border-radius: 40px;
  border: var(--Component-Container-line-weight, 2px) solid var(--Colors-black, #003059);
  background: #FFF;
  color: #003059;
}
main#contact #form .box .form-box,
main#confirm #form .box .form-box,
main#thanks #form .box .form-box {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: var(--Colors-White-2, #F4F2E7);
  padding: 40px 100px;
}
@media screen and (max-width: 736px) {
  main#contact #form .box .form-box,
  main#confirm #form .box .form-box,
  main#thanks #form .box .form-box {
    padding: 24px 16px;
  }
}
main#contact #form .box .form-box table tr,
main#confirm #form .box .form-box table tr,
main#thanks #form .box .form-box table tr {
  border: none;
}
main#contact #form .box .form-box table th p,
main#confirm #form .box .form-box table th p,
main#thanks #form .box .form-box table th p {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
main#contact #form .box .form-box table th p span.req,
main#confirm #form .box .form-box table th p span.req,
main#thanks #form .box .form-box table th p span.req {
  color: #F33;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main#contact #form .box .form-box table td p,
main#confirm #form .box .form-box table td p,
main#thanks #form .box .form-box table td p {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
main#contact #form .box .form-box table td p span.wpcf7-list-item,
main#confirm #form .box .form-box table td p span.wpcf7-list-item,
main#thanks #form .box .form-box table td p span.wpcf7-list-item {
  width: 100%;
}
main#contact #form .box .form-box table td p small,
main#confirm #form .box .form-box table td p small,
main#thanks #form .box .form-box table td p small {
  color: #AAA;
}
main#contact #form .box .form-box table td p input,
main#contact #form .box .form-box table td p textarea,
main#confirm #form .box .form-box table td p input,
main#confirm #form .box .form-box table td p textarea,
main#thanks #form .box .form-box table td p input,
main#thanks #form .box .form-box table td p textarea {
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #FFF;
  padding: 12px 14px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 16px;
  width: 100%;
  box-sizing: border-box;
}
main#contact #form .box .form-box table td p input::-moz-placeholder, main#contact #form .box .form-box table td p textarea::-moz-placeholder, main#confirm #form .box .form-box table td p input::-moz-placeholder, main#confirm #form .box .form-box table td p textarea::-moz-placeholder, main#thanks #form .box .form-box table td p input::-moz-placeholder, main#thanks #form .box .form-box table td p textarea::-moz-placeholder {
  color: #AAA;
}
main#contact #form .box .form-box table td p input::placeholder,
main#contact #form .box .form-box table td p textarea::placeholder,
main#confirm #form .box .form-box table td p input::placeholder,
main#confirm #form .box .form-box table td p textarea::placeholder,
main#thanks #form .box .form-box table td p input::placeholder,
main#thanks #form .box .form-box table td p textarea::placeholder {
  color: #AAA;
}
main#contact #form .box .form-box table td p input span.wpcf7-spinner,
main#contact #form .box .form-box table td p textarea span.wpcf7-spinner,
main#confirm #form .box .form-box table td p input span.wpcf7-spinner,
main#confirm #form .box .form-box table td p textarea span.wpcf7-spinner,
main#thanks #form .box .form-box table td p input span.wpcf7-spinner,
main#thanks #form .box .form-box table td p textarea span.wpcf7-spinner {
  display: none;
}
main#contact #form .box .form-box table td p input[type=radio],
main#confirm #form .box .form-box table td p input[type=radio],
main#thanks #form .box .form-box table td p input[type=radio] {
  margin-right: 0;
  width: auto;
}
main#contact #form .box .form-box table td p input.w50,
main#confirm #form .box .form-box table td p input.w50,
main#thanks #form .box .form-box table td p input.w50 {
  width: 48%;
  margin-right: 2%;
}
main#contact #form .box .form-box table td p input.w30,
main#confirm #form .box .form-box table td p input.w30,
main#thanks #form .box .form-box table td p input.w30 {
  width: 30%;
}
main#contact #form .box .form-box table td p input.w50-mr0,
main#confirm #form .box .form-box table td p input.w50-mr0,
main#thanks #form .box .form-box table td p input.w50-mr0 {
  width: 50%;
  margin-right: 0;
}
main#contact #form .box .form-box p.note,
main#confirm #form .box .form-box p.note,
main#thanks #form .box .form-box p.note {
  text-align: right;
  color: #F33;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 60px;
}
main#contact #form .box .form-box .btn-box,
main#confirm #form .box .form-box .btn-box,
main#thanks #form .box .form-box .btn-box {
  margin-top: 60px;
}
main#contact #form .box .form-box .btn-box p input,
main#confirm #form .box .form-box .btn-box p input,
main#thanks #form .box .form-box .btn-box p input {
  display: block !important;
  border-radius: 40px;
  border: var(--Component-Container-line-weight, 2px) solid var(--Colors-black, #003059);
  background: #FFF;
  color: var(--Colors-black, #003059);
  font-family: var(--font-famliy-JP, "Zen Kaku Gothic New");
  font-size: var(--font-size-labels-large, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  padding: 20px;
}
main#contact #form .box .form-box .btn-box p input:hover,
main#confirm #form .box .form-box .btn-box p input:hover,
main#thanks #form .box .form-box .btn-box p input:hover {
  cursor: pointer;
}
main#contact #form .box .form-box .btn-box p input.wpcf7-submit,
main#confirm #form .box .form-box .btn-box p input.wpcf7-submit,
main#thanks #form .box .form-box .btn-box p input.wpcf7-submit {
  background: var(--Colors-Tertiary, #E43121);
  color: #fff;
  border: 2px solid #E43121;
}

main#privacy section .box h4 {
  font-size: 18px;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  margin-top: 32px;
}
main#privacy section .box p {
  font-size: 14px;
}/*# sourceMappingURL=under.css.map */