@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.aboutgplus h3 {
    margin-bottom: 0;
}

.aboutgplus p {
    line-height: 2.0 !important;
    margin-bottom: 0 !important;
}

.aboutgplus {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 3.2px;
}

.aboutgplus section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
    padding: 80px;
}

.aboutgplus section.fv {
    height: calc(80vh - 300px); /* フォールバック */
    height: calc(80dvh - 300px); /* サポートされていればこちらが優先 */
    min-height: 350px;
    background-color: #00316F;
    background-image: url(../../../../../../gplus/aboutgplus/resource/img/firstview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.aboutgplus section.think {
    background-image: url("../../../../../../gplus/aboutgplus/resource/img/bg-nayami.png");
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutgplus section.resolution.first {
    background-color: #E9EEF3;
    padding: 40px 80px;
}

.aboutgplus section.model {
    background-color: #00316F;
}

.aboutgplus .block {
    display: block;
}

.aboutgplus .flex {
    display: flex;
}

.aboutgplus .hidden {
    display: none;
}

.aboutgplus .mainTitle {
    font-size: 32px;
    line-height: 1.5;
}

.aboutgplus .mainTitle span {
    font-size: 28px;
}

.aboutgplus .subTitle {
    margin-top: 24px;
    line-height: 2.0;
}

.aboutgplus .semibold {
    font-weight: 600;
}

.aboutgplus .bold {
    font-weight: 700;
}

.aboutgplus .triangle {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    width: 100px;
    height: 35px;
    background-color: #ffffff;
    clip-path: polygon(50% 35px, 0% 0%, 100px 0%);
    margin: auto;
}

.aboutgplus .triangle.lightBlue {
    background-color: #E9EEF3;
}

.aboutgplus .triangle.blue {
    background-color: #00316F;
}

.aboutgplus .text-center {
    text-align: center;
}

.aboutgplus .logo-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.aboutgplus .logo-wrap.mypage {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
}

.aboutgplus .logo-wrap img {
    max-width: 150px !important;
}

.aboutgplus .bg-grad {
    background: linear-gradient(90deg, #3A4198 0%, #D35798 41%, #EFC765 100%);
}

.aboutgplus .text-grad {
    background: linear-gradient(90deg, #3A4198 0%, #D35798 41%, #EFC765 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutgplus .text-white {
    color: #fff !important;
}

.aboutgplus .liner {
    background: linear-gradient(transparent 70%, #EFC765 70%);
}

.aboutgplus .font-blue {
    color: #37489C;
!important;
}

.aboutgplus .font-pink {
    color: #CE5799;
}

.aboutgplus .font-yellow {
    color: #EFC765;
}

.aboutgplus .font-red {
    color: #d71618;
}

.aboutgplus .card {
    border-radius: 10px;
    box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
    background-color: #fff;
}

.aboutgplus .card.check {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
}

.aboutgplus .card.check .list {
    display: flex;
    align-items: center;
    gap: 8px;
}

.aboutgplus .card.check .list p {
    line-height: 1.5!important;
}

.aboutgplus .resolution-wrap {
    max-width: 1000px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 80px;
}

.aboutgplus .resolution-wrap img {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
}

.aboutgplus .service-wrap {
    width: 100%;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    gap: 40px;
}

.aboutgplus .service-wrap .card {
    width: fit-content;
    max-width: 750px;
    padding: 0;
    margin: 0 auto;
}

.aboutgplus .service-wrap .card .head {
    position: relative;
    border-radius: 10px 10px 0 0;
    height: 24px;
    width: 100%;
}

.aboutgplus .service-wrap .card .head img {
    position: absolute;
    top: -24px;
    left: 24px;
}

.aboutgplus .service-wrap .card p {
    padding: 24px;
}

.aboutgplus .new {
    font-size: 16px;
    padding: 4px 16px;
    background-color: #D71718;
    border-radius: 10px;
}

.aboutgplus .mypage-wrap {
    max-width: 1000px;
    display: flex;
    align-items: center;
    margin: 32px auto 32px;
    gap: 80px;
}

.aboutgplus .mypage-wrap img {
    width: 100%;
    max-width: 400px;
    box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.15);
}

.aboutgplus .mypage-wrap p {
    margin: 12px 0;
}

.aboutgplus .mypage-wrap p a {
    color: #37489C;
    text-decoration: underline;
}

.aboutgplus .slider-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.aboutgplus .slider-wrap .sliderTitle {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 80px 12px;
    margin: 0 -80px 32px !important;
}

.aboutgplus .slider-wrap .sliderTitle.common {
    border-bottom: 2px solid #CE5799;
}

.aboutgplus .slider-wrap .sliderTitle.clinic {
    border-bottom: 2px solid #37489C;
}

.aboutgplus .slider-common, .aboutgplus .slider-clinic {
    margin: 0 -80px;
}

.aboutgplus .slick-list {
    padding-left: 80px;
}

.aboutgplus .slider-common .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    gap: 32px;
    min-height: 520px;
    min-width: 375px;
    max-width: 375px;
    margin-left: 32px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.aboutgplus .slider-clinic .card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    gap: 32px;
    min-height: 520px;
    min-width: 375px;
    max-width: 375px;
    margin-left: 32px;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.aboutgplus .slider-common .top, .slider-clinic .top {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.aboutgplus .slider-common .bottom, .slider-clinic .bottom {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.aboutgplus .slick-prev {
    left: 16px;
}

.aboutgplus .slick-next {
    right: 16px;
}

.aboutgplus .slick-prev,
.aboutgplus .slick-next {
    z-index: 50;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.aboutgplus .slick-prev:before,
.aboutgplus .slick-next:before {
    content: none;
}

.aboutgplus .bg-white {
    background: #fff;
}

.aboutgplus .bg-blue {
    background: #37489C;
}

.aboutgplus .bg-pink {
    background: #CE5799;
}

.aboutgplus .bg-yellow {
    background: #EFC765;
}

.aboutgplus .bg-pink50 {
    background: #F1A7D0;
}

.aboutgplus .bg-yellow50 {
    background: #F5DBA2;
}

.aboutgplus .bg-blue50 {
    background: #E9EEF3;
}

.aboutgplus .bg-gray {
    background: #f8f8f8;
}

.aboutgplus .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 100px;
    padding: 16px 32px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.aboutgplus .button.large {
    width: 100%;
    max-width: 450px;
}

.aboutgplus .button.blind {
    opacity: 0;
    pointer-events: none;
}

.aboutgplus .bubble {
    position: relative;
    padding: 16px 32px;
    border-radius: 10px;
    border: 3px solid #37489C;
    color: #37489C;
    font-weight: 500;
    font-size: 32px;
    text-align: center;
    width: fit-content;
    margin: auto;
}

.aboutgplus .bubble:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 20px;
    background-color: #E9EEF3;
    content: "";
}

.aboutgplus .bubble:after {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    height: 32px;
    width: 3px;
    background-color: #37489C;
    content: "";
}

.aboutgplus .id-caution {
    width: fit-content;
    margin: auto;
}

#aboutgplus_flowBtn {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: fixed;
    right: 1.5%;
    bottom: 100px;
    z-index: 100000;
}

#aboutgplus_flowBtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: auto;
}

.aboutgplus .information_otherpage  {
    margin-top: -24px;
}

.aboutgplus .information_otherpage ul {
    margin: 0;
}

.aboutgplus .information_otherpage li:before {
    display: inline-block;
    content: "";
    background: #37489c;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.aboutgplus .information_otherpage a {
    text-decoration: underline;
}

.aboutgplus .text-12 {
    font-size: 12px;
}

.aboutgplus .text-14 {
    font-size: 14px;
}

.aboutgplus .text-16 {
    font-size: 16px;
}

.aboutgplus .text-18 {
    font-size: 18px;
}

.aboutgplus .text-20 {
    font-size: 20px;
}

.aboutgplus .text-22 {
    font-size: 22px;
}

.aboutgplus .text-24 {
    font-size: 24px;
}

.aboutgplus .text-28 {
    font-size: 28px;
}

.aboutgplus .text-32 {
    font-size: 32px;
}

.aboutgplus .text-36 {
    font-size: 36px;
}

.aboutgplus .text-40 {
    font-size: 40px;
}

.aboutgplus .text-44 {
    font-size: 44px;
}

.aboutgplus .text-48 {
    font-size: 48px;
}

.aboutgplus .lh-1 {
    line-height: 1.0;
}

@media screen and (max-width: 1023px) {
    .aboutgplus .button.large {
        width: 100%;
        max-width: fit-content;
    }

    .aboutgplus section {
        padding: 64px 20px;
        gap: 32px;
    }

    .aboutgplus section.fv {
        max-height: 450px;
    }

    .aboutgplus .mainTitle {
        font-size: 28px;
    }

    .aboutgplus .mainTitle span {
        font-size: 20px;
    }

    .aboutgplus .service-wrap {
        max-width: 768px;
        flex-direction: column-reverse;
        margin: 0 auto;
        gap: 56px;
    }

    .aboutgplus .bubble {
        font-size: 28px;
    }

    .aboutgplus .mypage-wrap {
        max-width: 768px;
        flex-direction: column-reverse;
        margin: 24px auto 24px;
    }

    .aboutgplus .resolution-wrap {
        max-width: 768px;
        flex-direction: column;
    }

    .aboutgplus .slider-common, .aboutgplus .slider-clinic {
        margin: 0 -20px;
    }

    .aboutgplus .slick-list {
        padding-left: 42px;
    }

    .aboutgplus .slider-wrap .sliderTitle {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
        gap: 6px;
    }

    .aboutgplus .logo-wrap {
        align-items: center;
    }

    .aboutgplus .new {
        font-size: 12px;
        padding: 8px 16px;
    }

    .aboutgplus .sm\:block {
        display: block;
    }

    .aboutgplus .sm\:flex {
        display: flex;
    }

    .aboutgplus .sm\:hidden {
        display: none;
    }

    .aboutgplus .sm\:text-12 {
        font-size: 12px;
    }

    .aboutgplus .sm\:text-14 {
        font-size: 14px;
    }

    .aboutgplus .sm\:text-16 {
        font-size: 16px;
    }

    .aboutgplus .sm\:text-18 {
        font-size: 18px;
    }

    .aboutgplus .sm\:text-20 {
        font-size: 20px;
    }

    .aboutgplus .sm\:text-24 {
        font-size: 24px;
    }

    .aboutgplus .sm\:text-28 {
        font-size: 28px;
    }

    .aboutgplus .sm\:text-32 {
        font-size: 32px;
    }

    .aboutgplus .sm\:text-36 {
        font-size: 36px;
    }

    .aboutgplus .sm\:sm\:text-40 {
        font-size: 40px;
    }

    .aboutgplus .sm\:text-44 {
        font-size: 44px;
    }

    .aboutgplus .sm\:text-48 {
        font-size: 48px;
    }

    .aboutgplus .sm\:text-left {
        text-align: left;
    }
}

@media screen and (max-width: 480px) {
    .aboutgplus .slider-common .card, .aboutgplus .slider-clinic .card {
        min-width: inherit;
        max-width: 375px;
        min-height: 515px;
    }
}
