
.feature a:hover img {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    opacity: 1;
}

.header_renewal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
    margin-top: 20px;

}

.header__logo {
    margin-left: 15px;
    display: block;
    width: 120px;
    height: 34px;
    position: relative;
    z-index: 100;
}

.header__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 15px;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.60);
    border-radius: 50%;
    position: relative;
    z-index: 100;
}

.header__border {
    margin-bottom: 7px;
    width: 25px;
    height: 10px;
    position: relative;
}

.header__border--top {
    height: 1px;
    width: 100%;
    background: #5FA75B;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(0px);
    transition: 0.4s;
}

.header__border--bottom {
    height: 1px;
    width: 100%;
    background: #5FA75B;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-8px);
    transition: 0.4s;
}

.header__menu {
    font-family: "Roboto", sans-serif;
    color: #5AB67C;
}

.sp {
    opacity: 0;
    cursor: none;
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 95;
    background: #EFB25D;
}

.sp-nav {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    z-index: 96;
}

.sp-nav__list {
    display: inline-block;
}

.sp-nav__link {
    display: block;
    line-height: 1.1;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 20px 0;
    opacity: 0;
}

.sp-nav__link span {
    color: #78D873;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1;
}

.sp-nav__list:nth-child(7) .sp-nav__link {
    padding: 10px 35px 10px 10px;
    border: 1px solid #78D873;
    position: relative;
}

.sp-nav__list:nth-child(7) .sp-nav__link:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #78D873;
    border-radius: 50%;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.sp-contact{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.sp-contact__link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 35px;
    background: #78D873;
    box-shadow: 2px 2px 4px -2px #aaa;
    border-radius: 10px;
}
.sp-contact__link p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    padding-right: 5px;
    color: #fff;
}
.sp-contact__link img{
    width: 18px;
    margin-right: 8px;
}
.sp-contact__tel{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 35px;
    background: #EFB25D;
    box-shadow: 2px 2px 4px -2px #aaa;
    border-radius: 10px;
}
.sp-contact__tel p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    padding-right: 5px;
    color: #fff;
}
.sp-contact__tel img{
    width: 16px;
    margin-right: 8px;
}


.pc {
    display: none;
}

.pc-nav {
    margin-top: 10px;
}

.pc-nav__list {
    display: inline-block;
}

.pc-nav__link {
    display: block;
    padding: 5px 10px;
    line-height: 1.05;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.pc-nav__link:after{
    background: rgb(95, 167, 91);
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.pc-nav__link:hover:after{
    transform-origin: center top;
    transform: scale(1, 1);
}

.pc-nav__link span {
    font-size: 10px;
    line-height: 1;
}


/*js*/
.rotate-top {
    transform: rotate(45deg);
}

.rotate-bot {
    transform: rotate(-45deg);
}

.sp-open {
    opacity: 1;
    cursor: pointer;
    pointer-events: unset;
}

.stripe {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 94;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.stripe__item {
    background-color: #5FA75B;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
}

.border {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 95;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.border__item {
    background-color: #fff;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
}


/*home*/

.kv {
    width: 100%;
    height: 100vh;
    background: #ccc;
    position: relative;
}
.kv video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kv__ttl {
    position: absolute;
    top: 40%;
    left: 3%;
}

.kv__catch-copy {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    font-size: 40px;
}

.kv__catch-copy span {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: #5FA75B;
}

.kv__subttl {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    width: 170px;
}
.kv__subttl-1{
    background: #000;
    line-height: 1.4;
    font-family: sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 3px 6px;
}
.kv__subttl-2{
    background: #000;
    line-height: 1.4;
    font-family: sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 3px 6px;
}
.kv__subttl-3{
    background: #000;
    line-height: 1.4;
    font-family: sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 3px;
    padding: 3px 6px;
}
.kv__subttl-4{
    background: #000;
    line-height: 1.4;
    font-family: sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 3px 6px;
}

.kv__mask-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.kv__mask-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.kv__mask-3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.kv__mask-4{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.contact-us {
    position: absolute;
    right: 10%;
    top: 60%;
}
.contact-us__svg path {
    fill: #fff;
}
.contact-us:hover .contact-us__svg path {
    fill: #EFB25D;
}

.contact-us__link {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    transition: 0.4s;
}


.contact-us__txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.contact-us__svg {
    animation: circleRotate 12s infinite linear;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

@keyframes circleRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/*business*/
.business {
    padding: 60px 0;
    background: #5FA75B;
    position: relative;
    overflow: hidden;
}

.business__wrap {
    display: flex;
    justify-content: flex-end;
    gap: 5%;
}

.business__left-white {
    height: 100%;
    width: 7%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

}

.business__ttl--content {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 10%;
}

.business__ttl {
    height: 135px;
}

.business__ttl--img {
    height: 100%;
    object-fit: cover;
}

.business__jp {
    margin-top: 15px;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 12px;
}

.business__outer {
    padding-right: 3%;
}

.business__inner {
    margin-bottom: 60px;
}

.business__thumb {
    aspect-ratio: 280/400;
    width: 100%;
    margin-bottom: 30px;
}

.business__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.business__content {
    display: flex;
    gap: 15px;
}

.business__num {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    flex-shrink: 0;
    font-size: 28px;
    color: #fff;
}

.business__detail--ttl {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: #fff;
    line-height: 1.2;
    position: relative;
    overflow: hidden;
}
.mask-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.mask-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}
.mask-3{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2;
}

.business__detail--jp {
    margin: 16px 0 10px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.business__detail--txt {
    font-family: "Roboto", sans-serif;
    line-height: 2;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.business__detail--txt br {
    display: none;
}

.business__detail--link {
    position: relative;
    display: block;
    font-size: 16px;
    padding-bottom: 3px;
    font-family: "Roboto", sans-serif;
    width: 100px;
    color: #fff !important;
}
.business__detail--link:after{
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}
.business__detail--link:hover:after{
    transform-origin: left top;
    transform: scale(1, 1);
}
.detail__link--more path {
    transition: 0.4s;
    fill: #fff;
}
.detail__link--arrow path {
    transition: 0.4s;
    fill: #fff;
}
.detail__link--wrap:hover .detail__link--more path {
    fill: #EFB25D;
}
.detail__link--wrap:hover .detail__link--arrow path {
    fill: #EFB25D;
}
.feature__thumb:hover .detail__link--more path {
    fill: #EFB25D;
}
.feature__thumb:hover .detail__link--arrow path {
    fill: #EFB25D;
}
.flow .detail__link--more path {
    fill: #5FA75B;
}
.flow .detail__link--arrow path {
    fill: #5FA75B;
}
.news .detail__link--more path {
    fill: #5FA75B;
}
.news .detail__link--arrow path {
    fill: #5FA75B;
}


.detail__link {
    position: relative;
    height: 55px;
    z-index: 5;
}

.detail__link--wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
}

.detail__link--txt {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    transition: 0.4s;
    font-family: "Roboto", sans-serif;
}

.detail__link--img {
    position: relative;
    width: 55px;
    height: 55px;
    transition: 0.4s;
}

.detail__link--more {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: linkRotate 12s infinite linear;
}

@keyframes linkRotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.detail__link--arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30%;
    height: 30%;
    object-fit: contain;
}


/*feature*/
.feature {
    padding: 60px 0;
    overflow: hidden;
}

.feature__ttl {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    color: #78D873;
    text-align: center;
    line-height: 1.3;
}

.feature__jp {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #686868;
    margin-bottom: 25px;
    text-align: center;
}

.feature__intro {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.feature__thumb {
    position: relative;
    display: block;
    width: 90%;
    height: 150px;
    margin: 0 auto 5px;
    overflow: hidden;
    transition: 0.4s;
}

.feature__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature .detail__link--wrap {
    transform: translate(-50%, 0);
}

/*case*/
.case {
    padding: 60px 0;
    background: #5FA75B;
    position: relative;
    overflow: hidden;
}
.case__border--wrap{
    position: absolute;
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.case__border {
    background-color: #fff;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
}


.case__content {
    margin-bottom: 25px;
    flex-shrink: 0;
}

.case__ttl {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    line-height: 1.3;
    color: #fff;
}

.case__jp {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}

.case__intro {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 2;
    color: #fff;
    width: 235px;
    margin: 0 auto 30px;
}

.case__left-white {
    height: 100%;
    width: 7%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;

}

.case-pic__slide {
    overflow: hidden;
}

.case__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: max-content;
    animation: slideContent 18s linear infinite;
}

.case__pic {
    width: auto;
    height: 300px;
}

.case__slide--img {
    height: 100%;
    object-fit: cover;
}

@keyframes slideContent {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

.slide-txt__area {
    position: absolute;
    top: 260px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 2;
}

.slide__wrap {
    display: flex;
    width: max-content;
    animation: slideContent 60s linear infinite;
}

.slide__text {
    display: flex;
    white-space: nowrap;
}

.slide__text span {
    font-size: 80px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.05);
    mix-blend-mode: difference;
    padding-right: 4rem;
    white-space: nowrap;
}

.flow {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.flow__ttl {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    color: #78D873;
    text-align: center;
    line-height: 1.3;
}

.flow__jp {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #686868;
    margin-bottom: 40px;
    text-align: center;
}

.flow__right-green {
    position: absolute;
    top: 150px;
    right: 0;
    z-index: 1;
    width: 27vw;
    height: calc(100% - 150px);
    background: #5FA75B;
}

.flow__wrap {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flow__pic--1 {
    display: none;
}

.flow__pic--2 {
    display: none;
}

.flow__pic--3 {
    display: none;
}
.flow__pic--4 {
    display: none;
}


.flow__content {
    display: flex;
    gap: 18px;
    margin-bottom: 40px;
    width: 310px;
    position: relative;
    z-index: 3;

}

.flow__num {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #5FA75B;
    background: linear-gradient(90deg, rgba(95, 167, 91, 1) 0%, rgba(106, 166, 222, 1) 100%);
    color: #fff;
    font-family: "Roboto", sans-serif;

    font-size: 30px;
    text-align: center;
}

.flow__summary {
    padding-top: 10px;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 16px;

}

.flow__txt {
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}

.flow .detail__link--txt {
    color: #5FA75B;
}

/*news*/
.news {
    padding: 60px 0;
    overflow: hidden;
}


.news__ttl {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    color: #78D873;
    text-align: center;
    line-height: 1.3;

}

.news__jp {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #686868;
    margin-bottom: 40px;
    text-align: center;
}

.news__list {
    margin-bottom: 40px;
}

.news__content {
    display: block;
    width: 94%;
    max-width: 700px;
    margin: 0 auto 25px;
    border-bottom: 1px solid #ccc;
}

.news__category {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 3px 10px;
    background: #D7F3D5;
}

.news__date {
    margin-left: 20px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
}

.news__txt {
    margin-top: 12px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .detail__link--txt {
    color: #5FA75B;
}

/*contact*/
.contact {
    padding: 60px 0;
    background: url("/data/images/2025renewal/contact_bg.jpg") center center / cover;
}


.contact__ttl {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    color: #78D873;
    text-align: center;
    line-height: 1.3;
}

.contact__jp {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
}

.contact__inner {
    position: relative;
    z-index: 0;
    padding: 20px 0;
    width: 350px;
    overflow: hidden;
    margin: 0 auto 5px;
}

.contact__inner:before {
    position: absolute;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(12px);

}

.contact__txt {
    color: #fff;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.contact__link {
    display: block;
    color: #fff !important;
    font-size: 18px;
    width: 280px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    padding: 10px 15px 10px 0;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: 0.4s;

}
.contact__link:hover{
    border: 1px solid #78D873;
    color: #78D873 !important;
}

.contact__link:after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 11px;
    height: 11px;
    background: #78D873;
    top: 50%;
    left: 74%;
    transform: translate(0, -50%);
    border-radius: 50%;
}

.contact__tel {
    font-size: 20px;
    color: #fff;
    line-height: 1.9;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    width: 270px;
    margin: 25px auto 0;
}
.fixed-contact{
    position: fixed;
    bottom: 20px;
    z-index: 20;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.fixed-contact__link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 35px;
    background: #78D873;
    box-shadow: 2px 2px 4px -2px #aaa;
    border-radius: 10px;
}
.fixed-contact__link p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    padding-right: 5px;
    color: #fff;
}
.fixed-contact__link img{
    width: 18px;
    margin-right: 8px;
}
.fixed-contact__tel{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
    height: 35px;
    background: #EFB25D;
    box-shadow: 2px 2px 4px -2px #aaa;
    border-radius: 10px;
}
.fixed-contact__tel p{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    padding-right: 5px;
    color: #fff;
}
.fixed-contact__tel img{
    width: 16px;
    margin-right: 8px;
}

.footer {
    background: #fff;
    padding-top: 40px;
}

.footer__logo {
    width: 300px;
    height: 34px;
    margin: 0 auto 20px;
}

.footer__img {
    height: 100%;
    object-fit: cover;
}

.footer__address {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 2;
    margin: 0 auto 35px;
    width: 300px;
}

.footer__right--wrap {
    width: 300px;
    margin: 0 auto;
}

.footer__right--outer {
    display: flex;
    justify-content: space-between;
}

.footer__link {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    padding: 6px 0;
}

.footer__unimaru {
    margin-top: 25px;
    display: block;
    width: 200px;
    padding: 5px 30px 5px 0;
    border: 1px solid #78D873;
    text-align: center;
    position: relative;
    margin-bottom: 55px;
}

.footer__unimaru:after {
    position: absolute;
    z-index: 2;
    content: "";
    width: 11px;
    height: 11px;
    background: #78D873;
    top: 50%;
    left: 85%;
    transform: translate(0, -50%);
    border-radius: 50%;
}

.footer__copyright {
    display: block;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #333333;
    text-align: center;
    padding-bottom: 20px;
}

@media screen and ( min-width: 768px ) {
    .header_renewal {
        margin-top: 0;
    }

    .header__btn {
        display: none;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .kv__catch-copy {
        font-size: 5.2vw;
    }

    .business__outer {
        padding-right: unset;
    }

    .business__inner {
        display: flex;
        flex-direction: row-reverse;
        gap: 6.7vw;
    }

    .business__content {
        max-width: 615px;
        width: 100%;
    }

    .feature__content {
        display: flex;
        justify-content: center;
        gap: 1vw;
    }

    .feature__thumb {
        width: 45%;
        height: auto;
        margin: unset;

    }

    .feature .detail__link--wrap {
        top: unset;
        bottom: 10%;
    }

    .case__wrap {
        display: flex;
        justify-content: flex-end;
        gap: 3.65vw;
    }

    .case__content {
        padding-left: 12%;

    }

    .case__pic {
        width: 50%;
    }

    .case .detail__link--wrap {
        top: 0;
        left: 0;
        transform: unset;
    }
    .fixed-contact{
        display: none;
    }
    .footer__wrap {
        display: flex;
        justify-content: center;
    }


}

@media screen and ( min-width: 1024px ) {
    .pc-none {
        display: none;
    }

    .header__logo {
        width: 160px;
        height: auto;
    }

    .pc-nav {
        margin-top: 15px;
        margin-right: 50px;
        display: flex;
        gap: 15px;
    }

    .kv__subttl {
        font-size: 24px;
        width: 240px;
    }
    /*.kv__subttl-1{*/
    /*    line-height: 1.7;*/
    /*    font-family: sans-serif;*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    width: 250px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.kv__subttl-2{*/
    /*    line-height: 1.7;*/
    /*    font-family: sans-serif;*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    width: 140px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.kv__subttl-3{*/
    /*    line-height: 1.7;*/
    /*    font-family: sans-serif;*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    width: 180px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.kv__subttl-4{*/
    /*    line-height: 1.7;*/
    /*    font-family: sans-serif;*/
    /*    position: relative;*/
    /*    display: block;*/
    /*    width: 250px;*/
    /*    overflow: hidden;*/
    /*}*/

    .contact-us__link {
        width: 140px;
        height: 140px;
        overflow: visible;
    }

    .contact-us__txt {
        font-size: 20px;
    }

    .contact-us__link:hover .contact-us__txt {
        color: #EFB25D;
    }

    .contact-us__link:hover {
        transform: scale(1.1);
    }

    .business {
        padding-top: 150px;
        padding-bottom: 100px;
    }

    .business__wrap {
        gap: 6%;
    }

    .business__ttl {
        height: 276px;
    }

    .business__num {
        font-size: 40px;
    }

    .business__detail--ttl {
        font-size: 40px;
    }

    .business__detail--jp {
        margin-bottom: 30px;
        font-size: 20px;
    }

    .business__detail--txt {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .business__detail--link {
        font-size: 16px;
    }

    .business__thumb {
        aspect-ratio: unset;
        max-width: 600px;
    }

    .detail__link {
        height: 90px;
    }

    .detail__link--txt {
        font-size: 18px;
    }

    .detail__link--wrap:hover .detail__link--txt {
        color: #EFB25D;
    }

    .detail__link--wrap:hover .detail__link--img {
        transform: scale(1.1);
        color: #EFB25D;
    }

    .detail__link--img {
        width: 84px;
        height: 84px;
    }

    .feature {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .feature__ttl {
        font-size: 60px;
    }

    .feature__jp {
        margin-bottom: 55px;
    }

    .feature__intro {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .feature__thumb:hover .feature__img {
        filter: brightness(0.7);
        transform: scale(1.1);
    }

    .feature__thumb:hover .detail__link--txt {
        color: #EFB25D;
    }

    .feature__thumb:hover .detail__link--img {
        transform: scale(1.1);
    }

    .case {
        padding-top: 100px;
    }

    .case__ttl {
        font-size: 60px;
        text-align: left;

    }

    .case__jp {
        text-align: left;
        margin-bottom: 60px;
    }

    .case__intro {
        width: auto;
        margin-bottom: 60px;
        font-size: 16px;
    }

    .case__pic {
        width: 45%;
        height: auto;
    }

    .case__slide--img {
        height: unset;
        width: 100%;
    }

    .slide-txt__area {
        top: unset;
        bottom: 50px;
    }

    .slide__text span {
        font-size: 170px;
    }

    .flow {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .flow__ttl {
        font-size: 60px;
    }

    .flow__jp {
        margin-bottom: 80px;
    }

    .flow__right-green {
        top: 260px;
        width: 31.25vw;
        height: calc(100% - 260px);

    }

    .flow__content {
        width: 380px;
    }

    .flow__summary {
        font-size: 20px;
    }

    .flow__txt {
        font-size: 18px;
    }

    .flow__pic--1 {
        display: block;
        position: absolute;
        width: 150px;
        height: 100px;
        top: -2%;
        right: 25%;
        z-index: 2;
    }

    .flow__pic--1 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .flow__pic--2 {
        display: block;
        position: absolute;
        width: 250px;
        height: 400px;
        top: 12%;
        left: 10%;
        z-index: 2;

    }

    .flow__pic--2 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .flow__pic--3 {
        display: block;
        position: absolute;
        width: 150px;
        height: 100px;
        top: 35%;
        right: 25%;
        z-index: 2;
    }

    .flow__pic--3 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .flow__pic--4 {
        display: block;
        position: absolute;
        width: 150px;
        height: 100px;
        bottom: 14%;
        right: 25%;
        z-index: 2;
    }

    .flow__pic--4 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .flow__wrap {
        margin-bottom: 60px;
    }

    /*.flow__wrap .flow__content:nth-of-type(odd) {*/
    /*    left: -100px;*/
    /*}*/
    .flow__content{
        left: -200px;
    }

    /*.flow__wrap .flow__content:nth-of-type(even) {*/
    /*    right: -140px;*/
    /*}*/

    .news {
        padding: 100px 0;
    }


    .news__ttl {
        font-size: 60px;
    }

    .news__jp {
        margin-bottom: 80px;
    }

    .news__list {
        margin-bottom: 60px;
    }

    .news__txt {
        padding-bottom: 5px;
    }


    .contact {
        padding: 100px 0;
    }

    .contact__ttl {
        font-size: 60px;
    }

    .contact__jp {
        margin-bottom: 60px;
    }

    .contact__wrap {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .contact__inner {
        width: 450px;
        padding: 35px 0;
        margin: unset;
    }

    .contact__txt {
        margin-bottom: 20px;
    }

    .contact__link {
        padding: 20px 15px 20px 0;
    }
    .footer{
        padding-top: 60px;
    }
    .footer__right--wrap {
        margin: 0;
    }
    .footer__logo{
        height: 45px;
        margin: 0;
        margin-bottom: 40px;
    }
    .footer__right--wrap{
        width: 400px;
    }
    .footer__link{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .footer__wrap{
        gap: 5%;
    }
    .footer__unimaru{
        font-size: 16px;
        margin-bottom: 70px;
        padding: 10px 30px 10px 0;
    }
    .footer__address{
        font-size: 16px;
    }
}

@media screen and ( min-width: 1600px ) {
    .business__detail--txt br {
        display: block;
    }

    /*.flow__wrap .flow__content:nth-of-type(odd) {*/
    /*    left: -180px;*/
    /*}*/

    /*.flow__wrap .flow__content:nth-of-type(even) {*/
    /*    right: -240px;*/
    /*}*/

    .flow__pic--1 {
        width: 300px;
        height: 200px;
        top: -2%;
        right: 22%;
    }

    .flow__pic--3 {
        width: 300px;
        height: 200px;
        right: 22%;
        top: calc( 7% + 200px);
    }
    .flow__pic--4 {
        width: 300px;
        height: 200px;
        right: 22%;
        bottom: -27%;
    }
}
