/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --ZenOldMincho: "Zen Old Mincho", serif;
  --black: #1a1a1a;
  --white: #ffffff;
  --grey: #808080;
  --dashed-c: #d9d9d9;
  --bg-warm: #f7f7f5;
  --bg-middle: #ededeb;
  --bg-cool: #f0f3f5;
  --fz_xs: 12px;
  --fz_sm: 14px;
  --fz_md: 16px;
  --fz_lg: 18px;
  --fz_xl: 20px;
  --fz_24: 24px;
  --fz_28: 28px;
  --fz_32: 32px;
  --fz_36: 36px;
  --header-h: 120px;
  --mb: 110px;
}
@media screen and (max-width: 1350px) {
  :root {
    --header-h: 60px;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --fz_xs: 10px;
    --fz_sm: 12px;
    --fz_md: 14px;
    --fz_lg: 16px;
    --fz_xl: 18px;
    --fz_24: 20px;
    --fz_28: 24px;
    --fz_32: 28px;
    --fz_36: 32px;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 54.6875%;
  }
}

body {
  font-family: var(--ZenOldMincho);
  font-weight: 400;
  color: var(--black);
}

body.is-modal-open,
html.is-modal-open {
  overflow: hidden;
}

main {
  position: relative;
  width: 100%;
  padding-top: var(--header-h);
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block !important;
  }
  .tab,
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tab {
    display: block !important;
  }
  .pc,
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  .pc,
  .tab {
    display: none !important;
  }
}
.lg-b {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .lg-b {
    display: block !important;
  }
}

.lg-n {
  display: block !important;
}
@media screen and (max-width: 1024px) {
  .lg-n {
    display: none !important;
  }
}

.header {
  height: var(--header-h);
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__logo {
  display: block;
  max-width: 183px;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 1350px) {
  .header__logo {
    margin-left: 5%;
    max-width: 115px;
  }
}
.header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  padding-top: 15px;
}
@media screen and (max-width: 1350px) {
  .header__right {
    display: none;
  }
}
.header__upper {
  display: flex;
  align-items: center;
  padding-right: 170px;
}

.header-mainnav__list {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-top: 30px;
  margin-right: 60px;
  gap: 3rem;
}
.header-mainnav__item {
  position: relative;
}
.header-mainnav__item::after {
  content: "";
  position: absolute;
  width: 6px;
  height: auto;
  aspect-ratio: 1/1;
  background: #b2b2b2;
  border-radius: 50%;
  left: 50%;
  top: 20px;
  translate: 0 100%;
  opacity: 0;
  visibility: hidden;
}
.header-mainnav__item.is-current::after {
  opacity: 1;
  visibility: visible;
}
.header-mainnav__link {
  font-size: 1.6rem;
  font-size: 1.5rem;
  position: relative;
  transition: opacity 0.3s;
}
.header-mainnav__link::after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 50px;
  width: calc(100% + 80px);
  width: 100%;
  background: #737373;
  left: 0;
  opacity: 0;
}
@media (hover) {
  .header-mainnav__link:hover {
    opacity: 0.5;
  }
  .header-mainnav__link:hover::after {
    display: inline-block;
  }
}

.header-subnav__list {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-right: 30px;
  border-right: 1px solid #737373;
  padding-block: 3px;
  height: -moz-fit-content;
  height: fit-content;
}
.header-subnav__link {
  font-size: 1.4rem;
  transition: opacity 0.3s;
}
@media (hover) {
  .header-subnav__link:hover {
    opacity: 0.5;
  }
}

.header-spnav {
  display: none;
  margin-right: 5%;
}
@media screen and (max-width: 1350px) {
  .header-spnav {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.header-spnav__wrapper {
  height: 100svh;
  background: #f7f7f5;
  position: absolute;
  width: 100%;
  left: 0;
  top: var(--header-h);
  padding-top: 50px;
  padding-inline: 5%;
  transition: height 0.3s, opacity 0.3s, visibility 0.3s;
  height: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: scroll;
}
.header-spnav__wrapper.is-active {
  height: 100lvh;
  opacity: 1;
  visibility: visible;
}
.header-spnav__list {
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 150px;
}
.header-spnav__item:not(:first-child) {
  padding-block: 30px;
}
.header-spnav__item:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.header-spnav__item:first-child {
  padding-bottom: 30px;
}
.header-spnav__item:last-child .header-spnav-sub__list {
  margin-top: 0;
}
.header-spnav__link {
  font-size: 16px;
}

.header-spnav-sub__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
  gap: 20px 40px;
}
.header-spnav-sub__link {
  display: inline-block;
  padding-left: 8px;
  line-height: 2.9230769231;
  letter-spacing: 0.06em;
  font-size: 1.3rem;
  font-size: 14px;
  line-height: 1.8;
  position: relative;
}
.header-spnav-sub__link::before, .header-spnav-sub__link::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.header-spnav-sub__link::before {
  margin-block-end: calc((1 - 2.9230769231) * 0.5em);
}
.header-spnav-sub__link::after {
  margin-block-start: calc((1 - 2.9230769231) * 0.5em);
}
.header-spnav-sub__link::before {
  content: "";
  position: absolute;
  background: url("../../images/common/icon_arrow.png") center/cover no-repeat;
  width: 6px;
  height: auto;
  aspect-ratio: 6/8;
  left: -8px;
  top: 0.5lh;
  translate: 100% -50%;
}

.mega-menu__list {
  width: calc(100% + 80px);
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 40px;
  left: -40px;
  left: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  translate: -50% 0;
  padding-inline: 30px;
  display: none;
}
.mega-menu__item {
  border-bottom: 1px solid var(--dashed-c);
  font-size: 1.4rem;
  padding-bottom: 15px;
  text-align: center;
  line-height: 1.5;
  transition: opacity 0.3s;
}
.mega-menu__item:not(:first-child) {
  padding-block: 15px;
}
.mega-menu__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
@media (hover) {
  .mega-menu__item:hover {
    opacity: 0.5;
  }
}

.footer {
  background: #f7f7f5;
  padding-block: 100px 35px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 50px 35px;
  }
}
.footer__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.footer__logo {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    max-width: 180px;
  }
}
.footer__container {
  display: flex;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer__container {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.footer__btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .footer__btn {
    margin-top: 30px;
  }
}

.footer-company {
  padding-right: 66px;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 1350px) {
  .footer-company {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .footer-company {
    padding-right: 0;
    border-right: none;
    margin-top: 50px;
  }
}
.footer-company__name {
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-size: 2rem;
}
.footer-company__name::before, .footer-company__name::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.footer-company__name::before {
  margin-block-end: calc((1 - 1.4) * 0.5em);
}
.footer-company__name::after {
  margin-block-start: calc((1 - 1.4) * 0.5em);
}
.footer-company__address {
  margin-top: 40px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.footer-company__address::before, .footer-company__address::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.footer-company__address::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.footer-company__address::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .footer-company__address {
    margin-top: 20px;
  }
}
.footer-company__sns {
  text-align: left;
}

.footer-sns {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .footer-sns {
    margin-top: 30px;
  }
}
.footer-sns__icon {
  transition: opacity 0.3s;
}
@media (hover) {
  .footer-sns__icon:hover {
    opacity: 0.5;
  }
}
.footer-sns__icon--1 {
  width: 32px;
}
.footer-sns__icon--2 {
  width: 36px;
}
.footer-sns__text {
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  color: #737373;
}
.footer-sns__text::before, .footer-sns__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.footer-sns__text::before {
  margin-block-end: calc((1 - 1.7142857143) * 0.5em);
}
.footer-sns__text::after {
  margin-block-start: calc((1 - 1.7142857143) * 0.5em);
}

.footer-nav__list {
  padding-left: 100px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 60px 89px;
}
@media screen and (max-width: 1350px) {
  .footer-nav__list {
    grid-template-columns: repeat(2, auto);
    gap: 60px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1350px) and (max-width: 768px) {
  .footer-nav__list {
    padding-left: 0;
    margin-top: 0;
    gap: 35px 30px;
  }
}
.footer-nav__link {
  font-size: 1.6rem;
}

.footer-subnav__list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer-subnav__list {
    margin-top: 20px;
    gap: 15px;
  }
}
.footer-subnav__list--mt0 {
  margin-top: 0;
}
.footer-subnav__item {
  position: relative;
}
.footer-subnav__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url("../../images/common/icon_arrow.png") center/cover no-repeat;
  width: 6px;
  height: auto;
  aspect-ratio: 6/8;
  left: -8px;
  translate: -50% -50%;
  top: 1lh;
}
.footer-subnav__link {
  font-size: 1.4rem;
  line-height: 1.8;
  transition: opacity 0.3s;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
@media (hover) {
  .footer-subnav__link:hover {
    opacity: 0.5;
  }
}

.footer-bottom {
  display: flex;
  margin-top: 120px;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    margin-top: 60px;
  }
}
.footer-bottom__link {
  transition: opacity 0.3s;
  color: #737373;
}
@media (hover) {
  .footer-bottom__link:hover {
    opacity: 0.5;
  }
}
.footer-bottom__link--reguler {
  font-size: 1.4rem;
}
.footer-bottom__link--small {
  font-size: 1.2rem;
}

.footer-link {
  border-top: 1px solid #d9d9d9;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 3.8rem;
  color: #737373;
}
@media screen and (max-width: 768px) {
  .footer-link {
    margin-top: 20px;
    padding-top: 20px;
    flex-direction: column;
  }
}
.footer-link__title {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  width: 120px;
}
.footer-link__title::before, .footer-link__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.footer-link__title::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.footer-link__title::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
.footer-link__list {
  display: flex;
  flex-flow: row wrap;
  gap: 15px 14px;
  width: calc(100% - 158px);
}
@media screen and (max-width: 768px) {
  .footer-link__list {
    width: 100%;
  }
}
.footer-link__link {
  padding-right: 1em;
  border-right: 1px solid #737373;
  display: inline-block;
  font-size: 1.4rem;
  color: #737373;
  transition: opacity 0.3s;
  margin-block: calc((1em - 1lh) / 2) !important;
}
@media (hover) {
  .footer-link__link:hover {
    opacity: 0.5;
  }
}
.footer-link__item:last-child .footer-link__link {
  border-right: none;
}

.btn {
  transition: opacity 0.3s, box-shadow 0.3s;
  border-radius: 3px;
  border: 1px solid var(--grey);
  display: grid;
  place-items: center;
}
@media (hover) {
  .btn:hover {
    opacity: 0.5;
    box-shadow: 0;
  }
}
.btn--reguler {
  position: relative;
  font-size: 1.8rem;
  max-width: 245px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  height: 52px;
  height: 5.2rem;
  max-width: 24.5rem;
}
@media (hover) {
  .btn--reguler:hover::before {
    translate: 5px -50%;
  }
}
.btn--reguler::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../../images/common/icon_arrow.png") center/contain no-repeat;
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  transition: translate 0.3s;
}
.btn--small {
  padding: 8px 15px;
  font-size: 1.4rem;
  padding: 0.8rem 1.5rem;
}
.btn--large {
  max-width: 260px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  font-size: 1.6rem;
  height: 44px;
  height: 4.4rem;
  max-width: 26rem;
}

.hamburger {
  position: relative;
  height: auto;
  width: 25px;
  aspect-ratio: 25/8;
  display: none;
}
@media screen and (max-width: 1350px) {
  .hamburger {
    display: block;
  }
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  transform: translateY(4px) rotate(-20deg);
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  transform: translateY(-4px) rotate(20deg);
}
.hamburger__line {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #737373;
  left: 0;
  transform-origin: center center;
  transition: transform 0.3s;
}
.hamburger__line:nth-child(1) {
  top: 0;
}
.hamburger__line:nth-child(2) {
  top: 100%;
}

.tell {
  display: flex;
  gap: 7px;
  align-items: center;
}
.tell--mi {
  margin-inline: 30px;
}
.tell__icon {
  display: inline-block;
  width: 16px;
  aspect-ratio: 16/23;
  height: auto;
  display: grid;
  place-items: center;
  width: 1.6rem;
  background: url("../../images/common/icon_tell.png") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .tell__icon {
    width: 12.5px;
  }
}
.tell__number {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .tell__number {
    font-size: 16px;
  }
}

.mypage {
  position: absolute;
  top: 0;
  right: 0;
  background: var(--bg-cool);
  display: flex;
  align-items: center;
  gap: 8px;
  height: 46px;
  padding-inline: 16px;
  border-radius: 0px 0px 0px 4px;
  transition: opacity 0.3s;
}
@media (hover) {
  .mypage:hover {
    opacity: 0.5;
  }
}
.mypage__icon {
  display: inline-block;
  width: 20px;
  height: auto;
  aspect-ratio: 20/21;
  background: url("../../images/common/icon_mypage.svg") center/cover, no-repeat;
}
.mypage__text {
  font-size: 14px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 40px;
  height: 30px;
}
@media screen and (max-width: 1350px) {
  .breadcrumb {
    margin-left: 5%;
  }
}
.breadcrumb__arrow {
  background: url("../../images/common/icon_arrow.png") center/cover, no-repeat;
  width: 6px;
  height: auto;
  aspect-ratio: 6/8;
  display: inline-block;
}
.breadcrumb__text {
  font-size: 12px;
  color: #737373;
}
.breadcrumb__prev {
  transition: opacity 0.3s;
}
@media (hover) {
  .breadcrumb__prev:hover {
    opacity: 0.5;
  }
}
.page-top {
  background: var(--white);
  width: 100%;
}
.page-top__inner {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  padding-top: 100px;
  min-height: 290px;
}
@media screen and (max-width: 768px) {
  .page-top__inner {
    min-height: 160px;
    padding-top: 50px;
  }
}
.page-top__inner--vert {
  padding-block: 100px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-top__inner--vert {
    padding-block: 50px;
  }
}
.page-top__inner:has(.page-top__subtitle) {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .page-top__inner:has(.page-top__subtitle) {
    padding-top: 40px;
  }
}
.page-top__inner:is(.page-top__inner--vert) {
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  .page-top__inner:is(.page-top__inner--vert) {
    padding-block: 50px;
  }
}
.page-top__head {
  display: flex;
}
@media screen and (max-width: 768px) {
  .page-top__head {
    flex-direction: column;
  }
}
.page-top__head--column {
  flex-direction: column-reverse;
}
.page-top__title {
  margin-block: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.page-top__title--vert {
  line-height: 1.8333333333;
  letter-spacing: 0.14em;
  font-size: 3.6rem;
  writing-mode: vertical-rl;
}
.page-top__title--vert::before, .page-top__title--vert::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.page-top__title--vert::before {
  margin-block-end: calc((1 - 1.8333333333) * 0.5em);
}
.page-top__title--vert::after {
  margin-block-start: calc((1 - 1.8333333333) * 0.5em);
}
@media screen and (max-width: 768px) {
  .page-top__title--vert {
    font-size: 24px;
  }
}
.page-top__title--hol {
  padding-left: 46px;
  margin-top: 20px;
  line-height: 1.5714285714;
  letter-spacing: 0.14em;
  font-size: 4.2rem;
}
.page-top__title--hol::before, .page-top__title--hol::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.page-top__title--hol::before {
  margin-block-end: calc((1 - 1.5714285714) * 0.5em);
}
.page-top__title--hol::after {
  margin-block-start: calc((1 - 1.5714285714) * 0.5em);
}
@media screen and (max-width: 768px) {
  .page-top__title--hol {
    padding-left: 0;
    margin-top: 0;
    font-size: 3.2rem;
  }
}
.page-top__title--pd0 {
  padding-left: 0;
  margin-top: 0;
}
.page-top__title--start {
  text-align: start;
}
.page-top__title--end {
  text-align: end;
}
.page-top__subtitle {
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
  color: #737373;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .page-top__subtitle {
    position: relative;
    justify-content: flex-end;
    margin-top: 30px;
    gap: 8px;
  }
}
.page-top__subtitle::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #d9d9d9;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .page-top__subtitle::before {
    width: 15px;
  }
}
.page-top__subtitle--static {
  position: relative;
  translate: 0 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .page-top__subtitle--static {
    justify-content: flex-start;
    margin-top: 0;
  }
}
.page-top__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  padding-left: 46px;
  margin-top: 58px;
}
.page-top__disc::before, .page-top__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.page-top__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.page-top__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .page-top__disc {
    padding-left: 0;
    margin-top: 30px;
  }
}

.section-title {
  padding-left: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-title {
    padding-left: 28px;
  }
}
.section-title__lead {
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  color: #737373;
}
.section-title__lead::before, .section-title__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.section-title__lead::before {
  margin-block-end: calc((1 - 2.2857142857) * 0.5em);
}
.section-title__lead::after {
  margin-block-start: calc((1 - 2.2857142857) * 0.5em);
}
.section-title__lead::before {
  content: "";
  position: absolute;
  background: #d9d9d9;
  width: 30px;
  height: 1px;
  display: inline-block;
  top: 0.5lh;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-title__lead::before {
    width: 20px;
  }
}
.section-title__text {
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
  margin-top: 3.5rem;
}
.section-title__text::before, .section-title__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.section-title__text::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.section-title__text::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .section-title__text {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}

.anchor-menu {
  padding: 60px 100px;
  background: var(--bg-cool);
  border-radius: 6px;
  margin-top: 150px;
}
@media screen and (max-width: 1200px) {
  .anchor-menu {
    padding: 40px 30px;
    margin-top: 75px;
  }
}
.anchor-menu--mt0 {
  margin-top: 0;
}
.anchor-menu__list {
  display: flex;
  flex-flow: row wrap;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 60px;
}
@media screen and (max-width: 1200px) {
  .anchor-menu__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 30px;
  }
}
@media screen and (max-width: 1200px) and (max-width: 600px) {
  .anchor-menu__list {
    grid-template-columns: 1fr;
  }
}
.anchor-menu__link {
  font-size: 1.6rem;
  display: block;
  border-bottom: 1px solid #737373;
  padding-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.3s;
  gap: 20px;
}
.anchor-menu__link::after {
  content: "";
  display: inline-block;
  border-right: 1px solid #737373;
  border-bottom: 1px solid #737373;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  rotate: 45deg;
  transition: translate 0.3s, opacity 0.3s;
}
@media (hover) {
  .anchor-menu__link:hover {
    opacity: 0.7;
  }
  .anchor-menu__link:hover::after {
    translate: 0 3px;
  }
}
/*# sourceMappingURL=common.css.map */
