@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}

a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 3.75rem;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  max-width: 78.125rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}

.l-post-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.layout-breadcrumb {
  margin-top: 12px;
  margin-top: 0.75rem;
}

.layout-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.bg-letter {
  position: relative;
}

.bg-letter::after {
  color: rgba(55, 140, 206, 0.1);
  content: attr(data-en);
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 160px;
  font-size: 10rem;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: -1;
}

.bg-letter.bg-letter--white::after {
  color: rgba(255, 255, 255, 0.2);
  z-index: 0;
}

body {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

body.fade-in {
  opacity: 1;
}

.btn a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003399;
  border-radius: 0.5rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 280px;
  max-width: 17.5rem;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 280px;
  width: 17.5rem;
}

.btn a span {
  background-image: url("../images/common/vector-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 11px;
  height: 0.6875rem;
  width: 7px;
  width: 0.4375rem;
}

.btn a:hover {
  background-color: #fff;
  color: #003399;
  opacity: 1;
}

.btn a:hover span {
  background-image: url("../images/common/vector.svg");
}

/* モディファイア：白ボタン */
.btn--white a {
  background-color: #fff;
  color: #003399;
}

.btn--white a span {
  background-image: url("../images/common/vector.svg");
}

.btn--white a:hover {
  background-color: #003399;
  color: #fff;
}

.btn--white a:hover span {
  background-image: url("../images/common/vector-white.svg");
}

.btn.btn--no-width a {
  width: 100%;
}

.btn.btn--other span {
  background-image: url("../images/common/link-icon.svg");
  height: 14px;
  height: 0.875rem;
  width: 14px;
  width: 0.875rem;
}

.btn.btn--other:hover span {
  background-image: url("../images/common/link-icon_blue.svg");
}

.btn.btn--long a {
  max-width: 336px;
  max-width: 21rem;
  width: 336px;
  width: 21rem;
}

/* モディファイア：白ボタンかつ影あり */
.btn--shadow a {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  color: #003399;
}

.btn--shadow a span {
  background-image: url("../images/common/vector.svg");
}

.btn--shadow a:hover {
  background-color: #003399;
  color: #fff;
}

.btn--shadow a:hover span {
  background-image: url("../images/common/vector-white.svg");
}

.dl-btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border: 0.0625rem solid #C2C2C2;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.dl-btn:hover {
  opacity: 0.7;
}

.dl-btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
  height: 2rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 32px;
  width: 2rem;
}

.dl-btn__icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.dl-btn__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.dl-btn__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  height: 1rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  width: 16px;
  width: 1rem;
}

.dl-btn__arrow img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.dl-btn--pdf {
  color: #c8102e;
}

.dl-btn--excel {
  color: #008f8c;
}

.fadeUp {
  opacity: 0;
}
.fadeUp.is-show {
  -webkit-animation: fadeUp 1.3s ease-out forwards;
          animation: fadeUp 1.3s ease-out forwards;
  opacity: 1;
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInScroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

.fadeInScroll.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

main {
  background-color: #fff;
  margin-top: 130px;
  margin-top: 8.125rem;
}

.tab {
  border-bottom: 1px solid #003399;
  border-bottom: 0.0625rem solid #003399;
  margin-top: 80px;
  margin-top: 5rem;
}

.tab__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tab__item {
  background-color: #003399;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  min-width: 232px;
  min-width: 14.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.tab__item button {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.tab__item--active {
  background-color: #fff;
  border: 1px solid #003399;
  border: 0.0625rem solid #003399;
  border-bottom: none;
  color: #003399;
  position: relative;
  z-index: 1;
}

.tab__item--active::after {
  background-color: #fff;
  bottom: -1px;
  bottom: -0.0625rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

/* =========================
   To Top（PCファースト）
   ========================= */
.to-top {
  bottom: 75px;
  bottom: 4.6875rem;
  opacity: 0;
  position: fixed;
  right: 30px;
  right: 1.875rem;
  -webkit-transform: translateY(0.75rem);
          transform: translateY(0.75rem);
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  visibility: hidden;
  z-index: 1000;
}

/* 表示状態 */
.to-top.is-shown {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  visibility: visible;
}

/* ボタン */
.to-top__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  background-color: #003399;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: grid;
  height: 56px;
  height: 3.5rem;
  justify-items: center;
  justify-items: center;
  place-items: center;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: 56px;
  width: 3.5rem;
}

.to-top__icon {
  fill: currentColor;
  height: 22px;
  height: 1.375rem;
  width: 22px;
  width: 1.375rem;
}

/* hover可能環境のみの反応 */
/* キーボード操作の可視フォーカス */
.to-top__btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  outline-offset: 0.125rem;
}

/* タッチ環境の押下感 */
.bg-image {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -1;
}

.bg-image img {
  -o-object-fit: cover;
  aspect-ratio: 1920/705;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.breadcrumb {
  background-image: url("../images/common/bg-breadcrumb.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  padding-bottom: 14px;
  padding-bottom: 0.875rem;
  padding-top: 14px;
  padding-top: 0.875rem;
}

.breadcrumb__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
  max-width: 101.25rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
  width: 100%;
}

.breadcrumb span[property=itemListElement]:nth-child(n+2) {
  margin-left: 10px;
  margin-left: 0.625rem;
}

.bus-card {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.bus-card__img {
  width: 100%;
}

.bus-card__img img {
  -o-object-fit: cover;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.bus-card__body {
  padding: 30px;
  padding: 1.875rem;
}

.bus-card__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}

.bus-card__info {
  background-color: rgba(55, 140, 206, 0.1);
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  gap: 24px;
  gap: 1.5rem;
  line-height: 1;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 15px 18px;
  padding: 0.9375rem 1.125rem;
}

.bus-card__capacity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bus-card__label {
  color: #003399;
  font-weight: 700;
}

.bus-card__label--blue {
  color: #003399;
}

.bus-card__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}

.bus-card__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.card-btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 0.5rem;
  color: #003399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50%;
}

.card-btn img {
  -o-object-fit: contain;
  height: 24px;
  height: 1.5rem;
  margin-right: 12px;
  margin-right: 0.75rem;
     object-fit: contain;
  width: 24px;
  width: 1.5rem;
}

.card-btn span {
  background-image: url("../images/common/vector.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 11px;
  height: 0.6875rem;
  margin-left: auto;
  width: 7px;
  width: 0.4375rem;
}

.color-title {
  background-color: #DDF2D6;
  border-radius: 0.625rem;
  color: #0E8337;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}

.color-title.color-title--blue {
  background-color: #eaf7fe;
  color: #003399;
}

.color-title.color-title--orange {
  background-color: #FFE3C8;
  color: #DF4900;
}

.contact-section {
  background: transparent;
  padding: 130px 0 100px;
  padding: 8.125rem 0 6.25rem;
}

.contact-section__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-section__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: right;
}

.contact-section__form {
  margin-top: 52px;
  margin-top: 3.25rem;
}

.contact-section__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.94);
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 78px 60px;
  padding: 4.875rem 3.75rem;
}

.contact-section__tel {
  color: #003399;
  font-family: "Poppins", sans-serif;
  text-align: center;
}

.contact-section__tel-number {
  font-size: 54px;
  font-size: 3.375rem;
  font-weight: 700;
  padding-left: 49px;
  padding-left: 3.0625rem;
  position: relative;
}

.contact-section__tel-number::before {
  background-image: url("../images/common/icon-tel_blue.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 49px;
  height: 3.0625rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 49px;
  width: 3.0625rem;
}

.contact-section__tel-fax {
  color: #003399;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 0px;
  margin-top: 0rem;
  text-align: center;
}

.contact-section__tel-time {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.contact-section__btn a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.1);
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 600;
  gap: 26px;
  gap: 1.625rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 60px;
  padding: 3.125rem 3.75rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-section__btn a span {
  background-image: url("../images/common/icon-mail.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 33px;
  height: 2.0625rem;
  width: 62px;
  width: 3.875rem;
}

.contact-tab {
  border-bottom: 1px solid #003399;
  border-bottom: 0.0625rem solid #003399;
  margin-top: 32px;
  margin-top: 2rem;
}

.contact-tab__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-tab__tab {
  background-color: #003399;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  min-width: 232px;
  min-width: 14.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.contact-tab__tab a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.contact-tab__tab--active {
  background-color: #fff;
  border: 1px solid #003399;
  border: 0.0625rem solid #003399;
  border-bottom: none;
  color: #003399;
  position: relative;
  z-index: 1;
}

.contact-tab__tab--active::after {
  background-color: #fff;
  bottom: -1px;
  bottom: -0.0625rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.faq-list__item {
  background-color: #fff;
  border-top: 1px solid #F5F7FA;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.faq-list__item-question {
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  padding-left: 40px;
  padding-left: 2.5rem;
  position: relative;
  text-indent: -20px;
  text-indent: -1.25rem;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
  background: #003399;
  content: "";
  height: 3px;
  height: 0.1875rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 24px;
  top: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 20px;
  width: 1.25rem;
}

.faq-list__item-question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-list__item-question.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq-list__item-question span {
  color: #003399;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.faq-list__item-answer {
  background: #F5F7FA;
  display: none;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 20px;
  padding: 1.25rem;
}

.faq-list__item-answer span {
  color: #DE8430;
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
}

.footer {
  background-color: #fff;
  padding: 87px 0 0;
  padding: 5.4375rem 0 0;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  width: 100%;
}

.footer__logo-area {
  width: 30%;
}

.footer__logo-area img {
  display: block;
  max-width: 100%;
}

.footer__logo {
  max-width: 287px;
  max-width: 17.9375rem;
  width: 100%;
}

.footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.footer__logo-group {
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 337px;
  max-width: 21.0625rem;
  width: 100%;
}

.footer__offices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  width: 63%;
}

.footer__office-title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.footer__office-tel {
  color: #003399;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 7px;
  margin-top: 0.4375rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
}

.footer__office-tel::before {
  background-image: url("../images/common/icon-tel_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  width: 1.75rem;
}

.footer__office-fax {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}

.footer__office-address,
.footer__office-mail {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}

.footer__office-address {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.footer__office-mail {
  margin-top: 12px;
  margin-top: 0.75rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.footer__office-mail::before {
  background-image: url("../images/common/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
}

.footer__nav {
  border-top: 1px solid #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  width: 100%;
}

.footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  gap: 3.125rem;
}

.footer__nav-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 30px;
  padding-right: 1.875rem;
  position: relative;
}

.footer__nav-title a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  display: inline-block;
  font-weight: inherit;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: relative;
  text-decoration: none;
}

.footer__nav-toggle {
  display: none;
  position: relative;
}

.footer__nav-title a::after {
  background-image: url("../images/common/vector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
}

.footer__nav-list {
  margin-top: 16px;
  margin-top: 1rem;
}

.footer__nav-list li + li {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.footer__nav-list a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__nav-list a:hover {
  opacity: 0.7;
}

.footer__nav-list li span {
  background-image: url("../images/common/link-icon_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  height: 0.875rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  width: 14px;
  width: 0.875rem;
}

.footer__bottom {
  background-color: #244689;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 24px 12px;
  padding: 1.5rem 0.75rem;
}

.footer__bottom-contents {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 30px;
  gap: 1.875rem;
}

.footer__copyright {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

.form-checkbox label {
  display: inline-block;
}

.form-checkbox label:not(:first-of-type) {
  margin-left: 20px;
  margin-left: 1.25rem;
}

.form-checkbox input {
  display: none;
}

.form-checkbox input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.form-checkbox input + span::before {
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 15px;
  height: 0.9375rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  width: 0.9375rem;
}

.form-checkbox input + span::after {
  border-bottom: 3px solid #000;
  border-bottom: 0.1875rem solid #000;
  border-left: 3px solid #000;
  border-left: 0.1875rem solid #000;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  left: 0;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.form-checkbox input:checked + span::after {
  opacity: 1;
}

.form-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F5F7FA;
  background-image: none;
  border: 1px solid #E6E6E6;
  border-radius: 0.1875rem;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.form-input input[type=number] {
  width: 100px;
  width: 6.25rem;
}

.form-input input[type=date] {
  width: 300px;
  width: 18.75rem;
}

.form-input input:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-input__text {
  display: block;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.form-policy {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.form-policy input {
  display: none;
}

.form-policy input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding: 0 0 0 40px;
  padding: 0 0 0 2.5rem;
  position: relative;
}

.form-policy input + span::before {
  background: #fff;
  border: 1px solid #808080;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 20px;
  width: 1.25rem;
}

.form-policy input + span::after {
  border-bottom: 3px solid #333;
  border-bottom: 0.1875rem solid #333;
  border-left: 3px solid #333;
  border-left: 0.1875rem solid #333;
  content: "";
  display: block;
  height: 8px;
  height: 0.5rem;
  left: 2px;
  left: 0.125rem;
  margin-top: -2px;
  margin-top: -0.125rem;
  opacity: 0;
  position: absolute;
  top: 12px;
  top: 0.75rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 15px;
  width: 0.9375rem;
}

.form-policy input + span a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.form-policy input:checked + span::after {
  opacity: 1;
}

.form-radio label {
  display: inline-block;
}

.form-radio input {
  display: none;
}

.form-radio input + span {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 0 0 0 25px;
  padding: 0 0 0 1.5625rem;
  position: relative;
}

.form-radio input + span::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.form-radio input + span::after {
  background: #003399;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  opacity: 0;
  padding: 2px;
  padding: 0.125rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 12px;
  width: 0.75rem;
}

.form-radio input:checked + span::after {
  opacity: 1;
}

.form-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(./../images/common/arrow.svg);
  background-position: right 15px top 15px;
  background-position: right 0.9375rem top 0.9375rem;
  background-repeat: no-repeat;
  background-size: 0.9375rem;
  border: 1px solid #ccc;
  border-radius: 0;
  cursor: pointer;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 11.5px 50px 11.5px 15px;
  padding: 0.71875rem 3.125rem 0.71875rem 0.9375rem;
  width: 100%;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select select:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-submit {
  text-align: center;
}

.form-submit input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #003DA5;
  border: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 18px 48px;
  padding: 1.125rem 3rem;
  padding-right: 64px;
  padding-right: 4rem;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.form-submit input[type=submit]::after {
  content: "▶";
  font-size: 14px;
  font-size: 0.875rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-submit input[type=submit]:hover {
  opacity: 0.8;
}

.form-submit input[type=submit]:focus {
  opacity: 0.8;
  outline: none;
}

.form-submit input[type=submit]::-moz-focus-inner {
  border: none;
  padding: 0;
}

.form-submit .wpcf7-previous {
  display: inline-block !important;
}

.form-textarea textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F5F7FA;
  background-image: none;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 150px;
  height: 9.375rem;
  padding: 8px 15px;
  padding: 0.5rem 0.9375rem;
  width: 100%;
}

.form-textarea textarea:focus {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F5F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 16px;
  padding-top: 1rem;
}

.form__wrap.form__wrap--textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.08em;
  line-height: 1.5;
  max-width: 310px;
  max-width: 19.375rem;
  width: 100%;
}

.form__wrap.form__wrap--textarea .form__label {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.form__label span {
  background-color: #d00000;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 5px 12px;
  padding: 0.3125rem 0.75rem;
}

.form__radio {
  -moz-column-gap: 1.875rem;
       -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  row-gap: 1rem;
}

.form__radio .wpcf7-radio {
  -moz-column-gap: 1.875rem;
       -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 16px;
  row-gap: 1rem;
}

.form__input,
.form__textarea {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.form__submit {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.form__select--unit {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  position: relative;
}
.form__select--unit select {
  background: #F5F7FA;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__unit {
  font-size: 14px;
  font-size: 0.875rem;
}

.form__btn-search {
  background-color: #003399;
  border: none;
  border-radius: 0.25rem;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__btn-search:hover {
  opacity: 0.8;
}

.form__address-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.form__sub-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.form__sub-label {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  min-width: 120px;
  min-width: 7.5rem;
}

.form__sub-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 12px;
  gap: 0.75rem;
}
.form__sub-input input {
  background: #F5F7FA;
  border: 1px solid #E6E6E6;
  border-radius: 0.1875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

.form__sub-select select {
  background: #F5F7FA;
  border: 1px solid #E6E6E6;
  border-radius: 0.1875rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  padding: 0.625rem;
  width: 100%;
}

.form__date,
.form__time {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 8px;
  gap: 0.5rem;
}
.form__date select,
.form__time select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #F5F7FA;
  border: 1px solid #E6E6E6;
  border-radius: 0.25rem;
  font-size: 14px;
  font-size: 0.875rem;
  min-width: 80px;
  min-width: 5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}

.form__privacy {
  background-color: #F0FBFF;
  border-radius: 0.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}

.form__privacy-title {
  color: #003399;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.form__privacy-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.form__privacy-text a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #003399;
  text-decoration: underline;
}

.form__policy {
  text-align: center;
}

.header {
  background-color: #fff;
  height: 130px;
  height: 8.125rem;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 40px;
  padding-left: 2.5rem;
}

.header__logo {
  height: inherit;
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
}

.header__logo a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.header__logo img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.header__nav {
  display: block;
  height: inherit;
}

.header__nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__nav-link {
  height: 100%;
  position: relative;
}

.header__nav-link:not(:first-child)::before {
  background: #C2C2C2;
  content: "";
  height: 14px;
  height: 0.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.header__nav-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  line-height: 1;
  padding: 0 23px;
  padding: 0 1.4375rem;
}

.header__nav-link a:hover {
  opacity: 0.7;
}

.header__nav-btn {
  display: block;
  margin-left: 10px;
  margin-left: 0.625rem;
  text-align: center;
}

.header__nav-btn a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #244689;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.header__nav-btn a:hover {
  opacity: 0.7;
}

.header__nav-btn-main::before {
  background-image: url("../images/common/icon-tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  margin-right: 6px;
  margin-right: 0.375rem;
  width: 16px;
  width: 1rem;
}

.header__nav-btn-main {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 1;
}

.header__nav-btn-sub {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 4px;
  margin-top: 0.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
}

.header__nav-item {
  height: 100%;
}

.header__nav-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  height: 100%;
  line-height: 1;
  padding: 0 16px;
  padding: 0 1rem;
}

.header__nav-item a {
  overflow: hidden;
  position: relative;
}

.header__nav-item a::after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 0;
}

.header__nav-item a:hover::after {
  width: 80%;
}

.header__hamburger {
  background-color: #fff;
  border: none;
  cursor: pointer;
  display: none;
  height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 70px;
  width: 4.375rem;
  z-index: 999;
}

.header__hamburger.is-open {
  background-color: #003399;
}

.header__hamburger span {
  background-color: #003399;
  display: block;
  height: 1px;
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 34px;
  width: 2.125rem;
}

.header__hamburger span:nth-of-type(1) {
  top: -9px;
  top: -0.5625rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 9px;
  top: 0.5625rem;
}

.header__hamburger.is-open span {
  background-color: #fff;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -2px;
  top: -0.125rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  background-color: #fff;
  bottom: 0;
  display: none;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 70px 0 0;
  padding: 4.375rem 0 0;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 0;
  width: 100%;
  z-index: 900;
}

.header__drawer::-webkit-scrollbar {
  display: none;
}

.header__drawer-nav {
  margin: auto;
  width: 85%;
}

.header__drawer-item a {
  border-bottom: 1px solid #C2C2C2;
  color: #000;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  padding: 24px 0;
  padding: 1.5rem 0;
  position: relative;
}

.header__drawer-item a::after {
  background-image: url("../images/common/vector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
}

.header__drawer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  margin-top: 2rem;
}

.header__drawer-link {
  height: 100%;
  position: relative;
}

.header__drawer-link:not(:first-child)::before {
  background: #C2C2C2;
  content: "";
  height: 14px;
  height: 0.875rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}

.header__drawer-link a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  height: 100%;
  line-height: 1;
}

.header__drawer-link:not(:first-child) {
  padding-left: 23px;
  padding-left: 1.4375rem;
}

.header__drawer-link:not(:last-child) {
  padding-right: 23px;
  padding-right: 1.4375rem;
}

.lower-title {
  border-bottom: 1px solid #C2C2C2;
  border-bottom: 0.0625rem solid #C2C2C2;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  padding-left: 22px;
  padding-left: 1.375rem;
  position: relative;
}

.lower-title::before {
  background: #003399;
  content: "";
  height: 40px;
  height: 2.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
  width: 0.3125rem;
}

.lower-title.transport-plan__title {
  line-height: 1.5;
}

.lower-title.transport-plan__title::before {
  height: 80%;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
}

.p-form__items {
  grid-gap: 0.9375rem;
  display: grid;
  gap: 15px;
  gap: 0.9375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__item {
  grid-gap: 0.1875rem;
  display: grid;
  gap: 3px;
  gap: 0.1875rem;
  grid-template-columns: repeat(1, 1fr);
}
.p-form__item:first-of-type {
  gap: 10px;
  gap: 0.625rem;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
}

.p-form__item:first-of-type .p-form__dt {
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.p-form__dd .wpcf7-checkbox,
.p-form__dd .wpcf7-radio {
  grid-gap: 0.4375rem;
  display: grid;
  gap: 7px;
  gap: 0.4375rem;
  grid-template-columns: repeat(1, 1fr);
}

.p-form__dd label {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1.4285714286;
}
.p-form__dd input:not([type=radio]):not([type=checkbox]),
.p-form__dd textarea {
  background-color: #fff;
  border: 1px solid;
  border-radius: 0.375rem;
  display: block;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  width: 100%;
}

.p-form__dd input::-moz-placeholder, .p-form__dd textarea::-moz-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-webkit-input-placeholder, .p-form__dd textarea::-webkit-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input:-ms-input-placeholder, .p-form__dd textarea:-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::-ms-input-placeholder, .p-form__dd textarea::-ms-input-placeholder {
  color: #8f8f8f;
}

.p-form__dd input::placeholder,
.p-form__dd textarea::placeholder {
  color: #8f8f8f;
}

.p-form__dd input[type=checkbox] + span,
.p-form__dd input[type=radio] + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  gap: 0.375rem;
  position: relative;
}

.p-form__dd input[type=radio] + span::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 20px;
  width: 1.25rem;
}
.p-form__dd input[type=radio]:checked + span::after {
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: inline-block;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  width: 20px;
  width: 1.25rem;
}

.p-form__dd input[type=checkbox] + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #000;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__dd input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__dd textarea {
  height: 146px;
  height: 9.125rem;
}

.p-form__acceptance {
  font-style: normal;
  margin-top: 19px;
  margin-top: 1.1875rem;
  text-align: justify;
}

.p-form__acceptance input + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-form__acceptance input + span::before {
  aspect-ratio: 1/1;
  border: 1px solid #000;
  content: "";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-top: 6px;
  margin-top: 0.375rem;
  width: 12px;
  width: 0.75rem;
}

.p-form__acceptance input:checked + span::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: "";
  display: inline-block;
  height: 12px;
  height: 0.75rem;
  left: 4px;
  left: 0.25rem;
  margin: auto;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
  width: 0.375rem;
}

.p-form__policy-description {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-form__policy-description a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #000;
  text-decoration: underline;
}

.p-form__send {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  gap: 1.6875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 38px auto 0;
  margin: 2.375rem auto 0;
  max-width: 216px;
  max-width: 13.5rem;
  position: relative;
  width: 100%;
}

.p-form__send input {
  background-color: #000;
  border-radius: 100vh;
  color: #fff;
  display: block;
  letter-spacing: 0.06em;
  min-height: 41px;
  min-height: 2.5625rem;
  padding: 0 35px 0 27px;
  padding: 0 2.1875rem 0 1.6875rem;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 100%;
}

/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
/* hover指定できるPCを想定したスタイル */
/* hoverが使えないタッチ端末を想定した装飾 */
.pagenavi .page,
.pagenavi .current {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  height: 50px;
  height: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  width: 3.125rem;
}

.pagenavi .current {
  background-color: #003399;
  color: #fff;
}

.pagenavi .page {
  background: transparent;
  border: none;
  color: #000;
}
.pagenavi .page:hover {
  background-color: #003399;
  color: #fff;
}

.pagenavi .previouspostslink {
  margin-right: 28px;
  margin-right: 1.75rem;
}

.pagenavi .nextpostslink {
  margin-left: 28px;
  margin-left: 1.75rem;
}

.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #003399;
  border: 0.0625rem solid #003399;
  border-radius: 50%;
  color: #003399;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  height: 50px;
  height: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  width: 3.125rem;
}

.pagenavi .previouspostslink:hover,
.pagenavi .nextpostslink:hover {
  background-color: #003399;
}

.pagenavi .previouspostslink::before {
  background: url(../images/common/vector.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 12px;
  height: 0.75rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  width: 12px;
  width: 0.75rem;
}

.pagenavi .nextpostslink::before {
  background: url(../images/common/vector.svg) no-repeat center/contain;
  content: "";
  display: block;
  height: 12px;
  height: 0.75rem;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
  width: 12px;
  width: 0.75rem;
}

.pagenavi .previouspostslink:hover::before,
.pagenavi .nextpostslink:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.pagenavi .previouspostslink.is-disabled,
.pagenavi .nextpostslink.is-disabled {
  border-color: #ccc;
  color: #ccc;
  pointer-events: none;
}
.pagenavi .previouspostslink.is-disabled::before,
.pagenavi .nextpostslink.is-disabled::before {
  -webkit-filter: none;
          filter: none;
  opacity: 0.4;
}

.post__item {
  border-top: 1px solid #C2C2C2;
}

.post__item:last-child {
  border-bottom: 1px solid #C2C2C2;
}

.post__item a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0;
  padding: 1.875rem 0;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.post__date {
  color: #0F49BF;
  font-size: 16px;
  font-size: 1rem;
  min-width: 90px;
  min-width: 5.625rem;
}

.post__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 30em;
  overflow: hidden;
  padding: 0 16px;
  padding: 0 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post__icon {
  background-image: url("../images/common/vector.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 12px;
  height: 0.75rem;
  width: 9px;
  width: 0.5625rem;
}

.news .post__item a {
  gap: 60px;
  gap: 3.75rem;
}

.recruit-link {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 51, 153, 0.2);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 51, 153, 0.2);
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.recruit-link a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  text-decoration: none;
}

.recruit-link__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 100%;
  overflow: hidden;
  width: 150px;
  width: 9.375rem;
}

.recruit-link__img img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.recruit-link__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px;
  padding: 1rem;
  position: relative;
}

.recruit-link__en {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  margin-bottom: 0.25rem;
}

.recruit-link__ja {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.7272727273;
}

.recruit-link__icon {
  background-image: url("../images/common/vector-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.4375rem 0.6875rem;
  border-radius: 50%;
  height: 40px;
  height: 2.5rem;
  position: absolute;
  right: 16px;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
}

.recruit-link--driver .recruit-link__icon {
  background-color: #879BCA;
}

.recruit-link--driver .recruit-link__en {
  color: #879BCA;
}

.recruit-link--courier .recruit-link__icon {
  background-color: #D676BB;
}

.recruit-link--courier .recruit-link__en {
  color: #D676BB;
}

.recruit-link--mechanic .recruit-link__icon {
  background-color: #229899;
}

.recruit-link--mechanic .recruit-link__en {
  color: #229899;
}

.recruit-link--graduate .recruit-link__icon {
  background-color: #3C63BF;
}

.recruit-link--graduate .recruit-link__en {
  color: #3C63BF;
}

.recruit-link:hover {
  opacity: 0.7;
}

.reserve-card {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 1.875rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.reserve-card a,
.reserve-card button {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.reserve-card a:hover,
.reserve-card button:hover {
  opacity: 0.7;
}

.reserve-card button {
  padding: 0;
}

.reserve-card__img {
  aspect-ratio: 384/294;
  background-color: #C2C2C2;
  overflow: hidden;
  width: 100%;
}

.reserve-card__img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.reserve-card__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003399;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px 34px;
  padding: 1.5rem 2.125rem;
  position: relative;
}

.reserve-card__text.reserve-card__text--small {
  font-size: 16px;
  font-size: 1rem;
}

.reserve-card__text.reserve-card__text--min {
  font-size: 14px;
  font-size: 0.875rem;
}

.reserve-card__text::after {
  background-image: url("../images/common/vector-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 11px;
  height: 0.6875rem;
  width: 7px;
  width: 0.4375rem;
}

.reserve-card.reserve__item .reserve-card__text {
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}

.reserve-card.management__item .reserve-card__text {
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}

.reserve-card.safe-operation__item .reserve-card__text {
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}

.section-title {
  display: inline-block;
}

.section-title__en {
  color: #003399;
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 24px;
  padding-right: 1.5rem;
  position: relative;
  text-transform: uppercase;
}
.section-title__en::after {
  background-color: #003399;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  width: 1.25rem;
}

.section-title__ja {
  color: #000;
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
}

.section-title.section-title--white .section-title__en,
.section-title.section-title--white .section-title__ja {
  color: #fff;
}

.section-title.section-title--white .section-title__en::after {
  background-color: #fff;
}

.sub-fv {
  aspect-ratio: 1920/400;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

.sub-fv__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px;
  max-width: 101.25rem;
  min-height: 300px;
  min-height: 18.75rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.sub-fv__content {
  color: #fff;
  text-align: left;
  z-index: 1;
}

.sub-fv__en {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}

.sub-fv__en span {
  background-color: #fff;
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  vertical-align: middle;
  width: 16px;
  width: 1rem;
}

.sub-fv__ja {
  font-size: 55px;
  font-size: 3.4375rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.sub-fv__category {
  color: #fff;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.sub-fv.sub-fv--bus {
  background-image: url("../images/bus-service/fv_bus-service.jpg");
}

.sub-fv.sub-fv--green {
  background-image: url("../images/bus-service/fv_green.jpg");
}

.sub-fv.sub-fv--white {
  background-image: url("../images/bus-service/fv_white.jpg");
}

.sub-fv.sub-fv--equip {
  background-image: url("../images/bus-service/fv_equip.jpg");
}

.sub-fv.sub-fv--pickup {
  background-image: url("../images/bus-service/fv_pickup.jpg");
}

.sub-fv.sub-fv--tour {
  background-image: url("../images/bus-service/fv_tour.jpg");
}

.sub-fv.sub-fv--reserve {
  background-image: url("../images/reserve/fv_reserve.jpg");
}

.sub-fv.sub-fv--reserve-flow {
  background-image: url("../images/reserve/fv_flow.jpg");
}

.sub-fv.sub-fv--reserve-fee {
  background-image: url("../images/reserve/fv_fee.jpg");
}

.sub-fv.sub-fv--others {
  background-image: url("../images/others/fv_others.jpg");
}

.sub-fv.sub-fv--company {
  background-image: url("../images/company/fv_company.jpg");
}

.sub-fv.sub-fv--measure {
  background-image: url("../images/company/fv_measure.jpg");
}

.sub-fv.sub-fv--measure .sub-fv__ja {
  line-height: 1.3;
}

.sub-fv.sub-fv--profile {
  background-image: url("../images/company/fv_profile1.jpg");
}

.sub-fv.sub-fv--history {
  background-image: url("../images/company/fv_history.jpg");
}

.sub-fv.sub-fv--management {
  background-image: url("../images/management/fv_management.jpg");
}

.sub-fv.sub-fv--environment {
  background-image: url("../images/management/fv_environment.jpg");
}

.sub-fv.sub-fv--ecocap {
  background-image: url("../images/management/fv_ecocap.jpg");
}

.sub-fv.sub-fv--location {
  background-image: url("../images/management/fv_location_01.jpg");
  background-position: right center;
}

.sub-fv.sub-fv--first-aid {
  background-image: url("../images/management/fv_firstaid.jpg");
}

.sub-fv.sub-fv--safety-bus {
  background-image: url("../images/management/fv_safetybus_01.jpg");
}

.sub-fv.sub-fv--safety-bus .sub-fv__ja {
  line-height: 1.3;
}

.sub-fv.sub-fv--safe-operation {
  background-image: url("../images/management/fv_safe-operation.jpg");
}

.sub-fv.sub-fv--safety {
  background-image: url("../images/management/fv_safety.jpg");
}

.sub-fv.sub-fv--sitemap {
  background-image: url("../images/others/fv_sitemap.jpg");
}

.sub-fv.sub-fv--privacy {
  background-image: url("../images/others/fv_privacy.jpg");
}

.sub-fv.sub-fv--news {
  background-image: url("../images/others/fv_news.jpg");
}

.sub-fv.sub-fv--contact {
  background-image: url("../images/contact/fv_contact.jpg");
}

.sub-fv.sub-fv--booking {
  background-image: url("../images/contact/fv_booking.jpg");
}

.sub-fv.sub-fv--consult {
  background-image: url("../images/contact/fv_consult.jpg");
}

.sub-guidance {
  background: #F5F7FA;
  margin-top: 80px;
  margin-top: 5rem;
  overflow: hidden;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 80px;
  padding-top: 5rem;
}

.sub-guidance__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 56px;
  gap: 3.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sub-guidance__text-block {
  width: 80%;
}

.sub-guidance__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
}

.sub-guidance__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  margin-top: 32px;
  margin-top: 2rem;
}

.sub-guidance__btn-wrap {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 4px solid #C3E2EC;
  border: 0.25rem solid #C3E2EC;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 24px;
  padding: 1.25rem 1.5rem;
  text-decoration: none;
}

.sub-guidance__btn-wrap p {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.sub-guidance__btn {
  width: 280px;
  width: 17.5rem;
}

.sub-guidance__img {
  border-radius: 0.625rem;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  width: 50vw;
}

.sub-guidance__img img {
  -o-object-fit: cover;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.sub-head {
  background: #F5F7FA;
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
}

.sub-head.sub-head--no-margin {
  margin-top: 0;
}

.sub-head__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.2222222222;
}

.sub-head__big-text {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.sub-head__logo {
  margin-left: auto;
  margin-right: auto;
  max-width: 503px;
  max-width: 31.4375rem;
  width: 100%;
}

.sub-head__logo img {
  -o-object-fit: contain;
  aspect-ratio: 503/32;
     object-fit: contain;
  width: 100%;
}

.sub-head__measure {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.sub-head__small {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.sub-head__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #003399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 44px;
  padding-top: 2.75rem;
  position: relative;
}

.sub-head__title::before {
  color: rgba(55, 140, 206, 0.08);
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 600;
  left: 50%;
  line-height: 1;
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.sub-head__title span {
  border-bottom: 1px solid #244689;
  border-bottom: 0.0625rem solid #244689;
  border-top: 1px solid #244689;
  border-top: 0.0625rem solid #244689;
  display: inline-block;
  padding: 0 20px;
  padding: 0 1.25rem;
  position: relative;
}

.sub-head.sub-head--contact {
  background-color: #F0FBFF;
  margin-top: 0;
}

.sub-head.sub-head--booking {
  margin-top: 0;
}

.tour-bus {
  margin-top: 80px;
  margin-top: 5rem;
}

.tour-bus__bg {
  background-color: #F0FBFF;
  padding: 100px 0;
  padding: 6.25rem 0;
}

.tour-card {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tour-card + .tour-card {
  margin-top: 80px;
  margin-top: 5rem;
}

.tour-card__title {
  background-color: #003399;
  color: #fff;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

.tour-card__wrap {
  padding: 50px 40px;
  padding: 3.125rem 2.5rem;
}

.tour-card__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}

.tour-card__img-box {
  max-width: 660px;
  max-width: 41.25rem;
  width: 100%;
}

.tour-card__image img {
  -o-object-fit: cover;
  aspect-ratio: 660/430;
  border-radius: 0.5rem;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.tour-card__slider-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.tour-card__slider-prev,
.tour-card__slider-next {
  border: 1px solid #003399;
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  height: 2.5rem;
  position: relative;
  width: 40px;
  width: 2.5rem;
}

.tour-card__slider-prev::before,
.tour-card__slider-next::before {
  background-image: url(../images/common/vector.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  left: 15px;
  left: 0.9375rem;
  position: absolute;
  top: 50%;
  width: 8px;
  width: 0.5rem;
}

.tour-card__slider-prev::before {
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.tour-card__slider-next::before {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tour-card__slider-count {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.5em;
}

.tour-card__swiper {
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
}

.tour-card__swiper .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tour-card__info {
  max-width: 410px;
  max-width: 25.625rem;
  width: 100%;
}

.tour-card__office {
  background-color: #F5F7FA;
  border-radius: 0.25rem;
  padding: 10px;
  padding: 0.625rem;
  text-align: center;
}

.tour-card__office-label {
  color: #003399;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.tour-card__office-name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 10px;
  margin-left: 0.625rem;
}

.tour-card__desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.tour-card__capacity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0FBFF;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.tour-card__capacity-label {
  color: #003399;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.tour-card__capacity-icon {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.tour-card__capacity-icon img {
  height: auto;
  width: 30px;
  width: 1.875rem;
}

.tour-card__capacity-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.tour-card__capacity-wrap li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
  text-align: center;
}

.tour-card__capacity-wrap .tour-card__capacity-icon {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.tour-card__capacity-wrap .tour-card__capacity-label {
  line-height: 1;
  margin-right: 0;
  text-align: center;
}

.tour-card__tags {
  grid-gap: 0.5rem;
  display: grid;
  gap: 8px;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  margin-top: 1.5rem;
}

.tour-card__tag {
  border-radius: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  text-align: center;
  width: 100%;
}

.tour-card__tag--gray {
  background-color: #EBEBEB;
  color: #A4A4A4;
}

.tour-card__tag--pink {
  background-color: #C687B5;
}

.tour-card__tag--blue {
  background-color: #819ECB;
}

.tour-card__tag--green {
  background-color: #4EC49F;
}

.tour-card__tag--yellow {
  background-color: #EEAE59;
}

.tour-card__layout {
  grid-gap: 3.75rem;
  border-top: 3px solid #F5F7FA;
  border-top: 0.1875rem solid #F5F7FA;
  display: grid;
  gap: 60px;
  gap: 3.75rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.tour-card__layout-block {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tour-card__layout-title {
  border-left: 4px solid #003399;
  border-left: 0.25rem solid #003399;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 8px;
  padding-left: 0.5rem;
}

.tour-card__layout-img {
  margin-top: 16px;
  margin-top: 1rem;
}

.tour-card__layout-img img {
  display: block;
  height: auto;
  width: 100%;
}

.tour-card__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.tour-card__btn.tour-card__btn--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour-card__btn.tour-card__btn--flex a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
}

.tour-card__download {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border: 0.0625rem solid #C2C2C2;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tour-card__download:hover {
  opacity: 0.7;
}

.tour-card__download-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
  height: 2rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 32px;
  width: 2rem;
}

.tour-card__download-icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.tour-card__download-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.tour-card__download-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  height: 1rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  width: 16px;
  width: 1rem;
}

.tour-card__download-arrow img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.tour-card__download--pdf {
  color: #c8102e;
}

.tour-card__download--excel {
  color: #008f8c;
}

.tour-link {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.1);
  margin-top: 60px;
  margin-top: 3.75rem;
  padding: 40px;
  padding: 2.5rem;
}

.tour-link__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}

.tour-link__image {
  width: 50%;
}

.tour-link__image img {
  border-radius: 0.5rem;
  display: block;
  height: auto;
  width: 100%;
}

.tour-link__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}

.tour-link__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.tour-link__desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.tour-link__capacity {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0FBFF;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 12px 15px;
  padding: 0.75rem 0.9375rem;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
}

.tour-link__capacity-icon {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.tour-link__capacity-icon img {
  height: auto;
  width: 30px;
  width: 1.875rem;
}

.tour-link__capacity-label {
  color: #003399;
  font-size: 20px;
  font-size: 1.25rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.tour-link__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.tour-link__wrap li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0;
  text-align: center;
}

.tour-link__wrap .tour-link__capacity-icon {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.tour-link__wrap .tour-link__capacity-label {
  line-height: 1;
  margin-right: 0;
}

.tour-link__points {
  border: 4px solid #C3E2EC;
  border: 0.25rem solid #C3E2EC;
  border-radius: 0.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}

.tour-link__point {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 32px;
  padding-left: 2rem;
  position: relative;
}

.tour-link__point:first-child {
  margin-top: 0;
}

.tour-link__point::before {
  background: url("../images/common/icon-check.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 24px;
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  width: 24px;
  width: 1.5rem;
}

.tour-link__button {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.tour-link__list {
  grid-gap: 1.5rem;
  border-top: 1px solid #C2C2C2;
  border-top: 0.0625rem solid #C2C2C2;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  margin-top: 3rem;
  padding-top: 40px;
  padding-top: 2.5rem;
}

.tour-link__item {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003399;
  border-radius: 0.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.tour-link__item::after {
  background: url("../images/common/vector-white_under.svg") no-repeat center;
  background-size: contain;
  content: "";
  height: 10px;
  height: 0.625rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  width: 0.5rem;
}

.tour-link__item:hover {
  opacity: 0.8;
}

.tour-link__item-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 150px;
  width: 9.375rem;
}

.tour-link__item-img img {
  aspect-ratio: 150/125;
  display: block;
  height: auto;
  width: 100%;
}

.tour-link__item-body {
  font-size: 14px;
  font-size: 0.875rem;
}

.tour-link__item-name {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

.tour-link__item-capacity {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.tour-tab {
  border-bottom: 1px solid #003399;
  border-bottom: 0.0625rem solid #003399;
}
.tour-tab__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tour-tab__tab {
  background-color: #003399;
  border-radius: 0.375rem 0.375rem 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  min-width: 232px;
  min-width: 14.5rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  position: relative;
  text-align: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  white-space: nowrap;
}

.tour-tab__tab a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}

.tour-tab__tab--active {
  background-color: #fff;
  border: 1px solid #003399;
  border: 0.0625rem solid #003399;
  border-bottom: none;
  color: #003399;
  position: relative;
  z-index: 1;
}

.tour-tab__tab--active::after {
  background-color: #fff;
  bottom: -1px;
  bottom: -0.0625rem;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.bus-operation {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.bus-operation__block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.bus-operation__block.bus-operation__block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bus-operation__img {
  width: 50%;
}

.bus-operation__img img {
  aspect-ratio: 600/350;
  border-radius: 0.5rem;
  display: block;
  height: auto;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  width: 100%;
}

.bus-operation__content {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  margin-left: -50px;
  margin-left: -3.125rem;
  margin-top: auto;
  padding: 50px 64px;
  padding: 3.125rem 4rem;
  position: relative;
  width: 55%;
  z-index: 10;
}

.bus-operation__content.bus-operation__content--reverse {
  margin-left: 0;
  margin-right: -50px;
  margin-right: -3.125rem;
}

.bus-operation__heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0;
}

.bus-operation__label {
  color: #0E8337;
  font-size: 16px;
  font-size: 1rem;
}

.bus-operation__text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
}

.bus-operation__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.bus-service {
  margin-bottom: 80px;
  margin-bottom: 5rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.bus-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bus-service__item {
  aspect-ratio: 380/280;
  width: calc((100% - 4rem) / 3);
}

.contact-privacy {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.contact-privacy__contents {
  margin-top: 48px;
  margin-top: 3rem;
}

.contact-privacy__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.contact {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.contact__form {
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
}

.declaration {
  background-color: #F0FBFF;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}

.declaration__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.declaration__img {
  width: 250px;
  width: 15.625rem;
}

.declaration__img img {
  -o-object-fit: contain;
  aspect-ratio: 250/308;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.declaration__contents {
  margin-left: 90px;
  margin-left: 5.625rem;
}

.declaration__title {
  color: #003399;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4285714286;
}

.declaration__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.declaration__download {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border: 0.0625rem solid #C2C2C2;
  border-radius: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.declaration__download:hover {
  opacity: 0.7;
}

.declaration__download-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
  height: 2rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 32px;
  width: 2rem;
}

.declaration__download-icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.declaration__download-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.declaration__download-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  height: 1rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  width: 16px;
  width: 1rem;
}

.declaration__download-arrow img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.declaration__download--pdf {
  color: #c8102e;
}

.declaration__download--excel {
  color: #008f8c;
}

.eco-cap {
  margin-top: 80px;
  margin-top: 5rem;
}

.eco-cap--last {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.eco-cap__contents {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.eco-cap__contents--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.eco-cap__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.eco-cap__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 360px;
  width: 22.5rem;
}

.eco-cap__img img {
  -o-object-fit: contain;
  aspect-ratio: 360/120;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.eco-cap__data-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-top: 2rem;
}

.eco-cap__data {
  border: 4px solid #DDF2D6;
  border: 0.25rem solid #DDF2D6;
  border-radius: 0.625rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 20px;
  padding: 1.25rem;
}

.eco-cap__receipt {
  border: 4px solid #DDF2D6;
  border: 0.25rem solid #DDF2D6;
  border-radius: 0.625rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
  padding: 1.25rem;
}

.eco-cap__head {
  border-bottom: 1px solid #F5F7FA;
  color: #0E8337;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  text-align: center;
}

.eco-cap__data-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.eco-cap__data-items,
.eco-cap__receipt-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-size: 1rem;
  gap: 10px;
  gap: 0.625rem;
  line-height: 1.7;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.eco-cap__data-item,
.eco-cap__receipt-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #F5F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.eco-cap__data-label,
.eco-cap__receipt-date {
  color: #000;
  font-weight: 700;
  white-space: nowrap;
  width: 120px;
  width: 7.5rem;
}

.eco-cap__data-value,
.eco-cap__receipt-value {
  color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.7;
}

.eco-cap__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.environment-guide {
  margin-top: 80px;
  margin-top: 5rem;
}

.environment-guide__items {
  grid-gap: 1.875rem;
  display: grid;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
}

.environment-guide__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.environment-guide__item img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.environment-guide__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.environment {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.environment__cards {
  grid-gap: 1.25rem;
  display: grid;
  gap: 20px;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  margin-top: 2.5rem;
}

.environment__card {
  background-color: #fff;
  border: 4px solid #DDF2D6;
  border: 0.25rem solid #DDF2D6;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  padding: 1.25rem;
}
.environment__card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  gap: 1.25rem;
}

.environment__card-title {
  border-bottom: 1px solid #F5F7FA;
  color: #0E8337;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  text-align: center;
}
.environment__card-text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 2;
}
.environment__card-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.environment__card-img img {
  height: auto;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
}

.environment__card-btn {
  margin-top: auto;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.environment__description {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.environment__points {
  border: 4px solid #DDF2D6;
  border: 0.25rem solid #DDF2D6;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}

.environment__point + .environment__point {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.environment__point-title {
  color: #0E8337;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.environment__point-text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.environment__note {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.equipment {
  margin: 80px 0;
  margin: 5rem 0;
}

.equipment__contents {
  margin-top: 48px;
  margin-top: 3rem;
}

.equipment__contents + .equipment__contents {
  margin-top: 80px;
  margin-top: 5rem;
}

.equipment__sub-title {
  border-radius: 0.5rem;
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}

.equipment__sub-title--basic {
  background-color: #F0FBFF;
  color: #003399;
}

.equipment__sub-title--option {
  background-color: #FFE3C8;
  color: #DF4900;
}

.equipment__sub-title--nurse {
  background-color: #DDF2D6;
  color: #0E8337;
}

.equipment__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.equipment__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 16px;
  padding: 1rem;
  width: 100%;
}

.equipment__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
  margin-right: 24px;
  margin-right: 1.5rem;
  width: 160px;
  width: 10rem;
}

.equipment__text-area {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.equipment__name {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.equipment__desc {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.equipment__price {
  background-color: #F0FBFF;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  gap: 10px;
  gap: 0.625rem;
  margin-top: 24px;
  margin-top: 1.5rem;
  padding: 16px;
  padding: 1rem;
}

.equipment__price span {
  color: #003399;
  white-space: nowrap;
}

.equipment__cards {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 30px;
  margin-top: 1.875rem;
}

.equipment__card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  padding: 1rem;
}

.equipment__img {
  width: 100%;
}

.equipment__img img {
  -o-object-fit: contain;
  display: block;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.equipment__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.equipment__caution {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.fee-caution {
  color: #003399;
  font-weight: 700;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}

.fee-caution__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  gap: 1rem;
}

.fee-caution__title p {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1;
}

.fee-caution__title span {
  background: #003399;
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 36px;
  width: 2.25rem;
}

.fee-caution__text {
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.fee-question__list {
  margin-top: 48px;
  margin-top: 3rem;
}

.fee-safety {
  background-color: #fff;
  margin: 80px 0;
  margin: 5rem 0;
}

.fee-safety__title {
  background-color: #003399;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  text-align: center;
}

.fee-safety__img {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  max-width: 45rem;
  text-align: center;
  width: 100%;
}

.fee-safety__img img {
  -o-object-fit: contain;
  aspect-ratio: 720/346;
     object-fit: contain;
  width: 100%;
}

.fee-safety__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 25px 40px;
  padding: 1.5625rem 2.5rem;
}

.fee-safety__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 270px;
  max-width: 16.875rem;
  width: 100%;
}

.fee-safety__logo img {
  aspect-ratio: 270/88;
  width: 100%;
}

.fee-safety__contents {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.fee-safety__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.fee-safety__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.fee-safety__address {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-word;
}

.fee-safety__qr img {
  height: auto;
  width: 80px;
  width: 5rem;
}

/* =========================
   fee-safety panel（PCファースト）
   ========================= */
.fee-safety__panel {
  background-color: #fff;
  border: 4px solid #f3f7fb;
  border: 0.25rem solid #f3f7fb;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 0 1px rgba(30, 64, 175, 0.05) inset;
          box-shadow: 0 0 0 1px rgba(30, 64, 175, 0.05) inset;
  padding: 48px 60px;
  padding: 3rem 3.75rem;
}

/* 直後のブロックとの間隔 */
.fee-safety__block + .fee-safety__block {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.fee-safety__heading {
  color: #003399;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 18px;
  padding-left: 1.125rem;
  position: relative;
}

/* 見出し左の縦バー */
.fee-safety__heading::before {
  background-color: #003399;
  border-radius: 0.125rem;
  content: "";
  height: 1.2em;
  left: 0;
  position: absolute;
  top: 2px;
  top: 0.125rem;
  width: 6px;
  width: 0.375rem;
}

.fee-safety__body {
  margin-top: 16px;
  margin-top: 1rem;
}

.fee-safety__para {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
}

/* 段落間の間隔 */
.fee-safety__para + .fee-safety__para {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.fee-safety__note {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 6px;
  margin-top: 0.375rem;
}

.fee-safety__lead {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
}

/* ---------- table ---------- */
.fee-safety__table-wrap {
  -webkit-overflow-scrolling: touch;
  margin-top: 16px;
  margin-top: 1rem;
  overflow-x: auto;
}

.fee-safety__table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 720px;
  min-width: 45rem;
  width: 100%;
}

.fee-safety__th {
  background-color: #003399;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 700;
  padding: 12px 16px;
  padding: 0.75rem 1rem;
  text-align: center;
}

.fee-safety__rowhead {
  background-color: #f3f7fb;
  border-bottom: 1px solid #e0e7ef;
  border-left: 1px solid #e0e7ef;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
  width: 340px;
  width: 21.25rem;
}

.fee-safety__cell {
  border-bottom: 1px solid #e0e7ef;
  border-right: 1px solid #e0e7ef;
  padding: 14px 16px;
  padding: 0.875rem 1rem;
}

.fee-safety__list {
  grid-gap: 0.375rem;
  display: grid;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 6px;
  gap: 0.375rem;
  line-height: 1.5;
}

.fee-safety__list li {
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.fee-safety__list li::before {
  background-color: #003399;
  border-radius: 50%;
  content: "";
  height: 6px;
  height: 0.375rem;
  left: 0;
  position: absolute;
  top: 0.9em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  width: 0.375rem;
}

.fee-system {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}

.fee-system__title {
  position: relative;
}

.fee-system__title::after {
  content: attr(data-caution);
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.fee-system__date {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  margin-top: 4px;
  margin-top: 0.25rem;
  text-align: right;
}

.fee-system__block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.fee-system__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
}

.fee-system__number {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003399;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  height: 40px;
  height: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 40px;
  width: 2.5rem;
}

.fee-system__head-text {
  color: #003399;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.fee-system__caption-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
  margin-top: 2rem;
}

.fee-system__caption {
  font-size: 14px;
  font-size: 0.875rem;
}

.fee-system__unit {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}

.fee-system__table {
  border-collapse: collapse;
  font-size: 14px;
  font-size: 0.875rem;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.fee-system__table th,
.fee-system__table td {
  border: 1px solid #C2C2C2;
  border: 0.0625rem solid #C2C2C2;
  font-weight: 500;
  height: 50px;
  height: 3.125rem;
  text-align: center;
  vertical-align: middle;
}
.fee-system__table th.fee-system__region,
.fee-system__table td.fee-system__region {
  font-weight: 400;
  width: 100px;
  width: 6.25rem;
}
.fee-system__table th.fee-system__table-label {
  font-weight: 400;
  min-width: 170px;
  min-width: 10.625rem;
  width: 170px;
  width: 10.625rem;
}
.fee-system__table th.fee-system__group-label {
  background-color: #003399;
  color: #fff;
  font-weight: 700;
  min-width: 30px;
  min-width: 1.875rem;
  padding: 8px;
  padding: 0.5rem;
  text-align: center;
  white-space: nowrap;
  width: 30px;
  width: 1.875rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.fee-system__table tr:nth-child(odd) {
  background-color: #fff;
}
.fee-system__table tr:nth-child(even) {
  background-color: #F5F7FA;
}
.fee-system__table .fee-system__corner {
  background: transparent;
  border-right: none;
  height: 0;
  padding: 0;
  visibility: hidden;
}
.fee-system__table .fee-system__corner-placeholder {
  background-color: #fff;
  border-left: none;
}

.fee-system__table--sp {
  display: none;
}

.fee-system__table--pc {
  display: table;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.fee-system__note {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.fee-system__note span {
  font-weight: 700;
}

.fee-system__note li + li {
  margin-top: 4px;
  margin-top: 0.25rem;
}

.fee-system__note-text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.fee-system__wrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 50px;
  padding-left: 3.125rem;
}

.fee-system__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.fee-system__text.fee-system__text--orange {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline;
  color: #DF4900;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.first-aid {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.first-aid__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.first-aid__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  width: 11.25rem;
}

.first-aid__img img {
  -o-object-fit: contain;
  aspect-ratio: 180/175;
     object-fit: contain;
  width: 100%;
}

.first-aid__lead {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.first-aid__section {
  margin-top: 64px;
  margin-top: 4rem;
}

.first-aid__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.first-aid__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.first-aid__card {
  background-color: #fff;
  border: 4px solid #DDF2D6;
  border: 0.25rem solid #DDF2D6;
  border-radius: 0.625rem;
  padding: 20px 30px;
  padding: 1.25rem 1.875rem;
}

.first-aid__card--wide {
  width: 59.3220338983%;
}

.first-aid__card--narrow {
  width: 40.6779661017%;
}

.first-aid__card-title {
  border-bottom: 1px solid #C2C2C2;
  color: #229899;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  text-align: center;
}

.first-aid__card-text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7333333333;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.first-aid__description {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7333333333;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.green-other {
  margin-bottom: 200px;
  margin-bottom: 12.5rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.green-other__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  margin-top: 3rem;
}

.green-other__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 20px;
  gap: 1.25rem;
}

.green-other__img {
  border-radius: 0.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 250px;
  max-width: 15.625rem;
  overflow: hidden;
  width: 100%;
}

.green-other__img img {
  -o-object-fit: cover;
  aspect-ratio: 250/180;
  display: block;
  height: auto;
     object-fit: cover;
  width: 100%;
}

.green-other__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
}
.green {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.green__title-sub {
  color: #0E8337;
}

.green__block {
  margin-top: 48px;
  margin-top: 3rem;
}

.green__block + .green__block {
  margin-top: 80px;
  margin-top: 5rem;
}

.green__block-title {
  background-color: #DDF2D6;
  border-radius: 0.3125rem;
  color: #0E8337;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}

.green__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  gap: 2.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 1100px;
  max-width: 68.75rem;
  width: 100%;
}

.green__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.green__img {
  aspect-ratio: 300/220;
  border-radius: 0.375rem;
  max-width: 300px;
  max-width: 18.75rem;
  overflow: hidden;
  width: 100%;
}

.green__img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.green__content {
  margin-left: 40px;
  margin-left: 2.5rem;
}

.green__content-title {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.green__content-text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.history-bg {
  background: #F5F7FA;
  overflow: hidden;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 80px;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}

.history + .history {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.history__inner.inner {
  max-width: 1360px;
  max-width: 85rem;
  padding: 60px 80px;
  padding: 3.75rem 5rem;
  position: relative;
  z-index: 10;
}

.history__inner::after {
  background-color: #fff;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: -1;
}

.history__inner.history__inner--reverse::after {
  left: 0;
  right: auto;
  right: initial;
}

.history__title {
  border-radius: 0.625rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8333333333;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
}

.history__title--green {
  background-color: #DDF2D6;
  color: #0E8337;
}

.history__title--orange {
  background-color: #FFE3C8;
  color: #DF4900;
}

.history__title--blue {
  background-color: #F0FBFF;
  color: #003399;
}

.history__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.history__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
}

.history__wrap.history__wrap--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.history__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
}

.history__img,
.history__logo {
  max-width: 320px;
  max-width: 20rem;
  width: 100%;
}

.history__img img {
  -o-object-fit: cover;
  aspect-ratio: 320/227;
     object-fit: cover;
  width: 100%;
}

.history__logo img {
  -o-object-fit: contain;
  aspect-ratio: 320/108;
     object-fit: contain;
  width: 100%;
}

.history__img-group {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.history__img-img {
  height: auto;
  max-width: 640px;
  max-width: 40rem;
  width: 100%;
}

.how-use {
  margin-top: 80px;
  margin-top: 5rem;
}

.how-use__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 48px;
  margin-top: 3rem;
}

.how-use__item {
  width: calc(33.333% - 1rem);
}

.how-use__img {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
}

.how-use__img img {
  display: block;
  height: auto;
  width: 100%;
}

.how-use__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.locate {
  margin-top: 80px;
  margin-top: 5rem;
}

.locate--last {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.locate__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 22px;
  padding-left: 1.375rem;
  position: relative;
}

.locate__title::before {
  background: #003399;
  content: "";
  height: 26px;
  height: 1.625rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
  width: 0.375rem;
}

.locate__contents {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.locate__table {
  border-top: 1px solid #E6E6E6;
}

.locate__thead {
  background-color: #F5F7FA;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.locate__th {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  padding: 10px 14px;
  padding: 0.625rem 0.875rem;
}

.locate__th:last-child {
  border-right: 1px solid #E6E6E6;
}

.locate__th--office {
  width: 270px;
  width: 16.875rem;
}

.locate__th--info {
  width: 430px;
  width: 26.875rem;
}

.locate__th--department {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.locate__row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.locate__office {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003399;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 20px 14px;
  padding: 1.25rem 0.875rem;
  width: 270px;
  width: 16.875rem;
}

.locate__office-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.locate__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #003399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  padding: 1.25rem;
  width: 430px;
  width: 26.875rem;
}

.locate__address {
  line-height: 1.6;
}

.locate__map {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #003399;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
}

.locate__departments {
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
  font-size: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.locate__department {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  padding: 1.25rem;
}

.locate__department + .locate__department {
  border-top: 1px solid #E6E6E6;
}

.locate__department-name {
  font-weight: 700;
}

.locate__tel {
  line-height: 1.6;
}

.locate__tel span {
  background-image: url("../images/common/icon-tel_gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  height: 0.875rem;
  margin-right: 8px;
  margin-right: 0.5rem;
  width: 11px;
  width: 0.6875rem;
}

.main-post {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.main-post__date {
  color: #003399;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.main-post__title {
  border-bottom: 1px solid #C2C2C2;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2857142857;
  margin-top: 16px;
  margin-top: 1rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.main-post__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.main-post__content {
  margin-top: 48px;
  margin-top: 3rem;
}
.main-post__content h2 {
  border-bottom: 1px solid #003399;
  border-bottom: 0.0625rem solid #003399;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 48px;
  margin-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.main-post__content h3 {
  border-bottom: 1px solid #003399;
  border-top: 1px solid #003399;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 24px 0;
  padding: 1.5rem 0;
}
.main-post__content h4 {
  background-color: #F3F5F5;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 16px;
  padding: 1rem;
}
.main-post__content h5 {
  border-left: 4px solid #003399;
  border-left: 0.25rem solid #003399;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  margin-top: 28px;
  margin-top: 1.75rem;
  padding: 8px 0 8px 16px;
  padding: 0.5rem 0 0.5rem 1rem;
}
.main-post__content h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 24px;
  margin-top: 1.5rem;
}
.main-post__content p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.main-post__content p a {
  -webkit-text-decoration: underline;
  -webkit-text-decoration: underline #003399;
  color: #003399;
  text-decoration: underline;
          text-decoration: underline;
          text-decoration: underline #003399;
}
.main-post__content p a[target=_blank]::after {
  background-image: url(./../images/common/link-icon_blue.svg);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 16px;
  height: 1rem;
  margin-bottom: -3px;
  margin-bottom: -0.1875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  width: 16px;
  width: 1rem;
}
.main-post__content ul {
  margin-top: 32px;
  margin-top: 2rem;
}
.main-post__content ul li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 22px;
  padding-left: 1.375rem;
  text-indent: -18px;
  text-indent: -1.125rem;
}
.main-post__content ul li:not(:first-of-type),
.main-post__content ol li:not(:first-of-type) {
  margin-top: 16px;
  margin-top: 1rem;
}
.main-post__content ul li::before {
  background-color: #003399;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  margin-right: 10px;
  margin-right: 0.625rem;
  position: relative;
  top: -3px;
  top: -0.1875rem;
  width: 8px;
  width: 0.5rem;
}
.main-post__content ol {
  counter-reset: number;
  margin-top: 32px;
  margin-top: 2rem;
}
.main-post__content ol li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  padding-left: 28px;
  padding-left: 1.75rem;
  text-indent: -12px;
  text-indent: -0.75rem;
}
.main-post__content ol li::before {
  color: #003399;
  content: counter(number) ".";
  counter-increment: number;
  display: inline-block;
  line-height: 1;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.main-post__content figure {
  margin-top: 48px;
  margin-top: 3rem;
  width: 100%;
}
.main-post__content figure img {
  -o-object-fit: cover;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
     object-fit: cover;
  width: 100%;
}

.management {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.management__items {
  grid-row-gap: 3.75rem;
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  row-gap: 3.75rem;
}

.management__item {
  aspect-ratio: 380/280;
}

.measure {
  margin-top: 80px;
  margin-top: 5rem;
}

.measure__items {
  grid-gap: 1.5rem;
  display: grid;
  gap: 24px;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}

.measure__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border: 0.0625rem solid #C2C2C2;
  border-radius: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px 16px;
  padding: 2.5rem 1rem;
  text-align: center;
}

.measure__img {
  width: 180px;
  width: 11.25rem;
}

.measure__img img {
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
}
.measure__title {
  color: #000;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 32px;
  margin-top: 2rem;
}

.measure__text {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: left;
}

.measure__text:first-child {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.news {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.news__pagenavi {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}

.others {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.others__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  max-width: 75rem;
}

.others__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  gap: 2rem;
}

.others__card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px;
  padding: 2rem;
}

.others__img {
  text-align: center;
  width: 40%;
}

.others__img img {
  height: auto;
  max-width: 100%;
}

.others__content {
  padding-left: 40px;
  padding-left: 2.5rem;
  width: 55%;
}

.others__title {
  color: #000;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

.others__text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-top: 16px;
  margin-top: 1rem;
}

.others__btn {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003399;
  border-radius: 0.5rem;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 280px;
  max-width: 17.5rem;
  padding: 22px 24px;
  padding: 1.375rem 1.5rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
}

.others__btn:hover {
  opacity: 0.8;
}

.others__btn-icon {
  background-image: url("../images/common/link-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  height: 0.875rem;
  margin-left: 8px;
  margin-left: 0.5rem;
  width: 14px;
  width: 0.875rem;
}

.page-404 {
  padding: 80px 0;
  padding: 5rem 0;
  text-align: center;
}

.page-404__title {
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.page-404__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.page-404__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.privacy {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.privacy__head {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 48px;
  margin-top: 3rem;
}

.privacy__contents {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.privacy__block {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.privacy__subtitle {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.privacy__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 16px;
  margin-top: 1rem;
}

.privacy__contents {
  border: 1px solid #C2C2C2;
  margin-top: 48px;
  margin-top: 3rem;
  padding: 30px;
  padding: 1.875rem;
}

.privacy__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6666666667;
  text-align: center;
}

.privacy__text-right {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-top: 8px;
  margin-top: 0.5rem;
  text-align: right;
}

.privacy__section {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.privacy__section-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.875;
}

.privacy__section-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.privacy__list {
  counter-reset: number;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8;
  list-style: none;
  margin-top: 16px;
  margin-top: 1rem;
  padding-left: 0;
}

.privacy__list li {
  counter-increment: number;
  margin-top: 12px;
  margin-top: 0.75rem;
  position: relative;
  text-indent: 40px;
  text-indent: 2.5rem;
}

.privacy__list li::before {
  content: "(" counter(number) ")";
  left: -30px;
  left: -1.875rem;
  position: absolute;
}

.profile {
  margin-top: 80px;
  margin-top: 5rem;
}

.profile + .profile {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}

.profile__items {
  border-top: 1px solid #C2C2C2;
  border-top: 0.0625rem solid #C2C2C2;
  margin-top: 32px;
  margin-top: 2rem;
}

.profile__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C2C2C2;
  border-bottom: 0.0625rem solid #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-right: 36px;
  padding-right: 2.25rem;
  padding-top: 20px;
  padding-top: 1.25rem;
}

.profile__label {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  width: 252px;
  width: 15.75rem;
}

.profile__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.profile__item--certified {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile__info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
}

.profile__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 200px;
  width: 12.5rem;
}

.profile__img img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.profile__map {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  background-color: #003399;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
}

.reserve-caution {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 120px;
  margin-top: 7.5rem;
}

.reserve-caution__content {
  margin-top: 32px;
  margin-top: 2rem;
}

.reserve-caution__list {
  counter-reset: item;
}

.reserve-caution__item {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.reserve-caution__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

.reserve-caution__table-wrap {
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
}

.reserve-caution__table-title {
  background-color: #003399;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: center;
}

.reserve-caution__rows {
  border: 2px solid #E6E6E6;
  border: 0.125rem solid #E6E6E6;
  border-top: none;
}

.reserve-caution__row {
  border-top: 2px solid #E6E6E6;
  border-top: 0.125rem solid #E6E6E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reserve-caution__col {
  padding: 16px;
  padding: 1rem;
}

.reserve-caution__col.reserve-caution__col--left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  width: 500px;
  width: 31.25rem;
}

.reserve-caution__col--right {
  border-left: 2px solid #E6E6E6;
  border-left: 0.125rem solid #E6E6E6;
  width: 300px;
  width: 18.75rem;
}

.reserve-caution__label {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
}

.reserve-caution__table-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}

.reserve-caution__note {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 16px;
  margin-top: 1rem;
}

.reserve-flow {
  margin-top: 80px;
  margin-top: 5rem;
}

.reserve-flow__items {
  counter-reset: step;
}

.reserve-flow__item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #fff;
  border-radius: 0 0.5rem 0.5rem 0;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.reserve-flow__item:not(:first-child) {
  position: relative;
}

.reserve-flow__item:not(:first-child)::before {
  background-color: #003399;
  content: "";
  height: 32px;
  height: 2rem;
  left: 150px;
  left: 9.375rem;
  position: absolute;
  top: -32px;
  top: -2rem;
  width: 4px;
  width: 0.25rem;
  z-index: -1;
}

.reserve-flow__step {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F7FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 300px;
  max-width: 18.75rem;
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  position: relative;
  width: 100%;
}

.reserve-flow__step::after {
  border-bottom: 15px solid transparent;
  border-bottom: 0.9375rem solid transparent;
  border-left: 15px solid #F5F7FA;
  border-left: 0.9375rem solid #F5F7FA;
  border-top: 15px solid transparent;
  border-top: 0.9375rem solid transparent;
  content: "";
  position: absolute;
  right: -15px;
  right: -0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.reserve-flow__number {
  color: #003399;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.reserve-flow__label {
  color: #003399;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.reserve-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 30px;
  padding: 1.75rem 1.875rem;
}

.reserve-flow__text {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.reserve-flow__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.reserve-flow__contact,
.reserve-flow__downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.reserve-flow__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reserve-flow__tel {
  color: #003399;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 7px;
  margin-top: 0.4375rem;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
}

.reserve-flow__tel::before {
  background-image: url("../images/common/icon-tel_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 28px;
  height: 1.75rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  width: 1.75rem;
}

.reserve-flow__mail {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 24px;
  padding-left: 1.5rem;
  position: relative;
}

.reserve-flow__mail::before {
  background-image: url("../images/common/icon-mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13px;
  height: 0.8125rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  width: 1.125rem;
}

.reserve-flow__download {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #C2C2C2;
  border: 0.0625rem solid #C2C2C2;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 20px;
  padding: 0.875rem 1.25rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.reserve-flow__download:hover {
  opacity: 0.7;
}

.reserve-flow__download-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 32px;
  height: 2rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 32px;
  width: 2rem;
}

.reserve-flow__download-icon img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.reserve-flow__download-text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  white-space: nowrap;
}

.reserve-flow__download-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 16px;
  height: 1rem;
  margin-left: 12px;
  margin-left: 0.75rem;
  width: 16px;
  width: 1rem;
}

.reserve-flow__download-arrow img {
  -o-object-fit: contain;
  height: 100%;
     object-fit: contain;
  width: 100%;
}

.reserve-flow__download--pdf {
  color: #c8102e;
}

.reserve-flow__download--excel {
  color: #008f8c;
}

.reserve {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.reserve__items {
  grid-row-gap: 3.75rem;
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 60px;
  row-gap: 3.75rem;
}

.reserve__item {
  aspect-ratio: 380/280;
}

.safe-modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.safe-modal__bg {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
  position: absolute;
  width: 100%;
}

.safe-modal__content {
  background-color: #fff;
  border-radius: 0.625rem;
  margin: 60px auto;
  margin: 3.75rem auto;
  max-height: 90vh;
  min-width: 880px;
  min-width: 55rem;
  overflow-y: auto;
  padding: 40px;
  padding: 2.5rem;
  position: relative;
  width: 90%;
}

.safe-modal__close {
  background: none;
  border: none;
  color: #000;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  top: 20px;
  top: 1.25rem;
}

.safe-modal__title {
  border-bottom: 1px solid #C2C2C2;
  color: #244689;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  padding-left: 10px;
  padding-left: 0.625rem;
  text-align: left;
}

.safe-modal__cards {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.safe-modal__card {
  width: calc((100% - 3rem) / 3);
}

.safe-modal__card-img {
  border-radius: 0.375rem;
  overflow: hidden;
  width: 350px;
  width: 21.875rem;
}

.safe-modal__card-img img {
  -o-object-fit: cover;
  aspect-ratio: 350/221;
     object-fit: cover;
  width: 100%;
}

.safe-modal__card-text {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 16px;
  margin-top: 1rem;
  text-align: center;
}

.safe-modal__head {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 40px;
  margin-top: 2.5rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  position: relative;
}

.safe-modal__head::before {
  background: #003399;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 6px;
  width: 0.375rem;
}

.safe-modal__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.safe-modal__img {
  width: calc((100% - 3.75rem) / 3);
}

.safe-modal__img img {
  border-radius: 0.375rem;
  height: 100%;
  width: 100%;
}

.safe-modal__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625;
  line-height: 1.875;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.safe-operation {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.safe-operation__items {
  grid-row-gap: 3.75rem;
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       -webkit-column-gap: 2.5rem;
          column-gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  margin-top: 3rem;
  row-gap: 60px;
  row-gap: 3.75rem;
}

.safe-operation__item {
  aspect-ratio: 380/303;
}

.safety-bus {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.safety-bus__header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.safety-bus__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
  width: 11.25rem;
}

.safety-bus__img img {
  -o-object-fit: contain;
  aspect-ratio: 180/148;
     object-fit: contain;
  width: 100%;
}

.safety-bus__lead {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}

.safety-bus__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.safety-bus__section {
  margin-top: 64px;
  margin-top: 4rem;
}

.safety-bus__sub-title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.safety-bus__description {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7333333333;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sitemap {
  margin-bottom: 132px;
  margin-bottom: 8.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.sitemap__groups {
  grid-row-gap: 5rem;
  grid-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
       -webkit-column-gap: 3.75rem;
          column-gap: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 80px;
  row-gap: 5rem;
}

.sitemap__group {
  display: block;
}

.sitemap__heading {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.sitemap__heading a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  border-bottom: 1px solid #C2C2C2;
  color: #000;
  display: block;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  position: relative;
  text-decoration: none;
}

.sitemap__heading a::before {
  background-image: url("../images/common/vector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  position: absolute;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.sitemap__list {
  margin-top: 32px;
  margin-top: 2rem;
  padding-left: 16px;
  padding-left: 1rem;
}

.sitemap__list a {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.sitemap__list li a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  color: #000;
  line-height: 2;
  text-decoration: none;
}

.sitemap__list-item a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 16px;
  padding-left: 1rem;
  position: relative;
}

.sitemap__list-item a::before {
  background-image: url("../images/common/vector.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  width: 0.625rem;
}

.sitemap__list-item span {
  background-image: url("../images/common/link-icon_blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 14px;
  height: 0.875rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  width: 14px;
  width: 0.875rem;
}

.sitemap__sublist a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.sitemap__sublist {
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 48px;
  margin-left: 3rem;
}

.sitemap__sublist li {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.thanks {
  margin-bottom: 120px;
  margin-bottom: 7.5rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.thanks__content {
  margin-top: 48px;
  margin-top: 3rem;
}

.thanks__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
}

.thanks__btn {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}

.top-about {
  aspect-ratio: 1920/644;
  background-image: url(../images/top/bg-about2.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 88px;
  padding-top: 5.5rem;
  position: relative;
}

.top-about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 92px;
  gap: 5.75rem;
}

.top-about__video {
  aspect-ratio: 255/455;
  max-width: 255px;
  max-width: 15.9375rem;
}

.top-about__video iframe {
  -o-object-fit: cover;
  aspect-ratio: 255/455;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.top-about__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.top-about__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}

.top-about__title span {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
}

.top-about__title--pink {
  color: #D676BB;
}

.top-about__title--blue {
  color: #0F49BF;
}

.top-about__title--bold {
  color: #000;
}

.top-about__title--green {
  color: #229899;
}

.top-about__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.375;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.top-about__btn {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.top-about__img {
  margin-top: 24px;
  margin-top: 1.5rem;
  width: 425px;
  width: 26.5625rem;
}

.top-about__img img {
  -o-object-fit: contain;
  aspect-ratio: 425/242;
     object-fit: contain;
  width: 100%;
}

.top-about__bg-img {
  width: 100%;
}

.top-about__bg-img img {
  -o-object-fit: contain;
  aspect-ratio: 375/262;
     object-fit: contain;
  width: 100%;
}

.top-bus__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  margin-top: 5rem;
}

.top-bus__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  text-align: right;
}

.top-bus__items {
  -moz-column-gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
       -webkit-column-gap: 2.5rem;
               column-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 72px;
  margin-top: 4.5rem;
  row-gap: 50px;
  row-gap: 3.125rem;
}

.top-bus__item {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  width: calc((100% - 2.5rem) / 2);
}

.top-fv {
  overflow: hidden;
  padding-bottom: 96px;
  padding-bottom: 6rem;
  padding-top: 116px;
  padding-top: 7.25rem;
  position: relative;
}

.top-fv::before {
  background-image: url(../images/top/bg-fv.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 90%;
  z-index: 0;
}

.top-fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-fv__content {
  color: #fff;
  min-width: 450px;
  min-width: 28.125rem;
  position: relative;
}

.top-fv__title {
  font-size: 45px;
  font-size: 2.8125rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}

.top-fv__title span {
  font-size: 72px;
  font-size: 4.5rem;
}

.top-fv__lead {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6666666667;
  margin-top: 45px;
  margin-top: 2.8125rem;
}

.top-fv__slider {
  margin-left: 70px;
  margin-left: 4.375rem;
  margin-right: calc(50% - 50vw);
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  position: relative;
  width: 60vw;
}

.top-fv__img {
  width: 100%;
}

.top-fv__img img {
  -o-object-fit: cover;
  aspect-ratio: 1061/555;
     object-fit: cover;
  width: 100%;
}

.top-fv__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: -24px;
  bottom: -1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  gap: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 20px;
  padding-right: 1.25rem;
  position: absolute;
  right: 24px;
  right: 1.5rem;
  z-index: 2;
}

.top-fv__slider .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #0F49BF;
  border-radius: 50%;
  height: 10px;
  height: 0.625rem;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 10px;
  width: 0.625rem;
}

.top-fv__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0F49BF;
  border: none;
  height: 12px;
  height: 0.75rem;
  width: 12px;
  width: 0.75rem;
}

.top-link {
  margin-bottom: 106px;
  margin-bottom: 6.625rem;
  margin-top: 106px;
  margin-top: 6.625rem;
}

.top-link__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
}

.top-link__item {
  padding: 4px;
  padding: 0.25rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.top-link__item a {
  -webkit-text-decoration: none;
  -webkit-text-decoration: none;
  display: block;
  text-decoration: none;
  width: 285px;
  width: 17.8125rem;
}

.top-link__item img {
  -o-object-fit: contain;
  display: block;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.top-link__item:hover {
  opacity: 0.7;
}

.top-news {
  margin-top: 115px;
  margin-top: 7.1875rem;
  overflow: hidden;
  padding: 80px 0;
  padding: 5rem 0;
  position: relative;
}

.top-news::after {
  aspect-ratio: 1710/471;
  background-image: url("../images/top/bg-news.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 90%;
}

.top-news__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
  gap: 4.5rem;
  position: relative;
  z-index: 1;
}

.top-news__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
}

.top-news__items {
  border-radius: 0.75rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 48px 70px;
  padding: 3rem 4.375rem;
  position: relative;
}

.top-news__items::after {
  background-color: #fff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.05);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 200%;
  z-index: -1;
}

/* =========================
   Top Philosophy（PCファースト）
   ========================= */
.top-philosophy {
  /* 上は薄い面、下は写真を見せるレイヤード背景 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 249, 255, 0.95)), color-stop(45%, rgba(240, 249, 255, 0.9)), color-stop(72%, rgba(240, 249, 255, 0))), url("../images/top/bg-philosophy.jpg");
  background-image: linear-gradient(180deg, rgba(240, 249, 255, 0.95) 0%, rgba(240, 249, 255, 0.9) 45%, rgba(240, 249, 255, 0) 72%), url("../images/top/bg-philosophy.jpg");
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%, cover;
  min-height: 680px;
  min-height: 42.5rem;
  padding: 180px 0 620px;
  padding: 11.25rem 0 38.75rem;
}

.top-philosophy__inner {
  position: relative;
  z-index: 1; /* 背景より前に */
}

.top-philosophy__content {
  margin: 0 auto;
  max-width: 1200px;
  max-width: 75rem;
  text-align: center;
}

.top-philosophy__text {
  color: #334155;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2;
  /* 段落間 */
}
.top-philosophy__text + .top-philosophy__text {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.top-philosophy__text span {
  color: #003399;
  font-weight: 700;
}

.top-philosophy__headline {
  color: #000;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.8;
  margin-top: 64px;
  margin-top: 4rem;
}

.top-recruit {
  margin-top: 70px;
  margin-top: 4.375rem;
  padding-top: 94px;
  padding-top: 5.875rem;
}

.top-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  gap: 5rem;
}

.top-recruit__text {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 36px;
  margin-top: 2.25rem;
}

.top-recruit__btn {
  margin-top: 42px;
  margin-top: 2.625rem;
}

.top-recruit__items {
  grid-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  grid-row-gap: 2rem;
       -webkit-column-gap: 1.25rem;
               column-gap: 1.25rem;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  row-gap: 2rem;
}

.top-recruit__item {
  max-height: 150px;
  max-height: 9.375rem;
}

.top-reserve {
  margin-top: 100px;
  margin-top: 6.25rem;
  overflow: hidden;
  padding: 80px 0;
  padding: 5rem 0;
  position: relative;
}

.top-reserve::after {
  aspect-ratio: 1710/506;
  background-image: url(../images/top/bg-reserve.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -2;
}

.top-reserve::before {
  aspect-ratio: 1710/700;
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 0.5rem;
  bottom: 0;
  content: "";
  left: 0;
  min-height: 500px;
  min-height: 31.25rem;
  position: absolute;
  width: 90%;
  z-index: -1;
}

.top-reserve__head {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-reserve__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  gap: 1.5rem;
  margin-top: 72px;
  margin-top: 4.5rem;
}

.transport-plan {
  background-color: #fff;
  padding-top: 80px;
  padding-top: 5rem;
}

.transport-plan__term {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-left: 8px;
  margin-left: 0.5rem;
}

.transport-plan__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.transport-plan__card {
  border: 4px solid #C3E2EC;
  border: 0.25rem solid #C3E2EC;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 0.25rem rgba(0, 51, 153, 0.08);
          box-shadow: 0 0 0.25rem rgba(0, 51, 153, 0.08);
  max-width: 400px;
  max-width: 25rem;
  padding: 24px 28px;
  padding: 1.5rem 1.75rem;
  text-align: center;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.transport-plan__card-text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.transport-plan__sub-title {
  margin-top: 60px;
  margin-top: 3.75rem;
}
.transport-plan__text {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.transport-plan__dl {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.transport {
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 80px;
  margin-top: 5rem;
}

.transport__sub-title {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.transport__list {
  list-style: decimal;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

.transport__list li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.transport__table-wrap {
  -webkit-overflow-scrolling: touch;
  margin-top: 40px;
  margin-top: 2.5rem;
  overflow-x: auto;
  width: 100%;
}

.transport__table {
  border-collapse: collapse;
  font-size: 15px;
  font-size: 0.9375rem;
  min-width: 600px;
  min-width: 37.5rem;
  width: 100%;
}
.transport__table th,
.transport__table td {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.transport__table thead th {
  font-weight: 700;
}
.transport__table .transport__table-heading {
  background-color: #003399;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  padding: 16px 8px;
  padding: 1rem 0.5rem;
  text-align: center;
}
.transport__table .transport__table-label {
  background-color: #F5F7FA;
  font-weight: 700;
}
.transport__table .transport__table-label--left {
  width: 400px;
  width: 25rem;
}
.transport__table .transport__table-label--child {
  background-color: #F5F7FA;
  padding-left: 24px;
  padding-left: 1.5rem;
}
.transport__table .transport__table-label--white {
  background-color: #fff;
  color: #000;
}
.transport__table .transport__table-label--orange {
  background-color: #fff;
  color: #DF4900;
  font-weight: 500;
}
.transport__table .transport__table-label--blue {
  background-color: #fff;
  color: #003399;
  font-weight: 500;
}
.transport__table tbody td {
  background-color: #fff;
}

.transport__table--branch th,
.transport__table--branch td {
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
}
.transport__table--branch .transport__table-label--white {
  background-color: #fff;
  font-weight: 700;
  text-align: left;
}
.transport__table--branch .transport__table-heading {
  background-color: #003399;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.transport__table--branch .transport__table-label--orange {
  color: #DF4900;
}
.transport__table--branch .transport__table-label--blue {
  color: #003399;
}

.transport__note {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.transport__dl {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.transport__dl a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 300px;
  min-width: 18.75rem;
}

.transport__dl.transport__dl--center {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}

.transport__dl.transport__dl--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
}

.transport__dl.transport__dl--small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.transport__system {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
}

.transport__system img {
  -o-object-fit: contain;
  aspect-ratio: 800/1121;
     object-fit: contain;
  width: 100%;
}

.transport__img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 595px;
  max-width: 37.1875rem;
  width: 100%;
}

.transport__img img {
  -o-object-fit: contain;
  aspect-ratio: 595/842;
     object-fit: contain;
  width: 100%;
}

.transport__list-title {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.transport__sublist {
  list-style: none;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.transport__sublist li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 8px;
  margin-top: 0.5rem;
  position: relative;
}

.transport__head {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.user-voice {
  background-color: #eaf7fe;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
  margin-top: 100px;
  margin-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  padding-top: 100px;
  padding-top: 6.25rem;
}

.user-voice__title {
  color: #003399;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  text-align: center;
  z-index: 10;
}

.user-voice__title::before {
  color: rgba(55, 140, 206, 0.08);
  content: "USER VOICE";
  font-family: "Poppins", sans-serif;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 1;
}

.user-voice__title-ja {
  color: #003399;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 30px;
  padding: 0 1.875rem;
  position: relative;
}

.user-voice__title-ja::before,
.user-voice__title-ja::after {
  background-color: #003399;
  content: "";
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  width: 1.5rem;
}

.user-voice__title-ja::before {
  left: 0;
  margin-right: 12px;
  margin-right: 0.75rem;
}

.user-voice__title-ja::after {
  margin-left: 12px;
  margin-left: 0.75rem;
  right: 0;
}

.user-voice__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.user-voice__item {
  width: 100%;
}

.user-voice__card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  gap: 2rem;
}

.user-voice__card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.user-voice__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 200px;
  height: 12.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
  margin-top: auto;
  width: 200px;
  width: 12.5rem;
}

.user-voice__icon img {
  -o-object-fit: contain;
  aspect-ratio: 1/1;
     object-fit: contain;
  width: 100%;
}

.user-voice__content {
  background-color: #fff;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.08);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
  padding: 30px 50px 35px;
  padding: 1.875rem 3.125rem 2.1875rem;
  position: relative;
}

.user-voice__content::before {
  border-bottom: 10px solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-right: 12px solid #fff;
  border-right: 0.75rem solid #fff;
  border-top: 10px solid transparent;
  border-top: 0.625rem solid transparent;
  content: "";
  height: 0;
  left: -12px;
  left: -0.75rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}

.user-voice__card--reverse .user-voice__content::before {
  border-left: 12px solid #fff;
  border-left: 0.75rem solid #fff;
  border-right: none;
  left: auto;
  right: -12px;
  right: -0.75rem;
}

.user-voice__lead {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.user-voice__tags {
  border-bottom: 1px solid #C2C2C2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  gap: 2.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}

.user-voice__tag-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  gap: 12px;
  gap: 0.75rem;
}

.user-voice__tag-label {
  background-color: #3C63BF;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 3px 12px;
  padding: 0.1875rem 0.75rem;
}

.user-voice__tag-value {
  color: #000;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.user-voice__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.user-voice__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.white-menu {
  margin-bottom: 164px;
  margin-bottom: 10.25rem;
  margin-top: 100px;
  margin-top: 6.25rem;
}

.white-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.white-menu__item {
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
  padding: 1.5rem 1rem;
  width: calc(25% - 1.125rem);
}

.white-menu__icon {
  height: 120px;
  height: 7.5rem;
  margin: 0 auto;
  width: 120px;
  width: 7.5rem;
}

.white-menu__icon img {
  -o-object-fit: contain;
  height: auto;
     object-fit: contain;
  width: 100%;
}

.white-menu__title-small {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}

.white-menu__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.white {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.white__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  gap: 3.125rem;
}

.white__box {
  margin-top: 40px;
  margin-top: 2.5rem;
  max-width: 500px;
  max-width: 31.25rem;
  width: 100%;
}

.white__box-label {
  background-color: #eaf7fe;
  color: #003399;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
}

.white__box-text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.white__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  gap: 1.25rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 32px;
  margin-top: 2rem;
  max-width: 650px;
  max-width: 40.625rem;
  width: 100%;
}

.white__img {
  width: calc(50% - 0.625rem);
}

.white__img img {
  border-radius: 0.25rem;
  display: block;
  height: auto;
  width: 100%;
}

.u-hidden {
  overflow: hidden;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.fz10 {
  font-size: max(10px, 10px);
  font-size: max(0.625rem, 10px);
}

.fz12 {
  font-size: max(12px, 10px);
  font-size: max(0.75rem, 10px);
}

.fz14 {
  font-size: max(14px, 10px);
  font-size: max(0.875rem, 10px);
}

.fz16 {
  font-size: max(16px, 10px);
  font-size: max(1rem, 10px);
}

.fz18 {
  font-size: max(18px, 10px);
  font-size: max(1.125rem, 10px);
}

.fz20 {
  font-size: max(20px, 10px);
  font-size: max(1.25rem, 10px);
}

.u-text-block {
  display: inline-block;
}

@media (max-width: 1250px){
  html {
    font-size: 1.28vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 16px;
  }
  a[href^="tel:"] {
    pointer-events: initial;
  }
  html {
    scroll-padding-top: 6.25rem;
  }
  .inner {
    max-width: 580px;
    max-width: 36.25rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .layout-breadcrumb {
    margin-top: 17px;
    margin-top: 1.0625rem;
  }
  .bg-letter::after {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 2;
  }
  .btn a {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 240px;
    max-width: 15rem;
    padding: 14px 20px;
    padding: 0.875rem 1.25rem;
  }
  .btn.btn--long a {
    width: 100%;
  }
  .dl-btn {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 300px;
    max-width: 18.75rem;
    width: 100%;
  }
  .dl-btn--long {
    max-width: 420px;
    max-width: 26.25rem;
  }
  main {
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .tab {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .tab__items {
    gap: 4px;
    gap: 0.25rem;
  }
  .tab__item {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 162px;
    min-width: 10.125rem;
    padding: 12px 0px;
    padding: 0.75rem 0rem;
    word-break: keep-all;
  }
  .tab__item button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .to-top {
    bottom: 12px;
    bottom: 0.75rem;
    right: 12px;
    right: 0.75rem;
  }
  .to-top__btn {
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.18);
            box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.18);
    height: 48px;
    height: 3rem;
    width: 48px;
    width: 3rem;
  }
  .to-top__icon {
    height: 18px;
    height: 1.125rem;
    width: 18px;
    width: 1.125rem;
  }
  .breadcrumb {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 2.1818181818;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    padding-top: 10px;
    padding-top: 0.625rem;
  }
  .breadcrumb__inner {
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
  }
  .bus-card__body {
    padding: 20px 15px;
    padding: 1.25rem 0.9375rem;
  }
  .bus-card__title {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .bus-card__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    font-size: 1rem;
    margin-top: 16px;
    margin-top: 1rem;
    padding: 20px 16px;
    padding: 1.25rem 1rem;
  }
  .bus-card__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .bus-card__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .card-btn {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 14px 16px;
    padding: 0.875rem 1rem;
    width: 100%;
  }
  .color-title {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .color-title.color-title--blue {
    line-height: 1.5;
  }
  .contact-section {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .contact-section__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-section__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 24px;
    margin-top: 1.5rem;
    text-align: left;
  }
  .contact-section__form {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .contact-section__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
    padding: 40px 25px;
    padding: 2.5rem 1.5625rem;
  }
  .contact-section__tel-number {
    font-size: 32px;
    font-size: 2rem;
    padding-left: 32px;
    padding-left: 2rem;
  }
  .contact-section__tel-number::before {
    height: 36px;
    height: 2.25rem;
    width: 28px;
    width: 1.75rem;
  }
  .contact-section__tel-fax {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .contact-section__tel-time {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 9px;
    margin-top: 0.5625rem;
  }
  .contact-section__btn {
    width: 100%;
  }
  .contact-section__btn a {
    font-size: 16px;
    font-size: 1rem;
    gap: 13px;
    gap: 0.8125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 26px 20px;
    padding: 1.625rem 1.25rem;
    width: 100%;
  }
  .contact-section__btn a span {
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
  }
  .contact-tab {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .contact-tab__tabs {
    gap: 8px;
    gap: 0.5rem;
  }
  .contact-tab__tab {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 64px;
    min-width: 4rem;
    padding: 12px 8px;
    padding: 0.75rem 0.5rem;
    word-break: keep-all;
  }
  .contact-tab__tab a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .faq-list__item {
    padding-bottom: 16px;
    padding-bottom: 1rem;
    padding-left: 30px;
    padding-left: 1.875rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .faq-list__item-question {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 40px;
    padding-right: 2.5rem;
    text-indent: -20px;
    text-indent: -1.25rem;
  }
  .faq-list__item-question::before,
  .faq-list__item-question::after {
    top: 21px;
    top: 1.3125rem;
    width: 18px;
    width: 1.125rem;
  }
  .faq-list__item-question span {
    font-size: 18px;
    font-size: 1.125rem;
    margin-right: 16px;
    margin-right: 1rem;
  }
  .faq-list__item-answer {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    padding: 16px;
    padding: 1rem;
  }
  .footer {
    padding: 40px 0 0;
    padding: 2.5rem 0 0;
  }
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
  .footer__logo-area {
    width: 100%;
  }
  .footer__offices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    gap: 2.5rem;
    width: 100%;
  }
  .footer__office-fax {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 32px;
    margin-top: 2rem;
    padding-top: 0px;
    padding-top: 0rem;
  }
  .footer__nav-wrap {
    gap: 0;
  }
  .footer__nav-title {
    padding: 24px 32px 24px 0;
    padding: 1.5rem 2rem 1.5rem 0;
  }
  .footer__nav-toggle {
    background-color: #003399;
    display: inline-block;
    height: 2px;
    height: 0.125rem;
    margin-left: 16px;
    margin-left: 1rem;
    position: relative;
    width: 14px;
    width: 0.875rem;
  }
  .footer__nav-toggle::before {
    background-color: #003399;
    content: "";
    height: 2px;
    height: 0.125rem;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    width: 14px;
    width: 0.875rem;
  }
  .footer__nav-col.is-open .footer__nav-toggle::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .footer__nav-list {
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .footer__nav-col.is-open .footer__nav-list {
    max-height: 500px;
    max-height: 31.25rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .footer__nav-col {
    border-bottom: 1px solid #E6E6E6;
  }
  .footer__bottom {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__bottom-contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    gap: 1rem;
  }
  .footer__bottom-link {
    font-size: 12px;
    font-size: 0.75rem;
    gap: 20px;
    gap: 1.25rem;
  }
  .form-checkbox label {
    display: block;
  }
  .form-checkbox label:not(:first-of-type) {
    margin-left: 0;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .form-input__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .form-policy input + span {
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .form-radio label {
    display: block;
  }
  .form-radio input + span {
    display: block;
  }
  .form__wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
    padding-top: 16px;
    padding-top: 1rem;
  }
  .form__label {
    gap: 20px;
    gap: 1.25rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    max-width: none;
    max-width: initial;
  }
  .form__wrap.form__wrap--textarea .form__label {
    margin-top: 0;
  }
  .form__label span {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 8px;
    padding: 0.25rem 0.5rem;
  }
  .form__input,
  .form__select,
  .form__radio,
  .form__checkbox,
  .form__textarea {
    margin-top: 12px;
    margin-top: 0.75rem;
    width: 100%;
  }
  .form__btn-search {
    margin-left: 0;
    margin-top: 8px;
    margin-top: 0.5rem;
    width: 100%;
  }
  .form__address-group {
    gap: 16px;
    gap: 1rem;
  }
  .form__sub-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
  }
  .form__sub-label {
    min-width: 0;
    min-width: initial;
  }
  .form__date select,
  .form__time select {
    width: 100%;
  }
  .form__privacy {
    padding: 16px;
    padding: 1rem;
  }
  .form__privacy-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .form__privacy-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .header {
    height: 70px;
    height: 4.375rem;
  }
  .header__inner {
    padding-left: 15px;
    padding-left: 0.9375rem;
  }
  .header__logo {
    max-width: 182px;
    max-width: 11.375rem;
    z-index: 999;
  }
  .header__nav {
    display: none;
  }
  .header__nav-btn {
    margin-left: 0;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .header__nav-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 0;
    padding: 1.3125rem 0;
  }
  .header__nav-btn-main::before {
    height: 17px;
    height: 1.0625rem;
    width: 13px;
    width: 0.8125rem;
  }
  .header__hamburger {
    display: block;
  }
  .lower-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .lower-title::before {
    height: 36px;
    height: 2.25rem;
  }
  .p-form__items {
    gap: 12px;
    gap: 0.75rem;
  }
  .p-form__item:first-of-type {
    gap: 16px;
    gap: 1rem;
    margin-bottom: 27px;
    margin-bottom: 1.6875rem;
  }
  .p-form__dt {
    padding-right: 24px;
    padding-right: 1.5rem;
    padding-top: 8px;
    padding-top: 0.5rem;
  }
  .p-form__dd input:not([type=radio]):not([type=checkbox]),
  .p-form__dd textarea {
    border-radius: 0.75rem;
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
  }
  .p-form__dd input[type=checkbox] + span,
  .p-form__dd input[type=radio] + span {
    gap: 14px;
    gap: 0.875rem;
  }
  .p-form__dd input[type=checkbox] + span::before {
    margin-top: 3px;
    margin-top: 0.1875rem;
    width: 16px;
    width: 1rem;
  }
  .p-form__dd textarea {
    height: 188px;
    height: 11.75rem;
  }
  .p-form__acceptance {
    margin-top: 26px;
    margin-top: 1.625rem;
  }
  .p-form__acceptance input + span::before {
    margin-top: 7px;
    margin-top: 0.4375rem;
  }
  .p-form__policy-description {
    margin-top: 42px;
    margin-top: 2.625rem;
  }
  .p-form__send {
    margin-top: 56px;
    margin-top: 3.5rem;
    max-width: 332px;
    max-width: 20.75rem;
  }
  .p-form__send input {
    min-height: 63px;
    min-height: 3.9375rem;
    padding: 0 54px 0 42px;
    padding: 0 3.375rem 0 2.625rem;
  }
  .pagenavi .page,
  .pagenavi .current {
    font-size: 16px;
    font-size: 1rem;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
  .pagenavi .previouspostslink {
    margin-right: 20px;
    margin-right: 1.25rem;
  }
  .pagenavi .nextpostslink {
    margin-left: 20px;
    margin-left: 1.25rem;
  }
  .pagenavi .previouspostslink,
  .pagenavi .nextpostslink {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
  .post__item {
    position: relative;
  }
  .post__item a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    gap: 0.5rem;
    padding-bottom: 12px;
    padding-bottom: 0.75rem;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 28px;
    padding-right: 1.75rem;
    padding-top: 12px;
    padding-top: 0.75rem;
  }
  .post__date {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: auto;
  }
  .post__text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    font-size: 14px;
    font-size: 0.875rem;
    max-width: none;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: normal;
  }
  .post__icon {
    position: absolute;
    right: 16px;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .news .post__item a {
    gap: 8px;
    gap: 0.5rem;
  }
  .recruit-link__img {
    width: 120px;
    width: 7.5rem;
  }
  .recruit-link__en {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .recruit-link__icon {
    right: 8px;
    right: 0.5rem;
  }
  .reserve-card {
    border-radius: 0.375rem;
  }
  .reserve-card__img {
    aspect-ratio: 305/165;
  }
  .reserve-card__text {
    font-size: 16px;
    font-size: 1rem;
    padding: 18px;
    padding: 1.125rem;
  }
  .reserve-card__text.reserve-card__text--small {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .reserve-card__text.reserve-card__text--min {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .reserve-card.reserve__item .reserve-card__text {
    padding: 18px;
    padding: 1.125rem;
  }
  .reserve-card.management__item .reserve-card__text {
    padding: 18px;
    padding: 1.125rem;
  }
  .reserve-card.safe-operation__item .reserve-card__text {
    padding: 18px;
    padding: 1.125rem;
  }
  .section-title__ja {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .sub-fv {
    aspect-ratio: 375/260;
  }
  .sub-fv__inner {
    min-height: auto;
    padding-left: 20px;
    padding-left: 1.25rem;
    padding-right: 20px;
    padding-right: 1.25rem;
    text-align: center;
  }
  .sub-fv__en {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3;
  }
  .sub-fv__ja {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .sub-fv__category {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
  }
  .sub-fv.sub-fv--bus {
    background-image: url("../images/bus-service/fv_bus-service_sp.jpg");
  }
  .sub-fv.sub-fv--tour {
    background-image: url("../images/bus-service/fv_tour_sp.jpg");
  }
  .sub-fv.sub-fv--reserve-flow {
    background-image: url("../images/reserve/fv_flow_sp.jpg");
  }
  .sub-fv.sub-fv--reserve-fee {
    background-image: url("../images/reserve/fv_fee_sp.jpg");
  }
  .sub-fv.sub-fv--reserve-fee .sub-fv__ja {
    line-height: 1.3;
  }
  .sub-fv.sub-fv--measure {
    background-image: url("../images/company/fv_measure_sp.jpg");
  }
  .sub-fv.sub-fv--profile {
    background-image: url("../images/company/fv_profile1_sp.jpg");
  }
  .sub-fv.sub-fv--history {
    background-image: url("../images/company/fv_history_sp.jpg");
  }
  .sub-fv.sub-fv--history .sub-fv__ja {
    line-height: 1.3;
  }
  .sub-fv.sub-fv--environment {
    background-image: url("../images/management/fv_environment_sp.jpg");
  }
  .sub-fv.sub-fv--ecocap {
    background-image: url("../images/management/fv_ecocap_sp.jpg");
  }
  .sub-fv.sub-fv--location {
    background-image: url("../images/management/fv_location_01_sp.jpg");
  }
  .sub-fv.sub-fv--first-aid {
    background-image: url("../images/management/fv_firstaid_sp.jpg");
  }
  .sub-fv.sub-fv--safety-bus {
    background-image: url("../images/management/fv_safetybus_01_sp.jpg");
  }
  .sub-fv.sub-fv--safe-operation {
    background-image: url("../images/management/fv_safe-operation_sp.jpg");
  }
  .sub-fv.sub-fv--safety {
    background-image: url("../images/management/fv_safety_sp.jpg");
  }
  .sub-fv.sub-fv--sitemap {
    background-image: url("../images/others/fv_sitemap_sp.jpg");
  }
  .sub-fv.sub-fv--news {
    background-image: url("../images/others/fv_news_sp.jpg");
  }
  .sub-fv.sub-fv--booking {
    background-image: url("../images/contact/fv_booking_sp.jpg");
  }
  .sub-fv.sub-fv--consult {
    background-image: url("../images/contact/fv_consult_sp.jpg");
  }
  .sub-guidance {
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .sub-guidance__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    gap: 2rem;
  }
  .sub-guidance__text-block {
    width: 100%;
  }
  .sub-guidance__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .sub-guidance__btn-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    padding: 24px 16px;
    padding: 1.5rem 1rem;
  }
  .sub-guidance__btn-wrap p {
    font-size: 16px;
    font-size: 1rem;
  }
  .sub-guidance__btn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 240px;
    width: 15rem;
  }
  .sub-guidance__img {
    margin-right: 0;
    width: 100%;
  }
  .sub-head__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .sub-head__big-text {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .sub-head__logo img {
    aspect-ratio: 283/18;
  }
  .sub-head__measure {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .sub-head__small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .sub-head__title {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 10px;
    padding-top: 0.625rem;
    text-align: center;
  }
  .sub-head__title::before {
    font-size: 48px;
    font-size: 3rem;
    text-align: center;
    white-space: wrap;
  }
  .tour-bus {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .tour-bus__bg {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .tour-card + .tour-card {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .tour-card__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .tour-card__wrap {
    padding: 20px 15px 50px;
    padding: 1.25rem 0.9375rem 3.125rem;
  }
  .tour-card__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour-card__slider-nav {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .tour-card__slider-prev,
  .tour-card__slider-next {
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
  }
  .tour-card__slider-prev::before,
  .tour-card__slider-next::before {
    height: 8px;
    height: 0.5rem;
    left: 12px;
    left: 0.75rem;
    width: 6.4px;
    width: 0.4rem;
  }
  .tour-card__slider-count {
    font-size: 16px;
    font-size: 1rem;
  }
  .tour-card__office-label {
    font-size: rem820;
    font-size: rem820;
  }
  .tour-card__office-name {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .tour-card__desc {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .tour-card__capacity {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .tour-card__capacity-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour-card__capacity-wrap li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .tour-card__tags {
    grid-template-columns: repeat(2, 1fr);
  }
  .tour-card__layout {
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .tour-card__btn.tour-card__btn--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour-card__btn.tour-card__btn--flex a {
    width: 100%;
  }
  .tour-card__download {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .tour-link {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding: 15px;
    padding: 0.9375rem;
  }
  .tour-link__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
  .tour-link__image {
    width: 100%;
  }
  .tour-link__content {
    width: 100%;
  }
  .tour-link__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .tour-link__desc {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .tour-link__capacity {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .tour-link__capacity-label {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .tour-link__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tour-link__wrap li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .tour-link__points {
    margin-top: rem816;
    margin-top: rem816;
  }
  .tour-link__button {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .tour-link__list {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
  }
  .tour-link__item-img {
    width: 120px;
    width: 7.5rem;
  }
  .tour-link__item-img img {
    aspect-ratio: 120/100;
  }
  .tour-link__item-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .tour-link__item-capacity {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .tour-tab__tabs {
    gap: 4px;
    gap: 0.25rem;
  }
  .tour-tab__tab {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 64px;
    min-width: 4rem;
    padding: 12px 0px;
    padding: 0.75rem 0rem;
    word-break: keep-all;
  }
  .tour-tab__tab a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bus-operation {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
  .bus-operation__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bus-operation__block.bus-operation__block--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bus-operation__img {
    width: 100%;
  }
  .bus-operation__img img {
    padding-bottom: 0;
  }
  .bus-operation__content {
    margin-left: 0;
    margin-right: -20px;
    margin-right: -1.25rem;
    margin-top: -20px;
    margin-top: -1.25rem;
    padding: 25px 20px;
    padding: 1.5625rem 1.25rem;
    width: 100%;
  }
  .bus-operation__content.bus-operation__content--reverse {
    margin-left: -20px;
    margin-left: -1.25rem;
    margin-right: 0;
  }
  .bus-operation__heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .bus-operation__text {
    line-height: 2;
  }
  .bus-operation__btn {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .bus-service {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .bus-service__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
  .bus-service__item {
    aspect-ratio: unset;
    width: 100%;
  }
  .contact-privacy {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .contact-privacy__contents {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .contact {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .declaration {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-bottom: 50px;
    padding-bottom: 3.125rem;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .declaration__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .declaration__img {
    width: 160px;
    width: 10rem;
  }
  .declaration__img img {
    aspect-ratio: 162/200;
  }
  .declaration__contents {
    margin-left: 0;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .declaration__title {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
  .declaration__download {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .eco-cap {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .eco-cap--last {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
  .eco-cap__contents--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eco-cap__img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-top: 1.5rem;
    max-width: 360px;
    max-width: 22.5rem;
    width: 100%;
  }
  .eco-cap__img img {
    aspect-ratio: 335/112;
  }
  .eco-cap__data-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .eco-cap__data-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .eco-cap__data-items,
  .eco-cap__receipt-items {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .eco-cap__data-label,
  .eco-cap__receipt-date {
    width: 100px;
    width: 6.25rem;
  }
  .environment-guide {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .environment-guide__items {
    gap: 10px;
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .environment-guide__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .environment {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .environment__cards {
    grid-template-columns: 1fr;
  }
  .environment__description {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .environment__points {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 16px;
    padding: 1rem;
  }
  .environment__point + .environment__point {
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .environment__point-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .environment__point-text {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .environment__note {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .equipment {
    margin: 48px 0;
    margin: 3rem 0;
  }
  .equipment__contents {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .equipment__contents + .equipment__contents {
    margin-top: 56px;
    margin-top: 3.5rem;
  }
  .equipment__sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .equipment__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    gap: 1rem;
  }
  .equipment__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .equipment__img {
    margin-right: 0;
    width: 100%;
  }
  .equipment__name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .equipment__desc {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .equipment__price {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .equipment__cards {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .equipment__body {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .fee-caution__title p {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .fee-caution__text {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .fee-question__list {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .fee-safety {
    margin: 48px 0;
    margin: 3rem 0;
  }
  .fee-safety__title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .fee-safety__img {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .fee-safety__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    gap: 2rem;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 16px 12px;
    padding: 1rem 0.75rem;
  }
  .fee-safety__logo {
    max-width: 250px;
    max-width: 15.625rem;
  }
  .fee-safety__contents {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    gap: 0.75rem;
    margin-left: 0;
    width: 100%;
  }
  .fee-safety__content {
    width: 100%;
  }
  .fee-safety__qr img {
    width: 64px;
    width: 4rem;
  }
  .fee-safety__panel {
    border-radius: 0.625rem;
    padding: 16px;
    padding: 1rem;
  }
  .fee-safety__block + .fee-safety__block {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .fee-safety__heading {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .fee-safety__body {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .fee-safety__para {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fee-safety__note {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fee-safety__lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .fee-safety__table {
    min-width: 640px;
    min-width: 40rem;
  }
  .fee-safety__rowhead {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 14px;
    padding: 0.75rem 0.875rem;
    width: 200px;
    width: 12.5rem;
  }
  .fee-safety__cell {
    padding: 12px 14px;
    padding: 0.75rem 0.875rem;
  }
  .fee-safety__list {
    font-size: 13.5px;
    font-size: 0.84375rem;
    line-height: 1.8;
  }
  .fee-system {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .fee-system__title::after {
    content: "施行：\a令和5年8月25日";
    font-size: 12px;
    font-size: 0.75rem;
    top: 0;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: initial;
            transform: initial;
    white-space: pre;
  }
  .fee-system__block {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .fee-system__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .fee-system__number {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
    font-size: 1.125rem;
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
  }
  .fee-system__head-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .fee-system__caption-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .fee-system__unit {
    margin-left: auto;
  }
  .fee-system__table th,
  .fee-system__table td {
    height: 50px;
    height: 3.125rem;
  }
  .fee-system__table th.fee-system__region,
  .fee-system__table td.fee-system__region {
    width: 50px;
    width: 3.125rem;
  }
  .fee-system__table th.fee-system__table-label {
    min-width: 55px;
    min-width: 3.4375rem;
    width: 55px;
    width: 3.4375rem;
  }
  .fee-system__table th.fee-system__table-label.fee-system__table-label--small {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .fee-system__table th.fee-system__group-label {
    min-width: 25px;
    min-width: 1.5625rem;
    width: 25px;
    width: 1.5625rem;
  }
  .fee-system__table--sp {
    display: table;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .fee-system__table--pc {
    display: none;
    margin-top: 0;
  }
  .fee-system__text.fee-system__text--orange {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
  }
  .first-aid {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .first-aid__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
  .first-aid__img {
    margin: 0 auto;
    width: 100px;
    width: 6.25rem;
  }
  .first-aid__lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .first-aid__sub-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .first-aid__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first-aid__card {
    padding: 20px;
    padding: 1.25rem;
    width: 100%;
  }
  .first-aid__card--wide {
    width: 100%;
  }
  .first-aid__card--narrow {
    width: 100%;
  }
  .first-aid__card-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .first-aid__card-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .first-aid__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .green-other {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .green-other__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
    gap: 3.75rem;
  }
  .green-other__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .green-other__img {
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .green {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .green__block {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .green__block + .green__block {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .green__block-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 32px;
    margin-top: 2rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .green__list {
    gap: 48px;
    gap: 3rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .green__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .green__img {
    max-width: none;
    max-width: initial;
  }
  .green__content {
    margin-left: 0;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .history-bg {
    padding-bottom: 80px;
    padding-bottom: 5rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .history {
    background-color: #fff;
    padding: 30px 0 40px;
    padding: 1.875rem 0 2.5rem;
  }
  .history__inner.inner {
    max-width: 600px;
    max-width: 37.5rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .history__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .history__block {
    gap: 24px;
    gap: 1.5rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .history__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .history__wrap.history__wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .history__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .history__img,
  .history__logo {
    margin-left: auto;
    margin-right: auto;
  }
  .how-use {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .how-use__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    gap: 2rem;
  }
  .how-use__item {
    width: 100%;
  }
  .how-use__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .locate {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .locate--last {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
  .locate__title {
    line-height: 1.5;
  }
  .locate__title::before {
    height: 36px;
    height: 2.25rem;
  }
  .locate__contents {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .locate__thead {
    display: none;
  }
  .locate__row {
    display: block;
  }
  .locate__row + .locate__row {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .locate__office {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    width: 100%;
  }
  .locate__office-name {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .locate__info {
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    width: 100%;
  }
  .locate__departments {
    border-left: none;
    border-top: 1px solid #E6E6E6;
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
  }
  .locate__department {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-left: 1px solid #E6E6E6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .main-post {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .main-post__title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 16px;
    margin-top: 1rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .main-post__btn {
    margin-top: 50px;
    margin-top: 3.125rem;
  }
  .main-post__content {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .main-post__content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 40px;
    margin-top: 2.5rem;
    padding-bottom: 24px;
    padding-bottom: 1.5rem;
  }
  .main-post__content h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 32px;
    margin-top: 2rem;
    padding: 20px 0;
    padding: 1.25rem 0;
  }
  .main-post__content h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .main-post__content h5 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 24px;
    margin-top: 1.5rem;
    padding: 4px 0 4px 16px;
    padding: 0.25rem 0 0.25rem 1rem;
  }
  .main-post__content h6 {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .main-post__content p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .main-post__content ul {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .main-post__content ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .main-post__content ol {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .main-post__content ol li {
    font-size: rem814;
    font-size: rem814;
  }
  .main-post__content figure {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .management {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
  .management__items {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .management__item {
    aspect-ratio: unset;
  }
  .measure {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .measure__items {
    gap: 16px;
    gap: 1rem;
    grid-template-columns: 1fr;
  }
  .measure__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 16px;
    padding: 1rem;
    text-align: left;
  }
  .measure__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px;
    margin-right: 1rem;
    width: 64px;
    width: 4rem;
  }
  .measure__title {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 0;
  }
  .measure__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .news {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .others {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .others__cards {
    gap: 24px;
    gap: 1.5rem;
  }
  .others__card {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
    padding: 1.5rem;
  }
  .others__img {
    width: 100%;
  }
  .others__content {
    margin-top: 24px;
    margin-top: 1.5rem;
    padding-left: 0;
    width: 100%;
  }
  .others__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .others__text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .others__btn-wrap {
    text-align: center;
  }
  .others__btn {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 240px;
    max-width: 15rem;
    padding: 16px 20px;
    padding: 1rem 1.25rem;
  }
  .page-404 {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .privacy {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .privacy__head {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .privacy__contents {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .privacy__block {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .privacy__subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  .privacy__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.9285714286;
  }
  .privacy__contents {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 16px;
    padding: 1rem;
  }
  .privacy__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .privacy__text-right {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .privacy__section {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .privacy__section-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .privacy__list {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .privacy__list li {
    margin-top: 8px;
    margin-top: 0.5rem;
    text-indent: 30px;
    text-indent: 1.875rem;
  }
  .profile {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .profile + .profile {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
  .profile__item {
    padding-right: 0;
  }
  .profile__label {
    font-size: 14px;
    font-size: 0.875rem;
    width: 100%;
    width: 93px;
    width: 5.8125rem;
  }
  .profile__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .profile__item--certified {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .profile__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    gap: 0.5rem;
  }
  .profile__img {
    width: 125px;
    width: 7.8125rem;
  }
  .profile__map {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .reserve-caution {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .reserve-caution__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .reserve-caution__table-wrap {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .reserve-caution__row {
    display: block;
  }
  .reserve-caution__col {
    border-left: none;
    border-top: 2px solid #E6E6E6;
    border-top: 0.125rem solid #E6E6E6;
    width: 100%;
  }
  .reserve-caution__col.reserve-caution__col--left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    gap: 0.3125rem;
    width: 100%;
  }
  .reserve-caution__col--right {
    width: 100%;
  }
  .reserve-caution__label {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .reserve-caution__table-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .reserve-caution__note {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .reserve-flow {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .reserve-flow__item {
    border-radius: 0.5rem;
    display: block;
  }
  .reserve-flow__item:not(:first-child)::before {
    display: none;
  }
  .reserve-flow__step {
    margin-bottom: 12px;
    margin-bottom: 0.75rem;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .reserve-flow__step::after {
    border: none;
    border-left: 15px solid transparent;
    border-left: 0.9375rem solid transparent;
    border-right: 15px solid transparent;
    border-right: 0.9375rem solid transparent;
    border-top: 15px solid #F5F7FA;
    border-top: 0.9375rem solid #F5F7FA;
    bottom: -15px;
    bottom: -0.9375rem;
    left: 50%;
    right: auto;
    top: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .reserve-flow__number {
    font-size: 32px;
    font-size: 2rem;
  }
  .reserve-flow__label {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 0;
  }
  .reserve-flow__content {
    padding: 30px 20px;
    padding: 1.875rem 1.25rem;
  }
  .reserve-flow__btns {
    gap: 10px;
    gap: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reserve-flow__contact,
  .reserve-flow__downloads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
  }
  .reserve-flow__download {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .reserve {
    margin-bottom: 100px;
    margin-bottom: 6.25rem;
  }
  .reserve__items {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .safe-modal__content {
    margin: 40px auto;
    margin: 2.5rem auto;
    max-height: 80vh;
    min-width: 0;
    min-width: initial;
    padding: 24px;
    padding: 1.5rem;
  }
  .safe-modal__title {
    padding-bottom: 16px;
    padding-bottom: 1rem;
  }
  .safe-modal__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(295px, 1fr));
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .safe-modal__card {
    width: 100%;
  }
  .safe-modal__card-img {
    margin-left: auto;
    margin-right: auto;
    width: 295px;
    width: 18.4375rem;
  }
  .safe-modal__card-img img {
    aspect-ratio: 295/186;
  }
  .safe-modal__card-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .safe-modal__head {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .safe-modal__head::before {
    height: 100%;
  }
  .safe-modal__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    gap: 1.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .safe-modal__img {
    width: 100%;
  }
  .safe-modal__text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .safe-operation {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .safe-operation__items {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .safe-operation__item {
    aspect-ratio: unset;
  }
  .safety-bus {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .safety-bus__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    gap: 1.5rem;
  }
  .safety-bus__img {
    margin: 0 auto;
    width: 100px;
    width: 6.25rem;
  }
  .safety-bus__lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .safety-bus__btn-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    gap: 0.75rem;
  }
  .safety-bus__sub-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .safety-bus__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .sitemap {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .sitemap__groups {
    gap: 32px;
    gap: 2rem;
    grid-template-columns: 1fr;
  }
  .sitemap__heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .sitemap__list {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .sitemap__list-item a {
    font-size: 16px;
    font-size: 1rem;
  }
  .sitemap__sublist a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .thanks {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .thanks__content {
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .thanks__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.1428571429;
  }
  .thanks__btn {
    margin-top: 48px;
    margin-top: 3rem;
  }
  .top-about {
    aspect-ratio: unset;
    background-image: url(../images/top/bg-about_sp2.png);
    background-position: center top;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    padding-top: 80px;
    padding-top: 5rem;
  }
  .top-about__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    gap: 3rem;
  }
  .top-about__video {
    aspect-ratio: 305/544;
    max-width: none;
    max-width: initial;
    width: 100%;
  }
  .top-about__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.8;
  }
  .top-about__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2.4285714286;
    margin-top: 36px;
    margin-top: 2.25rem;
  }
  .top-about__btn {
    margin-top: 36px;
    margin-top: 2.25rem;
    text-align: center;
  }
  .top-about__img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 54px;
    margin-top: 3.375rem;
    max-width: 400px;
    max-width: 25rem;
    width: 100%;
  }
  .top-about__img img {
    aspect-ratio: 345/197;
  }
  .top-bus__head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 70px;
    margin-top: 4.375rem;
  }
  .top-bus__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 24px;
    margin-top: 1.5rem;
    text-align: left;
  }
  .top-bus__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    gap: 1.25rem;
    margin-top: 45px;
    margin-top: 2.8125rem;
  }
  .top-bus__item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
    width: 100%;
  }
  .top-fv {
    padding-bottom: 32px;
    padding-bottom: 2rem;
    padding-top: 32px;
    padding-top: 2rem;
  }
  .top-fv::before {
    width: 100%;
  }
  .top-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-fv__content {
    width: 100%;
  }
  .top-fv__title {
    font-size: 35px;
    font-size: 2.1875rem;
    letter-spacing: 0.06em;
  }
  .top-fv__title span {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .top-fv__lead {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .top-fv__slider {
    margin-left: 0;
    margin-right: calc(50% - 50vw);
    margin-top: 24px;
    margin-top: 1.5rem;
    width: 100vw;
  }
  .top-fv__pagination {
    padding-right: 100px;
    padding-right: 6.25rem;
  }
  .top-fv__slider .swiper-pagination-bullet {
    border-color: #fff;
    height: 8px;
    height: 0.5rem;
    width: 8px;
    width: 0.5rem;
  }
  .top-fv__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
    height: 10px;
    height: 0.625rem;
    width: 10px;
    width: 0.625rem;
  }
  .top-link {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .top-link__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-link__item {
    padding: 2px;
    padding: 0.125rem;
    text-align: center;
  }
  .top-link__item a {
    margin-left: auto;
    margin-right: auto;
  }
  .top-news {
    padding: 60px 0;
    padding: 3.75rem 0;
  }
  .top-news::after {
    aspect-ratio: 355/877;
    background-image: url("../images/top/bg-news_sp.png");
    width: 95%;
  }
  .top-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    gap: 0rem;
  }
  .top-news__btn {
    margin-top: 48px;
    margin-top: 3rem;
    text-align: center;
  }
  .top-news__items {
    margin-top: 32px;
    margin-top: 2rem;
    padding: 24px 20px;
    padding: 1.5rem 1.25rem;
  }
  .top-philosophy {
    background-position: center top, center bottom;
    background-size: 100% 100%, cover;
    min-height: 520px;
    min-height: 32.5rem;
    padding: 56px 0 300px;
    padding: 3.5rem 0 18.75rem;
  }
  .top-philosophy__text + .top-philosophy__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .top-philosophy__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
  }
  .top-philosophy__headline {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 32px;
    margin-top: 2rem;
  }
  .top-recruit {
    margin-top: 50px;
    margin-top: 3.125rem;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .top-recruit__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .top-recruit__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .top-recruit__btn {
    margin-top: 48px;
    margin-top: 3rem;
    text-align: center;
  }
  .top-recruit__items {
    gap: 12px;
    gap: 0.75rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 28px;
    margin-top: 1.75rem;
  }
  .top-recruit__item {
    max-height: 120px;
    max-height: 7.5rem;
  }
  .top-reserve {
    margin-top: 80px;
    margin-top: 5rem;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
    padding-top: 40px;
    padding-top: 2.5rem;
  }
  .top-reserve::after {
    aspect-ratio: 360/600;
    width: 95%;
  }
  .top-reserve::before {
    aspect-ratio: 360/974;
    max-height: 800px;
    max-height: 50rem;
    width: 95%;
  }
  .top-reserve__head {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    gap: 2rem;
  }
  .top-reserve__title {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .top-reserve__btn {
    text-align: center;
  }
  .top-reserve__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 15px;
    margin-left: 0.9375rem;
    margin-right: 15px;
    margin-right: 0.9375rem;
    margin-top: 68px;
    margin-top: 4.25rem;
  }
  .transport-plan {
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .transport-plan__term {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0;
    margin-top: 4px;
    margin-top: 0.25rem;
  }
  .transport-plan__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    gap: 1rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .transport-plan__card {
    max-width: 100%;
    padding: 20px;
    padding: 1.25rem;
    width: 100%;
  }
  .transport-plan__card-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .transport-plan__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .transport-plan__dl {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .transport {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .transport__list li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .transport__table-wrap {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .transport__note {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .transport__dl.transport__dl--center {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .transport__dl.transport__dl--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .transport__dl.transport__dl--small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .transport__list-title {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .transport__head {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .user-voice {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
    padding-top: 60px;
    padding-top: 3.75rem;
  }
  .user-voice__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .user-voice__title::before {
    font-size: 48px;
    font-size: 3rem;
  }
  .user-voice__items {
    gap: 32px;
    gap: 2rem;
  }
  .user-voice__card {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    gap: 0.625rem;
  }
  .user-voice__card--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .user-voice__icon {
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .user-voice__content {
    padding: 16px 25px 36px;
    padding: 1rem 1.5625rem 2.25rem;
  }
  .user-voice__content::before {
    border-bottom: 12px solid #fff;
    border-bottom: 0.75rem solid #fff;
    border-left: 10px solid transparent;
    border-left: 0.625rem solid transparent;
    border-right: 10px solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: none;
    left: 50%;
    top: -10px;
    top: -0.625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .user-voice__card--reverse .user-voice__content::before {
    border-left: 10px solid transparent;
    border-left: 0.625rem solid transparent;
    border-right: 10px solid transparent;
    border-right: 0.625rem solid transparent;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .user-voice__lead {
    line-height: 1.8;
  }
  .user-voice__tags {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
    gap: 0.875rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .user-voice__text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 2;
    margin-top: 14px;
    margin-top: 0.875rem;
  }
  .user-voice__btn {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .white-menu {
    margin-bottom: 80px;
    margin-bottom: 5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .white-menu__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    gap: 2rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    margin-top: 2rem;
    max-width: 420px;
    max-width: 26.25rem;
    width: 100%;
  }
  .white-menu__item {
    padding: 20px;
    padding: 1.25rem;
    width: 100%;
  }
  .white-menu__title-small {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .white-menu__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .white {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .white__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .white__box {
    margin-top: 32px;
    margin-top: 2rem;
    max-width: none;
    max-width: initial;
  }
  .white__box-label {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .white__box-text {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .white__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    gap: 1rem;
    margin-top: 0px;
    margin-top: 0rem;
    max-width: none;
    max-width: initial;
  }
  .white__img {
    width: 100%;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}


@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}

@media (hover: hover){
  a:hover {
    opacity: 0.8;
  }
  .to-top__btn:hover {
    background-color: rgb(40.2450867052, 78.2543352601, 153.1549132948);
    -webkit-box-shadow: 0 0.625rem 1.375rem rgba(0, 0, 0, 0.25);
            box-shadow: 0 0.625rem 1.375rem rgba(0, 0, 0, 0.25);
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
}

@media (hover: none){
  a:active {
    opacity: 0.8;
  }
  .to-top__btn:active {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  .p-form__send input:active {
    opacity: 0.7;
  }
  .p-form__send:active::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

@media screen and (max-width: 599px){
  .top-fv__pagination {
    padding-right: 40px;
    padding-right: 2.5rem;
  }
}

@media screen and (min-width: 1600px){
  .top-reserve::after {
    width: 90%;
  }
  .top-reserve__items {
    margin-top: 137px;
    margin-top: 8.5625rem;
  }
}

@media screen and (min-width: 1440px){
  .top-reserve::before {
    aspect-ratio: 1710/544;
    max-width: 1800px;
    max-width: 112.5rem;
  }
}

/* 20251029追加 */
.top-reserve::before{
  display: none;
}
.top-reserve__inner .top-reserve__items{
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  margin-top: 4.5rem;
  background-color: rgba(255, 255, 255, 0.82);
  border-radius: 0.5rem;
  padding: 3.0rem 0;
}
@media screen and (max-width: 767px) {
    .top-reserve__inner .top-reserve__items{
      margin-top: 1.5rem;
      padding: 3rem 1.5rem;
    }
}
.top-reserve__inner .reserve-card{
  width: 40%;
}
@media screen and (max-width: 767px) {
   .top-reserve__inner .reserve-card{
    width: 100%;
  } 
}

.top-reserve__inner .reserve-card__img{
    aspect-ratio: auto;
}

/* 20251030追加 */
.sub-guidance__btn-wrap.contact_btn .btn a{
    padding: 1.5rem 1.5rem;
    justify-content: center;
}
.contact_btn_list a{
      border: 1px solid #C2C2C2;
    border-radius: 0.5rem;
    color: #003399;
    padding: 1.125rem 1.5rem;
    margin-right: 1rem;
}

/*# sourceMappingURL=style.css.map */
