@charset "UTF-8";

/* 共通
----------------------------------------------- */
.content_wrapper {
    margin: 0 auto 32px;
}

.content_wrapper *,
.content_wrapper *:before,
.content_wrapper *:after {
    box-sizing: border-box;
}

/* 画像 */
.content_wrapper picture,
.content_wrapper img {
    display: block;
}

.content_wrapper img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.content_belt {
    background: #dbf6ff;
}

.content_inner {
    max-width: 800px;
    margin: 0 auto 10px;
    padding: 10px 20px;
}

.content_wrapper figure figcaption {
    padding: 10px 0 0;
}

.content_wrapper strong {
    color: #e7380d;
    font-weight: bold;
}

/* リンク：ホバーアクション */
.content_wrapper a:hover {
    opacity: 0.8;
}

.formArea {
    max-width: 900px;
    margin: 40px auto 20px;
    font-size: 16px;
}

.btn_wrap a span {
    color: #ffe200;
}

/* コンテンツ
----------------------------------------------- */
/* MV */
.mv_wrap {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0;
}

.mv_wrap h1 {
    margin: 0 0 10px;
}

.product_intro {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin: 0 20px 10px;
}

.logo_wrap {
    position: relative;
    max-width: 170px;
    padding: 15px 10px 0;
    background: #fff;
    text-align: center;
}

.logo_wrap::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: 'NEW';
    color: #e7380d;
    font-weight: bolder;
    font-size: 10px;
    line-height: 1;
    transform: translateX(-50%);
    z-index: +1;
}

.product_intro p {
    min-width: 210px;
    font-weight: bold;
}

.catch_txt {
    padding: 8px 16px;
    max-width: 387px;
    width: calc(100% - 40px);
    margin: auto;
    font-weight: bold;
    background: #fff;
}

/* 見出し */
.content_wrapper section h2 {
    padding: 35px 0 0;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.content_wrapper section.future_block h2 {
    color: #e7380d;
}

.content_wrapper section h3 {
    margin: 0 0 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.content_wrapper section .content_belt {
    position: relative;
}

.content_wrapper section .content_belt::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 70px;
    background: #fff;
}

.preparation_list dt {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    padding: 10px 10px 10px 60px;
    min-height: 60px;
    border-radius: 8px;
    background: #dbf6ff url(images/dt_head.webp) no-repeat left 10px top 10px / 36px;
}

.preparation_list dd:nth-child(2) {
    padding: 0 0 20px;
}

.content_inner.balloon {
    margin: 0 auto 20px;
}

.content_inner.balloon .item_wrap {
    position: relative;
    padding: 30px 15px;
    z-index: +1;
}

.content_inner.balloon .item_wrap::before,
.content_inner.balloon .item_wrap::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
}

.content_inner.balloon .item_wrap::before {
    bottom: -30px;
    left: calc(50% - 20px);
    border-width: 35px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    z-index: +2;
}

.content_inner.balloon .item_wrap::after {
    bottom: -38px;
    left: calc(50% - 20px);
    border-width: 38px 22px 0 22px;
    border-color: #31bbea transparent transparent transparent;
}

.content_inner.balloon .item_wrap p {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.item_wrap.future p:not([class]),
.item_wrap.future figure {
    margin: 0 0 20px;
}

.item_wrap.future .att_text {
    margin: 0;
}

/* 注記 */
.att_text {
    display: table;
    margin: auto;
    font-size: 14px;
}

.att_text span {
    display: table-cell;
    padding: 0 5px 0 0;
    white-space: nowrap;
}

/* ボタン */
.btn_wrap {
    margin: 0 auto;
    padding: 20px;
}

.btn_wrap a.request {
    position: relative;
    display: block;
    margin: 0 auto 20px;
    padding: 15px 12px;
    max-width: 500px;
    border-radius: 8px;
    background: #e7380d;
    box-shadow: 0 4px 0 #9C0000, inset 0 -4px 8px rgb(0 0 0 / 0.1);
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.btn_wrap .request_catch {
    margin: 0 auto 5px;
    text-align: center;
}

.btn_wrap .request_catch span {
    position: relative;
    padding: 0 10px;
    font-weight: bold;
}

.btn_wrap .request_catch span::before,
.btn_wrap .request_catch span::after {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: #333;
}

.btn_wrap .request_catch span::before {
    left: 0;
    transform: rotate(-20deg);
}

.btn_wrap .request_catch span::after {
    right: 0;
    transform: rotate(20deg);
}

.btn_wrap .att_box {
    margin: 0 auto 20px;
    max-width: 811px;
    text-align: left;
}

.btn_wrap .att_box .att_text {
    margin: 0;
}

.btn_wrap .att_box .att_text:nth-child(2) {
    padding: 16px 0 0;
}

/* フローティング */
body {
    position: relative;
}

.floating_btn {
    position: fixed;
    bottom: 0;
    z-index: +10;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating_btn.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.floating_btn .btn_wrap a.request {
    margin: 0 auto;
}

/* コンテンツ詳細 */
.item_wrap {
    padding: 30px 26px;
    border: 2px solid #31BBEA;
    box-shadow: 4px 4px 0 #31BBEA;
    background: #fff;
}

.content_wrapper section.future_block .item_wrap {
    padding-top: 80px;
    border-color: #F6AA00;
    box-shadow: 4px 4px 0 #F6AA00;
    background: no-repeat center 30px / 52px;
}

.content_wrapper section.future_block .content_inner:nth-child(3) .item_wrap {
    background-image: url(images/item_point01.webp);
}

.content_wrapper section.future_block .content_inner:nth-child(4) .item_wrap {
    background-image: url(images/item_point02.webp);
}

.content_wrapper section.future_block .content_inner:nth-child(5) .item_wrap {
    background-image: url(images/item_point03.webp);
}

/* 会社情報 */
.company_info_inner {
    font-size: 14px;
}

.company_info_inner div p {
    padding: 5px 15px;
}

.company_info_inner div .ttl {
    background: #EEE;
}

.note_wrap {
    margin: 0 auto 30px;
    padding: 26px 26px 26px 66px;
    max-width: 800px;
    width: calc(100% - 52px);
    border: 1px solid #707070;
    background: #fffdee url(images/icon_attention.webp) no-repeat left 16px center / 30px;
    border-radius: 8px;
    font-size: 14px;
}

.note_wrap p:not([class]) {
    margin: 0 0 20px;
}

.note_wrap p.att_text {
    margin: 0;
}

/* 募文番号 */
.document-box {
    max-width: 1040px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.document-box .document-number {
    margin: 10px 15px;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .content_wrapper figure figcaption {
        padding: 30px 0 0;
    }

    /* コンテンツ
    ----------------------------------------------- */
    .logo_wrap::before {
        font-size: 12px;
    }

    .product_intro p {
        font-size: 18px;
    }

    .item_wrap {
        padding: 50px 56px;
    }

    /* 見出し */
    .content_wrapper section h2 {
        font-size: 28px;
    }

    .content_wrapper section h3 {
        font-size: 24px;
    }

    .content_wrapper section h3 br {
        display: none;
    }

    .item_wrap.future p:not([class]) {
        font-size: 18px;
    }

    .content_wrapper .item_wrap img {
        max-width: 360px;
    }

    .preparation_list dt {
        margin: 0 0 30px;
        background-position: left 10px center;
    }

    .preparation_list dd:nth-child(2) {
        padding: 0 0 30px;
    }

    .content_wrapper section .content_belt::after {
        height: 80px;
    }

    .content_inner.balloon .item_wrap p {
        font-size: 24px;
    }

    /* 会社情報 */
    .company_info_wrap {
        border-top: 1px solid #EEE;
    }

    .company_info_inner {
        display: flex;
        max-width: 1040px;
        width: 100%;
        margin: 10px auto;
        font-size: 14px;
    }

    .company_info_inner > div {
        width: 50%;
    }

    .company_info_inner div .ttl {
        background: none;
        position: relative;
        display: inline-block;
        padding: 0 8px;
        margin: 0 0 0 15px;
    }

    .company_info_inner div .ttl::before,
    .company_info_inner div .ttl::after {
        display: block;
        width: 2px;
        height: 18px;
        position: absolute;
        top: 50%;
        line-height: 1;
        transform: translateY(-50%);
    }

    .company_info_inner div .ttl::before {
        content: "[";
        left: 0;
    }

    .company_info_inner div .ttl::after {
        content: "]";
        right: 0;
    }
    .btn_wrap a br {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .catch_txt br {
        display: none;
    }
}

@media screen and (min-width: 1020px) {
    .content_inner {
        padding: 10px 0;
    }

    .content_wrapper section:last-of-type .item_wrap {
        padding-top: 125px;
        background-position: top 45px center;
        background-size: 62px;
    }

    .preparation_list dt {
        font-size: 18px;
    }
}