@charset 'UTF-8';

/* -------------------------------------------------------------
    pickup-area
-------------------------------------------------------------- */
#top .pickup-inner {
    align-items: center;
    background: #f1f9f0;
    display: flex;
    gap: 30px;
    padding: 30px;
}

#top .pickup-header {
    flex-shrink: 0;
}

#top .pickup-header-txt {
    position: relative;
}

#top .pickup-header-txt::before {
    content: "";
    background: url(../img/top-pickup-caution.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 110px;
    height: 99px;
}

#top .pickup-header-txt .ja {
    font-size: 2rem;
    color: #3ab125;
    font-weight: bold;
    letter-spacing: .03em;
    position: relative;
    z-index: 2;
}

#top .pickup-list {
    width: 100%;
}

#top .pickup-item {
    width: 100%;
}

#top .pickup-list .pickup-item:first-child a {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

#top .pickup-item a {
    border-top: #bbc0bb 1px solid;
    display: block;
    padding: 23px 0 0 20px;
    position: relative;
    margin: 23px 0 0;
}

#top .pickup-body {
    align-items: center;
    display: flex;
    gap: 30px;
    position: relative;
    padding: 0 40px 0 0;
}

#top .pickup-body::before {
    content: "\f061";
    color: #3ab125;
    font: 900 1.7rem/1 'Font Awesome 5 Free';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#top .pickup-elements {
    flex-shrink: 0;
}

#top .pickup-date {
    color: #80867f;
    font: 500 1.7rem/1 var(--en2);
    flex-shrink: 0;
    letter-spacing: .03em;
}

#top .pickup-ttl {
    align-items: center;
    color: #3ab125;
    display: flex;
    gap: 35px;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: .07em;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    #top .pickup-area {
        background: transparent;
        padding: 0;
    }

    #top .pickup-inner {
        background: none;
        display: block;
        padding: 0 20px;
    }

    #top .pickup-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin: 0 0 20px;
    }

    #top .pickup-header-txt::before {
        display: none;
    }

    #top .pickup-header-txt {
        align-items: center;
        display: flex;
        flex-direction: row-reverse;
        gap: 10px;
    }

    #top .pickup-header .en {
        background: var(--cmngrad);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font: bold 3.2rem / 1 var(--en);
    }

    #top .pickup-header .ja {
        color: #80867f;
        font-size: 1.4rem;
        margin: 8px 0 0;
        line-height: 1;
    }

    #top .pickup-header .ja span {
        display: none;
    }

    #top .pickup-body {
        display: block;
        padding: 0 20px 0 0;
    }

    #top .pickup-body::before {
        content: "\f054";
        font-size: 1.2rem;
        right: 0;
    }

    #top .pickup-elements {
        align-items: center;
        display: flex;
        gap: 10px;
    }

    #top .pickup-item a {
        border-top: none;
        padding: 18px 10px 18px 15px !important;
        background: #ecf5ea;
        margin: 10px 0 0;
    }

    #top .pickup-ttl {
        display: block;
        font-size: 1.6rem;
        line-height: 1.7;
    }

    #top .pickup-cate {
        background: #3ab125;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 500;
        letter-spacing: .07em;
        line-height: 1;
        padding: 2px 5px 3px 5px;
        margin: 0 10px;
    }

    #top .pickup-date {
        font-size: 1.3rem;
    }

    #top .pickup-header-link {
        align-items: center;
        background: #f0f2ef;
        border-radius: 60px;
        color: #333932 !important;
        display: flex;
        font-size: 1.4rem;
        justify-content: center;
        padding: 8px 15px 9px;
        width: fit-content;
        gap: 4px;
    }

    #top .pickup-header-link::before {
        content: "\f0ca";
        font: 900 1.2rem/1 'Font Awesome 5 Free';
        padding: 3px 0 0;
    }
}


/* -------------------------------------------------------------
    news-area
-------------------------------------------------------------- */
#top .news-area {
    margin: 80px 0 0 0;
}

#top .news-area .news-box {
    align-items: center;
    display: flex;
    position: relative;
}

#top .news-area .news-head {
    width: 145px;
    flex-shrink: 0;
}

#top .news-area .top-secttl .en {
    font-size: 3.5rem;
    line-height: 1;
    margin: 13px 0 0;
}

#top .news-area .top-secttl .ja::before {
    display: none;
}

#top .news-area .top-secttl .ja {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 0;
}

#top .news-area .news-head-link {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
    padding: 6px 12px 8px;
    width: fit-content;
    margin: 25px 0 0;
    gap: 4px;
    border: 1px solid #bbb;
}

#top .news-area .news-head-link:hover {
    background: var(--linkc);
    border-color: var(--linkc);
    color: #fff;
}

#top .news-area .news-head-link::before {
    content: "\f0ca";
    font: 900 1.2rem/1 'Font Awesome 5 Free';
    padding: 3px 0 0;
}

#top .news-area .news-list-wrap {
    display: flex;
    flex-direction: column;
    width: calc(100% - 145px);
}

#top .news-area .news-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
}

#top .news-area .news-list .news-item {
    flex-shrink: 0;
    width: 100%;
}

#top .news-area .news-list .news-item a {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    gap: 15px;
    position: relative;
    padding: 25px 0 25px 10px;
}

#top .news-area .news-list .news-item a:hover {
    background: #fff3ed;
}

#top .news-area .news-list .news-item:nth-child(n+3) {
    display: none;
}

#top .news-area .arrow-wrap {
    width: 25px;
    height: 25px;
}

#top .news-area .arrow::before {
    background-size: 14px 10px;
    width: 14px;
    height: 10px;
    top: 2px;
    left: 1px;
}

#top .news-area .news-elements {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 20px;
}

#top .news-area .news-list .date {
    color: #888;
    flex-shrink: 0;
    font: 500 1.5rem /1 var(--en2);
    letter-spacing: .05em;
}

#top .news-area .news-list .cate-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    line-height: 1.3;
}

#top .news-area .news-list .cate {
    align-items: center;
    border: 1px solid #ccc;
    color: #888;
    display: flex;
    flex-shrink: 0;
    font-size: 1.4rem;
    line-height: 1;
    padding: 5px 8px 7px;
    white-space: nowrap;
    letter-spacing: .07em;
}

#top .news-area .news-list .cate-important {
    background: var(--cmnred);
    border: none;
    color: #fff;
}

#top .news-area .campaign-open .cate-campaign::after {
    content: "開催中";
}

#top .news-area .campaign-close .cate-campaign::after {
    content: "CLOSE";
}

#top .news-area .news-list .cate-wrap li:nth-child(3n) {
    display: none;
}

#top .news-area .news-list .title {
    font-size: 1.7rem;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: .07em;
    line-height: 1.4;
    padding: 0 50px 0 0;
    position: relative;
    width: 100%;
}

#top .news-area .news-list .title::before {
    content: "";
    background: url("../img/cmn-arrow-1.svg")center/contain no-repeat;
    position: absolute;
    right: 15px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .5s;
    width: 26px;
    height: 7px;
    z-index: 2;
}

#top .news-area .news-list a:hover .title::before {
    right: 5px;
}

@media screen and (max-width: 768px) {
    #top .pickup-area {
        margin: 25px 0 20px;
    }

    #top .news-area {
        margin: 40px 0 0;
    }

    #top .news-area .news-head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #top .news-area .top-secttl {
        align-items: center;
        padding: 0;
        flex-direction: row-reverse;
        gap: 10px;
    }

    #top .news-area .top-secttl .ja {
        margin: 0;
        font-size: 1.4rem;
    }

    #top .news-area .top-secttl .en {
        margin: 0;
        font-size: 3rem;
    }

    #top .news-area .top-cmn-ttl {
        display: flex;
        align-items: center;
    }

    #top .news-area .news-ttl {
        align-items: center;
        flex-direction: row-reverse;
    }

    #top .news-area .news-ttl .en {
        font-size: 3rem;
    }

    #top .news-area .news-ttl .ja {
        font-size: 1.5rem;
        margin: 0 0 0 10px;
        line-height: 1;
    }

    #top .news-area .news-head-link {
        font-size: 1.4rem;
        margin: 0;
        gap: 5px;
        padding: 8px 14px 10px;
    }

    #top .news-area .news-list-wrap {
        margin: 0;
        width: 100%;
    }

    #top .news-area .news-list {
        display: block;
    }

    #top .news-area .news-list .news-item {
        width: 100%;
    }

    #top .news-area .news-list .news-item a {
        display: block;
        padding: 0 0 15px;
        position: relative;
    }

    #top .news-area .news-list .news-item a::before {
        content: "\f054";
        background: none;
        font: 900 1.2rem / 1 'Font Awesome 5 Free';
        color: var(--linkc);
        right: 0;
        position: absolute;
        top: 62%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #top .news-area .news-list .news-item:first-child {
        margin-bottom: 18px;
    }

    #top .news-area .news-item {
        width: 100%;
    }

    #top .news-area .news-list:not(.pickup-area) .news-item:nth-child(n+2) {
        display: none;
    }

    #top .news-area .news-elements {
        gap: 10px;
    }

    #top .news-area .news-box {
        display: block;
    }

    #top .news-area .news-list .date {
        font-size: 1.3rem;
    }

    #top .news-area .news-list .title {
        -webkit-box-orient: unset;
        display: block;
        font-weight: bold;
        font-size: 1.6rem;
        margin: 10px 0 0 0;
        width: 100%;
        padding: 0 10px 0 0;
    }

    #top .news-area .news-list .title::before {
        display: none;
    }

    #top .news-area .news-list .news-item .cmn-arrow {
        display: none;
    }

    #top .news-area .news-list .cate {
        border-radius: 0;
        font-size: 1.3rem;
        padding: 5px 7px 6px;
    }
}





/* -----------------------------------------------------------
campaign-area
-------------------------------------------------------------- */
#top .campaign-area {
    padding: 80px 0 0;
    margin: 80px 0 0;
    position: relative;
}

#top .campaign-area::before {
    position: absolute;
    content: "";
    background: #f9f9f9;
    width: calc(100% - 150px);
    max-width: 1400px;
    height: 465px;
    left: 0;
    top: 0;
    z-index: -1;
}

#top .campaign-area .campaign-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

#top .campaign-area .top-secttl .en {
    font-size: 5.3rem;
}

#top .campaign-area .cmn-btn {
    width: fit-content;
    position: absolute;
    right: 0;
    top: 30%;
}

#top .campaign-area .cmn-btn-link {
    width: 220px;
}

#top .campaign-area .cmn-btn-txt {
    font-size: 1.6rem;
}

#top .campaign-area .cmn-morebtn::before {
    background: url("../img/cmn-arrow-white.svg")center/contain no-repeat;
    width: 21px;
    height: 7px;
}

#top .campaign-area .top-sec-catch {
    font-size: 2.9rem;
    letter-spacing: .07em;
}

#top .campaign-area .cmn-product-tag .recom {
    display: none;
}

#top .cmn_campaign_item.product-cate1 {
    border: 1px solid var(--kitchen);
}

#top .cmn_campaign_item.product-cate2 {
    border: 1px solid var(--wet);
}

#top .cmn_campaign_item.product-cate3 {
    border: 1px solid var(--other);
}

.product-cate1 .cmn-product-tag .status2,
.product-cate1 .cmn-product-tag .status {
    background: #FFF1E6;
    color: #F48236;
}

.product-cate2 .cmn-product-tag .status2,
.product-cate2 .cmn-product-tag .status {
    background: #EAF2F9;
    color:#4E9DD9;
}

.product-cate3 .cmn-product-tag .status2,
.product-cate3 .cmn-product-tag .status {
    background: #F0F7E1;
    color: #81B318;
}

.product-cate1 .cmn_campaign_list--period {
	color: var(--kitchen);
}

.product-cate2 .cmn_campaign_list--period {
	color: var(--wet);
}

.product-cate3 .cmn_campaign_list--period {
	color: var(--other);
}

.cmn_campaign_item.product-cate1 .cmn_campaign_list--more {
    background: var(--kitchen);
}

.cmn_campaign_item.product-cate2 .cmn_campaign_list--more {
    background: var(--wet);
}

.cmn_campaign_item.product-cate3 .cmn_campaign_list--more {
    background: var(--other);
}

@media screen and (max-width: 768px) {

    #top .campaign-area {
        padding: 30px 0 100px;
        margin: 30px 0 0;
    }

    #top .campaign-area .campaign-header {
        display: block;
        position: static;
    }

    #top .campaign-area .top-secttl .en {
        font-size: 3.5rem;
    }

    #top .campaign-area .top-sec-catch {
        font-size: 2.4rem;
        letter-spacing: .07em;
        margin: 20px 0;
        line-height: 1.66;
    }
    
    #top .campaign-area .cmn-btn {
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        top: auto;
    }
    
    #top .campaign-area .cmn-btn-link {
        width: auto;
    }


}



/* -------------------------------------------------------------
    kitchen-area wet-area 共通
-------------------------------------------------------------- */
.kitchen-area{
    margin: 100px 0 0!important;
}

/* twoimg-bg */
#top .twoimg-bg {
    margin-top: 100px;
    position: relative;
}

#top .twoimg-bg {
    margin-top: 140px;
    position: relative;
}

#top .twoimg-bg::before, #top .twoimg-bg::after {
    position: absolute;
    content: "";
}

#top .twoimg-bg::before {
    width: 850px;
    height: 930px;
    z-index: -2;
    left: 0;
    top: -70px;
    background-image: url(../img/top-service01-bg.svg);
}

/* intro-box */
#top .intro-box {
    padding-top: 180px;
}

#top .intro-box .text-wrap {
    text-align: center;
    width: 475px;
}

#top .intro-box .banner-logo {
    width: 71px;
    height: 61px;
    margin: 0 auto;
}

#top .intro-box .banner-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top .intro-box .en-ttl {
    font-size: 1.5rem;
    font-family: 'heebo';
    letter-spacing: 2.5px;
    color: #333932;
    margin-top: 10px;
}

#top .intro-box .ttl {
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 1.2;
    margin-top: 20px;
}

#top .intro-box .catch {
    color: #333;
    margin-top: 20px;
    line-height: 1.9;
    font-size: 2rem;
    letter-spacing: 2px;
}

#top .intro-box .wave-icon {
    width: 37px;
    height: 11px;
    margin: 25px auto 35px;
}

#top .intro-box .wave-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top .intro-box .ppl-icon-catch {
    position: relative;
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1;
    padding: 0 0 5.5px 70px;
    width: fit-content;
    margin: 25px auto 0;
}

#top .intro-box .ppl-icon-catch p {
    border-bottom: 1px dashed #707070;
}

#top .intro-box .ppl-icon-catch.lazyloaded::before {
    content: "";
    position: absolute;
    width: 63px;
    height: 93px;
    background: url(../img/top-cmn-icon01.png) no-repeat top center / contain;
    top: -20px;
    left: 0px;
}

/* slick-about-wrap */
.slick-about-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 52.5vw;
    height: 43.75vw;
    min-width: 670px;
    min-height: 660px;
    max-height: 700px;
}

.slick-about-wrap .slick-about, .slick-about-wrap .slick-list, .slick-about-wrap .slick-track {
    width: 100%;
    height: 100%;
}

.slick-about-wrap .slick-about .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* point-list */
#top .point-list {
    display: flex;
    max-width: 1400px;
    margin: 40px auto 0;
    position: relative;
    z-index: 2;
    width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    #top .point-list {
        width: calc( 100% - 70px );
    }
}

#top .point-list li {
    background-color: #F68C47;
    width: calc((100% - 48px)/4);
    margin: 0 16px 0 0;
    text-align: center;
    padding: 45px 25px;
}

#top .point-list li:nth-child(2) {
    transition-delay: 300ms;
}

#top .point-list li:nth-child(3) {
    transition-delay: 600ms;
}

#top .point-list li:nth-child(4) {
    margin-right: 0;
    transition-delay: 900ms;
}

#top .point-list .point-icon {
    width: 66px;
    height: 66px;
    margin: 0 auto;
}

#top .point-list .point-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top .point-list .point-text {
    color: #fff;
    font-size: 1.9rem;
    margin-top: 15px;
    font-weight: bold;
    line-height: 1.8;
}

#top .point-list .point-text span {
    padding: 0 0 1px;
    border-bottom: 1px solid;
}

/* sevice cmn-btn */
#top .sevice.cmn-btn {
    margin: 70px auto 0;
    width: fit-content;
}

#top .sevice.cmn-btn .cmn-btn-link {
    width: 380px;
}

@media screen and (max-width: 768px) {

    /* twoimg-bg */
    #top .twoimg-bg {
        margin-top: 60px;
        display: flex;
        flex-direction: column;
    }

    #top .twoimg-bg::after {
        z-index: -2;
        width: 100%;
        height: 220px;
        background-size: cover;
    }

    #top .twoimg-bg::before {
        z-index: 2;
        width: 310px;
        height: 339px;
        top: 170px;
        background-size: contain;
    }

    /* intro-box */
    #top .intro-box .text-wrap {
        width: 100%;
        margin-top: 40px;
        z-index: 3;
        position: relative;
    }

    #top .intro-box .ttl {
        font-size: 3rem;
        margin-top: 5px;
    }

    #top .intro-box .catch {
        letter-spacing: 0px;
        font-size: 1.8rem;
        line-height: 1.7;
        margin-top: 15px;
    }

    #top .intro-box .ppl-icon-catch {
    	height: 90px;
    	z-index: 3;
    	font-size: 2rem;
    }

    /* point-list */
    #top .point-list {
        width: calc(100% - 40px);
        display: block;
        margin-top: -25px;
    }

    #top .point-list li {
        width: 100%;
        padding: 15px 20px 20px;
        display: flex;
        gap: 15px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px dashed #FFD2B5;
        position: relative;
        margin: 0;
    }

    #top .point-list li:nth-child(2) {
        transition-delay: 200ms;
    }

    #top .point-list li:nth-child(3) {
        transition-delay: 400ms;
    }

    #top .point-list li:nth-child(4) {
        margin-right: 0;
        transition-delay: 600ms;
    }

    #top .point-list li::after, #top .point-list li::before {
        position: absolute;
        content: "";
        bottom: -1px;
        right: 0;
        display: block;
        width: 20px;
        height: 1px;
        background-color: #F68C47;
    }

    #top .point-list li::before {
        right: auto;
        left: 0;
    }

    #top .point-list li:last-child {
        border-bottom: none;
    }

    #top .point-list li:last-child::after, #top .point-list li:last-child::before {
        display: none;
    }

    #top .point-list .point-text {
        font-size: 1.7rem;
        flex-grow: 1;
        margin-top: 0px;
        text-align: left;
        line-height: 1.55;
    }

    #top .point-list .point-icon {
        flex-shrink: 0;
        width: 56px;
        height: 56px;
        margin: 0 auto 0 0;
    }

    .slick-about-wrap {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        height: 59vw;
        min-width: auto;
        min-height: auto;
        max-height: auto;
    }

    .twoimg-bg .slick-about-wrap {
        order: 1;
    }

    .twoimg-bg .intro-box {
        order: 2;
    }

    .twoimg-bg .point-list {
        order: 3;
    }

    .twoimg-bg .twoimg-reform-link {
        order: 4;
    }

    .twoimg-bg .product-list {
        order: 5;
    }

    #top .intro-box {
        padding-top: 0;
    }

    /* sevice cmn-btn */
    #top .sevice.cmn-btn {
        margin-top: 30px;
    }
}




/* ----------------------------------------------------------
    kitchen-area wet-area energy-area 共通
    product-list
------------------------------------------------------------- */
#top .product-list {
    padding: 80px 0 80px;
    background-color: #F7F4EE;
    position: relative;
    margin-top: 80px;
}

#top .product-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 30px 45px 0 45px;
    border-color: #FFFFFF transparent transparent transparent;
    transform: rotate(0deg);
}

#top .product-list .icon-ttl {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0 auto 50px auto;
}

#top .product-list .icon-ttl .icon {
    width: 50px;
    height: 50px;
}

#top .product-list .icon-ttl .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top .product-list .icon-ttl .ttl {
    margin-left: 13px;
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    letter-spacing: .05em;
}

#top .product-list .main-list {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    width: 1400px;
    margin: 40px auto 0 auto;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    #top .product-list .main-list {
        width: calc( 100% - 70px );
    }
}

#top .product-list .main-list-cell {
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, .07);
    background-color: #fff;
    width: calc((100% - 80px)/3);
}

#top .product-list .main-list-cell a {
    position: relative;
    color: #333;
    width: 100%;
    height: 100%;
    padding: 30px;
    display: block;
}

#top .product-list .main-list-cell a::before {
    content: "";
    background: url("../img/cmn-arrow-2.svg") no-repeat top center / contain;
    display: block;
    position: absolute;
    width: 44px;
    height: 8px;
    right: 30px;
    bottom: 25px;
    transition: all 0.3s ease-in-out;
}

#top .product-list .main-list-cell a:hover::before {
    right: 20px;
}

#top .product-list .main-list-cell:nth-child(3n) {
    margin-right: 0;
}

#top .product-list .main-list-cell .cell-ttl {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 2.5rem;
    line-height: 1;
}

#top .product-list .icon-catch {
    position: relative;
    width: 100%;
    height: 50px;
    background-color: #F2EAD5;
    text-align: center;
    padding-top: 8px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1;
}

#top .product-list .icon-catch.lazyloaded::before {
    content: "";
    position: absolute;
    width: 63px;
    height: 93px;
    background: url(../img/top-cmn-icon01.png) no-repeat top center / contain;
    top: -20px;
    right: 0px;
    transform: scaleX(-1);
}

@media screen and (min-width: 769px) and (max-width: 1500px){
    #top .product-list .icon-catch::before {
        width: 58px;
        height: 88px;
        right: -18px;
    }
}

#top .product-list .main-list-cell .cell-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
}

#top .product-list .main-list-cell:nth-child(n+4) .cell-img {
    height: 180px;
}

#top .product-list .main-list-cell .cell-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

#top .product-list .main-list-cell a:hover .cell-img img {
    transform: scale(1.1);
}

#top .product-list .catch-list {
    padding: 15px 15px 0;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    #top .product-list .catch-list {
        padding: 15px 0 0;
    }
}

#top .product-list .catch-list li {
    border-bottom: 1px dashed #BEBEBE;
    padding: 16px 0;
    line-height: 1.7;
    font-size: 1.8rem;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    #top .product-list .catch-list li {
        font-size: 1.6rem;
    }
}

#top .product-list .catch-list li span {
    color: #F29700;
    font-weight: bold;
}

#top .product-list .catch-list li:last-child {
    border-bottom: 0;
}

/* parallel-type */
#top .product-list .main-list-cell.parallel-type {
    width: calc((100% - 40px)/2);
}

#top .product-list .main-list-cell.parallel-type a {
    display: block;
}

#top .product-list .main-list-cell.parallel-type:last-child {
    margin-right: 0;
}

#top .product-list .main-list-cell.parallel-type .cell-img {
    width: 40%;
    height: inherit;
    float: left;
}

@media screen and (min-width: 769px) and (max-width: 1500px)  {
    #top .product-list .main-list-cell.parallel-type .cell-img {
        width: 44%;
    }
}

#top .product-list .main-list-cell.parallel-type .cell-ttl {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1;
    width: calc(60% - 30px);
    float: right;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    #top .product-list .main-list-cell.parallel-type .cell-ttl {
        width: calc(56% - 30px);
    }
}

#top .product-list .main-list-cell.parallel-type .text-wrap {
    width: calc(60% - 30px);
    float: right;
}

@media screen and (min-width: 769px) and (max-width: 1500px) {
    #top .product-list .main-list-cell.parallel-type .text-wrap {
        width: calc(56% - 30px);
    }
}

/* arrow-center */
#top .product-list .main-list-cell.arrow-center a {
    padding-bottom: 50px;
}

#top .product-list .main-list-cell.arrow-center a::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#top .product-list .main-list-cell.arrow-center a:hover::before {
    left: 52%;
}

@media screen and (max-width: 768px) {
    #top .product-list {
        margin-top: 40px;
        padding: 40px 20px 60px;
    }

    #top .product-list::before {
        border-width: 12px 13px 0 13px;
    }

    #top .product-list .icon-ttl {
        display: block;
        margin-bottom: 25px;
    }

    #top .product-list .icon-ttl .icon {
        width: 36px;
        height: 36px;
        margin: 0 auto;
    }

    #top .product-list .icon-ttl .ttl {
        margin-left: 0;
        font-weight: bold;
        font-size: 2.2rem;
        line-height: 1.4;
        letter-spacing: 0;
        margin-top: 5px;
    }

    #top .product-list .main-list {
        flex-direction: column;
        width: 100%;
        margin-top: 0;
        gap: 20px;
    }

    #top .kitchen-area .main-list.arrow-center-wrap {
        margin: 20px 0 0;
    }

    #top .product-list .main-list-cell, #top .product-list .main-list-cell.parallel-type {
        width: 100%;
        margin-top: 0;
    }

    .kitchen-area .arrow-center-wrap .main-list-cell:first-child {
        order: 2;
    }

    .kitchen-area .arrow-center-wrap .main-list-cell:nth-child(2) {
        order: 1;
    }

    .kitchen-area .arrow-center-wrap .main-list-cell:nth-child(3) {
        order: 3;
    }

    .wet-area .main-list .main-list-cell:first-child {
        order: 1;
    }

    .wet-area .main-list .main-list-cell:nth-child(2) {
        order: 2;
    }

    .wet-area .main-list .main-list-cell:nth-child(3) {
        order: 3;
    }

    .wet-area .main-list .main-list-cell:nth-child(4) {
        order: 5;
    }

    .wet-area .main-list .main-list-cell:nth-child(5) {
        order: 4;
    }

    .wet-area .main-list .main-list-cell:nth-child(6) {
        order: 6;
    }

    .energy-area .main-list .main-list-cell:first-child {
        order: 2;
    }

    .energy-area .main-list .main-list-cell:nth-child(2) {
        order: 1;
    }

    .energy-area .main-list .main-list-cell:nth-child(3) {
        order: 3;
    }

    .energy-area .main-list .main-list-cell:nth-child(4) {
        order: 4;
    }

    .energy-area .main-list .main-list-cell:nth-child(5) {
        order: 5;
    }

    .energy-area .main-list .main-list-cell:nth-child(6) {
        order: 6;
    }

    #top .product-list .main-list-cell a {
        padding: 10px;
    }

    #top .product-list .icon-catch {
        background-color: transparent;
        font-weight: bold;
        font-size: 1.3rem;
        line-height: 1;
        width: 65px;
        height: auto;
        padding-top: 80px;
    }

    #top .product-list .icon-catch p {
        line-height: 1.4;
        letter-spacing: 0;
    }

    #top .product-list .icon-catch.lazyloaded::before {
        height: 80px;
        width: 52px;
        left: 0;
        top: 0;
        margin: 0 auto;
    }

    #top .product-list .main-list-cell .text-wrap, #top .product-list .main-list-cell.parallel-type .text-wrap {
        width: 100%;
        margin: 20px 0 20px;
        display: flex;
        justify-content: space-between;
    }

    #top .product-list .main-list-cell .cell-ttl, #top .product-list .main-list-cell.parallel-type .cell-ttl {
        font-size: 2.5rem;
        width: calc(100% - 48% - 15px);
        text-align: left;
        line-height: 1.3;
        margin-bottom: 0;
    }

    #top .product-list .catch-list {
        width: calc(100% - 65px - 15px);
        padding: 0;
    }

    #top .product-list .catch-list li {
        padding: 10px 0;
        line-height: 1.4;
        font-size: 1.5rem;
    }

    #top .product-list .catch-list li:first-child {
        padding-top: 0;
    }

    #top .product-list .main-list-cell a::before, #top .product-list .main-list-cell.arrow-center a::before, #top .product-list .main-list-cell.arrow-center a:hover::before {
        right: 10px;
        bottom: 17px;
        left: auto;
        -webkit-transform: none;
        transform: none;
    }

    #top .product-list .main-list-cell .sp-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #top .product-list .main-list-cell a,
    #top .product-list .main-list-cell.parallel-type a {
        display: block;
    }

    #top .product-list .main-list-cell .cell-img,
    #top .product-list .main-list-cell.parallel-type .cell-img {
        width: 48%;
        margin-right: 15px;
    }

    #top .product-list .main-list-cell.arrow-center .cell-img {
        width: 60% !important;
        height: 27vw !important;
        margin-right: 15px;
    }

    #top .product-list .main-list-cell a:hover::before {
        right: 0px;
    }

    /* parallel-type */
    /* arrow-center */
    #top .product-list .main-list-cell.arrow-center a {
        padding: 15px 10px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: start;
        align-items: center;
    }

    #top .product-list .main-list-cell.arrow-center .cell-ttl {
        font-size: 2.2rem;
    }
}



/* ----------------------------------------------------------
    kitchen-area
------------------------------------------------------------- */
#top .kitchen-area .product-list .main-list-cell.parallel-type .cell-ttl {
    margin-bottom: 35px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    #top .kitchen-area .product-list .main-list-cell.parallel-type .cell-ttl {
        margin-bottom: 0;
        margin-top: 0;
        height: 50vw;
        display: flex;
        align-items: center;
    }
    #top .kitchen-area .product-list .main-list-cell.parallel-type .cell-img {
        height: 50vw;
    }
}



/* ----------------------------------------------------------
    wet-area
------------------------------------------------------------- */
#top .wet-area .dot-icon {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
}

#top .wet-area.twoimg-bg::before {
    background-image: url(../img/top-service02-bg.svg);
}

#top .wet-area.twoimg-bg::after {
    background-image: url(../img/top-wet-mv.jpg);
}

#top .wet-area .point-list li {
    background-color: #6CABDB;
}

#top .wet-area .cmn-btn .arrow::before {
    background-image: url("../img/cmn-arrow-blue.svg");
}

#top .wet-area .product-list .main-list-cell a::before {
    background-image: url("../img/cmn-arrow-blue-large.svg");
}

#top .wet-area .cmn-btn-link:hover {
    background: #6CABDB;
    border-color: #6CABDB;
}

#top .wet-area .product-list {
    background-color: #ECF1F4;
}

#top .wet-area .product-list .icon-catch {
    background-color: #C5EEEE;
}

#top .wet-area .product-list .icon-catch.lazyloaded::before {
    background-image: url(../img/top-cmn-icon02.png);
    transform: scaleX(1);
}

#top .wet-area .product-list .catch-list li span {
    color: #01A5E4;
}

@media screen and (max-width: 768px) {
    .kitchen-area{
        margin: 50px 0 0!important;
    }
    
    #top .wet-area .dot-icon {
        display: none;
    }

    #top .twoimg-bg {
        margin-top: 0px;
    }

    #top .wet-area .product-list .icon-catch {
        background-color: transparent;
    }

    #top .wet-area .point-list li {
        border-color: #BCDCF5;
    }

    #top .wet-area .point-list li::after, #top .wet-area .point-list li::before {
        background-color: #6CABDB;
    }

    #top .wet-area .product-list .main-list-cell .sp-wrap {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    #top .wet-area .product-list .main-list-cell .cell-img {
        height: 27vw!important;
    }
}




/* ----------------------------------------------------------
    energy-area
------------------------------------------------------------- */
#top .energy-area {
    margin-top: 100px;
}

#top .energy-area .main-area {
    position: relative;
    z-index: 2;
}

#top .energy-area .main-area .energy-txt-wrap {
    max-width: 670px;
}

#top .energy-area .main-area .energy-img {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100px;
    width: 670px;
    height: 556px;
}

#top .energy-area .main-area .energy-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#top .energy-area .top-sec-catch {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.7;
    margin-top: 35px;
}

#top .energy-area .top-sec-decript {
    margin-top: 35px;
}

#top .energy-area .main-area .cmn-btn-link {
    margin-top: 50px;
    width: 380px;
    height: 86px;
    background-color: #fff;
}

#top .energy-area .main-area .cmn-btn-txt {
    line-height: 1.5;
}

#top .energy-area .cmn-btn .arrow::before {
    background-image: url("../img/cmn-arrow-green.svg");
}

#top .energy-area .product-list .main-list-cell a::before {
    background-image: url("../img/cmn-arrow-green-large.svg");
}

#top .energy-area .cmn-btn-link:hover {
    background: #8FC320;
    border-color: #8FC320;
}

#top .energy-area .product-list {
    margin-top: -45px;
    background-color: #F6F6F6;
    padding-top: 120px;
}

#top .energy-area .product-list .dashed-deco {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

#top .energy-area .product-list .dashed-deco::after, #top .energy-area .product-list .dashed-deco::before {
    position: absolute;
    content: "";
    width: calc((100% - 458px - 62px*2)/2);
    left: 0;
    border: 1px dashed #707070;
    top: 26px;
}

#top .energy-area .product-list .dashed-deco::before {
    left: auto;
    right: 0;
}

#top .energy-area .product-list .main-list-cell .catch {
    margin-top: 15px;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    #top .energy-area {
        margin-top: 32px;
    }

    #top .energy-area .main-area .energy-txt-wrap {
        width: 100%;
        max-width: 100%;
    }

    #top .energy-area .main-area .energy-img {
        position: relative;
        z-index: 0;
        right: 0;
        margin: 25px auto 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    #top .energy-area .main-area .energy-img img {
        width: 100%;
        object-fit: cover;
        aspect-ratio: 645/556;
    }

    #top .energy-area .top-secttl .ja {
        line-height: 1.5;
    }

    #top .energy-area .top-secttl .ja::before {
        left: -1px;
        top: 14px;
    }

    #top .energy-area .top-sec-catch {
        font-size: 2.3rem;
        margin-top: 30px;
        letter-spacing: .09em;
        line-height: 1.7;
    }

    #top .energy-area .top-sec-decript {
        margin-top: 25px;
    }

    #top .energy-area .main-area .cmn-btn-link {
        margin-top: 30px;
        width: 100%;
        max-width: unset;
    }

    #top .energy-area .product-list {
        padding-top: 82px;
    }

    #top .energy-area .product-list .dashed-deco::after, #top .energy-area .product-list .dashed-deco::before {
        display: none;
    }

    #top .energy-area .product-list .main-list-cell .sp-wrap {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    #top .energy-area .product-list .main-list-cell:not(.arrow-center) a {
        padding-bottom: 35px;
    }

    #top .energy-area .product-list .main-list-cell .catch {
        font-size: 1.8rem;
    }
    
    #top .energy-area .product-list .main-list-cell .cell-img {
        height: 27vw;
    }

}





/* -----------------------------------------------------------
    works-area
-------------------------------------------------------------- */
#top .works-area {
    margin: 80px 0 0;
    position: relative;
}

#top .works-area .works-header {
    display: flex;
    align-items: center;
    gap: 50px;
}

#top .works-area .top-sec-catch {
    font-size: 3rem;
    letter-spacing: .11em;
}

#top .works-area .cmn_works_scroll {
    width: 1200px;
    margin: 40px auto 0;
}

#top .works-area .cmn-btn {
    align-items: center;
    display: flex;
    left: 0;
    position: absolute;
    right: 0;
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    top: 15px;
    justify-content: flex-end;
}

#top .works-area .js-moreview-btn {
    margin: 40px auto 0;
}


@media screen and (max-width: 768px) {
    #top .works-area {
        margin: 50px 0 0;
    }

    #top .works-area .works-header {
        display: block;
    }

    #top .works-area .top-secttl {
        display: block;
    }

    #top .works-area .top-secttl .en::before {
        bottom: -5px;
    }

    #top .works-area .top-secttl .ja {
        margin: 12px 0 0;
    }

    #top .works-area .top-sec-catch {
        margin: 20px 0 0;
        font-size: 2.4rem;
    }
    
    #top .works-area .cmn_works_scroll {
    	width: 100%;
    	margin: 30px auto 0;
    }
    
    #top .works-area .js-moreview-btn {
        display: none;
    }

}



/* -----------------------------------------------------------
about-area
-------------------------------------------------------------- */
#top .about-area {
    margin: 100px 0 0;
}

#top .about-area .about-img-wrap {
    width: 100%;
    height: 380px;
}

#top .about-area .about-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top .about-area .main-box {
    background-color: #F4F4EC;
    padding: 70px 0;
}

#top .about-area .main-box .about-txt-wrap {
    float: left;
    max-width: 560px;
    position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    #top .about-area .main-box .about-txt-wrap{
        max-width: 550px;
    }
}

#top .about-area .main-box .about-img {
    float: right;
    width: 600px;
    height: 600px;
    position: relative;
    margin: 20px 0 0;
}

#top .about-area .main-box .about-img img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#top .about-area .about-img-cap li {
    position: absolute;
}

#top .about-area .about-img-cap1 {
    top: 0;
    right: 9%;
}

#top .about-area .about-img-cap2 {
    top: 63%;
    right: -8.5%;
}

@media screen and (min-width: 769px) and (max-width: 1400px) {
    #top .about-area .about-img-cap2 {
        right: 0;
    }
}

#top .about-area .about-img-cap3 {
    bottom: 2%;
    right: 61%;
}

#top .about-area .about-img-cap4 {
    top: 22%;
    left: -11%;
}

#top .about-area .about-img-cap p {
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1.35;
}

#top .about-area .about-img-cap p:nth-of-type(n+2) {
    margin-top: 17px;
}

#top .about-area .about-img-cap1 p {
    color: #71c534;
}

#top .about-area .about-img-cap2 p {
    color: #96bc00;
}

#top .about-area .about-img-cap3 p {
    color: #e6ac09;
}

#top .about-area .about-img-cap4 p {
    color: #4bb7e5;
    text-align: right;
}

@keyframes cmn-cv-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

#top .about-area .photo-slide {
    position: relative;
    display: flex;
}

#top .about-area .photo-slide-list {
    display: flex;
    overflow: hidden;
    position: relative;
    flex-shrink: 0;
}

#top .about-area  .photo-slide-list {
    display: flex;
    margin: 0 auto;
    animation: cmn-cv-slide 30s infinite linear .8s both;
    flex-shrink: 0;
}

#top .about-area .photo-slide-item {
    width: 530px;
    height: 380px;
    flex-shrink: 0;
}

#top .about-area .photo-slide-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top .about-area .top-secttl .en::before {
    bottom: -6px;
}

#top .about-area .top-secttl .ja {
    margin: 13px 0 0;
}

#top .about-area .top-sec-catch {
    margin: 25px 0 0;
}

#top .about-area .top-sec-decript {
    margin: 30px 0 0;
    line-height: 2.5;
}

#top .about-area .cmn-btn {
    float: left;
    margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
    #top .about-area {
        margin: 60px 0 0;
    }

    #top .about-area .about-img-cap p:nth-of-type(n+2) {
        margin-top: 8px;
    }
    
    #top .about-area .photo-slide-list::before {
        display: none;
    }
    
    #top .about-area .photo-slide-item {
        width: 800px;
        max-width: unset;
    }

    #top .about-area .photo-slide-item {
        width: 200px;
        height: 150px;
    }
    
    #top .about-area .top-sec-catch {
        margin: 17px 0 0;
        padding: 0;
        line-height: 1.5;
    }

    #top .about-area .main-box .about-txt-wrap {
        width: 100%;
        float: none;
        max-width: 100%;
    }

    #top .about-area .top-sec-decript {
        display: none;
    }

    #top .about-area .cmn-btn {
        margin: 40px auto 0;
        width: 100%;
        float: none;
    }
    #top .about-area .main-box .about-img {
        float: none;
        width: 100%;
        height: auto;
        max-width: 335px;
        max-height: 335px;
        position: relative;
        margin: 20px auto 0;
    }

    #top .about-area .about-img-cap p {
        font-size: 1.4rem;
        line-height: 1.3;
    }
    
    #top .about-area .about-img-cap1 {
        top: -2%;
        right: 0;
    }
    
    #top .about-area .about-img-cap2 {
        top: 65%;
        right: -3%;
    }
    
    #top .about-area .about-img-cap3 {
        bottom: -1%;
    }
    
    #top .about-area .about-img-cap4 {
        top: 12%;
        left: -2%;
    }
    
    #top .about-area .about-img-cap4 p {
        text-align: left;
    }
    
    #top .about-area .main-box{
        padding: 40px 0 50px;
    }
}




/* ----------------------------------------------------------
    corporation-area
------------------------------------------------------------- */
#top .corporation-area {
    margin-top: 100px;
}

#top .corporation-area .corporation-img {
    width: 650px;
    height: 500px;
    position: relative;
    float: left;
    display: flex;
}

#top .corporation-area .corporation-img figure {
    position: relative;
    width: 50%;
    height: 100%;
}

#top .corporation-area .corporation-img figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top .corporation-area .corporation-img figcaption {
    position: absolute;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 2px;
    left: 0;
    right: 0;
    top: 30px;
    color: #fff;
}

#top .corporation-area .main-area .top-secttl {
    width: 480px;
    float: right;
}

#top .corporation-area .main-area .top-sec-catch {
    margin-top: 20px;
    width: 480px;
    float: right;
}

#top .corporation-area .main-area .top-sec-decript, #top .corporation-area .main-area .cmn-btn {
    margin-top: 30px;
    width: 480px;
    float: right;
}

/* cor-list */
#top .corporation-area .cor-list {
    background-color: #F4F5F5;
    margin-top: 100px;
}

#top .corporation-area .cor-list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 70px 0;
}

#top .corporation-area .cor-list li {
    background-color: #fff;
    width: calc((100% - 30px)/4);
    transition: .5s;
}

#top .corporation-area .cor-list li:hover {
    transform: translateY(-15px);
}

#top .corporation-area .cor-list li a {
    color: #333;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    padding: 18px 30px 30px;
}

#top .corporation-area .cor-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 28px;
    height: 8px;
    background: url("../img/cmn-more-arrow.svg") no-repeat center center / contain;
}

#top .corporation-area .cor-list li:last-child {
    margin-right: 0;
}

#top .corporation-area .cor-list .cor-list-ttl {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0 18px;
}

#top .corporation-area .cor-list .cor-list-note {
    font-size: 1.4rem;
}

#top .corporation-area .cor-list-img {
    width: 100px;
    height: 90px;
}

#top .corporation-area .cor-list-img img {
    width: 100%;
    aspect-ratio: 100/90;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    #top .corporation-area {
        margin-top: 32px;
    }

    #top .corporation-area .main-area {
        display: flex;
        flex-direction: column;
    }

    #top .corporation-area .main-area .top-secttl {
        width: 100%;
        float: none;
        order: 1;
    }

    #top .corporation-area .main-area .top-sec-catch {
        margin-top: 20px;
        width: 100%;
        float: none;
        line-height: 1.5;
        order: 2;
    }

    #top .corporation-area .corporation-img {
        width: 100%;
        height: 61vw;
        margin-top: 25px;
        order: 3;
    }

    #top .corporation-area .main-area .top-sec-decript {
        margin-top: 25px;
        width: 100%;
        float: none;
        order: 4;
    }

    #top .corporation-area .main-area .cmn-btn {
        margin-top: 25px;
        width: 100%;
        float: none;
        order: 5;
    }

    #top .corporation-area .corporation-img figcaption {
        font-size: 1.5rem;
        top: 10px;
    }

    /* cor-list */
    #top .corporation-area .cor-list {
        margin-top: 60px;
    }

    #top .corporation-area .cor-list ul {
        padding: 40px 20px;
    }

    #top .corporation-area .cor-list li {
        width: calc((100% - 12px)/2);
    }

    #top .corporation-area .cor-list li:nth-child(n+3) {
        margin-top: 12px;
    }

    #top .corporation-area .cor-list li a {
        padding: 17px 20px 25px;
        text-align: center;
    }

    #top .corporation-area .cor-list-img {
        width: 72px;
        height: 64px;
        margin: 0 auto;
    }

    #top .corporation-area .cor-list .cor-list-ttl {
        font-size: 1.7rem;
        margin: 10px 0 0px;
    }

    #top .corporation-area .cor-list li a::before {
        top: auto;
        bottom: 10px;
        right: 10px;
    }
}





/* ----------------------------------------------------------
    bottom-link-area
------------------------------------------------------------- */
#top .bottom-link-area .bottom-link-inner {
    display: flex;
    justify-content: space-between;
}

#top .bottom-link-area a.full {
    color: #333;
    position: relative;
    width: 100%;
    height: fit-content;
    display: block;
    padding: 18px 30px 30px;
}

#top .bottom-link-area a.half {
    color: #333;
    position: relative;
    width: 100%;
    height: fit-content;
    display: block;
}

#top .bottom-link-area a.full {
    padding: 60px 0;
}

#top .bottom-link-area a.full.lazyloaded {
    background: url("../img/top-company-mv.jpg") no-repeat center center / cover;
    transition: none;
}

#top .bottom-link-area a.half {
    width: calc((100% - 40px)/2);
    background-color: #F4F4F4;
    margin-top: 40px;
    height: 270px;
}


#top .bottom-link-area a.half .text-wrap {
    width: calc(100% - 230px - 25px);
}

#top .bottom-link-area a::before {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 30px;
    width: 44px;
    height: 8px;
    background: url("../img/cmn-arrow-2.svg") no-repeat center center / contain;
    transition: .5s;
}

@media screen and (min-width: 769px) {
    #top .bottom-link-area a:hover::before {
        right: 15px;
    }
}

#top .bottom-link-area a.full::before {
    background-image: url("../img/cmn-arrow-white-large.svg");
}

#top .bottom-link-area .btn-img {
    width: 230px;
    height: 100%;
    float: left;
    margin: 0 25px 0 0;
}

#top .bottom-link-area .btn-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#top .bottom-link-area a.half .top-secttl {
    margin-top: 35px;
}

#top .bottom-link-area a.half .top-secttl .en {
    font-size: 4.2rem;
    margin: 15px 0 0;
}

#top .bottom-link-area a.half .top-secttl .ja {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0;
    line-height: 1.3;
}

#top .bottom-link-area a.half .top-sec-catch {
    font-size: 2rem;
    margin-top: 17px;
    line-height: 1.7;
    letter-spacing: .07em;
    padding: 0 30px 0 0;
}

#top .bottom-link-area a.half .top-secttl .ja::before {
    display: none;
}

/* btn-company */
#top .bottom-link-area .btn-company .top-secttl .ja::before {
    background-image: url("../img/cmn-ttl-wave-white.png");
}

#top .bottom-link-area .btn-company .en {
    margin: 0;
}

#top .bottom-link-area .btn-company .text-wrap {
    width: 50%;
    margin: 0 0 0 auto;
    color: #fff;
}

#top .bottom-link-area .btn-company .top-secttl {
    width: 460px;
    margin: 0 100px 0 auto;
    color: #fff;
}

#top .bottom-link-area .btn-company .top-secttl .en {
    font-size: 5.2rem;
    top: 0;
}

#top .bottom-link-area .btn-company .top-sec-catch {
    font-size: 2.8rem;
    margin-top: 10px;
    letter-spacing: 3px;
    width: 460px;
    margin: 30px 100px 0 auto;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #top .bottom-link-area {
        margin-top: 60px;
    }

    #top .bottom-link-area .bottom-link-inner {
        display: block;
    }

    #top .bottom-link-area a.full {
        background: none!important;
        padding: 0;
        pointer-events: none;
    }

    #top .bottom-link-area .btn-company .top-secttl {
        width: 100%;
        margin: 0 100px 0 auto;
        color: #fff;
        background: url("../img/top-company-mv-sp.jpg")center/cover no-repeat;
        height: 50vw;
        justify-content: center;
        align-items: flex-end;
        padding: 0;
    }

    #top .bottom-link-area .btn-company .top-secttl {
        height: 165px;
    }

    #top .bottom-link-area .btn-company .top-secttl .en {
        font-size: 3.3rem;
        width: 165px;
        text-align: left;
        margin: 0;
    }

    #top .bottom-link-area .btn-company .top-secttl .ja {
        width: 165px;
        margin: 0;
    }

    #top .bottom-link-area .btn-company .top-sec-catch {
        font-size: 2.4rem;
        letter-spacing: 3px;
        width: 100%;
        margin: 25px 0 0 0;
        color: #333;
        padding: 0 20px;
    }

    #top .bottom-link-area .comp-btn {
        margin: 25px auto 0;
    }

    #top .bottom-link-area a.full::before, #top .bottom-link-area a.cmn-btn-link::before {
        display: none;
    }

    #top .bottom-link-area .top-sec-catch.sp-display-b {
        font-size: 2.5rem;
        margin: 25px 0 30px;
    }

    #top .bottom-link-area .btn-links-half {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 50px auto 0;
    }

    #top .bottom-link-area a.half {
        width: 100%;
        display: block;
        margin: 0;
        padding:0 0 30px;
        height: auto;
    }

    #top .bottom-link-area .btn-img {
        width: 160px;
        height: 150px;
        margin-right: 15px;
    }

    #top .bottom-link-area .sp-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    #top .bottom-link-area a.half .text-wrap {
        width: 100%;
    }

    #top .top-secttl.pc-display {
        display: none;
    }

    #top .bottom-link-area a.half .top-secttl {
        height: 130px;
        margin: 0;
        padding: 30px 0 0;
    }

    #top .bottom-link-area a.half .top-secttl .en {
        font-size: 3.5rem;
        margin: 0;
    }

    #top .bottom-link-area a.half .top-secttl .ja {
        line-height: 1.3;
        margin: 0 0 10px;
        letter-spacing: 0;
    }

    #top .bottom-link-area a.half .top-sec-catch {
        font-size: 1.8rem;
        margin-top: 0;
        padding: 13px 15px 0;
        width: 100%;
        float: left;
    }

    #top .bottom-link-area a.half::before {
        bottom: 15px;
        right: 15px;
        width: 35px;
    }
}
























/* -------------------------------------------------------------
    column-area
-------------------------------------------------------------- */
#top .column-area {
    margin: 100px 0 0 0;
}

#top .column-area .column-inner {
    display: flex;
    gap: 50px;
    padding: 0 0 80px;
    position: relative;
}

#top .column-area .column-elements {
    display: flex;
    position: relative;
}

#top .column-area .column-header-wrap {
    flex-shrink: 0;
    width: 380px;
}

#top .column-area .column-header-wrap .top-secttl .en::before {
    bottom: -5px;
}

#top .column-area .column-header-wrap .top-secttl .ja {
    margin: 12px 0 0;
}

#top .column-area .top-sec-catch {
    font-size: 3rem;
    margin: 25px 0 0 0;
}

#top .column-area .cmn-btn {
    margin: 40px 0 0;
}

#top .column-area .column-note {
    font-weight: 500;
    margin: 30px 0 0 0;
    line-height: 2.1;
}

#top .column-area .column-scroll {
    overflow-x: scroll;
    padding: 0 0 10px;
}

#top .column-area .column-list {
    display: flex;
    width: 1180px;
    padding: 0 20px 10px 0;
}

#top .column-area .column-item {
    margin: 0 70px 0 0;
}

#top .column-area .column-list a {
    display: block;
    width: 350px;
    position: relative;
}

#top .column-area .column-list a::before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("../img/cmn-arrow-1.svg")center/contain no-repeat;
    width: 22px;
    height: 7px;
}

#top .column-area .column-list .column-thumb {
    height: 230px;
    width: 100%;
    overflow: hidden;
}

#top .column-area .column-list .column-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all .5s;
}

#top .column-area .column-list .column-ttl {
    color: #333;
    font-weight: bold;
    font-size: 2.3rem;
    line-height: 1.6;
    max-height: 75px;
    margin: 15px 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: .03em;
}

/*カテゴリ*/
#top .column-area .column-cate {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 20px 0 0;
}

#top .column-area .column-cate li {
    border: 1px solid #ccc;
    color: #888;
    font-size: 1.4rem;
    line-height: 1.3;
    padding: 8px 12px 9px;
}

#top .column-area .column-cate li:last-child {
    margin-right: 0;
}

#top .column-area .column-cate li:nth-child(n+3) {
    display: none;
}

#top .column-area .column-date {
    color: #888 !important;
    font: 500 1.5rem/1 var(--en2);
    letter-spacing: .05em;
    margin: 30px auto 0 0;
}

@media screen and (max-width: 768px) {
    #top .column-area {
        margin: 30px 0 0 0;
    }

    #top .column-area .top-secttl {
        display: block;
    }

    #top .column-area .top-sec-catch {
        font-size: 2.4rem;
        margin: 18px 0 0 0;
        line-height: 1.6;
    }

    #top .column-area .column-inner {
        display: block;
    }

    #top .column-area .column-scroll {
        overflow-x: unset;
        padding: 0;
        margin: 30px 0 0;
    }

    #top .column-area .column-list {
        display: block;
        width: 100%;
        padding: 0 20px;
    }

    #top .column-area .column-list .column-item {
        margin: 17px 0 0;
    }

    #top .column-area .column-list .column-item:first-child {
        margin: 0;
    }

    #top .column-area .column-list .column-item:nth-child(n+5) {
        display: none;
    }

    #top .column-area .column-list a {
        display: flex;
        gap: 15px;
        width: 100%;
        padding: 15px 0 0;
        border-top: 1px solid #888;
    }

    #top .column-area .column-list .column-item:first-child a {
        border-top: none;
        padding: 0;
    }

    #top .column-area .column-list .column-thumb {
        flex-shrink: 0;
        height: 128px;
        width: 100px;
    }

    #top .column-area .column-list .column-contents {
        padding: 0;
        width: calc(100% - 115px);
        flex-shrink: 0;
    }

    #top .column-area .column-list .column-ttl {
        font-size: 1.6rem;
        max-height: 55px;
        margin: 10px 0 0;
    }

    #top .column-area .column-cate {
        margin: 0;
    }

    #top .column-area .column-cate li {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 7px 10px 8px;
    }

    #top .column-area .column-list a::before {
        display: none;
    }

    #top .column-area .column-date {
        font-size: 1.4rem;
        margin: 20px 0 0 auto;
        text-align: right;
    }

    #top .column-area .cmn-btn {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

/* -------------------------------------------------------------
    top-otherlink-area
-------------------------------------------------------------- */
#top .top-otherlink-area {
    margin: 90px 0 0;
}

#top .top-otherlink-area .top-otherlink-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 40px 50px;
}

#top .top-otherlink-area .top-otherlink-inner a {
    width: calc((100% - 50px) / 2);
    height: 170px;
    flex-shrink: 0;
    background-color: #fff;
    border-radius: 13px;
    border: 3px solid #333;
    display: flex;
    position: relative;
    align-items: center;
    overflow: hidden;
    transition: .3s;
}

#top .top-otherlink-area .top-otherlink-inner a:hover {
    border-color: #ebc230;
}

#top .top-otherlink-area .top-otherlink-inner a::before {
    content: "\f138";
    color: #ebc230;
    font: 900 2.4rem/1 "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
}

#top .top-otherlink-area .btn-img-wrap {
    width: 300px;
    height: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

#top .top-otherlink-area .btn-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: .5s;
}

#top .top-otherlink-area .top-otherlink-inner a:hover .btn-img {
    transform: scale(1.1, 1.1);
    transition-timing-function: cubic-bezier(.33, 1, .68, 1);
}

#top .top-otherlink-area .btn-company .btn-img {
    background-image: url(../img/top-otherlink-company.jpg);
}

#top .top-otherlink-area .btn-staff .btn-img {
    background-image: url(../img/top-otherlink-staff.jpg);
}

#top .top-otherlink-area .btn-cost .btn-img {
    background-image: url(../img/top-otherlink-cost.jpg);
}

#top .top-otherlink-area .btn-faq .btn-img {
    background-image: url(../img/top-otherlink-faq.jpg);
}

#top .top-otherlink-area .btn-txt {
    font-size: 2.7rem;
    font-weight: bold;
    line-height: 1.4;
    color: #333;
    letter-spacing: .03em;
    margin: 0 0 0 35px;
}

@media screen and (max-width: 768px) {
    #top .top-otherlink-area {
        margin: 60px 0 0;
    }

    #top .top-otherlink-area .top-otherlink-inner {
        flex-direction: row;
        width: 100%;
        gap: 20px 10px;
    }

    #top .top-otherlink-area .top-otherlink-inner a {
        flex-direction: column;
        width: calc((100% - 10px) / 2);
        height: auto;
        border-radius: 10px;
    }

    #top .top-otherlink-area .top-otherlink-inner a::before {
        font: 900 1.6rem/1 "Font Awesome 5 Free";
        right: 5px;
        bottom: 13px;
        top: auto;
        -webkit-transform: unset;
        transform: unset;
    }

    #top .top-otherlink-area .top-otherlink-area .btn-img-wrap {
        width: 100%;
        height: 20vw;
    }

    #top .ft-links-area .ft-links-item .txt {
        font-size: 2rem;
        margin: 0 0 0 15px !important;
    }

    #top .ft-links-area .ft-links-item.ft-links-recruit .txt {
        margin: 0 0 0 20px;
    }

    #top .top-otherlink-area .btn-txt {
        font-size: 1.8rem;
        margin: 0;
        padding: 10px 5px 10px 0;
    }
}

/* -------------------------------------------------------------
    ft_cv_area
-------------------------------------------------------------- */
#top .ft_cv_area {
    margin-top: 100px;
}

@media screen and (max-width: 768px) {
    #top .ft_cv_area {
        margin-top: 50px;
    }
}