@charset "UTF-8";
/* break point */
/* layout */
*,
*::after,
*::before {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  box-sizing: border-box;
}

:root {
  --color_gray1: #fafafa;
  --color_gray2: #f5f5f5;
  --color_gray3: #e5e5e5;
  --color_gray4: #d4d4d4;
  --color_gray5: #a3a3a3;
  --color_gray6: #737373;
  --color_gray7: #525252;
  --color_gray8: #404040;
  --color_gray9: #262626;
  --color_gray10: #171717;
  --color_gray11: #0a0a0a;
  --color_text:#000000;
  --color_gold: #A68322;
  --color_gold2: #EBE2C7;
  --color_blue: #0E2167;
  --color_light_blue: #F5F7FF;
  --color_red: #8D0B0B;
  --color_silver: #B6B6B6;
  --color_bronze: #A66022;
  --color_primary: #0E2167;
  --color_secondary: #FFFF2F;
  --color_link: #1F5686;
  --color_cta_tel: #8D0B0B;
  --color_cta_line: #06C755;
  --color_cta_web: #A68322;
  --color_error: #ff0000;
  --color_body_bg: #FFFFFF;
  --color_light_bg: #D1DED6;
  --color_grey_bg: #fafafa;
  --color_border: #C7C7C7;
  --color_dark-gradient: linear-gradient(180deg, #0E2167 0%, #031F88 100%);
  --header_height: 115px;
}

body {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-optical-sizing: auto;
  line-height: 1.6;
  letter-spacing: 0.6px;
  color: var(--color_text);
  background-color: var(--color_body_bg);
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  background-image: linear-gradient(90deg, #f4f4f4 1px, transparent 1px), linear-gradient(#f4f4f4 1px, transparent 1px);
  background-size: 22px 22px;
  background-repeat: repeat;
  background-position: 0 0;
}
body.modal-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  text-decoration: none;
  vertical-align: top;
  font-size: 0px;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  box-sizing: border-box;
  color: var(--color_link);
}

a:not([class]) {
  text-decoration: underline;
  color: var(--color_link);
}
a:not([class]):hover {
  text-decoration: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
}

p {
  line-height: 1.625;
}

hr {
  border: none;
  border-top: 1px solid var(--color_blue);
}

summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  display: none;
}

html {
  scroll-padding-top: calc((var(--header_height, 115px)) + 20px);
}

.l-container {
  display: block;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  margin: 0 auto;
  max-width: 1132px;
}

.l-container--large {
  max-width: 1232px;
}

.l-container--narrow {
  max-width: 1012px;
}

.l-container--thin {
  max-width: 732px;
}

.l-container--full {
  display: block;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .l-container--full-sp {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.l-section--dark {
  background: var(--color_dark-gradient);
}

.l-section--light {
  background-color: var(--color_light_bg);
}

.l-section--grey {
  background-color: var(--color_grey_bg);
}

.l-section--blue {
  background-color: var(--color_blue_bg);
}

.l-section--white {
  background-color: #ffffff;
}

.l-section--dark.l-section--staff-bg {
  background-image: url("../images/common/staff-bg.png"), var(--color_dark-gradient);
  background-size: cover, cover;
}

.l-block {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .l-block {
    padding: 40px 0;
  }
}

.l-block__top-kuchikomi {
  transition-timing-function: linear;
}

.l-block__staff {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .l-block__staff {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px 40px;
    margin-left: 0;
    padding-inline: 10px;
  }
}

.l-block__tenpo-photo {
  width: 600px;
  overflow: visible;
}
.l-block__tenpo-photo .swiper-button-prev {
  left: -50px;
}
.l-block__tenpo-photo .swiper-button-next {
  right: -50px;
}
.l-block__tenpo-photo .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.l-block__tenpo-photo .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 767px) {
  .l-block__tenpo-photo {
    width: 100%;
  }
  .l-block__tenpo-photo .swiper-button-prev {
    left: 0;
  }
  .l-block__tenpo-photo .swiper-button-next {
    right: 0;
  }
}

.l-block__white-wrapper {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
@media (max-width: 767px) {
  .l-block__white-wrapper {
    padding: 20px;
  }
}

.l-block__supervision {
  container-type: inline-size;
}
.l-block__supervision__inner {
  position: relative;
  padding: 40px;
  display: grid;
  grid-template-columns: 287px auto;
  gap: 35px;
  border: 1px solid var(--color_blue);
  background-color: #fff;
}
@media (max-width: 767px) {
  .l-block__supervision__inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }
}
.l-block__supervision__inner::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='8' viewBox='0 0 37 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37 0L7.14668 -2.98645e-06L-6.99382e-07 8L37 8L37 0Z' fill='%230E2167'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left top;
  position: absolute;
  top: -8px;
  right: -1px;
  width: 37px;
  height: 8px;
  background-color: var(--color_lightblue);
  z-index: 1;
}
@container (width <= 700px) {
  .l-block__supervision .l-block__supervision__inner {
    grid-template-columns: 150px auto;
    padding: 20px;
  }
  @media (max-width: 767px) {
    .l-block__supervision .l-block__supervision__inner {
      grid-template-columns: 1fr;
      gap: 20px;
      padding: 20px;
    }
  }
}
.l-block__supervision__image {
  text-align: center;
}
.l-block__supervision__image img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .l-block__supervision__image {
    display: grid;
    grid-template-columns: 45% auto;
    gap: 20px;
    text-align: left;
    align-items: center;
  }
  .l-block__supervision__image img {
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.l-block__supervision__position {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}
.l-block__supervision__name {
  font-weight: 700;
  color: var(--color_blue);
}
.l-block__supervision__name span {
  font-weight: inherit;
  font-size: 14px;
}
@media (max-width: 767px) {
  .l-block__supervision__name span {
    display: block;
  }
}
.l-block__supervision__text h3 {
  font-weight: 700;
  color: var(--color_blue);
  margin-bottom: 5px;
}
.l-block__supervision__text h3::before {
  content: "●";
}
.l-block__supervision__text ul {
  margin-bottom: 1em;
}
.l-block__supervision__text ul li {
  margin-bottom: 5px;
  font-weight: 700;
}
.l-block__supervision__text ul li:last-child {
  margin-bottom: 0;
}
.l-block__supervision__text dl > div {
  display: grid;
  grid-template-columns: 120px auto;
  margin-bottom: 2px;
}
@media (max-width: 767px) {
  .l-block__supervision__text dl > div {
    grid-template-columns: auto;
    gap: 2px;
    margin-bottom: 5px;
  }
}
.l-block__supervision__text dl > div dt {
  font-weight: 700;
  font-feature-settings: "palt";
}
.l-block__supervision__text dl > div dd {
  font-weight: 700;
  font-feature-settings: "palt";
}

.l-block__media-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}

.l-block__1col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.l-block__2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.l-block__3col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.l-block__4col {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.l-block__4col--sub {
  display: grid;
  grid-template-columns: repeat(4, auto);
}

@media (max-width: 767px) {
  .l-block__1col-sp {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .l-block__2col-sp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

.l-block__news-2col {
  display: grid;
  grid-template-columns: 55% auto;
  gap: 45px;
}
@media (max-width: 767px) {
  .l-block__news-2col {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.l-block__news-2col--reverse {
  display: grid;
  grid-template-columns: auto 55%;
  gap: 45px;
}
@media (max-width: 767px) {
  .l-block__news-2col--reverse {
    grid-template-columns: 1fr;
  }
}

.l-header {
  width: 100%;
  top: 0;
  position: sticky;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.85);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.l-header--top {
  position: fixed;
}
.l-header--top:not(.is-scrolled) {
  background-color: transparent;
  box-shadow: none;
}
.l-header--top:not(.is-scrolled) .l-header__logo-image {
  filter: invert(100%) sepia(77%) saturate(0%) hue-rotate(195deg) brightness(104%) contrast(101%);
}
.l-header.is-scrolled {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.l-header.is-open {
  background-color: rgba(0, 0, 0, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.l-header__container {
  position: relative;
  margin: 0 auto;
  padding: 19px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .l-header__container {
    padding: 10px 15px;
    width: 100%;
  }
}
.l-header__left {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.l-header__logo-link {
  display: block;
}
.l-header__logo-link:hover {
  opacity: 0.8;
}
.l-header__logo-image {
  width: 220px;
  height: auto;
  transition: color 0.3s ease;
  filter: invert(45%) sepia(68%) saturate(471%) hue-rotate(6deg) brightness(100%) contrast(91%);
}
@media (max-width: 999px) {
  .l-header__logo-image {
    width: 85px;
  }
}
.l-header__korokke {
  margin-left: 25px;
  margin-right: 15px;
}
@media (max-width: 999px) {
  .l-header__korokke {
    display: none;
  }
}
.l-header__korokke-image {
  width: 127px;
  height: auto;
  scale: 1.2;
}
.l-header__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 999px) {
  .l-header__right {
    display: none;
  }
}
.l-header__top {
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  .l-header__top {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .l-header__bottom {
    width: 100%;
  }
}
.l-header__nav--top {
  justify-content: flex-end;
}
.l-header__nav-list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: clamp(10px, 1.5vw, 40px);
}
@media (max-width: 1370px) {
  .l-header__nav-list {
    gap: 10px;
  }
}
@media (max-width: 999px) {
  .l-header__nav-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-header__nav-list--top {
  font-size: 14px;
}
@media (max-width: 999px) {
  .l-header__nav-list--top {
    display: grid;
    grid-template-columns: 55% 45%;
  }
}
.l-header__nav-list--bottom {
  font-size: 16px;
}
@media (max-width: 999px) {
  .l-header__nav-list--bottom {
    gap: 0;
  }
}
.l-header__nav-item {
  position: relative;
}
.l-header__nav-link {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}
.l-header__nav-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 1370px) {
  .l-header__nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .l-header__nav-link {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .l-header__nav-link {
    font-size: 16px;
  }
}
.l-header__main-nav-item {
  border-right: 1px solid #ffffff;
  padding-right: 20px;
}
.l-header__main-nav-item:last-child {
  border-right: none;
  padding-right: 0;
}
@media (max-width: 1370px) {
  .l-header__main-nav-item {
    padding-right: 10px;
  }
}
.l-header__main-nav-item--dropdown:hover .l-header__dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 999px) {
  .l-header__main-nav-item {
    border-right: none;
    padding-right: 0;
    width: 100%;
  }
}
.l-header__main-nav-link {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}
@media (min-width: 1300px) {
  .l-header__main-nav-link::after {
    content: "";
    position: absolute;
    bottom: -21px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--color_gold);
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-header__main-nav-link::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 14px;
  }
  .l-header__main-nav-link:hover::after, .l-header__main-nav-link[aria-expanded=true]::after, .l-header__main-nav-link.is-active::after {
    opacity: 1;
  }
}
@media (max-width: 1370px) {
  .l-header__main-nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  .l-header__main-nav-link {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  .l-header__main-nav-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid var(--color_gold);
    font-size: 18px;
    list-style-type: none;
  }
  .l-header__main-nav-link::after, .l-header__main-nav-link::before {
    display: none;
  }
  .l-header__main-nav-link::after {
    display: inline-block;
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
  }
}
.l-header__main-nav-details[open] summary::after {
  content: "ー";
}
.l-header__main-nav-details--inner {
  overflow: hidden;
}
.l-header__main-nav-summary {
  display: grid;
  grid-template-columns: auto 26px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  transition: color 0.3s ease;
  padding: 18px 0;
  border-bottom: 1px solid var(--color_gold);
  font-size: 18px;
}
.l-header__main-nav-summary::after {
  content: "＋";
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
  padding-top: 3px;
}
.l-header__dropdown {
  width: 100%;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-top: 2px solid var(--color_gold);
  padding: 20px 0 40px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s ease;
}
.l-header__dropdown.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.l-header__dropdown-list {
  width: 840px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 48px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.l-header__dropdown-item {
  border-bottom: 1px solid #f0f0f0;
}
.l-header__dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  color: #ffffff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-weight: 700;
}
.l-header__dropdown-link::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
.l-header__dropdown-link:hover {
  color: var(--color_gold);
}
.l-header__dropdown-link:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%23A68322%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%23A68322%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
.l-header__details-list {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid var(--color_gold);
}
.l-header__details-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}
.l-header__details-link::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.245117%200.435547L8.24512%204.93552L0.245117%209.43555%22%20stroke%3D%22%23FFFFFF%22/%3E%3C/svg%3E");
  line-height: 1;
}
.l-header__search-form {
  display: flex;
  align-items: center;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 100vmax;
  padding: 0 2px;
  line-height: 1;
}
.l-header__search-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.l-header__search-form input::placeholder {
  color: #fff;
  opacity: 1;
}
.l-header__search-form input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.l-header__search-form input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.l-header__search-form input:-ms-input-placeholder {
  color: #fff;
}
.l-header__search-form input::-ms-input-placeholder {
  color: #fff;
}
.l-header__search-input {
  border: none;
  background: transparent;
  padding: 8px 15px;
  font-size: 14px;
  outline: none;
  flex: 1;
  min-width: 200px;
  color: #ffffff;
}
.l-header__search-input::-moz-placeholder {
  color: #888;
}
.l-header__search-input::placeholder {
  color: #888;
}
@media (max-width: 999px) {
  .l-header__search-input {
    padding: 12px 15px;
    font-size: 16px;
    min-width: 100px;
  }
}
.l-header__search-button {
  background: #ffffff;
  border: none;
  border-radius: 100vmax;
  padding: 8px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: background-color 0.3s ease;
}
.l-header__search-button:hover {
  background: var(--color_gold);
}
.l-header__search-icon {
  width: 14px;
  height: 14px;
}
.l-header__hamburger {
  display: none;
}
@media (max-width: 999px) {
  .l-header__hamburger {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: var(--sp_header_height);
    width: 100%;
    padding: 10px 20px 20px 20px;
    border-top: 1px solid #ffffff;
    height: calc(100dvh - var(--sp_header_height));
    background-color: rgba(0, 0, 0, 0.85);
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .l-header__hamburger[aria-hidden=false] {
    display: flex;
    opacity: 1;
    visibility: visible;
    height: calc(100dvh - var(--header_height) + 1px);
  }
}
.l-header__toggle {
  display: none;
  position: relative;
}
@media (max-width: 999px) {
  .l-header__toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    gap: 6px;
    margin-left: auto;
  }
}
.l-header__toggle__bar {
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
  border-radius: 1px;
}
.l-header__toggle[aria-expanded=true] .l-header__toggle__bar:nth-child(1) {
  transform: rotate(45deg) translateY(4px) translateX(7px);
}
.l-header__toggle[aria-expanded=true] .l-header__toggle__bar:nth-child(2) {
  opacity: 0;
}
.l-header__toggle[aria-expanded=true] .l-header__toggle__bar:nth-child(3) {
  transform: rotate(-45deg) translateY(-5px) translateX(7px);
}

.l-header--tenpo {
  background-color: #ffffff;
}
.l-header--tenpo.is-open {
  background-color: #ffffff;
}
.l-header--tenpo * {
  color: var(--color_blue);
}
.l-header--tenpo .a-link--arrow::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cline%20x1%3D%229.02376%22%20y1%3D%223.38086%22%20x2%3D%220.5%22%20y2%3D%223.38086%22%20stroke%3D%22%230E2167%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7.14282%200.5L9.52376%203.47617L7.14282%206.45235%22%20stroke%3D%22%230E2167%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  line-height: 1;
}
.l-header--tenpo .a-link--blank::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.0833%2011.0833H0.916667V1.91667H4.88889V1H0V12H11V7.11111H10.0833V11.0833Z%22%20fill%3D%22%230E2167%22/%3E%3Cpath%20d%3D%22M7.57632%200V0.947931L10.3569%200.947931L6%205.36805L6.63195%206L11.0521%201.64308V4.42368H12V0L7.57632%200Z%22%20fill%3D%22%230E2167%22/%3E%3C/svg%3E");
  line-height: 1;
}
.l-header--tenpo .l-header__search-form {
  border-color: var(--color_blue);
}
.l-header--tenpo .l-header__search-input::-moz-placeholder {
  color: #4D4D4D;
}
.l-header--tenpo .l-header__search-input::placeholder {
  color: #4D4D4D;
}
.l-header--tenpo .l-header__search-button {
  background-color: var(--color_blue);
}
.l-header--tenpo .l-header__search-button svg {
  fill: #ffffff;
}
.l-header--tenpo .a-button--interview {
  background-color: var(--color_blue);
  border: 1px solid var(--color_blue);
  color: #ffffff;
}
.l-header--tenpo .a-button--interview::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.538086%22%20width%3D%2222.0465%22%20height%3D%2214.4844%22%20stroke%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M0.360352%200.398438L11.5235%208.86083C11.5235%208.86083%2018.3272%203.70321%2022.6867%200.398438%22%20stroke%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  line-height: 1;
}
.l-header--tenpo .a-button--interview:hover {
  background-color: #ffffff;
  color: var(--color_blue);
}
.l-header--tenpo .a-button--interview:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.538086%22%20width%3D%2222.0465%22%20height%3D%2214.4844%22%20stroke%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M0.360352%200.398438L11.5235%208.86083C11.5235%208.86083%2018.3272%203.70321%2022.6867%200.398438%22%20stroke%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  line-height: 1;
}
@media (min-width: 1300px) {
  .l-header--tenpo .l-header__main-nav-link::after {
    background-color: var(--color_blue);
  }
  .l-header--tenpo .l-header__main-nav-item {
    border-right-color: var(--color_blue);
  }
}
.l-header--tenpo .l-header__dropdown {
  background-color: #ffffff;
  border-top-color: var(--color_blue);
}
.l-header--tenpo .l-header__dropdown-item {
  border-bottom-color: var(--color_blue);
}
.l-header--tenpo .l-header__dropdown-link::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
@media (max-width: 999px) {
  .l-header--tenpo .l-header__toggle__bar {
    background-color: var(--color_blue);
  }
  .l-header--tenpo .l-header__hamburger {
    background-color: #ffffff;
  }
  .l-header--tenpo .l-header__details-link::after {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.245117%200.435547L8.24512%204.93552L0.245117%209.43555%22%20stroke%3D%22%230E2167%22/%3E%3C/svg%3E");
    line-height: 1;
  }
  .l-header--tenpo .l-header__main-nav-link::after {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
    width: 20px;
    height: 20px;
  }
  .l-header--tenpo .l-header__main-nav-link--details summary::after {
    content: "＋";
  }
  .l-header--tenpo .l-header__main-nav-link--details[open] summary::after {
    content: "ー";
  }
}

.l-footer {
  position: relative;
  background-color: var(--color_primary);
  color: #fff;
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 40px 0 100px;
  }
}
.l-footer__page-top {
  position: absolute;
  top: -35px;
  right: 40px;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-footer__page-top {
    top: -34px;
    right: 5px;
    width: 68px;
    height: 68px;
  }
}
.l-footer__container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.l-footer__top {
  display: grid;
  grid-template-columns: auto 224px;
  grid-template-rows: auto auto;
  gap: 20px 80px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .l-footer__top {
    grid-template-columns: auto;
    grid-template-rows: auto auto auto;
    gap: 40px;
  }
}
.l-footer__menu--top {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .l-footer__menu--top {
    margin-bottom: 0;
  }
}
.l-footer__menu--bottom {
  grid-column: 1/-1;
  grid-row: 2/3;
}
.l-footer__menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-footer__menu-list--main {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 15px;
  }
  .l-footer__menu-list--main li:first-child {
    grid-column: 1/-1;
  }
  .l-footer__menu-list--main li:not(:first-child) a {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.l-footer__menu-list--small {
  gap: 10px 25px;
}
@media (max-width: 767px) {
  .l-footer__menu-list--small {
    display: grid;
    gap: 20px 10px;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid var(--color_gold);
    padding-top: 40px;
  }
}
.l-footer__menu-item {
  position: relative;
  text-align: left;
}
.l-footer__menu-link {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
.l-footer__menu-link--small {
  font-size: 14px;
  font-weight: 600;
}
.l-footer__menu-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (max-width: 767px) {
  .l-footer__menu-link {
    font-size: 16px;
  }
}
.l-footer__logo {
  grid-column: 2/3;
  grid-row: 1;
}
@media (max-width: 767px) {
  .l-footer__logo {
    grid-column: 1/2;
    grid-row: 3/4;
    text-align: center;
  }
}
.l-footer__logo-link {
  width: 224px;
  height: auto;
  color: #fff;
  transition: opacity 0.3s ease;
  display: block;
}
.l-footer__logo-link:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .l-footer__logo-link {
    width: 80%;
    max-width: 240px;
    margin: 0 auto;
  }
}
.l-footer__bottom {
  border-top: 1px solid #fff;
  padding-top: 30px;
  text-align: center;
}
.l-footer__copyright {
  color: #fff;
  font-size: 12px;
  margin: 0;
  opacity: 0.8;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .l-footer__copyright {
    font-size: 14px;
    line-height: 1.6;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%230E2167'/%3E%3Cline x1='21' y1='15' x2='8' y2='15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M16 8L23 15L16 22' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  display: none;
}

.swiper-button-prev::after {
  transform: rotate(180deg);
}

.a-text {
  color: var(--color_text);
  display: inline-flex;
  align-items: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
}

.a-text--line-lead {
  position: relative;
  margin: 0 auto;
  color: var(--color_blue);
  font-weight: 700;
  font-size: 22px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .a-text--line-lead {
    font-size: 20px;
    padding: 0 1.5em;
  }
}
.a-text--line-lead::before {
  position: absolute;
  left: 0;
  top: -5px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: var(--color_blue);
  transform: rotate(-25deg) translateY(0.5em);
  margin-right: 1em;
}
.a-text--line-lead::after {
  position: absolute;
  right: 0;
  top: -5px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: var(--color_blue);
  transform: rotate(25deg) translateY(0.5em);
  margin-left: 1em;
}

.a-text--kuchikomi-lead,
.a-text--course-lead {
  position: relative;
  margin: 0 auto 50px;
  padding-bottom: 10px;
  color: var(--color_blue);
  font-weight: 700;
  font-size: 22px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid var(--color_blue);
  line-height: 1em;
}
@media (max-width: 767px) {
  .a-text--kuchikomi-lead,
  .a-text--course-lead {
    font-size: 20px;
    line-height: 1.5em;
    padding: 0 1em 10px;
  }
}
.a-text--kuchikomi-lead::after,
.a-text--course-lead::after {
  position: absolute;
  right: 50%;
  transform: rotate(45deg) translateX(50%);
  transform-origin: center;
  bottom: -4px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-right: 1px solid var(--color_blue);
  border-bottom: 1px solid var(--color_blue);
  margin-left: 1em;
}

.a-text--bottom-chevron {
  position: relative;
  margin: 0 auto 50px;
  padding: 15px 0;
  color: var(--color_blue);
  font-weight: 700;
  font-size: 26px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid var(--color_blue);
  border-top: 2px solid var(--color_blue);
  line-height: 1.6em;
  text-align: center;
}
@media (max-width: 767px) {
  .a-text--bottom-chevron {
    font-size: 24px;
    line-height: 1.5em;
    padding: 10px 0;
  }
}
.a-text--bottom-chevron::after {
  position: absolute;
  right: 50%;
  transform: rotate(45deg) translateX(50%);
  transform-origin: center;
  bottom: -4px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-right: 2px solid var(--color_blue);
  border-bottom: 2px solid var(--color_blue);
  margin-left: 1em;
}

.a-text--small {
  font-size: 14px;
  color: var(--color_text);
  text-align: center;
}

.a-link {
  color: var(--color_blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  display: inline-flex;
  align-items: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  gap: 5px;
}
.a-link:hover {
  text-decoration: none;
}

.a-link--arrow {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.a-link--arrow::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cline%20x1%3D%229.02376%22%20y1%3D%223.38086%22%20x2%3D%220.5%22%20y2%3D%223.38086%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7.14282%200.5L9.52376%203.47617L7.14282%206.45235%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  line-height: 1;
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 4px;
}
.a-link--arrow--blue::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cline%20x1%3D%229.02376%22%20y1%3D%223.38086%22%20x2%3D%220.5%22%20y2%3D%223.38086%22%20stroke%3D%22%230E2167%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7.14282%200.5L9.52376%203.47617L7.14282%206.45235%22%20stroke%3D%22%230E2167%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  line-height: 1;
}

.a-link--arrow--circle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--color_blue);
  font-weight: 700;
  text-decoration: none;
}
.a-link--arrow--circle::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 4px;
}
.a-link--arrow--circle:hover {
  text-decoration: underline;
}

.a-link--text {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: var(--color_blue);
}
.a-link--text::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.245117%200.435547L8.24512%204.93552L0.245117%209.43555%22%20stroke%3D%22%23000000%22/%3E%3C/svg%3E");
  line-height: 1;
  display: inline-block;
}
.a-link--text:hover {
  text-decoration: none;
}

.a-link--tenpo {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: var(--color__text);
  font-weight: 700;
}
.a-link--tenpo::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.245117%200.435547L8.24512%204.93552L0.245117%209.43555%22%20stroke%3D%22%23000000%22/%3E%3C/svg%3E");
  line-height: 1;
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 2px;
}
.a-link--tenpo:hover {
  text-decoration: underline;
}

.a-link--blank {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.a-link--blank::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.0833%2011.0833H0.916667V1.91667H4.88889V1H0V12H11V7.11111H10.0833V11.0833Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M7.57632%200V0.947931L10.3569%200.947931L6%205.36805L6.63195%206L11.0521%201.64308V4.42368H12V0L7.57632%200Z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E");
  line-height: 1;
  transform: translateY(-1px);
}
.a-link--blank--blue::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.0833%2011.0833H0.916667V1.91667H4.88889V1H0V12H11V7.11111H10.0833V11.0833Z%22%20fill%3D%22%230E2167%22/%3E%3Cpath%20d%3D%22M7.57632%200V0.947931L10.3569%200.947931L6%205.36805L6.63195%206L11.0521%201.64308V4.42368H12V0L7.57632%200Z%22%20fill%3D%22%230E2167%22/%3E%3C/svg%3E");
  line-height: 1;
}

.a-link--circle-arrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
.a-link--circle-arrow::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 4px;
  padding-top: 0.1em;
}
.a-link--circle-arrow:hover {
  text-decoration: underline;
}

.a-link--sitemap--large {
  color: var(--color_blue);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-family: inherit;
  font-size: 18px;
  gap: 5px;
}
.a-link--sitemap--large::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cline%20x1%3D%229.02376%22%20y1%3D%223.38086%22%20x2%3D%220.5%22%20y2%3D%223.38086%22%20stroke%3D%22%230E2167%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7.14282%200.5L9.52376%203.47617L7.14282%206.45235%22%20stroke%3D%22%230E2167%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  line-height: 1;
  scale: 1.2;
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 6px;
}
.a-link--sitemap--large[target=_blank]::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.0833%2011.0833H0.916667V1.91667H4.88889V1H0V12H11V7.11111H10.0833V11.0833Z%22%20fill%3D%22%230E2167%22/%3E%3Cpath%20d%3D%22M7.57632%200V0.947931L10.3569%200.947931L6%205.36805L6.63195%206L11.0521%201.64308V4.42368H12V0L7.57632%200Z%22%20fill%3D%22%230E2167%22/%3E%3C/svg%3E");
  line-height: 1;
  scale: 1.2;
  margin-left: 4px;
  margin-bottom: 0px;
}

.a-link--sitemap--page {
  color: var(--color_text);
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-family: inherit;
  font-size: 16px;
  gap: 5px;
}
.a-link--sitemap--page::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.245117%200.435547L8.24512%204.93552L0.245117%209.43555%22%20stroke%3D%22%23000000%22/%3E%3C/svg%3E");
  line-height: 1;
  display: inline-block;
  margin-left: 2px;
  margin-bottom: 4px;
}

.a-link--external {
  color: var(--color_blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  gap: 5px;
}
.a-link--external::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.0833%2011.0833H0.916667V1.91667H4.88889V1H0V12H11V7.11111H10.0833V11.0833Z%22%20fill%3D%22%230E2167%22/%3E%3Cpath%20d%3D%22M7.57632%200V0.947931L10.3569%200.947931L6%205.36805L6.63195%206L11.0521%201.64308V4.42368H12V0L7.57632%200Z%22%20fill%3D%22%230E2167%22/%3E%3C/svg%3E");
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
  margin-bottom: 0px;
  transform: translateY(-1px);
}
.a-link--external:hover {
  text-decoration: none;
}

.a-button {
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 1.2em;
  font-weight: 600;
  font-size: 22px;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  background-color: var(--color_primary);
  padding: 10px 64px 12px 48px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-feature-settings: "palt";
}
.a-button:hover {
  background-color: #ffffff;
  color: var(--color_primary);
}
.a-button:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%230E2167%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .a-button {
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 40px 16px 10px;
  }
}
.a-button::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.a-button--prev {
  padding: 10px 48px 12px 64px;
}
.a-button--prev::after {
  transform: translateY(-50%) rotate(180deg);
  right: auto;
  left: 16px;
}
.a-button--white-arrow {
  background-color: #ffffff;
  color: var(--color_primary);
  border: 1px solid var(--color_blue);
}
.a-button--white-arrow::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cline%20x1%3D%229.02376%22%20y1%3D%223.38086%22%20x2%3D%220.5%22%20y2%3D%223.38086%22%20stroke%3D%22%230E2167%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7.14282%200.5L9.52376%203.47617L7.14282%206.45235%22%20stroke%3D%22%230E2167%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  line-height: 1;
  line-height: 14px;
}
.a-button--white-arrow:hover {
  background-color: var(--color_primary);
  color: #ffffff;
}
.a-button--white-arrow:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cline%20x1%3D%229.02376%22%20y1%3D%223.38086%22%20x2%3D%220.5%22%20y2%3D%223.38086%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7.14282%200.5L9.52376%203.47617L7.14282%206.45235%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  line-height: 1;
}
@media (max-width: 767px) {
  .a-button--white-arrow {
    padding: 10px 10px 12px;
  }
}
.a-button--gold {
  background-color: var(--color_gold);
  color: #ffffff;
  border: 1px solid var(--color_gold);
}
.a-button--gold:hover {
  background-color: #ffffff;
  color: var(--color_gold);
}
.a-button--gold:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%23A68322%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
.a-button--red {
  background-color: var(--color_red);
  color: #ffffff;
  border: 1px solid var(--color_red);
}
.a-button--red:hover {
  background-color: #ffffff;
  color: var(--color_red);
}
.a-button--red:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%238D0B0B%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
.a-button--large-red {
  background-color: var(--color_red);
  color: #ffffff;
  border: 1px solid var(--color_red);
  font-size: 26px;
  line-height: 1em;
  padding: 14px 64px 16px 48px;
  width: 390px;
  max-width: 100%;
}
.a-button--large-red::after {
  scale: 1.2;
  transform: translateY(-40%);
}
.a-button--large-red:hover {
  background-color: #ffffff;
  color: var(--color_red);
}
.a-button--large-red:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%238D0B0B%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .a-button--large-red {
    width: 100%;
    font-size: 22px;
    padding: 20px 50px 20px 10px;
    width: 100%;
  }
}
.a-button--cta-tel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_cta_tel);
  border: 1px solid var(--color_cta_tel);
  font-size: 36px;
  line-height: 1em;
  padding: 16px 0 20px;
}
@media (max-width: 767px) {
  .a-button--cta-tel {
    font-size: 32px;
    padding: 12px 0 14px;
  }
}
.a-button--cta-tel::after {
  display: none;
}
.a-button--cta-tel:hover {
  background-color: #ffffff;
  color: var(--color_cta_tel);
}
.a-button--cta-tel--large {
  padding-inline: 0;
  font-size: 40px;
  width: 100%;
  max-width: 383px;
  padding: 8px 0 13px;
}
@media (max-width: 767px) {
  .a-button--cta-tel--large {
    font-size: 32px;
    padding: 16px 0 20px;
    max-width: 90%;
  }
}
.a-button--cta-tel--large:hover {
  background-color: #ffffff;
  color: var(--color_cta_tel);
}
.a-button--cta-tel--large:hover::before {
  background-color: var(--color_cta_tel);
}
.a-button--cta-tel--large::after {
  display: none;
}
.a-button--cta-tel--large::before {
  scale: 1.2;
  transform: translateY(10%);
  margin-right: 15px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2230%22%20viewBox%3D%220%200%2029%2030%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M21.7486%2029.315C20.5288%2029.315%2019.1805%2029.0506%2017.7778%2028.5253C14.6529%2027.355%2011.2941%2024.9692%207.7964%2021.4332C4.29864%2017.8972%201.93775%2014.5026%200.78104%2011.3427C-0.148643%208.80506%20-0.252228%206.44192%200.491001%204.69051C1.05727%203.35447%202.12938%202.1729%202.99951%201.29327C4.70522%20-0.43109%206.82356%20-0.43109%208.52927%201.29327C10.1478%202.92949%2011.1914%204.60324%2011.4694%206.00646C11.9234%208.30241%2010.9696%209.26582%2010.1279%2010.1167C9.65835%2010.5914%208.9557%2010.8724%208.0968%2010.9291C7.86891%2010.9439%207.6695%2011.0696%207.56419%2011.2659C7.46492%2011.4492%207.46665%2011.6604%207.56851%2011.8463C8.36353%2013.2931%209.73087%2015.4425%2011.7266%2017.46C13.7224%2019.4776%2015.8485%2020.8599%2017.2797%2021.6636C17.4627%2021.7666%2017.6716%2021.7683%2017.8529%2021.668C18.0462%2021.5615%2018.1705%2021.3599%2018.1861%2021.1295C18.2422%2020.2612%2018.5201%2019.5518%2018.9897%2019.0762C19.8314%2018.2253%2020.7852%2017.2619%2023.0555%2017.7209C24.4435%2018.0019%2026.0992%2019.057%2027.7177%2020.6932C28.5291%2021.5135%2028.9719%2022.4498%2028.9987%2023.4028C29.0272%2024.4116%2028.5844%2025.4081%2027.7177%2026.2834C26.8476%2027.163%2025.6788%2028.2469%2024.3572%2028.8193C23.5924%2029.1509%2022.7102%2029.3159%2021.7477%2029.3159L21.7486%2029.315ZM5.7523%201.0402C5.14287%201.0402%204.45662%201.30112%203.73151%202.03415C2.927%202.84746%201.93948%203.9313%201.44226%205.10327C0.804348%206.60772%200.914839%208.69423%201.75216%2010.9797C2.85707%2013.9965%205.13769%2017.2645%208.52927%2020.6932C11.9208%2024.1218%2015.1536%2026.4265%2018.1377%2027.5444C20.3985%2028.3909%2022.4624%2028.5017%2023.9506%2027.8577C25.1099%2027.3559%2026.182%2026.3576%2026.9866%2025.5434C27.6555%2024.8671%2027.9844%2024.1568%2027.9646%2023.4325C27.9456%2022.7527%2027.6072%2022.0615%2026.9866%2021.4341C25.5329%2019.9645%2024.0266%2018.9854%2022.8535%2018.7481C21.1262%2018.399%2020.5073%2019.0247%2019.7235%2019.8171C19.3575%2020.1871%2019.2487%2020.7717%2019.2211%2021.1976C19.1831%2021.7884%2018.8576%2022.3076%2018.3509%2022.5877C17.8589%2022.8591%2017.2711%2022.8556%2016.7782%2022.579C15.2891%2021.7421%2013.0767%2020.304%2010.9955%2018.2C8.91512%2016.0969%207.49168%2013.8603%206.66386%2012.3541C6.39022%2011.8559%206.38677%2011.2616%206.65523%2010.7642C6.93146%2010.2519%207.44593%209.92205%208.03033%209.88366C8.45158%209.85573%209.0308%209.74491%209.39594%209.37577C10.1797%208.58341%2010.7987%207.95771%2010.4534%206.21154C10.2186%205.02648%209.25091%203.50283%207.7964%202.03328C7.34839%201.58037%206.62933%201.03933%205.7523%201.03933V1.0402Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M26.412%2014.1344C26.1263%2014.1344%2025.8941%2013.8997%2025.8941%2013.6108C25.8941%207.83647%2021.2474%203.13898%2015.5355%203.13898C15.2498%203.13898%2015.0176%202.90424%2015.0176%202.61539C15.0176%202.32654%2015.2498%202.0918%2015.5355%202.0918C21.8189%202.0918%2026.93%207.25877%2026.93%2013.6108C26.93%2013.8997%2026.6978%2014.1344%2026.412%2014.1344Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M23.3045%2014.1345C23.0187%2014.1345%2022.7865%2013.8997%2022.7865%2013.6109C22.7865%209.56873%2019.5339%206.28058%2015.5355%206.28058C15.2498%206.28058%2015.0176%206.04584%2015.0176%205.75699C15.0176%205.46814%2015.2498%205.2334%2015.5355%205.2334C20.1045%205.2334%2023.8224%208.99191%2023.8224%2013.6109C23.8224%2013.8997%2023.5902%2014.1345%2023.3045%2014.1345Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M20.1969%2014.1345C19.9111%2014.1345%2019.6789%2013.8998%2019.6789%2013.6109C19.6789%2011.301%2017.8204%209.42218%2015.5355%209.42218C15.2498%209.42218%2015.0176%209.18744%2015.0176%208.89859C15.0176%208.60974%2015.2498%208.375%2015.5355%208.375C18.391%208.375%2020.7148%2010.7242%2020.7148%2013.6109C20.7148%2013.8998%2020.4826%2014.1345%2020.1969%2014.1345Z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2230%22%20viewBox%3D%220%200%2029%2030%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M21.7486%2029.315C20.5288%2029.315%2019.1805%2029.0506%2017.7778%2028.5253C14.6529%2027.355%2011.2941%2024.9692%207.7964%2021.4332C4.29864%2017.8972%201.93775%2014.5026%200.78104%2011.3427C-0.148643%208.80506%20-0.252228%206.44192%200.491001%204.69051C1.05727%203.35447%202.12938%202.1729%202.99951%201.29327C4.70522%20-0.43109%206.82356%20-0.43109%208.52927%201.29327C10.1478%202.92949%2011.1914%204.60324%2011.4694%206.00646C11.9234%208.30241%2010.9696%209.26582%2010.1279%2010.1167C9.65835%2010.5914%208.9557%2010.8724%208.0968%2010.9291C7.86891%2010.9439%207.6695%2011.0696%207.56419%2011.2659C7.46492%2011.4492%207.46665%2011.6604%207.56851%2011.8463C8.36353%2013.2931%209.73087%2015.4425%2011.7266%2017.46C13.7224%2019.4776%2015.8485%2020.8599%2017.2797%2021.6636C17.4627%2021.7666%2017.6716%2021.7683%2017.8529%2021.668C18.0462%2021.5615%2018.1705%2021.3599%2018.1861%2021.1295C18.2422%2020.2612%2018.5201%2019.5518%2018.9897%2019.0762C19.8314%2018.2253%2020.7852%2017.2619%2023.0555%2017.7209C24.4435%2018.0019%2026.0992%2019.057%2027.7177%2020.6932C28.5291%2021.5135%2028.9719%2022.4498%2028.9987%2023.4028C29.0272%2024.4116%2028.5844%2025.4081%2027.7177%2026.2834C26.8476%2027.163%2025.6788%2028.2469%2024.3572%2028.8193C23.5924%2029.1509%2022.7102%2029.3159%2021.7477%2029.3159L21.7486%2029.315ZM5.7523%201.0402C5.14287%201.0402%204.45662%201.30112%203.73151%202.03415C2.927%202.84746%201.93948%203.9313%201.44226%205.10327C0.804348%206.60772%200.914839%208.69423%201.75216%2010.9797C2.85707%2013.9965%205.13769%2017.2645%208.52927%2020.6932C11.9208%2024.1218%2015.1536%2026.4265%2018.1377%2027.5444C20.3985%2028.3909%2022.4624%2028.5017%2023.9506%2027.8577C25.1099%2027.3559%2026.182%2026.3576%2026.9866%2025.5434C27.6555%2024.8671%2027.9844%2024.1568%2027.9646%2023.4325C27.9456%2022.7527%2027.6072%2022.0615%2026.9866%2021.4341C25.5329%2019.9645%2024.0266%2018.9854%2022.8535%2018.7481C21.1262%2018.399%2020.5073%2019.0247%2019.7235%2019.8171C19.3575%2020.1871%2019.2487%2020.7717%2019.2211%2021.1976C19.1831%2021.7884%2018.8576%2022.3076%2018.3509%2022.5877C17.8589%2022.8591%2017.2711%2022.8556%2016.7782%2022.579C15.2891%2021.7421%2013.0767%2020.304%2010.9955%2018.2C8.91512%2016.0969%207.49168%2013.8603%206.66386%2012.3541C6.39022%2011.8559%206.38677%2011.2616%206.65523%2010.7642C6.93146%2010.2519%207.44593%209.92205%208.03033%209.88366C8.45158%209.85573%209.0308%209.74491%209.39594%209.37577C10.1797%208.58341%2010.7987%207.95771%2010.4534%206.21154C10.2186%205.02648%209.25091%203.50283%207.7964%202.03328C7.34839%201.58037%206.62933%201.03933%205.7523%201.03933V1.0402Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M26.412%2014.1344C26.1263%2014.1344%2025.8941%2013.8997%2025.8941%2013.6108C25.8941%207.83647%2021.2474%203.13898%2015.5355%203.13898C15.2498%203.13898%2015.0176%202.90424%2015.0176%202.61539C15.0176%202.32654%2015.2498%202.0918%2015.5355%202.0918C21.8189%202.0918%2026.93%207.25877%2026.93%2013.6108C26.93%2013.8997%2026.6978%2014.1344%2026.412%2014.1344Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M23.3045%2014.1345C23.0187%2014.1345%2022.7865%2013.8997%2022.7865%2013.6109C22.7865%209.56873%2019.5339%206.28058%2015.5355%206.28058C15.2498%206.28058%2015.0176%206.04584%2015.0176%205.75699C15.0176%205.46814%2015.2498%205.2334%2015.5355%205.2334C20.1045%205.2334%2023.8224%208.99191%2023.8224%2013.6109C23.8224%2013.8997%2023.5902%2014.1345%2023.3045%2014.1345Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M20.1969%2014.1345C19.9111%2014.1345%2019.6789%2013.8998%2019.6789%2013.6109C19.6789%2011.301%2017.8204%209.42218%2015.5355%209.42218C15.2498%209.42218%2015.0176%209.18744%2015.0176%208.89859C15.0176%208.60974%2015.2498%208.375%2015.5355%208.375C18.391%208.375%2020.7148%2010.7242%2020.7148%2013.6109C20.7148%2013.8998%2020.4826%2014.1345%2020.1969%2014.1345Z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
  content: "";
  width: 29px;
  height: 29px;
}
.a-button--cta-line {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_cta_line);
  border: 1px solid var(--color_cta_line);
}
.a-button--cta-line:hover {
  background-color: #ffffff;
  color: var(--color_cta_line);
}
.a-button--cta-line:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%2306C755%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
.a-button--cta-line--large {
  padding-inline: 0;
  font-size: 26px;
  width: 100%;
  max-width: 383px;
}
@media (max-width: 767px) {
  .a-button--cta-line--large {
    font-size: 24px;
    max-width: 90%;
  }
}
.a-button--cta-line--large:hover {
  background-color: #ffffff;
  color: var(--color_cta_line);
}
.a-button--cta-line--large:hover::before {
  background-color: var(--color_cta_line);
}
.a-button--cta-line--large::after {
  display: none;
}
.a-button--cta-line--large::before {
  transform: translateY(10%);
  margin-right: 15px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2239%22%20height%3D%2233%22%20viewBox%3D%220%200%2039%2033%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M38%2014.0572C38%2010.5019%2035.9834%207.24248%2032.6395%204.85394C29.4002%202.54021%2024.9408%201.06768%2019.9819%200.977819L19.5005%200.973068C14.349%200.973068%209.70554%202.46557%206.36149%204.85394C3.01716%207.24252%201.00003%2010.5018%201.00003%2014.0572L1.00491%2014.3594C1.21044%2020.6821%207.84497%2026.0523%2016.7426%2026.995C16.8987%2027.0116%2017.0383%2027.0985%2017.1186%2027.2297C18.2071%2029.0097%2020.2054%2030.2162%2021.9947%2030.9833C22.699%2031.2852%2023.3592%2031.5137%2023.899%2031.6798C23.8134%2031.5457%2023.7254%2031.4018%2023.6383%2031.2484C23.0874%2030.2787%2022.5314%2028.9055%2022.5953%2027.3637C22.6052%2027.129%2022.7868%2026.9346%2023.026%2026.9019C31.6795%2025.718%2037.9999%2020.3253%2038%2014.0572ZM38.9951%2014.3832C38.7859%2021.0857%2032.144%2026.4833%2023.5953%2027.799C23.6387%2028.9416%2024.0619%2029.9835%2024.5133%2030.778C24.763%2031.2175%2025.0167%2031.573%2025.2067%2031.8176C25.3015%2031.9396%2025.3804%2032.0338%2025.4342%2032.096C25.4608%2032.1268%2025.4814%2032.1497%2025.4948%2032.1645C25.5014%2032.1718%2025.5065%2032.1774%2025.5094%2032.1806L25.5124%2032.1835C25.6592%2032.3387%2025.6863%2032.5689%2025.5797%2032.7527C25.4732%2032.9362%2025.2569%2033.0322%2025.0446%2032.9902L25.1442%2032.5132L25.0436%2032.9902L25.0426%2032.9893C25.0415%2032.9891%2025.0396%2032.9887%2025.0377%2032.9883C25.0341%2032.9876%2025.0286%2032.9868%2025.0221%2032.9855C25.009%2032.9828%2024.9904%2032.9783%2024.9664%2032.9731C24.918%2032.9627%2024.8477%2032.9477%2024.7584%2032.9266C24.58%2032.8844%2024.3244%2032.8198%2024.0113%2032.7308C23.3858%2032.553%2022.5266%2032.2755%2021.5914%2031.8746C19.8004%2031.1068%2017.6618%2029.8558%2016.393%2027.932C7.371%2026.8919%200.228093%2021.346%200.00488293%2014.3927L0%2014.0572C0%2010.1177%202.23712%206.59203%205.76968%204.06902C9.30249%201.5459%2014.1586%200%2019.5005%200L19.9995%200.00475131C25.1444%200.0978307%2029.809%201.62461%2033.2313%204.06902C36.7636%206.59203%2039%2010.1178%2039%2014.0572L38.9951%2014.3832Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2239%22%20height%3D%2233%22%20viewBox%3D%220%200%2039%2033%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M38%2014.0572C38%2010.5019%2035.9834%207.24248%2032.6395%204.85394C29.4002%202.54021%2024.9408%201.06768%2019.9819%200.977819L19.5005%200.973068C14.349%200.973068%209.70554%202.46557%206.36149%204.85394C3.01716%207.24252%201.00003%2010.5018%201.00003%2014.0572L1.00491%2014.3594C1.21044%2020.6821%207.84497%2026.0523%2016.7426%2026.995C16.8987%2027.0116%2017.0383%2027.0985%2017.1186%2027.2297C18.2071%2029.0097%2020.2054%2030.2162%2021.9947%2030.9833C22.699%2031.2852%2023.3592%2031.5137%2023.899%2031.6798C23.8134%2031.5457%2023.7254%2031.4018%2023.6383%2031.2484C23.0874%2030.2787%2022.5314%2028.9055%2022.5953%2027.3637C22.6052%2027.129%2022.7868%2026.9346%2023.026%2026.9019C31.6795%2025.718%2037.9999%2020.3253%2038%2014.0572ZM38.9951%2014.3832C38.7859%2021.0857%2032.144%2026.4833%2023.5953%2027.799C23.6387%2028.9416%2024.0619%2029.9835%2024.5133%2030.778C24.763%2031.2175%2025.0167%2031.573%2025.2067%2031.8176C25.3015%2031.9396%2025.3804%2032.0338%2025.4342%2032.096C25.4608%2032.1268%2025.4814%2032.1497%2025.4948%2032.1645C25.5014%2032.1718%2025.5065%2032.1774%2025.5094%2032.1806L25.5124%2032.1835C25.6592%2032.3387%2025.6863%2032.5689%2025.5797%2032.7527C25.4732%2032.9362%2025.2569%2033.0322%2025.0446%2032.9902L25.1442%2032.5132L25.0436%2032.9902L25.0426%2032.9893C25.0415%2032.9891%2025.0396%2032.9887%2025.0377%2032.9883C25.0341%2032.9876%2025.0286%2032.9868%2025.0221%2032.9855C25.009%2032.9828%2024.9904%2032.9783%2024.9664%2032.9731C24.918%2032.9627%2024.8477%2032.9477%2024.7584%2032.9266C24.58%2032.8844%2024.3244%2032.8198%2024.0113%2032.7308C23.3858%2032.553%2022.5266%2032.2755%2021.5914%2031.8746C19.8004%2031.1068%2017.6618%2029.8558%2016.393%2027.932C7.371%2026.8919%200.228093%2021.346%200.00488293%2014.3927L0%2014.0572C0%2010.1177%202.23712%206.59203%205.76968%204.06902C9.30249%201.5459%2014.1586%200%2019.5005%200L19.9995%200.00475131C25.1444%200.0978307%2029.809%201.62461%2033.2313%204.06902C36.7636%206.59203%2039%2010.1178%2039%2014.0572L38.9951%2014.3832Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
  content: "";
  width: 39px;
  height: 33px;
}
.a-button--cta-web {
  background-color: var(--color_cta_web);
  border: 1px solid var(--color_cta_web);
}
.a-button--cta-web:hover {
  background-color: #ffffff;
  color: var(--color_cta_web);
}
.a-button--cta-web:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%23A68322%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
.a-button--access-tel {
  background-color: var(--color_cta_tel);
  border: 1px solid var(--color_cta_tel);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  width: 100%;
}
.a-button--access-tel:hover {
  background-color: #ffffff;
  color: var(--color_cta_tel);
}
.a-button--access-tel:hover::before {
  background-color: var(--color_cta_tel);
}
.a-button--access-tel::after {
  display: none;
}
.a-button--access-tel::before {
  margin-right: 10px;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2230%22%20viewBox%3D%220%200%2029%2030%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M21.7486%2029.315C20.5288%2029.315%2019.1805%2029.0506%2017.7778%2028.5253C14.6529%2027.355%2011.2941%2024.9692%207.7964%2021.4332C4.29864%2017.8972%201.93775%2014.5026%200.78104%2011.3427C-0.148643%208.80506%20-0.252228%206.44192%200.491001%204.69051C1.05727%203.35447%202.12938%202.1729%202.99951%201.29327C4.70522%20-0.43109%206.82356%20-0.43109%208.52927%201.29327C10.1478%202.92949%2011.1914%204.60324%2011.4694%206.00646C11.9234%208.30241%2010.9696%209.26582%2010.1279%2010.1167C9.65835%2010.5914%208.9557%2010.8724%208.0968%2010.9291C7.86891%2010.9439%207.6695%2011.0696%207.56419%2011.2659C7.46492%2011.4492%207.46665%2011.6604%207.56851%2011.8463C8.36353%2013.2931%209.73087%2015.4425%2011.7266%2017.46C13.7224%2019.4776%2015.8485%2020.8599%2017.2797%2021.6636C17.4627%2021.7666%2017.6716%2021.7683%2017.8529%2021.668C18.0462%2021.5615%2018.1705%2021.3599%2018.1861%2021.1295C18.2422%2020.2612%2018.5201%2019.5518%2018.9897%2019.0762C19.8314%2018.2253%2020.7852%2017.2619%2023.0555%2017.7209C24.4435%2018.0019%2026.0992%2019.057%2027.7177%2020.6932C28.5291%2021.5135%2028.9719%2022.4498%2028.9987%2023.4028C29.0272%2024.4116%2028.5844%2025.4081%2027.7177%2026.2834C26.8476%2027.163%2025.6788%2028.2469%2024.3572%2028.8193C23.5924%2029.1509%2022.7102%2029.3159%2021.7477%2029.3159L21.7486%2029.315ZM5.7523%201.0402C5.14287%201.0402%204.45662%201.30112%203.73151%202.03415C2.927%202.84746%201.93948%203.9313%201.44226%205.10327C0.804348%206.60772%200.914839%208.69423%201.75216%2010.9797C2.85707%2013.9965%205.13769%2017.2645%208.52927%2020.6932C11.9208%2024.1218%2015.1536%2026.4265%2018.1377%2027.5444C20.3985%2028.3909%2022.4624%2028.5017%2023.9506%2027.8577C25.1099%2027.3559%2026.182%2026.3576%2026.9866%2025.5434C27.6555%2024.8671%2027.9844%2024.1568%2027.9646%2023.4325C27.9456%2022.7527%2027.6072%2022.0615%2026.9866%2021.4341C25.5329%2019.9645%2024.0266%2018.9854%2022.8535%2018.7481C21.1262%2018.399%2020.5073%2019.0247%2019.7235%2019.8171C19.3575%2020.1871%2019.2487%2020.7717%2019.2211%2021.1976C19.1831%2021.7884%2018.8576%2022.3076%2018.3509%2022.5877C17.8589%2022.8591%2017.2711%2022.8556%2016.7782%2022.579C15.2891%2021.7421%2013.0767%2020.304%2010.9955%2018.2C8.91512%2016.0969%207.49168%2013.8603%206.66386%2012.3541C6.39022%2011.8559%206.38677%2011.2616%206.65523%2010.7642C6.93146%2010.2519%207.44593%209.92205%208.03033%209.88366C8.45158%209.85573%209.0308%209.74491%209.39594%209.37577C10.1797%208.58341%2010.7987%207.95771%2010.4534%206.21154C10.2186%205.02648%209.25091%203.50283%207.7964%202.03328C7.34839%201.58037%206.62933%201.03933%205.7523%201.03933V1.0402Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M26.412%2014.1344C26.1263%2014.1344%2025.8941%2013.8997%2025.8941%2013.6108C25.8941%207.83647%2021.2474%203.13898%2015.5355%203.13898C15.2498%203.13898%2015.0176%202.90424%2015.0176%202.61539C15.0176%202.32654%2015.2498%202.0918%2015.5355%202.0918C21.8189%202.0918%2026.93%207.25877%2026.93%2013.6108C26.93%2013.8997%2026.6978%2014.1344%2026.412%2014.1344Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M23.3045%2014.1345C23.0187%2014.1345%2022.7865%2013.8997%2022.7865%2013.6109C22.7865%209.56873%2019.5339%206.28058%2015.5355%206.28058C15.2498%206.28058%2015.0176%206.04584%2015.0176%205.75699C15.0176%205.46814%2015.2498%205.2334%2015.5355%205.2334C20.1045%205.2334%2023.8224%208.99191%2023.8224%2013.6109C23.8224%2013.8997%2023.5902%2014.1345%2023.3045%2014.1345Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M20.1969%2014.1345C19.9111%2014.1345%2019.6789%2013.8998%2019.6789%2013.6109C19.6789%2011.301%2017.8204%209.42218%2015.5355%209.42218C15.2498%209.42218%2015.0176%209.18744%2015.0176%208.89859C15.0176%208.60974%2015.2498%208.375%2015.5355%208.375C18.391%208.375%2020.7148%2010.7242%2020.7148%2013.6109C20.7148%2013.8998%2020.4826%2014.1345%2020.1969%2014.1345Z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2229%22%20height%3D%2230%22%20viewBox%3D%220%200%2029%2030%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M21.7486%2029.315C20.5288%2029.315%2019.1805%2029.0506%2017.7778%2028.5253C14.6529%2027.355%2011.2941%2024.9692%207.7964%2021.4332C4.29864%2017.8972%201.93775%2014.5026%200.78104%2011.3427C-0.148643%208.80506%20-0.252228%206.44192%200.491001%204.69051C1.05727%203.35447%202.12938%202.1729%202.99951%201.29327C4.70522%20-0.43109%206.82356%20-0.43109%208.52927%201.29327C10.1478%202.92949%2011.1914%204.60324%2011.4694%206.00646C11.9234%208.30241%2010.9696%209.26582%2010.1279%2010.1167C9.65835%2010.5914%208.9557%2010.8724%208.0968%2010.9291C7.86891%2010.9439%207.6695%2011.0696%207.56419%2011.2659C7.46492%2011.4492%207.46665%2011.6604%207.56851%2011.8463C8.36353%2013.2931%209.73087%2015.4425%2011.7266%2017.46C13.7224%2019.4776%2015.8485%2020.8599%2017.2797%2021.6636C17.4627%2021.7666%2017.6716%2021.7683%2017.8529%2021.668C18.0462%2021.5615%2018.1705%2021.3599%2018.1861%2021.1295C18.2422%2020.2612%2018.5201%2019.5518%2018.9897%2019.0762C19.8314%2018.2253%2020.7852%2017.2619%2023.0555%2017.7209C24.4435%2018.0019%2026.0992%2019.057%2027.7177%2020.6932C28.5291%2021.5135%2028.9719%2022.4498%2028.9987%2023.4028C29.0272%2024.4116%2028.5844%2025.4081%2027.7177%2026.2834C26.8476%2027.163%2025.6788%2028.2469%2024.3572%2028.8193C23.5924%2029.1509%2022.7102%2029.3159%2021.7477%2029.3159L21.7486%2029.315ZM5.7523%201.0402C5.14287%201.0402%204.45662%201.30112%203.73151%202.03415C2.927%202.84746%201.93948%203.9313%201.44226%205.10327C0.804348%206.60772%200.914839%208.69423%201.75216%2010.9797C2.85707%2013.9965%205.13769%2017.2645%208.52927%2020.6932C11.9208%2024.1218%2015.1536%2026.4265%2018.1377%2027.5444C20.3985%2028.3909%2022.4624%2028.5017%2023.9506%2027.8577C25.1099%2027.3559%2026.182%2026.3576%2026.9866%2025.5434C27.6555%2024.8671%2027.9844%2024.1568%2027.9646%2023.4325C27.9456%2022.7527%2027.6072%2022.0615%2026.9866%2021.4341C25.5329%2019.9645%2024.0266%2018.9854%2022.8535%2018.7481C21.1262%2018.399%2020.5073%2019.0247%2019.7235%2019.8171C19.3575%2020.1871%2019.2487%2020.7717%2019.2211%2021.1976C19.1831%2021.7884%2018.8576%2022.3076%2018.3509%2022.5877C17.8589%2022.8591%2017.2711%2022.8556%2016.7782%2022.579C15.2891%2021.7421%2013.0767%2020.304%2010.9955%2018.2C8.91512%2016.0969%207.49168%2013.8603%206.66386%2012.3541C6.39022%2011.8559%206.38677%2011.2616%206.65523%2010.7642C6.93146%2010.2519%207.44593%209.92205%208.03033%209.88366C8.45158%209.85573%209.0308%209.74491%209.39594%209.37577C10.1797%208.58341%2010.7987%207.95771%2010.4534%206.21154C10.2186%205.02648%209.25091%203.50283%207.7964%202.03328C7.34839%201.58037%206.62933%201.03933%205.7523%201.03933V1.0402Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M26.412%2014.1344C26.1263%2014.1344%2025.8941%2013.8997%2025.8941%2013.6108C25.8941%207.83647%2021.2474%203.13898%2015.5355%203.13898C15.2498%203.13898%2015.0176%202.90424%2015.0176%202.61539C15.0176%202.32654%2015.2498%202.0918%2015.5355%202.0918C21.8189%202.0918%2026.93%207.25877%2026.93%2013.6108C26.93%2013.8997%2026.6978%2014.1344%2026.412%2014.1344Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M23.3045%2014.1345C23.0187%2014.1345%2022.7865%2013.8997%2022.7865%2013.6109C22.7865%209.56873%2019.5339%206.28058%2015.5355%206.28058C15.2498%206.28058%2015.0176%206.04584%2015.0176%205.75699C15.0176%205.46814%2015.2498%205.2334%2015.5355%205.2334C20.1045%205.2334%2023.8224%208.99191%2023.8224%2013.6109C23.8224%2013.8997%2023.5902%2014.1345%2023.3045%2014.1345Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M20.1969%2014.1345C19.9111%2014.1345%2019.6789%2013.8998%2019.6789%2013.6109C19.6789%2011.301%2017.8204%209.42218%2015.5355%209.42218C15.2498%209.42218%2015.0176%209.18744%2015.0176%208.89859C15.0176%208.60974%2015.2498%208.375%2015.5355%208.375C18.391%208.375%2020.7148%2010.7242%2020.7148%2013.6109C20.7148%2013.8998%2020.4826%2014.1345%2020.1969%2014.1345Z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
  content: "";
  width: 29px;
  height: 29px;
}
.a-button--access-route {
  border: 1px solid var(--color_blue);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  width: 100%;
}
.a-button--access-route:hover {
  background-color: #ffffff;
  color: var(--color_blue);
}
.a-button--access-route:hover::before {
  background-color: var(--color_blue);
}
.a-button--access-route::after {
  display: none;
}
.a-button--access-route::before {
  margin-right: 10px;
  background-color: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2234%22%20viewBox%3D%220%200%2023%2034%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22path-1-inside-1_2677_40958%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M11.5%200C17.8513%202.57691e-07%2023%205.14896%2023%2011.5C22.9996%2017.8393%2011.5432%2033.3946%2011.5%2033.4531C11.4569%2033.3946%200.00041306%2017.8393%200%2011.5C0%205.14896%205.14873%200%2011.5%200ZM11.5%205.22754C8.03567%205.22754%205.22754%208.0358%205.22754%2011.5C5.22773%2014.964%208.03578%2017.7725%2011.5%2017.7725C14.9642%2017.7725%2017.7723%2014.964%2017.7725%2011.5C17.7725%208.0358%2014.9643%205.22754%2011.5%205.22754Z%22/%3E%3C/mask%3E%3Cpath%20d%3D%22M11.5%200V-1V0ZM23%2011.5L24%2011.5001V11.5H23ZM11.5%2033.4531L10.6949%2034.0463L11.5%2035.139L12.3051%2034.0463L11.5%2033.4531ZM0%2011.5H-1V11.5001L0%2011.5ZM11.5%205.22754V4.22754V5.22754ZM5.22754%2011.5H4.22754V11.5001L5.22754%2011.5ZM11.5%2017.7725V18.7725V17.7725ZM17.7725%2011.5L18.7725%2011.5001V11.5H17.7725ZM11.5%200V1C17.299%201%2022%205.70123%2022%2011.5H23H24C24%204.59669%2018.4036%20-1%2011.5%20-1V0ZM23%2011.5L22%2011.4999C21.9999%2012.852%2021.3686%2014.8424%2020.2996%2017.1805C19.2483%2019.4799%2017.8376%2021.9823%2016.4131%2024.3098C13.5656%2028.9624%2010.7102%2032.8392%2010.6949%2032.86L11.5%2033.4531L12.3051%2034.0463C12.333%2034.0084%2015.2274%2030.0784%2018.119%2025.3539C19.564%2022.9928%2021.0202%2020.4142%2022.1185%2018.0121C23.199%2015.6489%2023.9999%2013.3176%2024%2011.5001L23%2011.5ZM11.5%2033.4531L12.3051%2032.86C12.2898%2032.8393%209.43446%2028.9624%206.58692%2024.3098C5.16239%2021.9823%203.75175%2019.4799%202.70044%2017.1805C1.63139%2014.8424%201.00009%2012.852%201%2011.4999L0%2011.5L-1%2011.5001C-0.999882%2013.3177%20-0.198963%2015.6489%200.88154%2018.0122C1.97979%2020.4142%203.43604%2022.9929%204.88106%2025.3539C7.77265%2030.0784%2010.6671%2034.0085%2010.6949%2034.0463L11.5%2033.4531ZM0%2011.5H1C1%205.70123%205.70102%201%2011.5%201V0V-1C4.59643%20-1%20-1%204.59669%20-1%2011.5H0ZM11.5%205.22754V4.22754C7.48337%204.22754%204.22754%207.48353%204.22754%2011.5H5.22754H6.22754C6.22754%208.58807%208.58797%206.22754%2011.5%206.22754V5.22754ZM5.22754%2011.5L4.22754%2011.5001C4.22776%2015.5163%207.48343%2018.7725%2011.5%2018.7725V17.7725V16.7725C8.58814%2016.7725%206.2277%2014.4118%206.22754%2011.4999L5.22754%2011.5ZM11.5%2017.7725V18.7725C15.5166%2018.7725%2018.7722%2015.5163%2018.7725%2011.5001L17.7725%2011.5L16.7725%2011.4999C16.7723%2014.4118%2014.4119%2016.7725%2011.5%2016.7725V17.7725ZM17.7725%2011.5H18.7725C18.7725%207.48353%2015.5166%204.22754%2011.5%204.22754V5.22754V6.22754C14.412%206.22754%2016.7725%208.58807%2016.7725%2011.5H17.7725Z%22%20fill%3D%22%23ffffff%22%20mask%3D%22url(%23path-1-inside-1_2677_40958)%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2223%22%20height%3D%2234%22%20viewBox%3D%220%200%2023%2034%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cmask%20id%3D%22path-1-inside-1_2677_40958%22%20fill%3D%22white%22%3E%3Cpath%20d%3D%22M11.5%200C17.8513%202.57691e-07%2023%205.14896%2023%2011.5C22.9996%2017.8393%2011.5432%2033.3946%2011.5%2033.4531C11.4569%2033.3946%200.00041306%2017.8393%200%2011.5C0%205.14896%205.14873%200%2011.5%200ZM11.5%205.22754C8.03567%205.22754%205.22754%208.0358%205.22754%2011.5C5.22773%2014.964%208.03578%2017.7725%2011.5%2017.7725C14.9642%2017.7725%2017.7723%2014.964%2017.7725%2011.5C17.7725%208.0358%2014.9643%205.22754%2011.5%205.22754Z%22/%3E%3C/mask%3E%3Cpath%20d%3D%22M11.5%200V-1V0ZM23%2011.5L24%2011.5001V11.5H23ZM11.5%2033.4531L10.6949%2034.0463L11.5%2035.139L12.3051%2034.0463L11.5%2033.4531ZM0%2011.5H-1V11.5001L0%2011.5ZM11.5%205.22754V4.22754V5.22754ZM5.22754%2011.5H4.22754V11.5001L5.22754%2011.5ZM11.5%2017.7725V18.7725V17.7725ZM17.7725%2011.5L18.7725%2011.5001V11.5H17.7725ZM11.5%200V1C17.299%201%2022%205.70123%2022%2011.5H23H24C24%204.59669%2018.4036%20-1%2011.5%20-1V0ZM23%2011.5L22%2011.4999C21.9999%2012.852%2021.3686%2014.8424%2020.2996%2017.1805C19.2483%2019.4799%2017.8376%2021.9823%2016.4131%2024.3098C13.5656%2028.9624%2010.7102%2032.8392%2010.6949%2032.86L11.5%2033.4531L12.3051%2034.0463C12.333%2034.0084%2015.2274%2030.0784%2018.119%2025.3539C19.564%2022.9928%2021.0202%2020.4142%2022.1185%2018.0121C23.199%2015.6489%2023.9999%2013.3176%2024%2011.5001L23%2011.5ZM11.5%2033.4531L12.3051%2032.86C12.2898%2032.8393%209.43446%2028.9624%206.58692%2024.3098C5.16239%2021.9823%203.75175%2019.4799%202.70044%2017.1805C1.63139%2014.8424%201.00009%2012.852%201%2011.4999L0%2011.5L-1%2011.5001C-0.999882%2013.3177%20-0.198963%2015.6489%200.88154%2018.0122C1.97979%2020.4142%203.43604%2022.9929%204.88106%2025.3539C7.77265%2030.0784%2010.6671%2034.0085%2010.6949%2034.0463L11.5%2033.4531ZM0%2011.5H1C1%205.70123%205.70102%201%2011.5%201V0V-1C4.59643%20-1%20-1%204.59669%20-1%2011.5H0ZM11.5%205.22754V4.22754C7.48337%204.22754%204.22754%207.48353%204.22754%2011.5H5.22754H6.22754C6.22754%208.58807%208.58797%206.22754%2011.5%206.22754V5.22754ZM5.22754%2011.5L4.22754%2011.5001C4.22776%2015.5163%207.48343%2018.7725%2011.5%2018.7725V17.7725V16.7725C8.58814%2016.7725%206.2277%2014.4118%206.22754%2011.4999L5.22754%2011.5ZM11.5%2017.7725V18.7725C15.5166%2018.7725%2018.7722%2015.5163%2018.7725%2011.5001L17.7725%2011.5L16.7725%2011.4999C16.7723%2014.4118%2014.4119%2016.7725%2011.5%2016.7725V17.7725ZM17.7725%2011.5H18.7725C18.7725%207.48353%2015.5166%204.22754%2011.5%204.22754V5.22754V6.22754C14.412%206.22754%2016.7725%208.58807%2016.7725%2011.5H17.7725Z%22%20fill%3D%22%23ffffff%22%20mask%3D%22url(%23path-1-inside-1_2677_40958)%22/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: %23ffffff;
  content: "";
  width: 23px;
  height: 29px;
}
.a-button--access-route::after {
  display: none;
}
.a-button--contact {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .a-button--contact {
    padding: 5px 20px 7px 15px;
    font-size: 18px;
  }
}
.a-button--contact::before {
  margin-right: 15px;
  margin-top: 5px;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2228%22%20viewBox%3D%220%200%2032%2028%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1986_18455)%22%3E%3Cpath%20d%3D%22M30.545%209.20195V18.9086C30.545%2020.5135%2029.2407%2021.8177%2027.6359%2021.8177H16.2032L8.77044%2026.511C8.12559%2026.9183%207.27225%2026.4723%207.27225%2025.7207V21.8177H3.39347C1.78862%2021.8177%200.484375%2020.5135%200.484375%2018.9086V3.39347C0.484375%201.78862%201.78862%200.484375%203.39347%200.484375H27.6359C28.5183%200.484375%2029.3135%200.881951%2029.8419%201.50256%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M19.4336%2015.5154L20.4623%2012.4302L27.3188%205.57359L29.0328%203.85965C29.6009%203.29157%2030.5221%203.29157%2031.0902%203.85965C31.6582%204.42774%2031.6582%205.34895%2031.0902%205.91703L22.5188%2014.4883L19.4336%2015.517V15.5154Z%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M29.5753%207.27134L27.6602%205.22852%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M23.3612%206.78711H6.78906%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M18.9975%2011.1504H6.78906%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M17.3927%2015.5156H6.78906%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1986_18455%22%3E%3Crect%20width%3D%2232%22%20height%3D%2227.1515%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  line-height: 1;
}
.a-button--contact:hover::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2228%22%20viewBox%3D%220%200%2032%2028%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_1986_18455)%22%3E%3Cpath%20d%3D%22M30.545%209.20195V18.9086C30.545%2020.5135%2029.2407%2021.8177%2027.6359%2021.8177H16.2032L8.77044%2026.511C8.12559%2026.9183%207.27225%2026.4723%207.27225%2025.7207V21.8177H3.39347C1.78862%2021.8177%200.484375%2020.5135%200.484375%2018.9086V3.39347C0.484375%201.78862%201.78862%200.484375%203.39347%200.484375H27.6359C28.5183%200.484375%2029.3135%200.881951%2029.8419%201.50256%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M19.4336%2015.5154L20.4623%2012.4302L27.3188%205.57359L29.0328%203.85965C29.6009%203.29157%2030.5221%203.29157%2031.0902%203.85965C31.6582%204.42774%2031.6582%205.34895%2031.0902%205.91703L22.5188%2014.4883L19.4336%2015.517V15.5154Z%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M29.5753%207.27134L27.6602%205.22852%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M23.3612%206.78711H6.78906%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M18.9975%2011.1504H6.78906%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cpath%20d%3D%22M17.3927%2015.5156H6.78906%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%220.969697%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_1986_18455%22%3E%3Crect%20width%3D%2232%22%20height%3D%2227.1515%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  line-height: 1;
}
.a-button--title {
  border: 1px solid #ffffff;
}
.a-button--more {
  background-color: var(--color_gold);
  color: #ffffff;
  border: 1px solid var(--color_gold);
  font-size: 18px;
  padding: 10px 50px 12px 40px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .a-button--more {
    padding: 5px 40px 6px 20px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.a-button--more::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M20%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%20-6.78525e-07%2015.5228%20-4.37114e-07%2010C-1.95703e-07%204.47715%204.47715%20-2.45772e-07%2010%20-4.37114e-07C15.5228%20-1.95703e-07%2020%204.47715%2020%2010ZM19.0479%2010C19.0479%205.00314%2014.9969%200.952148%2010%200.952148C5.00314%200.952148%200.952148%205.00314%200.952148%2010C0.952148%2014.9969%205.00314%2019.0479%2010%2019.0479C14.9969%2019.0479%2019.0479%2014.9969%2019.0479%2010ZM14.6221%209.82129C14.808%2010.0072%2014.8079%2010.3091%2014.6221%2010.4951L9.84082%2015.2764L5.06055%2010.4951C4.87458%2010.3092%204.87458%2010.0073%205.06055%209.82129C5.24654%209.63569%205.54853%209.63545%205.73437%209.82129L9.54883%2013.6357C9.53438%2013.5902%209.52344%2013.5425%209.52344%2013.4922L9.52344%204.9209C9.52346%204.65793%209.73702%204.44434%2010%204.44434C10.263%204.44434%2010.4765%204.65793%2010.4766%204.9209L10.4766%2013.2949L13.9492%209.82129C14.1351%209.63573%2014.4362%209.63586%2014.6221%209.82129Z%22%20fill%3D%22%23FFFFFF%22/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
.a-button--more:hover {
  background-color: #ffffff;
  color: var(--color_gold);
}
.a-button--more:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M20%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%20-6.78525e-07%2015.5228%20-4.37114e-07%2010C-1.95703e-07%204.47715%204.47715%20-2.45772e-07%2010%20-4.37114e-07C15.5228%20-1.95703e-07%2020%204.47715%2020%2010ZM19.0479%2010C19.0479%205.00314%2014.9969%200.952148%2010%200.952148C5.00314%200.952148%200.952148%205.00314%200.952148%2010C0.952148%2014.9969%205.00314%2019.0479%2010%2019.0479C14.9969%2019.0479%2019.0479%2014.9969%2019.0479%2010ZM14.6221%209.82129C14.808%2010.0072%2014.8079%2010.3091%2014.6221%2010.4951L9.84082%2015.2764L5.06055%2010.4951C4.87458%2010.3092%204.87458%2010.0073%205.06055%209.82129C5.24654%209.63569%205.54853%209.63545%205.73437%209.82129L9.54883%2013.6357C9.53438%2013.5902%209.52344%2013.5425%209.52344%2013.4922L9.52344%204.9209C9.52346%204.65793%209.73702%204.44434%2010%204.44434C10.263%204.44434%2010.4765%204.65793%2010.4766%204.9209L10.4766%2013.2949L13.9492%209.82129C14.1351%209.63573%2014.4362%209.63586%2014.6221%209.82129Z%22%20fill%3D%22%23A68322%22/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
}

.a-button--white {
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  background-color: #ffffff;
  padding: 16px 64px 18px 30px;
  color: var(--color_gold);
  border: 1px solid #898989;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  width: 390px;
}
.a-button--white::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%23A68322%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
  scale: 1.5;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-40%);
}
.a-button--white span {
  display: block;
  color: var(--color_text);
  font-weight: 700;
  margin-top: 4px;
}
@media (max-width: 767px) {
  .a-button--white span {
    font-size: 14px;
  }
}
.a-button--white:hover {
  background-color: var(--color_gold);
  color: #ffffff;
  border-color: var(--color_gold);
}
.a-button--white:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
.a-button--white:hover span {
  color: #ffffff;
}
@media (max-width: 767px) {
  .a-button--white {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    padding: 12px 20px 14px 20px;
  }
  .a-button--white::after {
    scale: 1.2;
    right: 15px;
  }
}
.a-button--white--tenpo {
  font-size: 26px;
}
@media (max-width: 767px) {
  .a-button--white--tenpo {
    font-size: 24px;
  }
  .a-button--white--tenpo span {
    font-size: 18px;
  }
}
.a-button--white--large {
  width: 100%;
  font-size: 36px;
  padding: 40px 50px 50px;
}
@media (max-width: 767px) {
  .a-button--white--large {
    font-size: 24px;
    padding: 20px 30px 25px;
  }
}
.a-button--white--large span {
  font-size: 22px;
}
@media (max-width: 767px) {
  .a-button--white--large span {
    font-size: 18px;
  }
}
.a-button--white--large::after {
  scale: 2;
  right: 40px;
  transform: translateY(-30%);
}
@media (max-width: 767px) {
  .a-button--white--large::after {
    scale: 1.5;
    right: 30px;
  }
}
.a-button--white--small {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  padding: 14px 50px 16px 30px;
}
@media (max-width: 767px) {
  .a-button--white--small {
    font-size: 20px;
    padding: 20px 50px 22px 30px;
  }
}
.a-button--white--small::after {
  scale: 1;
  right: 20px;
  transform: translateY(-50%);
}

.a-button--interview {
  background-color: #ffffff;
  border-radius: 8px;
  color: var(--color_primary);
  font-weight: 700;
  padding: 6px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 1px solid transparent;
}
.a-button--interview::after {
  margin-top: 4px;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Crect%20x%3D%220.5%22%20y%3D%220.538086%22%20width%3D%2222.0465%22%20height%3D%2214.4844%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M0.360352%200.398438L11.5235%208.86083C11.5235%208.86083%2018.3272%203.70321%2022.6867%200.398438%22%20stroke%3D%22%230E2167%22%2F%3E%3C%2Fsvg%3E");
  line-height: 1;
}
.a-button--interview:hover {
  color: #ffffff;
  background-color: var(--color_gold);
}
.a-button--interview:hover::after {
  filter: invert(1);
}
@media (max-width: 767px) {
  .a-button--interview {
    width: 100%;
    font-size: 16px;
  }
}

.a-button--sp-moreview {
  display: none;
}
@media (max-width: 767px) {
  .a-button--sp-moreview {
    display: block;
    margin: -40px 20px 20px auto;
  }
  .a-button--sp-moreview::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='14.5' transform='rotate(90 15 15)' stroke='%230E2167'/%3E%3Cline x1='15' y1='21' x2='15' y2='8' stroke='%230E2167' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M22 16L15 23L8 16' stroke='%230E2167' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
  .a-button--sp-moreview.is-open {
    display: none;
  }
}

.a-button--close {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}
.a-button--close::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%206.58593e-08%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%20-4.97524e-08%2015.5228%200%2010C6.58593e-08%204.47715%204.47715%207.91458e-08%2010%200ZM10%200.952148C5.00314%200.952149%200.952148%205.00314%200.952148%2010C0.952148%2014.9969%205.00314%2019.0479%2010%2019.0479C14.9969%2019.0479%2019.0479%2014.9969%2019.0479%2010C19.0479%205.00314%2014.9969%200.952148%2010%200.952148ZM14.1084%205.2207C14.2944%205.03476%2014.5963%205.03471%2014.7822%205.2207C14.9679%205.40662%2014.9679%205.70766%2014.7822%205.89355L10.6729%2010.001L14.6221%2013.9492C14.8079%2014.1352%2014.8079%2014.4361%2014.6221%2014.6221C14.4361%2014.808%2014.1352%2014.8079%2013.9492%2014.6221L10%2010.6738L6.05078%2014.6221C5.86481%2014.8079%205.56386%2014.808%205.37793%2014.6221C5.19208%2014.4361%205.19208%2014.1352%205.37793%2013.9492L9.32617%2010.001L5.21777%205.89355C5.03212%205.70766%205.03212%205.40662%205.21777%205.2207C5.40371%205.03471%205.70561%205.03476%205.8916%205.2207L10%209.32812L14.1084%205.2207Z%22%20fill%3D%22%230E2167%22/%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  display: inline-block;
  padding-top: 1px;
}

.a-button-course {
  background-color: #ffffff;
  color: var(--color_blue);
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  padding: 10px 24px 12px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
}
@media (max-width: 767px) {
  .a-button-course {
    font-size: 18px;
    padding: 5px 20px 7px;
  }
}
.a-button-course::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 767px) {
  .a-button-course::after {
    right: 10px;
  }
}
.a-button-course:hover {
  background-color: var(--color_blue);
  color: #ffffff;
}
.a-button-course:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}

.a-button-cta-float {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 50px 7px 10px;
  background-color: var(--color_red);
  line-height: 1em;
  transition: filter 0.3s ease;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .a-button-cta-float {
    flex: 1;
    flex-direction: column;
    gap: 2px;
    padding: 5px 10px 8px;
    font-size: 16px;
    justify-content: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.a-button-cta-float span {
  display: inline-block;
  width: 5em;
  font-weight: 700;
  color: #ffffff;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 0.5em;
}
@media (max-width: 767px) {
  .a-button-cta-float span {
    width: auto;
    margin-right: 0;
    text-align: center;
    -moz-text-align-last: unset;
         text-align-last: unset;
  }
}
.a-button-cta-float::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0318 17.6621H0.668486C0.492645 17.6621 0.350098 17.8035 0.350098 17.978V18.8583C0.350098 19.0328 0.492645 19.1742 0.668486 19.1742H21.0318C21.2077 19.1742 21.3502 19.0328 21.3502 18.8583V17.978C21.3502 17.8035 21.2077 17.6621 21.0318 17.6621Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M10.85 9.59766H7.46289V17.6621H10.85V9.59766Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M14.2372 9.59766H10.8501V17.6621H14.2372V9.59766Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M14.9925 8.58984H6.70759C6.56355 8.58984 6.44678 8.70568 6.44678 8.84858V9.33916C6.44678 9.48206 6.56355 9.5979 6.70759 9.5979H14.9925C15.1365 9.5979 15.2533 9.48206 15.2533 9.33916V8.84858C15.2533 8.70568 15.1365 8.58984 14.9925 8.58984Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M21.0117 2.03775V0.349609H0.688965V2.03775V5.06191H2.04381V17.6626H19.6568V5.06191H21.0117V2.03775Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M1.6709 5.06152H19.5943M1.6709 6.34937H19.5943' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .a-button-cta-float::before {
    margin-right: 0;
  }
}
.a-button-cta-float::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cline%20x1%3D%229.02376%22%20y1%3D%223.38086%22%20x2%3D%220.5%22%20y2%3D%223.38086%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22/%3E%3Cpath%20d%3D%22M7.14282%200.5L9.52376%203.47617L7.14282%206.45235%22%20stroke%3D%22%23ffffff%22%20stroke-linecap%3D%22round%22/%3E%3C/svg%3E");
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-60%);
  display: inline-block;
}
@media (max-width: 767px) {
  .a-button-cta-float::after {
    display: none;
  }
}
.a-button-cta-float:hover {
  filter: brightness(1.2);
}
.a-button-cta-float--store {
  background-color: var(--color_red);
}
@media (max-width: 767px) {
  .a-button-cta-float--store {
    flex-direction: row;
    padding: 13px 10px 15px;
  }
}
.a-button-cta-float--store span {
  width: 6em;
}
.a-button-cta-float--store::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0318 17.6621H0.668486C0.492645 17.6621 0.350098 17.8035 0.350098 17.978V18.8583C0.350098 19.0328 0.492645 19.1742 0.668486 19.1742H21.0318C21.2077 19.1742 21.3502 19.0328 21.3502 18.8583V17.978C21.3502 17.8035 21.2077 17.6621 21.0318 17.6621Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M10.85 9.59766H7.46289V17.6621H10.85V9.59766Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M14.2372 9.59766H10.8501V17.6621H14.2372V9.59766Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M14.9925 8.58984H6.70759C6.56355 8.58984 6.44678 8.70568 6.44678 8.84858V9.33916C6.44678 9.48206 6.56355 9.5979 6.70759 9.5979H14.9925C15.1365 9.5979 15.2533 9.48206 15.2533 9.33916V8.84858C15.2533 8.70568 15.1365 8.58984 14.9925 8.58984Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M21.0117 2.03775V0.349609H0.688965V2.03775V5.06191H2.04381V17.6626H19.6568V5.06191H21.0117V2.03775Z' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3Cpath d='M1.6709 5.06152H19.5943M1.6709 6.34937H19.5943' stroke='white' stroke-width='0.7' stroke-miterlimit='10'/%3E%3C/svg%3E");
}
.a-button-cta-float--tel {
  background-color: var(--color_cta_tel);
}
.a-button-cta-float--tel::before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.854 21.3697C14.9649 21.3697 13.982 21.1769 12.9594 20.794C10.6815 19.9409 8.23307 18.2017 5.68332 15.6241C3.13357 13.0465 1.41256 10.5719 0.569354 8.26849C-0.108356 6.41861 -0.183866 4.69595 0.357924 3.41923C0.770717 2.4453 1.55225 1.58398 2.18654 0.942753C3.42996 -0.314251 4.97415 -0.314251 6.21757 0.942753C7.39742 2.13551 8.15819 3.35561 8.36082 4.37852C8.6918 6.05219 7.99647 6.75449 7.38295 7.37472C7.04063 7.72078 6.52842 7.92561 5.90231 7.96696C5.73618 7.97777 5.59082 8.06938 5.51405 8.21251C5.44169 8.3461 5.44295 8.50004 5.5172 8.63554C6.09675 9.69025 7.09349 11.2571 8.54833 12.7278C10.0032 14.1985 11.553 15.2062 12.5963 15.7921C12.7297 15.8671 12.882 15.8684 13.0142 15.7952C13.1551 15.7176 13.2457 15.5707 13.2571 15.4027C13.298 14.7698 13.5006 14.2526 13.8429 13.9059C14.4564 13.2857 15.1518 12.5834 16.8067 12.918C17.8185 13.1228 19.0255 13.8919 20.2053 15.0847C20.7968 15.6826 21.1196 16.3652 21.1391 17.0599C21.1599 17.7953 20.8371 18.5217 20.2053 19.1598C19.571 19.801 18.719 20.5911 17.7556 21.0084C17.1981 21.2501 16.5556 21.3697 15.854 21.3697ZM4.19324 0.758274C3.74899 0.758274 3.24873 0.948478 2.72016 1.48283C2.13369 2.07571 1.41382 2.86579 1.05136 3.72012C0.586344 4.81682 0.666888 6.33782 1.27727 8.00386C2.08272 10.203 3.74522 12.5853 6.21757 15.0847C8.68992 17.5841 11.0465 19.2641 13.2218 20.079C14.8698 20.696 16.3744 20.7768 17.4592 20.3074C18.3043 19.9416 19.0859 19.2138 19.6723 18.6203C20.16 18.1273 20.3998 17.6095 20.3853 17.0815C20.3714 16.586 20.1248 16.0821 19.6723 15.6248C18.6127 14.5535 17.5146 13.8398 16.6595 13.6667C15.4003 13.4123 14.9491 13.8684 14.3778 14.446C14.111 14.7157 14.0317 15.1419 14.0115 15.4524C13.9839 15.883 13.7466 16.2615 13.3772 16.4657C13.0186 16.6636 12.5901 16.661 12.2307 16.4594C11.1453 15.8493 9.53249 14.801 8.01535 13.2672C6.49884 11.7342 5.4612 10.1037 4.85774 9.00577C4.65826 8.64254 4.65575 8.20933 4.85145 7.84673C5.05281 7.47332 5.42785 7.23286 5.85385 7.20487C6.16093 7.18451 6.58316 7.10372 6.84934 6.83464C7.4207 6.25703 7.87188 5.80092 7.62018 4.52801C7.44902 3.66414 6.74362 2.55345 5.68332 1.4822C5.35674 1.15204 4.83257 0.758274 4.19324 0.758274Z' fill='white'/%3E%3Cpath d='M19.2535 10.3031C19.0452 10.3031 18.8759 10.132 18.8759 9.9214C18.8759 5.71209 15.4886 2.28778 11.3248 2.28778C11.1165 2.28778 10.9473 2.11666 10.9473 1.9061C10.9473 1.69553 11.1165 1.52441 11.3248 1.52441C15.9052 1.52441 19.631 5.29097 19.631 9.9214C19.631 10.132 19.4617 10.3031 19.2535 10.3031Z' fill='white'/%3E%3Cpath d='M16.9881 10.303C16.7798 10.303 16.6106 10.1319 16.6106 9.92135C16.6106 6.97477 14.2395 4.57782 11.3248 4.57782C11.1165 4.57782 10.9473 4.4067 10.9473 4.19613C10.9473 3.98557 11.1165 3.81445 11.3248 3.81445C14.6555 3.81445 17.3657 6.55429 17.3657 9.92135C17.3657 10.1319 17.1964 10.303 16.9881 10.303Z' fill='white'/%3E%3Cpath d='M14.7228 10.303C14.5145 10.303 14.3453 10.1319 14.3453 9.92131C14.3453 8.23745 12.9905 6.86785 11.3248 6.86785C11.1165 6.86785 10.9473 6.69673 10.9473 6.48617C10.9473 6.27561 11.1165 6.10449 11.3248 6.10449C13.4064 6.10449 15.1004 7.81697 15.1004 9.92131C15.1004 10.1319 14.9311 10.303 14.7228 10.303Z' fill='white'/%3E%3C/svg%3E");
}
.a-button-cta-float--line {
  background-color: var(--color_cta_line);
}
.a-button-cta-float--line::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5 0.5L12.5 0H12.5V0.5ZM24.5 9.30859L25 9.30862V9.30859H24.5ZM14.7734 17.9561L14.7037 17.4609C14.4646 17.4946 14.2837 17.6943 14.2739 17.9356L14.7734 17.9561ZM16.0684 21.2871L15.9685 21.777C16.1809 21.8204 16.3971 21.7218 16.5037 21.533C16.6104 21.3442 16.5831 21.1082 16.4363 20.9486L16.0684 21.2871ZM10.7295 18.0195L11.1591 17.7638C11.0788 17.6288 10.9396 17.5394 10.7835 17.5225L10.7295 18.0195ZM0.5 9.30859H0V9.30862L0.5 9.30859ZM12.5 0.5L12.5 1C15.7184 1.00001 18.6121 1.95833 20.6893 3.48311C22.7668 5.00809 24 7.0736 24 9.30859H24.5H25C25 6.6789 23.5468 4.34012 21.2811 2.67698C19.0151 1.01364 15.9089 1.0401e-05 12.5 0L12.5 0.5ZM24.5 9.30859L24 9.30857C23.9998 13.244 20.1232 16.6979 14.7037 17.4609L14.7734 17.9561L14.8431 18.4512C20.5033 17.6543 24.9998 13.961 25 9.30862L24.5 9.30859ZM14.7734 17.9561L14.2739 17.9356C14.231 18.9824 14.5973 19.9075 14.9541 20.5531C15.1343 20.879 15.3169 21.1426 15.4556 21.326C15.525 21.418 15.5839 21.4903 15.6265 21.5409C15.6479 21.5662 15.6651 21.5861 15.6777 21.6003C15.684 21.6074 15.6891 21.6131 15.6929 21.6174C15.6948 21.6195 15.6964 21.6213 15.6977 21.6227C15.6983 21.6234 15.6989 21.624 15.6993 21.6245C15.6996 21.6247 15.6998 21.625 15.7 21.6252C15.7001 21.6253 15.7002 21.6254 15.7002 21.6255C15.7003 21.6256 15.7004 21.6256 15.7004 21.6256L16.0684 21.2871L16.4363 20.9486C16.4363 20.9486 16.4364 20.9486 16.4364 20.9487C16.4365 20.9487 16.4365 20.9488 16.4366 20.9488C16.4367 20.9489 16.4367 20.949 16.4368 20.9491C16.4369 20.9492 16.4369 20.9492 16.4368 20.9491C16.4367 20.949 16.4363 20.9485 16.4355 20.9477C16.4341 20.9461 16.4313 20.943 16.4275 20.9387C16.4198 20.9299 16.4075 20.9158 16.3913 20.8966C16.359 20.8582 16.3112 20.7996 16.2533 20.723C16.1371 20.5694 15.9821 20.3457 15.8293 20.0694C15.5205 19.5106 15.2405 18.7715 15.273 17.9765L14.7734 17.9561ZM16.0684 21.2871C16.1683 20.7972 16.1684 20.7972 16.1685 20.7972C16.1685 20.7972 16.1686 20.7973 16.1686 20.7973C16.1687 20.7973 16.1687 20.7973 16.1686 20.7973C16.1685 20.7972 16.1681 20.7972 16.1676 20.797C16.1664 20.7968 16.1643 20.7964 16.1614 20.7957C16.1555 20.7945 16.146 20.7924 16.1332 20.7896C16.1076 20.7839 16.0686 20.775 16.0176 20.7626C15.9157 20.7378 15.7665 20.6993 15.582 20.6454C15.2123 20.5373 14.7047 20.3684 14.1541 20.1257C13.0363 19.6331 11.8173 18.8695 11.1591 17.7638L10.7295 18.0195L10.2998 18.2753C11.1177 19.6494 12.5681 20.5196 13.7508 21.0408C14.3504 21.3051 14.9007 21.4881 15.3014 21.6052C15.5022 21.6639 15.6662 21.7063 15.7814 21.7343C15.8389 21.7483 15.8843 21.7587 15.916 21.7657C15.9319 21.7692 15.9443 21.7719 15.9531 21.7738C15.9575 21.7747 15.961 21.7755 15.9636 21.776C15.9648 21.7763 15.9659 21.7765 15.9667 21.7767C15.9671 21.7768 15.9675 21.7768 15.9678 21.7769C15.9679 21.7769 15.9681 21.7769 15.9681 21.777C15.9683 21.777 15.9685 21.777 16.0684 21.2871ZM10.7295 18.0195L10.7835 17.5225C5.11678 16.9073 1.00018 13.3619 1 9.30857L0.5 9.30859L0 9.30862C0.000212818 14.1013 4.76707 17.8752 10.6755 18.5166L10.7295 18.0195ZM0.5 9.30859H1C1 7.07359 2.23316 5.00808 4.31065 3.4831C6.38785 1.95832 9.28162 1 12.5 1V0.5V0C9.09111 0 5.98488 1.01363 3.71891 2.67697C1.45321 4.34011 0 6.67889 0 9.30859H0.5Z' fill='white'/%3E%3C/svg%3E");
}
.a-button-cta-float--web {
  background-color: var(--color_cta_web);
}
.a-button-cta-float--web::before {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1562 13.3333C10.1562 13.129 10.3314 12.963 10.5469 12.963H12.1094C12.3249 12.963 12.5 13.129 12.5 13.3333C12.5 13.5377 12.3249 13.7037 12.1094 13.7037H10.5469C10.3314 13.7037 10.1562 13.5377 10.1562 13.3333ZM25 9.62963V18.5185C25 19.3352 24.2988 20 23.4375 20H18.75C17.8887 20 17.1875 19.3352 17.1875 18.5185V15.1852H14.0625V17.4074C15.1393 17.4074 16.0156 18.2383 16.0156 19.2593V19.6296C16.0156 19.834 15.8405 20 15.625 20H7.03125C6.81576 20 6.64062 19.834 6.64062 19.6296V19.2593C6.64062 18.2383 7.51693 17.4074 8.59375 17.4074V15.1852H2.26953C1.01823 15.1852 0 14.2198 0 13.0333V2.15185C0 0.964815 1.01823 0 2.26953 0H20.3867C21.638 0 22.6562 0.965432 22.6562 2.15185V8.14815H23.4375C24.2988 8.14815 25 8.81296 25 9.62963ZM14.0625 18.1481H8.59375C7.94727 18.1481 7.42188 18.6463 7.42188 19.2593H15.2344C15.2344 18.6463 14.709 18.1481 14.0625 18.1481ZM13.2812 15.1852H9.375V17.4074H13.2812V15.1852ZM17.1875 12.2222H0.78125V13.0333C0.78125 13.8111 1.44857 14.4444 2.26953 14.4444H17.1875V12.2222ZM18.75 8.14815H21.875V2.15185C21.875 1.37407 21.2077 0.740741 20.3867 0.740741H2.26953C1.44922 0.740741 0.78125 1.37346 0.78125 2.15185V11.4815H17.1875V9.62963C17.1875 8.81296 17.8887 8.14815 18.75 8.14815ZM24.2188 9.62963C24.2188 9.22099 23.8685 8.88889 23.4375 8.88889H18.75C18.319 8.88889 17.9688 9.22099 17.9688 9.62963V18.5185C17.9688 18.9272 18.319 19.2593 18.75 19.2593H23.4375C23.8685 19.2593 24.2188 18.9272 24.2188 18.5185V9.62963ZM21.6797 9.62963H20.5078C20.2923 9.62963 20.1172 9.79568 20.1172 10C20.1172 10.2043 20.2923 10.3704 20.5078 10.3704H21.6797C21.8952 10.3704 22.0703 10.2043 22.0703 10C22.0703 9.79568 21.8952 9.62963 21.6797 9.62963Z' fill='white'/%3E%3C/svg%3E");
}

.a-button-white-border {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #ffffff;
  color: var(--color_blue);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
  padding: 6px 5px 8px;
  border-radius: 5px;
  border: 1px solid var(--color_blue);
  transition: background-color 0.3s ease, color 0.3s ease;
  position: relative;
  font-feature-settings: "palt";
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .a-button-white-border {
    font-size: 18px;
    padding: 5px 20px 7px;
  }
}
.a-button-white-border:hover {
  background-color: var(--color_blue);
  color: #ffffff;
}

.a-button--cta-line--type2 {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.2em;
  font-weight: 600;
  font-size: 22px;
  border-radius: 5px;
  text-decoration: none;
  transition: opacity 0.3s ease, background-color 0.3s ease;
  padding: 20px 60px 20px 120px;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-feature-settings: "palt";
  background-color: var(--color_cta_line);
  border: 1px solid var(--color_cta_line);
}
.a-button--cta-line--type2:hover {
  background-color: #ffffff;
  color: var(--color_cta_line);
}
.a-button--cta-line--type2::before {
  content: "";
  width: 94px;
  height: 82px;
  background-image: url("../images/tenpo/btn-icon-line.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
}
@media (max-width: 767px) {
  .a-button--cta-line--type2 {
    width: calc(100% - 40px);
    font-size: 24px;
    padding: 20px 20px 20px 70px;
  }
  .a-button--cta-line--type2::before {
    left: -16px;
  }
}

.a-button--web-reserve {
  cursor: pointer;
  display: block;
  position: relative;
  line-height: 1em;
  font-weight: 600;
  font-size: 40px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  background-color: var(--color_gold);
  padding: 10px 64px 16px 48px;
  color: #ffffff;
  width: 100%;
  text-align: center;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.15);
  font-feature-settings: "palt";
}
.a-button--web-reserve::after {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  scale: 1.5;
  line-height: 2;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%23FFFFFF%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
.a-button--web-reserve:hover {
  background-color: #ffffff;
  color: var(--color_gold);
}
.a-button--web-reserve:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%23A68322%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .a-button--web-reserve {
    font-size: 28px;
    padding: 14px 40px 18px 10px;
  }
}

.a-heading--border {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  border: 1px solid var(--color_blue);
  color: var(--color_blue);
  width: -moz-fit-content;
  width: fit-content;
  min-width: 300px;
  padding: 20px 25px;
  margin: 0 auto 70px;
  line-height: 1;
  text-align: center;
  font-feature-settings: "palt";
}
.a-heading--border::before, .a-heading--border::after {
  content: "";
  position: absolute;
  border: 1px solid var(--color_blue);
  pointer-events: none;
}
.a-heading--border::before {
  top: -15px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 30px);
  border-top: none;
  border-bottom: none;
}
.a-heading--border::after {
  top: -1px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 2px);
  border-left: none;
  border-right: none;
}
@media (max-width: 767px) {
  .a-heading--border {
    width: calc(100% - 20px);
    padding: 16px 20px;
    margin-bottom: 50px;
    line-height: 1.1em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .a-heading--border {
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .a-heading--border::before {
    top: -10px;
    height: calc(100% + 20px);
  }
  .a-heading--border::after {
    left: -10px;
    width: calc(100% + 20px);
  }
}
.a-heading--blue {
  color: #ffffff;
  background-color: var(--color_blue);
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
}
.a-heading--blue::before, .a-heading--blue::after {
  border-color: var(--color_blue);
}
@media (max-width: 767px) {
  .a-heading--blue {
    font-size: 20px;
    padding: 12px 16px;
  }
}
.a-heading--gold {
  color: #ffffff;
  background-color: var(--color_gold);
  font-size: 28px;
  font-weight: 600;
}
.a-heading--gold::before, .a-heading--gold::after {
  border-color: var(--color_gold);
}
@media (max-width: 767px) and (max-width: 767px) {
  .a-heading--gold {
    font-size: 6.9333333333vw;
  }
}
.a-heading--white {
  color: #ffffff;
  background-color: transparent;
}
.a-heading--white::before, .a-heading--white::after {
  border-color: #ffffff;
}
.a-heading--line {
  align-items: center;
  display: flex;
  font-size: 28px;
  font-weight: 700;
  color: var(--color_blue);
  line-height: 1;
  font-feature-settings: "palt";
}
.a-heading--line::before, .a-heading--line::after {
  background-color: var(--color_blue);
  content: "";
  flex-grow: 1;
  height: 1px;
}
.a-heading--line::before {
  margin-right: 15px;
}
.a-heading--line::after {
  margin-left: 15px;
}
.a-heading--line2 {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto 60px;
  color: var(--color_blue);
  line-height: 1;
  border-top: 1px solid var(--color_blue);
  border-bottom: 1px solid var(--color_blue);
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .a-heading--line2 {
    width: calc(100% - 20px);
    padding: 16px 20px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .a-heading--line2 {
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 767px) {
  .a-heading--line2::before {
    top: -10px;
    height: calc(100% + 20px);
  }
  .a-heading--line2::after {
    left: -10px;
    width: calc(100% + 20px);
  }
}
.a-heading--interview {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .a-heading--interview {
    font-size: 22px;
  }
}
.a-heading--tab {
  border-bottom: 2px solid var(--color_blue);
}
.a-heading--tab span {
  display: block;
  background-color: var(--color_blue);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 2px 20px 2px 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-feature-settings: "palt";
}
.a-heading--tab span::after {
  content: "";
  position: absolute;
  left: 99.9%;
  bottom: -0.1px;
  background-color: var(--color_blue);
  width: 15px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.a-heading--tab--short span {
  padding-right: 0;
  width: 178px;
}
.a-heading--tab--long span {
  padding-right: 0;
  width: 270px;
}
.a-heading--limited {
  color: #ffffff;
  background-color: var(--color_gold);
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  padding: 15px 25px 20px 25px;
  border-radius: 5px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .a-heading--limited {
    font-size: 28px;
    padding: 12px 16px 16px 16px;
  }
}
.a-heading--media {
  position: relative;
  border-bottom: 1px solid var(--color_gold);
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 10px;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .a-heading--media {
    gap: 10px;
  }
}
.a-heading--media::after {
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="37" height="8" viewBox="0 0 37 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M37 0L7.14668 -2.98645e-06L-6.99382e-07 8L37 8L37 0Z" fill="%23A68322"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 37px;
  height: 8px;
}
.a-heading--media__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .a-heading--media__title {
    font-size: 24px;
  }
}
.a-heading--media__eng {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  line-height: 1;
  font-size: 14px;
  font-weight: 1000;
  color: var(--color_gold);
  padding-top: 4px;
}
@media (max-width: 767px) {
  .a-heading--media__eng {
    font-size: 14px;
  }
}
.a-heading--media-aside {
  position: relative;
  border-bottom: 1px solid var(--color_gold);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding-bottom: 10px;
  font-feature-settings: "palt";
  padding-top: 15px;
}
@media (max-width: 767px) {
  .a-heading--media-aside {
    gap: 10px;
  }
}
.a-heading--media-aside::before {
  content: url('data:image/svg+xml;utf8,<svg width="17" height="8" viewBox="0 0 17 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.7318 7.30339C12.5366 7.49855 12.2199 7.49862 12.0247 7.30339C11.8295 7.10817 11.8296 6.79156 12.0247 6.59629L15.2675 3.35354C15.4627 3.15828 15.7793 3.15828 15.9746 3.35354C16.1698 3.5488 16.1698 3.86538 15.9746 4.06065L12.7318 7.30339Z" fill="%23A68322"/><path d="M8.58594 6.5C8.58594 6.77614 8.36208 7 8.08594 7C7.80979 7 7.58594 6.77614 7.58594 6.5L7.58594 0.5C7.58594 0.223858 7.8098 -3.39263e-08 8.08594 -2.18557e-08C8.36208 -9.78513e-09 8.58594 0.223858 8.58594 0.5L8.58594 6.5Z" fill="%23A68322"/><path d="M3.38927 7.30339C3.58454 7.49855 3.90115 7.49862 4.09638 7.30339C4.2916 7.10817 4.29153 6.79156 4.09638 6.59629L0.853629 3.35354C0.658367 3.15828 0.341784 3.15828 0.146522 3.35354C-0.04874 3.5488 -0.04874 3.86538 0.146522 4.06065L3.38927 7.30339Z" fill="%23A68322"/></svg>');
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 8px;
}
.a-heading--media-aside__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 3px;
}
@media (max-width: 767px) {
  .a-heading--media-aside__title {
    font-size: 24px;
  }
}
.a-heading--media-aside__eng {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  line-height: 1;
  font-size: 14px;
  font-weight: 1000;
  color: var(--color_gold);
}
@media (max-width: 767px) {
  .a-heading--media-aside__eng {
    font-size: 14px;
  }
}
.a-heading--pencil {
  font-size: 26px;
  font-weight: 700;
  color: var(--color_blue);
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--color_blue);
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .a-heading--pencil {
    align-items: flex-start;
    font-size: 23px;
    gap: 10px;
    margin-bottom: 15px;
  }
}
.a-heading--pencil::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('data:image/svg+xml;utf8,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_3475_27852)"><path d="M7.40313 16.4399L20.4817 3.36133L26.6371 9.5167L9.18272 26.9711L3.02734 20.8157L7.40313 16.4399Z" stroke="%230E2167" stroke-width="1.08401" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.4844 3.3617L22.4175 1.42855C23.6009 0.245171 25.5214 0.245171 26.7048 1.42855L28.5711 3.29485C29.7545 4.47823 29.7545 6.39874 28.5711 7.58212L26.6379 9.51527" stroke="%230E2167" stroke-width="1.08401" stroke-linecap="round" stroke-linejoin="round"/><path d="M3.02897 20.8164L0.542969 29.4578L9.18434 26.9718" stroke="%230E2167" stroke-width="1.08401" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.10547 23.8937L23.5617 6.4375" stroke="%230E2167" stroke-width="1.08401" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_3475_27852"><rect width="30" height="30" fill="white"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .a-heading--pencil::before {
    margin-top: 8px;
    width: 25px;
    height: 25px;
  }
}
.a-heading--supervision {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: var(--color_blue);
  margin-bottom: 10px;
}

.a-icon {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.a-icon::before {
  width: 1em;
  height: 1em;
  text-align: center;
}
.a-icon--window-blank::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.0833%2011.0833H0.916667V1.91667H4.88889V1H0V12H11V7.11111H10.0833V11.0833Z%22%20fill%3D%22%23ffffff%22/%3E%3Cpath%20d%3D%22M7.57632%200V0.947931L10.3569%200.947931L6%205.36805L6.63195%206L11.0521%201.64308V4.42368H12V0L7.57632%200Z%22%20fill%3D%22%23ffffff%22/%3E%3C/svg%3E");
  line-height: 1;
  transform: translateY(2px);
}

.a-tag {
  color: var(--color_primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  display: inline-flex;
  align-items: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  gap: 5px;
}
.a-tag:hover {
  text-decoration: none;
}

.a-tag--tenpo {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid var(--color_blue);
  border-radius: 5px;
  background-color: #ffffff;
  padding: 5px 10px;
  color: var(--color_blue);
  line-height: 1em;
  font-weight: 700;
}
.a-tag--tenpo::before {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "#";
  display: inline-block;
}

.a-tag--media {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--color_blue);
  line-height: 1em;
}
.a-tag--media::before {
  content: "#";
  display: inline-block;
  font-size: inherit;
}
.a-tag--media:hover {
  text-decoration: underline;
}
.a-tag--media--small {
  font-size: 10px;
}

.a-tag--media-category {
  background-color: var(--color_blue);
  border: 1px solid var(--color_blue);
  font-size: 12px;
  color: #ffffff;
  padding: 0px 10px 1px;
  font-weight: 700;
  border-radius: 100vmax;
  transition: background-color 0.3s, color 0.3s, color 0.3s;
  font-feature-settings: "palt";
}
.a-tag--media-category:hover {
  background-color: #ffffff;
  color: var(--color_blue);
}

.a-dl {
  width: 100%;
}
.a-dl__item {
  display: flex;
  padding: 50px 0;
  border-bottom: 1px solid #000000;
}
.a-dl__item:first-child {
  padding-top: 0;
}
.a-dl__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .a-dl__item {
    flex-direction: column;
    padding: 30px 0;
  }
}
.a-dl__term {
  width: 30%;
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text);
  padding-right: 20px;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .a-dl__term {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.a-dl__description {
  width: 70%;
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text);
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .a-dl__description {
    width: 100%;
  }
}

.m-breadcrumb {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-breadcrumb {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    overflow-y: scroll;
  }
}
.m-breadcrumb__list {
  display: flex;
  list-style: none;
  gap: 8px;
}
.m-breadcrumb__item {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.m-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url('data:image/svg+xml;utf8,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.906 5.39V5.446L0.434 10.85L0 9.996L8.89 5.446V5.404L0 0.854L0.434 0L10.906 5.39Z" fill="black"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.m-breadcrumb__item a {
  font-size: inherit;
  color: var(--color_blue);
  text-decoration: none;
}
.m-breadcrumb__item a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .m-breadcrumb__item a {
    white-space: nowrap;
  }
}
.m-breadcrumb__item span {
  font-size: inherit;
  color: inherit;
}
@media (max-width: 767px) {
  .m-breadcrumb__item span {
    white-space: nowrap;
  }
}
.m-breadcrumb__home {
  font-size: 0;
  width: 20px;
  height: 17px;
  display: inline-block;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="17" viewBox="0 0 20 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2059_24642)"><path d="M10 0L0 5.67884V16.9993H6.69071V14.4506C6.69071 12.6181 8.17214 11.1328 10 11.1328C11.8279 11.1328 13.3093 12.6181 13.3093 14.4506V16.9993H20V5.67884L10 0Z" fill="%230E2167"/></g><defs><clipPath id="clip0_2059_24642"><rect width="20" height="17" fill="white"/></clipPath></defs></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.m-breadcrumb__home:hover {
  text-decoration: none;
}

.m-pagination {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .m-pagination {
    flex-wrap: wrap;
    gap: 4px;
  }
}
.m-pagination__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-bottom: 2px;
}
.m-pagination .number {
  color: var(--color_text);
  padding-bottom: 4px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .m-pagination .number {
    font-size: 16px;
  }
}
.m-pagination .page {
  color: var(--text_color);
  border-radius: 5px;
  border: 1px solid #c2c2c2;
  transition: border-color 0.3s ease-out;
}
.m-pagination .current,
.m-pagination .page:hover {
  border-color: var(--color_blue);
}
.m-pagination .extend {
  color: #C8C8C8;
  line-height: 42px;
}
.m-pagination .prev,
.m-pagination .next,
.m-pagination .first,
.m-pagination .last {
  padding-bottom: 4px;
  transition: border-color 0.3s ease-out;
}
.m-pagination .prev.disabled,
.m-pagination .next.disabled,
.m-pagination .first.disabled,
.m-pagination .last.disabled {
  color: #cccccc;
}
.m-pagination .prev:hover,
.m-pagination .next:hover,
.m-pagination .first:hover,
.m-pagination .last:hover {
  border-color: var(--color_blue);
}
.m-pagination .prev {
  font-size: 0;
}
.m-pagination .prev::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M9.20801%205.42383L0.529295%2010.8477L-1.74846e-06%2010L7.32129%205.42383L-1.48209e-07%200.847656L0.529297%209.25452e-08L9.20801%205.42383Z%22%20fill%3D%22%23000000%22/%3E%3C/svg%3E");
  line-height: 1;
  transform: scaleX(-1);
}
.m-pagination .next {
  font-size: 0;
}
.m-pagination .next::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2211%22%20viewBox%3D%220%200%2010%2011%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M9.20801%205.42383L0.529295%2010.8477L-1.74846e-06%2010L7.32129%205.42383L-1.48209e-07%200.847656L0.529297%209.25452e-08L9.20801%205.42383Z%22%20fill%3D%22%23000000%22/%3E%3C/svg%3E");
  line-height: 1;
}
.m-pagination .first::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.17871%204.41602L0.554688%208.83203L0%208L5.37598%204.41602L0%200.832031L0.554688%200L7.17871%204.41602ZM15.1787%204.41602L8.55469%208.83203L8%208L13.376%204.41602L8%200.832031L8.55469%200L15.1787%204.41602Z%22%20fill%3D%22%23000000%22/%3E%3C/svg%3E");
  line-height: 1;
  margin-right: 10px;
  transform: scaleX(-1);
}
.m-pagination .last::after {
  margin-left: 10px;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%229%22%20viewBox%3D%220%200%2016%209%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.17871%204.41602L0.554688%208.83203L0%208L5.37598%204.41602L0%200.832031L0.554688%200L7.17871%204.41602ZM15.1787%204.41602L8.55469%208.83203L8%208L13.376%204.41602L8%200.832031L8.55469%200L15.1787%204.41602Z%22%20fill%3D%22%23000000%22/%3E%3C/svg%3E");
  line-height: 1;
}
.m-pagination .first,
.m-pagination .last {
  width: 60px;
  color: var(--color_text);
}

.m-page-title-general {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  position: relative;
  overflow: hidden;
  background-image: url("../images/general/bg_logo.svg"), linear-gradient(to right, #0E2167 0%, #1345B1 64%);
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: 895px auto, cover;
}
@media (max-width: 767px) {
  .m-page-title-general {
    height: 150px;
    background-image: url("../images/general/bg_logo.svg"), linear-gradient(to right, #0E2167 0%, #1345B1 64%);
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    background-size: 95% auto, cover;
  }
}
.m-page-title-general__container {
  width: 1280px;
  max-width: 1280px;
  padding-inline: 20px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 10px;
  z-index: 2;
}
@media (max-width: 767px) {
  .m-page-title-general__container {
    padding: 0;
  }
}
.m-page-title-general__title {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-page-title-general__title {
    font-size: 7.4666666667vw;
  }
}
.m-page-title-general::before, .m-page-title-general::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m-page-title-general::before {
  background-image: url("../images/general/bg_wave01.webp");
  background-repeat: no-repeat;
  background-position: left top -30px;
  background-size: 895px auto;
  opacity: 0.5;
  transform-origin: center;
}
@media (max-width: 767px) {
  .m-page-title-general::before {
    background-position: left -110px top -20px;
    background-size: 400px auto;
  }
}
.m-page-title-general::after {
  background-image: url("../images/general/bg_wave02.webp");
  background-repeat: no-repeat;
  background-position: right -140px bottom -80px;
  background-size: 895px auto;
  opacity: 0.5;
  transform-origin: center;
}
@media (max-width: 767px) {
  .m-page-title-general::after {
    background-position: left 140px top -20px;
    background-size: 400px auto;
  }
}
.m-page-title-tenpo {
  display: flex;
  position: relative;
  background-image: url("../images/tenpo/page-title-bg.svg"), linear-gradient(to right, #0E2167 0%, #1345B1 64%);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom left, center center;
  background-size: auto, cover;
}
@media (max-width: 767px) {
  .m-page-title-tenpo {
    background-image: linear-gradient(to right, #0E2167 0%, #1345B1 64%);
  }
}
.m-page-title-tenpo__container {
  width: 1280px;
  max-width: 1280px;
  padding-inline: 20px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% auto;
}
@media (max-width: 767px) {
  .m-page-title-tenpo__container {
    grid-template-columns: 100%;
    padding: 0;
  }
}
.m-page-title-tenpo__main {
  padding-top: 33px;
}
@media (max-width: 767px) {
  .m-page-title-tenpo__main {
    background-image: url("../images/tenpo/page-title-bg.svg");
    background-repeat: no-repeat;
    background-position: bottom left 110%;
    background-size: 130%;
    padding: 20px 0;
  }
}
.m-page-title-tenpo__lead {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  letter-spacing: 0.15em;
  padding-left: 0.25em;
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-page-title-tenpo__lead {
    font-size: 5.6vw;
  }
}
.m-page-title-tenpo__subtitle {
  font-size: 23px;
  font-weight: 600;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  margin: 20px auto 0;
  padding: 0.2em 1.3em 0.3em;
  line-height: 1;
}
@media (max-width: 767px) {
  .m-page-title-tenpo__subtitle {
    margin: 10px auto 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-page-title-tenpo__subtitle {
    font-size: 4vw;
  }
}
.m-page-title-tenpo__subtitle span {
  font-size: 18px;
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-page-title-tenpo__subtitle span {
    font-size: 2.9333333333vw;
  }
}
.m-page-title-tenpo__branding {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  margin-top: 20px;
}
.m-page-title-tenpo__branding img {
  width: 285px;
}
@media (max-width: 767px) {
  .m-page-title-tenpo__branding img {
    width: 50.6666666667vw;
  }
}
.m-page-title-tenpo__branding span {
  display: inline-block;
  margin-top: 0.2em;
  margin-bottom: 1em;
  font-size: 38px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .m-page-title-tenpo__branding span {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-page-title-tenpo__branding span {
    font-size: 8vw;
  }
}
@media (max-width: 767px) {
  .m-page-title-tenpo__branding {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.m-page-title-tenpo__title {
  display: block;
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .m-page-title-tenpo__title {
    font-size: 32px;
  }
}
.m-page-title-tenpo__image {
  max-width: 580px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
          mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
  margin-right: -20px;
}
@media (max-width: 767px) {
  .m-page-title-tenpo__image {
    width: 100%;
    max-width: none;
    -webkit-mask-image: none;
            mask-image: none;
    margin-right: 0;
  }
  .m-page-title-tenpo__image img {
    width: 100%;
  }
}
.m-page-title-tenpo__image img {
  aspect-ratio: 580/360;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .m-page-title-tenpo__image img {
    aspect-ratio: 375/155;
  }
}
.m-page-title-tenpo--lower {
  background-size: 45%, cover;
  background-position: bottom left 20%, center center;
}
@media (max-width: 767px) {
  .m-page-title-tenpo--lower {
    background-position: bottom left;
    background-size: auto;
  }
}
.m-page-title-tenpo--lower .m-page-title-tenpo__branding img {
  width: 200px;
}
.m-page-title-tenpo--lower .m-page-title-tenpo__branding span {
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .m-page-title-tenpo--lower .m-page-title-tenpo__branding span {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .m-page-title-tenpo--lower .m-page-title-tenpo__main {
    background-size: 120%;
    background-position: bottom center;
  }
}
.m-page-title-tenpo--lower .m-page-title-tenpo__image {
  margin-right: 20%;
  margin-left: auto;
}
.m-page-title-tenpo--lower .m-page-title-tenpo__image img {
  width: 400px;
  height: 300px;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .m-page-title-tenpo--lower .m-page-title-tenpo__image {
    display: none;
  }
}

.m-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
}
.m-table th {
  font-size: 12px;
  color: #fff;
  background-color: var(--color_dark_blue);
  padding: 16px;
  text-align: left;
}
.m-table td {
  font-size: 12px;
  color: var(--color_text);
  background-color: #fff;
  padding: 16px;
}

.m-table--comparison {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .m-table--comparison {
    font-size: 16px;
    margin: 20px 0;
  }
}
.m-table--comparison tr {
  border-bottom: 1px solid #000000;
}
.m-table--comparison th, .m-table--comparison td {
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  font-size: 18px;
}
@media (max-width: 767px) {
  .m-table--comparison th, .m-table--comparison td {
    padding: 10px 5px;
    font-size: 16px;
  }
}
.m-table--comparison th {
  font-weight: 700;
}
.m-table--comparison th:first-child {
  background-color: transparent;
  color: var(--color-text);
  font-weight: 600;
  width: 30%;
}
@media (max-width: 767px) {
  .m-table--comparison th:first-child {
    width: 30%;
    font-size: 10px;
  }
}
.m-table--comparison th:nth-child(2) {
  background-color: #F3F3F3;
  color: var(--color-text);
  width: 35%;
  font-weight: 500;
  border-left: 1px solid #000000;
}
@media (max-width: 767px) {
  .m-table--comparison th:nth-child(2) {
    width: 20%;
  }
}
.m-table--comparison th:nth-child(3) {
  background-color: var(--color_blue);
  color: #fff;
  width: 35%;
  border-left: 1px solid #000000;
}
@media (max-width: 767px) {
  .m-table--comparison th:nth-child(3) {
    width: 50%;
  }
}
.m-table--comparison th:nth-child(3) img {
  display: block;
  width: 175px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .m-table--comparison th:nth-child(3) img {
    width: 80%;
    margin: 4px auto 0;
  }
}
.m-table--comparison td:first-child {
  background-color: #FFFEF0;
  font-weight: 700;
  color: var(--color-text);
}
.m-table--comparison td:nth-child(2) {
  background-color: #ffffff;
  color: var(--color-text);
  border-left: 1px solid #000000;
}
.m-table--comparison td:nth-child(3) {
  background-color: var(--color_light_blue);
  color: var(--color-text);
  border-left: 1px solid #000000;
  font-weight: 700;
}
.m-table--comparison td strong {
  font-size: inherit;
  font-weight: inherit;
}

.m-hero {
  padding-top: 10.4166666667vw;
  padding-bottom: 3.4722222222vw;
  margin: 0 auto;
  background-image: url("../images/top/top-mv.webp");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000000;
  position: relative;
  aspect-ratio: 1440/810;
}
@media (max-width: 767px) {
  .m-hero {
    aspect-ratio: auto;
    background-image: url("../images/top/top-mv-sp.webp");
    background-size: contain;
    padding-top: 77.8666666667vw;
    padding-bottom: 5.3333333333vw;
    height: auto;
  }
}
.m-hero__content {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0 16px;
}
@media (max-width: 999px) {
  .m-hero__content {
    grid-template-columns: 100%;
    grid-template-rows: auto auto auto;
    padding: 0 4.2666666667vw;
  }
}
.m-hero__lead {
  font-size: 3.6111111111vw;
  font-weight: 700;
  line-height: 1.5;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  letter-spacing: 0.15em;
  padding-left: 0.25em;
}
@media (max-width: 767px) {
  .m-hero__lead {
    letter-spacing: 0.14em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-hero__lead {
    font-size: 5.6vw;
  }
}
.m-hero__subtitle {
  font-size: 2.2222222222vw;
  font-weight: 600;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.2em;
  margin: 1em auto 0;
  padding: 0.4em 1.3em 0.5em;
  line-height: 1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-hero__subtitle {
    font-size: 3.4666666667vw;
  }
}
.m-hero__subtitle span {
  font-size: 1.8055555556vw;
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-hero__subtitle span {
    font-size: 2.9333333333vw;
  }
}
.m-hero__branding {
  text-align: center;
  width: 26.875vw;
  margin-inline: auto;
  margin-top: 2.0833333333vw;
}
@media (max-width: 999px) {
  .m-hero__branding {
    width: 46.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.m-hero__branding img {
  width: 100%;
  height: auto;
}
.m-hero__korokke {
  position: absolute;
  top: 98.6666666667vw;
  right: 1.3333333333vw;
  width: 22.1333333333vw;
}
.m-hero__korokke-image {
  width: 100%;
  height: auto;
}
.m-hero__points {
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .m-hero__points {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.m-hero__points li {
  position: relative;
}
.m-hero__points__sub-1 {
  position: absolute;
  top: 5px;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: clamp(1rem, -0.229rem + 6.14vw, 4.188rem);
}
@media (max-width: 767px) {
  .m-hero__points__sub-1 {
    top: 10%;
    margin-top: 2px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-hero__points__sub-1 {
    font-size: 10.6666666667vw;
  }
}
.m-hero__points__sub-2 {
  font-size: 0.6944444444vw;
  text-align: center;
  color: #ffffff;
  margin-top: 4px;
  font-size: clamp(0.063rem, -0.154rem + 1.08vw, 0.625rem);
}
@media (max-width: 767px) {
  .m-hero__points__sub-2 {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-hero__points__sub-2 {
    font-size: 3.2vw;
  }
}
.m-hero__points__sub-3 {
  position: absolute;
  top: 12px;
  left: 28%;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.03em;
  font-size: clamp(0.063rem, -1.359rem + 7.11vw, 3.75rem);
}
@media (max-width: 767px) {
  .m-hero__points__sub-3 {
    top: auto;
    bottom: 2%;
    left: 20%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .m-hero__points__sub-3 {
    font-size: 9.6vw;
  }
}

.m-banner {
  display: block;
}
.m-banner-image {
  width: 100%;
  height: auto;
  display: block;
}
.m-banner-image img {
  width: 100%;
  height: auto;
  display: block;
}

.m-banner--price {
  position: relative;
  border: 2px solid var(--color_red);
  background-color: #ffffff;
  padding: clamp(0px, 1.4822134387vw, 15px) clamp(0px, 2.9644268775vw, 30px);
  padding-top: 0;
}
@media (max-width: 767px) {
  .m-banner--price {
    padding: 3.4666666667vw 3.4666666667vw;
  }
}
.m-banner--price__top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: clamp(0px, 2.4703557312vw, 25px);
}
@media (max-width: 767px) {
  .m-banner--price__top {
    display: grid;
    grid-template-columns: auto auto;
    margin-bottom: 4vw;
  }
}
.m-banner--price__title {
  background-color: var(--color_red);
  color: #fff;
  padding-inline: clamp(0px, 2.9644268775vw, 30px);
  font-size: clamp(0px, 2.9644268775vw, 30px);
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .m-banner--price__title {
    font-size: 8vw;
  }
}
.m-banner--price__subtext {
  color: var(--color_red);
  font-size: clamp(0px, 2.9644268775vw, 30px);
  font-weight: 700;
}
@media (max-width: 767px) {
  .m-banner--price__subtext {
    font-size: 8vw;
  }
}
.m-banner--price__prices {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-end;
  gap: clamp(0px, 0.4940711462vw, 5px);
  color: var(--color_red);
}
.m-banner--price__prices div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.m-banner--price__prices span {
  line-height: 0.94em;
  color: inherit;
}
@media (max-width: 767px) {
  .m-banner--price__prices {
    grid-column: 1/-1;
    grid-template-columns: auto auto;
    gap: clamp(0px, 1.3333333333vw, 5px);
    margin-top: -2.6666666667vw;
  }
}
.m-banner--price__value {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: clamp(0px, 11.7588932806vw, 119px);
  letter-spacing: -0.05em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .m-banner--price__value {
    font-size: 30.1333333333vw;
  }
}
.m-banner--price__tax {
  font-size: clamp(0px, 1.976284585vw, 20px);
  font-weight: 600;
}
@media (max-width: 767px) {
  .m-banner--price__tax {
    font-size: 5.0666666667vw;
  }
}
.m-banner--price__unit {
  font-size: clamp(0px, 4.4466403162vw, 45px);
  font-weight: 700;
}
@media (max-width: 767px) {
  .m-banner--price__unit {
    font-size: 11.7333333333vw;
  }
}
.m-banner--price__bottom {
  margin-top: clamp(0px, 0.4940711462vw, 5px);
}
.m-banner--price__text {
  font-size: clamp(0px, 1.976284585vw, 20px);
  font-weight: 400;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: clamp(0px, 0.4940711462vw, 5px);
}
@media (max-width: 767px) {
  .m-banner--price__text {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.m-banner--price__text b {
  font-weight: 700;
  font-size: inherit;
}
.m-banner--price__note {
  font-size: clamp(0px, 1.185770751vw, 12px);
  text-align: center;
  font-weight: 400;
}
@media (max-width: 767px) {
  .m-banner--price__note {
    font-size: 3.4666666667vw;
  }
}

.m-cta {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .m-cta {
    flex-direction: column;
    gap: 20px;
  }
}
.m-cta__box {
  width: 100%;
  max-width: 470px;
  border: 1px solid var(--color_blue);
  background-color: #ffffff;
}
.m-cta__title {
  background-color: var(--color_blue);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 2em;
  gap: 8px;
}
@media (max-width: 767px) {
  .m-cta__title {
    font-size: 22px;
    padding: 12px 8px;
  }
}
.m-cta__title--tel::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 35px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='35' viewBox='0 0 34 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.4983 34.3693C24.0683 34.3693 22.4875 34.0593 20.8429 33.4434C17.1793 32.0714 13.2414 29.2742 9.1406 25.1286C5.03979 20.983 2.27184 17.0031 0.915703 13.2984C-0.174271 10.3232 -0.295715 7.55259 0.575657 5.49921C1.23956 3.93283 2.49652 2.54754 3.51666 1.51625C5.51647 -0.505416 8.00003 -0.505416 9.99983 1.51625C11.8974 3.43458 13.121 5.3969 13.4469 7.04206C13.9792 9.73386 12.8609 10.8634 11.8741 11.8609C11.3236 12.4175 10.4998 12.7469 9.4928 12.8134C9.22562 12.8308 8.99183 12.9781 8.86836 13.2083C8.75198 13.4232 8.754 13.6708 8.87343 13.8887C9.80552 15.585 11.4086 18.1049 13.7485 20.4704C16.0883 22.8358 18.581 24.4564 20.2589 25.3987C20.4735 25.5194 20.7184 25.5215 20.9309 25.4038C21.1576 25.279 21.3034 25.0426 21.3216 24.7725C21.3874 23.7546 21.7133 22.9228 22.2638 22.3652C23.2506 21.3676 24.3689 20.2381 27.0305 20.7763C28.6579 21.1057 30.599 22.3427 32.4966 24.261C33.4479 25.2227 33.9671 26.3205 33.9985 27.4377C34.0319 28.6205 33.5127 29.7889 32.4966 30.815C31.4765 31.8463 30.1062 33.117 28.5567 33.7882C27.66 34.177 26.6257 34.3703 25.4973 34.3703L25.4983 34.3693ZM6.74408 1.21955C6.02957 1.21955 5.225 1.52546 4.37488 2.38487C3.43165 3.33841 2.27387 4.60911 1.69093 5.98314C0.943028 7.74698 1.07257 10.1932 2.05425 12.8728C3.34967 16.4097 6.0235 20.2412 9.99983 24.261C13.9762 28.2808 17.7663 30.9828 21.2649 32.2934C23.9155 33.2858 26.3353 33.4158 28.08 32.6607C29.4392 32.0724 30.6962 30.902 31.6394 29.9474C32.4237 29.1545 32.8093 28.3217 32.7861 27.4725C32.7638 26.6755 32.3671 25.8652 31.6394 25.1296C29.9351 23.4067 28.1691 22.2588 26.7937 21.9805C24.7686 21.5712 24.043 22.3048 23.1241 23.2338C22.6949 23.6676 22.5674 24.3531 22.535 24.8523C22.4905 25.545 22.109 26.1537 21.5149 26.4822C20.938 26.8003 20.2488 26.7963 19.6709 26.4719C17.9252 25.4908 15.3313 23.8047 12.8912 21.338C10.4522 18.8723 8.78335 16.25 7.8128 14.4842C7.49198 13.9 7.48793 13.2032 7.80268 12.6201C8.12653 12.0195 8.72971 11.6328 9.41487 11.5877C9.90875 11.555 10.5878 11.4251 11.0159 10.9923C11.9349 10.0633 12.6605 9.32973 12.2557 7.28249C11.9804 5.89311 10.8459 4.10676 9.1406 2.38384C8.61535 1.85285 7.77232 1.21852 6.74408 1.21852V1.21955Z' fill='white'/%3E%3Cpath d='M30.9655 16.5711C30.6305 16.5711 30.3582 16.2958 30.3582 15.9572C30.3582 9.18728 24.9104 3.67988 18.2137 3.67988C17.8787 3.67988 17.6064 3.40466 17.6064 3.06601C17.6064 2.72736 17.8787 2.45215 18.2137 2.45215C25.5804 2.45215 31.5727 8.50998 31.5727 15.9572C31.5727 16.2958 31.3004 16.5711 30.9655 16.5711Z' fill='white'/%3E%3Cpath d='M27.3221 16.5715C26.9871 16.5715 26.7149 16.2962 26.7149 15.9576C26.7149 11.2186 22.9015 7.36347 18.2137 7.36347C17.8787 7.36347 17.6064 7.08826 17.6064 6.74961C17.6064 6.41096 17.8787 6.13574 18.2137 6.13574C23.5704 6.13574 27.9293 10.5423 27.9293 15.9576C27.9293 16.2962 27.6571 16.5715 27.3221 16.5715Z' fill='white'/%3E%3Cpath d='M23.6787 16.5709C23.3437 16.5709 23.0715 16.2957 23.0715 15.957C23.0715 13.2488 20.8926 11.0461 18.2137 11.0461C17.8787 11.0461 17.6064 10.7709 17.6064 10.4322C17.6064 10.0936 17.8787 9.81836 18.2137 9.81836C21.5615 9.81836 24.286 12.5726 24.286 15.957C24.286 16.2957 24.0137 16.5709 23.6787 16.5709Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.m-cta__title--web::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 32px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='32' viewBox='0 0 40 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.25 21.3333C16.25 21.0064 16.5302 20.7407 16.875 20.7407H19.375C19.7198 20.7407 20 21.0064 20 21.3333C20 21.6602 19.7198 21.9259 19.375 21.9259H16.875C16.5302 21.9259 16.25 21.6602 16.25 21.3333ZM40 15.4074V29.6296C40 30.9363 38.8781 32 37.5 32H30C28.6219 32 27.5 30.9363 27.5 29.6296V24.2963H22.5V27.8519C24.2229 27.8519 25.625 29.1812 25.625 30.8148V31.4074C25.625 31.7343 25.3448 32 25 32H11.25C10.9052 32 10.625 31.7343 10.625 31.4074V30.8148C10.625 29.1812 12.0271 27.8519 13.75 27.8519V24.2963H3.63125C1.62917 24.2963 0 22.7516 0 20.8533V3.44296C0 1.5437 1.62917 0 3.63125 0H32.6188C34.6208 0 36.25 1.54469 36.25 3.44296V13.037H37.5C38.8781 13.037 40 14.1007 40 15.4074ZM22.5 29.037H13.75C12.7156 29.037 11.875 29.8341 11.875 30.8148H24.375C24.375 29.8341 23.5344 29.037 22.5 29.037ZM21.25 24.2963H15V27.8519H21.25V24.2963ZM27.5 19.5556H1.25V20.8533C1.25 22.0978 2.31771 23.1111 3.63125 23.1111H27.5V19.5556ZM30 13.037H35V3.44296C35 2.19852 33.9323 1.18519 32.6188 1.18519H3.63125C2.31875 1.18519 1.25 2.19753 1.25 3.44296V18.3704H27.5V15.4074C27.5 14.1007 28.6219 13.037 30 13.037ZM38.75 15.4074C38.75 14.7536 38.1896 14.2222 37.5 14.2222H30C29.3104 14.2222 28.75 14.7536 28.75 15.4074V29.6296C28.75 30.2835 29.3104 30.8148 30 30.8148H37.5C38.1896 30.8148 38.75 30.2835 38.75 29.6296V15.4074ZM34.6875 15.4074H32.8125C32.4677 15.4074 32.1875 15.6731 32.1875 16C32.1875 16.3269 32.4677 16.5926 32.8125 16.5926H34.6875C35.0323 16.5926 35.3125 16.3269 35.3125 16C35.3125 15.6731 35.0323 15.4074 34.6875 15.4074Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.m-cta__content {
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .m-cta__content {
    padding: 25px;
  }
}
.m-cta__content a {
  width: 100%;
}
.m-cta__sub {
  font-size: 18px;
}

.m-cta-float {
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px;
  bottom: 20px;
  right: 0;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .m-cta-float {
    flex-direction: row;
    width: 100%;
    padding: 10px 20px 0;
    background-color: rgba(0, 0, 0, 0.75);
    bottom: 0;
    right: auto;
  }
}
.m-cta-float.is-show {
  opacity: 1;
  visibility: visible;
}

.m-card__course {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m-card__course-image {
  width: 100%;
  height: auto;
}
.m-card__course-image img {
  width: 100%;
  height: auto;
  display: block;
}
.m-card__course-content {
  padding: 16px 0;
}
.m-card__course-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
}
.m-card__course-title::before {
  content: "｜";
}
.m-card__course-text {
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
.m-card__kuchikomi {
  position: relative;
  width: 220px;
  border-top: 2px solid var(--color_blue);
  border-bottom: 2px solid var(--color_blue);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .m-card__kuchikomi {
    width: 130px;
  }
}
.m-card__kuchikomi--full {
  width: 100%;
}
@media (max-width: 767px) {
  .m-card__kuchikomi--full {
    width: 100%;
  }
}
.m-card__kuchikomi-text {
  position: relative;
  background-color: var(--color_blue);
  padding: 15px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
.m-card__kuchikomi-text::before {
  position: absolute;
  top: -10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='8' viewBox='0 0 41 8' fill='none'%3E%3Cpath d='M0 0H36L41 8H0V0Z' fill='%230E2167'/%3E%3C/svg%3E");
}
@media (max-width: 767px) {
  .m-card__kuchikomi-text {
    font-size: 16px;
    padding: 25px;
  }
}
.m-card__kuchikomi-text::before {
  left: 0;
  top: -20px;
}
@media (max-width: 767px) {
  .m-card__kuchikomi-text::before {
    scale: 2;
    left: 20px;
    top: -25px;
  }
}
.m-card__kuchikomi-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.m-card__kuchikomi-image img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
}
.m-card__interview {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.m-card__interview-tab {
  background-color: var(--color_blue);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 2.5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.m-card__interview-tab::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-color: var(--color_blue);
  width: 10%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.m-card__interview-inner {
  border-top: 2px solid var(--color_blue);
  border-bottom: 2px solid var(--color_blue);
  background-color: #ffffff;
  padding: 15px 15px 40px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  position: relative;
}
.m-card__interview-inner::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.m-card__interview-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.m-card__interview-image img {
  width: 100%;
  height: auto;
  display: block;
}
.m-card__interview-image::after {
  content: url('data:image/svg+xml;utf8,<svg width="55" height="55" viewBox="0 0 55 55" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.3682 0.5C42.2069 0.5 54.2372 12.5356 54.2373 27.3828C54.2373 42.2301 42.2069 54.2656 27.3682 54.2656C12.5295 54.2655 0.5 42.23 0.5 27.3828C0.50009 12.5357 12.5296 0.500139 27.3682 0.5Z" stroke="white"/><path d="M40.0488 26.715L20.0232 38.2829L20.0232 15.147L40.0488 26.715Z" fill="white"/></svg>');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.m-card__interview-content {
  padding: 16px 0 5px;
}
.m-card__interview-text {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  color: var(--color_text);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-card__media {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m-card__media-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.m-card__media-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.m-card__media-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .m-card__media-meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.m-card__media-category {
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  padding: 4px 10px 5px;
  border-radius: 100vmax;
  white-space: nowrap;
}
.m-card__media-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .m-card__media-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.m-card__media-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.m-card__media-tag {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.m-card__staff-image {
  position: relative;
  aspect-ratio: 190/228;
}
.m-card__staff-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.m-card__staff-image::before, .m-card__staff-image::after {
  content: "";
  position: absolute;
  border: 1px solid #ffffff;
  pointer-events: none;
}
.m-card__staff-image::before {
  top: -15px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 30px);
  border-top: none;
  border-bottom: none;
}
.m-card__staff-image::after {
  top: -1px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 2px);
  border-left: none;
  border-right: none;
}
.m-card__staff-content {
  padding: 15px 20px;
  background-color: #ffffff;
  color: var(--color_text);
  transform: translate(20px, -45px);
}
@media (max-width: 767px) {
  .m-card__staff-content {
    transform: translate(15px, -30px);
    padding: 10px 15px;
  }
}
.m-card__staff-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: var(--color_blue);
  border-bottom: 1px solid #000000;
}
@media (max-width: 767px) {
  .m-card__staff-name {
    text-align: center;
  }
}
.m-card__staff-name span {
  font-size: 16px;
  font-weight: inherit;
  color: inherit;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .m-card__staff-name span {
    display: block;
    text-align: center;
  }
}
.m-card__staff-text {
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .m-card__staff-text {
    font-size: 12px;
  }
}
.m-card__first {
  position: relative;
}
.m-card__first::before {
  content: url('data:image/svg+xml;utf8,<svg width="68" height="18" viewBox="0 0 68 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H61.9855L68 18H0V0Z" fill="%230E2167"/></svg>');
  position: absolute;
  top: -18px;
  left: 0;
}
.m-card__first-inner {
  border-top: 2px solid var(--color_blue);
  border-bottom: 2px solid var(--color_blue);
  background-color: #ffffff;
  padding: 20px 25px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .m-card__first-inner {
    padding: 15px 20px;
  }
}
.m-card__first-image {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}
.m-card__first-image img {
  width: 100%;
  height: auto;
  display: block;
}
.m-card__first-content {
  padding: 16px 0 5px;
}
.m-card__first-text {
  font-size: 22px;
  line-height: 1.4em;
  letter-spacing: -0.05em;
  color: var(--color_text);
  display: flex;
  align-items: center;
}
.m-card__first-text::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .m-card__first-text {
    font-size: 20px;
  }
}
.m-card__first-memo {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  background-color: var(--color_grey_bg);
  color: var(--color_text);
  font-weight: 600;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  .m-card__first-memo {
    font-size: 12px;
  }
}

.m-list__news-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  padding: 40px 0 40px 0;
  border-bottom: 1px solid #C2C2C2;
}
.m-list__news-item:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .m-list__news-item {
    grid-template-columns: auto;
    gap: 10px;
  }
}
.m-list__news-date {
  font-size: 16px;
  color: var(--color_blue);
  font-weight: 700;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .m-list__news-date {
    font-size: 18px;
  }
}
.m-list__news-link {
  font-size: 16px;
  font-weight: 500;
  color: var(--color_text);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.m-list__news-link:not(span) {
  gap: 15px;
}
.m-list__news-link:not(span):hover {
  text-decoration: underline;
}
.m-list__news-link:not(span)::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%230E2167%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%230E2167%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .m-list__news-link {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.m-list__tenpo {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.m-list__tenpo-item {
  display: grid;
  grid-template-columns: 230px auto;
  gap: 25px;
}
@media (max-width: 767px) {
  .m-list__tenpo-item {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.m-list__tenpo-image {
  width: 100%;
  height: auto;
}
.m-list__tenpo-image img {
  width: 100%;
  height: auto;
  display: block;
}
.m-list__tenpo-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--color_blue);
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block;
}
.m-list__tenpo-name:hover {
  text-decoration: none;
}
.m-list__tenpo-zip, .m-list__tenpo-address, .m-list__tenpo-phone {
  font-size: 16px;
  color: var(--color_text);
  line-height: 1.4em;
}
.m-list__tenpo-zip a, .m-list__tenpo-address a, .m-list__tenpo-phone a {
  color: inherit;
  text-decoration: underline;
}
.m-list__tenpo-zip a:hover, .m-list__tenpo-address a:hover, .m-list__tenpo-phone a:hover {
  text-decoration: none;
}
.m-list__feature {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767px) {
  .m-list__feature {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .m-list__feature-content {
    display: grid;
    grid-template-rows: repeat(5, auto);
  }
}
.m-list__feature-item {
  display: grid;
  grid-template-columns: 415px auto;
  gap: 40px;
}
@media (max-width: 767px) {
  .m-list__feature-item {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.m-list__feature-image__link {
  display: block;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 15, 0.1);
  border-radius: 5px;
}
.m-list__feature-image img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: block;
  aspect-ratio: 393/290;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-list__feature-date {
  font-size: 16px;
  display: inline-block;
  color: var(--color_blue);
  font-weight: 700;
  margin-bottom: 10px;
}
.m-list__feature-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--color_text);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-list__feature-category {
    margin-bottom: 20px;
  }
}
.m-list__feature-category-item {
  background-color: var(--color_blue);
  border: 1px solid var(--color_blue);
  font-size: 14px;
  color: #ffffff;
  padding: 2px 15px;
  border-radius: 100vmax;
  transition: background-color 0.3s, color 0.3s, color 0.3s;
  font-feature-settings: "palt";
}
.m-list__feature-category-item:hover {
  background-color: #ffffff;
  color: var(--color_blue);
}
.m-list__feature-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-list__feature-title {
    grid-row: 1/2;
    margin-bottom: 20px;
  }
}
.m-list__feature-title__link {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
.m-list__feature-title__link:hover {
  text-decoration: underline;
}
.m-list__feature-description {
  font-size: 16px;
  color: var(--color_text);
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-list__feature-description {
    margin-bottom: 15px;
  }
}
.m-list__feature--small {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
@media (max-width: 767px) {
  .m-list__feature--small {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.m-list__feature--small .m-list__feature-item {
  grid-template-columns: auto;
  gap: 15px;
}
@media (max-width: 767px) {
  .m-list__feature--small .m-list__feature-date {
    margin-bottom: 5px;
  }
}
.m-list__feature--small .m-list__feature-image__link {
  padding: 5px;
}
.m-list__feature--small .m-list__feature-category {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .m-list__feature--small .m-list__feature-category {
    margin-bottom: 10px;
    gap: 10px;
  }
}
.m-list__feature--small .m-list__feature-category-item {
  font-size: 13px;
  padding: 2px 10px;
}
@media (max-width: 767px) {
  .m-list__feature--small .m-list__feature-category-item {
    font-size: 12px;
    padding: 2px 8px 3px;
  }
}
@media (max-width: 767px) {
  .m-list__feature--small .m-list__feature-title {
    grid-row: auto;
    font-size: 16px;
  }
}
.m-list__feature--small .m-list__feature-description,
.m-list__feature--small .m-list__feature-more {
  display: none;
}
.m-list__media {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 16px;
}
@media (max-width: 767px) {
  .m-list__media {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
.m-list__media-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .m-list__media-item {
    grid-template-columns: auto;
    gap: 15px;
  }
}
.m-list__media-image__link {
  display: block;
  border-radius: 5px;
}
.m-list__media-image img {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  display: block;
  aspect-ratio: 202/160;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-list__media-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .m-list__media-top {
    margin-bottom: 10px;
  }
}
.m-list__media-date {
  font-size: 14px;
  display: inline-block;
  color: var(--color_blue);
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .m-list__media-date {
    font-size: 12px;
  }
}
.m-list__media-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .m-list__media-category {
    gap: 5px;
  }
}
.m-list__media-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--color_text);
  margin-bottom: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .m-list__media-title {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.m-list__media-title__link {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-list__media-title__link:hover {
  text-decoration: underline;
}
.m-list__media-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.m-list__media-update {
  font-size: 12px;
  color: #606060;
}
@media (max-width: 767px) {
  .m-list__media-update {
    font-size: 11px;
  }
}
.m-list__media-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.m-list__media-aside-item {
  display: grid;
  grid-template-columns: 80px auto;
  gap: 10px;
}
@media (max-width: 767px) {
  .m-list__media-aside-item {
    gap: 15px;
  }
}
.m-list__media-aside-image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.m-list__media-aside-image__link {
  display: block;
  border-radius: 5px;
}
.m-list__media-aside-image__ranking {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff;
  background-color: var(--color_blue);
  z-index: 1;
}
.m-list__media-aside-image__ranking._rank1 {
  background-color: var(--color_gold);
}
.m-list__media-aside-image__ranking._rank2 {
  background-color: var(--color_silver);
}
.m-list__media-aside-image__ranking._rank3 {
  background-color: var(--color_bronze);
}
.m-list__media-aside-image img {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-list__media-aside-category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 767px) {
  .m-list__media-aside-category {
    gap: 5px;
  }
}
.m-list__media-aside-category-item {
  font-size: 10px;
  font-weight: 700;
  line-height: 1em;
  color: var(--color_blue);
  font-feature-settings: "palt";
  margin-bottom: 8px;
}
.m-list__media-aside-category-item:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .m-list__media-aside-category-item {
    font-size: 10px;
    padding: 2px 5px 3px;
  }
}
.m-list__media-aside-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--color_text);
  overflow: hidden;
}
@media (max-width: 767px) {
  .m-list__media-aside-title {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.m-list__media-aside-title__link {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.m-list__media-aside-title__link:hover {
  text-decoration: underline;
}

.m-local-nav {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .m-local-nav {
    position: sticky;
    top: var(--header_height);
    z-index: 98;
  }
}
.m-local-nav__list {
  list-style: none;
  display: flex;
  gap: 1px;
  width: 100%;
}
@media (max-width: 767px) {
  .m-local-nav__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-local-nav__item {
  position: relative;
  flex: 1;
  display: flex;
}
@media (max-width: 767px) {
  .m-local-nav__item {
    font-size: 12px;
    line-height: 1.5;
    border-bottom: 1px solid #D8D8D8;
  }
  .m-local-nav__item:last-child {
    border-bottom: none;
  }
}
.m-local-nav__item::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 7px;
  width: 1px;
  height: calc(100% - 14px);
  background-color: #D8D8D8;
}
@media (min-width: 768px) {
  .m-local-nav__item:last-child::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .m-local-nav__item:nth-child(2n)::after {
    display: none;
  }
}
.m-local-nav__link {
  padding-block: 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  text-decoration: none;
  line-height: 1.2em;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.m-local-nav__link.is-active {
  font-weight: 700;
  color: #ffffff;
  background-color: var(--color_gold);
}
.m-local-nav__link:hover {
  color: #ffffff;
  background-color: var(--color_gold);
}
.m-local-nav__summary {
  cursor: pointer;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  background-color: var(--color_blue);
  color: #ffffff;
  padding: 10px 0;
  list-style: none;
  list-style-type: none;
  text-align: center;
}
.m-local-nav__summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
}
.m-local-nav__sp-nav {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 4px 6px rgba(0, 0, 15, 0.1);
  z-index: 10;
}
.m-local-nav[open] summary::after {
  content: "ー";
}
.m-local-nav--sticky {
  position: fixed;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 99;
  opacity: 0;
  top: -100px;
  transition: opacity 0.3s ease, top 0.3s ease;
}
.m-local-nav--sticky.is-visible {
  top: var(--header_height);
  opacity: 1;
}
.m-local-nav--sticky .m-local-nav__title {
  margin-left: 30px;
}
.m-local-nav--sticky .m-local-nav__list {
  width: auto;
  margin-left: auto;
  gap: 30px;
  margin-right: 30px;
}
.m-local-nav--sticky .m-local-nav__item {
  flex: 1 1 auto;
}
.m-local-nav--sticky .m-local-nav__item::after {
  display: none;
}
.m-local-nav--sticky .m-local-nav__link {
  font-size: 16px;
  border-bottom: 4px solid transparent;
}
.m-local-nav--sticky .m-local-nav__link br {
  display: none;
}
.m-local-nav--sticky .m-local-nav__link:hover, .m-local-nav--sticky .m-local-nav__link.is-active {
  color: var(--color_gold);
  font-weight: inherit;
  background-color: transparent;
  border-bottom: 4px solid var(--color_gold);
}

.m-faq {
  display: grid;
  gap: 15px;
}
.m-faq summary {
  cursor: pointer;
  position: relative;
  background-color: var(--color_blue);
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 50px 10px 50px;
  list-style: none;
  list-style-type: none;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}
.m-faq summary p {
  font-size: inherit;
}
.m-faq summary span {
  font-size: 22px;
  line-height: 30px;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .m-faq summary span {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .m-faq summary {
    font-size: 20px;
    padding: 10px 40px 10px 20px;
  }
}
.m-faq summary::marker {
  display: none;
}
.m-faq summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
}
@media (max-width: 767px) {
  .m-faq summary::after {
    right: 10px;
  }
}
.m-faq__item[open] summary::after {
  content: "ー";
}
.m-faq__question-number {
  white-space: nowrap;
  margin-right: 0.2em;
}
.m-faq__question-text {
  font-size: 16px;
  line-height: 1.5em;
}
.m-faq__answer {
  overflow: hidden;
}
.m-faq__answer__inner {
  padding: 40px;
  display: flex;
}
.m-faq__answer__inner span, .m-faq__answer__inner p {
  font-size: inherit;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .m-faq__answer__inner {
    padding: 20px 0;
  }
}
.m-faq__answer-number {
  display: none;
  white-space: nowrap;
  margin-right: 0.2em;
}
.m-faq__answer-text {
  font-size: 16px;
  line-height: 1.5em;
}
.m-faq--general details {
  border: 1px solid var(--color_blue);
  border-radius: 5px;
  background-color: #ffffff;
}
.m-faq--general summary {
  background-color: #ffffff;
  color: var(--color_text);
  font-size: 16px;
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .m-faq--general summary {
    padding: 15px 20px;
  }
}
.m-faq--general summary::before {
  color: var(--color_blue);
  font-weight: inherit;
  font-size: inherit;
}
.m-faq--general .m-faq__question {
  gap: 30px;
}
@media (max-width: 767px) {
  .m-faq--general .m-faq__question {
    gap: 5px;
  }
}
.m-faq--general .m-faq__question-number {
  font-size: 26px;
  color: var(--color_blue);
  line-height: 1em;
}
.m-faq--general .m-faq__question-text {
  padding-top: 3px;
}
.m-faq--general .m-faq__answer__inner {
  padding: 30px;
  gap: 30px;
}
@media (max-width: 767px) {
  .m-faq--general .m-faq__answer__inner {
    padding: 15px 20px;
    gap: 5px;
  }
}
.m-faq--general .m-faq__answer-number {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: var(--color_blue);
  line-height: 1em;
}
.m-faq--general .m-faq__answer {
  border-top: 1px solid var(--color_blue);
}
.m-faq--general .m-faq__answer-text {
  position: relative;
  padding-top: 3px;
}
.m-faq--general .m-faq__answer-text b, .m-faq--general .m-faq__answer-text strong {
  font-weight: 700;
}

.m-tenpo-list {
  display: grid;
  gap: 15px;
}
.m-tenpo-list__group {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-tenpo-list__group {
    margin-bottom: 5px;
  }
}
.m-tenpo-list__region {
  border-bottom: 1px solid var(--color_gold2);
  margin-bottom: 30px;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .m-tenpo-list__region {
    margin-bottom: 20px;
  }
}
.m-tenpo-list__region span {
  font-size: 22px;
  font-weight: 700;
  color: var(--color_blue);
  background-color: var(--color_gold2);
  padding: 5px 10px 5px 20px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .m-tenpo-list__region span {
    font-size: 20px;
  }
}
.m-tenpo-list__region span::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  background-color: var(--color_gold2);
  width: 20px;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.m-tenpo-list__details {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}
.m-tenpo-list__details summary {
  cursor: pointer;
  position: relative;
  font-size: 22px;
  font-weight: 700;
  background-color: var(--color_blue);
  color: #ffffff;
  padding: 10px 10px 10px 50px;
  text-align: center;
  list-style: none;
  list-style-type: none;
}
@media (max-width: 767px) {
  .m-tenpo-list__details summary {
    font-size: 20px;
    padding: 10px 0;
  }
}
.m-tenpo-list__details summary::marker {
  display: none;
}
.m-tenpo-list__details summary::after {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 22px;
  line-height: 1em;
}
.m-tenpo-list__details[open] summary::after {
  content: "ー";
}
.m-tenpo-list__inner {
  overflow: hidden;
  background-color: #ffffff;
}
.m-tenpo-list__content {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .m-tenpo-list__content {
    padding: 20px;
  }
}
.m-tenpo-list__stores {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .m-tenpo-list__stores {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.m-tenpo-map {
  position: relative;
  margin: 0 auto;
  width: 980px;
  max-width: 100%;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .m-tenpo-map {
    display: none;
  }
}
.m-tenpo-map__image {
  width: 100%;
  height: auto;
  display: block;
}
.m-tenpo-map__prefectures {
  position: relative;
  left: 0;
  top: 0;
}
.m-tenpo-map__prefecture {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: clamp(0px, 1.8367346939vw, 18px);
  font-weight: 700;
  line-height: 0;
  color: #ffffff;
  z-index: 1;
  width: clamp(0px, 7.5510204082vw, 74px);
  height: clamp(0px, 2.8571428571vw, 28px);
  padding-bottom: clamp(0px, 0.1020408163vw, 1px);
  background-color: #c2c2c2;
  pointer-events: none;
  cursor: pointer;
}
.m-tenpo-map__prefecture.is-active {
  pointer-events: all;
  background-color: #ffffff;
  color: var(--color_blue);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease;
}
.m-tenpo-map__prefecture.is-active:hover {
  background-color: var(--color_blue);
  color: #ffffff;
  cursor: pointer;
}
.m-tenpo-map__prefecture._01 {
  top: clamp(0px, 2.1428571429vw, 21px);
  left: clamp(0px, 85.7142857143vw, 840px);
}
.m-tenpo-map__prefecture._02 {
  top: clamp(0px, 26.0204081633vw, 255px);
  left: clamp(0px, 77.1428571429vw, 756px);
}
.m-tenpo-map__prefecture._03 {
  top: clamp(0px, 26.0204081633vw, 255px);
  left: clamp(0px, 85.7142857143vw, 840px);
}
.m-tenpo-map__prefecture._04 {
  top: clamp(0px, 29.7959183673vw, 292px);
  left: clamp(0px, 77.1428571429vw, 756px);
}
.m-tenpo-map__prefecture._05 {
  top: clamp(0px, 29.7959183673vw, 292px);
  left: clamp(0px, 85.7142857143vw, 840px);
}
.m-tenpo-map__prefecture._06 {
  top: clamp(0px, 33.7755102041vw, 331px);
  left: clamp(0px, 77.1428571429vw, 756px);
}
.m-tenpo-map__prefecture._07 {
  top: clamp(0px, 33.7755102041vw, 331px);
  left: clamp(0px, 85.7142857143vw, 840px);
}
.m-tenpo-map__prefecture._08 {
  top: clamp(0px, 55.4081632653vw, 543px);
  left: clamp(0px, 77.1428571429vw, 756px);
}
.m-tenpo-map__prefecture._09 {
  top: clamp(0px, 51.7346938776vw, 507px);
  left: clamp(0px, 85.7142857143vw, 840px);
}
.m-tenpo-map__prefecture._10 {
  top: clamp(0px, 51.7346938776vw, 507px);
  left: clamp(0px, 77.1428571429vw, 756px);
}
.m-tenpo-map__prefecture._11 {
  top: clamp(0px, 48.0612244898vw, 471px);
  left: clamp(0px, 85.7142857143vw, 840px);
}
.m-tenpo-map__prefecture._12 {
  top: clamp(0px, 48.0612244898vw, 471px);
  left: clamp(0px, 77.1428571429vw, 756px);
}
.m-tenpo-map__prefecture._13 {
  top: clamp(0px, 44.2857142857vw, 434px);
  left: clamp(0px, 77.1428571429vw, 756px);
}
.m-tenpo-map__prefecture._14 {
  top: clamp(0px, 44.2857142857vw, 434px);
  left: clamp(0px, 85.7142857143vw, 840px);
}
.m-tenpo-map__prefecture._15 {
  top: clamp(0px, 18.7755102041vw, 184px);
  left: clamp(0px, 43.6734693878vw, 428px);
}
.m-tenpo-map__prefecture._16 {
  top: clamp(0px, 18.7755102041vw, 184px);
  left: clamp(0px, 52.2448979592vw, 512px);
}
.m-tenpo-map__prefecture._17 {
  top: clamp(0px, 22.6530612245vw, 222px);
  left: clamp(0px, 43.6734693878vw, 428px);
}
.m-tenpo-map__prefecture._18 {
  top: clamp(0px, 22.6530612245vw, 222px);
  left: clamp(0px, 52.2448979592vw, 512px);
}
.m-tenpo-map__prefecture._19 {
  top: clamp(0px, 26.6326530612vw, 261px);
  left: clamp(0px, 43.6734693878vw, 428px);
}
.m-tenpo-map__prefecture._20 {
  top: clamp(0px, 26.6326530612vw, 261px);
  left: clamp(0px, 52.2448979592vw, 512px);
}
.m-tenpo-map__prefecture._21 {
  top: clamp(0px, 60.1020408163vw, 589px);
  left: clamp(0px, 54.387755102vw, 533px);
}
.m-tenpo-map__prefecture._22 {
  top: clamp(0px, 60.1020408163vw, 589px);
  left: clamp(0px, 62.9591836735vw, 617px);
}
.m-tenpo-map__prefecture._23 {
  top: clamp(0px, 63.9795918367vw, 627px);
  left: clamp(0px, 54.387755102vw, 533px);
}
.m-tenpo-map__prefecture._24 {
  top: clamp(0px, 63.9795918367vw, 627px);
  left: clamp(0px, 62.9591836735vw, 617px);
}
.m-tenpo-map__prefecture._25 {
  top: clamp(0px, 35.8163265306vw, 351px);
  left: clamp(0px, 31.9387755102vw, 313px);
}
.m-tenpo-map__prefecture._26 {
  top: clamp(0px, 35.8163265306vw, 351px);
  left: clamp(0px, 40.5102040816vw, 397px);
}
.m-tenpo-map__prefecture._27 {
  top: clamp(0px, 39.693877551vw, 389px);
  left: clamp(0px, 31.9387755102vw, 313px);
}
.m-tenpo-map__prefecture._28 {
  top: clamp(0px, 39.693877551vw, 389px);
  left: clamp(0px, 40.5102040816vw, 397px);
}
.m-tenpo-map__prefecture._29 {
  top: clamp(0px, 43.5714285714vw, 427px);
  left: clamp(0px, 31.9387755102vw, 313px);
}
.m-tenpo-map__prefecture._30 {
  top: clamp(0px, 43.5714285714vw, 427px);
  left: clamp(0px, 40.5102040816vw, 397px);
}
.m-tenpo-map__prefecture._31 {
  top: clamp(0px, 42.7551020408vw, 419px);
  left: clamp(0px, 6.6326530612vw, 65px);
}
.m-tenpo-map__prefecture._32 {
  top: clamp(0px, 42.7551020408vw, 419px);
  left: clamp(0px, 15.2040816327vw, 149px);
}
.m-tenpo-map__prefecture._33 {
  top: clamp(0px, 46.6326530612vw, 457px);
  left: clamp(0px, 6.6326530612vw, 65px);
}
.m-tenpo-map__prefecture._34 {
  top: clamp(0px, 46.6326530612vw, 457px);
  left: clamp(0px, 15.2040816327vw, 149px);
}
.m-tenpo-map__prefecture._35 {
  top: clamp(0px, 50.5102040816vw, 495px);
  left: clamp(0px, 6.6326530612vw, 65px);
}
.m-tenpo-map__prefecture._36 {
  top: clamp(0px, 67.8571428571vw, 665px);
  left: clamp(0px, 34.693877551vw, 340px);
}
.m-tenpo-map__prefecture._37 {
  top: clamp(0px, 67.8571428571vw, 665px);
  left: clamp(0px, 43.2653061224vw, 424px);
}
.m-tenpo-map__prefecture._38 {
  top: clamp(0px, 71.7346938776vw, 703px);
  left: clamp(0px, 34.693877551vw, 340px);
}
.m-tenpo-map__prefecture._39 {
  top: clamp(0px, 71.7346938776vw, 703px);
  left: clamp(0px, 43.2653061224vw, 424px);
}
.m-tenpo-map__prefecture._40 {
  top: clamp(0px, 60vw, 588px);
  left: clamp(0px, 6.6326530612vw, 65px);
}
.m-tenpo-map__prefecture._41 {
  top: clamp(0px, 60vw, 588px);
  left: clamp(0px, 15.2040816327vw, 149px);
}
.m-tenpo-map__prefecture._42 {
  top: clamp(0px, 63.8775510204vw, 626px);
  left: clamp(0px, 6.6326530612vw, 65px);
}
.m-tenpo-map__prefecture._43 {
  top: clamp(0px, 63.8775510204vw, 626px);
  left: clamp(0px, 15.2040816327vw, 149px);
}
.m-tenpo-map__prefecture._44 {
  top: clamp(0px, 67.7551020408vw, 664px);
  left: clamp(0px, 6.6326530612vw, 65px);
}
.m-tenpo-map__prefecture._45 {
  top: clamp(0px, 67.7551020408vw, 664px);
  left: clamp(0px, 15.2040816327vw, 149px);
}
.m-tenpo-map__prefecture._46 {
  top: clamp(0px, 71.6326530612vw, 702px);
  left: clamp(0px, 6.6326530612vw, 65px);
}
.m-tenpo-map__prefecture._47 {
  top: clamp(0px, 22.1428571429vw, 217px);
  left: clamp(0px, 16.3265306122vw, 160px);
}

.m-tenpo-staff {
  background-color: #fafafa;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-top: 3px solid var(--color_blue);
  padding-bottom: 50px;
  position: relative;
}
.m-tenpo-staff::before {
  content: "";
  position: absolute;
  top: -26px;
  left: 0;
  width: 122px;
  height: 26px;
  background-image: url("data:image/svg+xml,%3Csvg width='122' height='26' viewBox='0 0 122 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H114.375L122 26H0V0Z' fill='%230E2167'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .m-tenpo-staff {
    padding: 0 20px 50px;
  }
}
.m-tenpo-staff__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 728px;
  margin: 50px auto 0;
}
@media (max-width: 767px) {
  .m-tenpo-staff__header {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
  }
}
.m-tenpo-staff__header__profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 767px) {
  .m-tenpo-staff__header__profile {
    align-items: center;
    text-align: center;
  }
}
.m-tenpo-staff__header__role {
  font-size: 18px;
  color: var(--color_blue);
  font-weight: 700;
  border: 1px solid var(--color_blue);
  border-radius: 5px;
  padding: 2px 20px;
}
@media (max-width: 767px) {
  .m-tenpo-staff__header__role {
    font-size: 16px;
    padding: 2px 10px;
  }
}
.m-tenpo-staff__header__name {
  font-size: 40px;
  font-weight: 700;
  color: var(--color_text);
}
@media (max-width: 767px) {
  .m-tenpo-staff__header__name {
    font-size: 26px;
  }
}
.m-tenpo-staff__header__name--furigana {
  font-size: 16px;
  font-weight: 700;
  color: inherit;
}
@media (max-width: 767px) {
  .m-tenpo-staff__header__name--furigana {
    font-size: 14px;
    display: block;
  }
}
.m-tenpo-staff__header__image {
  position: relative;
  width: 190px;
  line-height: 1;
}
@media (max-width: 767px) {
  .m-tenpo-staff__header__image {
    width: 35vw;
    margin-right: 10px;
    justify-self: center;
  }
}
.m-tenpo-staff__header__image::before, .m-tenpo-staff__header__image::after {
  content: "";
  position: absolute;
  border: 2px solid var(--color_gold);
  pointer-events: none;
}
.m-tenpo-staff__header__image::before {
  top: -15px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 30px);
  border-top: none;
  border-bottom: none;
}
.m-tenpo-staff__header__image::after {
  top: -1px;
  left: -15px;
  width: calc(100% + 30px);
  height: calc(100% + 2px);
  border-left: none;
  border-right: none;
}
.m-tenpo-staff__content {
  max-width: 840px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.5s ease-out;
}
.m-tenpo-staff__content.is-open {
  grid-template-rows: 1fr;
}
.m-tenpo-staff__content__wrapper {
  overflow: hidden;
}
.m-tenpo-staff__content article {
  margin-top: -33px;
}
.m-tenpo-staff__content article:first-of-type {
  margin-top: 50px;
}
.m-tenpo-staff__content article:last-of-type {
  border-bottom: 2px solid var(--color_blue);
}
.m-tenpo-staff__content__inner {
  padding: 40px 50px 85px;
  line-height: 1.8;
  font-size: 18px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .m-tenpo-staff__content__inner {
    font-size: 16px;
    padding: 20px 20px 60px;
  }
}
.m-tenpo-staff__content__inner p {
  margin-bottom: 1em;
}
.m-tenpo-staff__content__inner b {
  font-weight: 700;
  color: var(--color_blue);
}
.m-tenpo-staff__content__inner small {
  font-size: 14px;
  font-weight: 400;
}
.m-tenpo-staff__content__inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 50px;
  margin-left: 1.2em;
}
@media (max-width: 767px) {
  .m-tenpo-staff__content__inner ul {
    grid-template-columns: 1fr;
    gap: 10px 20px;
  }
}
.m-tenpo-staff__content__inner ul._col {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
}
.m-tenpo-staff__content__inner ul._col li {
  font-weight: 700;
}
.m-tenpo-staff__content__inner ul li {
  text-indent: -1.5em;
  line-height: 1.2em;
}
.m-tenpo-staff__content__inner ul li::before {
  content: "●";
  color: var(--color_blue);
  margin-right: 8px;
}
.m-tenpo-staff__content__inner dl {
  margin: 10px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 20px;
  align-items: start;
}
.m-tenpo-staff__content__inner dl dt {
  font-weight: 700;
  color: var(--color_blue);
}
.m-tenpo-staff__content__inner dl dd {
  margin: 0;
}
.m-tenpo-staff__content__inner img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto;
}
.m-tenpo-staff__close-btn {
  padding: 30px 0 0;
}

.m-tenpo-access__route {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .m-tenpo-access__route {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.m-tenpo-access__route__item__image {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .m-tenpo-access__route__item__image {
    margin-bottom: 10px;
  }
}
.m-tenpo-access__route__item__image img {
  width: 100%;
  height: auto;
}
.m-tenpo-access__route__item__content {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.m-tenpo-access__route__item__number span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 1px;
  width: 1.4em;
  height: 1.4em;
  color: #ffffff;
  background-color: var(--color_blue);
}
.m-tenpo-access__route__item__text {
  margin-top: -0.4em;
  line-height: 1.6;
  color: var(--color_text);
}

.m-first-nav {
  background-color: #ffffff;
  border: 1px solid #000000;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .m-first-nav {
    margin-bottom: 50px;
  }
}
.m-first-nav__list {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 1px;
  width: 100%;
}
@media (max-width: 767px) {
  .m-first-nav__list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 20px 10px;
  }
}
.m-first-nav__item {
  position: relative;
  display: flex;
}
.m-first-nav__item::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 7px;
  width: 1px;
  height: calc(100% - 14px);
  background-color: #000000;
}
.m-first-nav__item:last-child::after {
  display: none;
}
.m-first-nav__link {
  padding: 10px 15px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 5px;
  color: #000000;
  text-decoration: none;
  line-height: 1.2em;
  font-weight: 500;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.m-first-nav__link.is-current, .m-first-nav__link:hover {
  font-weight: 700;
  color: var(--color_blue);
}
.m-first-nav__link.is-current::before {
  content: "▶";
  font-size: 12px;
  color: var(--color_blue);
}

.o-modal {
  visibility: hidden;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  transition: opacity 0.3s ease;
}
.o-modal.is-open {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
}
.o-modal__content {
  position: relative;
  width: 90vw;
  max-width: 1200px;
}
.o-modal__close {
  position: absolute;
  top: 0px;
  right: 0;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: var(--color_button);
  cursor: pointer;
}
.o-modal__close__bar {
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  border-radius: 1px;
  display: block;
}
.o-modal__close__bar:nth-child(1) {
  transform: rotate(45deg) translateY(-13px) translateX(16px);
}
.o-modal__close__bar:nth-child(2) {
  transform: rotate(-45deg) translateY(15px) translateX(15px);
}
.o-modal__close:hover {
  background-color: #fff;
}
.o-modal__close:hover .o-modal__close__bar {
  background-color: var(--color_button);
}
@media (max-width: 767px) {
  .o-modal__close {
    transform-origin: top right;
    transform: scale(0.8);
  }
}
@media (max-width: 767px) {
  .o-modal .m-campaign {
    overflow-y: scroll;
    border-radius: 20px;
    height: 90svh;
  }
}
.o-modal .m-campaign__item {
  pointer-events: none;
}

.o-editor {
  font-size: 16px;
  line-height: 1.6em;
  color: var(--color_text);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.o-editor p {
  margin-bottom: 1em;
}
.o-editor img {
  max-width: 100%;
  height: auto;
}
.o-editor figure {
  margin-bottom: 40px;
}
.o-editor figure figcaption {
  font-size: 12px;
  color: var(--color_text);
  margin-top: 8px;
}
.o-editor b, .o-editor strong {
  font-weight: 700;
}
.o-editor h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.o-editor h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}
.o-editor h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}
.o-editor ul {
  margin-left: 1em;
  margin-bottom: 20px;
}
.o-editor ul li {
  margin-bottom: 5px;
  list-style: none;
}
.o-editor ul li::before {
  content: "●";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em;
  color: var(--color_blue);
}
.o-editor ul > li > ul {
  margin-top: 1em;
  margin-left: 24px;
}
.o-editor ul > li > ul > li {
  list-style: circle;
  list-style-position: inside;
}
.o-editor ul > li > ul > li::before {
  content: none;
}
.o-editor ul > li > ul > li > ul {
  margin-left: 24px;
}
.o-editor ul > li > ul > li > ul > li {
  list-style: square;
  list-style-position: inside;
}
.o-editor ol {
  margin-bottom: 20px;
  counter-reset: list-counter;
}
.o-editor ol li {
  margin-bottom: 5px;
}
.o-editor ol > li {
  position: relative;
  counter-increment: list-counter;
  list-style: none;
  padding-left: 0.5em;
  margin-left: 1em;
}
.o-editor ol > li::before {
  content: counter(list-counter) ".";
  display: inline-block;
  color: var(--color_blue);
  font-weight: 700;
  margin-right: 8px;
  position: absolute;
  left: -1em;
  font-size: 18px;
}
.o-editor ol > li > ol {
  margin-top: 1em;
  margin-left: 24px;
  counter-reset: sublist-counter;
}
.o-editor ol > li > ol > li {
  counter-increment: sublist-counter;
  list-style: none;
}
.o-editor ol > li > ol > li::before {
  content: counter(sublist-counter, lower-alpha) ".";
  color: var(--color_button);
  background-color: transparent;
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  left: -1em;
}
.o-editor a:not([class]) {
  color: var(--color_link);
  text-decoration: underline;
}
.o-editor a:not([class]):hover {
  text-decoration: none;
}
.o-editor a[target=_blank]::after {
  margin-left: 5px;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.0833%2011.0833H0.916667V1.91667H4.88889V1H0V12H11V7.11111H10.0833V11.0833Z%22%20fill%3D%22%230E2167%22/%3E%3Cpath%20d%3D%22M7.57632%200V0.947931L10.3569%200.947931L6%205.36805L6.63195%206L11.0521%201.64308V4.42368H12V0L7.57632%200Z%22%20fill%3D%22%230E2167%22/%3E%3C/svg%3E");
  line-height: 1;
  transform: translateY(2px);
}
.o-editor blockquote {
  position: relative;
  margin: 20px 0;
  padding: 50px 70px;
  background: #fafafa;
  border-top: 1px solid var(--color_blue);
  background-image: url("../images/news/bg-blockquote.svg");
  background-repeat: no-repeat;
  background-position: left 30px top 30px;
  background-size: 22px 16px;
}
.o-editor blockquote p {
  margin: 0;
}
.o-editor blockquote span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: var(--color_blue);
}
.o-editor blockquote::before {
  position: absolute;
  top: -10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='8' viewBox='0 0 41 8' fill='none'%3E%3Cpath d='M0 0H36L41 8H0V0Z' fill='%230E2167'/%3E%3C/svg%3E");
}
.o-editor blockquote::before {
  top: 0;
  margin: -20px -70px;
}
@media (max-width: 767px) {
  .o-editor blockquote {
    padding: 30px 40px;
    background-position: left 20px top 20px;
  }
  .o-editor blockquote::before {
    margin: -20px -40px;
  }
}
.o-editor table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-top: 1px solid var(--color_border);
  border-right: 1px solid var(--color_border);
}
.o-editor table th,
.o-editor table td {
  font-size: 22px;
  padding: 25px 10px;
  border-bottom: 1px solid var(--color_border);
  text-align: center;
  border-left: 1px solid var(--color_border);
}
@media (max-width: 767px) {
  .o-editor table th,
  .o-editor table td {
    font-size: 16px;
    padding: 15px 8px;
  }
}
.o-editor table th {
  background-color: var(--color_light_blue);
  color: var(--color_blue);
  font-weight: 700;
}

.o-editor-media {
  font-size: 16px;
  line-height: 1.6em;
  color: var(--color_text);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.o-editor-media p {
  margin-bottom: 1em;
}
.o-editor-media strong {
  font-weight: 700;
}
.o-editor-media b {
  color: var(--color_red);
}
.o-editor-media img {
  max-width: 100%;
  height: auto;
}
.o-editor-media figure {
  margin-bottom: 40px;
}
.o-editor-media figure figcaption {
  font-size: 12px;
  color: var(--color_text);
  margin-top: 8px;
}
.o-editor-media h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.o-editor-media h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  border-left: 4px solid var(--color_gold);
  line-height: 1.2em;
  padding-left: 20px;
}
.o-editor-media h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.o-editor-media ul {
  margin-left: 1em;
  margin-bottom: 20px;
}
.o-editor-media ul li {
  margin-bottom: 5px;
  list-style: none;
}
.o-editor-media ul li::before {
  content: "●";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  margin-right: 0.5em;
  color: var(--color_blue);
}
.o-editor-media ul > li > ul {
  margin-top: 1em;
  margin-left: 24px;
}
.o-editor-media ul > li > ul > li {
  list-style: circle;
  list-style-position: inside;
}
.o-editor-media ul > li > ul > li::before {
  content: none;
}
.o-editor-media ul > li > ul > li > ul {
  margin-left: 24px;
}
.o-editor-media ul > li > ul > li > ul > li {
  list-style: square;
  list-style-position: inside;
}
.o-editor-media ol {
  margin-bottom: 20px;
  counter-reset: list-counter;
}
.o-editor-media ol li {
  margin-bottom: 5px;
}
.o-editor-media ol > li {
  position: relative;
  counter-increment: list-counter;
  list-style: none;
  padding-left: 0.5em;
  margin-left: 1em;
}
.o-editor-media ol > li::before {
  content: counter(list-counter) ".";
  display: inline-block;
  color: var(--color_blue);
  font-weight: 700;
  margin-right: 8px;
  position: absolute;
  left: -1em;
  font-size: 18px;
}
.o-editor-media ol > li > ol {
  margin-top: 1em;
  margin-left: 24px;
  counter-reset: sublist-counter;
}
.o-editor-media ol > li > ol > li {
  counter-increment: sublist-counter;
  list-style: none;
}
.o-editor-media ol > li > ol > li::before {
  content: counter(sublist-counter, lower-alpha) ".";
  color: var(--color_button);
  background-color: transparent;
  font-weight: bold;
  margin-right: 8px;
  position: absolute;
  left: -1em;
}
.o-editor-media a:not([class]) {
  color: var(--color_link);
  text-decoration: underline;
}
.o-editor-media a:not([class]):hover {
  text-decoration: none;
}
.o-editor-media a[target=_blank]::after {
  margin-left: 5px;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10.0833%2011.0833H0.916667V1.91667H4.88889V1H0V12H11V7.11111H10.0833V11.0833Z%22%20fill%3D%22%230E2167%22/%3E%3Cpath%20d%3D%22M7.57632%200V0.947931L10.3569%200.947931L6%205.36805L6.63195%206L11.0521%201.64308V4.42368H12V0L7.57632%200Z%22%20fill%3D%22%230E2167%22/%3E%3C/svg%3E");
  line-height: 1;
  transform: translateY(2px);
}
.o-editor-media blockquote {
  position: relative;
  margin: 20px 0;
  padding: 50px 70px;
  background: #fafafa;
  border-top: 1px solid var(--color_blue);
  background-image: url("../images/news/bg-blockquote.svg");
  background-repeat: no-repeat;
  background-position: left 30px top 30px;
  background-size: 22px 16px;
}
.o-editor-media blockquote p {
  margin: 0;
}
.o-editor-media blockquote span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: var(--color_blue);
}
.o-editor-media blockquote::before {
  position: absolute;
  top: -10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='8' viewBox='0 0 41 8' fill='none'%3E%3Cpath d='M0 0H36L41 8H0V0Z' fill='%230E2167'/%3E%3C/svg%3E");
}
.o-editor-media blockquote::before {
  top: 0;
  margin: -20px -70px;
}
@media (max-width: 767px) {
  .o-editor-media blockquote {
    padding: 30px 40px;
    background-position: left 20px top 20px;
  }
  .o-editor-media blockquote::before {
    margin: -20px -40px;
  }
}
.o-editor-media table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-top: 1px solid #C2C2C2;
}
.o-editor-media table th,
.o-editor-media table td {
  font-size: 16px;
  padding: 25px 0;
  text-align: left;
  border-bottom: 1px solid #C2C2C2;
}
@media (max-width: 767px) {
  .o-editor-media table th,
  .o-editor-media table td {
    font-size: 16px;
    padding: 15px 0;
  }
}
.o-editor-media table th {
  font-weight: 500;
}

.o-contact {
  max-width: 996px;
  margin: 32px auto;
  border-radius: 16px;
  background-color: #fff;
  padding: 72px 16px;
}
@media (max-width: 767px) {
  .o-contact {
    padding: 32px 16px;
  }
}
.o-contact__inner {
  margin: 0 auto;
  max-width: 794px;
}
.o-contact__item {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .o-contact__item {
    margin-bottom: 16px;
  }
}
.o-contact__item__information {
  overflow-y: scroll;
  height: 8em;
  width: 100%;
  padding: 24px 32px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .o-contact__item__information {
    height: 16em;
    font-size: 14px;
  }
  .o-contact__item__information p {
    font-size: inherit;
  }
}
.o-contact__item__agree {
  padding-top: 16px;
}
.o-contact__item__agree input {
  margin-right: 8px;
}
.o-contact__item__agree p {
  text-align: center;
}
@media (max-width: 767px) {
  .o-contact__item__agree .wpcf7-form-control label {
    width: 80%;
    margin: 0 auto;
    align-items: flex-start;
  }
  .o-contact__item__agree .wpcf7-form-control label .wpcf7-list-item-label {
    margin-top: -8px;
  }
}
.o-contact__submit {
  text-align: center;
  margin-top: 32px;
}
.o-contact__submit p {
  text-align: center;
}
.o-contact input[type=text],
.o-contact input[type=email],
.o-contact textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--color_text);
}
.o-contact input[type=text]::-moz-placeholder, .o-contact input[type=email]::-moz-placeholder, .o-contact textarea::-moz-placeholder {
  color: #AFAFAF;
}
.o-contact input[type=text]::placeholder,
.o-contact input[type=email]::placeholder,
.o-contact textarea::placeholder {
  color: #AFAFAF;
}
.o-contact textarea {
  height: 144px;
  resize: none;
}
.o-contact input[type=submit] {
  cursor: pointer;
  margin: 0 auto;
  width: 180px;
  height: 46.5px;
  text-align: center;
  color: var(--color_button);
  border: 2px solid var(--color_button);
  border-radius: 8px;
  background-color: #fff;
  padding: 12px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.o-contact input[type=submit]:hover {
  background-color: var(--color_button);
  color: #fff;
  text-decoration: none;
}
.o-contact .wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 8px;
  color: var(--color_alert);
}
.o-contact .wpcf7-not-valid {
  background-color: #f9eaea;
}
.o-contact .wpcf7-response-output {
  margin-top: 32px;
  background-color: var(--color_alert);
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
.o-contact .wpcf7-spinner {
  display: none;
  background-color: var(--color_button);
  opacity: 0.75;
  width: 180px;
  height: 46.5px;
  text-align: center;
  color: var(--color_button);
  border: 2px solid var(--color_button);
  border-radius: 8px;
  background-color: #fff;
  padding: 12px;
  position: relative;
}
.o-contact .wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: var(--color_button);
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  margin-left: 80px;
  margin-top: 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.o-contact form.submitting input[type=submit] {
  display: none;
}
.o-contact form.submitting .wpcf7-spinner {
  display: inline-block;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.o-form__wrapper {
  background-color: #fafafa;
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .o-form__wrapper {
    box-shadow: none;
  }
}
.o-form__item {
  display: grid;
  grid-template-columns: 226px auto;
  border-bottom: 1px solid #000000;
}
.o-form__item:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .o-form__item {
    grid-template-columns: auto;
  }
}
.o-form__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: 18px;
  font-weight: 700;
  color: var(--color_text);
  background-color: var(--color_light_blue);
  padding: 15px 10px 15px 20px;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .o-form__label {
    border-right: none;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.o-form__required, .o-form__optional {
  font-size: 14px;
  font-weight: 400;
}
.o-form__required::before, .o-form__optional::before {
  content: "※";
}
@media (max-width: 767px) {
  .o-form__required, .o-form__optional {
    margin-left: 8px;
    font-size: 14px;
  }
}
.o-form__required {
  color: #ff0000;
}
.o-form__optional {
  color: var(--color_text);
}
.o-form__content {
  padding: 20px 22px;
}
.o-form__note {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  color: var(--color_text);
}
.o-form__input, .o-form__textarea {
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  border: 1px solid var(--color_border);
  border-radius: 5px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .o-form__input, .o-form__textarea {
    padding: 10px 12px;
  }
}
.o-form__input._error, .o-form__input.wpcf7-not-valid, .o-form__textarea._error, .o-form__textarea.wpcf7-not-valid {
  border-color: var(--color_error);
}
.o-form__input--postal1, .o-form__textarea--postal1 {
  width: 5em;
}
.o-form__input--postal2, .o-form__textarea--postal2 {
  width: 7em;
}
.o-form__select {
  -webkit-appearance: none;
  padding: 12px 32px 12px 16px;
  font-size: 16px;
  border: 1px solid var(--color_border);
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
.o-form__select._error {
  border-color: var(--color_error);
}
.o-form__group {
  display: flex;
  flex-direction: column;
  gap: 16px 0;
  margin-bottom: 30px;
}
.o-form__group:last-child {
  margin-bottom: 0;
}
.o-form__postal-group {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media (max-width: 767px) {
  .o-form__postal-group {
    flex-wrap: wrap;
  }
}
.o-form__sublabel {
  font-weight: 700;
}
.o-form__select-group {
  display: flex;
  align-items: center;
  gap: 20px 10px;
}
@media (max-width: 767px) {
  .o-form__select-group {
    flex-wrap: wrap;
  }
}
.o-form__select-wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.o-form__select-wrap::after {
  position: absolute;
  right: 16px;
  top: 23px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-right: 1px solid var(--color_text);
  border-bottom: 1px solid var(--color_text);
  transform: rotate(45deg) translateY(-50%);
  pointer-events: none;
}
.o-form__error, .o-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  color: var(--color_error);
}
.o-form__submit {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
}
.o-form__submit__wrapper {
  position: relative;
}
.o-form__submit__wrapper::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%2210%22%20r%3D%229.5%22%20stroke%3D%22%23ffffff%22%2F%3E%3Cpath%20d%3D%22M6.66669%206L13.3334%209.99998L6.66669%2014%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-55%);
  display: inline-block;
}
.o-form__submit__wrapper:hover {
  background-color: #ffffff;
  color: var(--color_red);
}
.o-form__submit__wrapper:hover::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M10%200C15.5228%200%2020%204.47715%2020%2010C20%2015.5228%2015.5228%2020%2010%2020C4.47715%2020%200%2015.5228%200%2010C0%204.47715%204.47715%200%2010%200ZM6.32324%206.57129L12.0371%2010L6.32324%2013.4287L7.00977%2014.5713L14.6289%2010L7.00977%205.42871L6.32324%206.57129Z%22%20fill%3D%22%238D0B0B%22%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}

.o-form-complete {
  border: 1px solid var(--color_gold);
  background-color: #fff;
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 50px 45px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .o-form-complete {
    padding: 30px 20px;
  }
}
.o-form-complete__tel {
  font-size: 40px;
  font-weight: 700;
  color: var(--color_text);
  line-height: 1em;
}

.wpcf7 form .wpcf7-response-output {
  border-color: var(--color_error);
  color: var(--color_error);
  text-align: center;
  border-radius: 5px;
  background-color: #ffffff;
}

/* カラー　*/
.u-color-text {
  color: var(--color_text);
}

.u-color-text-light {
  color: var(--color_text_light);
}

.u-color-blue {
  color: var(--color_blue);
}

.u-color-red {
  color: var(--color_red);
}

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

/* 全デバイス共通 */
.u-m0 {
  margin: 0px !important;
}

.u-mx0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.u-my0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-p0 {
  padding: 0px !important;
}

.u-px0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.u-py0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-m5 {
  margin: 5px !important;
}

.u-mx5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.u-my5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-p5 {
  padding: 5px !important;
}

.u-px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.u-py5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-m10 {
  margin: 10px !important;
}

.u-mx10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.u-my10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-p10 {
  padding: 10px !important;
}

.u-px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.u-py10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-m15 {
  margin: 15px !important;
}

.u-mx15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.u-my15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-p15 {
  padding: 15px !important;
}

.u-px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.u-py15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-m20 {
  margin: 20px !important;
}

.u-mx20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.u-my20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-p20 {
  padding: 20px !important;
}

.u-px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.u-py20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-m25 {
  margin: 25px !important;
}

.u-mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.u-my25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-p25 {
  padding: 25px !important;
}

.u-px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.u-py25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-m30 {
  margin: 30px !important;
}

.u-mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.u-my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-p30 {
  padding: 30px !important;
}

.u-px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.u-py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-mx35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.u-my35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-p35 {
  padding: 35px !important;
}

.u-px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.u-py35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-m40 {
  margin: 40px !important;
}

.u-mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.u-my40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-p40 {
  padding: 40px !important;
}

.u-px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.u-py40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-mx45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.u-my45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-p45 {
  padding: 45px !important;
}

.u-px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.u-py45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-m50 {
  margin: 50px !important;
}

.u-mx50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.u-my50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-p50 {
  padding: 50px !important;
}

.u-px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.u-py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-m55 {
  margin: 55px !important;
}

.u-mx55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

.u-my55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-p55 {
  padding: 55px !important;
}

.u-px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.u-py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-m60 {
  margin: 60px !important;
}

.u-mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.u-my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-p60 {
  padding: 60px !important;
}

.u-px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.u-py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-m65 {
  margin: 65px !important;
}

.u-mx65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

.u-my65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-p65 {
  padding: 65px !important;
}

.u-px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.u-py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-m70 {
  margin: 70px !important;
}

.u-mx70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

.u-my70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-p70 {
  padding: 70px !important;
}

.u-px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.u-py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-m75 {
  margin: 75px !important;
}

.u-mx75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

.u-my75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-p75 {
  padding: 75px !important;
}

.u-px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.u-py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-m80 {
  margin: 80px !important;
}

.u-mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.u-my80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-p80 {
  padding: 80px !important;
}

.u-px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.u-py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-m85 {
  margin: 85px !important;
}

.u-mx85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

.u-my85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-p85 {
  padding: 85px !important;
}

.u-px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.u-py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-m90 {
  margin: 90px !important;
}

.u-mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

.u-my90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-p90 {
  padding: 90px !important;
}

.u-px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.u-py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-m95 {
  margin: 95px !important;
}

.u-mx95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

.u-my95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-p95 {
  padding: 95px !important;
}

.u-px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.u-py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-m100 {
  margin: 100px !important;
}

.u-mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.u-my100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-p100 {
  padding: 100px !important;
}

.u-px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.u-py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-m105 {
  margin: 105px !important;
}

.u-mx105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

.u-my105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mr105 {
  margin-right: 105px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-ml105 {
  margin-left: 105px !important;
}

.u-p105 {
  padding: 105px !important;
}

.u-px105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

.u-py105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

.u-pt105 {
  padding-top: 105px !important;
}

.u-pr105 {
  padding-right: 105px !important;
}

.u-pb105 {
  padding-bottom: 105px !important;
}

.u-pl105 {
  padding-left: 105px !important;
}

.u-m110 {
  margin: 110px !important;
}

.u-mx110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

.u-my110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mr110 {
  margin-right: 110px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-ml110 {
  margin-left: 110px !important;
}

.u-p110 {
  padding: 110px !important;
}

.u-px110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

.u-py110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

.u-pt110 {
  padding-top: 110px !important;
}

.u-pr110 {
  padding-right: 110px !important;
}

.u-pb110 {
  padding-bottom: 110px !important;
}

.u-pl110 {
  padding-left: 110px !important;
}

.u-m115 {
  margin: 115px !important;
}

.u-mx115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

.u-my115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mr115 {
  margin-right: 115px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-ml115 {
  margin-left: 115px !important;
}

.u-p115 {
  padding: 115px !important;
}

.u-px115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

.u-py115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

.u-pt115 {
  padding-top: 115px !important;
}

.u-pr115 {
  padding-right: 115px !important;
}

.u-pb115 {
  padding-bottom: 115px !important;
}

.u-pl115 {
  padding-left: 115px !important;
}

.u-m120 {
  margin: 120px !important;
}

.u-mx120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.u-my120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mr120 {
  margin-right: 120px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

.u-ml120 {
  margin-left: 120px !important;
}

.u-p120 {
  padding: 120px !important;
}

.u-px120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.u-py120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.u-pt120 {
  padding-top: 120px !important;
}

.u-pr120 {
  padding-right: 120px !important;
}

.u-pb120 {
  padding-bottom: 120px !important;
}

.u-pl120 {
  padding-left: 120px !important;
}

.u-m125 {
  margin: 125px !important;
}

.u-mx125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

.u-my125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

.u-mt125 {
  margin-top: 125px !important;
}

.u-mr125 {
  margin-right: 125px !important;
}

.u-mb125 {
  margin-bottom: 125px !important;
}

.u-ml125 {
  margin-left: 125px !important;
}

.u-p125 {
  padding: 125px !important;
}

.u-px125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

.u-py125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

.u-pt125 {
  padding-top: 125px !important;
}

.u-pr125 {
  padding-right: 125px !important;
}

.u-pb125 {
  padding-bottom: 125px !important;
}

.u-pl125 {
  padding-left: 125px !important;
}

.u-mAuto {
  margin: auto !important;
}

.u-mxAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-myAuto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mtAuto {
  margin-top: auto !important;
}

.u-mrAuto {
  margin-right: auto !important;
}

.u-mbAuto {
  margin-bottom: auto !important;
}

.u-mlAuto {
  margin-left: auto !important;
}

.u-pAuto {
  padding: auto !important;
}

.u-pxAuto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.u-pyAuto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.u-ptAuto {
  padding-top: auto !important;
}

.u-prAuto {
  padding-right: auto !important;
}

.u-pbAuto {
  padding-bottom: auto !important;
}

.u-plAuto {
  padding-left: auto !important;
}

/* 全部表示非表示クラス */
.u-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .u-sp-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .u-pc-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .u-tablet-hidden {
    display: none !important;
  }
}
@media (min-width: 1000px) and (max-width: 1299px) {
  .u-laptop-hidden {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1299px) {
  .u-tablet-laptop-hidden {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  .u-desktop-hidden {
    display: none !important;
  }
}
/* PC専用クラス */
@media (max-width: 767px) {
  .u-m0sp {
    margin: 0px !important;
  }
  .u-mx0sp {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-my0sp {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-mt0sp {
    margin-top: 0px !important;
  }
  .u-mr0sp {
    margin-right: 0px !important;
  }
  .u-mb0sp {
    margin-bottom: 0px !important;
  }
  .u-ml0sp {
    margin-left: 0px !important;
  }
  .u-p0sp {
    padding: 0px !important;
  }
  .u-px0sp {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0sp {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pt0sp {
    padding-top: 0px !important;
  }
  .u-pr0sp {
    padding-right: 0px !important;
  }
  .u-pb0sp {
    padding-bottom: 0px !important;
  }
  .u-pl0sp {
    padding-left: 0px !important;
  }
  .u-m5sp {
    margin: 5px !important;
  }
  .u-mx5sp {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .u-my5sp {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-mt5sp {
    margin-top: 5px !important;
  }
  .u-mr5sp {
    margin-right: 5px !important;
  }
  .u-mb5sp {
    margin-bottom: 5px !important;
  }
  .u-ml5sp {
    margin-left: 5px !important;
  }
  .u-p5sp {
    padding: 5px !important;
  }
  .u-px5sp {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5sp {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-pt5sp {
    padding-top: 5px !important;
  }
  .u-pr5sp {
    padding-right: 5px !important;
  }
  .u-pb5sp {
    padding-bottom: 5px !important;
  }
  .u-pl5sp {
    padding-left: 5px !important;
  }
  .u-m10sp {
    margin: 10px !important;
  }
  .u-mx10sp {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .u-my10sp {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-mt10sp {
    margin-top: 10px !important;
  }
  .u-mr10sp {
    margin-right: 10px !important;
  }
  .u-mb10sp {
    margin-bottom: 10px !important;
  }
  .u-ml10sp {
    margin-left: 10px !important;
  }
  .u-p10sp {
    padding: 10px !important;
  }
  .u-px10sp {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10sp {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-pt10sp {
    padding-top: 10px !important;
  }
  .u-pr10sp {
    padding-right: 10px !important;
  }
  .u-pb10sp {
    padding-bottom: 10px !important;
  }
  .u-pl10sp {
    padding-left: 10px !important;
  }
  .u-m15sp {
    margin: 15px !important;
  }
  .u-mx15sp {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .u-my15sp {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-mt15sp {
    margin-top: 15px !important;
  }
  .u-mr15sp {
    margin-right: 15px !important;
  }
  .u-mb15sp {
    margin-bottom: 15px !important;
  }
  .u-ml15sp {
    margin-left: 15px !important;
  }
  .u-p15sp {
    padding: 15px !important;
  }
  .u-px15sp {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15sp {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-pt15sp {
    padding-top: 15px !important;
  }
  .u-pr15sp {
    padding-right: 15px !important;
  }
  .u-pb15sp {
    padding-bottom: 15px !important;
  }
  .u-pl15sp {
    padding-left: 15px !important;
  }
  .u-m20sp {
    margin: 20px !important;
  }
  .u-mx20sp {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-my20sp {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-mt20sp {
    margin-top: 20px !important;
  }
  .u-mr20sp {
    margin-right: 20px !important;
  }
  .u-mb20sp {
    margin-bottom: 20px !important;
  }
  .u-ml20sp {
    margin-left: 20px !important;
  }
  .u-p20sp {
    padding: 20px !important;
  }
  .u-px20sp {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20sp {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-pt20sp {
    padding-top: 20px !important;
  }
  .u-pr20sp {
    padding-right: 20px !important;
  }
  .u-pb20sp {
    padding-bottom: 20px !important;
  }
  .u-pl20sp {
    padding-left: 20px !important;
  }
  .u-m25sp {
    margin: 25px !important;
  }
  .u-mx25sp {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .u-my25sp {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-mt25sp {
    margin-top: 25px !important;
  }
  .u-mr25sp {
    margin-right: 25px !important;
  }
  .u-mb25sp {
    margin-bottom: 25px !important;
  }
  .u-ml25sp {
    margin-left: 25px !important;
  }
  .u-p25sp {
    padding: 25px !important;
  }
  .u-px25sp {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25sp {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-pt25sp {
    padding-top: 25px !important;
  }
  .u-pr25sp {
    padding-right: 25px !important;
  }
  .u-pb25sp {
    padding-bottom: 25px !important;
  }
  .u-pl25sp {
    padding-left: 25px !important;
  }
  .u-m30sp {
    margin: 30px !important;
  }
  .u-mx30sp {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .u-my30sp {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-mt30sp {
    margin-top: 30px !important;
  }
  .u-mr30sp {
    margin-right: 30px !important;
  }
  .u-mb30sp {
    margin-bottom: 30px !important;
  }
  .u-ml30sp {
    margin-left: 30px !important;
  }
  .u-p30sp {
    padding: 30px !important;
  }
  .u-px30sp {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30sp {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-pt30sp {
    padding-top: 30px !important;
  }
  .u-pr30sp {
    padding-right: 30px !important;
  }
  .u-pb30sp {
    padding-bottom: 30px !important;
  }
  .u-pl30sp {
    padding-left: 30px !important;
  }
  .u-m35sp {
    margin: 35px !important;
  }
  .u-mx35sp {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .u-my35sp {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-mt35sp {
    margin-top: 35px !important;
  }
  .u-mr35sp {
    margin-right: 35px !important;
  }
  .u-mb35sp {
    margin-bottom: 35px !important;
  }
  .u-ml35sp {
    margin-left: 35px !important;
  }
  .u-p35sp {
    padding: 35px !important;
  }
  .u-px35sp {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35sp {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-pt35sp {
    padding-top: 35px !important;
  }
  .u-pr35sp {
    padding-right: 35px !important;
  }
  .u-pb35sp {
    padding-bottom: 35px !important;
  }
  .u-pl35sp {
    padding-left: 35px !important;
  }
  .u-m40sp {
    margin: 40px !important;
  }
  .u-mx40sp {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-my40sp {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-mt40sp {
    margin-top: 40px !important;
  }
  .u-mr40sp {
    margin-right: 40px !important;
  }
  .u-mb40sp {
    margin-bottom: 40px !important;
  }
  .u-ml40sp {
    margin-left: 40px !important;
  }
  .u-p40sp {
    padding: 40px !important;
  }
  .u-px40sp {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40sp {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-pt40sp {
    padding-top: 40px !important;
  }
  .u-pr40sp {
    padding-right: 40px !important;
  }
  .u-pb40sp {
    padding-bottom: 40px !important;
  }
  .u-pl40sp {
    padding-left: 40px !important;
  }
  .u-m45sp {
    margin: 45px !important;
  }
  .u-mx45sp {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .u-my45sp {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-mt45sp {
    margin-top: 45px !important;
  }
  .u-mr45sp {
    margin-right: 45px !important;
  }
  .u-mb45sp {
    margin-bottom: 45px !important;
  }
  .u-ml45sp {
    margin-left: 45px !important;
  }
  .u-p45sp {
    padding: 45px !important;
  }
  .u-px45sp {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45sp {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-pt45sp {
    padding-top: 45px !important;
  }
  .u-pr45sp {
    padding-right: 45px !important;
  }
  .u-pb45sp {
    padding-bottom: 45px !important;
  }
  .u-pl45sp {
    padding-left: 45px !important;
  }
  .u-m50sp {
    margin: 50px !important;
  }
  .u-mx50sp {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .u-my50sp {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-mt50sp {
    margin-top: 50px !important;
  }
  .u-mr50sp {
    margin-right: 50px !important;
  }
  .u-mb50sp {
    margin-bottom: 50px !important;
  }
  .u-ml50sp {
    margin-left: 50px !important;
  }
  .u-p50sp {
    padding: 50px !important;
  }
  .u-px50sp {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50sp {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-pt50sp {
    padding-top: 50px !important;
  }
  .u-pr50sp {
    padding-right: 50px !important;
  }
  .u-pb50sp {
    padding-bottom: 50px !important;
  }
  .u-pl50sp {
    padding-left: 50px !important;
  }
  .u-m55sp {
    margin: 55px !important;
  }
  .u-mx55sp {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .u-my55sp {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-mt55sp {
    margin-top: 55px !important;
  }
  .u-mr55sp {
    margin-right: 55px !important;
  }
  .u-mb55sp {
    margin-bottom: 55px !important;
  }
  .u-ml55sp {
    margin-left: 55px !important;
  }
  .u-p55sp {
    padding: 55px !important;
  }
  .u-px55sp {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55sp {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-pt55sp {
    padding-top: 55px !important;
  }
  .u-pr55sp {
    padding-right: 55px !important;
  }
  .u-pb55sp {
    padding-bottom: 55px !important;
  }
  .u-pl55sp {
    padding-left: 55px !important;
  }
  .u-m60sp {
    margin: 60px !important;
  }
  .u-mx60sp {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .u-my60sp {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-mt60sp {
    margin-top: 60px !important;
  }
  .u-mr60sp {
    margin-right: 60px !important;
  }
  .u-mb60sp {
    margin-bottom: 60px !important;
  }
  .u-ml60sp {
    margin-left: 60px !important;
  }
  .u-p60sp {
    padding: 60px !important;
  }
  .u-px60sp {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60sp {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-pt60sp {
    padding-top: 60px !important;
  }
  .u-pr60sp {
    padding-right: 60px !important;
  }
  .u-pb60sp {
    padding-bottom: 60px !important;
  }
  .u-pl60sp {
    padding-left: 60px !important;
  }
  .u-m65sp {
    margin: 65px !important;
  }
  .u-mx65sp {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .u-my65sp {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-mt65sp {
    margin-top: 65px !important;
  }
  .u-mr65sp {
    margin-right: 65px !important;
  }
  .u-mb65sp {
    margin-bottom: 65px !important;
  }
  .u-ml65sp {
    margin-left: 65px !important;
  }
  .u-p65sp {
    padding: 65px !important;
  }
  .u-px65sp {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65sp {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-pt65sp {
    padding-top: 65px !important;
  }
  .u-pr65sp {
    padding-right: 65px !important;
  }
  .u-pb65sp {
    padding-bottom: 65px !important;
  }
  .u-pl65sp {
    padding-left: 65px !important;
  }
  .u-m70sp {
    margin: 70px !important;
  }
  .u-mx70sp {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .u-my70sp {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-mt70sp {
    margin-top: 70px !important;
  }
  .u-mr70sp {
    margin-right: 70px !important;
  }
  .u-mb70sp {
    margin-bottom: 70px !important;
  }
  .u-ml70sp {
    margin-left: 70px !important;
  }
  .u-p70sp {
    padding: 70px !important;
  }
  .u-px70sp {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70sp {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-pt70sp {
    padding-top: 70px !important;
  }
  .u-pr70sp {
    padding-right: 70px !important;
  }
  .u-pb70sp {
    padding-bottom: 70px !important;
  }
  .u-pl70sp {
    padding-left: 70px !important;
  }
  .u-m75sp {
    margin: 75px !important;
  }
  .u-mx75sp {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .u-my75sp {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-mt75sp {
    margin-top: 75px !important;
  }
  .u-mr75sp {
    margin-right: 75px !important;
  }
  .u-mb75sp {
    margin-bottom: 75px !important;
  }
  .u-ml75sp {
    margin-left: 75px !important;
  }
  .u-p75sp {
    padding: 75px !important;
  }
  .u-px75sp {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75sp {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-pt75sp {
    padding-top: 75px !important;
  }
  .u-pr75sp {
    padding-right: 75px !important;
  }
  .u-pb75sp {
    padding-bottom: 75px !important;
  }
  .u-pl75sp {
    padding-left: 75px !important;
  }
  .u-m80sp {
    margin: 80px !important;
  }
  .u-mx80sp {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-my80sp {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-mt80sp {
    margin-top: 80px !important;
  }
  .u-mr80sp {
    margin-right: 80px !important;
  }
  .u-mb80sp {
    margin-bottom: 80px !important;
  }
  .u-ml80sp {
    margin-left: 80px !important;
  }
  .u-p80sp {
    padding: 80px !important;
  }
  .u-px80sp {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80sp {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-pt80sp {
    padding-top: 80px !important;
  }
  .u-pr80sp {
    padding-right: 80px !important;
  }
  .u-pb80sp {
    padding-bottom: 80px !important;
  }
  .u-pl80sp {
    padding-left: 80px !important;
  }
  .u-m85sp {
    margin: 85px !important;
  }
  .u-mx85sp {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .u-my85sp {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-mt85sp {
    margin-top: 85px !important;
  }
  .u-mr85sp {
    margin-right: 85px !important;
  }
  .u-mb85sp {
    margin-bottom: 85px !important;
  }
  .u-ml85sp {
    margin-left: 85px !important;
  }
  .u-p85sp {
    padding: 85px !important;
  }
  .u-px85sp {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85sp {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-pt85sp {
    padding-top: 85px !important;
  }
  .u-pr85sp {
    padding-right: 85px !important;
  }
  .u-pb85sp {
    padding-bottom: 85px !important;
  }
  .u-pl85sp {
    padding-left: 85px !important;
  }
  .u-m90sp {
    margin: 90px !important;
  }
  .u-mx90sp {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .u-my90sp {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-mt90sp {
    margin-top: 90px !important;
  }
  .u-mr90sp {
    margin-right: 90px !important;
  }
  .u-mb90sp {
    margin-bottom: 90px !important;
  }
  .u-ml90sp {
    margin-left: 90px !important;
  }
  .u-p90sp {
    padding: 90px !important;
  }
  .u-px90sp {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90sp {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-pt90sp {
    padding-top: 90px !important;
  }
  .u-pr90sp {
    padding-right: 90px !important;
  }
  .u-pb90sp {
    padding-bottom: 90px !important;
  }
  .u-pl90sp {
    padding-left: 90px !important;
  }
  .u-m95sp {
    margin: 95px !important;
  }
  .u-mx95sp {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .u-my95sp {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-mt95sp {
    margin-top: 95px !important;
  }
  .u-mr95sp {
    margin-right: 95px !important;
  }
  .u-mb95sp {
    margin-bottom: 95px !important;
  }
  .u-ml95sp {
    margin-left: 95px !important;
  }
  .u-p95sp {
    padding: 95px !important;
  }
  .u-px95sp {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95sp {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-pt95sp {
    padding-top: 95px !important;
  }
  .u-pr95sp {
    padding-right: 95px !important;
  }
  .u-pb95sp {
    padding-bottom: 95px !important;
  }
  .u-pl95sp {
    padding-left: 95px !important;
  }
  .u-m100sp {
    margin: 100px !important;
  }
  .u-mx100sp {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .u-my100sp {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-mt100sp {
    margin-top: 100px !important;
  }
  .u-mr100sp {
    margin-right: 100px !important;
  }
  .u-mb100sp {
    margin-bottom: 100px !important;
  }
  .u-ml100sp {
    margin-left: 100px !important;
  }
  .u-p100sp {
    padding: 100px !important;
  }
  .u-px100sp {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100sp {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-pt100sp {
    padding-top: 100px !important;
  }
  .u-pr100sp {
    padding-right: 100px !important;
  }
  .u-pb100sp {
    padding-bottom: 100px !important;
  }
  .u-pl100sp {
    padding-left: 100px !important;
  }
  .u-m105sp {
    margin: 105px !important;
  }
  .u-mx105sp {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  .u-my105sp {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .u-mt105sp {
    margin-top: 105px !important;
  }
  .u-mr105sp {
    margin-right: 105px !important;
  }
  .u-mb105sp {
    margin-bottom: 105px !important;
  }
  .u-ml105sp {
    margin-left: 105px !important;
  }
  .u-p105sp {
    padding: 105px !important;
  }
  .u-px105sp {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .u-py105sp {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .u-pt105sp {
    padding-top: 105px !important;
  }
  .u-pr105sp {
    padding-right: 105px !important;
  }
  .u-pb105sp {
    padding-bottom: 105px !important;
  }
  .u-pl105sp {
    padding-left: 105px !important;
  }
  .u-m110sp {
    margin: 110px !important;
  }
  .u-mx110sp {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .u-my110sp {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .u-mt110sp {
    margin-top: 110px !important;
  }
  .u-mr110sp {
    margin-right: 110px !important;
  }
  .u-mb110sp {
    margin-bottom: 110px !important;
  }
  .u-ml110sp {
    margin-left: 110px !important;
  }
  .u-p110sp {
    padding: 110px !important;
  }
  .u-px110sp {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .u-py110sp {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .u-pt110sp {
    padding-top: 110px !important;
  }
  .u-pr110sp {
    padding-right: 110px !important;
  }
  .u-pb110sp {
    padding-bottom: 110px !important;
  }
  .u-pl110sp {
    padding-left: 110px !important;
  }
  .u-m115sp {
    margin: 115px !important;
  }
  .u-mx115sp {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  .u-my115sp {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .u-mt115sp {
    margin-top: 115px !important;
  }
  .u-mr115sp {
    margin-right: 115px !important;
  }
  .u-mb115sp {
    margin-bottom: 115px !important;
  }
  .u-ml115sp {
    margin-left: 115px !important;
  }
  .u-p115sp {
    padding: 115px !important;
  }
  .u-px115sp {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .u-py115sp {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .u-pt115sp {
    padding-top: 115px !important;
  }
  .u-pr115sp {
    padding-right: 115px !important;
  }
  .u-pb115sp {
    padding-bottom: 115px !important;
  }
  .u-pl115sp {
    padding-left: 115px !important;
  }
  .u-m120sp {
    margin: 120px !important;
  }
  .u-mx120sp {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .u-my120sp {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .u-mt120sp {
    margin-top: 120px !important;
  }
  .u-mr120sp {
    margin-right: 120px !important;
  }
  .u-mb120sp {
    margin-bottom: 120px !important;
  }
  .u-ml120sp {
    margin-left: 120px !important;
  }
  .u-p120sp {
    padding: 120px !important;
  }
  .u-px120sp {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .u-py120sp {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .u-pt120sp {
    padding-top: 120px !important;
  }
  .u-pr120sp {
    padding-right: 120px !important;
  }
  .u-pb120sp {
    padding-bottom: 120px !important;
  }
  .u-pl120sp {
    padding-left: 120px !important;
  }
  .u-m125sp {
    margin: 125px !important;
  }
  .u-mx125sp {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  .u-my125sp {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .u-mt125sp {
    margin-top: 125px !important;
  }
  .u-mr125sp {
    margin-right: 125px !important;
  }
  .u-mb125sp {
    margin-bottom: 125px !important;
  }
  .u-ml125sp {
    margin-left: 125px !important;
  }
  .u-p125sp {
    padding: 125px !important;
  }
  .u-px125sp {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .u-py125sp {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .u-pt125sp {
    padding-top: 125px !important;
  }
  .u-pr125sp {
    padding-right: 125px !important;
  }
  .u-pb125sp {
    padding-bottom: 125px !important;
  }
  .u-pl125sp {
    padding-left: 125px !important;
  }
}
/* PC専用クラス */
@media (min-width: 768px) {
  .u-m0pc {
    margin: 0px !important;
  }
  .u-mx0pc {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .u-my0pc {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .u-mt0pc {
    margin-top: 0px !important;
  }
  .u-mr0pc {
    margin-right: 0px !important;
  }
  .u-mb0pc {
    margin-bottom: 0px !important;
  }
  .u-ml0pc {
    margin-left: 0px !important;
  }
  .u-p0pc {
    padding: 0px !important;
  }
  .u-px0pc {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .u-py0pc {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .u-pt0pc {
    padding-top: 0px !important;
  }
  .u-pr0pc {
    padding-right: 0px !important;
  }
  .u-pb0pc {
    padding-bottom: 0px !important;
  }
  .u-pl0pc {
    padding-left: 0px !important;
  }
  .u-m5pc {
    margin: 5px !important;
  }
  .u-mx5pc {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .u-my5pc {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .u-mt5pc {
    margin-top: 5px !important;
  }
  .u-mr5pc {
    margin-right: 5px !important;
  }
  .u-mb5pc {
    margin-bottom: 5px !important;
  }
  .u-ml5pc {
    margin-left: 5px !important;
  }
  .u-p5pc {
    padding: 5px !important;
  }
  .u-px5pc {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .u-py5pc {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .u-pt5pc {
    padding-top: 5px !important;
  }
  .u-pr5pc {
    padding-right: 5px !important;
  }
  .u-pb5pc {
    padding-bottom: 5px !important;
  }
  .u-pl5pc {
    padding-left: 5px !important;
  }
  .u-m10pc {
    margin: 10px !important;
  }
  .u-mx10pc {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .u-my10pc {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .u-mt10pc {
    margin-top: 10px !important;
  }
  .u-mr10pc {
    margin-right: 10px !important;
  }
  .u-mb10pc {
    margin-bottom: 10px !important;
  }
  .u-ml10pc {
    margin-left: 10px !important;
  }
  .u-p10pc {
    padding: 10px !important;
  }
  .u-px10pc {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .u-py10pc {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .u-pt10pc {
    padding-top: 10px !important;
  }
  .u-pr10pc {
    padding-right: 10px !important;
  }
  .u-pb10pc {
    padding-bottom: 10px !important;
  }
  .u-pl10pc {
    padding-left: 10px !important;
  }
  .u-m15pc {
    margin: 15px !important;
  }
  .u-mx15pc {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .u-my15pc {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .u-mt15pc {
    margin-top: 15px !important;
  }
  .u-mr15pc {
    margin-right: 15px !important;
  }
  .u-mb15pc {
    margin-bottom: 15px !important;
  }
  .u-ml15pc {
    margin-left: 15px !important;
  }
  .u-p15pc {
    padding: 15px !important;
  }
  .u-px15pc {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .u-py15pc {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .u-pt15pc {
    padding-top: 15px !important;
  }
  .u-pr15pc {
    padding-right: 15px !important;
  }
  .u-pb15pc {
    padding-bottom: 15px !important;
  }
  .u-pl15pc {
    padding-left: 15px !important;
  }
  .u-m20pc {
    margin: 20px !important;
  }
  .u-mx20pc {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .u-my20pc {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .u-mt20pc {
    margin-top: 20px !important;
  }
  .u-mr20pc {
    margin-right: 20px !important;
  }
  .u-mb20pc {
    margin-bottom: 20px !important;
  }
  .u-ml20pc {
    margin-left: 20px !important;
  }
  .u-p20pc {
    padding: 20px !important;
  }
  .u-px20pc {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .u-py20pc {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .u-pt20pc {
    padding-top: 20px !important;
  }
  .u-pr20pc {
    padding-right: 20px !important;
  }
  .u-pb20pc {
    padding-bottom: 20px !important;
  }
  .u-pl20pc {
    padding-left: 20px !important;
  }
  .u-m25pc {
    margin: 25px !important;
  }
  .u-mx25pc {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .u-my25pc {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .u-mt25pc {
    margin-top: 25px !important;
  }
  .u-mr25pc {
    margin-right: 25px !important;
  }
  .u-mb25pc {
    margin-bottom: 25px !important;
  }
  .u-ml25pc {
    margin-left: 25px !important;
  }
  .u-p25pc {
    padding: 25px !important;
  }
  .u-px25pc {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .u-py25pc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .u-pt25pc {
    padding-top: 25px !important;
  }
  .u-pr25pc {
    padding-right: 25px !important;
  }
  .u-pb25pc {
    padding-bottom: 25px !important;
  }
  .u-pl25pc {
    padding-left: 25px !important;
  }
  .u-m30pc {
    margin: 30px !important;
  }
  .u-mx30pc {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .u-my30pc {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .u-mt30pc {
    margin-top: 30px !important;
  }
  .u-mr30pc {
    margin-right: 30px !important;
  }
  .u-mb30pc {
    margin-bottom: 30px !important;
  }
  .u-ml30pc {
    margin-left: 30px !important;
  }
  .u-p30pc {
    padding: 30px !important;
  }
  .u-px30pc {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .u-py30pc {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .u-pt30pc {
    padding-top: 30px !important;
  }
  .u-pr30pc {
    padding-right: 30px !important;
  }
  .u-pb30pc {
    padding-bottom: 30px !important;
  }
  .u-pl30pc {
    padding-left: 30px !important;
  }
  .u-m35pc {
    margin: 35px !important;
  }
  .u-mx35pc {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .u-my35pc {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .u-mt35pc {
    margin-top: 35px !important;
  }
  .u-mr35pc {
    margin-right: 35px !important;
  }
  .u-mb35pc {
    margin-bottom: 35px !important;
  }
  .u-ml35pc {
    margin-left: 35px !important;
  }
  .u-p35pc {
    padding: 35px !important;
  }
  .u-px35pc {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .u-py35pc {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .u-pt35pc {
    padding-top: 35px !important;
  }
  .u-pr35pc {
    padding-right: 35px !important;
  }
  .u-pb35pc {
    padding-bottom: 35px !important;
  }
  .u-pl35pc {
    padding-left: 35px !important;
  }
  .u-m40pc {
    margin: 40px !important;
  }
  .u-mx40pc {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .u-my40pc {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .u-mt40pc {
    margin-top: 40px !important;
  }
  .u-mr40pc {
    margin-right: 40px !important;
  }
  .u-mb40pc {
    margin-bottom: 40px !important;
  }
  .u-ml40pc {
    margin-left: 40px !important;
  }
  .u-p40pc {
    padding: 40px !important;
  }
  .u-px40pc {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .u-py40pc {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .u-pt40pc {
    padding-top: 40px !important;
  }
  .u-pr40pc {
    padding-right: 40px !important;
  }
  .u-pb40pc {
    padding-bottom: 40px !important;
  }
  .u-pl40pc {
    padding-left: 40px !important;
  }
  .u-m45pc {
    margin: 45px !important;
  }
  .u-mx45pc {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .u-my45pc {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .u-mt45pc {
    margin-top: 45px !important;
  }
  .u-mr45pc {
    margin-right: 45px !important;
  }
  .u-mb45pc {
    margin-bottom: 45px !important;
  }
  .u-ml45pc {
    margin-left: 45px !important;
  }
  .u-p45pc {
    padding: 45px !important;
  }
  .u-px45pc {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .u-py45pc {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .u-pt45pc {
    padding-top: 45px !important;
  }
  .u-pr45pc {
    padding-right: 45px !important;
  }
  .u-pb45pc {
    padding-bottom: 45px !important;
  }
  .u-pl45pc {
    padding-left: 45px !important;
  }
  .u-m50pc {
    margin: 50px !important;
  }
  .u-mx50pc {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .u-my50pc {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .u-mt50pc {
    margin-top: 50px !important;
  }
  .u-mr50pc {
    margin-right: 50px !important;
  }
  .u-mb50pc {
    margin-bottom: 50px !important;
  }
  .u-ml50pc {
    margin-left: 50px !important;
  }
  .u-p50pc {
    padding: 50px !important;
  }
  .u-px50pc {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .u-py50pc {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .u-pt50pc {
    padding-top: 50px !important;
  }
  .u-pr50pc {
    padding-right: 50px !important;
  }
  .u-pb50pc {
    padding-bottom: 50px !important;
  }
  .u-pl50pc {
    padding-left: 50px !important;
  }
  .u-m55pc {
    margin: 55px !important;
  }
  .u-mx55pc {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  .u-my55pc {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .u-mt55pc {
    margin-top: 55px !important;
  }
  .u-mr55pc {
    margin-right: 55px !important;
  }
  .u-mb55pc {
    margin-bottom: 55px !important;
  }
  .u-ml55pc {
    margin-left: 55px !important;
  }
  .u-p55pc {
    padding: 55px !important;
  }
  .u-px55pc {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .u-py55pc {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .u-pt55pc {
    padding-top: 55px !important;
  }
  .u-pr55pc {
    padding-right: 55px !important;
  }
  .u-pb55pc {
    padding-bottom: 55px !important;
  }
  .u-pl55pc {
    padding-left: 55px !important;
  }
  .u-m60pc {
    margin: 60px !important;
  }
  .u-mx60pc {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .u-my60pc {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .u-mt60pc {
    margin-top: 60px !important;
  }
  .u-mr60pc {
    margin-right: 60px !important;
  }
  .u-mb60pc {
    margin-bottom: 60px !important;
  }
  .u-ml60pc {
    margin-left: 60px !important;
  }
  .u-p60pc {
    padding: 60px !important;
  }
  .u-px60pc {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .u-py60pc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .u-pt60pc {
    padding-top: 60px !important;
  }
  .u-pr60pc {
    padding-right: 60px !important;
  }
  .u-pb60pc {
    padding-bottom: 60px !important;
  }
  .u-pl60pc {
    padding-left: 60px !important;
  }
  .u-m65pc {
    margin: 65px !important;
  }
  .u-mx65pc {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .u-my65pc {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .u-mt65pc {
    margin-top: 65px !important;
  }
  .u-mr65pc {
    margin-right: 65px !important;
  }
  .u-mb65pc {
    margin-bottom: 65px !important;
  }
  .u-ml65pc {
    margin-left: 65px !important;
  }
  .u-p65pc {
    padding: 65px !important;
  }
  .u-px65pc {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  .u-py65pc {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .u-pt65pc {
    padding-top: 65px !important;
  }
  .u-pr65pc {
    padding-right: 65px !important;
  }
  .u-pb65pc {
    padding-bottom: 65px !important;
  }
  .u-pl65pc {
    padding-left: 65px !important;
  }
  .u-m70pc {
    margin: 70px !important;
  }
  .u-mx70pc {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .u-my70pc {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .u-mt70pc {
    margin-top: 70px !important;
  }
  .u-mr70pc {
    margin-right: 70px !important;
  }
  .u-mb70pc {
    margin-bottom: 70px !important;
  }
  .u-ml70pc {
    margin-left: 70px !important;
  }
  .u-p70pc {
    padding: 70px !important;
  }
  .u-px70pc {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  .u-py70pc {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .u-pt70pc {
    padding-top: 70px !important;
  }
  .u-pr70pc {
    padding-right: 70px !important;
  }
  .u-pb70pc {
    padding-bottom: 70px !important;
  }
  .u-pl70pc {
    padding-left: 70px !important;
  }
  .u-m75pc {
    margin: 75px !important;
  }
  .u-mx75pc {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  .u-my75pc {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .u-mt75pc {
    margin-top: 75px !important;
  }
  .u-mr75pc {
    margin-right: 75px !important;
  }
  .u-mb75pc {
    margin-bottom: 75px !important;
  }
  .u-ml75pc {
    margin-left: 75px !important;
  }
  .u-p75pc {
    padding: 75px !important;
  }
  .u-px75pc {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .u-py75pc {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .u-pt75pc {
    padding-top: 75px !important;
  }
  .u-pr75pc {
    padding-right: 75px !important;
  }
  .u-pb75pc {
    padding-bottom: 75px !important;
  }
  .u-pl75pc {
    padding-left: 75px !important;
  }
  .u-m80pc {
    margin: 80px !important;
  }
  .u-mx80pc {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  .u-my80pc {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .u-mt80pc {
    margin-top: 80px !important;
  }
  .u-mr80pc {
    margin-right: 80px !important;
  }
  .u-mb80pc {
    margin-bottom: 80px !important;
  }
  .u-ml80pc {
    margin-left: 80px !important;
  }
  .u-p80pc {
    padding: 80px !important;
  }
  .u-px80pc {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  .u-py80pc {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .u-pt80pc {
    padding-top: 80px !important;
  }
  .u-pr80pc {
    padding-right: 80px !important;
  }
  .u-pb80pc {
    padding-bottom: 80px !important;
  }
  .u-pl80pc {
    padding-left: 80px !important;
  }
  .u-m85pc {
    margin: 85px !important;
  }
  .u-mx85pc {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  .u-my85pc {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .u-mt85pc {
    margin-top: 85px !important;
  }
  .u-mr85pc {
    margin-right: 85px !important;
  }
  .u-mb85pc {
    margin-bottom: 85px !important;
  }
  .u-ml85pc {
    margin-left: 85px !important;
  }
  .u-p85pc {
    padding: 85px !important;
  }
  .u-px85pc {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  .u-py85pc {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .u-pt85pc {
    padding-top: 85px !important;
  }
  .u-pr85pc {
    padding-right: 85px !important;
  }
  .u-pb85pc {
    padding-bottom: 85px !important;
  }
  .u-pl85pc {
    padding-left: 85px !important;
  }
  .u-m90pc {
    margin: 90px !important;
  }
  .u-mx90pc {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  .u-my90pc {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .u-mt90pc {
    margin-top: 90px !important;
  }
  .u-mr90pc {
    margin-right: 90px !important;
  }
  .u-mb90pc {
    margin-bottom: 90px !important;
  }
  .u-ml90pc {
    margin-left: 90px !important;
  }
  .u-p90pc {
    padding: 90px !important;
  }
  .u-px90pc {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  .u-py90pc {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .u-pt90pc {
    padding-top: 90px !important;
  }
  .u-pr90pc {
    padding-right: 90px !important;
  }
  .u-pb90pc {
    padding-bottom: 90px !important;
  }
  .u-pl90pc {
    padding-left: 90px !important;
  }
  .u-m95pc {
    margin: 95px !important;
  }
  .u-mx95pc {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  .u-my95pc {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .u-mt95pc {
    margin-top: 95px !important;
  }
  .u-mr95pc {
    margin-right: 95px !important;
  }
  .u-mb95pc {
    margin-bottom: 95px !important;
  }
  .u-ml95pc {
    margin-left: 95px !important;
  }
  .u-p95pc {
    padding: 95px !important;
  }
  .u-px95pc {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  .u-py95pc {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .u-pt95pc {
    padding-top: 95px !important;
  }
  .u-pr95pc {
    padding-right: 95px !important;
  }
  .u-pb95pc {
    padding-bottom: 95px !important;
  }
  .u-pl95pc {
    padding-left: 95px !important;
  }
  .u-m100pc {
    margin: 100px !important;
  }
  .u-mx100pc {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  .u-my100pc {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .u-mt100pc {
    margin-top: 100px !important;
  }
  .u-mr100pc {
    margin-right: 100px !important;
  }
  .u-mb100pc {
    margin-bottom: 100px !important;
  }
  .u-ml100pc {
    margin-left: 100px !important;
  }
  .u-p100pc {
    padding: 100px !important;
  }
  .u-px100pc {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  .u-py100pc {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .u-pt100pc {
    padding-top: 100px !important;
  }
  .u-pr100pc {
    padding-right: 100px !important;
  }
  .u-pb100pc {
    padding-bottom: 100px !important;
  }
  .u-pl100pc {
    padding-left: 100px !important;
  }
  .u-m105pc {
    margin: 105px !important;
  }
  .u-mx105pc {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  .u-my105pc {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  .u-mt105pc {
    margin-top: 105px !important;
  }
  .u-mr105pc {
    margin-right: 105px !important;
  }
  .u-mb105pc {
    margin-bottom: 105px !important;
  }
  .u-ml105pc {
    margin-left: 105px !important;
  }
  .u-p105pc {
    padding: 105px !important;
  }
  .u-px105pc {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  .u-py105pc {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  .u-pt105pc {
    padding-top: 105px !important;
  }
  .u-pr105pc {
    padding-right: 105px !important;
  }
  .u-pb105pc {
    padding-bottom: 105px !important;
  }
  .u-pl105pc {
    padding-left: 105px !important;
  }
  .u-m110pc {
    margin: 110px !important;
  }
  .u-mx110pc {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  .u-my110pc {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .u-mt110pc {
    margin-top: 110px !important;
  }
  .u-mr110pc {
    margin-right: 110px !important;
  }
  .u-mb110pc {
    margin-bottom: 110px !important;
  }
  .u-ml110pc {
    margin-left: 110px !important;
  }
  .u-p110pc {
    padding: 110px !important;
  }
  .u-px110pc {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  .u-py110pc {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .u-pt110pc {
    padding-top: 110px !important;
  }
  .u-pr110pc {
    padding-right: 110px !important;
  }
  .u-pb110pc {
    padding-bottom: 110px !important;
  }
  .u-pl110pc {
    padding-left: 110px !important;
  }
  .u-m115pc {
    margin: 115px !important;
  }
  .u-mx115pc {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  .u-my115pc {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  .u-mt115pc {
    margin-top: 115px !important;
  }
  .u-mr115pc {
    margin-right: 115px !important;
  }
  .u-mb115pc {
    margin-bottom: 115px !important;
  }
  .u-ml115pc {
    margin-left: 115px !important;
  }
  .u-p115pc {
    padding: 115px !important;
  }
  .u-px115pc {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  .u-py115pc {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  .u-pt115pc {
    padding-top: 115px !important;
  }
  .u-pr115pc {
    padding-right: 115px !important;
  }
  .u-pb115pc {
    padding-bottom: 115px !important;
  }
  .u-pl115pc {
    padding-left: 115px !important;
  }
  .u-m120pc {
    margin: 120px !important;
  }
  .u-mx120pc {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .u-my120pc {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .u-mt120pc {
    margin-top: 120px !important;
  }
  .u-mr120pc {
    margin-right: 120px !important;
  }
  .u-mb120pc {
    margin-bottom: 120px !important;
  }
  .u-ml120pc {
    margin-left: 120px !important;
  }
  .u-p120pc {
    padding: 120px !important;
  }
  .u-px120pc {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .u-py120pc {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .u-pt120pc {
    padding-top: 120px !important;
  }
  .u-pr120pc {
    padding-right: 120px !important;
  }
  .u-pb120pc {
    padding-bottom: 120px !important;
  }
  .u-pl120pc {
    padding-left: 120px !important;
  }
  .u-m125pc {
    margin: 125px !important;
  }
  .u-mx125pc {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  .u-my125pc {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  .u-mt125pc {
    margin-top: 125px !important;
  }
  .u-mr125pc {
    margin-right: 125px !important;
  }
  .u-mb125pc {
    margin-bottom: 125px !important;
  }
  .u-ml125pc {
    margin-left: 125px !important;
  }
  .u-p125pc {
    padding: 125px !important;
  }
  .u-px125pc {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  .u-py125pc {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  .u-pt125pc {
    padding-top: 125px !important;
  }
  .u-pr125pc {
    padding-right: 125px !important;
  }
  .u-pb125pc {
    padding-bottom: 125px !important;
  }
  .u-pl125pc {
    padding-left: 125px !important;
  }
  .u-pc-hidden {
    display: none !important;
  }
}
.u-gap5 {
  gap: 5px !important;
}

.u-gap10 {
  gap: 10px !important;
}

.u-gap15 {
  gap: 15px !important;
}

.u-gap20 {
  gap: 20px !important;
}

.u-gap25 {
  gap: 25px !important;
}

.u-gap30 {
  gap: 30px !important;
}

.u-gap35 {
  gap: 35px !important;
}

.u-gap40 {
  gap: 40px !important;
}

.u-gap45 {
  gap: 45px !important;
}

.u-gap50 {
  gap: 50px !important;
}

.u-gap55 {
  gap: 55px !important;
}

.u-gap60 {
  gap: 60px !important;
}

.u-gap65 {
  gap: 65px !important;
}

.u-gap70 {
  gap: 70px !important;
}

.u-gap75 {
  gap: 75px !important;
}

.u-gap80 {
  gap: 80px !important;
}

.u-gap85 {
  gap: 85px !important;
}

.u-gap90 {
  gap: 90px !important;
}

.u-gap95 {
  gap: 95px !important;
}

.u-gap100 {
  gap: 100px !important;
}

@media (max-width: 767px) {
  .u-gap5sp {
    gap: 5px !important;
  }
  .u-gap10sp {
    gap: 10px !important;
  }
  .u-gap15sp {
    gap: 15px !important;
  }
  .u-gap20sp {
    gap: 20px !important;
  }
  .u-gap25sp {
    gap: 25px !important;
  }
  .u-gap30sp {
    gap: 30px !important;
  }
  .u-gap35sp {
    gap: 35px !important;
  }
  .u-gap40sp {
    gap: 40px !important;
  }
  .u-gap45sp {
    gap: 45px !important;
  }
  .u-gap50sp {
    gap: 50px !important;
  }
  .u-gap55sp {
    gap: 55px !important;
  }
  .u-gap60sp {
    gap: 60px !important;
  }
  .u-gap65sp {
    gap: 65px !important;
  }
  .u-gap70sp {
    gap: 70px !important;
  }
  .u-gap75sp {
    gap: 75px !important;
  }
  .u-gap80sp {
    gap: 80px !important;
  }
  .u-gap85sp {
    gap: 85px !important;
  }
  .u-gap90sp {
    gap: 90px !important;
  }
  .u-gap95sp {
    gap: 95px !important;
  }
  .u-gap100sp {
    gap: 100px !important;
  }
}
/* フォントサイズ */
.u-fz10 {
  font-size: 10px !important;
}

.u-fz11 {
  font-size: 11px !important;
}

.u-fz12 {
  font-size: 12px !important;
}

.u-fz13 {
  font-size: 13px !important;
}

.u-fz14 {
  font-size: 14px !important;
}

.u-fz15 {
  font-size: 15px !important;
}

.u-fz16 {
  font-size: 16px !important;
}

.u-fz17 {
  font-size: 17px !important;
}

.u-fz18 {
  font-size: 18px !important;
}

.u-fz19 {
  font-size: 19px !important;
}

.u-fz20 {
  font-size: 20px !important;
}

.u-fz21 {
  font-size: 21px !important;
}

.u-fz22 {
  font-size: 22px !important;
}

.u-fz23 {
  font-size: 23px !important;
}

.u-fz24 {
  font-size: 24px !important;
}

.u-fz25 {
  font-size: 25px !important;
}

.u-fz26 {
  font-size: 26px !important;
}

.u-fz27 {
  font-size: 27px !important;
}

.u-fz28 {
  font-size: 28px !important;
}

.u-fz29 {
  font-size: 29px !important;
}

.u-fz30 {
  font-size: 30px !important;
}

.u-fz31 {
  font-size: 31px !important;
}

.u-fz32 {
  font-size: 32px !important;
}

.u-fz33 {
  font-size: 33px !important;
}

.u-fz34 {
  font-size: 34px !important;
}

.u-fz35 {
  font-size: 35px !important;
}

.u-fz36 {
  font-size: 36px !important;
}

.u-fz37 {
  font-size: 37px !important;
}

.u-fz38 {
  font-size: 38px !important;
}

.u-fz39 {
  font-size: 39px !important;
}

.u-fz40 {
  font-size: 40px !important;
}

.u-fz41 {
  font-size: 41px !important;
}

.u-fz42 {
  font-size: 42px !important;
}

.u-fz43 {
  font-size: 43px !important;
}

.u-fz44 {
  font-size: 44px !important;
}

.u-fz45 {
  font-size: 45px !important;
}

.u-fz46 {
  font-size: 46px !important;
}

.u-fz47 {
  font-size: 47px !important;
}

.u-fz48 {
  font-size: 48px !important;
}

.u-fz49 {
  font-size: 49px !important;
}

.u-fz50 {
  font-size: 50px !important;
}

@media (max-width: 767px) {
  .u-fz10sp {
    font-size: 10px !important;
  }
  .u-fz11sp {
    font-size: 11px !important;
  }
  .u-fz12sp {
    font-size: 12px !important;
  }
  .u-fz13sp {
    font-size: 13px !important;
  }
  .u-fz14sp {
    font-size: 14px !important;
  }
  .u-fz15sp {
    font-size: 15px !important;
  }
  .u-fz16sp {
    font-size: 16px !important;
  }
  .u-fz17sp {
    font-size: 17px !important;
  }
  .u-fz18sp {
    font-size: 18px !important;
  }
  .u-fz19sp {
    font-size: 19px !important;
  }
  .u-fz20sp {
    font-size: 20px !important;
  }
  .u-fz21sp {
    font-size: 21px !important;
  }
  .u-fz22sp {
    font-size: 22px !important;
  }
  .u-fz23sp {
    font-size: 23px !important;
  }
  .u-fz24sp {
    font-size: 24px !important;
  }
  .u-fz25sp {
    font-size: 25px !important;
  }
  .u-fz26sp {
    font-size: 26px !important;
  }
  .u-fz27sp {
    font-size: 27px !important;
  }
  .u-fz28sp {
    font-size: 28px !important;
  }
  .u-fz29sp {
    font-size: 29px !important;
  }
  .u-fz30sp {
    font-size: 30px !important;
  }
  .u-fz31sp {
    font-size: 31px !important;
  }
  .u-fz32sp {
    font-size: 32px !important;
  }
  .u-fz33sp {
    font-size: 33px !important;
  }
  .u-fz34sp {
    font-size: 34px !important;
  }
  .u-fz35sp {
    font-size: 35px !important;
  }
  .u-fz36sp {
    font-size: 36px !important;
  }
  .u-fz37sp {
    font-size: 37px !important;
  }
  .u-fz38sp {
    font-size: 38px !important;
  }
  .u-fz39sp {
    font-size: 39px !important;
  }
  .u-fz40sp {
    font-size: 40px !important;
  }
  .u-fz41sp {
    font-size: 41px !important;
  }
  .u-fz42sp {
    font-size: 42px !important;
  }
  .u-fz43sp {
    font-size: 43px !important;
  }
  .u-fz44sp {
    font-size: 44px !important;
  }
  .u-fz45sp {
    font-size: 45px !important;
  }
  .u-fz46sp {
    font-size: 46px !important;
  }
  .u-fz47sp {
    font-size: 47px !important;
  }
  .u-fz48sp {
    font-size: 48px !important;
  }
  .u-fz49sp {
    font-size: 49px !important;
  }
  .u-fz50sp {
    font-size: 50px !important;
  }
}
/* ユーティリティ各種 */
.u-font-inherit {
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
}

.u-text-right {
  text-align: right !important;
}

@media (max-width: 767px) {
  .u-text-right-sp {
    text-align: right !important;
  }
}

.u-text-center {
  text-align: center !important;
}

@media (max-width: 767px) {
  .u-text-center-sp {
    text-align: center !important;
  }
}

.u-text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .u-text-left-sp {
    text-align: left !important;
  }
}

.u-vertical-bottom {
  vertical-align: bottom !important;
}

.u-vertical-middle {
  vertical-align: middle !important;
}

.u-text-decoration-none {
  text-decoration: none !important;
}

.u-text-palt {
  font-feature-settings: "palt" !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-bold {
  font-weight: bold !important;
}

.u-flex {
  display: flex !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-flex-end {
  justify-content: flex-end;
}

.u-align-start {
  align-items: flex-start !important;
}

.u-align-center {
  align-items: center !important;
}

.u-align-end {
  align-items: flex-end !important;
}

.u-align-self-end {
  align-self: end !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-wh100p {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .u-w100p-sp {
    width: 100% !important;
    height: auto !important;
  }
}
.u-max-w100p {
  max-width: 100% !important;
  height: auto !important;
}

.u-text-indent-1em {
  padding-left: 1em;
  text-indent: -1em;
}

.u-text-indent-165em {
  padding-left: 1.65em;
  text-indent: -1.65em;
}

.u-line-height-1 {
  line-height: 1 !important;
}

.u-block {
  display: block !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-word-break-all {
  word-break: break-all;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

.u-relative {
  position: relative !important;
}

.u-height-auto {
  height: auto !important;
}

.u-pointer {
  cursor: pointer;
}

@media (min-width: 768px) {
  .u-hover:hover {
    opacity: 0.7 !important;
    transition: opacity 250ms !important;
  }
}

.u-hover-ul:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.u-require {
  color: var(--color_alert);
}

.u-box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* contact form 7 */
.wpcf7-spinner {
  display: none;
}

.p-top__intro {
  position: relative;
  background: linear-gradient(180deg, #0225A8 0%, #06113C 100%);
  color: #fff;
  padding: 90px 20px 90px;
}
@media (max-width: 767px) {
  .p-top__intro {
    overflow: hidden;
    padding: 8vw 5px 8vw;
  }
}
.p-top__intro__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
}
.p-top__intro__text p {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .p-top__intro__text p {
    line-height: 1.8em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__intro__text p {
    font-size: 4vw;
  }
}
.p-top__intro__text p b {
  font-size: 30px;
  font-weight: inherit;
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__intro__text p b {
    font-size: 5.8666666667vw;
  }
}
.p-top__intro__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80vw;
}
@media (max-width: 767px) {
  .p-top__intro__logo {
    rotate: 90deg;
    transform: translate(-10%, 20%);
  }
}
.p-top__intro__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-top__intro__logo img {
    width: 100vw;
  }
}
.p-top__intro__wave {
  position: absolute;
}
.p-top__intro__wave--1 {
  top: 0;
  left: 0;
}
.p-top__intro__wave--1 img {
  width: 80vw;
}
@media (max-width: 767px) {
  .p-top__intro__wave--1 img {
    width: 120vw;
  }
}
.p-top__intro__wave--2 {
  bottom: -10vw;
  right: 0;
}
.p-top__intro__wave--2 img {
  width: 80vw;
}
@media (max-width: 767px) {
  .p-top__intro__wave--2 img {
    width: 120vw;
  }
}
.p-top__about__inner {
  display: flex;
  border-top: 1px solid var(--color_gold);
}
@media (max-width: 767px) {
  .p-top__about__inner {
    display: grid;
  }
}
.p-top__about__inner--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-top__about__inner.sp-first {
    margin-top: -40px;
    border-top: none;
  }
}
.p-top__about__image {
  flex: 1;
  line-height: 1;
}
.p-top__about__image__description {
  font-size: 1.3888888889vw;
  text-align: center;
  color: var(--color_blue);
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-top__about__image__description {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__about__image__description {
    font-size: 4.2666666667vw;
  }
}
.p-top__about__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__about__image--video {
  margin-left: 6.8055555556vw;
}
@media (max-width: 767px) {
  .p-top__about__image--video {
    margin-left: 0;
    width: 100%;
  }
}
.p-top__about__image--video iframe {
  width: 32.2916666667vw;
  aspect-ratio: 395/702;
}
@media (max-width: 767px) {
  .p-top__about__image--video iframe {
    width: 100%;
  }
}
.p-top__about__image--map img {
  display: block;
  width: 90%;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  margin: 20px 0 20px auto;
}
@media (max-width: 767px) {
  .p-top__about__image--map img {
    width: 90%;
    margin: 10px auto;
  }
}
.p-top__about__text {
  flex: 1;
}
.p-top__about__text__inner {
  margin: 2.0833333333vw 1.25vw 2.7777777778vw 2.7777777778vw;
  max-width: 41.6666666667vw;
  position: relative;
}
@media (max-width: 767px) {
  .p-top__about__text__inner {
    margin: 0;
    padding: 5.3333333333vw;
    max-width: none;
  }
}
.p-top__about__heading {
  color: var(--color_blue);
  font-size: 2.7777777778vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .p-top__about__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-block: 15px;
    padding-inline: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__about__heading {
    font-size: 5.3333333333vw;
  }
}
.p-top__about__heading span {
  display: block;
  font-size: 4.1666666667vw;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-top__about__heading span {
    white-space: nowrap;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__about__heading span {
    font-size: 10.6666666667vw;
  }
}
.p-top__about__description {
  font-size: 1.1111111111vw;
  letter-spacing: -0.01em;
  font-weight: 500;
  line-height: 2em;
  margin-bottom: 1.6666666667vw;
}
@media (max-width: 767px) {
  .p-top__about__description {
    line-height: 1.8em;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__about__description {
    font-size: 3.7333333333vw;
  }
}
.p-top__about__description b {
  font-size: 1.8055555556vw;
  background: linear-gradient(to top, #EBE2C7 0%, #EBE2C7 29.9%, transparent 30%);
}
@media (max-width: 767px) {
  .p-top__about__description b {
    line-height: 1.8em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__about__description b {
    font-size: 4.8vw;
  }
}
.p-top__about__description small {
  font-size: 0.9722222222vw;
}
@media (max-width: 767px) {
  .p-top__about__description small {
    line-height: 1.8em;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .p-top__about__description small {
    font-size: 3.2vw;
  }
}
.p-top__about__description--sub {
  padding-right: 9.0277777778vw;
}
@media (max-width: 767px) {
  .p-top__about__description--sub {
    padding-right: 0;
  }
}
.p-top__about__sub-image {
  position: absolute;
  bottom: 0;
  right: calc(-50% + 100px);
  width: 320px;
}
@media (max-width: 767px) {
  .p-top__about__sub-image {
    position: static;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 20px;
  }
}
.p-top__about__sub-image img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .p-top__about__hidden {
    max-height: 130px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
  }
  .p-top__about__hidden::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    pointer-events: none;
  }
  .p-top__about__hidden.is-open {
    max-height: none;
  }
  .p-top__about__hidden.is-open::after {
    display: none;
  }
}

.p-interview__header {
  position: relative;
  border-top: 2px solid var(--color_blue);
  padding-top: 50px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.p-interview__header::before {
  content: "";
  position: absolute;
  top: -17px;
  left: 0;
  width: 79px;
  height: 17px;
  background-image: url('data:image/svg+xml;utf8,<svg width="79" height="17" viewBox="0 0 79 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H73.2754L79 17H0V0Z" fill="%230E2167"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .p-interview__header {
    padding-top: 30px;
    margin-bottom: 40px;
  }
}
.p-interview__video {
  text-align: center;
  margin-bottom: 50px;
}
.p-interview__video iframe {
  width: 600px;
  max-width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .p-interview__video {
    margin-bottom: 25px;
  }
}
.p-interview__content {
  font-size: 16px;
  line-height: 1.6;
  color: var(--color_text);
  padding: 40px 65px;
  background-color: #fafafa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .p-interview__content {
    padding: 40px 30px;
  }
}

.p-tenpo__header {
  margin-top: -20px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .p-tenpo__header {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}
.p-tenpo__header__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
}
@media (max-width: 767px) {
  .p-tenpo__header__tags {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
  }
}
.p-tenpo__title {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: var(--color_blue);
}
@media (max-width: 767px) {
  .p-tenpo__title {
    font-size: 20px;
  }
}
.p-tenpo__title--branding {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.p-tenpo__title--name {
  display: block;
  color: inherit;
  font-size: 50px;
  font-weight: inherit;
}
@media (max-width: 767px) {
  .p-tenpo__title--name {
    font-size: 38px;
  }
}
.p-tenpo__banner-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.p-tenpo__access {
  display: grid;
  grid-template-columns: 51.5% auto;
  grid-template-rows: 380px auto;
  gap: 10px 40px;
}
@media (max-width: 767px) {
  .p-tenpo__access {
    display: block;
    gap: 20px 0;
  }
}
.p-tenpo__access__map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  border: none;
}
@media (max-width: 767px) {
  .p-tenpo__access__map {
    margin-bottom: 20px;
  }
}
.p-tenpo__access__info {
  grid-row: 1/-1;
  grid-column: 2/3;
}
@media (max-width: 767px) {
  .p-tenpo__access__info {
    margin-bottom: 40px;
  }
}
.p-tenpo__access__info div {
  display: grid;
  grid-template-columns: 15% auto;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.p-tenpo__access__info div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-tenpo__access__info div {
    grid-template-columns: 20% auto;
    gap: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-tenpo__access__info dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
}
.p-tenpo__access__info dd {
  line-height: 1.4em;
}
.p-tenpo__access__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .p-tenpo__access__buttons {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.p-tenpo__access-detail__map {
  text-align: center;
}
.p-tenpo__access-detail__map iframe {
  width: 717px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 4/2;
  border: none;
}
@media (max-width: 767px) {
  .p-tenpo__access-detail__map iframe {
    width: 100%;
    aspect-ratio: 4/3;
  }
}
@media (max-width: 767px) {
  .p-tenpo__access-detail__map {
    margin-bottom: 20px;
  }
}
.p-tenpo__access-detail__info {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-tenpo__access-detail__info {
    margin-bottom: 40px;
  }
}
.p-tenpo__access-detail__info div {
  display: grid;
  grid-template-columns: 10% auto;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #000000;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.p-tenpo__access-detail__info div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .p-tenpo__access-detail__info div {
    grid-template-columns: 20% auto;
    gap: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.p-tenpo__access-detail__info dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2em;
}
.p-tenpo__access-detail__info dd {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
}
.p-tenpo__access-detail__info dd span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.p-tenpo__access-detail__info dd small {
  font-size: 16px;
  font-weight: 400;
}
.p-tenpo__sns-list {
  display: flex;
  gap: 40px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-tenpo__sns-list {
    flex-wrap: wrap;
    gap: 20px 60px;
  }
}
.p-tenpo__sns-link:hover {
  opacity: 0.7;
}
.p-tenpo__soon {
  padding: 40px 20px;
  background-color: var(--color_light_blue);
}

.p-news__date {
  border-bottom: 1px solid var(--color_gold);
  margin-bottom: 40px;
}
.p-news__date time {
  background-color: var(--color_gold);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  padding: 2px 10px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-news__date time::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: -1px;
  background-color: var(--color_gold);
  width: 10%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.p-news__title {
  font-size: 26px;
  font-weight: 700;
  color: var(--color_blue);
  letter-spacing: -1px;
  line-height: 1.5em;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-news__title {
    font-size: 30px;
    padding-left: 0;
    margin-bottom: 16px;
  }
}
.p-news__buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .p-news__buttons {
    gap: 12px;
  }
}
.p-news__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-news__nav {
    justify-content: space-between;
  }
}
.p-news__nav__link {
  position: relative;
  display: block;
  color: var(--color_text);
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .p-news__nav__link {
    padding: 0 20px;
  }
}
.p-news__nav__link:has(a)::after {
  position: absolute;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2213%22%20height%3D%2222%22%20viewBox%3D%220%200%2013%2022%22%20fill%3D%22none%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0.707031%200.707031L10.707%2010.707L0.707031%2020.707%22%20stroke%3D%22%23000000%22%20stroke-width%3D%222%22/%3E%3C/svg%3E");
  line-height: 1;
  top: 50%;
}
.p-news__nav__link--prev {
  border-right: 1px solid #000000;
}
.p-news__nav__link--prev::after {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.p-news__nav__link--next::after {
  right: 0;
  transform: translateY(-50%);
}
.p-news__nav__time {
  display: block;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  background-color: var(--color_gold);
  padding: 2px 20px;
  border-radius: 100vmax;
  margin-bottom: 8px;
}
.p-news__nav__title {
  font-weight: 700;
  color: var(--color_text);
}
.p-news__nav__title:hover {
  text-decoration: underline;
}

.p-feature__category-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-feature__category-list {
    margin-bottom: 16px;
  }
}
.p-feature__category-label {
  font-size: 18px;
  color: var(--color_blue);
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-feature__category-label {
    font-size: 18px;
  }
}
.p-feature__category-link {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  color: var(--color_blue);
  background-color: #ffffff;
  border: 1px solid var(--color_blue);
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .p-feature__category-link {
    font-size: 16px;
    padding: 4px 10px;
  }
}
.p-feature__category-link:hover, .p-feature__category-link.is-active {
  background-color: var(--color_blue);
  color: #ffffff;
}
.p-feature__meta {
  display: flex;
  align-items: top;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color_blue);
  margin-bottom: 30px;
}
.p-feature__date {
  font-size: 16px;
  display: inline-block;
  color: var(--color_blue);
  font-weight: 700;
  flex: 0 0 auto;
}
.p-feature__category-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--color_text);
}
@media (max-width: 767px) {
  .p-feature__category-tag {
    margin-bottom: 20px;
  }
}
.p-feature__category-tag__item {
  background-color: var(--color_blue);
  border: 1px solid var(--color_blue);
  font-size: 14px;
  color: #ffffff;
  padding: 2px 15px;
  border-radius: 100vmax;
  transition: background-color 0.3s, color 0.3s, color 0.3s;
}
.p-feature__category-tag__item:hover {
  background-color: #ffffff;
  color: var(--color_blue);
}
.p-feature__title {
  font-size: 26px;
  font-weight: 700;
  color: var(--color_text);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-feature__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-feature__buttons {
  margin-bottom: 80px;
}
.p-feature__nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-feature__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .p-feature__nav a:nth-child(2) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.p-media {
  background-color: #ffffff;
  background-image: url("../images/media/bg_wave.webp");
  background-position: top 200px right;
  background-repeat: no-repeat;
  background-size: 749px auto;
}
@media (max-width: 767px) {
  .p-media {
    background-position: top 150px right;
    background-size: 200px auto;
  }
}
.p-media__wrapper {
  display: grid;
  grid-template-columns: 1fr 292px;
  gap: 50px;
}
@media (max-width: 767px) {
  .p-media__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-media__category-list {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .p-media__category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 10px;
  }
}
.p-media__category-label {
  font-size: 18px;
  color: var(--color_blue);
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .p-media__category-label {
    font-size: 18px;
  }
}
.p-media__category-link {
  display: inline-block;
  padding: 3px 12px 4px;
  font-size: 16px;
  color: var(--color_blue);
  background-color: #ffffff;
  border: 1px solid var(--color_blue);
  border-radius: 5px;
  width: 12em;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
@media (max-width: 767px) {
  .p-media__category-link {
    font-size: 16px;
    padding: 4px 10px;
    width: 100%;
  }
}
.p-media__category-link:hover, .p-media__category-link.is-active {
  background-color: var(--color_blue);
  color: #ffffff;
}
.p-media__date {
  font-size: 16px;
  display: inline-block;
  color: var(--color_blue);
  font-weight: 700;
  flex: 0 0 auto;
}
.p-media__title {
  font-size: 26px;
  font-weight: 700;
  color: var(--color_text);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-media__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-media__buttons {
  margin-bottom: 80px;
}
.p-media__nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .p-media__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 50px;
  }
  .p-media__nav a:nth-child(2) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.p-media-detail__header {
  display: grid;
  grid-template-columns: 310px auto;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-media-detail__header {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-media-detail__image img {
  width: 100%;
  height: auto;
}
.p-media-detail__info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .p-media-detail__info {
    gap: 15px;
  }
}
.p-media-detail__meta {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .p-media-detail__meta {
    gap: 10px;
  }
}
.p-media-detail__date {
  font-size: 16px;
  color: var(--color_blue);
  font-weight: 700;
  line-height: 1em;
}
.p-media-detail__tags {
  display: flex;
  gap: 10px;
}
@media (max-width: 767px) {
  .p-media-detail__tags {
    gap: 8px;
  }
}
.p-media-detail__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color_text);
  line-height: 1.3em;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .p-media-detail__title {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.p-media-detail__description {
  font-size: 12px;
  color: var(--color-text);
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .p-media-detail__description {
    font-size: 12px;
    line-height: 1.4em;
  }
}
.p-media-detail__more-info {
  grid-column: 1/-1;
}
.p-media-detail__updated {
  font-size: 12px;
  color: #606060;
  margin-bottom: 10px;
}
.p-media-detail__reading-time {
  font-size: 13px;
  font-weight: 700;
  padding: 5px 20px;
  border-radius: 100vmax;
  line-height: 1em;
  background-color: var(--color_light_blue);
  margin-bottom: 30px;
}
.p-media-detail__share-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-media-detail__share-buttons {
    gap: 10px;
  }
}
.p-media-detail__share-buttons .fb_iframe_widget {
  line-height: 0;
}
.p-media-detail__content {
  border-top: 1px solid var(--color_gold);
  padding-top: 30px;
}

.p-pages__about__map iframe {
  width: 100%;
  height: 420px;
}
@media (max-width: 767px) {
  .p-pages__about__map iframe {
    height: 300px;
  }
}
.p-pages__first__about-text b {
  font-size: 18px;
  font-weight: 700;
  color: var(--color_blue);
}
.p-pages__first__about-text strong {
  font-size: 18px;
  font-weight: 700;
  color: var(--color_red);
}
.p-pages__first__about-text small {
  font-size: 14px;
}
.p-pages__first__about-col2box {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  max-width: 830px;
  margin: 0 auto;
}
.p-pages__first__about-col2box img {
  height: 400px;
  width: auto;
}
@media (max-width: 767px) {
  .p-pages__first__about-col2box img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-pages__first__about-col2box {
    flex-direction: column;
    gap: 20px;
  }
}
.p-pages__first__about-col2box-2 {
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-pages__first__about-col2box-2 img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .p-pages__first__about-col2box-2 {
    flex-direction: column;
    gap: 20px;
  }
}
.p-pages__first__about-col4box {
  display: flex;
  gap: 30px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-pages__first__about-col4box {
    flex-direction: column;
  }
}
.p-pages__first__about-col4box__video iframe {
  width: 270px;
  aspect-ratio: 395/702;
}
@media (max-width: 767px) {
  .p-pages__first__about-col4box__video iframe {
    width: 100%;
  }
}
.p-pages__first__about-col5box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-pages__first__about-col5box {
    grid-template-columns: 1fr;
  }
}
.p-pages__first__about-col5box .a-heading--border {
  font-size: 18px;
  padding: 10px;
  margin-bottom: 30px;
}
.p-pages__first__about-col5box table td, .p-pages__first__about-col5box table th {
  padding: 10px 10px;
  font-size: 16px;
}
.p-pages__first__about-col5box table th:nth-child(1) {
  width: 30%;
}
.p-pages__first__about-col5box table th:nth-child(2) {
  width: 20%;
}
.p-pages__first__about-col5box table th:nth-child(3) {
  width: 50%;
}
.p-pages__first__about-list {
  list-style: none;
  font-size: 16px;
}
.p-pages__first__about-list li {
  margin-bottom: 20px;
}
.p-pages__first__about-list li:last-child {
  margin-bottom: 0;
}
.p-pages__first__about-example {
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 193px auto;
  align-items: center;
  gap: 70px;
}
@media (max-width: 767px) {
  .p-pages__first__about-example {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .p-pages__first__about-example img {
    width: 150px;
    height: auto;
    display: inline-block;
    margin: 0 auto;
  }
}
.p-pages__first__about-example__box {
  background-color: #fafafa;
  padding: 30px;
  border-radius: 5px;
}
.p-pages__first__about-example__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--color_blue);
  margin-bottom: 15px;
}
.p-pages__first__about-example__legend {
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 10px;
  font-weight: 700;
  margin-bottom: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-pages__first__about-example__legend span {
  font-size: inherit;
  font-weight: inherit;
}
.p-pages__first__about-example__legend ._red {
  color: #ff0000;
}
.p-pages__first__about-example__legend ._blue {
  color: #0EB6FF;
}
.p-pages__first__about-example__legend ._green {
  color: #0EB615;
}
.p-pages__first__about-example__text {
  margin-bottom: 5px;
}
.p-pages__first__about-example__note {
  font-size: 14px;
  margin-bottom: 20px;
}
.p-pages__first__suisen {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .p-pages__first__suisen:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-pages__first__suisen:nth-child(even) .p-pages__first__suisen__message::before {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    left: -20px;
    top: 22%;
  }
}
@media (max-width: 767px) {
  .p-pages__first__suisen {
    flex-direction: column;
    gap: 20px;
  }
}
.p-pages__first__suisen__message {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}
.p-pages__first__suisen__message::before {
  background-color: #fff;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: -20px;
  top: 22%;
}
@media (max-width: 767px) {
  .p-pages__first__suisen__message {
    margin-bottom: 20px;
    padding: 25px;
  }
  .p-pages__first__suisen__message::before {
    top: auto;
    right: auto;
    bottom: -20px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    left: 43%;
  }
}
.p-pages__first__suisen__title {
  color: var(--color_blue);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.3;
  font-feature-settings: "palt";
}
.p-pages__first__suisen__profile {
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.p-pages__first__suisen__position {
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1.5;
}
.p-pages__first__suisen__name {
  color: var(--color_blue);
  font-weight: 700;
}
.p-pages__first__suisen__comment {
  color: #222;
  line-height: 1.7;
  margin-bottom: 14px;
}
.p-pages__first__suisen__comment b {
  font-weight: 700;
  color: var(--color_blue);
}
.p-pages__first__suisen__note {
  font-size: 14px;
  color: #666;
  margin-top: auto;
}
.p-pages__first__suisen__image {
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .p-pages__first__suisen__image {
    margin: 0 auto;
  }
}
.p-pages__first__suisen__image img {
  display: block;
  width: 220px;
  height: auto;
}
@media (max-width: 767px) {
  .p-pages__first__suisen__image img {
    width: 100%;
    max-width: 235px;
    margin: 0 auto;
  }
}
.p-pages__first__flow {
  display: grid;
  grid-template-columns: auto 55%;
  gap: 40px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .p-pages__first__flow {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-pages__first__flow:last-child .p-pages__first__flow__arrow {
  display: none;
}
.p-pages__first__flow:last-child .p-pages__first__flow__image::after, .p-pages__first__flow:last-child .p-pages__first__flow__image::before {
  display: none;
}
@media (max-width: 767px) {
  .p-pages__first__flow {
    flex-direction: column;
    gap: 20px;
  }
}
.p-pages__first__flow__content {
  position: relative;
  flex: 1;
  display: grid;
  grid-template-rows: auto auto 1fr;
  height: 100%;
}
.p-pages__first__flow__title {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--color_blue);
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.3;
  font-feature-settings: "palt";
}
.p-pages__first__flow__title span {
  font-family: "Noto Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--color_blue);
  color: var(--color_blue);
  font-size: 22px;
  font-weight: 700;
  border-radius: 30px;
}
.p-pages__first__flow__description {
  color: #222;
  line-height: 1.7;
  margin-bottom: 14px;
}
.p-pages__first__flow__arrow {
  position: relative;
}
@media (max-width: 767px) {
  .p-pages__first__flow__arrow {
    display: none;
  }
}
.p-pages__first__flow__arrow::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #ccd2e9;
  position: absolute;
  top: 0;
  left: 20px;
}
.p-pages__first__flow__arrow::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid #ccd2e9;
  border-top: transparent;
  border-left: transparent;
  position: absolute;
  bottom: 3px;
  left: 19px;
  transform: rotate(45deg) translateY(50%);
}
@media (max-width: 767px) {
  .p-pages__first__flow__image {
    width: 100%;
    position: relative;
    padding-left: 40px;
    padding-bottom: 40px;
  }
  .p-pages__first__flow__image::after {
    content: "";
    width: 2px;
    height: 100%;
    background-color: #ccd2e9;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .p-pages__first__flow__image::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid #ccd2e9;
    border-top: transparent;
    border-left: transparent;
    position: absolute;
    bottom: 3px;
    left: 19px;
    transform: rotate(45deg) translateY(50%);
  }
}
.p-pages__course__lead {
  font-size: 26px;
  font-weight: 700;
  color: var(--color_red);
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-pages__course__lead {
    font-size: 6.4vw;
  }
}
.p-pages__course__note {
  border: 1px solid var(--color_text);
  font-weight: 700;
  border-radius: 5px;
  padding: 10px 15px;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 420px;
  margin: 0 auto 40px auto;
}
@media (max-width: 767px) {
  .p-pages__course__note {
    min-width: 100%;
    width: 100%;
  }
}
.p-pages__course__main {
  position: relative;
  margin-bottom: 50px;
}
.p-pages__course__main img {
  width: 100%;
  height: auto;
  display: block;
}
.p-pages__course__main__text {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 3.4722222222vw;
  transform: translateY(-50%);
  text-align: center;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .p-pages__course__main__text {
    padding: 20px;
  }
}
.p-pages__course__main__text p {
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-pages__course__main__text p {
    line-height: 1.3em;
    font-size: 3.7333333333vw;
  }
}
.p-pages__course__main__text b {
  font-size: 30px;
  font-weight: 700;
  color: var(--color_blue);
}
@media (max-width: 767px) {
  .p-pages__course__main__text b {
    font-size: 4.8vw;
  }
}
.p-pages__course__main__text strong {
  font-size: 48px;
  font-weight: 700;
  color: var(--color_red);
}
@media (max-width: 767px) {
  .p-pages__course__main__text strong {
    display: inline-block;
    margin: 0.3em 0 0.5em;
    padding-bottom: 0;
    font-size: 5.8666666667vw;
  }
}
.p-pages__course__symptom-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fafafa;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  .p-pages__course__symptom-list {
    padding: 30px;
    gap: 15px;
  }
}
.p-pages__course__symptom-list._after-arrow {
  position: relative;
  margin-bottom: 140px;
}
.p-pages__course__symptom-list._after-arrow::after {
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 122px;
  height: 87px;
  margin: 30px auto 0 auto;
  background: url('data:image/svg+xml;utf8,<svg width="122" height="87" viewBox="0 0 122 87" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M60.999 87L-1.70474e-06 39L21.8721 39L21.8721 -4.37673e-06L100 -9.61651e-07L100 39L122 39L60.999 87Z" fill="url(%23paint0_linear_3897_30409)"/><defs><linearGradient id="paint0_linear_3897_30409" x1="61" y1="-9" x2="61" y2="67.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23C06767"/><stop offset="1" stop-color="%238D0B0B"/></linearGradient></defs></svg>') no-repeat center/contain;
}
.p-pages__course__symptom-item {
  font-size: 18px;
  position: relative;
  padding-left: 34px;
  font-weight: 700;
}
.p-pages__course__symptom-item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="23" height="23" rx="4.5" stroke="%230E2167"/><path d="M6.39153 10.0517L3.20312 10.1396L9.4524 18.4004L20.8031 6.40039H19.8466L9.4524 14.7901L6.39153 10.0517Z" fill="%230E2167"/></svg>') no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-pages__course__symptom-text {
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}
.p-pages__course__symptom-text strong {
  font-size: 28px;
  color: var(--color_red);
  font-weight: 700;
}
.p-pages__course__voice {
  margin-bottom: 50px;
}
.p-pages__course__voice__lead {
  font-size: 22px;
  font-weight: 700;
  color: var(--color_blue);
  margin-bottom: 20px;
  font-feature-settings: "palt";
}
.p-pages__course__voice__video {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 20px;
}
.p-pages__course__voice__text {
  margin-bottom: 10px;
}
.p-pages__course__voice__note {
  font-weight: 400;
  font-size: 14px;
}
.p-pages__course__about {
  position: relative;
  margin: 20px 0;
  background: #fafafa;
  border-top: 1px solid var(--color_blue);
}
.p-pages__course__about__inner {
  padding: 50px 70px;
}
@media (max-width: 767px) {
  .p-pages__course__about__inner {
    padding: 30px 20px;
  }
}
.p-pages__course__about p {
  margin: 0;
}
.p-pages__course__about span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: var(--color_blue);
}
.p-pages__course__about::before {
  position: absolute;
  top: -10px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='8' viewBox='0 0 41 8' fill='none'%3E%3Cpath d='M0 0H36L41 8H0V0Z' fill='%230E2167'/%3E%3C/svg%3E");
}
.p-pages__course__about::before {
  position: absolute;
  top: -8px;
  height: 8px;
  line-height: 0;
}
.p-pages__sitemap a {
  text-decoration: none;
}
.p-pages__sitemap a:hover {
  text-decoration: underline;
}
.p-pages__sitemap__heading {
  margin-bottom: 15px;
  padding-bottom: 20px;
  line-height: 1em;
  border-bottom: 1px solid var(--color_blue);
  font-size: 22px;
  font-weight: 700;
  color: var(--color_blue);
}
@media (max-width: 767px) {
  .p-pages__sitemap__heading {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p-pages__sitemap__grid {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 30px 20px;
}
@media (max-width: 767px) {
  .p-pages__sitemap__grid {
    grid-template-columns: auto;
  }
}
.p-pages__sitemap__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-pages__sitemap__group__heading {
  color: var(--color_blue);
  font-weight: 700;
  font-size: 18px;
}
.p-pages__sitemap__group__list {
  display: grid;
  gap: 10px;
}
.p-pages__sitemap__group__list._2col {
  grid-template-columns: auto auto;
}
.p-pages__sitemap__group__list._3col {
  width: 90%;
  grid-template-columns: repeat(3, 1fr);
}
.p-pages__sitemap__branches {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .p-pages__sitemap__branches {
    grid-template-columns: repeat(2, 1fr);
  }
}/*# sourceMappingURL=style.css.map */