.fv-wrapper {
    background-image: url('../../images/top/fv.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    border-radius: 20px;
    position: relative;
}

.fv-wrapper::before {
    content: '';
    background-color: #FFFFFF;
    position: absolute;
    width: 676px;
    height: 332px;
    filter: blur(100px);
    top: 23px;
    left: 50px;
    pointer-events: none; 
}

.fv-content {
    min-width: 575px;
    padding: 140px 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    height: 100%;
    position: relative;
}

.fv-content-title {
    margin: 0 0 16px 0;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    background: linear-gradient(to right, #009BBF 69%, #63A276 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fv-content-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.fv-link {
    margin-top: auto;
    padding: 12px 60px 12px 20px;
    width: fit-content;
    cursor: pointer;
}

.fv-link::after {
    right: 20px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .fv-wrapper {
        height: 500px;
        border-radius: 16px;
    }

    .fv-wrapper::before {
        width: 476px;
        height: 332px;
        top: 13px;
        left: 20px;
    }
    
    .fv-content {
        min-width: auto;
        padding: 80px 40px 40px;
        gap: 20px;
    }
    
    .fv-content-title {
        font-size: 48px;
    }
    
    .fv-content-text {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .fv-wrapper {
        height: 400px;
        border-radius: 12px;
    }

    .fv-wrapper::before {
        width: 306px;
        height: 282px;
        top: 3px;
        left: 20px;
    }
    
    .fv-content {
        padding: 40px 20px 40px;
        gap: 16px;
    }
    
    .fv-content-title {
        font-size: 36px;
        line-height: 1.3;
    }
    
    .fv-content-text {
        font-size: 14px;
    }
    
    .fv-link {
        padding: 10px 40px 10px 16px;
        font-size: 14px;
    }
}

.bussiness {
    margin-top: 130px;
    padding-bottom: 130px;
    position: relative;
}

.bussiness::before {
    content: '';
    position: absolute;
    top: -200px;
    right: 0;
    background-image: url('../../images/top/bg.png');
    z-index: -1;
    width: 100%;
    height: auto;
    aspect-ratio: 1440 / 1631;
}

.bussiness-inner {
    display: flex;
    justify-content: space-between;
}

.bussiness-content {
    max-width: 500px;
    width: 100%;
}

.bussiness-content-item {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.bussiness-content-item-image {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.bussiness-content-item-image-img {
    max-width: 500px;
    height: auto;
    object-fit: cover;
    aspect-ratio: 500 / 333;
}

.bussiness-content-item-image-text {
    font-size: 20px;
}

.bussiness-content-item-link {
    padding: 12px 60px 12px 20px;
    width: fit-content;
    cursor: pointer;
}

.bussiness-content-item-link::after {
    right: 20px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .bussiness {
        margin-top: 80px;
        padding-bottom: 80px;
    }
    
    .bussiness-inner {
        flex-direction: column;
        gap: 40px;
    }
    
    .bussiness-content {
        max-width: none;
    }
    
    .bussiness-content-item {
        gap: 40px;
    }
    
    .bussiness-content-item-image {
        gap: 24px;
    }
    
    .bussiness-content-item-image-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .bussiness {
        margin-top: 60px;
        padding-bottom: 60px;
    }
    
    .bussiness-inner {
        gap: 32px;
    }
    
    .bussiness-content-item {
        gap: 32px;
    }
    
    .bussiness-content-item-image {
        gap: 20px;
    }
    
    .bussiness-content-item-image-text {
        font-size: 16px;
    }
    
    .bussiness-content-item-link {
        padding: 10px 40px 10px 16px;
        font-size: 14px;
    }
}

/* プロジェクト */

.project {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 100px;
}

.project::before {
    content: '';
    border-radius: 8px 0 0 8px;
    width: calc(100% - 40px);
    height: calc(100% - 235px);
    background: linear-gradient(to right, #009BBF 69%, #63A276 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.project::after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../../images/Ellipse_5.png');
    opacity: 0.75;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8;
}

@media (max-width: 1024px) {
    .project::after {
        display: none;
    }
}

.project-content {
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
    gap: 49px;
}
.project-content img{
    border-radius: 5%;
}

.project-content-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.project-content-item-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-content-item-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    color: #FFFFFF;
    min-height: 62px;
}

.project-content-item-text {
    color: #FFFFFF;
    text-align: center;
}

.project-link {
    padding: 12px 60px 12px 20px;
    width: fit-content;
    margin: 60px auto 0;
    cursor: pointer;
}

.project-link::after {
    right: 20px;
}


/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .project {
        padding-bottom: 60px;
        margin-bottom: 80px;
        position: initial;
    }
    
    .project::before {
        display: none;
    }
    
    .project::after {
        background: none;
    }
    
    .project-content {
        flex-direction: column;
        gap: 32px;
        margin-top: 32px;
    }

    .project-content-item-content {
        padding-bottom: 30px;
    }

    .project-content-item-wrapper {
        gap: 20px;
        position: relative;
    }


    .project-content-item-wrapper::before {
        content: '';
        width: calc(100% + 40px);
        height: 80%;
        background: linear-gradient(to right, #009BBF 69%, #63A276 100%);
        position: absolute;
        bottom: 0;
        left: -20px;
        z-index: -1;
        border-radius: 12px;
    }
    
    .project-content-item-title {
        font-size: 20px;
        min-height: auto;
    }

    .btn--white.project-link {
        background-color: #393636;
        color: #FFFFFF;
    }

    .btn--white.project-link::after {
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
    }
}

@media (max-width: 768px) {
    .project {
        padding-bottom: 40px;
        margin-bottom: 60px;
    }
    
    .project::after {
        opacity: 0.5;
        background-size: contain;
        background-position: bottom right;
    }

    
    .project-content {
        gap: 24px;
        margin-top: 24px;
    }
    
    .project-content-item-wrapper {
        gap: 16px;
    }
    
    .project-content-item-content {
        gap: 16px;
    }
    
    .project-content-item-title {
        font-size: 18px;
    }
    
    .project-content-item-text {
        font-size: 14px;
    }
    
    .project-link {
        padding: 10px 40px 10px 16px;
        font-size: 14px;
    }
}


/* プラーツパートナー */
.partnerships {
    padding-bottom: 100px;
}

.partnerships-headline {
    text-align: center;
    width: fit-content;
    margin-inline: auto;
}

.common-headline-en.partnerships-headline-en {
    margin-inline: auto;
    color: #017590;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
}

.partnerships-content {
    display: flex;
    gap: 80px;
    margin-top: 48px;
    overflow: hidden;
    width: 100%;
}

.partnerships-content-wrapper {
    display: flex;
    gap: 80px;
    animation: infiniteCarousel 15s linear infinite;
    width: max-content;
}

.partnerships-content img {
    max-width: 136px;
    height: auto;
    object-fit: contain;
    aspect-ratio: 136 / 68;
    flex-shrink: 0;
}

@keyframes infiniteCarousel {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1024px) {
    .partnerships-headline {
        text-align: center;
    }

    .partnerships-headline-title-wrapper {
        text-align: center;
        margin-inline: auto;
    }
}

/* ニュース */
.blog {
    padding-bottom: 130px;
}

.blog-content {
    display: flex;
    gap: 40px;
    margin-top: 48px;
}

.blog-content-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 130, 160, 0.15);
}

.blog-content-item-wrapper {
    padding-inline: 25px;
}

.blog-content-item-label {
    display: flex;
    gap: 8px;
    align-items: center;
}

.blog-content-item-label-category {
    background: linear-gradient(to right, #009BBF 69%, #63A276 100%);
    padding: 4px 8px;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
}

.blog-content-item-label-text {
    font-size: 12px;
    font-weight: 700;
}

.blog-content-item-title {
    margin-top: 12px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.blog-content-item-text {
    margin-top: 8px;
    font-size: 12px;
}

.blog-content-item-link {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-top: 32px;
    cursor: pointer;
}

.blog-content-item-link-circle {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  
    border: 1px solid transparent;
    border-radius: 50%;
  
    background:
      linear-gradient(#fff 0 0) padding-box,
      conic-gradient(from 151deg, #009BBF 0 69%, #63A276 69% 100%) border-box;
}

.blog-content-item-link-arrow {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><defs><linearGradient id='g' x1='0%' y1='100%' x2='0%' y2='0%'><stop offset='0%' stop-color='%23009BBF'/><stop offset='100%' stop-color='%2363A276'/></linearGradient></defs><polyline points='6,4 12,10 6,16' fill='none' stroke='url(%23g)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}

.blog-link {
    padding: 12px 60px 12px 20px;
    width: fit-content;
    margin: 60px auto 0;
    cursor: pointer;
}

.blog-link::after {
    right: 20px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .blog {
        padding-bottom: 80px;
    }
    
    .blog-content {
        flex-direction: column;
        gap: 24px;
        margin-top: 32px;
    }
    
    .blog-content-item {
        padding: 16px;
        border-radius: 16px;
    }
    
    .blog-content-item-wrapper {
        padding-inline: 20px;
    }
    
    .blog-content-item-title {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .blog {
        padding-bottom: 60px;
    }
    
    .blog-content {
        gap: 20px;
        margin-top: 24px;
    }
    
    .blog-content-item {
        padding: 16px;
        border-radius: 12px;
        gap: 16px;
    }
    
    .blog-content-item-wrapper {
        padding-inline: 16px;
    }
    
    .blog-content-item-title {
        font-size: 16px;
        margin-top: 8px;
    }
    
    .blog-content-item-text {
        font-size: 11px;
    }
    
    .blog-content-item-link {
        gap: 16px;
        margin-top: 24px;
    }
    
    .blog-content-item-link-circle {
        width: 40px;
        height: 40px;
    }
    
    .blog-link {
        padding: 10px 40px 10px 16px;
        font-size: 14px;
    }
}

/* お問い合わせ */
.contanct {
    padding-bottom: 100px;
}

.inner.contact-inner {
    background: linear-gradient(to right, #009BBF 69%, #63A276 100%);
    border-radius: 20px;
    padding: 60px 40px;
    max-width: 1360px;
    position: relative;
}

.inner.contact-inner::before {
    position: absolute;
    content: '';
    width: 70%;
    height: 50%;
    background: url('../../images/Ellipse_4.png') no-repeat center center / cover;
    opacity: 0.75;
    top: 0;
    left: 0;
    z-index: 1;
    filter: blur(100px);
}

.inner.contact-inner::after {
    position: absolute;
    content: '';
    width: 70%;
    height: 50%;
    background: url('../../images/Ellipse_3.png') no-repeat center center / cover;
    opacity: 0.75;
    bottom: 0;
    right: 0;
    z-index: 1;
    filter: blur(100px);
}

.contact-headline {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-headline-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #FFFFFF;
}

.contact-headline-text {
    color: #FFFFFF;
}

.contact-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-top: 48px;
}

.contact-content-item {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    color: #FFFFFF;
    border-radius: 20px;
    width: 50%;
    position: relative;
    z-index: 3;
    cursor: pointer;
}

.contact-content-item-title {
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
}

.contact-content-item-text {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.0;
}

.contact-content-item-request {
    background-color: #393636;
}

.contact-content-item-contact {
    background: linear-gradient(35deg, #009BBF 0%, #63A276 100%);
}

.contact-content-item-circle {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-content-item-circler-request {
    border: 1px solid transparent;
    
    background:
        linear-gradient(#fff 0 0) padding-box,
        conic-gradient(from 151deg, #009BBF 0 69%, #63A276 69% 100%) border-box;
}

.contact-content-item-circle-arrow {
    width: 18px;
    height: 18px;
    border-top: 2px solid #393636;
    border-right: 2px solid #393636;
    transform: translateX(-5px) rotate(45deg);
}

.contact-content-item-circle-arrow.contact-content-item-circle-arrow-contact {
    border: none;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 48px 48px;
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><defs><linearGradient id='g' x1='0%' y1='100%' x2='0%' y2='0%'><stop offset='0%' stop-color='%23009BBF'/><stop offset='100%' stop-color='%2363A276'/></linearGradient></defs><polyline points='13,7 22,16 13,25' fill='none' stroke='url(%23g)' stroke-width='2' stroke-linecap='butt' stroke-linejoin='miter'/></svg>");
}


/* レスポンシブ対応 */
@media (max-width: 1024px) {
    .contanct {
        padding-bottom: 80px;
        padding-inline: 40px;
    }
    
    .inner.contact-inner {
        padding: 40px 24px;
        border-radius: 16px;
    }
    
    .inner.contact-inner::before {
        width: 100%;
        height: 30%;
    }
    
    .inner.contact-inner::after {
        width: 100%;
        height: 30%;
    }
    
    .contact-headline {
        gap: 16px;
    }
    
    .contact-headline-title {
        font-size: 32px;
    }
    
    .contact-headline-text {
        font-size: 16px;
    }
    
    .contact-content {
        flex-direction: column;
        gap: 24px;
        margin-top: 32px;
    }
    
    .contact-content-item {
        width: 100%;
        padding: 32px;
        border-radius: 16px;
    }
    
    .contact-content-item-title {
        font-size: 32px;
    }
    
    .contact-content-item-text {
        font-size: 16px;
    }
    
    .contact-content-item-circle {
        width: 80px;
        height: 80px;
    }
    
    .contact-content-item-circle-arrow {
        width: 16px;
        height: 16px;
        border-top: 2px solid #393636;
        border-right: 2px solid #393636;
    }


    .contact-content-item-circle-arrow.contact-content-item-circle-arrow-contact {
        border: none;
        width: 38px;
        height: 38px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 38px 38px;
        transform: rotate(0deg);
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><defs><linearGradient id='g' x1='0%' y1='100%' x2='0%' y2='0%'><stop offset='0%' stop-color='%23009BBF'/><stop offset='100%' stop-color='%2363A276'/></linearGradient></defs><polyline points='13,7 22,16 13,25' fill='none' stroke='url(%23g)' stroke-width='2' stroke-linecap='butt' stroke-linejoin='miter'/></svg>");
    }

}

@media (max-width: 768px) {
    .contanct {
        padding-bottom: 60px;
        padding-inline: 20px;
    }
    
    .inner.contact-inner {
        padding: 32px 16px;
        border-radius: 12px;
    }
    
    .inner.contact-inner::before {
        width: 100%;
        height: 35%;
    }
    
    .inner.contact-inner::after {
        width: 100%;
        height: 35%;
    }
    
    .contact-headline {
        gap: 12px;
    }
    
    .contact-headline-title {
        font-size: 24px;
    }
    
    .contact-headline-text {
        font-size: 14px;
    }
    
    .contact-content {
        gap: 20px;
        margin-top: 24px;
    }
    
    .contact-content-item {
        padding: 24px;
        border-radius: 12px;
        gap: 16px;
        text-align: center;
    }
    
    .contact-content-item-title {
        font-size: 24px;
    }
    
    .contact-content-item-text {
        font-size: 14px;
    }
    
    .contact-content-item-circle {
        width: 60px;
        height: 60px;
        align-self: center;
    }
    
    .contact-content-item-circle-arrow {
        width: 14px;
        height: 14px;
        border-top: 2px solid #393636;
        border-right: 2px solid #393636;
    }
   
    .contact-content-item-circle-arrow.contact-content-item-circle-arrow-contact {
        border: none;
        width: 32px;
        height: 32px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 32px 32px;
        transform: rotate(0deg);
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'><defs><linearGradient id='g' x1='0%' y1='100%' x2='0%' y2='0%'><stop offset='0%' stop-color='%23009BBF'/><stop offset='100%' stop-color='%2363A276'/></linearGradient></defs><polyline points='13,7 22,16 13,25' fill='none' stroke='url(%23g)' stroke-width='2' stroke-linecap='butt' stroke-linejoin='miter'/></svg>");
    }
}