@charset "UTF-8";

/* ---------------------------------------------------- */
/* cs_e */
/* ---------------------------------------------------- */
.cs_e_zm {
    overflow: hidden;
}

.cs_e_zm > span {
    transform-origin: center;
    transform: scale(1.005);
    transition: 0.5s ease-in-out;
}

@media (min-width: 680px) {
    .cs_e_op {
        transition: opacity 0.3s ease-in-out;
    }

    .cs_e_op:hover,
    a:hover .cs_e_op {
        opacity: 0.6;
    }

    .cs_e_gr,
    .cs_e_bn,
    .cs_e_in {
        transition: filter 0.3s ease-in-out;
    }

    .cs_e_gr:hover,
    a:hover .cs_e_gr {
        filter: grayscale(100%);
    }

    .cs_e_bn:hover,
    a:hover .cs_e_bn {
        filter: brightness(50%);
    }

    .cs_e_in:hover,
    a:hover .cs_e_in {
        filter: invert(100%);
    }

    a:hover .cs_e_zm > span {
        transform: scale(1.1);
        /* filter: brightness(70%); */
    }
}

/* ---------------------------------------------------- */
/* cs_bg */
/* ---------------------------------------------------- */
.cs_bg_img_1 > span {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
}

/* ---------------------------------------------------- */
/* cs_sec */
/* ---------------------------------------------------- */
.cs_sec_wrap {
    position: relative;
}

.cs_sec_wrap .sec_inner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

@media (min-width: 681px) {
    .cs_sec_wrap .sec_inner {
        width: 1000px;
    }

    .cs_sec_wrap .sec_inner.w1_pc {
        width: 100%;
    }
}

@media (max-width: 680px) {
    .cs_sec_wrap .sec_inner {
        width: calc(100% - 40px);
    }

    .cs_sec_wrap .sec_inner.w1_sp {
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_item_1 */
/* ---------------------------------------------------- */
.cs_archive_item_1 {
    position: relative;
    padding-top: 25px;
    height: 100%;
    line-height: 1.4;
}

.cs_archive_item_1 .area {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
.cs_archive_item_1 a {
    position: relative;
    display: block;
    height: 100%;
    background-color: #fff;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
}

.cs_archive_item_1.new a::before {
    content: "";
    position: absolute;
    right: 10px;
    top: -25px;
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/common/ico/new_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: center;
    z-index: 2;
}
.cs_archive_item_1 .area {
    margin-bottom: 5px;
    font-size: 14px;
}

.cs_archive_item_1 .thumb > span {
    padding-top: 60%;
}

.cs_archive_item_1 .info {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 20px;
    max-width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 700;
    background-color: #ffff3a;
}
.cs_archive_item_1 .meta_wrap {
    position: relative;
    padding: 20px 20px 55px;
}
.cs_archive_item_1 .cat {
    margin-bottom: 20px;
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: left center;
}
.cs_archive_item_1 .cat_cocochiyoku {
    background-image: url(../img/land/cat_1.svg);
}
.cs_archive_item_1 .cat_ichigo {
    background-image: url(../img/land/cat_2.svg);
}
.cs_archive_item_1 .cat_built {
    background-image: url(../img/land/cat_3.svg);
}
.cs_archive_item_1 .cat_conditional {
    background-image: url(../img/land/cat_4.svg);
}
.cs_archive_item_1 .kukaku {
    position: absolute;
    right: 0;
    top: 20px;
    color: #fff;
    padding: 5px 20px;
    font-size: 14px;
    background-color: #2d3542;
    border-radius: 20px 0 0 20px;
}
.cs_archive_item_1 .name {
    margin-bottom: 10px;
}

.cs_archive_item_1 .outline {
    margin-bottom: 10px;
    font-size: 14px;
}

.cs_archive_item_1 .outline > li {
    display: flex;
}

.cs_archive_item_1 .outline > li > span:nth-of-type(1) {
    flex: initial;
    width: auto;
    white-space: nowrap;
}
.cs_archive_item_1 .outline > li > span:nth-of-type(2) {
    flex: auto;
    width: auto;
}

.cs_archive_item_1 .point {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-bottom: -10px;
    font-size: 11px;
}

.cs_archive_item_1 .point > li {
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: calc(100% / 2 - 10px);
    padding: 5px 10px;
    background-color: #ffff3a;
}

.cs_archive_item_1 .point > li > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.cs_archive_item_1 .btn_wrap {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
}
.cs_archive_item_1 .btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 20px;
    width: 55%;
    height: 26px;
    color: #fff;
    font-size: 12px;
    background-color: #9fb6c2;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}
.cs_archive_item_1 .btn .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.cs_archive_item_1 .btn .arrow::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.cs_archive_item_1 .btn .arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}
@media (min-width: 681px) {
    .cs_archive_item_1 a:hover .btn {
        color: #2d3542;
        background-color: #f1f4f8;
        border-radius: 20px;
    }
    .cs_archive_item_1 a:hover .btn .arrow::before {
        background-color: #2d3542;
    }
    .cs_archive_item_1 a:hover .btn .arrow::after {
        border-color: #2d3542;
    }
}
@media (max-width: 680px) {
    .cs_archive_item_1 {
        padding-top: 25px;
    }

    .cs_archive_item_1 .area {
        font-size: 12px;
    }
    .cs_archive_item_1 a {
        height: auto;
    }

    .cs_archive_item_1.new a::before {
        right: 10px;
        top: -25px;
        width: 50px;
        height: 50px;
    }
    .cs_archive_item_1 .area {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .cs_archive_item_1 .info {
        font-size: 14px;
    }
    .cs_archive_item_1 .meta_wrap {
        padding: 20px 20px 55px;
    }
    .cs_archive_item_1 .cat {
        margin-bottom: 15px;
        width: 100%;
        height: 30px;
    }

    .cs_archive_item_1 .kukaku {
        top: 20px;
        padding: 5px 15px;
        font-size: 10px;
    }
    .cs_archive_item_1 .name {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .cs_archive_item_1 .outline {
        margin-bottom: 10px;
        font-size: 10px;
    }

    .cs_archive_item_1 .point {
        margin-right: -5px;
        margin-bottom: 5px;
        font-size: 10px;
    }

    .cs_archive_item_1 .point > li {
        margin-right: 5px;
        margin-bottom: 5px;
        width: calc(100% / 2 - 5px);
        padding: 5px 5px;
    }
}

/* ---------------------------------------------------- */
/* cs_archive_item_2 */
/* ---------------------------------------------------- */
.cs_archive_item_2 {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    padding-top: 25px;
    line-height: 1.4;
}

.cs_archive_item_2 .area {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}

.cs_archive_item_2 .link_1 {
    position: relative;
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    background-color: #fff;
}

.cs_archive_item_2 .link_2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    background-color: #d3446b;
}

.cs_archive_item_2 .thumb > span {
    padding-top: 73%;
}

.cs_archive_item_2 .info {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 20px;
    max-width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 700;
    background-color: #ffff3a;
}

.cs_archive_item_2 .meta_wrap {
    padding: 20px 20px 40px;
}

.cs_archive_item_2 .name {
    margin-bottom: 10px;
}

.cs_archive_item_2 .outline {
    margin-bottom: 20px;
    font-size: 13px;
}

.cs_archive_item_2 .outline > li {
    display: flex;
}

.cs_archive_item_2 .outline > li + li {
    margin-top: 10px;
}

.cs_archive_item_2 .outline > li > span:nth-of-type(1) {
    flex: none;
    width: 80px;
    white-space: nowrap;
}
.cs_archive_item_2 .outline > li > span:nth-of-type(2) {
    flex: auto;
    width: auto;
}

.cs_archive_item_2 .btn_wrap {
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.cs_archive_item_2 .btn {
    flex: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 20px;
    width: 50%;
    height: 26px;
    color: #fff;
    font-size: 12px;
    background-color: #9fb6c2;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}
.cs_archive_item_2 .btn .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.cs_archive_item_2 .btn .arrow::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.cs_archive_item_2 .btn .arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}
.cs_archive_item_2 .caption {
    flex: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: auto;
    height: 26px;
    color: #d3446b;
    font-size: 12px;
    border: 1px solid #d3446b;
}
.cs_archive_item_2 .caption > span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
@media (min-width: 681px) {
    .cs_archive_item_2 .link_1:hover .btn {
        color: #2d3542;
        background-color: #f1f4f8;
        border-radius: 20px;
    }
    .cs_archive_item_2 a:hover .btn .arrow::before {
        background-color: #2d3542;
    }
    .cs_archive_item_2 a:hover .btn .arrow::after {
        border-color: #2d3542;
    }
    .cs_archive_item_2 .link_2:hover {
        color: #d3446b;
        background-color: #fff;
    }
}
@media (max-width: 680px) {
    .cs_archive_item_2 {
        padding-top: 25px;
    }

    .cs_archive_item_2 .area {
        font-size: 12px;
    }

    .cs_archive_item_2 .link_1 {
        height: auto;
    }

    .cs_archive_item_2 .info {
        font-size: 14px;
    }

    .cs_archive_item_2 .meta_wrap {
        padding: 20px 20px 40px;
    }

    .cs_archive_item_2 .name {
        margin-bottom: 10px;
    }

    .cs_archive_item_2 .outline {
        font-size: 12px;
    }

    .cs_archive_item_2 .outline > li > span:nth-of-type(1) {
        width: 80px;
    }
}
/* ---------------------------------------------------- */
/* cs_archive_item_3 */
/* ---------------------------------------------------- */
.cs_archive_item_3 {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    line-height: 1.4;
}

.cs_archive_item_3 a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.cs_archive_item_3 .thumb > span {
    padding-top: 78%;
}

.cs_archive_item_3 .meta_wrap {
    position: relative;
    padding: 20px 0 40px;
}

.cs_archive_item_3 .btn_wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.cs_archive_item_3 .btn {
    flex: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 20px;
    width: 55%;
    height: 26px;
    color: #fff;
    font-size: 12px;
    background-color: #9fb6c2;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}
.cs_archive_item_3 .btn .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.cs_archive_item_3 .btn .arrow::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.cs_archive_item_3 .btn .arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

@media (min-width: 681px) {
    .cs_archive_item_3 a:hover .btn {
        color: #2d3542;
        background-color: #f1f4f8;
        border-radius: 20px;
    }
    .cs_archive_item_3 a:hover .btn .arrow::before {
        background-color: #2d3542;
    }
    .cs_archive_item_3 a:hover .btn .arrow::after {
        border-color: #2d3542;
    }
}

@media (max-width: 680px) {
}

/* ---------------------------------------------------- */
/* cs_archive_item_4 */
/* ---------------------------------------------------- */
.cs_archive_item_4 {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    position: relative;
    line-height: 1.4;
}

.cs_archive_item_4 a {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.cs_archive_item_4 .thumb {
    width: calc(100% / 2);
}
.cs_archive_item_4 .thumb > span {
    height: 100%;
    min-height: 220px;
}

.cs_archive_item_4 .meta_wrap {
    position: relative;
    padding: 20px 20px 60px;
    width: calc(100% / 2);
}

.cs_archive_item_4 .meta {
    margin-bottom: 10px;
    padding: 5px 10px;
    width: max-content;
    color: #f6a497;
    font-size: 12px;
    border: 1px solid #f6a497;
}
.cs_archive_item_4 .meta > span + span {
    margin-left: 10px;
}

.cs_archive_item_4 .btn_wrap {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    width: calc(100% / 2);
}

.cs_archive_item_4 .btn {
    flex: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 20px;
    width: max-content;
    height: 26px;
    color: #fff;
    font-size: 12px;
    background-color: #f6a497;
    border-radius: 20px;
    transition: 0.3s ease-in-out;
}
.cs_archive_item_4 .btn .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.cs_archive_item_4 .btn .arrow::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.cs_archive_item_4 .btn .arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}

@media (min-width: 681px) {
    .cs_archive_item_4 a:hover .btn {
        color: #f6a497;
        background-color: #f6e3e0;
        border-radius: 20px;
    }

    .cs_archive_item_4 a:hover .btn .arrow::before {
        background-color: #f6a497;
    }
    .cs_archive_item_4 a:hover .btn .arrow::after {
        border-color: #f6a497;
    }
}
@media (max-width: 680px) {
    .cs_archive_item_4 a {
        display: block;
    }
    .cs_archive_item_4 .thumb {
        width: auto;
    }
    .cs_archive_item_4 .thumb > span {
        padding-top: 45%;
        height: auto;
        min-height: auto;
    }

    .cs_archive_item_4 .meta_wrap {
        padding: 20px 20px 60px;
        width: auto;
    }

    .cs_archive_item_4 .meta {
        margin-bottom: 10px;
        padding: 5px 10px;
        width: max-content;
        color: #f6a497;
        font-size: 12px;
        border: 1px solid #f6a497;
    }
    .cs_archive_item_4 .meta > span + span {
        margin-left: 10px;
    }

    .cs_archive_item_4 .btn_wrap {
        right: auto;
        left: 0;
    }
}
/* ---------------------------------------------------- */
/* cs_archive_item_5 */
/* ---------------------------------------------------- */
.cs_archive_item_5 a {
    display: block;
}
.cs_archive_item_5 .meta {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cs_archive_item_5 .date {
    margin-right: 20px;
    font-size: 14px;
}
.cs_archive_item_5 .tag {
    display: flex;
}
.cs_archive_item_5 .tag > span {
    display: block;
    padding: 10px 15px;
    margin-left: 10px;
    color: #308ea6;
    line-height: 1;
    border: 1px solid #308ea6;
    border-radius: 20px;
}
.cs_archive_item_5 .txt {
    line-height: 1.6;
}
@media (min-width: 681px) {
    .cs_archive_item_5 a:hover {
        opacity: 0.6;
    }
}
@media (max-width: 680px) {
    .cs_archive_item_5 .date {
        margin-right: 10px;
        font-size: 11px;
    }
    .cs_archive_item_5 .tag {
        display: flex;
    }
    .cs_archive_item_5 .tag > span {
        padding: 5px 10px;
        margin-left: 5px;
        font-size: 12px;
    }
}
/* ---------------------------------------------------- */
/* cs_sec_mv_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_mv_wrap_1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #3f5874;
}
.cs_sec_mv_wrap_1 .ttl_1 {
    color: #fff;
    text-align: center;
    line-height: 1.4;
}

.cs_sec_mv_wrap_1 .ttl_1 .ja {
    display: block;
    font-size: 36px;
    font-weight: 700;
}

.cs_sec_mv_wrap_1 .ttl_1 .en {
    display: block;
    margin: 10px auto 0;
    padding: 0 20px;
    width: max-content;
    background-color: #2d3542;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 680px) {
    .cs_sec_mv_wrap_1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .cs_sec_mv_wrap_1 .ttl_1 .ja {
        font-size: 30px;
    }

    .cs_sec_mv_wrap_1 .ttl_1 .en {
        font-size: 12px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_other_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_other_wrap_1 .list_1 > ul {
    display: flex;
}
.cs_sec_other_wrap_1 .list_1 > ul > li {
    width: calc(100% / 2);
}
.cs_sec_other_wrap_1 .list_1 a {
    position: relative;
    display: block;
    height: 300px;
    color: #fff;
    text-align: center;
}

.cs_sec_other_wrap_1 .list_1 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 2;
}

.cs_sec_other_wrap_1 .list_1 .concept a::before {
    background-color: #9fb6c2;
}
.cs_sec_other_wrap_1 .list_1 .works a::before {
    background-color: #4b8da4;
}
.cs_sec_other_wrap_1 .list_1 .ttl {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 3;
}
.cs_sec_other_wrap_1 .list_1 .ttl .ja {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 140px;
    font-size: 28px;
    line-height: 1.6;
}
.cs_sec_other_wrap_1 .list_1 .ttl .en {
    display: block;
    padding: 15px 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.cs_sec_other_wrap_1 .list_1 .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cs_sec_other_wrap_1 .list_1 .img > span {
    height: 100%;
}
@media (max-width: 680px) {
    .cs_sec_other_wrap_1 {
        padding-bottom: 50px;
    }
    .cs_sec_other_wrap_1 .list_1 > ul {
        flex-wrap: wrap;
        margin-bottom: -15px;
    }
    .cs_sec_other_wrap_1 .list_1 > ul > li {
        margin-bottom: 15px;
        width: 100%;
    }
    .cs_sec_other_wrap_1 .list_1 a {
        height: auto;
        padding-top: 57%;
    }

    .cs_sec_other_wrap_1 .list_1 .ttl {
        bottom: 0;
    }
    .cs_sec_other_wrap_1 .list_1 .ttl .ja {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: auto;
        font-size: 20px;
    }
    .cs_sec_other_wrap_1 .list_1 .ttl .en {
        font-size: 15px;
        border-bottom: none;
    }
}
/* ---------------------------------------------------- */
/* cs_sec_contact_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_contact_wrap_1 {
    padding-top: 40px;
}
.cs_sec_contact_wrap_1 .ttl_1 {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}

.cs_sec_contact_wrap_1 .list_1 > ul {
    display: flex;
}
.cs_sec_contact_wrap_1 .list_1 > ul > li {
    width: calc(100% / 3);
}
.cs_sec_contact_wrap_1 .list_1 a {
    position: relative;
    display: block;
    height: 300px;
    color: #fff;
    text-align: center;
}

.cs_sec_contact_wrap_1 .list_1 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 50px);
    mix-blend-mode: multiply;
    z-index: 2;
}

.cs_sec_contact_wrap_1 .list_1 .ttl {
    position: relative;
    z-index: 3;
}
.cs_sec_contact_wrap_1 .list_1 .ttl .ja {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    font-size: 21px;
    line-height: 1.6;
}
.cs_sec_contact_wrap_1 .list_1 .ttl .en {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.cs_sec_contact_wrap_1 .list_1 .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 50px);
}

.cs_sec_contact_wrap_1 .list_1 .img > span {
    height: 100%;
}

.cs_sec_contact_wrap_1 .list_1 .desc {
    position: relative;
    padding: 10px 20px;
    margin: 60px auto 0;
    width: max-content;
    max-width: calc(100% - 20px);
    font-size: 14px;
    line-height: 1.8;
    z-index: 3;
}

.cs_sec_contact_wrap_1 .list_1 .desc::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.cs_sec_contact_wrap_1 .list_1 .tel {
    position: relative;
    margin: 10px auto 0;
    line-height: 1.8;
    text-align: center;
    z-index: 3;
}
.cs_sec_contact_wrap_1 .list_1 .tel > span:nth-of-type(1) {
    display: block;
    font-size: 15px;
}
.cs_sec_contact_wrap_1 .list_1 .tel > span:nth-of-type(2) {
    display: block;
    font-size: 13px;
    font-weight: 700;
}
.cs_sec_contact_wrap_1 .list_1 .tel > span:nth-of-type(3) {
    display: block;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
}

.cs_sec_contact_wrap_1 .list_1 .btn {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 20px;
    width: max-content;
    height: 35px;
    color: #fff;
    font-size: 15px;
    background-color: #fff;
    border-radius: 20px;
    z-index: 3;
    transition: 0.3s ease-in-out;
}
.cs_sec_contact_wrap_1 .list_1 .btn::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: 0.3s ease-in-out;
}
.cs_sec_contact_wrap_1 .list_1 .btn .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.cs_sec_contact_wrap_1 .list_1 .btn .arrow::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.cs_sec_contact_wrap_1 .list_1 .btn .arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}
.cs_sec_contact_wrap_1 .list_1 .access a,
.cs_sec_contact_wrap_1 .list_1 .access a::before {
    background-color: #ffaa00;
}
.cs_sec_contact_wrap_1 .list_1 .access .btn {
    color: #ffaa00;
}

.cs_sec_contact_wrap_1 .list_1 .access .btn .arrow::before {
    background-color: #ffaa00;
}
.cs_sec_contact_wrap_1 .list_1 .access .btn .arrow::after {
    border-color: #ffaa00;
}

.cs_sec_contact_wrap_1 .list_1 .request a,
.cs_sec_contact_wrap_1 .list_1 .request a::before {
    background-color: #007e8b;
}
.cs_sec_contact_wrap_1 .list_1 .request .btn {
    color: #007e8b;
}

.cs_sec_contact_wrap_1 .list_1 .request .btn .arrow::before {
    background-color: #007e8b;
}
.cs_sec_contact_wrap_1 .list_1 .request .btn .arrow::after {
    border-color: #007e8b;
}

.cs_sec_contact_wrap_1 .list_1 .contact a,
.cs_sec_contact_wrap_1 .list_1 .contact a::before {
    background-color: #3f5874;
}
.cs_sec_contact_wrap_1 .list_1 .contact .btn {
    color: #3f5874;
}

.cs_sec_contact_wrap_1 .list_1 .contact .btn .arrow::before {
    background-color: #3f5874;
}
.cs_sec_contact_wrap_1 .list_1 .contact .btn .arrow::after {
    border-color: #3f5874;
}
@media (min-width: 681px) {
    .cs_sec_contact_wrap_1 .list_1 a:hover .btn {
        color: #fff;
    }
    .cs_sec_contact_wrap_1 .list_1 a:hover .btn .arrow::before {
        background-color: #fff;
    }
    .cs_sec_contact_wrap_1 .list_1 a:hover .btn .arrow::after {
        border-color: #fff;
    }
    .cs_sec_contact_wrap_1 .list_1 .access a:hover .btn {
        background-color: #ffaa00;
    }
    .cs_sec_contact_wrap_1 .list_1 .request a:hover .btn {
        background-color: #007e8b;
    }
    .cs_sec_contact_wrap_1 .list_1 .contact a:hover .btn {
        background-color: #3f5874;
    }
}
@media (max-width: 680px) {
    .cs_sec_contact_wrap_1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cs_sec_contact_wrap_1 .ttl_1 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .cs_sec_contact_wrap_1 .list_1 > ul {
        flex-wrap: wrap;
        margin-bottom: -20px;
    }
    .cs_sec_contact_wrap_1 .list_1 > ul > li {
        margin-bottom: 20px;
        width: 100%;
    }
    .cs_sec_contact_wrap_1 .list_1 a {
        height: 220px;
    }

    .cs_sec_contact_wrap_1 .list_1 a::before {
        height: calc(100% - 40px);
    }

    .cs_sec_contact_wrap_1 .list_1 .ttl .ja {
        height: 40px;
        font-size: 18px;
    }
    .cs_sec_contact_wrap_1 .list_1 .ttl .en {
        font-size: 12px;
    }

    .cs_sec_contact_wrap_1 .list_1 .img {
        height: calc(100% - 40px);
    }

    .cs_sec_contact_wrap_1 .list_1 .desc {
        margin: 10px auto 0;
        font-size: 11px;
    }

    .cs_sec_contact_wrap_1 .list_1 .tel {
        margin-top: 0;
    }
    .cs_sec_contact_wrap_1 .list_1 .tel > span:nth-of-type(1) {
        font-size: 12px;
    }
    .cs_sec_contact_wrap_1 .list_1 .tel > span:nth-of-type(2) {
        font-size: 10px;
    }
    .cs_sec_contact_wrap_1 .list_1 .tel > span:nth-of-type(3) {
        font-size: 20px;
    }

    .cs_sec_contact_wrap_1 .list_1 .btn {
        bottom: 15px;
    }
}
/* ---------------------------------------------------- */
/* cs_sec_contact_wrap_2 */
/* ---------------------------------------------------- */
.cs_sec_contact_wrap_2 {
    padding-top: 40px;
    padding-bottom: 70px;
    background-color: #f4f4f4;
}
.cs_sec_contact_wrap_2 .ttl_1 {
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
}

.cs_sec_contact_wrap_2 .list_1 > ul {
    display: flex;
    justify-content: center;
    margin-right: -45px;
}
.cs_sec_contact_wrap_2 .list_1 > ul > li {
    margin-right: 45px;
    width: 350px;
}
.cs_sec_contact_wrap_2 .list_1 a {
    position: relative;
    display: block;
    height: 260px;
    text-align: center;
}

.cs_sec_contact_wrap_2 .list_1 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #000;
    opacity: 0.5;
    z-index: 2;
}

.cs_sec_contact_wrap_2 .list_1 .ttl {
    position: relative;
    height: 80px;
    background-color: #fff;
    z-index: 3;
}
.cs_sec_contact_wrap_2 .list_1 .ttl::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.cs_sec_contact_wrap_2 .list_1 .ttl .en {
    display: block;
    padding: 5px 20px;
    margin: 0 auto 10px;
    width: max-content;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    background-color: #000;
}

.cs_sec_contact_wrap_2 .list_1 .ttl .ja {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.6;
}

.cs_sec_contact_wrap_2 .list_1 .img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 80px);
}

.cs_sec_contact_wrap_2 .list_1 .img > span {
    height: 100%;
}

.cs_sec_contact_wrap_2 .list_1 .desc {
    position: relative;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.8;
    z-index: 3;
}
.cs_sec_contact_wrap_2 .list_1 .desc.l2 {
    margin-top: 45px;
}

.cs_sec_contact_wrap_2 .list_1 .tel {
    position: relative;
    padding: 10px 20px;
    margin: 10px auto 0;
    color: #fff;
    line-height: 1.7;
    text-align: center;
    z-index: 3;
}
.cs_sec_contact_wrap_2 .list_1 .tel .time {
    display: block;
    font-size: 14px;
}
.cs_sec_contact_wrap_2 .list_1 .tel .free {
    display: block;
    font-size: 12px;
    font-weight: 700;
}
.cs_sec_contact_wrap_2 .list_1 .tel .num {
    display: block;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}
.cs_sec_contact_wrap_2 .list_1 .btn {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px 0 20px;
    width: max-content;
    height: 35px;
    color: #fff;
    font-size: 15px;
    background-color: #000;
    border-radius: 20px;
    z-index: 3;
    transition: 0.3s ease-in-out;
}
.cs_sec_contact_wrap_2 .list_1 .btn .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.cs_sec_contact_wrap_2 .list_1 .btn .arrow::before {
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: 0.3s ease-in-out;
}
.cs_sec_contact_wrap_2 .list_1 .btn .arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s ease-in-out;
}
.cs_sec_contact_wrap_2 .list_1 .access .ttl::after {
    background-image: url(../img/common/ico/access_1.svg);
}
.cs_sec_contact_wrap_2 .list_1 .access .ttl .en {
    background-color: #007e8b;
}

.cs_sec_contact_wrap_2 .list_1 .access .ttl .ja {
    color: #007e8b;
}

.cs_sec_contact_wrap_2 .list_1 .access .btn {
    background-color: #007e8b;
}

.cs_sec_contact_wrap_2 .list_1 .request .ttl::after {
    background-image: url(../img/common/ico/request_1.svg);
}
.cs_sec_contact_wrap_2 .list_1 .request .ttl .en {
    background-color: #ffaa00;
}

.cs_sec_contact_wrap_2 .list_1 .request .ttl .ja {
    color: #ffaa00;
}

.cs_sec_contact_wrap_2 .list_1 .request .btn {
    background-color: #ffaa00;
}

.cs_sec_contact_wrap_2 .list_1 .modelhouse .ttl::after {
    background-image: url(../img/common/ico/request_1.svg);
}
.cs_sec_contact_wrap_2 .list_1 .modelhouse .ttl .en {
    background-color: #ffaa00;
}

.cs_sec_contact_wrap_2 .list_1 .modelhouse .ttl .ja {
    color: #ffaa00;
}

.cs_sec_contact_wrap_2 .list_1 .modelhouse .btn {
    color: #ffaa00;
    background-color: #fff;
    border: 1px solid #ffaa00;
}

.cs_sec_contact_wrap_2 .list_1 .modelhouse .btn .arrow::before {
    background-color: #ffaa00;
}
.cs_sec_contact_wrap_2 .list_1 .modelhouse .btn .arrow::after {
    border-color: #ffaa00;
}
.cs_sec_contact_wrap_2 .list_1 .contact .ttl::after {
    background-image: url(../img/common/ico/contact_1.svg);
}
.cs_sec_contact_wrap_2 .list_1 .contact .ttl .en {
    background-color: #3f5874;
}

.cs_sec_contact_wrap_2 .list_1 .contact .ttl .ja {
    color: #3f5874;
}

.cs_sec_contact_wrap_2 .list_1 .contact .btn {
    color: #3f5874;
    background-color: #fff;
    border: 1px solid #3f5874;
}
.cs_sec_contact_wrap_2 .list_1 .contact .btn .arrow::before {
    background-color: #3f5874;
}
.cs_sec_contact_wrap_2 .list_1 .contact .btn .arrow::after {
    border-color: #3f5874;
}

@media (min-width: 681px) {
    .cs_sec_contact_wrap_2 .list_1 a:hover .btn {
        background-color: #fff;
    }

    .cs_sec_contact_wrap_2 .list_1 .access a:hover .btn {
        color: #007e8b;
    }
    .cs_sec_contact_wrap_2 .list_1 .access a:hover .btn .arrow::before {
        background-color: #007e8b;
    }
    .cs_sec_contact_wrap_2 .list_1 .access a:hover .btn .arrow::after {
        border-color: #007e8b;
    }
    .cs_sec_contact_wrap_2 .list_1 .request a:hover .btn {
        color: #e4326a;
    }

    .cs_sec_contact_wrap_2 .list_1 .request a:hover .btn .arrow::before {
        background-color: #e4326a;
    }
    .cs_sec_contact_wrap_2 .list_1 .request a:hover .btn .arrow::after {
        border-color: #e4326a;
    }
    .cs_sec_contact_wrap_2 .list_1 .modelhouse a:hover .btn {
        color: #fff;
        background-color: #e4326a;
    }

    .cs_sec_contact_wrap_2 .list_1 .modelhouse a:hover .btn .arrow::before {
        background-color: #fff;
    }
    .cs_sec_contact_wrap_2 .list_1 .modelhouse a:hover .btn .arrow::after {
        border-color: #fff;
    }
    .cs_sec_contact_wrap_2 .list_1 .contact a:hover .btn {
        color: #fff;
        background-color: #3f5874;
    }

    .cs_sec_contact_wrap_2 .list_1 .contact a:hover .btn .arrow::before {
        background-color: #fff;
    }
    .cs_sec_contact_wrap_2 .list_1 .contact a:hover .btn .arrow::after {
        border-color: #fff;
    }
}

@media (max-width: 680px) {
    .cs_sec_contact_wrap_2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .cs_sec_contact_wrap_2 .ttl_1 {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .cs_sec_contact_wrap_2 .list_1 > ul {
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: -20px;
    }
    .cs_sec_contact_wrap_2 .list_1 > ul > li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .cs_sec_contact_wrap_2 .list_1 a {
        height: 240px;
    }

    .cs_sec_contact_wrap_2 .list_1 a::before {
        height: calc(100% - 70px);
    }

    .cs_sec_contact_wrap_2 .list_1 .ttl {
        height: 70px;
    }

    .cs_sec_contact_wrap_2 .list_1 .ttl .en {
        font-size: 12px;
    }

    .cs_sec_contact_wrap_2 .list_1 .ttl .ja {
        font-size: 18px;
    }

    .cs_sec_contact_wrap_2 .list_1 .img {
        height: calc(100% - 70px);
    }

    .cs_sec_contact_wrap_2 .list_1 .desc {
        margin-top: 35px;
        font-size: 12px;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_contact_wrap_3 */
/* ---------------------------------------------------- */
.cs_sec_contact_wrap_2 + .cs_sec_contact_wrap_3 {
    margin-top: 60px;
}

.cs_sec_contact_wrap_3 {
    background-color: #f4f4f4;
}

.cs_sec_contact_wrap_3 .sec_inner {
    display: flex;
}

.cs_sec_contact_wrap_3 .cs_img {
    width: 45.139%;
    min-height: 350px;
}

.cs_sec_contact_wrap_3 .cs_text_box_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 45.139%);
    padding: 40px 80px;
}

.cs_sec_contact_wrap_3 .ttl_1 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.7;
    text-indent: -12px;
}

.cs_sec_contact_wrap_3 .tel_wrap_1 {
    margin-top: 14px;
}

.cs_sec_contact_wrap_3 .tel_1 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.cs_sec_contact_wrap_3 .tel_1 .icon {
    width: 28px;
}

.cs_sec_contact_wrap_3 .tel_1 .text {
    font-size: 38px;
    letter-spacing: 0.05em;
    line-height: 1;
    font-weight: bold;
}

.cs_sec_contact_wrap_3 .text_1 {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 10px;
}

.cs_sec_contact_wrap_3 .text_1 strong {
    font-weight: 400;
    color: #ff0000;
}

.cs_sec_contact_wrap_3 .note {
    margin-top: 10px;
}

.cs_sec_contact_wrap_3 .note li {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 23px;
    padding-left: 13px;
    position: relative;
}

.cs_sec_contact_wrap_3 .note li::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 23px;
}

.cs_sec_contact_wrap_3 .note strong {
    font-weight: 400;
    color: #ff0000;
}

@media (min-width: 681px) {
    
}

@media (max-width: 680px) {
    .cs_sec_contact_wrap_2 + .cs_sec_contact_wrap_3 {
        margin-top: 40px;
    }

    .cs_sec_contact_wrap_3 {
        padding: 40px 0;
    }
    
    .cs_sec_contact_wrap_3 .sec_inner {
        display: block;
        padding: 0 4%;
    }
    
    .cs_sec_contact_wrap_3 .cs_img {
        width: 100%;
        height: 225px;
        min-height: auto;
    }
    
    .cs_sec_contact_wrap_3 .cs_text_box_1 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin-top: 18px;
    }
    
    .cs_sec_contact_wrap_3 .ttl_1 {
        font-size: 15px;
        text-indent: 0;
        text-align: center;
    }

    .cs_sec_contact_wrap_3 .cs_text_wrap_1 {
        border: 1px solid #2b3543;
        border-radius: 15px;
        margin-top: 8px;
        padding: 25px 0;
    }
    
    .cs_sec_contact_wrap_3 .tel_wrap_1 {
        margin-top: 0;
        text-align: center;
    }
    
    .cs_sec_contact_wrap_3 .tel_1 {
        justify-content: center;
        gap: 8px;
    }
    
    .cs_sec_contact_wrap_3 .tel_1 .icon {
        width: 22px;
    }
    
    .cs_sec_contact_wrap_3 .tel_1 .text {
        font-size: 30px;
    }
    
    .cs_sec_contact_wrap_3 .text_1 {
        font-size: 13px;
        text-align: center;
        margin-top: 13px;
        padding: 0 10px;
    }
    
    .cs_sec_contact_wrap_3 .note {
        padding: 0 25px;
        margin-top: 4px;
    }
    
    .cs_sec_contact_wrap_3 .note li {
        font-size: 12px;
        line-height: 1.93;
        padding-left: 13px;
    }
    
    .cs_sec_contact_wrap_3 .note li::before {
        font-size: 12px;
        line-height: 1.93;
    }
}

/* ---------------------------------------------------- */
/* cs_sec_lineup_wrap_1 */
/* ---------------------------------------------------- */
.cs_sec_lineup_wrap_1 {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #a3b5c1;
}

.cs_sec_lineup_wrap_1 .sec_ttl {
    color: #fff;
}
.cs_sec_lineup_wrap_1 .sec_ttl::after {
    background-color: #fff;
}

.cs_sec_lineup_wrap_1 .lineup_list {
    width: 310px;
    height: 450px;
    border-radius: 30px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(157, 155, 146, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cs_sec_lineup_wrap_1 .lineup_list .thum_wrap {
    width: 100%;
    height: 238px;
    border-radius: 30px 30px 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.cs_sec_lineup_wrap_1 .lineup_list .thum_wrap::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
}
.cs_sec_lineup_wrap_1 .lineup_list01 .thum_wrap::before {
    background: url(../img/front/lineup01_img.jpg) no-repeat center / cover;
}
.cs_sec_lineup_wrap_1 .lineup_list02 .thum_wrap::before {
    background: url(../img/front/lineup02_img.jpg) no-repeat center / cover;
}
.cs_sec_lineup_wrap_1 .lineup_list03 .thum_wrap::before {
    background: url(../img/front/lineup03_img.jpg) no-repeat center / cover;
}
.cs_sec_lineup_wrap_1 .lineup_list .thum_wrap .lineup_logo {
    width: 212px;
    z-index: 1;
}
.cs_sec_lineup_wrap_1 .lineup_list .thum_wrap .txt01 {
    font-size: 16px;
    color: #fff;
    z-index: 1;
}
.cs_sec_lineup_wrap_1 .lineup_list .txt_wrap {
    text-align: center;
}
.cs_sec_lineup_wrap_1 .lineup_list .txt_wrap .txt02 {
    font-size: 18px;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
.cs_sec_lineup_wrap_1 .lineup_list .txt_wrap .txt03 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.77;
    letter-spacing: 0.025em;
    margin-top: 10px;
}
.cs_sec_lineup_wrap_1 .lineup_list .txt_wrap .txt04 {
    font-size: 16px;
    color: #959595;
    margin-top: 30px;
    transition: 0.3s;
}

@media all and (min-width: 681px) {
    .cs_sec_lineup_wrap_1 .lineup_sec .sec_ttl {
        margin-bottom: 120px;
    }
    .cs_sec_lineup_wrap_1 .lineup_list_wrap {
        display: flex;
        justify-content: space-between;
    }
    .cs_sec_lineup_wrap_1 .lineup_list .thum_wrap::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 310px 25px 0;
        border-color: transparent #ffffff transparent transparent;
        position: absolute;
        bottom: -25px;
        left: 0;
        transition: 0.3s;
    }
    .cs_sec_lineup_wrap_1 .lineup_list:hover {
        background-color: #f0f5f5;
        transform: translateY(10px);
    }
    .cs_sec_lineup_wrap_1 .lineup_list:hover .thum_wrap::after {
        border-color: transparent #f0f5f5 transparent transparent;
    }
    .cs_sec_lineup_wrap_1 .lineup_list:hover .thum_wrap::before {
        transform: scale(1.1);
    }
    .cs_sec_lineup_wrap_1 .lineup_list:hover .txt_wrap .txt04 {
        color: #2d3542;
    }
}
@media all and (max-width: 680px) {
    .cs_sec_lineup_wrap_1 {
        padding-top: 30px;
        padding-bottom: 45px;
    }

    .cs_sec_lineup_wrap_1 .lineup_list {
        width: 322px;
        height: 108px;
        border-radius: 10px;
        flex-direction: initial;
        margin: auto;
    }
    .cs_sec_lineup_wrap_1 .lineup_list + .lineup_list {
        margin-top: 15px;
    }
    .cs_sec_lineup_wrap_1 .lineup_list .thum_wrap {
        width: 133px;
        height: 108px;
        border-radius: 10px 0 0 10px;
        flex-shrink: 0;
    }
    .cs_sec_lineup_wrap_1 .lineup_list01 .thum_wrap::before {
        background: url(../img/front/lineup01_img_sp.jpg) no-repeat center / cover;
    }
    .cs_sec_lineup_wrap_1 .lineup_list02 .thum_wrap::before {
        background: url(../img/front/lineup02_img_sp.jpg) no-repeat center / cover;
    }
    .cs_sec_lineup_wrap_1 .lineup_list03 .thum_wrap::before {
        background: url(../img/front/lineup03_img_sp.jpg) no-repeat center / cover;
    }
    .cs_sec_lineup_wrap_1 .lineup_list .thum_wrap .lineup_logo {
        width: 108px;
    }
    .cs_sec_lineup_wrap_1 .lineup_list .thum_wrap .txt01 {
        font-size: 10px;
    }
    .cs_sec_lineup_wrap_1 .lineup_list .txt_wrap {
        text-align: left;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .cs_sec_lineup_wrap_1 .lineup_list .txt_wrap .txt02 {
        font-size: 11px;
        margin-top: 0;
    }
    .cs_sec_lineup_wrap_1 .lineup_list .txt_wrap .txt03 {
        font-size: 15px;
        margin-top: 5px;
    }
    .cs_sec_lineup_wrap_1 .lineup_list .txt_wrap .txt04 {
        font-size: 10px;
        margin-top: 5px;
        text-align: right;
    }
}

/* ---------------------------------------------------- */
/* cs_pagination_infinite_1 */
/* ---------------------------------------------------- */
.cs_pagination_infinite_1 {
    margin-top: 100px;
}

.cs_pagination_infinite_1 .pagenavi {
    display: none !important;
}

.cs_pagination_infinite_1 .btn_infinite {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 400px;
    height: 70px;
    font-size: 22px;
    color: #fff;
    letter-spacing: 0.05em;
    border-radius: 35px;
    background: linear-gradient(270deg, #5b8ba1 0%, #263f53 45%, #263f53 51%, #5b8ba1 100%);
    background-position: 1% 50%;
    background-size: 200% auto;
    transition: all 0.3s ease-out;
    padding-right: 20px;
    z-index: 2;
}
.cs_pagination_infinite_1 .btn_infinite .arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}

.cs_pagination_infinite_1 .btn_infinite .arrow::after {
    content: "";
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
    transition: 0.3s ease-in-out;
}

/* #infscr-loading {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    align-items: center;
    padding: 20px;
    width: 150px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #004c6e;
    z-index: 10;
}

#infscr-loading img {
    margin: 0 auto 10px;
    width: 20px;
} */

@media (min-width: 681px) {
    .cs_pagination_infinite_1 .btn_infinite:hover {
        background-position: 99% 50%;
    }
}

@media (max-width: 680px) {
    .cs_pagination_infinite_1 {
        margin-top: 50px;
    }

    .cs_pagination_infinite_1 .btn_infinite {
        width: 200px;
        height: 40px;
        font-size: 15px;
    }
    .cs_pagination_infinite_1 .btn_infinite .arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .cs_pagination_infinite_1 .btn_infinite .arrow::after {
        width: 12px;
        height: 12px;
    }

    #infscr-loading {
        font-size: 12px;
    }
}

/* ---------------------------------------------------- */
/* cs_pagination_archive_1 */
/* ---------------------------------------------------- */
.cs_pagination_archive_1 .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}

.cs_pagination_archive_1 .pagination .page-numbers {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.cs_pagination_archive_1 .pagination .page-numbers:hover,
.cs_pagination_archive_1 .pagination .current {
    color: #fff;
    background-color: #2d3542;
}

.cs_pagination_archive_1 .pagination .dots,
.cs_pagination_archive_1 .pagination .dots:hover {
    color: var(--co_d_1);
    background-color: transparent;
    border-color: transparent;
    pointer-events: none;
}

.cs_pagination_archive_1 .pagination .prev:before,
.cs_pagination_archive_1 .pagination .next:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-top: 2px solid #2d3542;
    border-right: 2px solid #2d3542;
    transition: 0.3s ease-in-out;
}

.cs_pagination_archive_1 .pagination .prev:before {
    transform: translate(-30%, -50%) rotate(45deg) scale(-1, -1);
}

.cs_pagination_archive_1 .pagination .next:before {
    transform: translate(-70%, -50%) rotate(45deg);
}

.cs_pagination_archive_1 .pagination .prev:hover:before,
.cs_pagination_archive_1 .pagination .next:hover:before {
    border-color: #fff;
}

@media (max-width: 680px) {
    .cs_pagination_archive_1 .pagination {
        margin-top: 50px;
    }

    .cs_pagination_archive_1 .pagination .page-numbers {
        margin: 0 5px;
        width: 30px;
        height: 30px;
        font-size: 1.1rem;
        line-height: 30px;
    }

    .cs_pagination_archive_1 .pagination .prev:before,
    .cs_pagination_archive_1 .pagination .next:before {
        width: 8px;
        height: 8px;
    }
}

/* ---------------------------------------------------- */
/* cs_nav_1 */
/* ---------------------------------------------------- */

.cs_nav_1 .nav_ttl {
    margin-bottom: 10px;
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 400;
}
.cs_nav_1 .btn_toggle {
    display: block;
    margin-bottom: 30px;
    font-size: 12px;
}
.cs_nav_1 ul > li + li {
    margin-top: 10px;
}
.cs_nav_1 ul a {
    display: block;
    max-width: max-content;
    padding: 10px 15px;
    color: #308ea6;
    line-height: 1;
    border: 1px solid #308ea6;
    border-radius: 20px;
}
.cs_nav_1 ul .current-cat a {
    color: #fff;
    background-color: #308ea6;
}
@media (min-width: 681px) {
    .cs_nav_1 .toggle_wrap {
        display: block !important;
    }
    .cs_nav_1 ul a:hover {
        color: #fff;
        background-color: #308ea6;
    }
}
@media (max-width: 680px) {
    .cs_nav_1 .nav_ttl {
        margin-bottom: 20px;
        text-align: center;
    }
    .cs_nav_1 .btn_toggle {
        position: relative;
        display: block;
        margin-bottom: 0;
        padding: 10px;
        border: 1px solid #e6e6e6;
    }
    .cs_nav_1 .btn_toggle::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 45%;
        width: 10px;
        height: 10px;
        border-top: 2px solid #2d3542;
        border-right: 2px solid #2d3542;
        transform: translateY(-50%) rotate(135deg);
        transition: 0.3s ease-in-out;
    }
    .cs_nav_1 .toggle_wrap {
        margin-top: 10px;
        display: none;
    }
    .cs_nav_1 ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: -10px;
        margin-right: -10px;
    }
    .cs_nav_1 ul > li {
        margin-top: 0 !important;
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .cs_nav_1 ul a {
        font-size: 14px;
    }
}
/* ---------------------------------------------------- */
/* cs_date_1 */
/* ---------------------------------------------------- */
.cs_date_1 {
    margin-top: 40px;
    font-size: 16px;
    text-align: center;
}
.cs_date_1 > ul {
    display: flex;
    border: 1px solid #ddd;
}
.cs_date_1 > ul > li {
    flex: auto;
    width: 100%;
    border-right: 1px solid #ddd;
}
.cs_date_1 > ul > li:last-child {
    border: none;
}
.cs_date_1 > ul > li > span {
    display: block;
    padding: 5px;
}
.cs_date_1 > ul > li > span:nth-of-type(1) {
    font-weight: 700;
    background-color: #e6e6e6;
}
@media (max-width: 680px) {
    .cs_date_1 {
        margin-top: 20px;
        font-size: 12px;
    }
}
