article {
    padding-top: 0;
}

/* ------------------ */
.cl-bg-01 {
    background-color: #f5f5f2;
}

.cl-bg-02 {
    background-color: #f0f7ff;
}

.cl-bg-03 {
    background-color: #fff;
}

.cl-bg-04 {
    background-image: url(/images/cl-08-08.png);
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 768px) {
    .cl-bg-04 {
        background-attachment: fixed;
    }
}

/* --------------------------------------------- */

.u__serif {
    font-family: TimesNewRoman, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .u__sp-only {
        display: none;
    }
}

:root {
    --line-height-01: 1.8;
    --line-height-title-01: 1.4;
    --font-size-01: 16px;
    --font-size-title-01: 5vw;
    --font-size-title-02: 4.5vw;
    --font-size-title-03: 4vw;
    --font-size-title-04: 5vw;
    --font-size-title-05: 6.5vw;
}

@media screen and (min-width: 375px) {
    :root {
        --font-size-title-01: 20px;
        --font-size-title-02: 18px;
        --font-size-title-03: 17px;
        --font-size-title-04: 20px;
        --font-size-title-05: 30px;
    }
}

@media screen and (min-width: 768px) {
    :root {
        --font-size-title-01: 28px;
        --font-size-title-02: 21px;
        --font-size-title-03: 20px;
        --font-size-title-04: 40px;
        --font-size-title-05: 40px;
    }
}

/* wrapperタイプ① */
.cl-wrapper-01 {
    padding: 40px 16px;
}

@media screen and (min-width: 768px) {
    .cl-wrapper-01 {
        padding: 64px 16px;
    }
}

/* ------------------------------- */
/* inner タイプ① */
.cl-inner-01 {
    width: 780px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

/* タイトル① */
.cl-title-01 {
    padding: 16px 8px;
    text-align: center;
    border: 2px solid #f19149;
    border-radius: 16px;
    background-color: #fff;
}

.cl-title-01-text {
    font-size: var(--font-size-title-01);
    line-height: var(--line-height-title-01);
    font-weight: bold;
    color: #f19149;
}

/* ----------------------------------------- */
/* タイトル2  */

.cl-title-02 {
    padding: 16px;
    background-color: #352d2a;
    text-align: center;
    border-radius: 8px;
}

.cl-title-02-text {
    font-size: var(--font-size-title-02);
    color: #fff;
    line-height: 1.3;
    font-weight: bold;
}

/* ----------------------------------------- */
.cl-text-area-01 {
    overflow: hidden;
    line-height: var(--line-height-01);
    font-size: var(--font-size-01);
}

.cl-text-area-01-text:not(:last-child) {
    margin-bottom: 8px;
}

.cl-text-area-01-image-01 {
    max-width: 30%;
    float: right;
    margin-left: 8px;
    margin-bottom: 8px;
}

.cl-text-area-01-image-02 {
    max-width: 30%;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .cl-text-area-01-image-01 {
        margin-left: 48px;
        margin-bottom: 0;
        max-width: 20%;
    }

    .cl-text-area-01-image-02 {
        margin-right: 48px;
        margin-bottom: 0;
        max-width: 20%;
    }
}

/* -------------------------------------------------- */
/* ボックスタイプ① */
.cl-box-area-01 {
    padding: 32px 24px;
    background-color: #fff;
    border-radius: 16px;
}

.cl-box-area-01__title-01 {
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 16px;
    font-size: var(--font-size-title-03);
    font-weight: bold;
    color: #f19149;
}

.cl-box-area-01__list-01 {
    padding-left: 24px;
    position: relative;
    font-size: var(--font-size-01);
}

.cl-box-area-01__list-01::before {
    content: "";
    width: 8px;
    height: 16px;
    border-right: 2px solid #f19149;
    border-bottom: 2px solid #f19149;
    transform: rotate(35deg);
    position: absolute;
    left: 0;
    top: -4px;
}

.cl-box-area-01__list-01:not(:last-child) {
    margin-bottom: 12px;
}

@media screen and (min-width: 768px) {
    .cl-box-area-01__list-area-01 {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 16px;
    }

    .cl-box-area-01__list-01 {
        width: calc(50% - 8px);
    }

    .cl-box-area-01__list-01:not(:last-child) {
        margin-bottom: 0;
    }
}

.cl-box-area-01__text-01 {
    line-height: var(--line-height-01);
    font-size: var(--font-size-01);
}

@media screen and (min-width: 768px) {
    .cl-box-area-01 {
        padding: 48px 96px;
    }

    .cl-box-area-01__title-01 {
        padding-bottom: 32px;
        margin-bottom: 40px;
    }
}

/* ----------------- */
.cl-box-area-02 {
    padding: 40px 16px;
    background-color: rgba(255, 255, 255, 0.6);
}

.cl-box-area-02__title-01 {
    color: #f19149;
    line-height: var(--line-height-title-01);
    font-size: var(--font-size-title-04);
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .cl-box-area-02 {
        padding: 48px;
    }
}

.cl-box-area-02__text-area-01 {
    font-size: var(--font-size-01);
    line-height: var(--line-height-01);
}

.cl-box-area-02__text-01:not(:last-child) {
    margin-bottom: 8px;
}

.cl-mv-01__title-01 {
    font-size: var(--font-size-title-05);
    line-height: var(--line-height-title-01);
    color: #f19149;
    text-align: center;
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .cl-mv-01__title-01 {
        margin-bottom: 56px;
    }
}

.cl-mv-01__image-01 {
    width: 80%;
    margin-bottom: 24px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 768px) {
    .cl-mv-01__image-01 {
        float: right;
        margin-left: 32px;
        margin-bottom: 0;
        width: 35%;
    }
}

.cl-mv-01__text-area-01 {
    font-size: var(--font-size-01);
    line-height: var(--line-height-01);
    overflow: hidden;
}

.cl-mv-01__text-01:not(:last-child) {
    margin-bottom: 8px;
}

.cl-mb__type1-sp {
    margin-bottom: 16px;
}

.cl-mb__type2-sp {
    margin-bottom: 24px;
}

.cl-mb__type3-sp {
    margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
    .cl-mb__type1-sp {
        margin-bottom: 0;
    }

    .cl-mb__type2-sp {
        margin-bottom: 0;
    }

    .cl-mb__type3-sp {
        margin-bottom: 0;
    }

    .cl-mb__type1-pc {
        margin-bottom: 24px;
    }

    .cl-mb__type2-pc {
        margin-bottom: 32px;
    }

    .cl-mb__type3-pc {
        margin-bottom: 40px;
    }
}

.cl-box-area-03__item-01 {
    padding: 24px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.cl-box-area-03__item-01:not(:last-child) {
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .cl-box-area-03__item-01:not(:last-child) {
        margin-bottom: 0;
    }
}

.cl-box-area-03__image-01 {
    /* width: 100%; */
    margin-bottom: 16px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 180px;
    max-width: 100%;
}

.cl-box-area-03__parts-01 {
    position: absolute;
    border-right: 40px solid #f19149;
    border-top: 40px solid rgba(255, 255, 255, 0);
    border-bottom: 40px solid rgba(255, 255, 255, 0);
    width: auto;
    display: block;
    top: -27px;
    left: -8px;
    transform: rotate(45deg);
}

.cl-box-area-03__parts-02 {
    transform: rotate(-45deg);
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    left: 18px;
    top: -9px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .cl-box-area-03__item-01 {
        width: calc(100% / 3 - 16px);
    }

    .cl-box-area-03 {
        display: flex;
        justify-content: space-between;
    }
}

.cl-box-area-03__text-01 {
    font-size: var(--font-size-01);
    line-height: var(--line-height-01);
}


/* 0506追加要素 */
:root {
    --mb-type1: 16px;
    --mb-type2: 24px;
    --mb-type3: 32px;
    --mb-title-01: 16px;
}

@media screen and (min-width: 768px) {
    :root {
        --mb-type1: 32px;
        --mb-type2: 48px;
        --mb-type3: 64px;
    }
}

@media screen and (min-width: 768px) {
    .cl-box-area-03--type2 .cl-box-area-03__item-01 {
        width: calc(100% / 2 - 20px);
    }
}

.cl-box-area-04-title-01 {
    font-size: var(--font-size-title-02);
    border-bottom: 1px dotted #666;
    color: #777;
    padding-bottom: var(--mb-title-01);
    margin-bottom: var(--mb-title-01);
    line-height: 1;
}

.cl-box-area-04-image-01 {
    display: block;
    margin-bottom: var(--mb-type1);
    width: 100%;
}

.cl-box-area-04-item-01 {
    padding: var(--mb-type1);
    background-color: #fff;
    border: 2px solid #aaa;
}

.cl-box-area-04-item-01 p {
    margin-bottom: 0;
}

.cl-box-area-04-item-01:not(:last-child) {
    margin-bottom: var(--mb-type2);
}

@media screen and (min-width: 768px) {
    .cl-box-area-04 {
        display: flex;
        justify-content: space-between;
    }

    .cl-box-area-04-item-01 {
        width: calc(50% - 20px);
    }

    .cl-box-area-04-item-01:not(:last-child) {
        margin-bottom: 0;
    }
}


.cl-013__card {
    padding: 40px 16px;
    background-color: rgba(255, 255, 255, 0.6);
}

.cl-013__title-01 {
    color: #f19149;
    line-height: var(--line-height-title-01);
    font-size: var(--font-size-title-04);
    text-align: center;
    margin-bottom: 32px;
}

.cl-013__text-area {
    font-size: var(--font-size-01);
    line-height: var(--line-height-01);
}

.cl-013__img-area {
    width: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}

.cl-013__img-01-txt {
    font-size: var(--font-size-title-02);
    text-align: center;
    font-weight: bold;
    color: #777;
}

.cl-013__img-01 {
    width: 38vw;
    height: 38vw;
    border-radius: 50%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.cl-013__img-01-img {
    width: 80%;
    height: 80%;
    object-fit: contain;
    object-position: center center;
}

.cl-013__img-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--mb-type2);
}

.cl-013__img-block-02 {
    display: flex;
    justify-content: space-between;
    margin-top: var(--mb-type2);
}

.cl-013__text-area {
    width: 680px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (min-width: 425px) {
    .cl-013__img-block {
        width: 360px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .cl-013__img-block-02 {
        width: 360px;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
    }

    .cl-013__img-01 {
        width: 160px;
        height: 160px;
    }
}

@media screen and (min-width: 768px) {
    .cl-013__text-area p:not(:last-child) {
        margin-bottom: 16px;
    }

    .cl-013__card {
        padding: 48px;
    }

    .cl-013__img-block {
        width: 100%;
        justify-content: center;
    }

    .cl-013__img-block-02 {
        width: 100%;
        justify-content: center;
    }

    .cl-013__img-01 {
        width: 240px;
        height: 240px;
        margin-bottom: 24px;
    }

    .cl-013__img-area {
        width: 40%;
    }
}











.cl-001__parts-01 {
    position: absolute;
    display: inline-block;
    left: -8px;
    top: -16px;
    width: 68px;
    max-width: 20%;
}

.cl-001__text-01 {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    font-size: var(--font-size-title-01);
    color: #fff;
    z-index: 100;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
}

.cl-001__text-02 {
    font-size: .7em;
}

.cl-001__image-01 {
    width: 100%;
}

.cl-001__block-area {
    padding: var(--mb-type2);
    background-color: #fff;
    border: 1px solid #aaa;
    position: relative;
}

.cl-001__block-area:not(:last-child) {
    margin-bottom: var(--mb-type3);
}

.cl-001__title-01 {
    text-align: center;
    font-size: var(--font-size-title-01);
    margin-bottom: var(--mb-type1);
    color: #f19149;
    line-height: var(--line-height-title-01);
    font-size: var(--font-size-title-04);
    text-align: center;
}

.cl-001__text-area {
    overflow: hidden;
}

.cl-001__image-02 {
    width: 50%;
    float: right;
    margin-left: var(--mb-type1);
    margin-bottom: 8px;
}

.cl-001__image-03 {
    width: 50%;
    float: left;
    margin-right: var(--mb-type1);
    margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
    .cl-001__image-02 {
        width: 35%;
        margin-bottom: 0;
    }

    .cl-001__image-03 {
        width: 35%;
        float: left;
        margin-right: var(--mb-type1);
        margin-bottom: 0;
    }

    .cl-001__parts-01 {
        width: 90px;
    }
}

.cl-015__list-area {
    margin-top: var(--mb-type2);
}






.cl-014__modeling-07 {
    display: none;
}

@media screen and (min-width: 768px) {
    .cl-014__modeling-07 {
        display: block;
        position: absolute;
        right: -244px;
        top: 0;
        width: auto;
        /* transform: scale(-1, 1); */
        /* height: 100%; */
        width: 1276px;
    }

    .cl-014__modeling-01 {
        display: none;
    }

    .cl-014__modeling-06 {
        position: relative;
        width: 1180px;
        max-width: 100%;
        overflow: hidden;
        margin-right: auto;
        margin-left: auto;
    }

    .cl-014__modeling-06 .cl-inner-01 {
        position: relative;
        z-index: 10;
        margin-left: 0;
        margin-right: auto;
        /* color: #fff; */
    }

    .cl-014__modeling-08 {
        background: linear-gradient(to left, #454545 0, #3b3b3b 100%);
    }

    .cl-014__modeling-06 {
        background: linear-gradient(to left, #454545 0, #3b3b3b 100%);

    }

    .cl-014__modeling-06 {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .cl-014__modeling-06 .cl-inner-01 {
        padding: 64px 24px;
        background-color: rgba(255, 255, 255, 0.699);
        max-width: 620px;
    }
}

@media screen and (min-width: 920px) {
    .cl-014__modeling-06 .cl-inner-01 {
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-right: 200px;
        min-width: none;
        background-color: rgba(255, 255, 255, 0);
    }

    .cl-014__modeling-06 .cl-inner-01 {
        color: #fff;
    }

    .cl-014__modeling-07 {

        right: auto;
        left: 8%;
    }
}


@media screen and (min-width: 768px) {
    .cl-017__text-area {
        text-align: center;
    }

    .cl-017__text {
        display: inline-block;
        text-align: left;
        width: 660px;
        max-width: 100%;
    }
}



.cl-018__title {
    text-align: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #aaa;
    font-size: 20px;
    margin-bottom: var(--mb-type1);
    color: #f19149;
    line-height: var(--line-height-title-01);
}

.cl-018__block {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cl-018__item {
    border: 2px solid #aaa;
    border-radius: 16px;
    padding: 16px;
    width: calc(50% - 8px);
    height: 140px;
    position: relative;
    overflow: hidden;
}

.cl-018__item-title {
    text-align: center;
    color: #f19149;
    font-size: 18px;
    margin-bottom: 8px;
}

.cl-018__img {
    width: 80px;
    height: 80px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.cl-018__img-02 {
    width: 100px;
    height: 95px;
    bottom: -4px;
}

.cl-018__img-03 {
    width: 100px;
    height: 95px;
    bottom: -4px;
}

.cl-018__img img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
}

.cl-018__area {
    margin-top: 24px;
}

@media screen and (min-width: 768px) {
    .cl-018__area {
        margin-top: 32px;
    }

    .cl-018__item {
        width: calc(25% - 12px);
        height: 160px;
    }

    .cl-018__title {
        font-size: 24px;
        padding-bottom: 24px;
    }

    .cl-018__img {
        width: 90px;
        height: 90px;
        bottom: 16px;
    }

    .cl-018__item-title {
        font-size: 20px;
    }

    .cl-018__img-02 {
        width: 116px;
        height: 116px;
        bottom: -4px;
    }

    .cl-018__img-03 {
        width: 116px;
        height: 116px;
        bottom: -4px;
    }
}