@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-end: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

input, button,
textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, figure, button {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  height: auto;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #333;
}

:root {
  --scrollbar: 0;
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 132px;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .l-header {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 65px;
  }
}
.l-header__logo {
  padding-inline-start: 32px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    padding-inline-start: 14px;
  }
}
@media screen and (max-width: 1760px) {
  .l-header__logo img {
    width: 170px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__logo img {
    width: auto;
    height: 40px;
  }
}
.l-header__logo a {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.l-header__logo a:hover {
  opacity: 0.8;
}
.l-header__content {
  padding-inline-end: 32px;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .l-header__content {
    display: none;
    position: absolute;
    top: 100px;
    left: 0;
    padding-block: 12px 24px;
    padding-inline: 14px;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-header__content {
    top: 65px;
    height: calc(100vh - 65px);
    height: calc(100dvh - 65px);
  }
}
.l-header__content.is-show {
  display: block;
}
.l-header__content-tops {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-block-start: 23px;
  height: 63px;
}
@media screen and (max-width: 1600px) {
  .l-header__content-tops {
    padding-block-start: 0;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.l-header__content-bottoms {
  height: 69px;
}
@media screen and (max-width: 1600px) {
  .l-header__content-bottoms {
    height: auto;
  }
}

@media screen and (max-width: 1600px) {
  .is-ham-menu-show .l-header-language {
    display: none;
  }
}

body.is-non-scroll {
  overflow-y: hidden;
}

.l-header-links {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1600px) {
  .l-header-links {
    margin-block-start: 32px;
    flex-direction: column;
    row-gap: 8px;
  }
}
.l-header-links > li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .l-header-links > li a {
    position: relative;
    padding-inline-start: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-links > li a::before {
    position: absolute;
    top: 6px;
    left: 0;
    flex-shrink: 0;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/assets/img/common/arrow2_right_red.svg");
    background-repeat: no-repeat;
  }
}
.l-header-links > li a:hover {
  color: #A52121;
  text-decoration: underline;
}
.l-header-links.-pc {
  display: flex;
}
@media screen and (max-width: 1600px) {
  .l-header-links.-pc {
    display: none;
  }
}
.l-header-links.-sp {
  display: none;
}
@media screen and (max-width: 1600px) {
  .l-header-links.-sp {
    display: flex;
  }
}

.l-header-language {
  position: relative;
}
@media screen and (max-width: 1600px) {
  .l-header-language {
    position: static;
  }
}
.l-header-language__btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding-inline-start: 14px;
  width: 140px;
  height: 40px;
  background-color: #F9EFEF;
  border: none;
  background-image: url("/assets/img/common/arrow_pulldown.svg");
  background-repeat: no-repeat;
  background-position: right 8px center;
  cursor: pointer;
  transition: 0.2s background-color;
}
@media screen and (max-width: 1600px) {
  .l-header-language__btn {
    display: none;
  }
}
.l-header-language__btn::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/icon_language.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.l-header-language__btn span {
  font-size: 1.2rem;
  text-align: left;
  font-weight: 700;
}
.l-header-language__btn:hover {
  background-color: #DB3232;
  color: #fff;
}
.l-header-language__btn:hover::before {
  background-image: url("/assets/img/common/icon_language_white.svg");
}
@media screen and (max-width: 1600px) {
  .l-header-language__sp-area {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: calc(100vh - 100px);
    height: calc(100dvh - 100px);
  }
}
@media screen and (max-width: 768px) {
  .l-header-language__sp-area {
    height: calc(100vh - 65px);
    height: calc(100dvh - 65px);
  }
}
@media screen and (max-width: 1600px) {
  .l-header-language__sp-area-inner {
    padding-block-end: 24px;
    padding-inline: 14px;
  }
}
.l-header-language__drop {
  display: none;
  position: absolute;
  top: 40px;
  left: 1px;
  z-index: 1000;
  background-color: #fff;
  border: 1px solid #767676;
  border-top: none;
  width: 138px;
}
@media screen and (max-width: 1600px) {
  .l-header-language__drop {
    display: block;
    position: static;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-language__drop > li:first-child a {
    border-top: 2px solid #DB3232;
  }
}
.l-header-language__drop > li a {
  display: block;
  padding-block: 6px;
  padding-inline: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .l-header-language__drop > li a {
    padding-block: 16px;
    padding-inline: 14px;
    border-bottom: 2px solid #DB3232;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
@media screen and (min-width: 1600px) {
  .l-header-language__drop > li a:hover {
    background-color: #1967D2;
    color: #fff;
  }
}
.l-header-language__drop.is-show {
  display: block;
}

@media screen and (max-width: 1600px) {
  .is-lan-menu-show .l-header-search,
  .is-lan-menu-show .l-header-links,
  .is-lan-menu-show .l-header-nav,
  .is-lan-menu-show .l-header-close-sp-btn.-ham-close {
    display: none;
  }
}

.l-header-search {
  width: 216px;
}
@media screen and (max-width: 1600px) {
  .l-header-search {
    width: 100%;
  }
}
.l-header-search form.gsc-search-box,
.l-header-search table.gsc-search-box {
  margin: 0;
}
.l-header-search .gsc-control-cse {
  padding: 0;
  border: none;
  background-color: transparent;
}
.l-header-search .gsc-input-box {
  padding: 0;
  border: none;
}
.l-header-search .gsib_a {
  padding: 0;
}
.l-header-search .gsst_b {
  display: none;
}
.l-header-search table.gsc-search-box td.gsc-input {
  padding-right: 0;
}
.l-header-search .gsc-search-button-v2 svg {
  display: none;
}
.l-header-search input.gsc-input {
  position: relative;
  margin: 0 !important;
  padding-block: 5px !important;
  padding-inline: 8px !important;
  width: 168px !important;
  border: none;
  border-radius: 10px 0 0 10px;
  height: 40px !important;
  background-color: #F9EFEF !important;
  background-image: url("/assets/img/common/search_text1.svg") !important;
  background-repeat: no-repeat !important;
  background-position: left 12px center !important;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 1600px) {
  .l-header-search input.gsc-input {
    width: 100% !important;
  }
}
.l-header-search input.gsc-input:focus {
  background-image: none !important;
}
.l-header-search .gsc-search-button button.gsc-search-button {
  position: relative;
  left: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  width: 48px;
  height: 40px;
  border-radius: 0 6px 6px 0;
  background-color: #DB3232;
  background-image: url("/assets/img/common/search_text2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s background-color;
}
@media screen and (max-width: 1600px) {
  .l-header-search .gsc-search-button button.gsc-search-button {
    width: 52px;
  }
}
.l-header-search .gsc-search-button button.gsc-search-button:hover {
  background-color: #A52121;
}

.l-header-nav {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1600px) {
  .l-header-nav {
    display: block;
    margin-block-start: 16px;
    height: auto;
  }
}

.l-header-nav-global-list {
  margin-block-start: 17px;
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 1760px) {
  .l-header-nav-global-list {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list {
    flex-direction: column;
    border-top: 2px solid #DB3232;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list > li {
    border-bottom: 2px solid #DB3232;
  }
}
.l-header-nav-global-list__link {
  position: relative;
  z-index: 501;
  display: flex;
  padding-inline-start: 30px;
  height: 52px;
  background-color: transparent;
  background-image: url("/assets/img/common/arrow_right_red2.svg");
  background-repeat: no-repeat;
  background-position: left top 1px;
  border: none;
  cursor: pointer;
  font-family: "Zen Kaku Gothic New", sans-serif;
  transition: all 0.3s ease;
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link {
    display: block;
    padding-block: 18px;
    padding-inline: 50px 14px;
    width: 100%;
    height: auto;
    background-position: left 14px center;
    background-size: 24px auto;
    font-size: 1.8rem;
    text-align: left;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-local {
    background-image: url("/assets/img/common/icon_bus.svg");
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-highway {
    background-image: url("/assets/img/common/icon_highway.svg");
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-limousine {
    background-image: url("/assets/img/common/icon_airport.svg");
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-express {
    background-image: url("/assets/img/common/icon_bag.svg");
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-okoshi {
    background-image: url("/assets/img/common/icon_torii.svg");
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-guide {
    background-image: url("/assets/img/common/icon_guide.svg");
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-recruit {
    background-image: url("/assets/img/common/icon_recruit.svg");
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link::before {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/assets/img/common/arrow_right_red.svg");
    background-repeat: no-repeat;
    background-size: 20px;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-blank::before {
    background-image: url("/assets/img/common/icon_blank.svg");
    background-size: 18px auto;
    background-position: left bottom;
  }
}
.l-header-nav-global-list__link.-blank::after {
  content: "";
  display: inline-block;
  margin-inline-start: 8px;
  position: relative;
  top: 4px;
  width: 26px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-blank::after {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-nav-global-list__link.-acc::before {
    background-image: url("/assets/img/common/arrow_bottom_red.svg");
  }
}
@media screen and (max-width: 768px) {
  .l-header-nav-global-list__link.is-active::before {
    background-image: url("/assets/img/common/arrow_top_red.svg");
  }
}
@media screen and (min-width: 1600px) {
  .l-header-nav-global-list__link:hover, .l-header-nav-global-list__link.is-active {
    background-image: url("/assets/img/common/arrow_right_red3.svg");
    color: #A52121;
    text-decoration: underline;
  }
  .l-header-nav-global-list__link:hover.-acc, .l-header-nav-global-list__link.is-active.-acc {
    background-image: url("/assets/img/common/arrow_bottom_red3.svg");
  }
}

.l-header-megamenu {
  display: none;
  position: absolute;
  top: 132px;
  left: 0;
  z-index: 500;
  padding-block: 96px;
  padding-inline: 14px;
  width: calc(100vw - var(--scrollbar));
  background-color: #F9EFEF;
  background-image: url("/assets/img/common/megamenu_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu {
    position: static;
    padding-block: 0 24px;
    background-color: #fff;
    width: 100%;
  }
}
.l-header-megamenu__inner {
  display: flex;
  -moz-column-gap: 80px;
       column-gap: 80px;
  margin-inline: auto;
  padding-block: 32px;
  padding-inline: 32px;
  border-radius: 10px;
  max-width: 1400px;
  background-color: #fff;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__inner {
    display: block;
    padding-block: 0;
    padding-inline: 32px 0;
  }
}
.l-header-megamenu__top-link a,
.l-header-megamenu__top-link .-no-link {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__top-link a,
  .l-header-megamenu__top-link .-no-link {
    position: relative;
    display: block;
    padding-inline: 20px 14px;
    font-size: 1.6rem;
  }
}
.l-header-megamenu__top-link a::before,
.l-header-megamenu__top-link .-no-link::before {
  content: "";
  display: block;
  margin-inline-end: 24px;
  width: 47px;
  height: 47px;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__top-link a::before,
  .l-header-megamenu__top-link .-no-link::before {
    position: absolute;
    top: 6px;
    left: 0;
    flex-shrink: 0;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/assets/img/common/arrow2_right_red.svg");
    background-repeat: no-repeat;
  }
}
.l-header-megamenu__top-link a span.-sp,
.l-header-megamenu__top-link .-no-link span.-sp {
  display: none;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__top-link a span.-sp,
  .l-header-megamenu__top-link .-no-link span.-sp {
    display: inline;
  }
}
.l-header-megamenu__top-link a span.-small,
.l-header-megamenu__top-link .-no-link span.-small {
  font-size: 1.4rem;
}
.l-header-megamenu__top-link a.-local::before,
.l-header-megamenu__top-link .-no-link.-local::before {
  height: 55px;
  background-image: url("/assets/img/common/icon_bus.svg");
}
.l-header-megamenu__top-link a.-highway::before,
.l-header-megamenu__top-link .-no-link.-highway::before {
  height: 47px;
  background-image: url("/assets/img/common/icon_highway.svg");
}
.l-header-megamenu__top-link a.-limousine::before,
.l-header-megamenu__top-link .-no-link.-limousine::before {
  height: 47px;
  background-image: url("/assets/img/common/icon_airport.svg");
}
.l-header-megamenu__top-link a.-express::before,
.l-header-megamenu__top-link .-no-link.-express::before {
  height: 38px;
  background-image: url("/assets/img/common/icon_bag.svg");
}
.l-header-megamenu__top-link a.-okoshi::before,
.l-header-megamenu__top-link .-no-link.-okoshi::before {
  height: 47px;
  background-image: url("/assets/img/common/icon_okoshi.svg");
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__top-link a.-local::before, .l-header-megamenu__top-link a.-highway::before, .l-header-megamenu__top-link a.-limousine::before, .l-header-megamenu__top-link a.-express::before, .l-header-megamenu__top-link a.-okoshi::before,
  .l-header-megamenu__top-link .-no-link.-local::before,
  .l-header-megamenu__top-link .-no-link.-highway::before,
  .l-header-megamenu__top-link .-no-link.-limousine::before,
  .l-header-megamenu__top-link .-no-link.-express::before,
  .l-header-megamenu__top-link .-no-link.-okoshi::before {
    height: 12px;
    background-image: url("/assets/img/common/arrow2_right_red.svg");
  }
}
.l-header-megamenu__top-link a:hover,
.l-header-megamenu__top-link .-no-link:hover {
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__top-link a:hover,
  .l-header-megamenu__top-link .-no-link:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.l-header-megamenu__top-link a:hover.-no-link,
.l-header-megamenu__top-link .-no-link:hover.-no-link {
  text-decoration: none;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__top-link .-no-link {
    display: none;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__top-link:has(.-no-link) {
    margin-block-start: -10px;
  }
}
.l-header-megamenu__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(auto, 319px));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 22px;
  margin-block-start: 32px;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__list {
    grid-template-columns: 1fr;
    row-gap: 10px;
    margin-block-start: 10px;
  }
}
.l-header-megamenu__list > li a {
  display: flex;
  align-items: center;
  padding-block: 24px;
  padding-inline: 24px 40px;
  height: 100%;
  border-radius: 8px;
  background-color: #F9EFEF;
  background-image: url("/assets/img/common/arrow_line_right_red.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__list > li a {
    position: relative;
    display: block;
    padding-block: 0;
    padding-inline: 20px 0;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    background-image: none;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__list > li a::before {
    position: absolute;
    top: 6px;
    left: 0;
    flex-shrink: 0;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("/assets/img/common/arrow2_right_red.svg");
    background-repeat: no-repeat;
  }
}
.l-header-megamenu__list > li a.-blank {
  background-image: url("/assets/img/common/icon_blank.svg");
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__list > li a.-blank {
    background-image: none;
  }
}
@media screen and (max-width: 1600px) {
  .l-header-megamenu__list > li a.-blank::after {
    content: "";
    display: inline-block;
    margin-inline-start: 6px;
    width: 13px;
    height: 12px;
    background-image: url("/assets/img/common/icon_blank.svg");
    background-repeat: no-repeat;
    background-size: 13px auto;
  }
}
@media screen and (min-width: 1600px) {
  .l-header-megamenu__list > li a:hover {
    background-color: #DB3232;
    background-image: url("/assets/img/common/arrow_line_right_white.svg");
    color: #fff;
  }
  .l-header-megamenu__list > li a:hover.-blank {
    background-image: url("/assets/img/common/icon_blank_white.svg");
  }
}
.l-header-megamenu.is-show {
  display: block;
}

.l-header-hamburger-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  border: none;
  background-color: #DB3232;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .l-header-hamburger-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header-hamburger-btn {
    width: 65px;
    height: 65px;
  }
}
.l-header-hamburger-btn__lines {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
  width: 28px;
  height: 19px;
}
@media screen and (max-width: 768px) {
  .l-header-hamburger-btn__lines {
    top: 16px;
  }
}
.l-header-hamburger-btn__lines .line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.3s;
}
.l-header-hamburger-btn__lines .line:nth-child(2) {
  width: 71.4%;
}
.l-header-hamburger-btn__lines .line:nth-child(3) {
  width: 46.4%;
}
.l-header-hamburger-btn .label {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header-hamburger-btn .label {
    bottom: 8px;
    font-size: 1rem;
  }
}
.l-header-hamburger-btn.is-active .l-header-hamburger-btn__lines {
  width: 24px;
}
.l-header-hamburger-btn.is-active .l-header-hamburger-btn__lines .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.l-header-hamburger-btn.is-active .l-header-hamburger-btn__lines .line:nth-child(2) {
  display: none;
}
.l-header-hamburger-btn.is-active .l-header-hamburger-btn__lines .line:nth-child(3) {
  width: 100%;
  transform: translateY(-5px) rotate(-45deg);
}
@media (hover: hover) {
  .l-header-hamburger-btn:hover {
    background-color: #A52121;
  }
}

.l-header-language-sp-btn {
  display: none;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 0;
  border: none;
  background-color: #F9EFEF;
  width: 100px;
  height: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1600px) {
  .l-header-language-sp-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-header-language-sp-btn {
    right: 65px;
    width: 65px;
    height: 65px;
  }
}
.l-header-language-sp-btn::before {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/common/icon_language.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px;
}
@media screen and (max-width: 768px) {
  .l-header-language-sp-btn::before {
    top: 14px;
  }
}
.l-header-language-sp-btn .label {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  font-size: 1.2rem;
  color: #DB3232;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-header-language-sp-btn .label {
    bottom: 8px;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .l-header-language-sp-btn:hover {
    opacity: 0.8;
  }
}

.l-header-close-megamenu.c-basic-btn {
  margin-block-start: 32px;
  margin-inline: auto;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .l-header-close-megamenu.c-basic-btn {
    display: none;
  }
}
.l-header-close-megamenu.c-basic-btn span::before {
  background-image: url("/assets/img/common/icon_close.svg");
}

.l-header-close-sp-btn.c-basic-btn {
  display: none;
  margin-inline: auto;
  height: auto;
}
@media screen and (max-width: 1600px) {
  .l-header-close-sp-btn.c-basic-btn {
    display: flex;
    margin-block-start: 32px;
  }
}
.l-header-close-sp-btn.c-basic-btn span::before {
  background-image: url("/assets/img/common/icon_close.svg");
}

.l-footer {
  padding-inline: 14px;
  padding-block-start: 20px;
  border-top: 1px solid #D9D9D9;
}
.l-footer__inner {
  margin-inline: auto;
  max-width: 1400px;
  width: 100%;
}
.l-footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 8px 24px;
}
@media screen and (max-width: 768px) {
  .l-footer__content {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
    padding-block: 12px 10px;
  }
}

.l-footer-logo a {
  transition: 0.2s opacity;
}
.l-footer-logo a:hover {
  opacity: 0.7;
}

.l-footer-pagetop {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-inline: auto;
  padding-inline: 34px;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop {
    padding-inline: 0;
  }
}

.l-footer-pagetop-btn {
  opacity: 0;
  display: block;
  position: absolute;
  bottom: -4px;
  z-index: 50;
  width: 62px;
  height: 62px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop-btn {
    bottom: -5px;
    width: 50px;
    height: 50px;
  }
}
.l-footer-pagetop-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  display: block;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  background-color: #DB3232;
  background-image: url("/assets/img/common/pagetop.svg");
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop-btn::before {
    width: 50px;
    height: 50px;
    background-size: 17px auto;
  }
}
.l-footer-pagetop-btn span {
  display: block;
  padding-block-start: 66px;
  font-size: 1.2rem;
  font-weight: 900;
  color: #DB3232;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop-btn span {
    padding-block-start: 50px;
    font-size: 1rem;
  }
}
.l-footer-pagetop-btn.is-show {
  opacity: 1;
  animation: fadeIn 0.2s forwards;
}
.l-footer-pagetop-btn.is-fixed {
  position: fixed;
  right: 48px;
  bottom: 32px;
}
@media screen and (max-width: 768px) {
  .l-footer-pagetop-btn.is-fixed {
    right: 14px;
  }
}
.l-footer-pagetop-btn:hover::before {
  background-color: #A52121;
}

.l-footer-link {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 768px) {
  .l-footer-link {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.l-footer-link > li a {
  display: inline-block;
  padding-inline-start: 13px;
  background-image: url("/assets/img/common/arrow_line_right_red.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 7px 12px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .l-footer-link > li a {
    padding-inline-start: 12px;
    background-size: 6px 10px;
    font-size: 1.2rem;
  }
}
.l-footer-link > li a:hover {
  text-decoration: underline;
}
.l-footer-link > li a.-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 26px;
  height: 20px;
  background-image: url("/assets/img/common/icon_pdf.svg");
  background-repeat: no-repeat;
}

.l-footer-copyright {
  flex-shrink: 0;
  font-size: 1rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .l-footer-copyright {
    text-align: left;
  }
}

.l-main {
  padding-block-end: 144px;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-block-end: 96px;
  }
}

.l-container {
  margin-inline: auto;
  padding-inline: 16px;
  max-width: 1312px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.js-acc__panel {
  display: none;
}
.js-acc__panel.is-open {
  display: block;
  animation: fadeIn 0.2s forwards;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#0048C5;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #fff);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.c-page-heading {
  padding-block: 32px;
  padding-inline: 14px;
  background-color: #DB3232;
}
@media screen and (max-width: 768px) {
  .c-page-heading {
    padding-block: 24px;
  }
}
.c-page-heading__heading {
  margin-inline: auto;
  max-width: 1200px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 3.6rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-page-heading__heading {
    font-size: 2.4rem;
  }
}

.c-heading-style-a {
  background-color: #F9EFEF;
  padding-block: 20px;
  padding-inline: 20px;
  border-radius: 10px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-heading-style-a {
    font-size: 2rem;
  }
}
.c-heading-style-a + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-heading-style-a + * {
    margin-block-start: 16px;
  }
}

.c-heading-style-b {
  padding-block-end: 16px;
  border-bottom: 4px solid #DB3232;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading-style-b {
    font-size: 1.8rem;
  }
}
.c-heading-style-b + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-heading-style-b + * {
    margin-block-start: 16px;
  }
}

.c-heading-style-c {
  padding-block-end: 14px;
  border-bottom: 2px solid #707070;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading-style-c {
    font-size: 1.6rem;
  }
}
.c-heading-style-c + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-heading-style-c + * {
    margin-block-start: 16px;
  }
}

.c-heading-style-d {
  padding-block-end: 8px;
  border-bottom: 1px solid #707070;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-heading-style-d {
    font-size: 1.6rem;
  }
}
.c-heading-style-d + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-heading-style-d + * {
    margin-block-start: 16px;
  }
}

.c-content-wrap {
  margin-inline: auto;
  padding-inline: 14px;
  max-width: 1228px;
}

.c-section-box {
  margin-inline: auto;
  width: 100%;
}
.c-section-box + .c-section-box {
  margin-block-start: 108px;
}
@media screen and (max-width: 768px) {
  .c-section-box + .c-section-box {
    margin-block-start: 80px;
  }
}
.c-section-box + .c-faq {
  margin-block-start: 108px;
}
@media screen and (max-width: 768px) {
  .c-section-box + .c-faq {
    margin-block-start: 80px;
  }
}
.c-section-box.-inner-level1 {
  margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-section-box.-inner-level1 {
    margin-block-start: 40px;
  }
}
.c-section-box.-inner-level1 + .c-image-and-content {
  margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-section-box.-inner-level1 + .c-image-and-content {
    margin-block-start: 40px;
  }
}
.c-section-box.-mini + .c-section-box.-mini {
  margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-section-box.-mini + .c-section-box.-mini {
    margin-block-start: 24px;
  }
}
.c-section-box.-border {
  padding-block-end: 56px;
  border-bottom: 1px solid #ccc;
}
.c-section-box.-full {
  margin-inline: calc(50% - 50vw);
  width: 100vw;
}

.c-text-box p + p {
  margin-block-start: 32px;
}
.c-text-box.-right {
  text-align: right;
}
.c-text-box.-center {
  text-align: center;
}
.c-text-box.-top-border {
  padding-block-start: 16px;
  border-top: 1px solid #D9D9D9;
}
.c-text-box.-height-style1 {
  min-height: 50px;
}
.c-text-box.-height-style2 {
  min-height: 80px;
}
.c-text-box + * {
  margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-text-box + * {
    margin-block-start: 40px;
  }
}
.c-text-box + .c-list, .c-text-box + .c-link-list, .c-text-box + .c-note-list, .c-text-box + .c-inside-table, .c-text-box + .c-large-text {
  margin-block-start: 16px;
}
.c-text-box + form {
  margin-block-start: 32px;
}
.c-text-box + .c-banner-wrap {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-text-box + .c-banner-wrap {
    margin-block-start: 16px;
  }
}

.c-column {
  display: grid;
}
.c-column.-two {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 55px;
}
@media screen and (max-width: 768px) {
  .c-column.-two {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-column.-two:has(.c-link-card) {
  row-gap: 32px;
}
.c-column.-two.-has-section-link-card > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 0;
}
@media screen and (max-width: 768px) {
  .c-column.-two.-has-section-link-card > li {
    display: block;
  }
}
.c-column.-two.-has-section-link-card > li section {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 768px) {
  .c-column.-two.-has-section-link-card > li section {
    display: block;
  }
}
.c-column.-two.-has-section-link-card > li .c-link-card {
  height: auto;
}
.c-column.-two2 {
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 55px;
}
@media screen and (max-width: 768px) {
  .c-column.-two2 {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
.c-column.-three {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 55px;
}
@media screen and (max-width: 768px) {
  .c-column.-three {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-column.-three:has(.c-link-card) {
  row-gap: 32px;
}
.c-column.-three + .c-image-and-content {
  margin-block-start: 56px;
}
.c-column.-three .c-basic-btn {
  width: 100%;
}
.c-column.-three2 {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 55px;
}
@media screen and (max-width: 1280px) {
  .c-column.-three2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .c-column.-three2 {
    grid-template-columns: 1fr;
    row-gap: 55px;
  }
}
.c-column.-four {
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 55px;
}
@media screen and (max-width: 768px) {
  .c-column.-four {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-column.-four:has(.c-link-card) {
  row-gap: 32px;
}
.c-column.-flex {
  display: flex;
}
.c-column.-flex.-cg35 {
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.c-column + .c-note-list {
  margin-block-start: 24px;
}
.c-column + .c-list {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-column + .c-list {
    margin-block-start: 16px;
  }
}
.c-column + .c-column {
  margin-block-start: 56px;
}

.c-info-box {
  padding-block: 32px;
  padding-inline: 32px;
  background-color: #FFF7C8;
}
@media screen and (max-width: 768px) {
  .c-info-box {
    padding-block: 24px;
    padding-inline: 24px;
  }
}
.c-info-box__heading {
  padding-block-end: 16px;
  border-bottom: 2px solid #DB3232;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-info-box__heading {
    font-size: 1.6rem;
  }
}
.c-info-box__heading + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-info-box__heading + * {
    margin-block-start: 24px;
  }
}
.c-info-box__tel {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-info-box__tel {
    flex-direction: column;
    align-items: flex-start;
    padding-inline-start: 0;
    background-position: left top 8px;
  }
}
.c-info-box__tel a {
  display: inline-block;
  margin-inline-start: 24px;
  padding-block-end: 4px;
  padding-inline-start: 28px;
  background-image: url("/assets/img/common/icon_tel.svg");
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 3.2rem;
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-info-box__tel a {
    margin-inline-start: 0;
    padding-inline-start: 28px;
  }
}
.c-info-box__tel a:first-child {
  margin-inline-start: 0;
}
.c-info-box__tel span {
  position: relative;
  top: 4px;
  padding-inline-start: 16px;
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-info-box__tel span {
    margin-block-start: 4px;
    padding-inline-start: 0;
  }
}
.c-info-box__tel + * {
  margin-block-start: 24px;
}
.c-info-box__tel + .c-info-box__tel {
  margin-block-start: 8px;
}
.c-info-box__text p + p {
  margin-block-start: 16px;
}
.c-info-box .-attention {
  font-weight: 700;
  color: #DB3232;
}
.c-info-box .-attention a {
  font-weight: 700;
  color: #DB3232;
}
.c-info-box .c-link-list {
  margin-block-start: 8px;
}
.c-info-box + * {
  margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-info-box + * {
    margin-block-start: 32px;
  }
}
.c-info-box + .c-note-list, .c-info-box + .c-text-box {
  margin-block-start: 24px;
}

.c-topic-path {
  margin-block-start: 16px;
  margin-block-end: 40px;
  padding-inline: 14px;
}
@media screen and (max-width: 768px) {
  .c-topic-path {
    margin-block-start: 12px;
    margin-block-end: 32px;
  }
}
.c-topic-path__list {
  margin-inline: auto;
  max-width: 1200px;
}
.c-topic-path__list > li {
  display: inline;
  padding-inline-end: 10px;
  font-size: 1.4rem;
}
.c-topic-path__list > li::before {
  content: "";
  display: inline-block;
  margin-inline-end: 10px;
  width: 6px;
  height: 10px;
  background-image: url("../img/common/topic_path_arrow.svg");
  background-repeat: no-repeat;
}
.c-topic-path__list > li:first-child::before {
  display: none;
}
.c-topic-path__list > li a {
  color: #333;
  text-decoration: underline;
}
.c-topic-path__list > li a:hover {
  text-decoration: none;
}

.c-page-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-page-navigation {
    flex-direction: column;
    row-gap: 32px;
  }
}
.c-page-navigation .c-basic-btn {
  width: 285px;
}
@media screen and (max-width: 768px) {
  .c-page-navigation .c-basic-btn {
    width: 100%;
  }
}
.c-page-navigation .c-basic-btn span::before {
  transform: rotate(90deg);
}
.c-page-navigation .c-basic-btn.-normal span::before {
  transform: rotate(0);
}
.c-page-navigation.-three-has-text {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 55px;
}
@media screen and (max-width: 768px) {
  .c-page-navigation.-three-has-text {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.c-page-navigation.-three-has-text .c-basic-btn {
  width: 100%;
  height: auto;
}
.c-page-navigation.-three-has-text .c-basic-btn + * {
  margin-block-start: 32px;
}
.c-page-navigation.-three-has-text .c-text-box {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-page-navigation.-sp-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: row;
    -moz-column-gap: 11px;
         column-gap: 11px;
    row-gap: 12px;
  }
}
.c-page-navigation + * {
  margin-block-start: 56px;
}
.c-page-navigation + .c-section-box {
  margin-block-start: 40px;
}
.c-page-navigation + .c-text-box {
  margin-block-start: 32px;
}

.c-info-navigation {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .c-info-navigation {
    grid-template-columns: 1fr;
  }
}
.c-info-navigation__btn {
  display: block;
  padding-block: 18px;
  padding-inline: 16px;
  height: 100%;
  border-radius: 8px;
  background-color: #F9EFEF;
  font-weight: 700;
  transition: all 0.3s ease;
}
.c-info-navigation__btn:has(.c-info-navigation__btn-tag) {
  position: relative;
  padding-block-end: 48px;
}
@media screen and (max-width: 768px) {
  .c-info-navigation__btn:has(.c-info-navigation__btn-tag) {
    padding-block-end: 16px;
  }
}
.c-info-navigation__btn:hover {
  background-color: #A52121;
  color: #fff;
}
.c-info-navigation__btn:hover .c-info-navigation__btn-label {
  background-size: 0, auto;
}
@media screen and (max-width: 768px) {
  .c-info-navigation__btn:hover .c-info-navigation__btn-label {
    background-size: 0, 6px 10px;
  }
}
.c-info-navigation__btn:hover .c-info-navigation__btn-label.-blank::after {
  background-size: 0, auto;
}
.c-info-navigation__btn:hover .c-info-navigation__btn-tag {
  border-color: #fff;
  color: #333;
}
.c-info-navigation__btn-label {
  display: block;
  padding-inline-end: 35px;
  background-image: url("/assets/img/common/arrow_line_right_red.svg"), url("/assets/img/common/arrow_line_right_white.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto, 0;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-info-navigation__btn-label {
    background-size: 6px 10px, 0;
  }
}
.c-info-navigation__btn-label.-blank::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-inline-start: 8px;
  top: 2px;
  width: 18px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank.svg"), url("/assets/img/common/icon_blank_white.svg");
  background-size: auto, 0;
  background-repeat: no-repeat;
}
.c-info-navigation__btn-tag {
  position: absolute;
  bottom: 16px;
  display: block;
  width: calc(100% - 32px);
  background-color: #fff;
  border: 2px solid #DB3232;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-info-navigation__btn-tag {
    position: static;
    margin-block-start: 12px;
    width: 100%;
  }
}
.c-info-navigation__btn-icon {
  display: flex;
  align-items: center;
  margin-block-start: 6px;
  font-size: 1.2rem;
}
.c-info-navigation__btn-icon span {
  display: inline-block;
}
.c-info-navigation__btn-icon span.-day::before {
  position: relative;
  top: 4px;
  content: "";
  display: inline-block;
  margin-inline-end: 4px;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/icon_day.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.c-info-navigation__btn-icon span.-night::before {
  position: relative;
  top: 4px;
  content: "";
  display: inline-block;
  margin-inline-end: 4px;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/icon_night.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.c-info-navigation__btn-icon span + span {
  margin-inline-start: 8px;
}

.c-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-pager {
    margin-block-start: 24px;
    flex-direction: column;
  }
}
.c-pager__text {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-pager__text {
    font-size: 1.6rem;
  }
}
.c-pager__list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media screen and (max-width: 768px) {
  .c-pager__list {
    margin-block-start: 16px;
  }
}
.c-pager__list > li .nav {
  display: inline-block;
  padding-block: 12px;
  padding-inline: 14px;
  border-radius: 10px;
  background-color: #DBDBDB;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-pager__list > li .nav {
    padding-block: 8px;
    padding-inline: 0;
    width: 52px;
    font-size: 1.6rem;
  }
}
.c-pager__list > li a.nav {
  background-color: #DB3232;
  color: #fff;
  transition: all 0.3s ease;
}
.c-pager__list > li a.nav:hover {
  background-color: #A52121;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-pager__list > li:nth-child(2) {
    width: calc(100% - 120px);
  }
}
.c-pager__num-list {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-pager__num-list {
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
}
.c-pager__num-list .number {
  display: inline-block;
  padding-block: 4px;
  min-width: 32px;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #DB3232;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 768px) {
  .c-pager__num-list .number {
    padding-block: 2px;
    border-radius: 6px;
    min-width: 28px;
  }
}
.c-pager__num-list .number.-current {
  border-color: #F9EFEF;
  background-color: #F9EFEF;
}
.c-pager__num-list .number:hover {
  border-width: 3px;
}
.c-pager + * {
  margin-block-start: 40px;
}

.c-btn-wrap {
  margin-block-start: 32px;
}
.c-btn-wrap .c-basic-btn {
  margin-inline: auto;
}
.c-btn-wrap.-flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap.-flex {
    flex-direction: column;
    row-gap: 24px;
  }
}
.c-btn-wrap.-flex .c-basic-btn {
  margin-inline: 0;
}
.c-btn-wrap.-two .c-basic-btn + .c-basic-btn {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap .c-basic-btn {
    margin-inline: auto;
  }
}
.c-btn-wrap + .c-info-box {
  margin-block-start: 40px;
}
.c-btn-wrap + .c-text-box {
  margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .c-btn-wrap + .c-text-box {
    margin-block-start: 32px;
  }
}

.c-basic-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 18px;
  padding-inline: 48px 32px;
  border-radius: 25px;
  width: 347px;
  height: 100%;
  border: none;
  background-color: #DB3232;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-basic-btn {
    padding-inline: 42px 16px;
    width: 100%;
  }
}
.c-basic-btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  width: 24px;
  height: 100%;
  background-image: url("/assets/img/common/arrow_right_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .c-basic-btn span::before {
    width: 20px;
    background-size: 20px 20px;
  }
}
.c-basic-btn.-blank span::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-inline-start: 4px;
  top: 2px;
  width: 26px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank_white.svg");
  background-repeat: no-repeat;
}
.c-basic-btn.-pdf span::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 26px;
  height: 20px;
  background-image: url("/assets/img/common/icon_pdf_white.svg");
}
.c-basic-btn.-small {
  width: 198px;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-small {
    width: 100%;
  }
}
.c-basic-btn.-wide {
  width: 376px;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-wide {
    width: 100%;
  }
}
.c-basic-btn.-close {
  padding-block: 12px;
  width: 280px;
  border: 2px solid #7F7F7F;
  background-color: #fff;
  color: #7F7F7F;
  font-weight: 500;
}
.c-basic-btn.-close span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  width: 24px;
  height: 100%;
  background-image: url("/assets/img/common/icon_close_gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-close span::before {
    width: 20px;
    background-size: 20px 20px;
  }
}
.c-basic-btn.-close:hover:not([disabled]) {
  opacity: 0.7;
  background-color: #fff;
}
.c-basic-btn.-back {
  padding-block: 12px;
  width: 280px;
  border: 2px solid #7F7F7F;
  background-color: #fff;
  color: #7F7F7F;
  font-weight: 500;
}
.c-basic-btn.-back span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  width: 24px;
  height: 100%;
  background-image: url("/assets/img/common/arrow_left_gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .c-basic-btn.-back span::before {
    width: 20px;
    background-size: 20px 20px;
  }
}
.c-basic-btn:hover:not([disabled]) {
  background-color: #A52121;
}

.c-basic-btn2 {
  display: flex;
  align-items: center;
  padding-block: 28px;
  padding-inline: 24px 32px;
  height: 100%;
  border-radius: 8px;
  background-color: #F9EFEF;
  background-image: url("/assets/img/common/arrow_line_right_red.svg"), url("/assets/img/common/arrow_line_right_white.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: auto, 0;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-basic-btn2 {
    padding-block: 18px;
    padding-inline: 16px 22px;
    background-position: right 10px center;
    background-size: 6px auto, 0;
    font-size: 1.6rem;
  }
}
.c-basic-btn2.-blank {
  background-image: url("/assets/img/common/icon_blank.svg"), url("/assets/img/common/icon_blank_white.svg");
}
@media screen and (max-width: 768px) {
  .c-basic-btn2.-blank {
    background-size: 13px auto, 0;
  }
}
.c-basic-btn2:hover {
  background-color: #A52121;
  background-size: 0, auto;
  color: #fff;
}

.c-white-btn {
  display: flex;
  align-items: center;
  padding-block: 20px;
  padding-inline: 24px 48px;
  min-height: 82px;
  height: 100%;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("/assets/img/common/arrow_right_red.svg"), url("/assets/img/common/arrow_right_white2.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: auto, 0;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.2s background-color;
}
@media screen and (max-width: 768px) {
  .c-white-btn {
    padding-block: 18px;
    padding-inline: 10px 30px;
    background-position: right 10px center;
    background-size: 20px, 0;
    min-height: 64px;
    font-size: 1.4rem;
  }
}
.c-white-btn.-blank {
  background-image: url("/assets/img/common/icon_blank.svg"), url("/assets/img/common/icon_blank_white.svg");
}
@media screen and (max-width: 768px) {
  .c-white-btn.-blank {
    background-size: 18px auto, 0;
  }
}
.c-white-btn:hover {
  background-color: #DB3232;
  background-size: 0, auto;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-white-btn:hover {
    background-size: 0, 20px;
  }
}

.c-link-text {
  text-decoration: underline;
  color: #333;
}
.c-link-text:hover {
  text-decoration: none;
}
.c-link-text.-blank::after {
  content: "";
  display: inline-block;
  margin-inline-start: 8px;
  margin-inline-end: 4px;
  position: relative;
  top: 2px;
  width: 18px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
.c-link-text.-blank2::after {
  content: "";
  display: inline-block;
  margin-inline-start: 8px;
  margin-inline-end: -2px;
  position: relative;
  top: 2px;
  width: 26px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
.c-link-text.-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 26px;
  height: 20px;
  background-image: url("/assets/img/common/icon_pdf.svg");
  background-repeat: no-repeat;
}

.c-link-list > li {
  margin-block-start: 4px;
  padding-inline-start: 12px;
  background-image: url("/assets/img/common/arrow_line_right_red.svg");
  background-repeat: no-repeat;
  background-position: left top 0.5em;
  background-size: 6px 10px;
  line-height: 1.6;
}
.c-link-list > li:first-child {
  margin-block-start: 0;
}
.c-link-list > li a {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}
.c-link-list > li a:hover {
  text-decoration: none;
}
.c-link-list > li a.-blank::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-inline-start: 8px;
  top: 2px;
  width: 26px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-link-list > li a.-blank::after {
    top: 1px;
    width: 13px;
    height: 12px;
    background-size: 13px 12px;
  }
}
.c-link-list > li a.-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 26px;
  height: 20px;
  background-image: url("/assets/img/common/icon_pdf.svg");
  background-repeat: no-repeat;
}
.c-link-list > li a.-toku::after {
  content: "";
  display: inline-block;
  margin-inline-start: 8px;
  position: relative;
  top: 4px;
  width: 22px;
  height: 22px;
  background-image: url("/assets/img/common/icon_toku.svg");
  background-repeat: no-repeat;
}
.c-link-list + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-link-list + * {
    margin-block-start: 16px;
  }
}

.c-link-card {
  display: block;
  height: 100%;
  border-radius: 10px;
  background-color: #F9EFEF;
  transition: all 0.3s ease;
}
.c-link-card__image img {
  display: block;
  border-radius: 10px 10px 0 0;
  border: 1px solid #D9D9D9;
  width: 100%;
  height: auto;
}
.c-link-card__title {
  padding-block: 24px;
  padding-inline: 32px 64px;
  background-image: url("/assets/img/common/arrow_right_red.svg");
  background-repeat: no-repeat;
  background-position: right 32px center;
  background-size: 28px;
  font-size: 2rem;
  font-weight: 700;
}
:where(.c-column.-three) .c-link-card__title {
  padding-inline: 22px 54px;
  background-position: right 24px center;
  font-size: 1.8rem;
}
:where(.c-column.-four) .c-link-card__title {
  padding-block: 16px;
  padding-inline: 16px 54px;
  background-position: right 16px center;
  font-size: 1.6rem;
}
.c-link-card__title.-blank::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-inline-start: 8px;
  top: 2px;
  width: 26px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .c-link-card__title.-blank::after {
    top: 1px;
    width: 13px;
    height: 12px;
    background-size: 13px 12px;
  }
}
.c-link-card__text {
  padding-block-end: 24px;
  padding-inline: 32px;
}
:where(.c-column.-three) .c-link-card__text {
  padding-inline: 22px;
}
:where(.c-column.-four) .c-link-card__text {
  padding-block-end: 16px;
  padding-inline: 16px;
}
.c-link-card__text.-red {
  color: #DB3232;
  font-weight: 700;
}
.c-link-card:hover {
  opacity: 0.7;
}

.c-list > li {
  margin-block-start: 4px;
  position: relative;
  padding-inline-start: 22px;
}
.c-list > li:first-child {
  margin-block-start: 0;
}
.c-list > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.55rem;
  left: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  background-color: #EB5050;
}
.c-list.-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .c-list.-three {
    grid-template-columns: 1fr;
  }
}
.c-list + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-list + * {
    margin-block-start: 16px;
  }
}

.c-number-list {
  counter-reset: number 0;
}
.c-number-list > li {
  position: relative;
  padding-inline-start: 22px;
  line-height: 1.8;
}
.c-number-list > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  counter-increment: number 1;
  content: counter(number) ".";
  text-align: left;
  color: #EB5050;
  font-weight: 900;
}
.c-number-list + * {
  margin-block-start: 32px;
}
.c-note-list > li {
  margin-inline-start: 22px;
  line-height: 1.6;
}
.c-note-list > li::before {
  display: inline-block;
  margin-left: -22px;
  content: "※";
  width: 22px;
  color: #EB5050;
}
.c-note-list.-small > li {
  margin-inline-start: 16px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-note-list.-small > li::before {
  margin-left: -16px;
  width: 16px;
}
.c-note-list.-attention,
.c-note-list .-attention {
  color: #DB3232;
  font-weight: 700;
}
.c-note-list .-normal {
  color: #333;
  font-weight: 500;
}
.c-note-list + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-note-list + * {
    margin-block-start: 16px;
  }
}

.c-basic-table {
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #E8DFEE;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-basic-table {
    width: 980px;
  }
}
.c-basic-table caption {
  margin-block-end: 24px;
  font-weight: 700;
  text-align: left;
}
.c-basic-table tr th {
  padding-block: 16px;
  padding-inline: 16px;
  background-color: #F9EFEF;
  border: 1px solid #D9D9D9;
  text-align: center;
}
.c-basic-table tr th:first-child {
  border-left: none;
}
.c-basic-table tr td {
  padding-block: 16px;
  padding-inline: 16px;
  border: 1px solid #D9D9D9;
  vertical-align: middle;
  text-align: center;
}
.c-basic-table tr td.-left {
  text-align: left;
}
.c-basic-table.-style1 th {
  width: 300px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style1 th {
    width: 140px;
  }
}
.c-basic-table.-style1 td {
  text-align: left;
}
.c-basic-table.-style2 {
  table-layout: auto;
}
.c-basic-table.-style2 th:nth-child(1), .c-basic-table.-style2 th:nth-child(2) {
  width: 80px;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style2 th:nth-child(1), .c-basic-table.-style2 th:nth-child(2) {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  :where(.js-scrollable) .c-basic-table.-style2 th:nth-child(1), :where(.js-scrollable) .c-basic-table.-style2 th:nth-child(2) {
    width: 80px;
  }
}
.c-basic-table.-style3 {
  table-layout: auto;
}
.c-basic-table.-style3 th:nth-child(1) {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style3 th:nth-child(1) {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  :where(.js-scrollable) .c-basic-table.-style3 th:nth-child(1) {
    width: 280px;
  }
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style4 {
    width: 640px;
  }
}
.c-basic-table.-style4 th {
  width: 300px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style4 th {
    width: 140px;
  }
}
.c-basic-table.-style4 td {
  text-align: left;
}
.c-basic-table.-style5 tr *:first-child {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style5 tr *:first-child {
    width: 100px;
  }
}
.c-basic-table.-style6 {
  table-layout: auto;
}
.c-basic-table.-style6 th:nth-child(1) {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style6 th:nth-child(1) {
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  :where(.js-scrollable) .c-basic-table.-style6 th:nth-child(1) {
    width: 160px;
  }
}
.c-basic-table.-style7 {
  table-layout: auto;
}
.c-basic-table.-style7 th {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style7 th {
    padding-block: 12px;
    padding-inline: 12px;
    font-size: 1.4rem;
  }
}
.c-basic-table.-style7 th:nth-child(1) {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style7 th:nth-child(1) {
    width: 100px;
  }
}
.c-basic-table.-style7 td {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-style7 td {
    padding-block: 12px;
    padding-inline: 12px;
    font-size: 1.4rem;
  }
}
.c-basic-table.-style8 {
  table-layout: auto;
}
.c-basic-table.-style8 tr th {
  width: 70px;
}
.c-basic-table.-style8 tr td {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .c-basic-table.-sp-full {
    width: 100%;
  }
}
.c-basic-table + .c-btn-wrap {
  margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .c-basic-table + .c-btn-wrap {
    margin-block-start: 12px;
  }
}
.c-basic-table + * {
  margin-block-start: 16px;
}
.c-basic-table + .c-basic-table {
  margin-block-start: 24px;
}
.c-basic-table + .c-image-box {
  margin-block-start: 32px;
}

.c-inside-table {
  border-collapse: collapse;
}
.c-inside-table tr th {
  padding-block: 0;
  padding-inline: 0;
  border: none;
  background-color: transparent;
  font-weight: 500;
  vertical-align: top;
}
.c-inside-table tr td {
  padding-block: 0;
  padding-inline: 0;
  border: none;
  font-weight: 500;
  vertical-align: top;
}
.c-inside-table.-style1 {
  width: 420px;
}
.c-inside-table.-style1 th {
  width: 33%;
}
.c-inside-table.-style1 td {
  width: 17%;
}
.c-inside-table.-style2 {
  width: 100%;
}
.c-inside-table.-style2 th {
  width: 120px;
}
.c-inside-table + * {
  margin-block-start: 24px;
}

.c-image-box {
  text-align: center;
}
.c-image-box img {
  display: block;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.c-image-box a img {
  display: inline-block;
}
.c-image-box figcaption {
  margin-block-start: 8px;
}
.c-image-box.-left {
  text-align: left;
}
.c-image-box.-center img {
  margin-inline: auto;
}
.c-image-box.-non-radius img {
  border-radius: 0;
}
.c-image-box.-border img {
  outline: 1px solid #D9D9D9;
}
.c-image-box > a:hover img {
  opacity: 0.8;
}
.c-image-box + * {
  margin-block-start: 32px;
}
.c-image-box + .c-large-text {
  margin-block-start: 8px;
}

.c-image-and-content {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content {
    flex-wrap: wrap;
    row-gap: 16px;
  }
}
.c-image-and-content__image {
  flex-shrink: 0;
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__image {
    width: 100%;
  }
}
.c-image-and-content__image img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__image img {
    width: 100%;
  }
}
.c-image-and-content__image.-border img {
  outline: 1px solid #D9D9D9;
}
.c-image-and-content__content {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  .c-image-and-content__content {
    width: 100%;
  }
}
.c-image-and-content.-right-image {
  flex-direction: row-reverse;
}
.c-image-and-content + * {
  margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-image-and-content + * {
    margin-block-start: 32px;
  }
}

.c-thumb-and-content {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 16px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-thumb-and-content {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.c-thumb-and-content__image {
  flex-shrink: 0;
}
.c-thumb-and-content__image img {
  max-width: 100%;
  height: auto;
}
.c-thumb-and-content__image.-radius img {
  border-radius: 10px;
}
.c-thumb-and-content__content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-thumb-and-content.-style1 {
    flex-direction: column;
  }
}
.c-thumb-and-content.-style2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .c-thumb-and-content.-style2 {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .c-thumb-and-content.-style3 {
    flex-direction: column;
    align-items: center;
  }
}
.c-thumb-and-content.-right {
  flex-direction: row-reverse;
}
.c-thumb-and-content + * {
  margin-block-start: 24px;
}

.c-logo-content {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width: 768px) {
  .c-logo-content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.c-logo-content__logo img {
  max-width: 100%;
  border: 1px solid #A5A5A5;
  border-radius: 10px;
}
.c-logo-content__logo:hover {
  opacity: 0.7;
}
.c-logo-content + * {
  margin-block-start: 24px;
}

.c-banner-wrap + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-banner-wrap + * {
    margin-block-start: 16px;
  }
}
.c-banner-wrap.-center {
  text-align: center;
}

.c-banner {
  display: inline-block;
}
.c-banner img {
  box-sizing: content-box;
  border-radius: 10px;
  border: 1px solid #A5A5A5;
  max-width: 100%;
  height: auto;
}
.c-banner + .c-banner {
  margin-block-start: 16px;
}
.c-banner:hover {
  opacity: 0.7;
}

.c-image-scroll {
  width: 100%;
  overflow: hidden;
}

.c-iframe-box {
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.c-iframe-box iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.c-iframe-box + .c-section-box {
  margin-block-start: 40px;
}

.c-marker {
  background-color: #FFF09A;
}

.c-large-text {
  font-size: 2rem;
  font-weight: bold;
}
.c-large-text strong {
  font-size: 2.4rem;
}

.c-form-table {
  border-collapse: collapse;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-form-table {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-form-table tbody {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-form-table tr {
    display: block;
  }
}
.c-form-table tr th {
  padding-block: 16px;
  padding-inline: 16px;
  width: 294px;
  background-color: #F9EFEF;
  border-bottom: 2px solid #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-form-table tr th {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.c-form-table tr td {
  padding-block: 16px;
  padding-inline: 16px 0;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .c-form-table tr td {
    display: block;
    padding-block-start: 8px;
    padding-inline: 0;
  }
}
.c-form-table tr td .c-note-list,
.c-form-table tr td .c-form-ex-text,
.c-form-table tr td .c-error-text {
  margin-block-start: 8px;
}
.c-form-table tr td .c-form-ex-text + .c-note-list {
  margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  .c-form-table tr:last-child td {
    padding-block-end: 0;
  }
}
.c-form-table + .c-text-box {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-form-table + .c-text-box {
    margin-block-start: 16px;
  }
}

.c-input-textbox {
  padding-block: 10px;
  padding-inline: 8px;
  border: 1px solid #A5A5A5;
  border-radius: 0;
  width: 100%;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-input-textbox.-width1 {
  width: 218px;
}
@media screen and (max-width: 768px) {
  .c-input-textbox.-width1 {
    width: 100%;
  }
}
.c-input-textbox.-width2 {
  width: 128px;
}
.c-input-textbox.-width3 {
  width: 280px;
}

.c-input-select {
  position: relative;
  border: 1px solid #A5A5A5;
  border-radius: 0;
  background-color: #fff;
}
.c-input-select select {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-block: 14px;
  padding-inline: 8px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 1.6rem;
  color: #333;
}
.c-input-select select::-ms-expand {
  display: none;
}
.c-input-select::after {
  position: absolute;
  z-index: 0;
  content: "";
  display: inline-block;
  top: 0;
  right: 8px;
  width: 8px;
  height: 100%;
  background-image: url("/assets/img/common/arrow_pulldown.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.c-input-select.-width1 {
  width: 104px;
}
@media screen and (max-width: 768px) {
  .c-input-select.-width1 {
    width: 80px;
  }
}
.c-input-select.-inline {
  display: inline-block;
}

.c-input-textarea {
  display: block;
  padding-block: 8px;
  padding-inline: 8px;
  border: 1px solid #A5A5A5;
  border-radius: 0;
  width: 100%;
  height: 244px;
  background-color: #fff;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .c-input-textarea {
    height: 196px;
  }
}

.c-error-text {
  color: #DB3232;
  font-weight: bold;
  font-size: 1.4rem;
}
.c-error-text::before {
  position: relative;
  top: 4px;
  content: "";
  display: inline-block;
  margin-inline-end: 8px;
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/common/icon_attention.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.c-form-parts-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 12px;
}
.c-form-parts-list.-style1 {
  row-gap: 16px;
}
.c-form-parts-list.-style1 > li {
  width: 100%;
}
.c-form-parts-list.-style2 {
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form-parts-list.-style2 {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .c-form-parts-list.-style2 > li {
    width: 100%;
  }
}
.c-form-parts-list.-style3 {
  flex-direction: column;
  row-gap: 4px;
}
.c-form-parts-list + * {
  margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .c-form-parts-list + * {
    margin-block-start: 8px;
  }
}

.c-form-text {
  margin-block: 8px;
}
@media screen and (max-width: 768px) {
  .c-form-text {
    font-size: 1.4rem;
  }
}
.c-form-text:first-child {
  margin-block-start: 0;
}
.c-form-text:last-child {
  margin-block-end: 0;
}

.c-form-ex-text {
  margin-block-start: 6px;
  font-size: 1.4rem;
}

.c-require-label {
  color: #DB3232;
  font-size: 1.4rem;
}

.c-step-flow {
  display: flex;
  -moz-column-gap: 36px;
       column-gap: 36px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-step-flow {
    flex-wrap: wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 5px;
    justify-content: center;
  }
}
.c-step-flow > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 14px;
  width: 100%;
  background-color: #DBDBDB;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  color: #7F7F7F;
}
@media screen and (max-width: 768px) {
  .c-step-flow > li {
    padding-block: 10px;
    width: 171px;
    font-size: 1.3rem;
  }
}
.c-step-flow > li span {
  padding-inline-end: 16px;
}
@media screen and (max-width: 768px) {
  .c-step-flow > li span {
    width: 100%;
    padding-inline-end: 0;
    text-align: center;
    line-height: 1.4;
  }
}
.c-step-flow > li h2 {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-step-flow > li h2 {
    font-size: 1.2rem;
  }
}
.c-step-flow > li.-current {
  background-color: #DB3232;
  color: #fff;
}
.c-step-flow + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .c-step-flow + * {
    margin-block-start: 20px;
  }
}

.c-tab__panel {
  padding-block-start: 32px;
}
.c-tab__panel[aria-hidden=true] {
  display: none;
}

.c-tab-navigation {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation {
    flex-wrap: wrap;
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 5px;
    justify-content: space-between;
  }
}
.c-tab-navigation > li.-all {
  width: 16.25%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li.-all {
    width: 100%;
  }
}
.c-tab-navigation > li.-local {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li.-local {
    width: 28.818443804%;
  }
}
.c-tab-navigation > li.-highway {
  width: 9.9166666667%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li.-highway {
    width: 28.818443804%;
  }
}
.c-tab-navigation > li.-limousine {
  width: 13.0833333333%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li.-limousine {
    width: 39.4812680115%;
  }
}
.c-tab-navigation > li.-express {
  width: 13.0833333333%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li.-express {
    width: 30.2593659942%;
  }
}
.c-tab-navigation > li.-okoshi {
  width: 14.75%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li.-okoshi {
    width: 33.7175792507%;
  }
}
.c-tab-navigation > li.-recruit {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li.-recruit {
    width: 13.8328530259%;
  }
}
.c-tab-navigation > li.-other {
  width: 8.25%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li.-other {
    width: 17.0028818444%;
  }
}
.c-tab-navigation > li .c-tab-navigation__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-block: 12px;
  padding-inline: 2px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  font-size: 1.7rem;
  line-height: 1.2;
  font-weight: 700;
  color: #707070;
  cursor: pointer;
  text-align: center;
  transition: 0.2s background-color;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li .c-tab-navigation__btn {
    padding-block: 8px;
    padding-inline: 6px;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
.c-tab-navigation > li .c-tab-navigation__btn span {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation > li .c-tab-navigation__btn span {
    font-size: 1rem;
  }
}
.c-tab-navigation > li .c-tab-navigation__btn.-current {
  border-color: #F9EFEF;
  background-color: #F9EFEF;
  color: #DB3232;
}
.c-tab-navigation > li .c-tab-navigation__btn:hover:not(.-current) {
  border-color: #A52121;
  background-color: #A52121;
  color: #fff;
}
.c-tab-navigation.is-banpaku > li.-all {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-all {
    width: 100%;
  }
}
.c-tab-navigation.is-banpaku > li.-local {
  width: 7.1666666667%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-local {
    width: 28.818443804%;
  }
}
.c-tab-navigation.is-banpaku > li.-highway {
  width: 7.1666666667%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-highway {
    width: 28.818443804%;
  }
}
.c-tab-navigation.is-banpaku > li.-limousine {
  width: 12.8333333333%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-limousine {
    width: 39.4812680115%;
  }
}
.c-tab-navigation.is-banpaku > li.-banpaku {
  width: 14.75%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-banpaku {
    width: 69.7406340058%;
  }
}
.c-tab-navigation.is-banpaku > li.-express {
  width: 9.9166666667%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-express {
    width: 28.818443804%;
  }
}
.c-tab-navigation.is-banpaku > li.-okoshi {
  width: 14.3333333333%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-okoshi {
    width: 41.4985590778%;
  }
}
.c-tab-navigation.is-banpaku > li.-recruit {
  width: 10%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-recruit {
    width: 28.818443804%;
  }
}
.c-tab-navigation.is-banpaku > li.-other {
  width: 8.5%;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.is-banpaku > li.-other {
    width: 26.8011527378%;
  }
}
.c-tab-navigation.-three {
  flex-wrap: nowrap;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: flex-start;
}
.c-tab-navigation.-three > li {
  width: 273px;
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.-three > li {
    width: calc(33% - 6px);
  }
}
@media screen and (max-width: 768px) {
  .c-tab-navigation.-three > li .c-tab-navigation__btn {
    padding-inline: 4px;
  }
}
.c-tab-navigation + .c-pager {
  margin-block-start: 32px;
}

.c-modal-group__prev, .c-modal-group__next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DB3232;
  border: none;
  background-color: transparent;
}
.c-modal-group__prev::after, .c-modal-group__next::after {
  font-family: swiper-icons;
  font-size: 44px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.c-modal-group__prev.-disabled, .c-modal-group__next.-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.c-modal-group__prev {
  left: -36px;
}
.c-modal-group__prev::after {
  content: "prev";
}
.c-modal-group__next {
  right: -36px;
}
.c-modal-group__next::after {
  content: "next";
}

.c-modal {
  display: block;
}
.c-modal[aria-hidden=true] {
  display: none;
}
.c-modal [tabindex] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  z-index: 110;
}
.c-modal [role=dialog] {
  position: relative;
  margin-block-start: 80px;
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1240px;
  width: 100%;
}
.c-modal__content {
  position: relative;
  overflow-y: auto;
  padding-block-end: 40px;
  width: 100%;
  height: calc(100vh - 80px);
}
.c-modal__close-button {
  position: relative;
  cursor: pointer;
  display: block;
  margin-block-start: 32px;
  margin-inline: auto;
  padding-block: 8px;
  width: 280px;
  background-color: #fff;
  border: 2px solid #7F7F7F;
  border-radius: 50px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #7F7F7F;
}
.c-modal__close-button::before, .c-modal__close-button::after {
  content: "";
  background-color: #7F7F7F;
  display: block;
  width: 22px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 20px;
}
.c-modal__close-button::before {
  transform: rotate(45deg);
}
.c-modal__close-button::after {
  transform: rotate(-45deg);
}
.c-modal__close-button:hover {
  background-color: #efefef;
}

.c-news-list > li {
  padding-block: 16px;
  border-bottom: 1px solid #D9D9D9;
}
.c-news-list > li:first-child {
  padding-block-start: 0;
}
@media screen and (max-width: 768px) {
  .c-news-list > li {
    flex-direction: column;
    row-gap: 12px;
    padding-block: 10px;
  }
}
:where(.p-top-section-info-box.-yellow) .c-news-list > li {
  border-bottom-color: #A5A5A5;
}
.c-news-list__info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 8px;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
}
.c-news-list__info-date {
  margin-inline-end: 8px;
}
.c-news-list__content {
  padding-block-start: 8px;
  font-weight: 700;
}
.c-news-list__content:has(a) {
  padding-inline-start: 12px;
  background-image: url("/assets/img/common/arrow_line_right_red.svg");
  background-repeat: no-repeat;
  background-position: left top 16px;
  background-size: 6px 10px;
}
.c-news-list__content a.-blank::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-inline-start: 8px;
  top: 2px;
  width: 26px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
.c-news-list__content a.-pdf::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 26px;
  height: 20px;
  background-image: url("/assets/img/common/icon_pdf.svg");
  background-repeat: no-repeat;
}
.c-news-list__content a:hover {
  text-decoration: underline;
}
.c-news-list + * {
  margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .c-news-list + * {
    margin-block-start: 32px;
  }
}

.c-news-date {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5px;
       column-gap: 5px;
  row-gap: 8px;
  align-items: center;
  line-height: 1.2;
}
.c-news-date__date {
  margin-inline-end: 8px;
}
.c-news-date + * {
  margin-block-start: 24px;
}

.c-editor-area .c-link-text.-blank[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  width: 26px;
  height: 20px;
  background-image: url("/assets/img/common/icon_pdf.svg");
  background-repeat: no-repeat;
}
.c-editor-area + * {
  margin-block-start: 80px;
}

.c-faq {
  position: relative;
}
.c-faq__heading-wrap {
  position: relative;
  border-radius: 10px;
  background-color: #F9EFEF;
  display: flex;
  width: 100%;
}
.c-faq__heading-wrap:hover .c-faq__heading {
  color: #DB3232;
  text-decoration: underline;
}
.c-faq__heading {
  padding-block: 20px;
  padding-inline: 64px 8px;
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-faq__heading {
    padding-block: 16px;
    padding-inline-start: 52px;
    font-size: 1.6rem;
  }
}
.c-faq__heading::before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 20px;
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/common/icon_faq1.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-faq__heading::before {
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
.c-faq__heading.-trigger {
  cursor: pointer;
}
.c-faq__button {
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  background-image: url("/assets/img/common/arrow_top_red.svg"), url("/assets/img/common/arrow_bottom_red.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0, auto;
  width: 52px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-faq__button {
    width: 36px;
    background-size: 0, 20px;
  }
}
.c-faq__button.is-show {
  background-size: auto, 0;
}
@media screen and (max-width: 768px) {
  .c-faq__button.is-show {
    background-size: 20px, 0;
  }
}
.c-faq__answer {
  position: relative;
  padding-block-start: 32px;
  padding-inline: 64px 20px;
}
@media screen and (max-width: 768px) {
  .c-faq__answer {
    padding-block-start: 24px;
    padding-inline: 52px 16px;
  }
}
.c-faq__answer::before {
  content: "";
  display: block;
  position: absolute;
  top: 32px;
  left: 20px;
  width: 32px;
  height: 32px;
  background-image: url("/assets/img/common/icon_faq2.svg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-faq__answer::before {
    top: 24px;
    left: 16px;
    width: 28px;
    height: 28px;
    background-size: 28px 28px;
  }
}
.c-faq__answer p + p {
  margin-block-start: 16px;
}
.c-faq__answer a:not([class]) {
  text-decoration: underline;
}
.c-faq__answer a:not([class]):hover {
  text-decoration: none;
}
.c-faq__answer.-acc {
  display: none;
}
.c-faq__answer.is-show {
  display: block;
  animation: fadeIn 0.5s ease;
}
.c-faq.-simple .c-faq__heading {
  position: relative;
  padding-block: 8px 16px;
  padding-inline: 44px 0;
  border-bottom: solid 4px #DB3232;
  background-color: transparent;
  border-radius: 0;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-faq.-simple .c-faq__heading {
    padding-block-start: 16px;
    font-size: 1.8rem;
  }
}
.c-faq.-simple .c-faq__heading::before {
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-faq.-simple .c-faq__heading::before {
    top: 50%;
  }
}
.c-faq.-simple .c-faq__answer {
  padding-inline: 44px 0;
}
@media screen and (max-width: 768px) {
  .c-faq.-simple .c-faq__answer {
    padding-block-start: 24px;
  }
}
.c-faq.-simple .c-faq__answer::before {
  top: 32px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-faq.-simple .c-faq__answer::before {
    top: 24px;
  }
}
.c-faq + .c-faq {
  margin-block-start: 36px;
}
@media screen and (max-width: 768px) {
  .c-faq + .c-faq {
    margin-block-start: 24px;
  }
}
.c-faq + .c-info-box {
  margin-block-start: 32px;
}

.c-category-tag-wrap + * {
  margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .c-category-tag-wrap + * {
    margin-block-start: 16px;
  }
}

.c-category-tag {
  display: inline-block;
  padding-block: 2px;
  padding-inline: 4px;
  background-color: #fff;
  border: 2px solid #DB3232;
  font-size: 1.2rem;
  line-height: 1.2;
}

.c-cookie-box {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 375px;
  padding: 32px;
  background-color: #fff;
  z-index: 1010;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cookie-box {
    width: 100%;
    padding-block: 16px;
  }
}
.c-cookie-box.is-active {
  display: block;
}
.c-cookie-box__text p + p {
  margin-block-start: 16px;
}
@media screen and (max-width: 768px) {
  .c-cookie-box__text {
    font-size: 1.2rem;
  }
}
.c-cookie-box__button-close {
  padding: 0;
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
  background-color: transparent;
  border: none;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.c-cookie-box__button-close img {
  display: block;
}
.c-cookie-box__button-ok {
  width: 100%;
  background-color: #DB3232;
  color: #fff;
  border: none;
  font-weight: bold;
  padding-block: 17px;
  margin-top: 32px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-cookie-box__button-ok {
    font-size: 1.2rem;
    padding-block: 16px;
    margin-top: 24px;
  }
}
.c-cookie-box__button-ok:hover {
  opacity: 0.8;
}

.p-top-mv-slider-wrap {
  position: relative;
  margin-block-start: 40px;
  height: 610px;
}
@media screen and (max-width: 1400px) {
  .p-top-mv-slider-wrap {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider-wrap {
    margin-block-start: 24px;
  }
}

.p-top-mv-slider-inner {
  position: relative;
  max-height: 582px;
  height: 100%;
}

.p-top-mv-slider {
  position: relative;
}
.p-top-mv-slider__slide {
  display: block;
  position: relative;
  width: 1400px;
  text-align: center;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1400px) {
  .p-top-mv-slider__slide {
    width: 100%;
  }
}
.p-top-mv-slider__slide img {
  height: auto;
  border-radius: 50px;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider__slide img {
    border-radius: 10px;
  }
}
.p-top-mv-slider a.p-top-mv-slider__slide:hover {
  opacity: 0.8;
}
.p-top-mv-slider__slide-inner {
  opacity: 0.4;
  position: relative;
  margin-inline: auto;
  padding-block-start: 20px;
  width: 1294px;
  transition: all 0.3s ease;
}
:where(.swiper-slide-active) .p-top-mv-slider__slide-inner {
  opacity: 1;
  padding-block-start: 0;
  width: 1400px;
}
@media screen and (max-width: 1400px) {
  .p-top-mv-slider__slide-inner {
    padding-block-start: 0;
    padding-inline: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider__slide-inner {
    padding-inline: 14px;
  }
}
.p-top-mv-slider__slide-catch {
  position: absolute;
  top: 35px;
  left: 0;
  padding-block: 15px;
  padding-inline: 24px;
  display: inline-block;
  background-color: #DB3232;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-top-mv-slider__slide-catch {
    left: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-mv-slider__slide-catch {
    top: 10px;
    left: 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider__slide-catch {
    padding-block: 8px;
    padding-inline: 12px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}

.p-top-mv-slider-arrow {
  position: absolute;
  top: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  max-width: 1460px;
  width: 100%;
}
.p-top-mv-slider-arrow__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  width: 62px;
  height: 62px;
  background-color: #DB3232;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider-arrow__btn {
    width: 32px;
    height: 32px;
    background-size: 8px 12px;
  }
}
.p-top-mv-slider-arrow__btn.-next {
  right: 0;
  background-image: url("/assets/img/common/arrow_line_right_white.svg");
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider-arrow__btn.-next {
    right: 6px;
  }
}
.p-top-mv-slider-arrow__btn.-prev {
  left: 0;
  background-image: url("/assets/img/common/arrow_line_left_white.svg");
}
@media screen and (max-width: 768px) {
  .p-top-mv-slider-arrow__btn.-prev {
    left: 6px;
  }
}
.p-top-mv-slider-arrow__btn:hover {
  background-color: #A52121;
}

.p-top-mv-slider-nav {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-block-start: 8px;
  margin-inline: auto;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-top-mv-slider-nav {
    margin-block-start: 4px;
  }
}
@media screen and (max-width: 1400px) {
  .p-top-mv-slider-nav__pagination {
    padding-inline-start: 20px;
  }
}
.p-top-mv-slider-nav__pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  width: auto;
}
.p-top-mv-slider-nav__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background-color: #707070;
}
.p-top-mv-slider-nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #DB3232;
  background-color: transparent;
}
.p-top-mv-slider-nav__pause {
  width: 18px;
  height: 18px;
  border: none;
  background-color: #DB3232;
  background-image: url("/assets/img/common/icon_pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
}
.p-top-mv-slider-nav__pause.is-play {
  background-image: url("/assets/img/common/icon_play.svg");
}

.p-top-mv-bus {
  position: relative;
  margin-inline: auto;
  max-width: 1700px;
}
.p-top-mv-bus::after {
  aspect-ratio: 315/280;
  position: absolute;
  right: 0;
  bottom: -56px;
  z-index: 10;
  content: "";
  display: block;
  width: 180px;
  background-image: url("/assets/img/top/mv_bus.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media screen and (max-width: 1640px) {
  .p-top-mv-bus::after {
    width: 120px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-mv-bus::after {
    aspect-ratio: 126/112;
    right: 0;
    bottom: -54px;
    width: 100px;
    background-image: url("/assets/img/top/mv_bus_sp_2x.png");
    background-size: 100% auto;
  }
}

.p-top-main-nav {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  -moz-column-gap: 28px;
       column-gap: 28px;
  margin-block-start: 56px;
  margin-inline: auto;
  padding-inline: 14px;
  max-width: 1428px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-top-main-nav {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-main-nav {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 7px;
         column-gap: 7px;
    row-gap: 9px;
  }
}
.p-top-main-nav__link {
  display: block;
  padding-block: 24px;
  padding-inline: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 0 #B98181;
  background-color: #F9EFEF;
}
@media screen and (max-width: 768px) {
  .p-top-main-nav__link {
    padding-block: 12px;
    padding-inline: 20px;
    box-shadow: 0 3px 0 #B98181;
  }
}
.p-top-main-nav__link span {
  display: block;
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-main-nav__link span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 38px);
    font-size: 1.6rem;
  }
}
.p-top-main-nav__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-top-main-nav__link::before {
    height: 38px;
    background-size: auto 32px;
  }
}
.p-top-main-nav__link.-icon1::before {
  background-image: url("/assets/img/top/main_nav_icon1.svg");
}
.p-top-main-nav__link.-icon2::before {
  background-image: url("/assets/img/top/main_nav_icon2.svg");
}
.p-top-main-nav__link.-icon3::before {
  background-image: url("/assets/img/top/main_nav_icon3.svg");
}
.p-top-main-nav__link.-icon4::before {
  background-image: url("/assets/img/top/main_nav_icon4.svg");
}
@media screen and (max-width: 768px) {
  .p-top-main-nav__link.-icon4::before {
    background-size: auto 27px;
  }
}
.p-top-main-nav__link.-icon5::before {
  background-image: url("/assets/img/top/main_nav_icon5.svg");
}
@media screen and (max-width: 768px) {
  .p-top-main-nav__link.-icon5::before {
    background-size: auto 27px;
  }
}
.p-top-main-nav__link.-icon6::before {
  background-image: url("/assets/img/top/main_nav_icon6.svg");
}
@media screen and (max-width: 768px) {
  .p-top-main-nav__link.-icon6::before {
    background-size: auto 29px;
  }
}
.p-top-main-nav__link.-blank {
  background-image: url("/assets/img/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: right 12px center;
}
@media screen and (max-width: 768px) {
  .p-top-main-nav__link.-blank {
    background-position: right 9px center;
    background-size: 13px auto;
  }
}
.p-top-main-nav__link:hover {
  box-shadow: none;
  position: relative;
  bottom: -5px;
}

.p-top-section-search {
  margin-block-start: 56px;
  background-color: #F9EFEF;
}
.p-top-section-search__bg {
  position: relative;
  margin-inline: auto;
  max-width: 1400px;
}
@media screen and (max-width: 2115px) {
  .p-top-section-search__bg {
    max-width: none;
  }
}
.p-top-section-search__bg::before {
  position: absolute;
  top: -130px;
  left: 0;
  transform: translateX(-100%);
  content: "";
  display: block;
  width: 497px;
  height: 707px;
  background-image: url("/assets/img/top/bg_illust_left1.png");
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 2115px) {
  .p-top-section-search__bg::before {
    width: 246px;
    transform: translate(0);
  }
}
@media screen and (max-width: 1800px) {
  .p-top-section-search__bg::before {
    top: -40px;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-section-search__bg::before {
    width: 196.8px;
    background-size: 120% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-section-search__bg::before {
    top: -23px;
    left: 14px;
    width: 79px;
    height: 139px;
    background-image: url("/assets/img/top/bg_illust_left1_sp_2x.png");
    background-size: 100% auto;
  }
}
.p-top-section-search__bg::after {
  position: absolute;
  top: -117px;
  right: -341px;
  content: "";
  display: block;
  width: 305px;
  height: 844px;
  background-image: url("/assets/img/top/bg_illust_right1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 2115px) {
  .p-top-section-search__bg::after {
    width: 224px;
    right: 0;
  }
}
@media screen and (max-width: 1850px) {
  .p-top-section-search__bg::after {
    top: -50px;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-section-search__bg::after {
    width: 179.2px;
    background-size: 120% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-section-search__bg::after {
    top: -38px;
    width: 78px;
    height: 153px;
    background-image: url("/assets/img/top/bg_illust_right1_sp_2x.png");
    background-size: 100% auto;
  }
}
.p-top-section-search__inner {
  position: relative;
  z-index: 10;
  margin-inline: auto;
  padding-block: 64px;
  padding-inline: 14px;
  max-width: 1428px;
}
@media screen and (max-width: 768px) {
  .p-top-section-search__inner {
    padding-block: 24px;
  }
}

.p-top-section-info {
  background-color: #fff;
}
.p-top-section-info__bg {
  position: relative;
  margin-inline: auto;
  max-width: 1400px;
}
@media screen and (max-width: 2250px) {
  .p-top-section-info__bg {
    max-width: none;
  }
}
.p-top-section-info__bg::before {
  position: absolute;
  top: -80px;
  left: -93px;
  transform: translateX(-100%);
  content: "";
  display: block;
  width: 87px;
  height: 159px;
  background-image: url("/assets/img/top/bg_illust_left2.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 2250px) {
  .p-top-section-info__bg::before {
    left: 80px;
    transform: translate(0);
  }
}
@media screen and (max-width: 1600px) {
  .p-top-section-info__bg::before {
    top: -50px;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-section-info__bg::before {
    width: 69.6px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-section-info__bg::before {
    display: none;
  }
}
.p-top-section-info__bg::after {
  position: absolute;
  top: -190px;
  right: -439px;
  content: "";
  display: block;
  width: 403px;
  height: 454px;
  background-image: url("/assets/img/top/bg_illust_right2.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 2250px) {
  .p-top-section-info__bg::after {
    width: 224px;
    right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-section-info__bg::after {
    width: 179.2px;
    background-size: 120% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-section-info__bg::after {
    display: none;
  }
}
.p-top-section-info__inner {
  position: relative;
  z-index: 10;
  margin-inline: auto;
  padding-block: 80px;
  padding-inline: 14px;
  max-width: 1428px;
}
@media screen and (max-width: 768px) {
  .p-top-section-info__inner {
    padding-block: 56px;
  }
}

.p-top-section-info-box {
  margin-inline: auto;
  padding-block: 48px;
  padding-inline: 40px;
  max-width: 1400px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-section-info-box {
    margin-inline: -14px;
    padding-block: 24px;
    padding-inline: 14px;
    border-radius: 0;
  }
}
.p-top-section-info-box__inner {
  margin-inline: auto;
  max-width: 1200px;
}
.p-top-section-info-box.-yellow {
  background-color: #FFF7C8;
}
.p-top-section-info-box.-white {
  border: 1px solid #D9D9D9;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-top-section-info-box.-white {
    padding-block: 0;
    border: none;
  }
}
.p-top-section-info-box + .p-top-section-info-box {
  margin-block-start: 64px;
}
@media screen and (max-width: 768px) {
  .p-top-section-info-box + .p-top-section-info-box {
    margin-block-start: 56px;
  }
}

.p-top-section-about {
  background-color: #F9EFEF;
}
.p-top-section-about__bg {
  position: relative;
  margin-inline: auto;
  max-width: 1400px;
}
@media screen and (max-width: 2400px) {
  .p-top-section-about__bg {
    max-width: none;
  }
}
.p-top-section-about__bg::before {
  position: absolute;
  top: -146px;
  left: 0;
  transform: translateX(-100%);
  content: "";
  display: block;
  width: 313px;
  height: 460px;
  background-image: url("/assets/img/top/bg_illust_left3.png");
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 2400px) {
  .p-top-section-about__bg::before {
    left: 0;
    transform: translate(0);
    width: 260px;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-section-about__bg::before {
    top: -120px;
    width: 208px;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-section-about__bg::before {
    top: -46px;
    width: 76px;
    height: 155px;
    background-image: url("/assets/img/top/bg_illust_left3_sp_2x.png");
    background-size: 76px auto;
  }
}
.p-top-section-about__bg::after {
  position: absolute;
  top: -100px;
  right: -488px;
  content: "";
  display: block;
  width: 488px;
  height: 1083px;
  background-image: url("/assets/img/top/bg_illust_right3.png");
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 2400px) {
  .p-top-section-about__bg::after {
    width: 346px;
    right: 0;
  }
}
@media screen and (max-width: 1280px) {
  .p-top-section-about__bg::after {
    top: -60px;
    width: 276.8px;
    background-size: 120% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-top-section-about__bg::after {
    top: -14px;
    width: 73px;
    height: 95px;
    background-image: url("/assets/img/top/bg_illust_right3_sp_2x.png");
    background-size: 73px auto;
  }
}
.p-top-section-about__inner {
  position: relative;
  z-index: 10;
  margin-inline: auto;
  padding-block: 64px 80px;
  padding-inline: 14px;
  max-width: 1428px;
}
@media screen and (max-width: 768px) {
  .p-top-section-about__inner {
    padding-block: 24px 52px;
  }
}

.p-top-heading {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-heading {
    font-size: 2.4rem;
  }
}
.p-top-heading::before {
  content: "";
  display: block;
  margin-block-end: 12px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-top-heading::before {
    height: 24px;
    background-size: auto 24px;
  }
}
.p-top-heading::after {
  margin-block-start: 12px;
  content: attr(data-eng) " ";
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #DB3232;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-top-heading::after {
    margin-block-start: 8px;
    font-size: 1rem;
  }
}
.p-top-heading.-search::before {
  background-image: url("/assets/img/top/icon_search.svg");
}
.p-top-heading.-info {
  color: #DB3232;
}
.p-top-heading.-info::before {
  background-image: url("/assets/img/top/icon_info.svg");
}
.p-top-heading.-notice::before {
  background-image: url("/assets/img/top/icon_notice.svg");
}
.p-top-heading.-about::before {
  background-image: url("/assets/img/top/icon_about.svg");
}
.p-top-heading + * {
  margin-block-start: 56px;
}
@media screen and (max-width: 768px) {
  .p-top-heading + * {
    margin-block-start: 24px;
  }
}
.p-top-heading.-info + *, .p-top-heading.-notice + * {
  margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-heading.-info + *, .p-top-heading.-notice + * {
    margin-block-start: 24px;
  }
}

.p-operation-box {
  display: flex;
  align-items: center;
  padding-block: 14px;
  padding-inline: 20px;
  background-color: #FFF7C8;
  font-weight: bold;
  line-height: 1.2;
}
.p-operation-box::before {
  flex-shrink: 0;
  content: "";
  display: block;
  margin-inline-end: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
.p-operation-box.-type1::before {
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/operation/icon_ope1.svg");
}
.p-operation-box.-type2::before {
  width: 24px;
  height: 20px;
  background-image: url("/assets/img/operation/icon_ope2.svg");
}
.p-operation-box.-type3::before {
  width: 26px;
  height: 26px;
  background-image: url("/assets/img/operation/icon_ope3.svg");
}
.p-operation-box + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .p-operation-box + * {
    margin-block-start: 16px;
  }
}

.p-operation-btn-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 36px;
}
@media screen and (max-width: 1280px) {
  .p-operation-btn-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-operation-btn-wrap {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.p-operation-btn-wrap + * {
  margin-block-start: 32px;
}

.p-operation-btn {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-block: 15px;
  padding-inline: 7px 48px;
  border-radius: 10px;
  border: 1px solid #A5A5A5;
  background-image: url("/assets/img/common/arrow_right_red.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 20px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-operation-btn {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.p-operation-btn::before {
  flex-shrink: 0;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background-position: center center;
  background-repeat: no-repeat;
}
.p-operation-btn.-pdf {
  background-image: url("/assets/img/common/icon_pdf.svg");
  background-size: auto;
}
.p-operation-btn.-school::before {
  background-image: url("/assets/img/operation/icon_school.svg");
}
.p-operation-btn.-sun::before {
  background-image: url("/assets/img/operation/icon_sun.svg");
}
.p-operation-btn.-snowman::before {
  background-image: url("/assets/img/operation/icon_snowman.svg");
}
.p-operation-btn.-mountain::before {
  background-image: url("/assets/img/operation/icon_mountain.svg");
}
.p-operation-btn.-temple::before {
  background-image: url("/assets/img/operation/icon_temple.svg");
}
.p-operation-btn.-drive::before {
  background-image: url("/assets/img/operation/icon_drive.svg");
}
.p-operation-btn.-train::before {
  background-image: url("/assets/img/operation/icon_train.svg");
}
.p-operation-btn.-festival::before {
  background-image: url("/assets/img/operation/icon_festival.svg");
}
.p-operation-btn.-firework::before {
  background-image: url("/assets/img/operation/icon_firework.svg");
}
.p-operation-btn.-horse::before {
  background-image: url("/assets/img/operation/icon_horse.svg");
}

.p-accordion-box {
  border-radius: 10px;
  background-color: #fff;
}
.p-accordion-box__heading-wrap {
  display: flex;
  justify-content: space-between;
  transition: 0.2s opacity;
}
.p-accordion-box__heading-wrap:hover {
  opacity: 0.7;
}
.p-accordion-box__heading {
  padding-block: 32px;
  padding-inline-start: 32px;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__heading {
    display: flex;
    align-items: center;
    padding-block: 16px;
    padding-inline-start: 16px;
    font-size: 1.8rem;
    height: 28px;
    box-sizing: content-box;
  }
}
.p-accordion-box__heading span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__heading span {
    font-size: 1.4rem;
  }
}
.p-accordion-box__heading.-icon {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__heading.-icon {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.p-accordion-box__heading.-icon::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: 40px;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__heading.-icon::before {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
}
.p-accordion-box__heading.-icon.-icon-local::before {
  background-image: url("/assets/img/common/icon_bus.svg");
  height: 46px;
  background-size: 40px 46px;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__heading.-icon.-icon-local::before {
    height: 28px;
    background-size: 24px 28px;
  }
}
.p-accordion-box__heading.-icon.-icon-highway::before {
  background-image: url("/assets/img/common/icon_highway.svg");
}
.p-accordion-box__heading.-icon.-icon-airport::before {
  background-image: url("/assets/img/common/icon_airport.svg");
}
.p-accordion-box__heading.-icon.-icon-bag::before {
  background-image: url("/assets/img/common/icon_bag.svg");
  height: 33px;
  background-size: 40px 33px;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__heading.-icon.-icon-bag::before {
    height: 21px;
    background-size: 24px 21px;
  }
}
.p-accordion-box__heading.-icon.-icon-torii::before {
  background-image: url("/assets/img/common/icon_torii.svg");
}
.p-accordion-box__button {
  flex-shrink: 0;
  border: none;
  background-color: transparent;
  background-image: url("/assets/img/common/arrow_top_red.svg"), url("/assets/img/common/arrow_bottom_red.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0, 40px;
  width: 72px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__button {
    width: 36px;
    background-size: 0, 20px;
  }
}
.p-accordion-box__button.is-show {
  background-size: 40px, 0;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__button.is-show {
    background-size: 20px, 0;
  }
}
.p-accordion-box__content {
  padding-block-end: 32px;
  padding-inline: 32px;
}
@media screen and (max-width: 768px) {
  .p-accordion-box__content {
    padding-block-end: 16px;
    padding-inline: 16px;
  }
}
.p-accordion-box__content.-acc {
  display: none;
}
.p-accordion-box__content.is-show {
  display: block;
  animation: fadeIn 0.5s ease;
}
.p-accordion-box + .p-accordion-box {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .p-accordion-box + .p-accordion-box {
    margin-block-start: 12px;
  }
}

.p-accordion-box2__heading-wrap {
  position: relative;
}
.p-accordion-box2__heading-wrap:hover {
  opacity: 0.7;
}
.p-accordion-box2__heading {
  background-color: #F9EFEF;
  padding-block: 20px;
  padding-inline: 20px 40px;
  border-radius: 10px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.2s opacity;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-accordion-box2__heading {
    padding-block: 16px;
    padding-inline: 16px 32px;
    font-size: 1.6rem;
  }
}
.p-accordion-box2__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  border: none;
  background-color: transparent;
  background-image: url("/assets/img/common/arrow_top_red.svg"), url("/assets/img/common/arrow_bottom_red.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0, auto;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-accordion-box2__button {
    right: 16px;
    width: 20px;
    background-size: 0, 20px;
  }
}
.p-accordion-box2__button.is-show {
  background-size: auto, 0;
}
@media screen and (max-width: 768px) {
  .p-accordion-box2__button.is-show {
    background-size: 20px, 0;
  }
}
.p-accordion-box2__content {
  padding-block: 24px 32px;
}
@media screen and (max-width: 768px) {
  .p-accordion-box2__content {
    padding-block: 12px;
  }
}
.p-accordion-box2__content.-acc {
  display: none;
}
.p-accordion-box2__content.is-show {
  display: block;
  animation: fadeIn 0.5s ease;
}
.p-accordion-box2 + .p-accordion-box2 {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .p-accordion-box2 + .p-accordion-box2 {
    margin-block-start: 24px;
  }
}

.p-accordion-box3__heading-wrap {
  position: relative;
}
.p-accordion-box3__heading-wrap:hover {
  opacity: 0.7;
}
.p-accordion-box3__heading {
  transition: 0.2s opacity;
  cursor: pointer;
}
.p-accordion-box3__button {
  margin-block-start: 0;
  position: absolute;
  bottom: 14px;
  right: 0;
  border: none;
  background-color: transparent;
  background-image: url("/assets/img/common/arrow_top_red.svg"), url("/assets/img/common/arrow_bottom_red.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0, auto;
  width: 28px;
  height: 28px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-accordion-box3__button {
    width: 20px;
    background-size: 0, 20px;
  }
}
.p-accordion-box3__button.is-show {
  background-size: auto, 0;
}
@media screen and (max-width: 768px) {
  .p-accordion-box3__button.is-show {
    background-size: 20px, 0;
  }
}
.p-accordion-box3__content {
  padding-block-start: 32px;
}
.p-accordion-box3__content.-acc {
  display: none;
}
.p-accordion-box3__content.is-show {
  display: block;
  animation: fadeIn 0.5s ease;
}

.p-top-btn-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 22px;
}
@media screen and (max-width: 768px) {
  .p-top-btn-list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 11px;
         column-gap: 11px;
    row-gap: 10px;
  }
}

.p-top-about-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-about-list {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
}
.p-top-about-list + * {
  margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-about-list + * {
    margin-block-start: 12px;
  }
}

.p-top-about-list2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-about-list2 {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 11px;
         column-gap: 11px;
    row-gap: 12px;
  }
}

.p-top-about-card {
  display: block;
  padding-block: 24px;
  padding-inline: 24px;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.2s background-color;
}
@media screen and (max-width: 768px) {
  .p-top-about-card {
    display: flex;
    align-items: center;
    -moz-column-gap: 14px;
         column-gap: 14px;
    padding-block: 14px;
    padding-inline: 14px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-about-card__image {
    flex-shrink: 0;
  }
}
.p-top-about-card__image img {
  display: block;
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-about-card__image img {
    width: auto;
    height: 92px;
  }
}
.p-top-about-card span {
  display: block;
  margin-block-start: 20px;
  font-weight: 700;
  background-image: url("/assets/img/common/arrow_right_red.svg"), url("/assets/img/common/arrow_right_white2.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 28px, 0;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-top-about-card span {
    margin-block-start: 0;
    width: 100%;
    background-size: 20px, 0;
    font-size: 1.8rem;
  }
}
.p-top-about-card:hover {
  background-color: #DB3232;
  color: #fff;
}
.p-top-about-card:hover span {
  background-size: 0, 28px;
}
@media screen and (max-width: 768px) {
  .p-top-about-card:hover span {
    background-size: 0, 20px;
  }
}

.p-top-sns-section {
  margin-block-start: 48px;
}
@media screen and (max-width: 768px) {
  .p-top-sns-section {
    margin-block-start: 32px;
  }
}
.p-top-sns-section__heading {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-sns-section__heading {
    font-size: 1.6rem;
  }
}
.p-top-sns-section__list {
  margin-block-start: 24px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-sns-section__list {
    margin-block-start: 14px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.p-top-sns-section__list a {
  display: block;
  transition: 0.2s opacity;
}
@media screen and (max-width: 768px) {
  .p-top-sns-section__list a {
    width: 32px;
    height: 32px;
  }
}
.p-top-sns-section__list a img {
  max-width: 100%;
  height: auto;
}
.p-top-sns-section__list a:hover {
  opacity: 0.7;
}

.p-top-banner {
  position: relative;
  margin-block-start: 64px;
  margin-inline: auto;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-banner {
    margin-block-start: 40px;
  }
}
.p-top-banner__inner {
  position: relative;
  padding-inline: 14px;
}
.p-top-banner::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-banner::before {
    position: absolute;
    top: -110px;
    left: 12px;
    content: "";
    display: block;
    width: 64px;
    height: 80px;
    background-image: url("/assets/img/top/bg_illust_left4_sp_2x.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 64px 80px;
  }
}
.p-top-banner::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top-banner::after {
    position: absolute;
    top: -100px;
    right: 14px;
    content: "";
    display: block;
    width: 34px;
    height: 72px;
    background-image: url("/assets/img/top/bg_illust_right4_sp_2x.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 34px 72px;
  }
}

.p-top-banner-slider {
  position: relative;
  margin-inline: auto;
  max-width: 1353px;
  width: 100%;
  overflow: hidden;
}
.p-top-banner-slider a {
  transition: 0.2s opacity;
}
@media screen and (max-width: 768px) {
  .p-top-banner-slider a {
    display: block;
    text-align: center;
  }
}
.p-top-banner-slider a:hover {
  opacity: 0.7;
}
.p-top-banner-slider__image {
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top-banner-slider__image {
    width: 100%;
  }
}

.p-top-banner-slider-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-banner-slider-arrow {
    top: auto;
    bottom: -6px;
    transform: none;
  }
}
.p-top-banner-slider-arrow__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-color: #DB3232;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 8px 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-top-banner-slider-arrow__btn {
    top: 0;
    transform: none;
    width: 7px;
    height: 12px;
    background-color: transparent;
  }
}
.p-top-banner-slider-arrow__btn.-next {
  right: 0;
  background-image: url("/assets/img/common/arrow_line_right_white.svg");
}
@media screen and (max-width: 768px) {
  .p-top-banner-slider-arrow__btn.-next {
    right: 18px;
    background-image: url("/assets/img/common/arrow_line_right_gray.svg");
  }
}
.p-top-banner-slider-arrow__btn.-prev {
  left: 0;
  background-image: url("/assets/img/common/arrow_line_left_white.svg");
}
@media screen and (max-width: 768px) {
  .p-top-banner-slider-arrow__btn.-prev {
    left: 18px;
    background-image: url("/assets/img/common/arrow_line_left_gray.svg");
  }
}
.p-top-banner-slider-arrow__btn:hover {
  background-color: #A52121;
}
@media screen and (max-width: 768px) {
  .p-top-banner-slider-arrow__btn:hover {
    background-color: transparent;
  }
}

.p-top-banner-slider-nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-block-start: 12px;
  margin-inline: auto;
  max-width: 1400px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .p-top-banner-slider-nav {
    margin-block-start: 4px;
  }
}
@media screen and (max-width: 1400px) {
  .p-top-banner-slider-nav__pagination {
    padding-inline-start: 20px;
  }
}
.p-top-banner-slider-nav__pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  width: auto;
}
.p-top-banner-slider-nav__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 10px;
  height: 10px;
  background-color: #707070;
}
.p-top-banner-slider-nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #DB3232;
  background-color: transparent;
}
.p-top-banner-slider-nav__pause {
  width: 18px;
  height: 18px;
  border: none;
  background-color: #DB3232;
  background-image: url("/assets/img/common/icon_pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -10000px;
  overflow: hidden;
  cursor: pointer;
}
.p-top-banner-slider-nav__pause.is-play {
  background-image: url("/assets/img/common/icon_play.svg");
}

.p-top-operation {
  padding-block: 18px;
  padding-inline: 14px;
  background-color: #81695A;
}
@media screen and (max-width: 768px) {
  .p-top-operation {
    padding-block: 14px;
  }
}
.p-top-operation__inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  margin-inline: auto;
  max-width: 1400px;
}
@media screen and (max-width: 1440px) {
  .p-top-operation__inner {
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation__inner {
    row-gap: 8px;
  }
}
.p-top-operation__heading {
  color: #fff;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-operation__heading {
    padding-block-start: 8px;
    font-size: 1.6rem;
  }
}
.p-top-operation__content {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 1440px) {
  .p-top-operation__content {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation__content {
    margin-block-start: -32px;
    row-gap: 8px;
    flex-direction: column-reverse;
  }
}
.p-top-operation__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (max-width: 1440px) {
  .p-top-operation__list {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation__list {
    grid-template-columns: 20.4610951009% 18.1556195965% 25.3602305476% 1fr;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.p-top-operation__list > li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding-inline: 66px 0;
  width: 229px;
  height: 69px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left 16px center;
  background-size: 36px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  transition: 0.2s opacity;
}
@media screen and (max-width: 1440px) {
  .p-top-operation__list > li a {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation__list > li a {
    justify-content: center;
    padding-block: 36px 12px;
    padding-inline: 4px;
    background-position: center top 10px;
    background-size: 20px;
    width: 100%;
    height: 100%;
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-top-operation__list > li a span {
  display: block;
  line-height: 1.4;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-operation__list > li a span {
    font-size: 1rem;
  }
}
.p-top-operation__list > li a.-type1 {
  background-image: url("/assets/img/top/icon_ope1.svg");
}
@media screen and (max-width: 768px) {
  .p-top-operation__list > li a.-type1 {
    background-image: url("/assets/img/top/icon_ope1_sp.svg");
  }
}
.p-top-operation__list > li a.-type2 {
  background-image: url("/assets/img/top/icon_ope2.svg");
}
@media screen and (max-width: 768px) {
  .p-top-operation__list > li a.-type2 {
    background-image: url("/assets/img/top/icon_ope2_sp.svg");
  }
}
.p-top-operation__list > li a.-type3 {
  background-image: url("/assets/img/top/icon_ope3.svg");
  background-size: 32px;
}
@media screen and (max-width: 768px) {
  .p-top-operation__list > li a.-type3 {
    background-image: url("/assets/img/top/icon_ope3_sp.svg");
    background-size: 19px;
  }
}
.p-top-operation__list > li a:hover {
  opacity: 0.7;
}
.p-top-operation__btn {
  display: flex;
  align-items: center;
  padding-block: 16px;
  padding-inline: 16px 36px;
  border-radius: 25px;
  width: 264px;
  border: none;
  background-color: #fff;
  color: #DB3232;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.2;
  transition: 0.2s background-color;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-top-operation__btn {
    padding-block: 2px;
    padding-inline: 8px;
    width: 123px;
    font-size: 1.3rem;
  }
}
.p-top-operation__btn::before {
  content: "";
  display: block;
  margin-inline-end: 24px;
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/common/arrow_right_red2.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-top-operation__btn::before {
    margin-inline-end: 8px;
    width: 16px;
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation__btn span {
    display: none;
  }
}
.p-top-operation__btn:hover:not([disabled]) {
  background-color: #A52121;
  color: #fff;
}
.p-top-operation__btn:hover:not([disabled])::before {
  background-image: url("/assets/img/common/arrow_right_white.svg");
}
.p-top-operation.is-banpaku .p-top-operation__heading {
  flex-shrink: 0;
}
.p-top-operation.is-banpaku .p-top-operation__content {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
@media screen and (max-width: 1440px) {
  .p-top-operation.is-banpaku .p-top-operation__content {
    flex-direction: column-reverse;
    margin-block-start: -44px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__content {
    margin-block-start: -32px;
  }
}
.p-top-operation.is-banpaku .p-top-operation__list {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1100px) {
  .p-top-operation.is-banpaku .p-top-operation__list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__list {
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 5px;
  }
}
.p-top-operation.is-banpaku .p-top-operation__list > li a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li a {
    justify-content: flex-start;
    padding-block: 8px;
    padding-inline-start: 36px;
    background-position: left 10px center;
    min-height: 47px;
    text-align: left;
  }
}
.p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(1) {
  width: 160px;
}
@media screen and (max-width: 1440px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(1) {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(1) {
    width: calc(33.3333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(1) {
    width: 30%;
  }
}
.p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(2) {
  width: 160px;
}
@media screen and (max-width: 1440px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(2) {
    width: calc(33.3333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(2) {
    width: 28%;
  }
}
.p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(3) {
  width: 186px;
}
@media screen and (max-width: 1440px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(3) {
    width: calc(33.3333% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(3) {
    width: calc(42% - 10px);
  }
}
.p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(4) {
  width: 186px;
}
@media screen and (max-width: 1440px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(4) {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(4) {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(4) {
    width: 42%;
  }
}
.p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(5) {
  width: 284px;
}
@media screen and (max-width: 1100px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(5) {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__list > li:nth-child(5) {
    width: calc(58% - 5px);
  }
}
.p-top-operation.is-banpaku .p-top-operation__list > li span {
  font-size: 1rem;
}
.p-top-operation.is-banpaku .p-top-operation__btn {
  flex-shrink: 0;
  padding-inline: 16px;
  width: 210px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__btn {
    padding-inline: 10px;
    width: 123px;
    font-size: 1.3rem;
  }
}
.p-top-operation.is-banpaku .p-top-operation__btn::before {
  flex-shrink: 0;
  margin-inline-end: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-operation.is-banpaku .p-top-operation__btn::before {
    margin-inline-end: 8px;
  }
}

.p-top-important {
  position: absolute;
  z-index: 50;
  padding-block: 18px;
  padding-inline: 14px;
  width: 100%;
  background-color: #FFEA71;
  box-shadow: 0 3px 6px rgba(51, 51, 51, 0.4);
}
@media screen and (max-width: 768px) {
  .p-top-important {
    padding-block: 14px;
  }
}
.p-top-important__inner {
  margin-inline: auto;
  padding-block: 28px;
  padding-inline: 88px 24px;
  max-width: 1400px;
  background-color: #fff;
  background-image: url("/assets/img/top/icon_important.svg");
  background-repeat: no-repeat;
  background-position: left 24px center;
}
@media screen and (max-width: 768px) {
  .p-top-important__inner {
    padding-block: 16px;
    padding-inline: 68px 14px;
    background-position: left 14px center;
    background-size: 40px 34px;
  }
}
.p-top-important__heading {
  font-size: 2.4rem;
  color: #DB3232;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-top-important__heading {
    font-size: 1.8rem;
  }
}
.p-top-important__content {
  margin-block-start: 16px;
  font-size: 1.8rem;
  color: #DB3232;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-top-important__content {
    margin-block-start: 4px;
    font-size: 1.4rem;
  }
}
.p-top-important__content a {
  text-decoration: underline;
}
.p-top-important__content a:hover {
  text-decoration: none;
}

.p-popup-wrap {
  padding-block: 24px;
  padding-inline: 24px;
}
@media screen and (max-width: 768px) {
  .p-popup-wrap {
    padding-block: 14px;
    padding-inline: 14px;
  }
}
.p-popup-wrap .c-image-box img {
  margin-inline: auto;
}

.p-time-table {
  border-collapse: collapse;
  border: 1px solid #D9D9D9;
  background-color: #fff;
  width: 100%;
}
.p-time-table tr th {
  padding-block: 16px;
  padding-inline: 16px;
  border: 1px solid #D9D9D9;
  font-weight: 700;
}
.p-time-table tr td {
  padding-block: 16px;
  padding-inline: 16px;
  border: 1px solid #D9D9D9;
  font-weight: 700;
}
.p-time-table tr td:first-child {
  width: 67px;
  text-align: center;
}
.p-time-table tr td:nth-child(2) {
  width: 67px;
  text-align: center;
}
.p-time-table tr .-yellow {
  background-color: #ffff99;
}
.p-time-table tr:nth-child(odd) {
  background-color: #F9EFEF;
}
.p-time-table__arrow {
  padding-block: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-time-table__arrow {
    padding-block: 24px;
  }
}
.p-time-table.-style1 td {
  text-align: center;
}
.p-time-table.-style1 td:first-child, .p-time-table.-style1 td:nth-child(2) {
  width: auto;
}
.p-time-table.-style2 th {
  width: 180px;
}
.p-time-table.-style2 td:first-child {
  width: 180px;
}
.p-time-table.-style3 td {
  text-align: center;
}
.p-time-table.-style3 td:first-child {
  width: 80px;
}
.p-time-table.-style3 td:nth-child(2) {
  width: auto;
}
.p-time-table.-style4 td {
  text-align: center;
}
.p-time-table.-style4 td:first-child {
  width: 80px;
}
.p-time-table.-style4 td:nth-child(2) {
  width: 600px;
}
.p-time-table.-style5 td {
  text-align: center;
}
.p-time-table.-style5 td:first-child {
  width: 80px;
}
.p-time-table.-style5 td:nth-child(2) {
  width: 300px;
}
.p-time-table.-style6 td {
  text-align: center;
}
.p-time-table.-style6 td:first-child {
  width: 80px;
}
.p-time-table.-style6 td:nth-child(2) {
  width: 260px;
}
.p-time-table.-style7 td {
  text-align: center;
}
.p-time-table.-style7 td:first-child {
  width: 70px;
}
.p-time-table.-style7 td:nth-child(2) {
  width: auto;
}
.p-time-table.-style7 td:nth-child(3), .p-time-table.-style7 td:nth-child(4), .p-time-table.-style7 td:nth-child(5), .p-time-table.-style7 td:nth-child(6), .p-time-table.-style7 td:nth-child(7), .p-time-table.-style7 td:nth-child(8) {
  width: 90px;
}
.p-time-table.-style8 td {
  text-align: center;
}
.p-time-table.-style8 td:first-child {
  width: 70px;
}
.p-time-table.-style8 td:nth-child(2) {
  width: auto;
}
.p-time-table.-style8 td:nth-child(3), .p-time-table.-style8 td:nth-child(4), .p-time-table.-style8 td:nth-child(5), .p-time-table.-style8 td:nth-child(6), .p-time-table.-style8 td:nth-child(7), .p-time-table.-style8 td:nth-child(8), .p-time-table.-style8 td:nth-child(9), .p-time-table.-style8 td:nth-child(10), .p-time-table.-style8 td:nth-child(11) {
  width: 70px;
}
@media screen and (max-width: 768px) {
  :where(.js-scrollable) .p-time-table {
    width: 980px;
  }
}

@media screen and (max-width: 768px) {
  :where(.js-scrollable) .p-time-table__arrow {
    width: 980px;
  }
}

.p-equipment-list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-equipment-list {
    grid-template-columns: 1fr;
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 8px;
  }
}
.p-equipment-list > li {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  min-width: 200px;
}
@media screen and (max-width: 768px) {
  .p-equipment-list > li {
    min-width: none;
    width: 100%;
  }
}
.p-equipment-list > li img {
  flex-shrink: 0;
}
.p-equipment-list + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .p-equipment-list + * {
    margin-block-start: 16px;
  }
}

.p-banner-in-btn {
  display: block;
  margin-inline: auto;
  padding-block: 24px;
  padding-inline: 24px;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  max-width: 825px;
  transition: 0.2s opacity;
}
@media screen and (max-width: 768px) {
  .p-banner-in-btn {
    padding-inline: 10px;
  }
}
.p-banner-in-btn__image img {
  max-width: 100%;
  height: auto;
}
.p-banner-in-btn__btn {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .p-banner-in-btn__btn {
    margin-block-start: 16px;
  }
}
.p-banner-in-btn__btn .c-basic-btn {
  margin-inline: auto;
}
.p-banner-in-btn:hover {
  opacity: 0.8;
}
.p-banner-in-btn + * {
  margin-block-start: 32px;
}

.p-icon-day {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.p-icon-day > li {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.p-icon-day > li.-day::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/icon_day.svg");
  background-repeat: no-repeat;
  background-position: left top;
}
.p-icon-day > li.-night::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/common/icon_night.svg");
  background-repeat: no-repeat;
  background-position: left top;
}

.p-route-map {
  position: relative;
  margin-inline: auto;
  width: 741px;
  height: 494px;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  background-image: url("/assets/img/local/map.png"), url("/assets/img/local/map_a.png"), url("/assets/img/local/map_b.png"), url("/assets/img/local/map_c.png"), url("/assets/img/local/map_d.png"), url("/assets/img/local/map_e.png"), url("/assets/img/local/map_f.png"), url("/assets/img/local/map_g.png"), url("/assets/img/local/map_h.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto, 0, 0, 0, 0, 0, 0, 0, 0;
}
@media screen and (max-width: 768px) {
  .p-route-map {
    aspect-ratio: 347/231;
    background-image: url("/assets/img/local/map_sp_2x.png");
    background-size: 100% auto;
    width: 100%;
    height: auto;
  }
}
.p-route-map[data-map=area-a] {
  background-size: 0, auto, 0, 0, 0, 0, 0, 0, 0;
}
.p-route-map[data-map=area-b] {
  background-size: 0, 0, auto, 0, 0, 0, 0, 0, 0;
}
.p-route-map[data-map=area-c] {
  background-size: 0, 0, 0, auto, 0, 0, 0, 0, 0;
}
.p-route-map[data-map=area-d] {
  background-size: 0, 0, 0, 0, auto, 0, 0, 0, 0;
}
.p-route-map[data-map=area-e] {
  background-size: 0, 0, 0, 0, 0, auto, 0, 0, 0;
}
.p-route-map[data-map=area-f] {
  background-size: 0, 0, 0, 0, 0, 0, auto, 0, 0;
}
.p-route-map[data-map=area-g] {
  background-size: 0, 0, 0, 0, 0, 0, 0, auto, 0;
}
.p-route-map[data-map=area-h] {
  background-size: 0, 0, 0, 0, 0, 0, 0, 0, auto;
}
@media screen and (max-width: 768px) {
  .p-route-map__list {
    display: none;
  }
}
.p-route-map__btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 6px solid #A5A5A5;
  border-radius: 3px;
  width: 100px;
  height: 60px;
  cursor: pointer;
}
.p-route-map__btn[data-map-id=area-a] {
  top: 15px;
  left: 352px;
  width: 234px;
  height: 174px;
}
.p-route-map__btn[data-map-id=area-b] {
  top: 184px;
  left: 286px;
  width: 218px;
  height: 66px;
}
.p-route-map__btn[data-map-id=area-b] span {
  position: absolute;
  top: -3px;
  right: -3px;
}
.p-route-map__btn[data-map-id=area-c] {
  top: 215px;
  left: 362px;
  width: 70px;
  height: 161px;
}
.p-route-map__btn[data-map-id=area-d] {
  top: 258px;
  left: 270px;
  width: 91px;
  height: 85px;
}
.p-route-map__btn[data-map-id=area-e] {
  top: 361px;
  left: 223px;
  width: 84px;
  height: 50px;
}
.p-route-map__btn[data-map-id=area-e] span {
  position: absolute;
  top: -3px;
  right: -3px;
}
.p-route-map__btn[data-map-id=area-f] {
  top: 345px;
  left: 310px;
  width: 50px;
  height: 66px;
}
.p-route-map__btn[data-map-id=area-f] span {
  position: absolute;
  top: -3px;
  right: -3px;
}
.p-route-map__btn[data-map-id=area-g] {
  top: 258px;
  left: 177px;
  width: 89px;
  height: 100px;
}
.p-route-map__btn[data-map-id=area-h] {
  top: 415px;
  left: 198px;
  width: 162px;
  height: 63px;
}
.p-route-map__btn[data-map-id=area-h] span {
  position: absolute;
  bottom: -3px;
  right: -3px;
}
.p-route-map__btn span {
  display: block;
  background-color: #A5A5A5;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: uppercase;
}
.p-route-map__btn:hover {
  border-color: #DB3232;
  z-index: 2;
}
.p-route-map__btn:hover span {
  background-color: #DB3232;
  color: #fff;
}
.p-route-map + * {
  margin-block-start: 88px;
}
@media screen and (max-width: 768px) {
  .p-route-map + * {
    margin-block-start: 16px;
  }
}

.p-highway-map {
  position: relative;
  margin-inline: auto;
  border-radius: 10px;
  border: 1px solid #D9D9D9;
  width: 741px;
  height: 494px;
  background-image: url("/assets/img/highway/route_map.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-highway-map {
    width: 100%;
    height: auto;
    aspect-ratio: 347/231;
    background-image: url("/assets/img/highway/route_map_sp_2x.png");
    background-size: 100% auto;
  }
}
@media screen and (max-width: 768px) {
  .p-highway-map__btns {
    display: none;
  }
}
.p-highway-map__btns > li a {
  position: absolute;
  display: block;
  width: 148px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto, 0;
}
.p-highway-map__btns > li a.-kinki {
  top: 289px;
  left: 146px;
  background-image: url("/assets/img/highway/btn_kinki.svg"), url("/assets/img/highway/btn_kinki_hover.svg");
}
.p-highway-map__btns > li a.-tokai {
  top: 324px;
  left: 429px;
  background-image: url("/assets/img/highway/btn_tokai.svg"), url("/assets/img/highway/btn_tokai_hover.svg");
}
.p-highway-map__btns > li a.-shikoku {
  top: 351px;
  left: 92px;
  background-image: url("/assets/img/highway/btn_shikoku.svg"), url("/assets/img/highway/btn_shikoku_hover.svg");
}
.p-highway-map__btns > li a.-chugoku {
  top: 235px;
  left: 106px;
  background-image: url("/assets/img/highway/btn_chugoku.svg"), url("/assets/img/highway/btn_chugoku_hover.svg");
}
.p-highway-map__btns > li a.-kanto {
  top: 253px;
  left: 591px;
  background-image: url("/assets/img/highway/btn_kanto.svg"), url("/assets/img/highway/btn_kanto_hover.svg");
}
.p-highway-map__btns > li a.-shinetsu {
  top: 175px;
  left: 465px;
  background-image: url("/assets/img/highway/btn_shinetsu.svg"), url("/assets/img/highway/btn_shinetsu_hover.svg");
}
.p-highway-map__btns > li a:hover {
  background-size: 0, auto;
}
.p-highway-map + * {
  margin-block-start: 88px;
}
@media screen and (max-width: 768px) {
  .p-highway-map + * {
    margin-block-start: 16px;
  }
}

.p-sitemap-list {
  margin-block-start: 56px;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 56px;
}
.p-sitemap-list > li {
  width: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
  .p-sitemap-list > li {
    width: 100%;
  }
}
.p-sitemap-list > li.-wide {
  width: 100%;
}
.p-sitemap-list > li > a {
  display: block;
  padding-block-end: 16px;
  padding-inline-start: 16px;
  background-image: url("/assets/img/common/arrow_line_right_red.svg");
  background-repeat: no-repeat;
  background-position: left top 10px;
  background-size: 6px 10px;
  border-bottom: 4px solid #DB3232;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-sitemap-list > li > a {
    background-position: left top 8px;
    font-size: 1.8rem;
  }
}
.p-sitemap-list > li > a.-blank::after {
  content: "";
  display: inline-block;
  position: relative;
  margin-inline-start: 8px;
  top: 2px;
  width: 18px;
  height: 16px;
  background-image: url("/assets/img/common/icon_blank.svg");
  background-repeat: no-repeat;
}
.p-sitemap-list > li > a:hover {
  text-decoration: underline;
}
.p-sitemap-list__sub {
  margin-block-start: 32px;
  display: grid;
  row-gap: 4px;
}
.p-sitemap-list__sub > li a {
  display: inline-block;
  padding-inline-start: 16px;
  background-image: url("/assets/img/common/arrow_line_right_red.svg");
  background-repeat: no-repeat;
  background-position: left top 8px;
  background-size: 6px 10px;
  text-decoration: underline;
}
.p-sitemap-list__sub > li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .p-route-modal-area {
    display: none;
  }
}

.p-route-modal .c-column.-three2 section {
  padding-block: 32px;
  padding-inline: 32px;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
}
.p-route-modal .c-column.-three2 section .c-basic-btn {
  width: 100%;
}

.p-bus-line-list {
  display: grid;
  row-gap: 11px;
}
.p-bus-line-list + * {
  margin-block-start: 32px;
}

.p-bus-line {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  padding-block: 16px;
  padding-inline: 16px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
.p-bus-line.-pink {
  background-color: #E95383;
}
.p-bus-line.-green {
  background-color: #69BD82;
}
.p-bus-line.-green2 {
  background-color: #B4B519;
}
.p-bus-line.-purple {
  background-color: #796CB0;
}
.p-bus-line.-orange {
  background-color: #F08537;
}
.p-bus-line__number {
  display: flex;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
.p-bus-line__number span {
  display: inline-block;
  width: 40px;
  height: 24px;
  line-height: 24px;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  color: #333;
  text-align: center;
}
.p-bus-line__label {
  padding-inline-start: 10px;
}
.p-bus-line__label span {
  padding-inline-start: 12px;
}

.p-fan-mv {
  padding-block-start: 135px;
  height: 908px;
  background-image: url("/assets/img/fan/fan_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 1920px) {
  .p-fan-mv {
    background-size: 100% auto;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .p-fan-mv {
    padding-block-start: 94px;
    padding-inline: 14px;
    height: 721px;
    background-image: url("/assets/img/fan/fan_bg1_sp_2x.png"), url("/assets/img/fan/fan_bg2_sp_2x.png");
    background-position: center top, center bottom;
    background-size: 100% auto;
  }
}
.p-fan-mv__container {
  margin-inline: auto;
  max-width: 1380px;
  padding-block-start: 311px;
  padding-inline: 200px;
  height: 710px;
  background-image: url("/assets/img/fan/mv_image1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 1300px) {
  .p-fan-mv__container {
    padding-block-start: 25%;
  }
}
@media screen and (max-width: 768px) {
  .p-fan-mv__container {
    padding-block-start: 129px;
    padding-inline: 0;
    height: 548px;
    background-image: url("/assets/img/fan/mv_image1_sp.png");
    background-size: auto 100%;
  }
}
.p-fan-mv__container.-dai2dan {
  background-image: url("/assets/img/fan/mv_image2.png");
}
@media screen and (max-width: 768px) {
  .p-fan-mv__container.-dai2dan {
    background-image: url("/assets/img/fan/mv_image2_sp.png");
  }
}
.p-fan-mv__container.-dai3dan {
  background-image: url("/assets/img/fan/mv_image3.png");
}
@media screen and (max-width: 768px) {
  .p-fan-mv__container.-dai3dan {
    background-image: url("/assets/img/fan/mv_image3_sp.png");
  }
}
.p-fan-mv__container.-dai4dan {
  background-image: url("/assets/img/fan/mv_image4.png");
}
@media screen and (max-width: 768px) {
  .p-fan-mv__container.-dai4dan {
    background-image: url("/assets/img/fan/mv_image4_sp.png");
  }
}
.p-fan-mv__container.-dai5dan {
  background-image: url("/assets/img/fan/mv_image5.png");
}
@media screen and (max-width: 768px) {
  .p-fan-mv__container.-dai5dan {
    background-image: url("/assets/img/fan/mv_image5_sp.png");
  }
}
.p-fan-mv__container.-dai6dan {
  background-image: url("/assets/img/fan/mv_image6.png");
}
@media screen and (max-width: 768px) {
  .p-fan-mv__container.-dai6dan {
    background-image: url("/assets/img/fan/mv_image6_sp.png");
  }
}
.p-fan-mv__container.-full {
  background-image: url("/assets/img/fan/mv_image7.png");
}
@media screen and (max-width: 768px) {
  .p-fan-mv__container.-full {
    background-image: url("/assets/img/fan/mv_image7_sp.png");
  }
}
.p-fan-mv__title {
  display: block;
  text-align: center;
}
.p-fan-mv__title img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-fan-mv__title img {
    max-width: 305px;
  }
}
.p-fan-mv__text {
  margin-block-start: 32px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .p-fan-mv__text {
    margin-block-start: 20px;
    font-size: 1.8rem;
  }
}

.p-fan-character {
  padding-block: 98px 108px;
  background-color: #FFEA71;
}
@media screen and (max-width: 768px) {
  .p-fan-character {
    padding-block: 56px;
  }
}
.p-fan-character__inner {
  margin-inline: auto;
  padding-inline: 14px;
  max-width: 1228px;
}

.p-fan-character-column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
  row-gap: 32px;
}
@media screen and (max-width: 768px) {
  .p-fan-character-column {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}

.p-fan-character-box {
  padding-block: 32px;
  padding-inline: 32px;
  border-radius: 10px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-fan-character-box {
    padding-block: 24px;
    padding-inline: 24px;
  }
}
.p-fan-character-box__image {
  text-align: center;
}
.p-fan-character-box__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-fan-character-box__image img {
    width: 189px;
  }
}
.p-fan-character-box__heading {
  margin-block-start: 32px;
  padding-block-end: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  background-image: url("/assets/img/fan/heading_bg_single.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .p-fan-character-box__heading {
    margin-block-start: 24px;
    background-image: url("/assets/img/fan/heading_bg_single_sp.svg");
    font-size: 2rem;
    background-size: auto 7px;
  }
}
.p-fan-character-box__heading span {
  font-size: 1.6rem;
}
.p-fan-character-box__text {
  margin-block-start: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-fan-character-box__text {
    font-size: 1.6rem;
  }
}

.p-fan-character-comingsoon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 32px;
  padding-inline: 32px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 642px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-fan-character-comingsoon {
    min-height: 421px;
  }
}
.p-fan-character-comingsoon img {
  max-width: 100%;
  height: auto;
}

.p-fan-character-feature {
  margin-block-start: 32px;
  margin-inline: auto;
  padding-block: 113px;
  padding-inline: 32px;
  border-radius: 10px;
  background-color: #fff;
  max-width: 825px;
}
@media screen and (max-width: 768px) {
  .p-fan-character-feature {
    padding-block: 32px;
  }
}
:has(.p-fan-character-feature__text2) .p-fan-character-feature {
  padding-block-end: 40px;
}
.p-fan-character-feature__heading {
  margin-block-start: 32px;
  padding-block-end: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  background-image: url("/assets/img/fan/heading_bg_single.svg");
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .p-fan-character-feature__heading {
    margin-block-start: 24px;
    background-image: url("/assets/img/fan/heading_bg_single_sp.svg");
    font-size: 2rem;
    background-size: auto 7px;
  }
}
.p-fan-character-feature__image {
  display: block;
  text-align: center;
}
.p-fan-character-feature__image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-fan-character-feature__image img {
    width: 145px;
  }
}
.p-fan-character-feature__text {
  margin-block-start: 32px;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fan-character-feature__text {
    margin-block-start: 0;
    font-size: 2rem;
  }
}
.p-fan-character-feature__text2 {
  margin-block-start: 24px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-fan-character-feature__text2 {
    font-size: 1.6rem;
  }
}

.p-fan-heading {
  padding-block-end: 24px;
  background-image: url("/assets/img/fan/heading_bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom 2px;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fan-heading {
    font-size: 3.2rem;
  }
}
.p-fan-heading + * {
  margin-block-start: 32px;
}
@media screen and (max-width: 768px) {
  .p-fan-heading + * {
    margin-block-start: 16px;
  }
}

.p-fan-lead-text {
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fan-lead-text {
    font-size: 1.6rem;
  }
}
.p-fan-lead-text + * {
  margin-block-start: 58px;
}
@media screen and (max-width: 768px) {
  .p-fan-lead-text + * {
    margin-block-start: 40px;
  }
}

.p-fan-goods {
  padding-block-start: 108px;
  background-image: url("/assets/img/fan/goods_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  .p-fan-goods {
    padding-block-start: 66px;
    background-image: url("/assets/img/fan/goods_bg_sp_2x.png");
    background-size: 100% auto;
  }
}
.p-fan-goods__inner {
  margin-inline: auto;
  padding-inline: 14px;
  max-width: 1228px;
}

.p-fan-goods-box__heading {
  padding-block: 26px;
  padding-inline: 10px;
  border-radius: 8px;
  background-color: #FFEA71;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-fan-goods-box__heading {
    padding-block: 20px;
  }
}
.p-fan-goods-box__image {
  margin-block-start: 24px;
}
@media screen and (max-width: 768px) {
  .p-fan-goods-box__image {
    margin-block-start: 20px;
  }
}
.p-fan-goods-box__image img {
  max-width: 100%;
  height: auto;
}
.p-fan-goods-box__text {
  margin-block-start: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-fan-goods-box__text {
    margin-block-start: 12px;
    font-size: 1.6rem;
  }
}

.p-choq-icon {
  margin-block-start: 32px;
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-choq-icon {
    margin-block-start: 16px;
    align-items: flex-start;
  }
}

.u-show-only.-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-show-only.-pc {
    display: none;
  }
}
.u-show-only.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-show-only.-sp {
    display: block;
  }
}

.u-br-show-only.-pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-br-show-only.-pc {
    display: none;
  }
}
.u-br-show-only.-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-br-show-only.-sp {
    display: inline;
  }
}

.u-clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.u-text-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  position: absolute;
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.u-sp-only-link {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .u-sp-only-link {
    pointer-events: auto;
    text-decoration: underline;
    color: #DB3232;
    font-weight: bold;
  }
  .u-sp-only-link:hover {
    text-decoration: none;
  }
}

.u-mt4 {
  margin-block-start: 4px;
}

.u-mt8 {
  margin-block-start: 8px;
}

.u-mt12 {
  margin-block-start: 12px;
}

.u-mt16 {
  margin-block-start: 16px;
}

.u-mt20 {
  margin-block-start: 20px;
}

.u-mt24 {
  margin-block-start: 24px;
}

.u-mt28 {
  margin-block-start: 28px;
}

.u-mt32 {
  margin-block-start: 32px;
}

.u-mt36 {
  margin-block-start: 36px;
}

.u-mt40 {
  margin-block-start: 40px;
}

.u-mt44 {
  margin-block-start: 44px;
}

.u-mt48 {
  margin-block-start: 48px;
}

.u-mt52 {
  margin-block-start: 52px;
}

.u-mt56 {
  margin-block-start: 56px;
}

.u-mt60 {
  margin-block-start: 60px;
}

.u-mt64 {
  margin-block-start: 64px;
}

.u-mt68 {
  margin-block-start: 68px;
}

.u-mt72 {
  margin-block-start: 72px;
}

.u-mt76 {
  margin-block-start: 76px;
}

.u-mt80 {
  margin-block-start: 80px;
}

.u-color.-red {
  color: #DB3232;
}
.u-color.-bold {
  font-weight: 700;
}

.u-color--black {
  color: #333;
}

.u-color--gray {
  color: #aaa;
}

.u-color--white {
  color: #fff;
}

.u-color--bold-black {
  color: #333;
  font-weight: 700;
}

.u-color--bold-pink {
  color: #d96c6c;
  font-weight: 700;
}

.u-color--em-brown {
  color: #805e2b;
}

.u-color--red {
  color: #DB3232;
}