@charset "UTF-8";
.body-scroll-stop {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

.header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 0;
  overflow: visible;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 10px 0;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1720px;
  width: 92%;
}
@media screen and (max-width: 1831px) {
  .header_inner {
    max-width: none;
  }
}
@media screen and (max-width: 1591px) {
  .header_inner {
    width: 98%;
  }
}
@media screen and (max-width: 1024px) {
  .header_inner {
    width: 92%;
  }
}
.header_logo {
  max-width: 75px;
  width: 4.36%;
  margin-right: 3.48%;
}
@media screen and (max-width: 1831px) {
  .header_logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header_logo {
    width: 40px;
  }
}
.header_btn {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_btn {
    display: block;
    width: 33px;
  }
}
.header_close {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_close {
    display: flex;
    align-items: center;
    color: #9e9e9e;
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    font-size: 11px;
  }
  .header_close img {
    width: 11px;
    margin-left: 10px;
  }
}
.header_cont {
  display: flex;
  justify-content: space-between;
  max-width: 1585px;
  width: 92.15%;
}
@media screen and (max-width: 1831px) {
  .header_cont {
    max-width: none;
    width: 94%;
  }
}
@media screen and (max-width: 1024px) {
  .header_cont {
    display: none;
    max-width: none;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFF;
    overflow-y: scroll;
    z-index: 9999;
    width: 100%;
    height: 100vh;
  }
}
.header_menu {
  overflow: visible;
  box-sizing: border-box;
  display: flex;
  max-width: 840px;
  width: 53%;
  padding-top: 24px;
}
@media screen and (max-width: 1831px) {
  .header_menu {
    max-width: none;
    width: 60%;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1231px) {
  .header_menu {
    width: 68%;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu {
    overflow: initial;
    display: block;
    max-width: none;
    width: 73.33%;
    margin: 60px auto 0;
  }
}
.header_menu_btn {
  position: relative;
  font-size: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1591px) {
  .header_menu_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1231px) {
  .header_menu_btn {
    font-size: 13px;
    line-height: 1.3;
    height: 44px;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu_btn {
    line-height: normal;
    height: auto;
    font-size: 15px;
    margin-bottom: 10px;
    width: 100%;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/common/menu_plus.svg);
    background-size: 21px;
  }
  .header_menu_btn._active {
    background-image: url(../images/common/menu_minus.svg);
    background-size: 21px;
  }
  .header_menu_btn::before {
    content: "";
    position: absolute;
    display: block;
    background: #006666;
    top: 50%;
    width: 15px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
  }
}
.header_menu_btn span {
  display: block;
  background: url(../images/common/arrow_menu.svg) no-repeat 100% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding: 0 20px;
}
@media screen and (max-width: 1591px) {
  .header_menu_btn span {
    padding: 0 15px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu_btn span {
    padding: 0 0 0 20px;
    color: #006666;
    font-weight: bold;
    background: none;
  }
}
.header_menu_box {
  overflow: visible;
  width: 20%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header_menu_box {
    overflow: initial;
    width: auto;
    margin-left: -10px;
    margin-top: 40px;
  }
}
.header_menu_box._ws {
  width: 15%;
}
@media screen and (max-width: 1024px) {
  .header_menu_box._ws {
    width: auto;
  }
}
.header_menu_box._wl {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .header_menu_box._wl {
    width: auto;
  }
}
.header_menu_list {
  display: none;
  position: absolute;
  width: 100%;
  top: 40px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  line-height: 15px;
  padding-left: 15px;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  .header_menu_list {
    position: relative;
    width: auto;
    top: auto;
    left: auto;
    padding: 5px 0 5px 15px;
    border-left: 1px solid #006666;
    margin-left: 25px;
    background: transparent;
  }
}
.header_menu_list::before {
  content: "";
  display: block;
  background: #009995;
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .header_menu_list::before {
    display: none;
  }
}
.header_menu_list a {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .header_menu_list a {
    color: #006666;
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.header_menu_list_sub {
  padding-left: 15px;
}
@media screen and (max-width: 1024px) {
  .header_menu_list_sub {
    padding-left: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu_list_sub._site {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header_menu_list_btn:last-child {
    margin-bottom: 0;
  }
}
.header_cv {
  display: flex;
  justify-content: flex-end;
  max-width: 740px;
  width: 46.68%;
  padding-top: 15px;
}
@media screen and (max-width: 1831px) {
  .header_cv {
    max-width: none;
    width: 40%;
    padding-top: 7px;
  }
}
@media screen and (max-width: 1231px) {
  .header_cv {
    width: 32%;
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .header_cv {
    width: auto;
    max-width: none;
    display: block;
    width: 73.33%;
    margin: 40px auto 50px;
    padding-top: 0;
  }
}
.header_cv_btn {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #009995;
  background: #009995;
  color: #FFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 22.9%;
  height: 50px;
  font-size: 15px;
  margin-left: 1.35%;
}
@media screen and (max-width: 1831px) {
  .header_cv_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1591px) {
  .header_cv_btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 1231px) {
  .header_cv_btn {
    font-size: 11px;
  }
}
@media screen and (max-width: 1024px) {
  .header_cv_btn {
    border-radius: 5px;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 11px;
    height: 60px;
  }
}
.header_cv_btn:hover {
  background: #FFF;
  color: #009995;
  opacity: 1;
}
.header_cv_btn:hover svg {
  fill: #009995;
}
.header_cv_btn._opening {
  border-color: #ff4d79;
  background: #ff4d79;
}
.header_cv_btn._opening:hover {
  background: #FFF;
  color: #ff4d79;
}
.header_cv_btn._opening:hover svg {
  fill: #ff4d79;
}
.header_cv_btn svg {
  width: 20px;
  fill: #FFF;
  margin-right: 7px;
}
@media screen and (max-width: 1591px) {
  .header_cv_btn svg {
    width: 15px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 1231px) {
  .header_cv_btn svg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .header_cv_btn svg {
    width: 20px;
    margin-right: 7px;
    display: block;
  }
}
.header_site {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header_site {
    display: block;
    background: #009995;
    padding: 40px 0;
  }
  .header_site_cont {
    width: 73.33%;
    margin: 0 auto;
  }
  .header_site_ttl {
    color: #FFF;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 20px;
  }
  .header_site .header_menu_list {
    display: block;
    padding: 0;
    margin: 0;
    border-left: 0;
  }
  .header_site .header_menu_list a {
    color: #FFF;
  }
}

/* ① ブロック内だけスケール係数を付与 */
.l-header-attention {
  --attn-rem: 0.625rem; /* ← 元10px / 現16px の例。必要に応じて変更 */
  z-index: 9999;
  transition: background-color 0.2s ease, max-height 0.2s ease;
  overflow: hidden;
  position: relative;
  background-color: #e60000;
  max-height: 50em;
  isolation: isolate;
}

.l-header-attention--closed {
  background-color: #fff;
  max-height: 0;
}

.l-header-attention__container {
  display: grid;
  grid-template-columns: 1em 1fr; /* emはそのままでもOK（必要なら後述） */
  align-items: center;
  gap: 1em;
  margin-inline: auto;
  padding: calc(1 * var(--attn-rem, 1rem)) calc(2 * var(--attn-rem, 1rem));
}

@media screen and (max-width: 767px) {
  .l-header-attention__container {
    width: 100vw;
    padding: calc(1 * var(--attn-rem, 1rem));
  }
}
.l-header-attention__message {
  color: #fff;
  font-size: calc(1.6 * var(--attn-rem, 1rem));
  font-weight: 500;
  line-height: 1.6;
}

.l-header-attention__close {
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(1.6 * var(--attn-rem, 1rem));
  height: calc(1.6 * var(--attn-rem, 1rem));
  border-radius: 50%;
  position: relative;
  background-color: #fff;
  cursor: pointer;
}

@media (any-hover: hover) {
  .l-header-attention__close:hover {
    opacity: 0.6;
  }
}
.l-header-attention__close span {
  position: absolute;
  width: calc(0.8 * var(--attn-rem, 1rem));
  height: calc(0.2 * var(--attn-rem, 1rem));
  background-color: #e60000;
  border-radius: calc(0.1 * var(--attn-rem, 1rem));
}

.l-header-attention__close span:first-child {
  transform: rotate(45deg);
}

.l-header-attention__close span:last-child {
  transform: rotate(-45deg);
}

/* ここから c-container 群（このCSSを一緒に持ってきた想定なら同様にスケール） */
.c-container {
  width: 100%;
  margin-inline: auto;
}

.c-container--large {
  padding-inline: calc(2 * var(--attn-rem, 1rem));
}

@media screen and (max-width: 767px) {
  .c-container--large {
    padding-inline: calc(1 * var(--attn-rem, 1rem));
  }
}
@media screen and (min-width: 1720px) {
  .c-container--mv {
    padding-inline: calc(2 * var(--attn-rem, 1rem));
  }
}
@media screen and (min-width: 768px) {
  .c-container--bg {
    min-width: calc(132 * var(--attn-rem, 1rem));
  }
  .c-container--mv {
    width: clamp(132 * var(--attn-rem, 1rem), 100%, 172 * var(--attn-rem, 1rem));
  }
  .c-container--large {
    width: clamp(132 * var(--attn-rem, 1rem), 100%, 172 * var(--attn-rem, 1rem));
  }
  .c-container--medium {
    width: clamp(128 * var(--attn-rem, 1rem), 95%, 148 * var(--attn-rem, 1rem));
  }
  .c-container--fix-medium {
    width: calc(128 * var(--attn-rem, 1rem));
  }
  .c-container--small {
    width: calc(120 * var(--attn-rem, 1rem));
  }
}/*# sourceMappingURL=common.css.map */