@charset "UTF-8";

:root {
    --main-color: #0091AC;
    --sub-color: #D31313;
}

/* サイト内のメインフォントはここに追加 */
html,
button,
input,
select,
textarea {
    /* 不要な指定は消す */
    font-family: "Noto Sans", sans-serif;
}

body {
    color: #1A1311;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.06em;
}

a[href$=".pdf"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-decoration: underline;
    color: #000;
    line-height: 1.5;
}

a[href$=".pdf"]::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 30px;
    height: 38px;
    background-image: url(/wp-content/themes/child/image/icon/icon_pdf.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 15px;
}

a[href$=".pdf"]:hover {
    text-decoration: none;
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* ここから下部にCSSを追加してください */
/* 首都高様LP追加CSS */
/* HanatoChouchou */
@font-face {
    font-family: "HanatoChouchou";
    src: url("../font/HanatoChouchou.woff") format("woff");
    font-weight: 400;
}

/* Helvetica-Bold */
@font-face {
    font-family: "Helvetica-Bold";
    src: url("../font/Helvetica-Bold.ttf") format("truetyøpe");
    font-weight: 700;
}

/* Helvetica */
@font-face {
    font-family: "Helvetica";
    src: url("../font/Helvetica.ttf") format("truetype");
    font-weight: 400;
}

.inline_block {
    display: inline-block;
}

.line_break {
    word-break: keep-all;
    overflow-wrap: anywhere;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
    pointer-events: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
}

/* 共通設定 */
body {
    padding-bottom: 50px;
    min-width: 1440px;
    background: #FFFBE3 url(../img/bg_site.png) repeat center center/auto;
    position: relative;
}

.mask {
    width: 100%;
    height: 100vh;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(20%, rgba(255, 255, 255, 0.4)), color-stop(40%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1;
}

/* PC_header */
#pc_header .logo {
    margin: 30px auto 24px;
    width: 142.3px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

/* PC_メインビュー */
.fv_img {
    width: 1388px;
    position: absolute;
    top: 27px;
    left: 50%;
    -webkit-transform: translateX(-50.6%);
    transform: translateX(-50.6%);
}

.fv_img img {
    width: 100%;
    aspect-ratio: 1388/654;
    -o-object-fit: cover;
    object-fit: cover;
}

.contents_wrap {
    border-radius: 270px 270px 100px 100px;
    border: 5px solid #0091AC;
    background-color: #fff;
}

.top_fv {
    padding: 24px 0 calc(100vh - 667.2px);
    width: 1340px;
    max-height: 620px;
    min-height: 580px;
}

.top_fv .explanation {
    font-family: "corporate-logo-ver2", sans-serif;
    font-size: 19px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.01em;
    text-align: center;
}

.top_fv .explanation .strong {
    color: #0091AC;
}

.top_fv .title {
    margin: 26px auto 0;
    width: 576.4px;
}

.top_fv .sub_title {
    margin: -183px auto 0;
    padding: 9px 9px 2px;
    max-width: 450px;
    width: 100%;
    border-radius: 100vh;
    border: 5px solid #0091AC;
    background-color: #fff;
    position: relative;
}

.top_fv .sub_title img {
    margin: 0 auto;
    width: 319.9px;
    display: block;
}

.top_fv .sub_title .period {
    margin: 7px auto 0;
    padding: 6px;
    max-width: 400px;
    border-radius: 100vh;
    border: 3px solid #fff;
    background-color: #3AAEC4;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.top_fv .sub_title .date {
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}

.top_fv .sub_title .date.month {
    margin-left: 5px;
}

.top_fv .sub_title .unit {
    margin: 0 -2px;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 1;
}

.top_fv .sub_title .symbol {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
}

.top_fv .sub_explanation {
    margin-top: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-align: center;
}

/* PC_menu */
.top_menu {
    margin: 62px auto 0;
    padding: 84px 50px 0;
    max-width: 1240px;
    width: 100%;
    background: linear-gradient(to right, #0091AC 8px, transparent 8px) repeat-x left top/16px 5px;
}

.top_menu .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 46px 30px;
}

.top_menu .item .place_block {
    margin: 0 auto;
    padding: 15px 10px 15px 36px;
    min-width: 145px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 8px 8px 0;
    background: url(../img/frame_title.svg) no-repeat left center/cover;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.top_menu .item .place {
    font-family: "HanatoChouchou", sans-serif;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
}

.top_menu .item .img {
    margin-top: -5px;
    display: block;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.top_menu .item .img img {
    width: 100%;
    aspect-ratio: 360/260;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_menu .item .title_block {
    padding: 10px 10px 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.top_menu .item .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #0091AC;
}

.top_menu .item .tax {
    font-size: 10px;
    letter-spacing: 0.04em;
    text-align: right;
}

.top_menu .item .price {
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 29px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    color: #484545;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.top_menu .item .unit {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
}

.top_menu .item .text {
    padding: 15px 10px 0;
    letter-spacing: 0.05em;
}

/* PC_present */
.top_present {
    margin: 213px auto 0;
    max-width: 1140px;
    padding: 41px 54px 50px;
    border-radius: 20px;
    background: #C2F0F8 url(../img/bg_present.png) repeat center center/auto;
    position: relative;
}

.top_present::before {
    content: "";
    width: 335.5px;
    aspect-ratio: 335.5/127.8;
    background: url(../img/illust_present.png) no-repeat center center/contain;
    position: absolute;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top_present .section_title {
    margin: 0 auto;
    width: 820px;
}

.top_present .section_title .img img {
    width: 100%;
}

.top_present .button {
    margin-top: 20px;
}

.top_present .button a {
    margin: 0 auto;
    padding: 31px;
    width: 580px;
    display: block;
    border-radius: 100vh;
    background-color: #F4DF42;
    -webkit-box-shadow: 0 8px 0 0 #D9C000;
    box-shadow: 0 8px 0 0 #D9C000;
    outline: 3px dashed #fff;
    outline-offset: -7.5px;
    text-align: center;
    color: #1A1311;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}

.top_present .button .text {
    font-family: "corporate-logo-ver2", sans-serif;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    font-style: normal;
}

.top_present .explanation {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.top_present .list {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
}

.top_present .item {
    border-radius: 10px;
    background-color: #fff;
    position: relative;
}

.top_present .item:nth-of-type(odd) {
    background-color: #F3F4F8;
}

.top_present .item .place_block {
    padding: 12px 10px 12px 29px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 8px 8px 0;
    background: url(../img/frame_title.svg) no-repeat left center/cover;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    position: absolute;
    top: -9px;
    left: 0;
}

.top_present .item .place {
    font-family: "HanatoChouchou", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1;
    color: #fff;
}

.top_present .item .img {
    width: 100%;
    position: relative;
}

.top_present .item .img img {
    width: 100%;
    aspect-ratio: 330/234;
    -o-object-fit: cover;
    object-fit: cover;
}

.top_present .item .number {
    width: 77px;
    aspect-ratio: 1/1;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #0091AC;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: grid;
    place-items: center;
    text-align: center;
}

.top_present .item .number__inner {
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 32px;
    letter-spacing: -0.06em;
    line-height: 0.6;
}

.top_present .item .unit {
    margin-left: 2px;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.top_present .item .text_block {
    min-height: 66px;
    border-radius: 0 0 10px 10px;
    background-color: #0091AC;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top_present .item .text_block_inner {
    text-align: center;
}

.top_present .item .title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4;
}

.top_present .item .note {
    font-size: 12px;
    letter-spacing: 0.06em;
}

.top_present .item:nth-of-type(n+7) .title {
    font-size: 28px;
}

/* PC_footer */
#main_footer {
    margin: 110px auto 0;
    padding-bottom: 27px;
    max-width: 1240px;
    width: 100%;
}

#main_footer .organizer {
    padding: 25px 50px 50px;
    border-radius: 10px 10px 100px 100px;
    background-color: #EDFEFF;
}

#main_footer .title_block {
    margin: 0 auto;
    padding: 12px 10px 12px 52px;
    min-width: 145px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 8px 8px 0;
    background: url(../img/frame_title.svg) no-repeat left center/cover;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

#main_footer .title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #fff;
}

#main_footer .list {
    margin-top: -26px;
    padding: 62px 0 34.5px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#main_footer .item {
    width: 453px;
}

#main_footer .item img {
    display: block;
    margin: 0 auto;
}

#main_footer .item.center {
    padding: 13.5px 0;
    width: 234px;
    border-left: 2px solid #DDDDDD;
    border-right: 2px solid #DDDDDD;
}

#main_footer .item.center img {
    width: 94px;
}

#main_footer .contact {
    margin: 58px auto 0;
    padding-bottom: 28px;
    max-width: 830px;
    width: 100%;
    border: 5px solid #0091AC;
    border-radius: 50px;
    outline: 1px dashed #fff;
    outline-offset: -3.5px;
    text-align: center;
}

#main_footer .contact_title {
    margin: -21px auto 0;
    padding: 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background-color: #EDFEFF;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0091AC;
    position: relative;
}

#main_footer .company_title {
    margin-top: 30px;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

#main_footer .tel_block {
    margin-top: 19px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
}

#main_footer .tel_number {
    margin-left: 5px;
    font-family: "Helvetica-Bold", sans-serif;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1;
    color: #0091AC;
}

#main_footer .hour_block {
    margin-top: 8px;
    font-weight: 500;
}

#main_footer .date {
    margin-left: 8px;
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
}

#main_footer .copyright {
    display: block;
    margin-top: 26px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-align: center;
}

/* PC_floating_banner */
.floating_banner {
    position: fixed;
    bottom: 48px;
    right: 0;
    z-index: 10;
}

.floating_banner a {
    padding: 20px 10px 19px 26px;
    max-width: 150px;
    min-width: 140px;
    display: block;
    border-radius: 50px 0 0 50px;
    background-color: #F4DF42;
    -webkit-box-shadow: 0 8px 0 0 #D9C000;
    box-shadow: 0 8px 0 0 #D9C000;
    color: #1A1311;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    pointer-events: none;
}

.floating_banner a::before {
    content: "";
    width: 93.3%;
    height: 87.5%;
    border-radius: 40px 0 0 40px;
    border-top: 3px dashed #fff;
    border-bottom: 3px dashed #fff;
    border-left: 3px dashed #fff;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
}

.floating_banner .text_block {
    margin: 0 7px 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.floating_banner img {
    width: 53px;
    position: relative;
}

.floating_banner img img {
    width: 100%;
    aspect-ratio: 53/40.4;
    -o-object-fit: cover;
    object-fit: cover;
}

.floating_banner .text {
    font-family: "corporate-logo-ver2", sans-serif;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.06em;
    line-height: 1.1;
    text-align: center;
}

.floating_banner .note {
    margin-top: 3px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

/* PC下層ページ 共通設定 */
/* PC下層ページ 企業理念 */
.page_company {
    position: relative;
}

@media (hover: hover) {
    header a:hover .logo {
        opacity: 0.7;
    }

    .top_present .button a:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }

    .floating_banner a:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
}

@media (max-width: 750px) {

    /* 弊社のハンバーガーメニュー */
    header#sp_header {
        width: 100%;
    }

    header#sp_header .logo {
        margin: 0 auto;
        width: 30.3vw;
    }

    /*　ハンバーガーボタン　*/
    /* sideの場合,popup1の場合ここから */
    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        -webkit-transform: rotate(315deg);
        transform: rotate(315deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }

    /* sideの場合,popup1の場合ここまで */
    /* sideの場合ここから */
    nav.globalMenuSp {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        color: #000;
        text-align: center;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.6s;
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #ccc;
        overflow: scroll;
    }

    /* sideの場合ここまで */
    nav.globalMenuSp ul {
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        padding: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        -webkit-transition: 0.4s all;
        transition: 0.4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.globalMenuSp ul li a {
        display: block;
        color: #000;
        padding: 1em 0;
        text-decoration: none;
    }

    nav.globalMenuSp.active {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    /* ここまで弊社のハンバーガーメニュー */
    .wrap,
    .wrap.lr,
    .wrap.mid {
        max-width: 90%;
    }

    a[href$=".pdf"]::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href$=".pdf"]:hover {
        text-decoration: underline;
    }

    body {
        font-size: 3.6vw;
        padding-top: 4.5vw;
    }

    /* ここから下部にCSSを追加してください */
    /* ○○様サイト SP版追加CSS */
    a[href^="tel:"] {
        pointer-events: auto;
    }

    /* 共通設定 */
    body {
        padding-bottom: 29.5vw;
        min-width: initial;
        background: #FFFBE3 url(../img/bg_site_sp.png) repeat center center/auto;
    }

    .wrap {
        width: initial;
    }

    .mask {
        top: 0;
    }

    /* SP_メインビュー */
    .fv_img {
        width: 100%;
        top: 21.3vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .fv_img img {
        aspect-ratio: 390/748;
    }

    .contents_wrap {
        border-radius: 25.6vw 25.6vw 12.8vw 12.8vw;
        border: 3px solid #0091AC;
    }

    .contents_wrap.wrap.lr {
        margin-top: 3.6vw;
        max-width: 94.9%;
    }

    .top_fv {
        padding: 50vw 0;
        width: 100%;
        max-height: initial;
        min-height: initial;
    }

    .top_fv .explanation {
        font-size: 3.8vw;
        position: relative;
    }

    .top_fv .title {
        margin: -4.9vw auto 0;
        width: 95.6vw;
    }

    .top_fv .sub_title {
        margin: -36.4vw auto 0;
        padding: 2.1vw 2.1vw 0.8vw;
        max-width: 90vw;
        border: 3px solid #0091AC;
    }

    .top_fv .sub_title img {
        width: 58.4vw;
    }

    .top_fv .sub_title .period {
        margin: 1.5vw auto 0;
        padding: 1vw;
        border: none;
        font-size: 2.6vw;
        letter-spacing: 0;
        max-width: 80vw;
    }

    .top_fv .sub_title .date {
        font-size: 5.1vw;
    }

    .top_fv .sub_title .date.month {
        margin-left: 0.8vw;
    }

    .top_fv .sub_title .unit {
        margin: 0 -0.5vw;
        font-size: 2.6vw;
    }

    .top_fv .sub_title .symbol {
        font-size: 4.1vw;
    }

    .top_fv .sub_explanation {
        margin-top: 3.1vw;
        font-size: 3.3vw;
        letter-spacing: 0.03em;
    }

    /* SP_menu */
    .top_menu {
        margin: 13vw auto 0;
        padding: 53px 0 0;
        width: 96.1%;
        background: linear-gradient(to right, #0091AC 9px, transparent 9px) repeat-x left top/18px 3px;
    }

    .top_menu .wrap {
        max-width: 100%;
    }

    .top_menu .list {
        grid-template-columns: 1fr;
        gap: 11.2vw 0;
    }

    .top_menu .item .place_block {
        padding: 3.8vw 2vw 3.8vw 10vw;
        border-radius: 0 1.3vw 1.3vw 0;
    }

    .top_menu .item .circle {
        width: 2.8vw;
        height: 2.8vw;
    }

    .top_menu .item .place {
        font-size: 5.6vw;
    }

    .top_menu .item .img {
        margin-top: -4.4vw;
        border-radius: 2.6vw;
    }

    .top_menu .item .img img {
        aspect-ratio: 35/23;
    }

    .top_menu .item .title_block {
        padding: 3.6vw 2.6vw 0;
    }

    .top_menu .item .title {
        font-size: 4.6vw;
    }

    .top_menu .item .tax {
        font-size: 2.6vw;
    }

    .top_menu .item .price {
        font-size: 6.7vw;
        gap: 2px;
    }

    .top_menu .item .unit {
        font-size: 4.6vw;
    }

    .top_menu .item .text {
        padding: 3.1vw 2.6vw 0;
        letter-spacing: 0.02em;
    }

    /* SP_present */
    .top_present {
        margin: 31.3vw auto 0;
        padding: 7.5vw 0 8vw;
        max-width: 96.1%;
        border-radius: 5.1vw;
        background: #C2F0F8 url(../img/bg_present_sp.png) repeat center center/auto;
        position: relative;
    }

    .top_present::before {
        width: 51.8vw;
        top: -17.7vw;
    }

    .top_present .section_title {
        width: 86vw;
    }

    .top_present .button {
        margin-top: 3.1vw;
    }

    .top_present .button a {
        padding: 4.8vw;
        width: 84.6vw;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline-offset: -1.8vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 4.4vw;
    }

    .top_present .button img {
        width: 10.6vw;
    }

    .top_present .button .text {
        font-size: 5.6vw;
    }

    .top_present .explanation {
        margin-top: 3.1vw;
        font-size: 3.1vw;
        letter-spacing: 0;
    }

    .top_present .list {
        margin: 5.1vw auto 0;
        width: 84.6vw;
        grid-template-columns: repeat(2, 1fr);
        gap: 3.1vw 2.6vw;
    }

    .top_present .item {
        border-radius: 2.6vw;
    }

    .top_present .item:nth-of-type(odd) {
        background-color: #fff;
    }

    .top_present .item:nth-of-type(4n+1),
    .top_present .item:nth-of-type(4n+4) {
        background-color: #F3F4F8;
    }

    .top_present .item .place_block {
        padding: 1.5vw 1.8vw 1.5vw 6vw;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        border-radius: 0 1.3vw 1.3vw 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        top: -3.3vw;
        left: 1.5vw;
    }

    .top_present .item .circle {
        width: 2vw;
        height: 2vw;
    }

    .top_present .item .place {
        font-size: 3.6vw;
        line-height: 0.9;
        letter-spacing: 0.02em;
    }

    .top_present .item .img img {
        aspect-ratio: 16/11;
        border-radius: 2.6vw 2.6vw 0 0;
    }

    .top_present .item .number {
        width: 11vw;
        border: 1px solid #fff;
        bottom: -0.8vw;
        right: 1vw;
    }

    .top_present .item .number__inner {
        font-size: 5.6vw;
    }

    .top_present .item .unit {
        font-size: 2.6vw;
    }

    .top_present .item .text_block {
        min-height: 10.3vw;
        border-radius: 0 0 2.6vw 2.6vw;
    }

    .top_present .item .title {
        font-size: 3.1vw;
        letter-spacing: 0.01em;
        line-height: 1.3;
        position: relative;
    }

    .top_present .item .note {
        font-size: 2.6vw;
        letter-spacing: 0.01em;
        position: absolute;
        bottom: 0;
        right: -1vw;
    }

    .top_present .item:nth-of-type(n+7) {
        margin-top: 3.3vw;
    }

    .top_present .item:nth-of-type(n+7) .title {
        font-size: 3.6vw;
    }

    .top_present .item:nth-of-type(8) .place_block {
        top: -4.6vw;
    }

    .top_present .item:nth-of-type(8) .title {
        margin-left: -3.8vw;
    }

    .top_present .item:nth-of-type(8) .note {
        right: -4.6vw;
    }

    .top_present .item:nth-of-type(9) .place_block {
        top: -4.6vw;
    }

    .top_present .note_detail_block {
        margin-top: 5.6vw;
        text-align: center;
    }

    .top_present .note_detail {
        font-size: 2.6vw;
        font-weight: 500;
    }

    .top_present .note_detail+.note_detail {
        margin-top: 1vw;
    }

    /* SP_footer */
    #main_footer {
        margin: 15.4vw auto 0;
        padding-bottom: 7.4vw;
        width: 96.1%;
    }

    #main_footer .organizer {
        padding: 8.2vw 5.1vw 16px;
        border-radius: 2.6vw 2.6vw 12.8vw 12.8vw;
    }

    #main_footer .title_block {
        padding: 2.6vw 4vw 2.6vw 8vw;
        min-width: initial;
        border-radius: 0 1.3vw 1.3vw 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    #main_footer .circle {
        width: 2.1vw;
        height: 2.1vw;
    }

    #main_footer .title {
        font-size: 5.1vw;
    }

    #main_footer .list {
        margin-top: -6.7vw;
        padding: 14.1vw 0 9.5vw;
        width: 100%;
        border-radius: 2.6vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 6.9vw;
    }

    #main_footer .item:first-child {
        width: 64.2vw;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    #main_footer .item:nth-child(3) {
        width: 44.4vw;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    #main_footer .item.center {
        padding: 0;
        width: 18.8vw;
        border-left: none;
        border-right: none;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    #main_footer .item.center img {
        width: 100%;
    }

    #main_footer .contact {
        margin: 10.5vw auto 0;
        padding-bottom: 6.2vw;
        border: 0.8vw solid #0091AC;
        border-radius: 7.7vw;
        outline-offset: -2px;
    }

    #main_footer .contact_title {
        margin: -3.6vw auto 0;
        padding: 0 2.6vw;
        font-size: 5.1vw;
        line-height: 1.4;
    }

    #main_footer .company_title {
        margin-top: 5.6vw;
        font-size: 4.6vw;
        letter-spacing: 0.02em;
    }

    #main_footer .tel_block {
        margin-top: 5.4vw;
        font-size: 3.6vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.8vw;
    }

    #main_footer .tel_number {
        margin-left: 0;
        font-size: 8.7vw;
    }

    #main_footer .hour_block {
        margin-top: 0.8vw;
        font-size: 3.3vw;
    }

    #main_footer .date {
        display: inline-block;
        margin: 1.3vw 0 0;
        font-size: 3.8vw;
        letter-spacing: 0.03em;
    }

    #main_footer .copyright {
        margin-top: 7.2vw;
        font-size: 2.6vw;
        letter-spacing: 0.03em;
    }

    /* SP_floating_banner */
    .floating_banner {
        bottom: 5.1vw;
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        display: none;
    }

    .floating_banner a {
        padding: 15px 10px;
        max-width: initial;
        width: 89.7vw;
        border-radius: 100vh;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 3px dashed #fff;
        outline-offset: -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3px;
    }

    .floating_banner a::before {
        content: initial;
    }

    .floating_banner .text_block {
        margin: 0 auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 10px;
    }

    .floating_banner img {
        width: 11vw;
    }

    .floating_banner .text {
        font-size: 5.6vw;
        letter-spacing: 0.12em;
        line-height: 1;
    }

    .floating_banner .note {
        padding-left: 0;
        text-indent: 0;
        font-size: 2.6vw;
        letter-spacing: 0;
        line-height: 1;
        text-align: center;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main .title {
        font-size: 10.3vw;
    }

    /* SP会社案内ページ 企業理念 */
    .page_company .list-wrap {
        max-width: initial;
    }
}