@charset "utf-8";
body {
    background-image: url('../img/pattern.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    font-family: tsukuAR;
}

#banner {
    margin-top: 72px;
    padding: 50px 20px 50px;
    position: relative;
    height: calc(100vh - 205px);
    max-height: 600px;
    background-image: url('../img/products/concept/asset_banner_1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.inner {
    position: relative;
}

.card-banner {
    position: relative;
    overflow: hidden;
    padding-top: 56px;
}

.card-banner .accent-content {
    position: absolute;
    height: 50px;
    width: 100%;
    object-fit: cover;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.inner .bg-content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#banner .inner-content {
    padding: 100px 50px;
    position: relative;
    z-index: 2;
}

.subtitle {
    /* font-weight: normal; */
    font-weight: bold;
}

.title_underline {
    font-family: tsukuAR;
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    padding: 0 5px;
    border-bottom: 4px solid #ffc915;
    margin: 16px 0 32px;
    line-height: 1.3;
    padding-bottom: 5px;
}

#banner p {
    font-size: 16px;
    /* font-weight: 600; */
    margin-bottom: 0;
}

.inner-card-banner {
    background: rgb(255 255 255 / 70%);
    display: block;
    margin: -6px auto 0;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 10%);
    padding: 8px 10px 10px;
}

.frame-banner {
    position: relative;
    border: 1px solid #007a3e;
    padding: 40px 30px;
    border-radius: 8px;
    font-family: tsukuAR;
    /* line-height: 1.8; */
    font-weight: bold;
}

.frame-banner .left,
#commitment .heading-img .left {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    left: -2px;
    top: -2px;
    border: 2px solid rgb(255 255 255);
}

.frame-banner .left-bottom,
#commitment .heading-img .left-bottom {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    left: -2px;
    bottom: -2px;
    border: 2px solid rgb(255 255 255);
}

.frame-banner .right,
#commitment .heading-img .right {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    right: -2px;
    top: -2px;
    border: 2px solid rgb(255 255 255);
}

.frame-banner .right-bottom,
#commitment .heading-img .right-bottom {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #007a3e;
    right: -2px;
    bottom: -2px;
    border: 2px solid rgb(255 255 255);
}

#commitment .commitment-content:not(:last-child) {
    margin-bottom: 75px;
}

#commitment .commitment-content.our-commitment .our-commitment-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#commitment .commitment-content.our-commitment .our-commitment-box:nth-last-of-type(2) {
    flex-direction: row-reverse;
}

#commitment .commitment-content.our-commitment .our-commitment-box:not(:last-child) {
    margin-bottom: 75px;
}

#commitment .commitment-content.our-commitment .our-commitment-box .commitment-image {
    width: 70%;
}

#commitment .commitment-content.our-commitment .our-commitment-box:nth-last-of-type(2) .commitment-image {
    margin-left: -10.5%;
}

#commitment .commitment-content.our-commitment .our-commitment-box .commitment-image img {
    width: 100%;
}

#commitment .commitment-content.our-commitment .our-commitment-box .commitment-text {
    width: 40%;
    margin-left: -10.5%;
    font-weight: bold;
    z-index: 1;
}

#commitment .commitment-content.our-commitment .our-commitment-box:nth-last-of-type(2) .commitment-text {
    margin-left: 0;
}

#commitment .commitment-content.our-commitment .our-commitment-box .commitment-text h3 {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(255, 255, 255, 1);
}

#commitment .commitment-content.our-commitment .our-commitment-box .commitment-text p {
    margin: 0 0 0 3.5%;
    text-shadow: 0 0 8px rgba(255, 255, 255, 1);
}

#commitment .commitment-content.our-commitment .our-commitment-box .commitment-text p .line-height2 {
    line-height: 1.5em;
}

#commitment .commitment-content.our-commitment .our-commitment-box .commitment-text .add-text {
    width: 100%;
    font-size: .75em;
    display: block;
    text-align: right;
    text-shadow: 0 0 8px rgba(255, 255, 255, 1);
}

#commitment .commitment-content.our-commitment .our-commitment-box:nth-last-of-type(2) .commitment-text .add-text {
    margin: 5px 0 0 3.5%;
    text-align: left;
}

section#policy {
    padding: 50px 20px 100px;
    background-color: #fffae8;
}

section#policy .inner {
    max-width: 672px;
}

section#policy .heading-img {
    margin-bottom: 0;
}

.content-policy {
    max-width: 502px;
    width: 74%;
    display: block;
    margin: auto;
    position: relative;
    min-height: 172px;
    padding: 5px;
    z-index: 1;
    border: 4px solid #c82300;
    background: #fff;
}

.frame-red {
    position: relative;
    border: 1px solid #c82300;
    padding: 30px 45px;
    border-radius: 8px;
}

.frame-red .left {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c82300;
    left: -2px;
    top: -2px;
    border: 2px solid rgb(255 255 255);
}

.frame-red .left-bottom {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c82300;
    left: -2px;
    bottom: -2px;
    border: 2px solid rgb(255 255 255);
}

.frame-red .right {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c82300;
    right: -2px;
    top: -2px;
    border: 2px solid rgb(255 255 255);
}

.frame-red .right-bottom {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #c82300;
    right: -2px;
    bottom: -2px;
    border: 2px solid rgb(255 255 255);
}

.bg-policy-content {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.list-policy {
    margin: 0;
    padding-left: 20px;
}

.list-policy li {
    color: #c82300;
    font-family: HanSan_Bold;
    font-size: 20px;
    font-weight: bold;
}

.floating-left {
    position: absolute;
    width: 170px;
    bottom: -66px;
    left: -120px;
}

.floating-right {
    position: absolute;
    width: 170px;
    bottom: -66px;
    right: -110px;
}

#commitment {
    padding: 20px 20px 50px;
    background-color: #fffae8;
}

#commitment .heading-img {
    text-align: center;
    display: block;
    margin: auto;
    border: 1px solid #007a3e;
    border-radius: 8px;
    font-size: 24px;
    color: #007a3e;
    position: relative;
    background-color: #fff;
    padding: 5px 0;
    font-weight: normal;
    line-height: 1;
    font-family: tsukuAR;
    line-height: 1.3;
    font-weight: bold;
}

.wrapp-heading {
    margin-bottom: 35px;
    padding: 5px;
    border: 2px solid #007a3e;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 50%);
    background-color: #fff;
}

#commitment .subtitle {
    margin-bottom: 32px;
    font-size: 16px;
}

#commitment .card {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #fff;
}

.header-card {
    text-align: center;
    padding: 20px 10px;
}

.header-card h4 {
    margin: 0;
    font-family: HanSan_Bold;
    font-size: 20px;
    font-weight: bold;
}

.content-card .img-card {
    position: relative
}

.content-card .img-card::after {
    width: 95px;
    font-size: 9px;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 12px;
    right: 35px;
    content: "※画像はイメージです";
}

.content-card.green-bottom {
    background: #007a3e;
    border-bottom: 10px solid #007a3e;
    text-align: center;
    color: #fff;
}

.content-card.green-bottom img {
    width: 85%;
}

.content-card.yellow-bottom {
    background: #ffc915;
    border-bottom: 10px solid #ffc915;
    text-align: center;
    color: #007a3e;
}

.content-card.yellow-bottom img {
    width: 85%;
}

.content-card span {
    margin-top: 5px;
    font-size: 15px;
    display: block;
}

.wrap-btn-center {
    text-align: center;
    margin-bottom: 30px;
}

.btn-banner {
    position: relative;
    z-index: 2;
    padding: 14px 24px 18px;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    background: #ffc915;
    border-radius: 6px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 80%);
    font-family: Kozuka_Gothic_Pr6N_R;
    display: inline-block;
}

@media only screen and (max-width: 890px) {
    .floating-right {
        width: 140px;
        right: -20%;
    }
}

@media only screen and (max-width: 767px) {
    #banner {
        max-height: 500px;
    }

    #banner .inner-content {
        padding: 100px 50px 50px;
    }

    .floating-right {
        right: -10%;
        width: 110px;
        bottom: -60px;
    }

    .floating-left {
        left: -8%;
        bottom: -60px;
        width: 106px;
    }

    .inner-col {
        padding-left: 0;
        padding-right: 0;
    }

    .frame-banner {
        padding: 30px 20px;
    }

    #banner p {
        font-size: 12px;
    }

    #commitment .commitment-content.our-commitment .our-commitment-box .commitment-image,
    #commitment .commitment-content.our-commitment .our-commitment-box .commitment-text {
        width: 100%;
        margin: 0;
    }

    #commitment .commitment-content.our-commitment .our-commitment-box .commitment-text h3 {
        text-align: center;
        font-size: 5.2vw;
        text-shadow: 0 0 5px rgba(230, 230, 230, 1);
    }

    #commitment .commitment-content.our-commitment .our-commitment-box .commitment-text p {
        margin: 0;
    }

    #commitment .commitment-content.our-commitment .our-commitment-box:nth-last-of-type(2) .commitment-text .add-text {
        margin: 5px 0 0 0;
        text-align: right;
    }
}

@media only screen and (max-width: 575px) {
    #banner {
        height: auto;
        max-height: none;
    }

    .content-policy {
        width: 86%;
        min-height: 0;
    }

    .list-policy li {
        font-size: 12px;
        line-height: 2;
    }

    .frame-red {
        padding: 15px;
    }

    .floating-left {
        left: -13%;
    }

    .floating-right {
        right: -12%;
    }
}

@media only screen and (max-width: 360px) {
    .floating-left {
        width: 125px;
    }

    .floating-right {
        width: 117px;
    }

    #commitment .heading-img {
        font-size: 20px;
    }
}