@charset "utf-8";
/* CSS Document */
/* head img--------------------------------------------------------------*/
h2.title_block-2 > .title {
    background: #ddf8f2;
}

@media (max-width: 1024px) {
    h2.title_block-2 > .title {
        width: 100%;
        height: 8rem;
        top: -8rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
}
/* ttl--------------------------------------------------------------*/
.ttl-products {
    display: flex;
    justify-content: center;
    margin: auto;
    position: relative;
    margin-top: 40px;
    font-size: 2rem;
    text-align: center;
    flex-direction: column;
}
.ttl-products::before {
    content: "";
    position: absolute;
    top: -40px;
    display: inline-block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(/assets/images/icon-ttl.svg);
    width: 16px;
    height: 16px;
}
/* products strengths --------------------------------------------------------------*/
.strengths-area-01 {
    background: #ddf8f2;
    background-image: url("/assets/images/img-pattern.svg"),
        url("/assets/images/products/strengths/bg-img01.png"),
        url("/assets/images/img-pattern.svg"),
        url("/assets/images/img-pattern.svg");
    background-position: top left, bottom right, right bottom, bottom 20% right;
    background-repeat: no-repeat, no-repeat, repeat-x, no-repeat;
    background-size: 240px, 45%, 240px, 240px;
}
@media (max-width: 1024px) {
    .strengths-area-01 {
        background-image: none,
            url("/assets/images/products/strengths/bg-img01.png"),
            url("/assets/images/img-pattern.svg"), none;
        background-size: 30%, 80%, 30%, 30%;
    }
}
.strengths-area-01 p {
    width: 70%;
    line-height: 1.5em;
    margin: 0 auto;
}
.strengths-area-01 > figure {
    width: 50%;
    margin: 0 auto;
    padding: 3em 0 20em;
}
.strengths-area-02 {
    background-color: #fff;
}
@media (max-width: 1024px) {
    .strengths-area-02 {
        background-color: #fff;
    }
    .strengths-area-01 p {
        width: 90%;
    }
    .strengths-area-01 > figure {
        width: 100%;
        padding: 3em 0 8em;
    }
}
.strengths-area-02 dl.record {
    background: #ddf8f2;
    width: 100%;
    margin: 1em auto;
    padding: 3em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.strengths-area-02 dl.record dt {
    width: 30%;
    background: linear-gradient(rgba(137, 255, 244, 1), rgba(35, 227, 179, 1));
    border-radius: 50px;
    padding: 0;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.strengths-area-02 dl.record dt img {
    width: 15rem;
    margin: auto;
    vertical-align: middle;
}
.strengths-area-02 dl.record dd {
    width: 50%;
    margin: 0 auto;
    line-height: 2em;
}
.strengths-area-02 dl.record li {
    margin-left: 1em;
    text-indent: -1em;
}
.strengths-area-02 dl.record li:first-child {
    font-weight: bold;
}
@media (max-width: 1024px) {
    .strengths-area-02 dl.record dt {
        width: 100%;
    }
    .strengths-area-02 dl.record dd {
        width: 100%;
        padding: 2em 0 0;
    }
}
.fujilloy {
    position: relative;
    display: flex;
    padding: 0;
    margin: 3em 0;
    width: 100%;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #fff;
}
.fujilloy:before,
.fujilloy:after {
    content: "";
    position: absolute;
    top: 5px;
    display: inline-block;
    width: 38%;
    height: 10px;
    color: #4bd6b4;
    background-size: 13px 5px;
    background-image: linear-gradient(to right, #4bd6b4 6px, transparent 6px);
    background-repeat: repeat-x;
}
.fujilloy:before {
    left: 0;
}
.fujilloy:after {
    right: 0;
}
.strengths-area-03 {
    background: #ddf8f2;
    background-image: url("/assets/images/products/strengths/bg-img02.png"),
        url("/assets/images/img-pattern.svg");
    background-position: bottom left, left bottom;
    background-repeat: no-repeat, repeat-x;
    background-size: 80%, 240px;
}
@media (max-width: 1024px) {
    .strengths-area-03 {
        background-image: url("/assets/images/products/strengths/bg-img02.png"),
            url("/assets/images/img-pattern.svg");
        background-size: 80%, 30%;
    }
    .fujilloy {
        font-size: 1rem;
    }
    .fujilloy:before,
    .fujilloy:after {
        width: 20%;
    }
}
.strengths-area-03 .container,
.strengths-area-04 .container {
    width: 750px;
}
.strengths-area-03 h4,
.strengths-area-04 h4 {
    font-size: 1.5em;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}
@media (max-width: 1024px) {
    .strengths-area-03 .container,
    .strengths-area-04 .container {
        width: 100%;
    }
}
.strengths-area-03 h5 {
    display: flex;
    justify-content: center;
    font-size: 1.3em;
    background: #fff;
    border-radius: 25px;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    margin: 2rem auto;
}

.strengths-area-03 p {
    margin: 3rem 0;
}
.strengths-area-03 figure {
    margin: 3rem 0 0;
}
.box-keyword {
    background: #fff;
    padding: 3rem;
    margin: 3rem 0 0;
}
.box-keyword-in {
    display: flex;
    flex-wrap: wrap;
}
.box-keyword .box-l {
    width: 20%;
}
.box-keyword .box-r {
    width: 80%;
    padding: 1rem 2rem 2rem 2rem;
}
.box-keyword .box-r dl {
    display: flex;
    margin-bottom: 2em;
    position: relative;
}
.box-keyword .box-r dt {
    border-right: 1px solid #000;
    font-size: 1.2rem;
    padding: 0.25em 1em;
    margin-right: 1em;
    font-weight: normal;
}
.box-keyword .box-r dt::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/products/strengths/icon-excla.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}
.box-keyword .box-r dd {
    font-size: 1.2rem;
    padding: 0.25em 1em;
}
.box-keyword p {
    margin: 10px auto;
    text-align: center;
}
@media (max-width: 1024px) {
    .box-keyword {
        padding: 2rem;
    }
    .box-keyword-in {
        flex-direction: column-reverse;
    }
    .box-keyword .box-l {
        width: 60%;
        margin: 0 auto;
    }
    .box-keyword .box-r {
        width: 100%;
        padding: 0;
    }
    .box-keyword .btn {
        display: flex;
        justify-content: center;
        text-align: center;
        margin: 0 auto;
    }
}

.strengths-area-04 {
    background: #fff;
}
.strengths-area-04 h5 {
    display: flex;
    justify-content: center;
    font-size: 1.3em;
    background: #ddf8f2;
    border-radius: 25px;
    padding: 1rem 0;
    width: 100%;
    text-align: center;
    margin: 4rem auto 2rem;
}

.strengths-area-04 p {
    margin: 3rem 0;
}
.strengths-area-04 figure {
    margin: 3rem 0 0;
}
.box-youtube {
    margin: 3rem auto;
    width: 340px;
    max-width: 100%;
}
.box-youtube dt {
    position: relative;
    padding: 0.25em 1em;
    margin: 1em 1em 0 0;
}
.box-youtube dt::before {
    content: "";
    display: inline-block;
    background-image: url("/assets/images/products/strengths/icon-yt.svg");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
}
.box-youtube dd {
    color: #999999;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.youtube iframe {
    width: 100%;
    height: auto;
    border-radius: var(--youtube-radius);
    aspect-ratio: 16 / 9;
}
