@charset "utf-8";
/*共通設定*/
/*終わり*/  


/*<section class="fv">*/
.fv {
    width: 100%;
    height: calc(100vh - 80px);
    margin-top: 80px;
    background-image: url(../img/top/fv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fv-in {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.fv-h1 {
    color: #fff;
    text-shadow: 0 0 8px rgba(0,0,0,0.5);
    letter-spacing: 0.2em;
    font-size: 40px;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.fv-line-01,
.fv-line-02 {
    position: relative;
    writing-mode: vertical-rl;
	white-space: pre;
	display: inline-block;
}

.fv-line-01::before,
.fv-line-02::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    border-right: solid 6px #81CBC7;
}

.fv-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    max-width: 320px;
    width: 100%;
}

.fv-contact-btn {
    position: relative;
    max-width: 260px;
    width: 100%;
    padding: 12px 16px;
    background: linear-gradient(90deg, #81CBC7 4%, #ACDCDA 80%);
    border-radius: 50vh;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.fv-contact-btn .arrow {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: 45%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.5em;
    height: 0.5em;
    transform: translateX(-25%) rotate(45deg);
}

.fv-contact-btn .arrow::before,
.fv-contact-btn .arrow::after {
    content: '';
    position: absolute;
    background-color: #fff;
    border-radius: 0.1em;
}

.fv-contact-btn .arrow::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}

.fv-contact-btn .arrow::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}
/*終わり*/  


/*<section class="design">*/
.design {
    background-image: url(../img/top/design_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.design-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.design-txt-wrap {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    color: #555;
}

.design-h2 {
    font-size: 32px;
    line-height: 1.5;
}

.design-h2 span {
    font-size: 48px;
    color: #00CEC3;
}

.design-txt span {
    font-weight: 600;
    font-size: 20px;
}

.design-img-wrap {
    width: 40%;
}
/*終わり*/  


/*<section class="about">*/
.about-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.about-flex-l {
    width: 45%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-h3 {
    font-size: 20px;
    color: #555;
}

.about-h3 span {
    color: #81CBC7;
    font-size: 32px;
}

.about-ul li {
    display: flex;
}

.about-img-wrap {
    width: 50%;
}
/*終わり*/  


/*<section class="service">*/
.service {
    background-color: #F0FFFE;
}

.service-wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.service-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.service-flex:nth-child(2n) {
    flex-direction: row-reverse;
}

.service-flex:nth-child(2n) .service-img-wrap {
    text-align: left;
}

.service-img-wrap {
    position: relative;
    text-align: right;
    width: 45%;
}

.service-img-wrap::before {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 40px;
    width: 100%;
    height: 90%;
    background-color: #81CBC7;
    border-radius: 10px;
    z-index: 1;
}

.service-flex:nth-child(2n) .service-img-wrap::before {
    left: 40px;
}

.service-img {
    position: relative;
    width: 100%;
    z-index: 2;
}

.service-txt-wrap {
    width: 50%;
}

.service-num {
    font-weight: 600;
    color: #888;
    font-size: 18px;
}

.service-h3 {
    color: #81CBC7;
    font-size: 32px;
    line-height: 1.3;
}

.service-h3 small {
    font-size: 20px;
}

.service-txt {
    margin-top: 24px;
}

.service-li {
    margin-bottom: 16px;
    font-size: 16px;
}

.service-li span {
    font-weight: 600;
}

.service-btn-wrap {
    text-align: center;
    margin-top: 80px;
}
/*終わり*/  


/*<section class="news">*/
.news-ul li {
    border-top: solid 1px #CECECE;
    padding: 16px 0;
}

.news-ul li:last-child {
    border-bottom: solid 1px #CECECE;
}

.news-link {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.news-link .arrow {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.5em;
    height: 0.5em;
    transform: translateX(-25%) rotate(45deg);
}

.news-link .arrow::before,
.news-link .arrow::after {
    content: '';
    position: absolute;
    background-color: #81CBC7;
    border-radius: 0.1em;
}

.news-link .arrow::before {
    top: 0;
    left: 0;
    right: 0;
    height: 0.1em;
}

.news-link .arrow::after {
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.1em;
}

.news-txt-wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}

.news-date {
    color: #81CBC7;
}

.news-cate {
    background-color: #81CBC7;
    color: #fff;
    padding: 4px 16px;
    font-size: 12px;
    text-wrap: nowrap;
}

.news-title {
    padding-right: 24px;
}

.news-btn-wrap {
    text-align: center;
    margin-top: 80px;
}
/*終わり*/  


/*<section class="link-btn">*/
.link-btn {
    padding: 40px 5vw 80px 5vw;
}

.link-btn-flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 24px;
}

.link-btn-con {
    position: relative;
    width: 100%;
    height: 100%;
}

.link-btn-con::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #81CBC7 4%, #19A199 80%);
    opacity: 0.5;
    border-radius: 8px;
    z-index: 2;
}

.link-btn-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.link-btn-h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    color: #fff;
    line-height: 1;
    z-index: 3;
}

.link-btn-h2 {
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0,0,0,0.1);
}

.link-btn-h2 small {
    font-size: 14px;
}
/*終わり*/ 


/*<section class="sns">*/
.sns-in {
    padding: 80px 5vw;
    background-image: linear-gradient(rgba(89,89,89,0.8), rgba(89,89,89,0.8)),url("../img/top/sns_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px;
}

.sns .h2-txt {
    color: #fff;
}

.sns .h2-title {
    color: #fff;
}

.sns .h2-title::before {
    border-bottom: solid 3px #fff;
}

.sns-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px 40px;
    flex-wrap: wrap;
}

.sns-btn {
    max-width: 420px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-radius: 8px;
    padding: 8px;
}

.sns-btn-01 {
    background: linear-gradient(135deg, rgba(246,2,85,0.9) 4%, rgba(178,0,60,0.9) 80%);
}

.sns-btn-02 {
    background: linear-gradient(135deg, rgba(6,199,85,0.9) 4%, rgba(1,166,68,0.9) 80%);
}

.sns-btn-title {
    font-size: 16px;
}

.sns-btn-flex {
    display: flex;
    align-items: center;
    gap: 16px;
}

.sns-icon {
    max-width: 48px;
    width: 100%;
}

.sns-btn-txt {
    font-weight: 700;
    font-size: 40px;
}

.sns-btn-txt small {
    font-size: 18px;
    padding-left: 4px;
}
/*終わり*/ 


/*<section class="partner">*/
.partner {
    background-color: #f9f9f9;
}

.partner-in {
    max-width: 600px;
}

.partner-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px 40px;
}

.partner-img {
    max-width: 280px;
    width: 100%;
}
/*終わり*/  


/*<section class="access">*/
.access-in {
    max-width: 980px;
}

.access-wrap {
    border: solid 2px #81CBC7;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.access-txt-wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.access-txt-01 {
    color: #81CBC7;
    font-size: 20px;
    font-weight: 600;
}

.map-wrap {
    width: 50%;
}

.map-wrap iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="fv">*/
    .fv {
        height: calc(70vh - 80px);
    }

    .fv-h1 {
        font-size: clamp(calc(32px), calc(40 / 1024 * 100vw), 40px);
    }

    .fv-logo {
        max-width: clamp(calc(240px), calc(320 / 1024 * 100vw), 320px);
    }
/*終わり*/  


/*<section class="design">*/
    .design-flex {
        max-width: 700px;
        margin: 0 auto;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .design-txt-wrap {
        width: 100%;
    }

    .design-h2 {
        font-size: 32px;
    }

    .design-h2 span {
        font-size: 48px;
    }

    .design-txt span {
        font-weight: 600;
        font-size: 20px;
    }

    .design-img-wrap {
        max-width: clamp(calc(320px), calc(360 / 1024 * 100vw), 360px);
        width: 100%;
    }
/*終わり*/  


/*<section class="about">*/
    .about-flex {
        max-width: 700px;
        margin: 0 auto;
        flex-direction: column-reverse;
        align-items: center;
        gap: 40px;
    }

    .about-flex-l {
        width: 100%;
    }

    .about-img-wrap {
        max-width: 480px;
        width: 100%;
    }
/*終わり*/  


/*<section class="service">*/
    .service-wrap {
        gap: 40px;
    }

    .service-flex {
        max-width: 700px;
        margin: 0 auto;
        flex-direction: column;
        gap: 64px;
        border-bottom: solid 1px #00CEC3;
        padding-bottom: 40px;
    }

    .service-flex:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .service-flex:nth-child(2n) {
        flex-direction: column;
    }

    .service-img-wrap {
        max-width: clamp(calc(400px), calc(480 / 1024 * 100vw), 480px);
        width: 100%;
    }

    .service-txt-wrap {
        width: 100%;
    }
/*終わり*/  


/*<section class="news">*/
    .news-link {
        flex-direction: column;
        gap: 8px;
    }
/*終わり*/  


/*<section class="link-btn">*/
/*終わり*/  


/*<section class="partner">*/
/*終わり*/  


/*<section class="access">*/
    .access-wrap {
        flex-direction: column-reverse;
        gap: 24px;
    }

    .access-txt-wrap {
        width: 100%;
    }

    .map-wrap {
        width: 100%;
        height: clamp(240px, 320vw / 10.24, 320px);
    }
/*終わり*/  
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
    .h2-title-wrap {
        gap: 0px;
    }

    .h2-txt {
        font-size: 18px;
    }

    .h2-title {
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }
/*終わり*/ 


/*<section class="fv">*/
    .fv {
        padding: 40px 5vw;
        height: calc(100vh - 80px);
        background-image: url(../img/top/fv_sp.png);
    }

    .fv-h1 {
        font-size: clamp(calc(28px), calc(32 / 599 * 100vw), 32px);
    }

    .fv-logo {
        max-width: clamp(calc(200px), calc(240 / 599 * 100vw), 240px);
    }
/*終わり*/  


/*<section class="design">*/
    .design-h2 {
        font-size: clamp(calc(20px), calc(32 / 599 * 100vw), 32px);
    }

    .design-h2 span {
        font-size: clamp(calc(32px), calc(48 / 599 * 100vw), 48px);
    }

    .design-txt span {
        font-size: 18px;
    }
/*終わり*/  


/*<section class="about">*/
    .about-h3 {
        font-size: 18px;
    }

    .about-h3 span {
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }
/*終わり*/  


/*<section class="service">*/
    .service-num {
        font-size: 16px;
    }

    .service-h3 {
        font-size: clamp(calc(24px), calc(32 / 599 * 100vw), 32px);
    }
/*終わり*/  


/*<section class="news">*/
    .news-txt-wrap {
        gap: 16px;
    }

    .news-cate {
        background-color: #81CBC7;
        color: #fff;
        padding: 2px 8px;
        font-size: 12px;
        text-wrap: nowrap;
    }
/*終わり*/  


/*<section class="link-btn">*/
    .link-btn-con {
        height: 200px;
    }

    .link-btn-h2 {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }
/*終わり*/  


/*<section class="sns">*/
    .sns {
        padding: 40px 5vw 80px;
    }

    .sns-icon {
        max-width: clamp(32px, 48vw / 5.99, 48px);
    }

    .sns-btn-txt {
        font-size: clamp(24px, 40vw / 5.99, 40px);
    }

    .sns-btn-txt small {
        font-size: clamp(14px, 18vw / 5.99, 18px);
    }
/*終わり*/  


/*<section class="partner">*/
    .partner-img {
        max-width: clamp(240px, 280vw / 5.99, 280px);
    }
/*終わり*/  


/*<section class="access">*/
    .access-wrap {
        padding: 16px;
    }
/*終わり*/  

}
