@charset "UTF-8";
a.astro-d5zk7c6l:focus-visible,
button.astro-d5zk7c6l:focus-visible {
    outline: 2px solid #007bff;
}
.u-desktop.astro-d5zk7c6l {
    display: block;
}
@media screen and (max-width: 767px) {
    .u-desktop.astro-d5zk7c6l {
        display: none;
    }
}
.u-mobile.astro-d5zk7c6l {
    display: none;
}
@media screen and (max-width: 767px) {
    .u-mobile.astro-d5zk7c6l {
        display: block;
    }
}
.p-footer.astro-d5zk7c6l {
    background-color: var(--white);
    padding-block: 40px 35px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-footer.astro-d5zk7c6l {
        padding-block: 25px;
    }
}
@media screen and (max-width: 767px) {
    .p-footer__inner.astro-d5zk7c6l {
        padding-inline-end: 87px;
    }
}
.page_top.astro-d5zk7c6l {
    width: 66px;
    position: fixed;
    bottom: 20px;
    right: calc(50% - min(50.462962963vw, 545px));
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
}
.page_top.astro-d5zk7c6l.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
@media screen and (max-width: 767px) {
    .page_top.astro-d5zk7c6l {
        width: 58px;
        right: 0;
    }
}
@media (any-hover: hover) {
    .page_top.astro-d5zk7c6l:hover {
        opacity: 0.7;
    }
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
ul,
ol {
    padding: 0;
}
li {
    list-style: none;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
}
html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-x: clip;
}
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict;
}
main {
    flex: 1;
}
ul,
ol {
    list-style-type: "";
}
a:not([class]) {
    text-decoration-skip-ink: auto;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}
input,
button,
textarea,
select {
    font: inherit;
}
textarea {
    resize: vertical;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
select,
label,
summary,
[role="tab"],
[role="button"] {
    cursor: pointer;
}
a {
    text-decoration: none;
    color: inherit;
}
:where(button, [type="button"], [type="reset"], [type="submit"]) {
    touch-action: manipulation;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}
a:focus-visible,
button:focus-visible {
    outline: 2px solid #007bff;
}
.u-desktop {
    display: block;
}
@media screen and (max-width: 767px) {
    .u-desktop {
        display: none;
    }
}
.u-mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .u-mobile {
        display: block;
    }
}
@media screen and (max-width: 766px) {
    .sp_only {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .pc_only {
        display: none;
    }
}
body {
    display: grid;
    grid-template: "header" auto "contents" 1fr "footer" auto/100%;
    min-height: 100vh;
    /* overflow-y: scroll; */
}
header {
    grid-area: header;
}
main {
    grid-area: contents;
}
footer {
    grid-area: footer;
}
@media screen and (max-width: 767px) {
    body:has(.c-hamburger[aria-expanded="true"]) {
        overflow: hidden;
    }
}
body:has(dialog[open]) {
    overflow: hidden;
}
.siteWrapper:has(dialog[open]) {
    overflow-y: auto;
    scrollbar-gutter: stable;
}
dialog[open] {
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
}
dialog:not([open]) {
    animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 0.2s;
    animation-timing-function: ease-out;
}
.siteWrapper {
    overflow-x: clip;
}
.siteWrapper {
    padding-top: var(--header-height);
}
@media screen and (max-width: 767px) {
    .siteWrapper {
        padding-top: var(--header-height-sp);
    }
}
.u-hover {
    transition: opacity var(--duration);
}
@media (any-hover: hover) {
    .u-hover:hover {
        opacity: 0.7;
    }
}
.u-hover-white:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--duration);
}
@media (any-hover: hover) {
    .u-hover-white:hover:before {
        opacity: 0.3;
    }
}
.l-inner {
    width: 100%;
    max-width: calc(var(--inner) + var(--padding-pc) * 2);
    padding-inline: var(--padding-pc);
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .l-inner {
        padding-inline: var(--padding-sp);
        max-width: calc(var(--innerSp) + var(--padding-pc) * 2);
    }
}
.main.astro-sckkx6r4 {
    overflow-x: clip;
}
a.astro-6ol3le3k:focus-visible,
button.astro-6ol3le3k:focus-visible {
    outline: 2px solid #007bff;
}
.u-desktop.astro-6ol3le3k {
    display: block;
}
@media screen and (max-width: 767px) {
    .u-desktop.astro-6ol3le3k {
        display: none;
    }
}
.u-mobile.astro-6ol3le3k {
    display: none;
}
@media screen and (max-width: 767px) {
    .u-mobile.astro-6ol3le3k {
        display: block;
    }
}
.p-mv.astro-6ol3le3k {
    --mvMaxSize: 1800;
    --mvSize: 1500;
    width: 100%;
    max-width: calc(var(--mvSize) * 1px);
    margin-inline: auto;
    position: relative;
    padding-block-end: 100px;
}
@media (width>1800px) {
    .p-mv.astro-6ol3le3k {
        max-width: calc(var(--mvSize) / var(--mvMaxSize) * 100%);
    }
}
.p-mv__head.astro-6ol3le3k {
    padding-block-start: 25px;
    padding-inline: 27px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .p-mv__head.astro-6ol3le3k {
        padding-block-start: 11px;
        padding-inline: 13px;
    }
}
.p-mv__logo.astro-6ol3le3k {
    width: min(340px, 100%);
    height: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
@media screen and (max-width: 767px) {
    .p-mv__logo.astro-6ol3le3k {
        width: min(172px, 100%);
    }
}
.p-mv__logo.astro-6ol3le3k img {
    width: 100%;
    height: auto;
}
.p-mv__patens.astro-6ol3le3k {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-mv__patens.astro-6ol3le3k {
        display: block;
        width: min(118px, 100%);
        height: auto;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }
    .p-mv__patens.astro-6ol3le3k img {
        width: 100%;
        height: auto;
    }
}
.p-mv__back.astro-6ol3le3k {
    width: 100%;
    margin-inline: auto;
    height: 334px;
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    position: relative;
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .p-mv__back.astro-6ol3le3k {
        margin-block-start: 20px;
        height: auto;
    }
}
.p-mv__back.astro-6ol3le3k img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .p-mv__back.astro-6ol3le3k img {
        opacity: 1;
        height: auto;
        object-fit: contain;
    }
}
.p-mv__back.astro-6ol3le3k .p-mv__backLong.astro-6ol3le3k {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    width: 1800px;
    max-width: none;
    object-fit: contain;
    opacity: 1;
}
@media screen and (max-width: 767px) {
    .p-mv__back.astro-6ol3le3k .p-mv__backLong.astro-6ol3le3k {
        display: none;
    }
}
.p-mv__mainImg.astro-6ol3le3k {
    width: min(689px, 100%);
    margin-inline: auto;
    position: absolute;
    top: 437px;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .p-mv__mainImg.astro-6ol3le3k {
        top: 45%;
    }
}
.p-mv__mainImg.astro-6ol3le3k.img01 {
    z-index: 10;
    opacity: 0;
}
.p-mv__mainImg.astro-6ol3le3k.img02 {
    z-index: 9;
    opacity: 0;
}
.p-mv__mainImg.astro-6ol3le3k.img03 {
    z-index: 8;
    opacity: 0;
}
.p-mv__mainImg.astro-6ol3le3k.img04 {
    z-index: 7;
    opacity: 0;
}
.p-mv__mainImg.astro-6ol3le3k.img05 {
    z-index: 6;
    opacity: 0;
}
.p-mv__mainImg.astro-6ol3le3k.img06 {
    z-index: 5;
    opacity: 0;
}
.p-mv__mainImg.astro-6ol3le3k.img07 {
    z-index: 4;
    opacity: 0;
}
.p-mv__mainImg.astro-6ol3le3k img {
    display: block;
    width: 100%;
    height: auto;
}
@keyframes fadeInOut {
    0% {
        opacity: 0;
    }
    14%,
    86% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.p-mv__title.astro-6ol3le3k {
    width: min(856px, 100%);
    margin-inline: auto;
    margin-block-start: 245px;
}
@media screen and (max-width: 767px) {
    .p-mv__title.astro-6ol3le3k {
        margin-block-start: calc(170 / var(--spSize) * 100%);
    }
}
@media screen and (max-width: 767px) {
    .p-mv__titleContents.astro-6ol3le3k {
        display: grid;
        gap: 25px;
    }
}
.p-mv__titleMain.astro-6ol3le3k {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.p-mv__titleMain.astro-6ol3le3k img {
    display: block;
    width: 100%;
    height: auto;
}
.p-mv__text.astro-6ol3le3k {
    display: none;
}
.p-mv__text.astro-6ol3le3k img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    .p-mv__text.astro-6ol3le3k {
        opacity: 0;
        display: block;
        transition: opacity 1s ease-in-out;
    }
}
:root {
    --innerValue: 1080;
    --innerValueSp: 400;
    --inner: 1080px;
    --innerSp: 400px;
    --pcSize: 1500;
    --spSize: 375;
    --padding-pc: 25px;
    --padding-sp: 20px;
    --light: 300;
    --normal: 400;
    --medium: 500;
    --semi-bold: 600;
    --bold: 700;
    --ex-bold: 800;
    --base-font-family:
        "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
        Meiryo, sans-serif;
    --zen-maru-gothic: "Zen Maru Gothic", sans-serif;
    --biz-udgothic: "BIZ UDGothic", sans-serif;
    --ibm-plex-sans-jp: "IBM Plex Sans JP", sans-serif;
    --noto-sans-jp: "Noto Sans JP", sans-serif;
    --base-color: #202f52;
    --base-background: #51bae8;
    --back: #333;
    --back-blue: #29a7de;
    --blue: #1a92cc;
    --gray: #efefef;
    --black: #333;
    --white: #fff;
    --btn-fucus: #007bff;
    --header: 100;
    --hamburger: 103;
    --drawer: 102;
    --drawer-back: 101;
    --page-top: 99;
    --base-line-height: 1.5;
}
body {
    color: var(--base-color);
    font-family: var(--base-font-family);
    font-weight: var(--normal);
    line-height: var(--base-line-height);
    background: var(--base-background);
}
a.astro-j7pv25f6:focus-visible,
button.astro-j7pv25f6:focus-visible {
    outline: 2px solid #007bff;
}
.u-desktop.astro-j7pv25f6 {
    display: block;
}
@media screen and (max-width: 767px) {
    .u-desktop.astro-j7pv25f6 {
        display: none;
    }
}
.u-mobile.astro-j7pv25f6 {
    display: none;
}
@media screen and (max-width: 767px) {
    .u-mobile.astro-j7pv25f6 {
        display: block;
    }
}
.p-result__content1.astro-j7pv25f6 img {
    width: 100%;
    height: auto;
}
.p-result__content2.astro-j7pv25f6 {
    margin-block-start: 100px;
}
@media screen and (max-width: 767px) {
    .p-result__content2.astro-j7pv25f6 {
        margin-block-start: 22px;
    }
}
.p-result__content2.astro-j7pv25f6 .img01.astro-j7pv25f6 {
    width: min(892px, 100%);
    margin-inline: auto;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .p-result__content2.astro-j7pv25f6 .img01.astro-j7pv25f6 {
        width: min(224 / var(--spSize) * 100%, 100%);
    }
}
.p-result__content3.astro-j7pv25f6 {
    margin-block-start: -50px;
}
@media screen and (max-width: 767px) {
    .p-result__content3.astro-j7pv25f6 {
        margin-block-start: -12px;
    }
}
.p-result__content3.astro-j7pv25f6 .p-result__content3Inner.astro-j7pv25f6 {
    max-width: calc(1138px + var(--padding-pc) * 2);
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .p-result__content3.astro-j7pv25f6 .p-result__content3Inner.astro-j7pv25f6 {
        max-width: calc(var(--innerSp) + var(--padding-pc) * 2);
        padding-inline: 0;
    }
}
.p-result__content3.astro-j7pv25f6 .imgTop.astro-j7pv25f6 {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-result__content3.astro-j7pv25f6 .imgTop.astro-j7pv25f6 {
        display: block;
        width: 100vw;
        margin-inline: calc(50% - 50vw);
    }
}
.p-result__content3.astro-j7pv25f6 .img01.astro-j7pv25f6 {
    font-family: var(--zen-maru-gothic);
}
.p-result__content4.astro-j7pv25f6 {
    margin-block-start: 100px;
    padding-block: 50px;
    background: url(../../assets/images/back_gird.DqUblFbd.png) no-repeat center
        top/100% 67%;
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6 {
        margin-block-start: 50px;
        background: url(../../assets/images/back_gird_sp.BuHSnbKv.png) no-repeat
            center top/1090px 1500px;
    }
}
.p-result__content4.astro-j7pv25f6 .title.astro-j7pv25f6 {
    width: min(825px, 100%);
    margin-inline: auto;
    text-align: center;
}
.p-result__content4.astro-j7pv25f6 .content01.astro-j7pv25f6 {
    margin-block-start: 50px;
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6 .content01.astro-j7pv25f6 {
        margin-block-start: 36px;
    }
}
.p-result__content4.astro-j7pv25f6 .tabList.astro-j7pv25f6 {
    position: relative;
    transition: height 0.3s ease;
}
.p-result__content4.astro-j7pv25f6 .tabMenu.astro-j7pv25f6 {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6 .tabMenu.astro-j7pv25f6 {
        bottom: initial;
        top: 15px;
        width: 85%;
    }
}
.p-result__content4.astro-j7pv25f6 .tabMenu.astro-j7pv25f6 p.astro-j7pv25f6 {
    font-size: 1.125rem;
    font-weight: var(--medium);
    font-family: var(--zen-maru-gothic);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6
        .tabMenu.astro-j7pv25f6
        p.astro-j7pv25f6 {
        font-size: 1rem;
    }
}
.p-result__content4.astro-j7pv25f6 .tabButtonList.astro-j7pv25f6 {
    margin-block-start: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.p-result__content4.astro-j7pv25f6 .tabButton.astro-j7pv25f6 {
    display: grid;
    place-items: center;
    width: 136px;
    min-height: 32px;
    color: var(--white);
    border: 1px solid var(--white);
    background: transparent;
    font-size: 0.875rem;
    font-weight: var(--medium);
    font-family: var(----biz-udgothic);
    text-align: center;
    margin: 0;
    padding: 5px;
    transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6 .tabButton.astro-j7pv25f6 {
        width: 90px;
        min-height: 26px;
        font-size: 0.875rem;
    }
}
.p-result__content4.astro-j7pv25f6 .tabButton.astro-j7pv25f6.is_active {
    background: var(--white);
    color: var(--base-color);
}
@media (any-hover: hover) {
    .p-result__content4.astro-j7pv25f6 .tabButton.astro-j7pv25f6:hover {
        opacity: 0.7;
    }
}
.p-result__content4.astro-j7pv25f6 .tabpanel.astro-j7pv25f6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: none;
}
.p-result__content4.astro-j7pv25f6 .tabpanel.astro-j7pv25f6.is_active {
    position: absolute;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition:
        opacity 1s ease,
        visibility 1s ease;
}
.p-result__content4.astro-j7pv25f6 .content02.astro-j7pv25f6 {
    position: relative;
    margin-block-start: 82px;
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6 .content02.astro-j7pv25f6 {
        margin-block-start: 29px;
    }
}
.p-result__content4.astro-j7pv25f6
    .content02.astro-j7pv25f6
    .imgItems.astro-j7pv25f6 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%);
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6
        .content02.astro-j7pv25f6
        .imgItems.astro-j7pv25f6 {
        top: 20%;
        gap: 5px;
    }
}
.p-result__content4.astro-j7pv25f6
    .content02.astro-j7pv25f6
    .img01.astro-j7pv25f6 {
    width: calc(417 / var(--innerValue) * 100%);
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6
        .content02.astro-j7pv25f6
        .img01.astro-j7pv25f6 {
        width: 40%;
    }
}
.p-result__content4.astro-j7pv25f6
    .content02.astro-j7pv25f6
    .img02.astro-j7pv25f6 {
    width: calc(447 / var(--innerValue) * 100%);
}
@media screen and (max-width: 767px) {
    .p-result__content4.astro-j7pv25f6
        .content02.astro-j7pv25f6
        .img02.astro-j7pv25f6 {
        width: 46.4705882353%;
    }
}
.p-result__content5.astro-j7pv25f6 {
    margin-block: 97px 100px;
}
@media screen and (max-width: 767px) {
    .p-result__content5.astro-j7pv25f6 {
        margin-block: 0 60px;
    }
}
.p-result__content5.astro-j7pv25f6 .content01.astro-j7pv25f6 {
    padding-block-start: 75px;
    background: var(--back-blue);
}
.p-result__content5.astro-j7pv25f6 .content02.astro-j7pv25f6 {
    padding-block-start: 75px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-result__content5.astro-j7pv25f6 .content02.astro-j7pv25f6 {
        padding-block-end: 84px;
    }
}
.p-result__content5.astro-j7pv25f6
    .content02.astro-j7pv25f6
    .img_step.astro-j7pv25f6 {
    width: min(203px, 100%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -20%);
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .p-result__content5.astro-j7pv25f6
        .content02.astro-j7pv25f6
        .img_step.astro-j7pv25f6 {
        width: min(148px, 100%);
    }
}
.p-result__content5.astro-j7pv25f6
    .content02.astro-j7pv25f6
    .img_main.astro-j7pv25f6 {
    width: min(1034px, 100%);
    margin-inline: auto;
}
.p-result__content5.astro-j7pv25f6 .content03.astro-j7pv25f6 {
    margin-block-start: 89px;
}
@media screen and (max-width: 767px) {
    .p-result__content5.astro-j7pv25f6 .content03.astro-j7pv25f6 {
        margin-block-start: 38px;
    }
}
.p-result__content5.astro-j7pv25f6
    .content03.astro-j7pv25f6
    .img_option.astro-j7pv25f6 {
    position: relative;
}
.p-result__content5.astro-j7pv25f6
    .content03.astro-j7pv25f6
    .img_option.astro-j7pv25f6
    .linkBtn.astro-j7pv25f6 {
    width: 16.8%;
    height: 5.5%;
    position: absolute;
    bottom: 11.3%;
    left: 9.5%;
    z-index: 2;
    border-radius: 20px;
}
@media screen and (max-width: 767px) {
    .p-result__content5.astro-j7pv25f6
        .content03.astro-j7pv25f6
        .img_option.astro-j7pv25f6
        .linkBtn.astro-j7pv25f6 {
        width: 54.8%;
        height: 4.8%;
        bottom: 3.8%;
        left: 50%;
        border-radius: 40px;
        transform: translate(-50%);
    }
}
.p-contact.astro-j7pv25f6 {
    padding-block: 95px 92px;
    background: var(--gray);
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 {
        padding-block: 48px 46px;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__inner.astro-j7pv25f6 {
    width: min(896px, 100%);
    margin-inline: auto;
}
.p-contact.astro-j7pv25f6 .p-contact__titleWrap.astro-j7pv25f6 {
    padding-block: 30px;
    display: grid;
    gap: 6px;
    border-top: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__titleWrap.astro-j7pv25f6 {
        padding-block: 16px;
        gap: 6px;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__title.astro-j7pv25f6 {
    font-size: 2.625rem;
    font-family: var(--zen-maru-gothic);
    font-weight: var(--bold);
    line-height: 1.2380952381;
    letter-spacing: 0.1em;
    color: var(--blue);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__title.astro-j7pv25f6 {
        font-size: 1.3125rem;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__titleEn.astro-j7pv25f6 {
    font-size: 1.375rem;
    font-family: var(--noto-sans-jp);
    line-height: 1.1818181818;
    letter-spacing: 0.125em;
    text-align: center;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__titleEn.astro-j7pv25f6 {
        font-size: 0.6875rem;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__body.astro-j7pv25f6 {
    margin-block-start: 53px;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__body.astro-j7pv25f6 {
        margin-block-start: 25px;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__items.astro-j7pv25f6 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__items.astro-j7pv25f6 {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__item.astro-j7pv25f6 {
    display: grid;
    gap: 29px;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__item.astro-j7pv25f6 {
        gap: 20px;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__link.astro-j7pv25f6 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 45px;
    min-height: 90px;
    background: var(--back-blue);
    color: var(--white);
    font-size: 1.375rem;
    font-family: var(--ibm-plex-sans-jp);
    font-weight: var(--semibold);
    line-height: 1.1363636364;
    transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__link.astro-j7pv25f6 {
        min-height: 68px;
        font-size: 1rem;
    }
}
@media (any-hover: hover) {
    .p-contact.astro-j7pv25f6 .p-contact__link.astro-j7pv25f6:hover {
        opacity: 0.7;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__itemBottom.astro-j7pv25f6 {
    display: grid;
    gap: 12px;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__itemBottom.astro-j7pv25f6 {
        gap: 4px;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__text.astro-j7pv25f6 {
    font-size: 1.125rem;
    font-family: var(--zen-maru-gothic);
    line-height: 1.6666666667;
    letter-spacing: 0.005em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__text.astro-j7pv25f6 {
        font-size: 0.875rem;
    }
}
.p-contact.astro-j7pv25f6 .p-contact__tel.astro-j7pv25f6 {
    width: min(245px, 100%);
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .p-contact.astro-j7pv25f6 .p-contact__tel.astro-j7pv25f6 {
        width: min(180px, 100%);
    }
}
.p-contact.astro-j7pv25f6 .p-contact__small.astro-j7pv25f6 {
    font-size: 0.875rem;
    font-family: var(--zen-maru-gothic);
    line-height: 1.375;
    letter-spacing: 0.005em;
    text-align: center;
}
.c-modal.astro-j7pv25f6 {
    background: var(--white);
    border-radius: 40px;
    width: min(1050px, 90vw);
    height: 100% !important;
    max-height: 80vh;
    margin: auto;
    border: none;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.c-modal.astro-j7pv25f6::-webkit-scrollbar {
    display: none;
}
.c-modal.astro-j7pv25f6[open] {
    display: block;
}
.c-modal.astro-j7pv25f6 {
    box-shadow: 0 0 0 100vmax #00000080;
    transition: opacity 0.5s;
}
.c-modal__container.astro-j7pv25f6 {
    height: inherit;
    block-size: 100%;
    position: relative;
}
.c-modal__inner.astro-j7pv25f6 {
    padding-block: 70px 82px;
    padding-inline: 53px 104px;
    height: inherit;
    overscroll-behavior: contain;
}
@media screen and (max-width: 767px) {
    .c-modal__inner.astro-j7pv25f6 {
        padding: 58px 22px 45px;
    }
}
.c-modal__img.astro-j7pv25f6 {
    width: 100%;
    padding-block-end: 80px;
}
@media screen and (max-width: 767px) {
    .c-modal__img.astro-j7pv25f6 {
        padding-block-end: 50px;
    }
}
.c-modal__img.astro-j7pv25f6 img {
    width: 100%;
    height: auto;
}
.c-modal__close.astro-j7pv25f6 {
    width: 40px;
    aspect-ratio: 1/1;
    color: var(--blue);
    position: absolute;
    top: 30px;
    right: 30px;
}
@media screen and (max-width: 767px) {
    .c-modal__close.astro-j7pv25f6 {
        top: 15px;
        right: 15px;
    }
}
.c-modal__close.astro-j7pv25f6:before,
.c-modal__close.astro-j7pv25f6:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
}
.c-modal__close.astro-j7pv25f6:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close.astro-j7pv25f6:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.js-fade.astro-j7pv25f6 {
    opacity: 0;
    transform: translateY(50px);
    transition:
        opacity 1s ease-out,
        transform 1s ease-out;
}
.js-fade.astro-j7pv25f6.is-visible {
    opacity: 1;
    transform: translateY(0);
}
