@charset "UTF-8";
@layer resets {
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  :where([hidden]:not([hidden=until-found])) {
    display: none !important;
  }
  :where(html) {
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    color-scheme: dark light;
    -moz-tab-size: 2;
    -o-tab-size: 2;
    tab-size: 2;
    scrollbar-gutter: stable;
    interpolate-size: allow-keywords;
    line-height: 1.5;
    scroll-padding-top: 3em;
    scroll-behavior: smooth;
  }
  :where(html),
  header,
  .footer_btn {
    min-width: 225px;
  }
  :where(html:has(dialog:modal[open])) {
    overflow: clip;
  }
  :where(body) {
    line-height: inherit;
    font-family: var(--font-jp);
    -webkit-font-smoothing: antialiased;
  }
  :where(body).active {
    overflow: hidden;
  }
  :where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
  }
  :where(button) {
    all: unset;
  }
  :where(textarea) {
    resize: vertical;
    resize: block;
  }
  :where(button, label, select, summary, [role=button], [role=option]) {
    cursor: pointer;
  }
  :where(:disabled, label:has(> :disabled, + disabled)) {
    cursor: not-allowed;
  }
  :where(a) {
    color: inherit;
    text-underline-offset: 0.2ex;
    text-decoration: none;
  }
  :where(ul, ol) {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  :where(blockquote, q) {
    quotes: none;
  }
  :where(blockquote:before, blockquote:after, q:before, q:after) {
    content: "";
    content: none;
  }
  :where(table) {
    border-collapse: collapse;
    border-spacing: 0;
  }
  :where(img, picture, svg, video) {
    max-inline-size: 100%;
    block-size: auto;
    display: block;
    vertical-align: middle;
  }
  :where(dialog, [popover]) {
    border: none;
    background: none;
    color: inherit;
    inset: unset;
    max-width: unset;
    max-height: unset;
    overflow: unset;
  }
  :where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
    display: none !important;
  }
  :where(:focus-visible) {
    outline: 3px solid CanvasText;
    box-shadow: 0 0 0 5px Canvas;
    outline-offset: 1px;
  }
  :where(:focus-visible, :target) {
    scroll-margin-block: 8vh;
  }
  :where(.visually-hidden:not(:focus-within, :active)) {
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
  }
  :where(fieldset, legend) {
    display: block;
    float: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
  }
  /* アコーディオン */
  :where(.accordion-area) {
    list-style: none;
    width: 100%;
    margin: 0 auto;
  }
  :where(.accordion-area) li {
    background-color: #fff;
    border-radius: 0.8em;
    padding: 3% 6%;
  }
  :where(.accordion-area) li + li {
    margin-top: 1em;
  }
  :where(.accordion-area) :where(.title) {
    position: relative;
    transition: all 0.5s ease;
    margin: 0;
    padding-left: 1.4em;
  }
  :where(.accordion-area) :where(.title):before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 1.46em;
    width: 1.1em;
    height: 1.1em;
    transform: translateY(-50%);
    background: url("../img/icon3.webp") no-repeat center/contain;
  }
  :where(.accordion-area) :where(.title) :where(span) {
    cursor: pointer;
    display: inline-block;
    padding: 0.7em 0;
    width: 100%;
    position: relative;
    letter-spacing: 0.1em;
    font-weight: 700;
    width: 100%;
    padding-right: 1.3em;
  }
  :where(.accordion-area) :where(.title) :where(span):before, :where(.accordion-area) :where(.title) :where(span):after {
    content: "";
    height: 3px;
    width: 1.1em;
    display: block;
    position: absolute;
    right: 0;
    top: 0.1em;
    bottom: 0;
    margin: auto;
    background-size: 90%;
    background-position: center;
    transform: rotate(0deg);
    transition: 0.3s;
    background-color: #FC0C79;
  }
  :where(.accordion-area) :where(.title) :where(span):before {
    transform: rotate(-90deg);
  }
  :where(.accordion-area) .title.close span::before {
    transform: rotate(0deg);
  }
  :where(.accordion-area) .abox {
    display: none;
    font-size: 1.1em;
  }
  :where(a) {
    text-decoration: none;
    transition: 0.3s;
    opacity: 1;
    display: inline-block;
  }
  :where(a):active {
    transform: scale(0.95);
  }
  :where(a):hover {
    opacity: 0.6;
  }
  :where(.flex) {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@layer setting {
  :root {
    /* フォント関連 */
    --font-jp: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, "メイリオ", meiryo, sans-serif;
    --font-min: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    --font-en: "Jost", sans-serif;
    --font-begas: "Bebas Neue", cursive;
    /* レイアウト */
    --container-width: 1200px;
    --container-width-p: 100%;
    --section-padding: 6em 0;
    /* 色 */
    --color1: #ecf1f7;
    --color2: #222;
    /* フォントサイズclamp */
    --font-size-min: 11px;
    --font-size-mid: 3.2dvw;
    --font-size-max: 16px;
  }
  @media screen and (max-width: 585px) {
    :root {
      --container-width: 585px;
    }
  }
  @media screen and (max-width: 585px) {
    :root {
      --font-size-min: 9px;
      --font-size-mid: 4.5dvw;
      --font-size-max: 14px;
    }
  }
}
@layer layouts {
  :where(body) {
    font-family: var(--font-jp);
    font-size: clamp(var(--font-size-min), var(--font-size-mid), var(--font-size-max));
    color: var(--color-text);
    background-color: #f6f7fa;
    color: #333333;
  }
  :where(.frame) {
    width: var(--container-width-p);
    max-width: var(--container-width);
    margin-inline: auto;
    position: relative;
  }
  @media screen and (max-width: 1200px) {
    :where(.frame) {
      padding: 0 4%;
    }
  }
  article {
    background-color: #fff;
    width: var(--container-width-p);
    margin-inline: auto;
  }
  @media screen and (max-width: 585px) {
    :where(#sec10 .frame) {
      padding: 0 4%;
    }
  }
  :where(section) {
    position: relative;
    z-index: 5;
    overflow-x: hidden;
  }
  #kv {
    background: url("../img/kv_bg1.webp") no-repeat center/cover;
    margin-top: 4em;
  }
  @media screen and (max-width: 585px) {
    #kv {
      margin-top: 3em;
      background: url("../img/kv_bg1_sp.webp") no-repeat center/cover;
    }
  }
  #kv .box {
    width: 44%;
    margin-left: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 2% 0;
  }
  #kv .box .pc {
    width: 23%;
  }
  #kv .box h2 {
    width: 80%;
    margin: 0 auto 0.5em;
  }
  #kv .box figure {
    margin-inline: auto;
  }
  #kv .box figure:nth-child(5) {
    width: 110%;
    margin: 0px -5%;
  }
  @media screen and (max-width: 585px) {
    #kv .box {
      width: 100%;
      padding-top: 80%;
    }
  }
  @media screen and (max-width: 585px) {
    #kv {
      background: url("../img/kv_bg1_sp.webp") no-repeat top/cover;
    }
  }
  #sec1 {
    z-index: 4;
    background: url("../img/sec1_bg1_pc.webp") no-repeat top/cover;
    text-align: center;
    padding: 5em 0 3.9em;
  }
  #sec1 h2 {
    margin-inline: auto;
    padding-bottom: 9vw;
  }
  #sec1 h2 img {
    margin-inline: auto;
  }
  #sec1 .pc {
    margin: auto;
    width: 100vw;
    background: url(../img/sec1_bg2.webp) no-repeat top/cover;
    padding: 13% 0 3%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #sec1 .pc img {
    width: 70%;
    margin: auto;
  }
  @media screen and (max-width: 585px) {
    #sec1 {
      background: transparent;
      padding: 0;
      margin-top: -5em;
    }
    #sec1 h2 {
      padding-bottom: 0;
    }
    #sec1 .frame {
      padding: 0;
    }
  }
  #sec2 {
    overflow-y: auto;
    background: url("../img/sec2_bg1.webp") no-repeat top/100% auto;
    z-index: 3;
  }
  #sec2:before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 2em;
    height: 2em;
    z-index: 1;
    background: url("../img/sec1_icon.webp") no-repeat top/contain;
  }
  #sec2 > figure:first-child {
    width: 80%;
    max-width: 480px;
    margin-inline: auto;
    padding: 4em 0 2.1em;
  }
  #sec2 .pinkline {
    text-align: center;
    background: linear-gradient(90deg, rgb(255, 93, 174) 0%, rgb(252, 12, 121) 100%);
    padding: 0.7em 0 0.5em;
  }
  #sec2 .pinkline span {
    position: relative;
    width: 52%;
    max-width: 300px;
    display: inline-block;
    position: relative;
  }
  #sec2 .pinkline span img {
    margin-inline: auto;
  }
  #sec2 .pinkline span:before {
    display: block;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    width: 39%;
    aspect-ratio: 1/1;
    height: auto;
    transform: translate(110%, -50%);
    background: url(../img/sec2_img0-2.webp) no-repeat center/contain;
  }
  #sec2 .frame {
    padding-top: 4em;
  }
  @media screen and (max-width: 585px) {
    #sec2 {
      margin-top: -2.8em;
    }
    #sec2 .frame {
      padding-top: 1.5em;
    }
  }
  #sec2 .bg {
    margin-top: -7em;
    padding: 10em 4% 5%;
    border-radius: 0 0 1em 1em;
    background: url("../img/sec3_bg1_pc.webp") no-repeat top/cover;
  }
  @media screen and (max-width: 585px) {
    #sec2 .bg {
      background: url("../img/sec3_bg1.webp") no-repeat top/cover;
    }
  }
  #sec2 .bg ul {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #sec2 .bg ul li {
    background-color: #fff;
    border-radius: 0.8em;
    position: relative;
    width: 48%;
    margin-bottom: 2.8em;
    padding: 7% 3% 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #sec2 .bg ul li:nth-child(even) {
    margin-left: 4%;
  }
  @media screen and (max-width: 900px) {
    #sec2 .bg ul li {
      display: block;
      padding: 18% 6% 0;
      width: 100%;
    }
    #sec2 .bg ul li:nth-child(even) {
      margin-left: 0;
    }
  }
  #sec2 .bg ul li .box {
    width: 70%;
  }
  @media screen and (max-width: 900px) {
    #sec2 .bg ul li .box {
      width: 100%;
    }
  }
  #sec2 .bg ul li > figure:nth-child(1) {
    position: absolute;
    top: -1.5em;
    left: 6%;
    width: 14%;
  }
  @media screen and (max-width: 900px) {
    #sec2 .bg ul li > figure:nth-child(1) {
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 20%;
    }
  }
  #sec2 .bg ul li > figure:last-child {
    margin: 0 0 0 5%;
    width: 25%;
  }
  @media screen and (max-width: 900px) {
    #sec2 .bg ul li > figure:last-child {
      width: 40%;
      margin-inline: auto;
    }
  }
  #sec2 .bg ul li h3 {
    font-size: 1.6em;
    margin-bottom: 0.4em;
    text-align: left;
  }
  @media screen and (max-width: 900px) {
    #sec2 .bg ul li h3 {
      text-align: center;
    }
  }
  #sec2 .bg ul li p {
    font-size: 1.1em;
    line-height: 1.8;
  }
  #sec2 .bg ul li p span.border {
    background-color: #FFFB1A;
  }
  #sec3 {
    margin-top: -1.5em;
    border-radius: 0 0 1em 1em;
    z-index: 2;
    background: linear-gradient(90deg, rgb(255, 93, 174) 0%, rgb(252, 12, 121) 100%);
  }
  #sec3 .frame {
    padding: 3.5em 4% 7%;
    text-align: center;
  }
  #sec3 .frame h2 {
    margin: 1em auto 2em;
    width: 90%;
    max-width: 500px;
  }
  @media screen and (max-width: 585px) {
    #sec3 .frame h2 {
      margin: 0 auto 1.2em;
    }
  }
  #sec3 .frame figure {
    margin-inline: auto;
    max-width: 800px;
  }
  #sec4 {
    margin-top: -1.5em;
    border-radius: 0 0 1em 1em;
    z-index: 1;
    background: url("../img/sec4_bg1_pc.webp") no-repeat top/cover;
  }
  @media screen and (max-width: 585px) {
    #sec4 {
      background: url("../img/sec4_bg1.webp") no-repeat top/cover;
    }
  }
  #sec4 .frame {
    padding: 3.5em 0% 7%;
  }
  #sec4 h2 {
    padding: 0 12%;
  }
  #sec4 .p_frame {
    padding: 0 12%;
  }
  @media screen and (max-width: 585px) {
    #sec4 h2 {
      padding: 0;
    }
    #sec4 .p_frame {
      padding: 0 4%;
    }
  }
  #sec4 .box {
    background-color: #fff;
    border-radius: 0.8em;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 2% 2% 2% 9%;
  }
  @media screen and (max-width: 585px) {
    #sec4 .box {
      padding: 5%;
    }
  }
  #sec4 ol {
    width: 50%;
  }
  @media screen and (max-width: 585px) {
    #sec4 ol {
      width: 100%;
    }
  }
  #sec4 ol li {
    position: relative;
    font-size: 1.1em;
    padding: 0.1em 0 0.1em 1.1em;
  }
  #sec4 ol li:before {
    display: block;
    position: absolute;
    content: "・";
    left: -0.2em;
    top: 0.65em;
    width: 1em;
    height: 1em;
    transform: translateY(-50%);
  }
  #sec4 .box2 {
    margin: 1em auto;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.7;
    font-weight: 500;
  }
  #sec4 .movie {
    position: relative;
  }
  #sec4 #modalBtn {
    margin: 0 auto;
    display: block;
    width: 80%;
  }
  @media screen and (max-width: 585px) {
    #sec4 #modalBtn {
      width: 100%;
    }
  }
  #sec5 {
    margin-top: -1.5em;
    z-index: 0;
    background: url("../img/sec5_bg1_pc.webp") no-repeat top/cover;
    padding: 5em 0;
  }
  @media screen and (max-width: 585px) {
    #sec5 {
      padding: 0;
      background: url("../img/sec5_bg1.webp") no-repeat top/cover;
    }
  }
  #sec5 .frame {
    padding: 3.5em 4% 1.5em;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  @media screen and (max-width: 585px) {
    #sec5 .frame {
      flex-direction: column;
    }
  }
  #sec5 h2 {
    margin: 0 auto 0.8em;
    width: 58%;
  }
  #sec5 h3 {
    font-size: 1.8em;
    letter-spacing: 0.03em;
    font-weight: 600;
  }
  #sec5 p {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 2em;
  }
  #sec5 .box {
    width: 40%;
  }
  @media screen and (max-width: 585px) {
    #sec5 .box {
      width: 100%;
    }
  }
  #sec5 figure {
    width: 60%;
  }
  @media screen and (max-width: 585px) {
    #sec5 figure {
      width: 100%;
    }
  }
  #sec6 {
    margin-top: -2.3em;
    border-radius: 0.6em;
    z-index: 2;
    background: url("../img/sec7_bg1_pc.webp") no-repeat top/cover;
    padding-top: 3em;
  }
  @media screen and (max-width: 585px) {
    #sec6 {
      padding-top: 0;
      background: url("../img/sec6_bg1.webp") no-repeat top/cover;
    }
  }
  #sec6 .frame {
    padding: 2.5em 4% 7%;
  }
  #sec6 h2 + p {
    margin-bottom: 0.3em;
  }
  #sec6 .flex {
    align-items: stretch;
  }
  @media screen and (max-width: 768px) {
    #sec6 .flex {
      display: block;
    }
  }
  #sec6 .box {
    background-color: #fff;
    overflow: hidden;
    border-radius: 1em;
    padding-bottom: 3%;
    width: 48%;
  }
  @media screen and (max-width: 768px) {
    #sec6 .box {
      width: 100%;
      padding-bottom: 5%;
    }
    #sec6 .box + .box {
      margin-top: 1em;
    }
  }
  #sec6 .box h3 {
    text-align: center;
    color: #fff;
    line-height: 1.4;
    background-color: #FC0C79;
    padding: 0.5em 0;
    font-size: 1.5em;
    margin-bottom: 5%;
  }
  #sec6 .box h3 span {
    display: block;
    font-size: 0.65em;
    font-weight: 400;
  }
  #sec6 .box span.pink {
    font-weight: 600;
    color: #FC0C79;
  }
  #sec6 .box .gray_border,
  #sec6 .box ol,
  #sec6 .box .gg {
    width: 90%;
    margin: 0 auto;
  }
  #sec6 .box .gray_border {
    padding-bottom: 0.6em;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #CFCFCF;
  }
  #sec6 .box .gray_border img {
    margin: 0 auto;
    width: 70%;
    display: block;
  }
  #sec6 .box ol li {
    position: relative;
    padding: 0.1em 0 0.1em 1.1em;
    font-size: 1.1em;
  }
  #sec6 .box ol li:before {
    display: block;
    position: absolute;
    content: "・";
    left: -0.2em;
    top: 0.65em;
    width: 1em;
    height: 1em;
    transform: translateY(-50%);
  }
  #sec6 .w_box {
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.1em;
    padding: 0.7em;
    border-radius: 0.8em;
    margin-top: 1em;
  }
  #sec7 .frame {
    padding: 4em 4% 10%;
  }
  #sec7 .flex {
    align-items: stretch;
    margin-top: 3em;
  }
  @media screen and (max-width: 585px) {
    #sec7 .flex {
      display: block;
    }
  }
  #sec7 .box {
    border-radius: 1em;
    background-color: #F5F5F5;
    padding: 2.5em 3% 3%;
    text-align: center;
    position: relative;
    width: 31.1%;
    font-size: clamp(1px, 1.5vw, 16px);
  }
  @media screen and (max-width: 585px) {
    #sec7 .box {
      font-size: 1.1em;
      width: 100%;
      padding: 2.5em 3% 8%;
    }
    #sec7 .box + .box {
      margin-top: 3em;
    }
  }
  #sec7 .box:before {
    display: block;
    position: absolute;
    z-index: 2;
    content: "";
    right: -1.8em;
    bottom: 50%;
    width: 3em;
    height: 1.3em;
    transform: translateY(50%) rotate(-90deg);
    background: url("../img/icon1.webp") no-repeat center/contain;
  }
  @media screen and (max-width: 585px) {
    #sec7 .box:before {
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0 auto;
      transform: translateY(60%) rotate(0deg);
    }
  }
  #sec7 .box:last-child:before {
    display: none;
  }
  #sec7 .box h3 {
    width: 35%;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #sec7 .box h3 img {
    margin-inline: auto;
  }
  #sec7 .box h4 {
    margin: 0.3em auto;
    font-size: 1.4em;
  }
  #sec7 .box .btn {
    color: #fff;
    background-color: #06C755;
    display: block;
    width: 100%;
    border-radius: 999px;
    padding: 1em 0;
    letter-spacing: 0.05em;
    margin-top: 1em;
    position: relative;
  }
  @media screen and (max-width: 585px) {
    #sec7 .box .btn {
      font-size: 1.1em;
    }
  }
  #sec7 .box .btn:before {
    display: block;
    position: absolute;
    content: "〉";
    right: 5%;
    top: 50%;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-weight: 900;
    transform: translateY(-50%);
  }
  #sec7 .box figure {
    width: 32%;
    margin: 0 auto 1em;
  }
  #sec8 {
    border-radius: 1em;
    background: url("../img/sec7_bg1_pc.webp") no-repeat top/cover;
    padding-top: 3em;
  }
  @media screen and (max-width: 585px) {
    #sec8 {
      padding-top: 0;
      background: url("../img/sec8_bg1.webp") no-repeat top/cover;
    }
  }
  #sec8 .frame {
    padding: 2.5em 4% 7%;
  }
  #sec9 {
    padding-top: 3em;
  }
  @media screen and (max-width: 585px) {
    #sec9 {
      padding-top: 0;
    }
  }
  #sec9 .frame {
    padding: 2.5em 4% 7%;
  }
  @media screen and (max-width: 768px) {
    #sec9 .flex {
      display: block;
    }
  }
  #sec9 .box {
    margin-top: 1em;
    background-color: #F5F5F5;
    border-radius: 0.8em;
    padding: 5%;
    width: 48%;
  }
  @media screen and (max-width: 768px) {
    #sec9 .box {
      width: 100%;
    }
  }
  #sec9 .box h3 {
    font-size: 1.7em;
    margin-bottom: 0.5em;
    font-weight: 600;
    line-height: 1.3;
  }
  #sec9 .box p {
    font-size: 1.1em;
  }
  #sec9 .box p + p {
    margin-top: 0.5em;
  }
  #sec9 .box .map {
    margin-top: 1.5em;
  }
  #sec9 .box .map iframe {
    width: 100%;
    aspect-ratio: 6/4;
  }
}
@layer modules {
  /* ハンバーガーメニュー構造・配置 */
  .hamburger {
    display: none;
    margin: auto 0;
    cursor: pointer;
    text-align: center;
    width: 9.2%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  @media screen and (min-width: 1px) {
    .hamburger {
      display: flex;
    }
  }
  nav.globalMenuSp {
    position: fixed;
    z-index: 15;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transform: translateX(120%);
    transition: all 0.6s;
    width: 100%;
    height: 100vh;
    max-width: 450px;
    background-size: 100% auto, auto;
    background-position: top center;
  }
  nav.globalMenuSp ul {
    padding: 6em 0 2em;
    background: linear-gradient(90deg, rgb(255, 93, 174) 0%, rgb(252, 12, 121) 100%);
  }
  nav.globalMenuSp ul li a {
    color: #fff;
    padding: 0.7em 5%;
    font-size: 1.2em;
    width: 100%;
  }
  nav.globalMenuSp h2 {
    padding: 8% 4em 7% 4%;
    font-size: 1.6em;
    text-align: center;
  }
  nav.globalMenuSp .close_menu {
    width: 3em;
    height: 3em;
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
  }
  nav.globalMenuSp .close_menu:before, nav.globalMenuSp .close_menu:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 70%;
    background: #fff;
  }
  nav.globalMenuSp .close_menu:before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  nav.globalMenuSp .close_menu:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  nav.globalMenuSp.active {
    transform: translateX(0%);
  }
  /* page-top ボタン */
  #page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 100;
    opacity: 0;
    transform: translateY(100px);
  }
  #page-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    width: 60px;
    height: 60px;
    font-size: 140%;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #333;
    transition: all 0.3s;
  }
  #page-top a:hover {
    background: #fff;
    opacity: 1;
    color: #333;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #fff;
  }
  header .flex {
    align-items: center;
    padding: 0.5em 0;
  }
  @media screen and (max-width: 585px) {
    header .flex {
      padding: 0.2em 3%;
    }
  }
  header .logo {
    width: 3.2em;
  }
  header .box {
    width: 85%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 35em;
  }
  @media screen and (max-width: 585px) {
    header .box {
      width: 19%;
    }
  }
  header .box .pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 73%;
    margin-right: 4%;
  }
  header .box .pc a {
    text-align: center;
    white-space: nowrap;
    margin-left: 1%;
    font-size: 0.95em;
  }
  header .line {
    width: 2.5em;
  }
  @media screen and (max-width: 585px) {
    header .line {
      width: 48%;
    }
  }
  header .hamburger {
    display: none;
  }
  @media screen and (max-width: 585px) {
    header .hamburger {
      display: block;
      margin-left: 16%;
      width: 28%;
    }
  }
  footer {
    text-align: center;
    font-size: 0.82em;
    padding: 0.3em 0 6.2em;
  }
  .common_title {
    width: 60%;
    margin: 0 auto 1.2em;
    text-align: center;
  }
  .common_title img {
    margin-inline: auto;
  }
  .footer_btn {
    background-color: #C6C6C6;
    padding: 0.3em;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 8;
  }
  .footer_btn a {
    display: block;
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
  }
  .footer_btn a img {
    width: 91%;
    margin: 0 auto;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 15;
    left: 0;
    top: 0;
    width: 100dvw;
    height: 100dvh;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
  }
  /* モーダルコンテンツ */
  .modal-content {
    margin: 5% auto;
    padding: 0;
    width: 80%;
  }
  @media screen and (max-width: 585px) {
    .modal-content {
      margin: 10% auto;
    }
  }
  .modal-content video {
    margin-inline: auto;
  }
  .modal-content .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5em;
    height: auto;
    aspect-ratio: 1/1;
    margin-left: auto;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 1em;
  }
}
@layer utilities {
  @media screen and (max-width: 585px) {
    .pc {
      display: none !important;
    }
  }
  .sp {
    display: none !important;
  }
  @media screen and (max-width: 585px) {
    .sp {
      display: block !important;
    }
  }
}