@charset "UTF-8";

main{
    min-height: calc(100vh - 514px);
}

@supports (height: 100dvh) {
    main{
        min-height: calc(100dvh - 514px);
    }
}

@media screen and (min-width: 992px) {
    main{
        min-height: calc(100vh - 337px);
    }

    @supports (height: 100dvh) {
        main{
            min-height: calc(100dvh - 337px);
        }
    }
}


/*---------------------------------------------------
 TOP
----------------------------------------------------*/

.top-fv{
    padding-bottom: 52px;
}

.top-topics{
    bottom: 0;
    left: 9px;
    z-index: 1;
    width: 55%;
}

.top-topics>div{
    padding: 14px 20px 20px;
}

.fw-black{
    font-weight: 900!important;
}

.lh-1-2{
    line-height: 1.2;
}

.top-sv-bg{
    background:
            linear-gradient(#fff, #fff) bottom / 100% 140px no-repeat,
            linear-gradient(
                    to top,
                    rgba(189,224,188,1) 0%,
                    rgba(189,224,188,0.6) 40%,
                    rgba(189,224,188,0) 70%
            ) 0 0 / 100% 100% no-repeat;
}

.top-sv-path{
    transform: scale(1.05);
    transform-origin: left center;
}

.ols-80{
    letter-spacing: 0.08em!important;
}

.top-sv-slider-wrapper {
    contain: layout paint;
}

.top-sv-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    will-change: transform;
    animation: scrollXpx var(--loopDur, 10s) linear infinite;
}

@keyframes scrollXpx {
    from { transform: translate3d(0,0,0); }
    to   { transform: translate3d(calc(var(--loopW, 1000px) * -1), 0, 0); }
}

.top-sv-slide {
    margin-right: 10px;
    flex: 0 0 auto;
}

.top-sv-slide:last-child {
    margin-right: 0;
}

.top-sv-slide img {
    height: 192px;
    width: 260px;
    display: block;
    backface-visibility: hidden;
    object-fit: cover;
}

.ttl-under-line::before{
   content: "";
    width: 38px;
    height: 3px;
    background-color: var(--color-green);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.rounded-20{
    border-radius: 20px;
}

.top-feature-img{
    aspect-ratio: 335 / 205;
    object-position: center top;
}

.top-features-num{
    width: 63px;
    height: 30px;
}

.ols-60{
    letter-spacing: 0.06em!important;
}

.text-black-34{
    color: #343434;
}

.ttl-under-line-white::before{
    background-color: #ffffff;
}

.top-lineup-bg{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.top-lineup-bg::before{
    content: "Lineup";
    font-family: 'Montserrat', sans-serif;
    font-size: 93px;
    font-weight: bold;
    letter-spacing: 0.032em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.14);
    position: absolute;
    top: 68px;
    left: 50%;
    transform: translateX(-50%);
}

.top-lineup-img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    aspect-ratio: 443 / 274;
}

.top-lineup-box{
    padding: 16px 28px 28px;
    flex: 1;
    min-height: 240px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-lineup-link{
    position: static;
    align-self: flex-end;
    margin-top: auto;
    padding-top: .5rem;
}

.top-lineup-swiper .swiper-slide{
    display: flex;
    height: auto;
}

.top-lineup-swiper .swiper-slide > .lineup-card{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.lineup-progress {
    display: none;
    align-items: center;
}

.lineup-progress.is-active {
    display: flex;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal {
    top: auto;
    bottom: -10px;
    height: 6px;
    border-radius: 3px!important;
}

.swiper-pagination-progressbar {
    background-color: rgba(255,255,255, 0.34);
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: transparent !important;
    border-radius: 3px;
    overflow: hidden;
    transform-origin: left center;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill::before{
    content: "";
    display: block;
    height: 100%;
    width: var(--p, 0%);
    background: #fff;
    border-radius: inherit;
    transition: width .2s linear;
}

.top-order-frame{
    max-width: 158px;
}

.black-arrow::before,
.black-arrow::after {
    background-color: var(--color-dark-gray)!important;
}

.top-order-btn{
    height: 64px;
}

.top-order-btn-txt{
    padding-left: 12px;
    padding-right: 24px;
}

.top-voice-bg{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -30px;
}

.top-voice-bg::before{
    content: "Voice";
    font-family: 'Montserrat', sans-serif;
    font-size: 105px;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 1;
    color: rgba(5, 142, 0, 0.05);
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

.top-voice-dots-line::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 1.5px;
    background:
            url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' width='5' height='1.5' viewBox='0 0 5 1.5'>\
  <circle cx='0.75' cy='0.75' r='0.75' fill='%23000'/>\
</svg>") 0 50% / 5px 1.5px repeat-x;
}

.top-voice-img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.top-voice-desc{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    padding: 36px 20px 44px 26px;
}

.top-company-bg{
    background-image: url(../image/top/top-company-sp.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-news-ttl{
    font-size: 81px;
}

@media screen and (min-width: 768px) {
    .top-fv{
        padding-bottom: 42px;
    }

    .top-topics{
        left: 20px;
    }

    .top-topics>div{
        padding: 14px 24px;
    }
}

@media screen and (min-width: 992px) {
    .top-topics{
        max-width: 40%;
    }

    .top-sv-path{
        transform: unset;
    }

    .top-sv-bg{
        background:
                linear-gradient(#fff, #fff) bottom / 100% 180px no-repeat,
                linear-gradient(
                        to top,
                        rgba(189,224,188,1) 0%,
                        rgba(189,224,188,0.6) 40%,
                        rgba(189,224,188,0) 70%
                ) 0 0 / 100% 100% no-repeat;
    }

    .ols-lg-130{
        letter-spacing: 0.13em!important;
    }

    .top-sv-slide {
        margin-right: 20px;
    }

    .top-sv-slide img {
        height: 236px;
        width: 420px;
    }

    .ols-lg-80{
        letter-spacing: 0.08em!important;
    }

    .lh-lg-1-7{
        line-height: 1.7;
    }

    .ttl-under-line::before{
        width: 50px;
        height: 4px;
        bottom: -30px;
    }

    .top-feature-img{
        aspect-ratio: 953 / 636;
        object-position: center;
    }

    .top-features-num{
        width: 87px;
        height: 38px;
    }

    .top-general-btn{
        height: 96px!important;
        padding-left: 71px!important;
        padding-right: 57px!important;
    }

    .top-lineup-bg{
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .top-lineup-bg::before{
        font-size: 140px;
        top: 80px;
        left: 27px;
        transform: unset;
    }

    .top-lineup-box{
        padding: 33px 33px 68px;
        min-height: 170px;
    }

    .top-lineup-link{
        position: absolute;
        bottom: 28px;
        right: 45px;
    }

    .swiper-horizontal>.swiper-pagination-progressbar,
    .swiper-pagination-progressbar.swiper-pagination-horizontal {
        bottom: -15px;
    }

    .top-order-frame{
        max-width: 207px;
    }

    .rounded-lg-45{
        border-radius: 45px!important;
    }

    .top-order-btn{
        height: 72px;
    }

    .top-order-btn-txt{
        padding-left: 9px;
        padding-right: 16px;
    }

    .top-company-bg{
        background-image: url(../image/top/top-company-pc.png);
    }

    .top-news-ttl{
        font-size: 88px;
    }
}

@media screen and (min-width: 1200px) {

    .ofs-xl-33 { /* 44px */
        font-size: 2.75rem !important;
    }

    .gap-xl-60{
        gap: 60px!important;
    }

    .ols-xl-500{
        letter-spacing: 0.5em!important;
    }

    .text-xl-vertical {
        writing-mode: vertical-rl;
    }

    .border-xl-4{
        border-width: 4px!important;
    }

    .line-height-xl-5 {
        line-height: 30px;
    }

    .top-voice-bg{
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        margin-top: -60px;
    }

    .top-voice-bg::before{
        font-size: 145px;
        top: 32px;
        left: 41px;
        transform: unset;
    }

    .opt-xl-24{
        padding-top: 13.75rem!important;
    }

    .top-voice-img{
        border-top-left-radius: 15px;
        border-top-right-radius: unset;
        border-bottom-left-radius: 15px;
    }

    .top-voice-desc{
        border-bottom-left-radius: unset;
        border-top-right-radius: 15px;
        padding: 55px 61px 40px 88px;
    }

    .top-voice-wrapper{
        max-width: min(906px, 60vw);
        margin-left: 60px;
    }

}


/*---------------------------------------------------
 ABOUT
----------------------------------------------------*/

.about-fv{
    padding-top: 260px;
    padding-bottom: 225px;
}

.about-fv-img-wrapper01{
    position: absolute;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.about-fv-img-wrapper02{
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.about-fv-img01{
    width: 27.47vw;
    max-width: 103px;
    height: auto;
    margin-top: 66px;
    margin-right: 45px;
}

.about-fv-img02{
    width: 48.8vw;
    max-width: 183px;
    height: auto;
}

.about-fv-img03{
    width: 26.67vw;
    max-width: 100px;
    height: auto;
}

.about-fv-img04{
    width: 33.33vw;
    max-width: 125px;
    height: auto;
    margin-top: 49px;
    margin-left: 65px;
}

.ols-15{
    letter-spacing: 0.015em!important;
}

.about-cert{
    padding: 29px 28px 36px;
}

.rounded-25{
    border-radius: 25px;
}

.about-cert-img{
    aspect-ratio: 270 / 177;
}

.about-lineup-img{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.lineup-card{
    display:flex;
    flex-direction:column;
    height:100%;
}

.top-lineup-img{
     width:100%;
     height:auto;
     aspect-ratio: 443 / 274;
     object-fit: cover;
     display:block;
 }

.top-lineup-box{
    flex:1;
    position:relative;
}

.about-ex{
    background-color: #FFFDF8;
}

.about-ex-list{
    padding-top: 24px;
}


@media screen and (min-width: 992px) {
    .about-fv{
        padding-top: 160px;
        padding-bottom: 130px;
    }

    .about-fv-img-wrapper01{
        top: 50%;
        left: unset;
        transform: translateX(0) translateY(-50%) scale(0.9);
        right: 30px;
        flex-direction: column-reverse;
    }

    .about-fv-img-wrapper02{
        bottom: unset;
        top: 50%;
        left: 30px;
        transform: translateX(0) translateY(-50%) scale(0.9);
        flex-direction: column;
    }

    .about-fv-img01{
        width: 11.86vw;
        max-width: 162px;
        margin-top: unset;
        margin-right: unset;
    }

    .about-fv-img02{
        width: 17.64vw;
        max-width: 241px;
        margin-bottom: 66px;
        margin-left: 26px;
    }

    .about-fv-img03{
        width: 11.42vw;
        max-width: 156px;
        margin-bottom: 35px;
    }

    .about-fv-img04{
        width: 14.35vw;
        max-width: 196px;
        margin-top: unset;
        margin-left: 78px;
    }

    .about-cert{
        padding: 50px 78px 66px;
    }

    .about-cert-img{
        aspect-ratio: 381 / 310;
    }

    .omb-lg-24{
        margin-bottom: 13.75rem!important;
    }

    .border-lg-4{
        border-width: 4px!important;
    }

    .about-ex-list{
        padding-top: 30px;
    }
    #about-lineup .lineup-card{
        min-height: 563px;
    }


}

@media screen and (min-width: 1200px) {
    .about-fv-img-wrapper01{
        top: 132px;
        right: 62px;
        transform: unset;
    }

    .about-fv-img-wrapper02{
        top: 132px;
        left: 78px;
        transform: unset;
    }
}


/*---------------------------------------------------
 商品紹介
----------------------------------------------------*/

.lineup-main .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 319 / 313;
    object-fit: cover;
    object-position: center;
    display: block;
}

.lineup-thumbs .swiper-slide {
    width: 58px;
    height: 58px;
    cursor: pointer;
    opacity: .6;
    border-radius: 8px;
    overflow: hidden;
}

.lineup-thumbs .swiper-slide-thumb-active,
.lineup-thumbs .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.lineup-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.lineup-desc p{
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 25px;
}

.lineup-desc h3{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 54px;
}

.lineup-period-wrapper{
    padding: 40px 32px 45px;
}

.lineup-period-icon{
    width: 120px;
    height: 120px;
    object-fit: cover;
}

.border-light-gray{
    border-color: #C1C0C0;
}

.other-lineup-thumb{
    aspect-ratio: 320 / 194.11;
}

.other-lineup-hr{
    width: 90%;
    border-top: 1px solid #EDEDED;
}

/* Swiper未初期化＝.swiper-initialized が付かない状態を縦並びに */
.other-lineup-swiper:not(.swiper-initialized) .swiper-wrapper {
    display: block;
}
.other-lineup-swiper:not(.swiper-initialized) .swiper-slide {
    width: 100% !important;
}
.other-lineup-swiper:not(.swiper-initialized) .swiper-slide:last-child {
    margin-bottom: 0!important;
}



@media (min-width: 992px) {
    .lineup-thumbs .swiper-slide {
        width: 85px;
        height: 85px;
    }

    .lineup-main .swiper-slide img {
        aspect-ratio: 734 / 490;
    }

    .lineup-desc p{
        font-size: 18px;
        line-height: 29px;
    }

    .lineup-desc h3{
        font-size: 23px;
    }

    .lineup-period-wrapper{
        padding: 39px 58px 60px;
    }

    .gap-lg-64{
        gap: 64px!important;
    }

    .other-lineup-thumb{
        aspect-ratio: 357 / 239.1;
    }
}

/*---------------------------------------------------
 会社概要
----------------------------------------------------*/

.line-height-8f{
    line-height: 45px;
}

.company-bg{
    height: 211px;
    background-image: url(../image/company/company-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.border-white-30{
    border-color: rgba(255, 255, 255, 0.3);
}

.overview-row {
    display: grid;
    grid-template-columns: 30% 1fr;
    align-items: start;
    padding: 30px 0;
    border-bottom: 1px solid rgba(5, 142, 0, 0.4);
}

.overview-term,.overview-desc {
    word-break: break-word;
}


@media (min-width: 992px) {
    .line-height-lg-10{
        line-height: 60px;
    }

    .company-bg{
        height: 455px;
    }

    .line-height-lg-8f{
        line-height: 45px;
    }

    .overview-row{
        padding: 25px 0 29px;
    }
}

/*---------------------------------------------------
 お知らせ一覧
----------------------------------------------------*/

.mb-12{
    margin-bottom: 12px;
}

.news-item{
    border-radius: 12px;
    border-width: 1.5px;
}

.news-item>a{
    padding: 20px 36px 20px 27px;
}

.arrow-small {
    position: relative;
    display: inline-block;
    width: 5.5px;
    height: 9.1px;
}

.arrow-small::before,
.arrow-small::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    width: 7px;
    height: 2px;
    border-radius: 9999px;
    background-color: #000000;
    transform-origin: calc(100% - 1px) 50%;
}

.arrow-small::before {
    transform: rotate(45deg);
}

.arrow-small::after {
    transform: rotate(-45deg);
}

.news-page-nav-item{
    width: 34px;
    height: 34px;
    aspect-ratio: 1 / 1;
    border:  1px solid var(--color-green);
    color: var(--color-green)!important;
    background-color: #fff;
    transition: all .3s;
}

.pagination .active .news-page-nav-item,
.news-page-nav-item:hover{
    color: #fff!important;
    background-color: var(--color-green);
}

.news-page-nav-arrow{
    width: 34px;
    height: 34px;
    transition: all .3s;
}

.page-arrow {
    position: relative;
    display: inline-block;
    width: 7.5px;
    height: 13.7px;
}

.page-arrow::before,
.page-arrow::after {
    content: "";
    position: absolute;
    top: calc(50% - 1.5px);
    right: 0;
    width: 10px;
    height: 3px;
    border-radius: 9999px;
    background-color: var(--color-green);
    transform-origin: calc(100% - 1.5px) 50%;
}

.page-arrow::before {
    transform: rotate(50deg);
}

.page-arrow::after {
    transform: rotate(-50deg);
}

.page-chevrons {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    gap: 2px;
}

.page-chevrons-left .page-arrow {
    transform: scaleX(-1);
}

.pagination .disabled .news-page-nav-item,
.pagination .disabled .news-page-nav-arrow {
    opacity: .4;
    pointer-events: none;
}



@media screen and (min-width: 992px) {
    .news-item>a{
        padding: 20px 30px 23px 33px;
    }
}

/*---------------------------------------------------
 お知らせ個別
----------------------------------------------------*/

.news-single-content p{
    font-size: 0.875rem !important;
    font-weight: normal;
    letter-spacing: 0.1em !important;
    line-height: 1.6;
}

.general-btn{
    height: 77px;
    padding-left: 57px;
    padding-right: 46px;
    gap: 0 24px;
}

.news-nav-btn.disabled{
    visibility: hidden;
}

@media screen and (min-width: 290px){
    .general-btn{
        min-width: 222px;
    }
}

@media screen and (min-width: 992px) {
    .news-single-content p{
        font-size: 1.125rem !important;
    }

    .omb-lg-3f{
        margin-bottom: 1.5625rem!important;
    }
}

/*---------------------------------------------------
 404
----------------------------------------------------*/

.lh-1-6{
    line-height: 1.6;
}

/*---------------------------------------------------
 お問い合わせ
----------------------------------------------------*/

.radio-grid,
.contact-form .wpcf7-radio{
    display: grid;
    grid-template-columns: 1fr;
    gap: 14.5px 0;
}

.contact-form .form-badge{
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    border-radius: 2px;
    margin-left: 14px;
    white-space: nowrap;
}

.contact-form .form-badge-gray{
    background-color: #A8A8A8;
}

.contact-form .radio-grid .wpcf7-list-item > label,
.contact-form .wpcf7-radio .wpcf7-list-item > label{
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
}

.contact-form .wpcf7-radio label{
    cursor: pointer;
}

.contact-form .wpcf7-radio input {
    cursor: pointer;
}

.contact-form select {
    cursor: pointer;
}

.contact-form .wpcf7-acceptance input,
.contact-form .wpcf7-acceptance .wpcf7-list-item-label{
    cursor: pointer;
}

.contact-form .form-control, .form-select{
    padding: 12px 30px!important;
    background-color: #F7F7F7!important;
}

.contact-form .form-check-input,
.contact-form .wpcf7-list-item label input{
    border-color: #6A6A6A!important;
}

.contact-form .form-check-input:checked[type=radio]{
    --bs-form-check-bg-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'>\
  <circle r='2.5' fill='%23058E00'/>\
</svg>");
}

.contact-form input[type="radio"] {
    accent-color: #058E00;
}

.contact-form .form-check-input:focus,
.contact-form .form-check-input:focus-visible,
.contact-form .wpcf7-list-item label input:focus,
.contact-form .wpcf7-list-item label input:focus-visible{
    box-shadow: none !important;
    outline: none;
}

.contact-form .form-check-input:checked,
.contact-form .wpcf7-list-item label input:checked{
    background-color: white!important;
    border-color: #6A6A6A!important;
}

.contact-form .form-control{
    background-color: #F7F7F7!important;
}

.contact-form .field-small  {
    max-width: 195px;
}

.contact-form select {
    color: #262424;
}

.contact-form select option[disabled],
.contact-form select option[value=""],
.contact-form select:invalid {
    color: #666666;
}

.contact-form option.is-placeholder {
    color: #666666;
}

.contact-form select:has(option.is-placeholder:checked),
.contact-form select:invalid {
    color: #666666;
}

.contact-form input[type="checkbox"] {
    accent-color: var(--color-green);
}

.contact-form .wpcf7-acceptance .wpcf7-list-item{
    margin-left: 0;
}


@media (min-width: 992px){
    .radio-grid,
    .contact-form .wpcf7-radio{
        grid-template-columns: 1fr 1fr;
        gap: 23px 14.5px;
    }
}