@charset "utf-8";


#main {
    position: relative;
}

#main .mainPhoto {
    height: 100%;
}

#main .mainPhoto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 127 / 57;
}

#main .mainInfo {
    position: absolute;
    top: 47%;
    left: 12.8%;
    transform: translateY(-50%);
    width: 408px;
    color: #fff;
    text-align: center;
}

#content {
    background-color: #fff;
}

.sectionRespect {
    position: relative;
    padding: 33px 0 33px 23px;
    margin-bottom: 157px;
}

.sectionRespect .respectPhotoTop {
    position: absolute;
    top: 35px;
    left: 0;
    width: 335px;
}

.sectionRespect .respectPhotoTop img {
    width: 100%;
    aspect-ratio: 499 / 574;
}

.sectionRespect .respectPhotoBot {
    position: absolute;
    bottom: 9px;
    right: 0px;
    width: 311px;
}

.sectionRespect .respectPhotoBot img {
    width: 100%;
    aspect-ratio: 463 / 429;
}

.sectionRespect .respectWrap {
    position: relative;
    width: 100%;
    max-width: 476px;
    margin: 0 auto;
}

.sectionRespect .respectWrap .respectTitle {
    position: relative;
    font-size: 35px;
    font-weight: bold;
    writing-mode: vertical-rl;
    margin: 0 auto 71px;
}

.sectionRespect .respectWrap .respectTitle::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 48%;
    transform: translateX(-50%);
    width: 305px;
    aspect-ratio: 305 / 266;
    background: url(../images/index/section-respect-photo-03.webp)no-repeat top left/100%;
}

.sectionRespect .respectWrap .respectTitle .sub {
    display: block;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.7px;
}

.sectionRespect .respectWrap .respectTitle .main {
    display: block;
    margin-top: 16px;
    letter-spacing: 0.4px;
}

.sectionRespect .respectWrap .respectTitle .main .mainSub {
    display: inline-block;
    transform: translateX(-6px);
    margin-top: 2px;
}

.sectionRespect .respectWrap .titleIntro {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 1px;
}

.sectionRespect .respectWrap .respectSub {
    font-size: 20px;
    border-bottom: 1px solid #000;
    line-height: 2.1;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    margin-bottom: 41px;
}

.sectionRespect .respectWrap .sectionBtn {
    text-align: center;
}

.sectionWork {
    margin-bottom: 162px;
}

.sectionWork .inner {
    position: relative;
    width: 1080px;
    padding: 0 4px 56px;
    border: 1px solid #000;
    z-index: 2;
}

.sectionWork .sectionTitle {
    margin-top: -33px;
    margin-bottom: 35px;
}

.sectionWork .sectionTitle .titleEn {
    display: inline-block;
    width: 397px;
    margin: 0 auto 34px;
    background: #fff;
}

.sectionWork .workWrap:not(:last-child) {
    margin-bottom: 91px;
}

.sectionWork .workWrap .workList {
    position: relative;
    z-index: 0;
}

.sectionWork .workWrap .workList::before {
    content: "";
    position: absolute;
    top: 48.9%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 90%;
    background-color: #333;
    z-index: -1;
}

.sectionWork .workWrap .workList .listBox {
    width: 25%;
    height: auto;
    padding: 0 25px;
}

.sectionWork .workWrap .workList .listBox .workBox {
    text-align: center;
    background-color: #f2f2f2;
    padding: 18px 0 20px;
    height: 100%;
}

.sectionWork .workWrap .workList .listBox .workBox .workName {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.sectionWork .workWrap .workList .listBox .workBox .workPhoto {
    width: calc(100% + 26px);
    margin-left: -13px;
}

.sectionWork .workWrap .workList .listBox .workBox .workPhoto img {
    width: 100%;
    aspect-ratio: 243 / 184;
    object-fit: cover;
    object-position: center;
}

.sectionWork .workWrap .workList .listBox .workBox .workSub {
    font-size: 12px;
    text-align: justify;
    padding: 19px 14px;
    letter-spacing: 1.8px;
}

.sectionWork .workWrap .sectionBtn {
    text-align: right;
    margin-top: 28px;
    margin-right: 20px;
}

.sectionWork .workWrap .sectionBtn a {
    letter-spacing: 0;
}

.sectionService {
    background: #f2f2f2;
    padding-bottom: 19px;
    margin-bottom: 87px;
}

.sectionService .sectionTitle {
    transform: translateY(-34px);
    margin-bottom: -6px;
}

.sectionService .serviceSub {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 2;
    letter-spacing: -0.1px;
    margin-bottom: 40px;
}

.sectionService .serviceList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sectionService .serviceList li {
    width: calc(20% - 18px);
    margin-bottom: 60px;
}

.sectionService .serviceList li:not(:nth-child(5n)) {
    margin-right: 22px;
}

.sectionService .serviceList li .servicePhoto {
    margin-bottom: 6px;
}

.sectionService .serviceList li .servicePhoto img {
    width: 100%;
    aspect-ratio: 197/149;
    object-fit: cover;
    object-position: center;
}

.sectionService .serviceList li .serviceName {
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    min-height: 18px;
}

.sectionFrow {
    margin-bottom: 88px;
}

.sectionFrow .sectionTitle {
    margin-bottom: 52px;
}

.sectionFrow .frowList {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 49px;
    z-index: 1;
}

.sectionFrow .frowList::before,
.sectionFrow .frowList::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 10.9%;
    transform: translateY(-50%);
    width: 122px;
    aspect-ratio: 120/232;
    background: url(../images/index/section-frow-photo-01.webp)no-repeat top left/100%;
    z-index: -1;
}

.sectionFrow .frowList::after {
    left: auto;
    right: 10.6%;
    background: url(../images/index/section-frow-photo-02.webp)no-repeat top left/100%;
}

.sectionFrow .frowList li {
    position: relative;
    width: calc(100%/6 - 12px);
    font-size: 12px;
    background-color: #f2f2f2;
    text-align: center;
    padding: 27px 5px 28px;
    letter-spacing: 1px;
}

.sectionFrow .frowList li:not(:last-child) {
    margin-right: 14px;
}

.sectionFrow .frowList li:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 51%;
    right: -13px;
    transform: translateY(-50%);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #333;
}

.sectionFrow .sectionBtn {
    text-align: center;
    margin-bottom: 122px;
}

.sectionFrow .frowCare {
    position: relative;
    background-color: #f2f2f2;
    text-align: center;
    padding: 57px 66px 72px;
    z-index: 1;
}

.sectionFrow .frowCare::before {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 17px;
    width: 264px;
    aspect-ratio: 262 / 521;
    background: url(../images/index/section-frow-photo-03.webp)no-repeat top left/100%;
    z-index: -1;
}

.sectionFrow .frowCare::after {
    content: "";
    position: absolute;
    top: 31px;
    right: 13px;
    width: 197px;
    aspect-ratio: 195 / 284;
    background: url(../images/index/section-frow-photo-04.webp)no-repeat top left/100%;
    z-index: -1;
}

.sectionFrow .frowCare .careSub {
    font-size: 47px;
    font-weight: 900;
    margin-bottom: 54px;
    letter-spacing: 2px;
}

.sectionFrow .frowCare .careList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 36px;
}

.sectionFrow .frowCare .careList li {
    position: relative;
    width: calc(50% - 13px);
    font-size: 18px;
    background-color: #fff;
    padding: 29px 5px 28px;
    margin-bottom: 22px;
    letter-spacing: -0.4px;
}

.sectionFrow .frowCare .careList li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 44%;
    height: 1px;
    background-color: #000000;
}

.sectionFrow .frowCare .careList li:not(:nth-child(even)) {
    margin-right: 26px;
}

.sectionFrow .frowCare .careBtn a {
    position: relative;
    display: block;
    width: 357px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    background: #333333 url(../images/index/icon-mail-white.webp)no-repeat center left 42px/ 26px;
    padding: 11px 10px 12px;
    letter-spacing: 1px;
    border-radius: 40px;
    margin: 0 auto;
}

.sectionFrow .frowCare .careBtn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 47px;
    transform: translateY(-50%) rotate(-45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
}

.sectionStrength {
    position: relative;
    background-color: #333;
    padding: 166px 0 97px;
    margin-bottom: 75px;
    z-index: 1;
}

.sectionStrength .strengthWrap {
    margin-bottom: 138px;
}

.sectionStrength .strengthPhoto {
    position: absolute;
    top: 36px;
    left: 50%;
    transform: translateX(-50%);
    width: 91.2%;
    z-index: -1;
}

.sectionStrength .strengthPhoto img {
    aspect-ratio: 579 / 224;
}

.sectionStrength .sectionTitle {
    color: #fff;
    margin-bottom: 63px;
}

.sectionStrength .sectionTitle .titleEn {
    margin-bottom: 17px;
}

.sectionStrength .strengthList {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    max-width: 1104px;
    margin: 0 auto;
}

.sectionStrength .strengthList li {
    position: relative;
    width: calc(25% - 10px);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 23px 10px;
}

.sectionStrength .strengthList li:not(:last-child) {
    margin-right: 12px;
}

.sectionStrength .strengthList li .listPhoto {
    text-align: center;
    margin-bottom: 28px;
}

.sectionStrength .strengthList li .listPhoto img {
    height: 64px;
    width: auto;
}

.sectionStrength .strengthList li .listName {
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 24px;
}

.sectionStrength .strengthList li .listSub {
    min-height: 182px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 0 12px;
    line-height: 1.82;
    letter-spacing: 1.5px;
    text-align: justify;
}

.sectionStrength .strengthList li .sectionBtn {
    position: absolute;
    bottom: 25px;
    left: 50.5%;
    transform: translateX(-50%);
    text-align: center;
}

.sectionStrength .strengthList li .sectionBtn a {
    font-size: 16px;
}

.sectionStrength .strengthList li .sectionBtn a:before {
    top: 55%;
    left: -2px;
    width: 3px;
}

.sectionStrength .strengthList li .sectionBtn a::after {
    top: 55%;
    left: -10px;
    width: 22px;
    height: 22px;
}

.sectionStrength .strengthPerform {
    position: relative;
    color: #fff;
    padding-left: 24px;
    z-index: 1;
}

.sectionStrength .strengthPerform::before,
.sectionStrength .strengthPerform::after {
    content: "";
    position: absolute;
    top: -70px;
    left: 15.9%;
    width: 315px;
    aspect-ratio: 313/602;
    background: url(../images/index/section-strength-photo-06.webp)no-repeat top left/100%;
    z-index: -1;
}

.sectionStrength .strengthPerform::after {
    top: auto;
    bottom: -80px;
    left: auto;
    right: 15.8%;
    width: 208px;
    aspect-ratio: 206/431;
    background-image: url(../images/index/section-strength-photo-07.webp);
}

.sectionStrength .strengthPerform .performPhotoTop {
    position: absolute;
    top: -49px;
    left: 0;
    width: 26.3%;
}

.sectionStrength .strengthPerform .performPhotoTop img {
    width: 100%;
    aspect-ratio: 501 / 577;
}

.sectionStrength .strengthPerform .performPhotoBot {
    position: absolute;
    bottom: -9.9%;
    right: 0px;
    width: 24.3%;
}

.sectionStrength .strengthPerform .performPhotoBot img {
    width: 100%;
    aspect-ratio: 463 / 428;
}

.sectionStrength .strengthPerform .performWrap {
    position: relative;
    width: 100%;
    max-width: 476px;
    margin: 0 auto;
}

.sectionStrength .strengthPerform .performWrap .performTitle {
    font-size: 35px;
    font-weight: bold;
    writing-mode: vertical-rl;
    margin: 0 auto 72px;
}

.sectionStrength .strengthPerform .performWrap .performTitle .sub {
    display: block;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0.9px;
}

.sectionStrength .strengthPerform .performWrap .performTitle .main {
    display: block;
    margin-top: 26px;
    letter-spacing: 6.5px;
}

.sectionStrength .strengthPerform .performWrap .performTitle .main .mainSub {
    display: inline-block;
    transform: translateX(-6px);
    margin-top: 2px;
}

.sectionStrength .strengthPerform .performWrap .performtSub {
    font-size: 12px;
    border-bottom: 1px solid #fff;
    line-height: 2.15;
    letter-spacing: 1px;
    padding-bottom: 18px;
    margin-bottom: 41px;
}

.sectionStrength .strengthPerform .performWrap .sectionBtn {
    text-align: center;
}

.sectionStrength .strengthPerform .performWrap .sectionBtn a {
    color: #fff;
    font-weight: 500;
}

.sectionStrength .strengthPerform .performWrap .sectionBtn a:before {
    border-color: #333;
}

.sectionStrength .strengthPerform .performWrap .sectionBtn a::after {
    background-color: #fff;
}


.sectionNewsColumn {
    margin-bottom: 90px;
}

.sectionNewsColumn .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sectionNewsColumn .newsColumnWrap {
    width: calc(50% - 20px);
}

.sectionNewsColumn .newsColumnWrap .sectionTitle {
    position: relative;
    text-align: left;
    margin-bottom: 35px;
    z-index: 1;
}

.sectionNewsColumn .newsColumnWrap .sectionTitle .titleEn {
    display: inline-block;
    padding-right: 27px;
    margin-left: -4px;
    margin-bottom: 0;
    background-color: #fff;
}

.sectionNewsColumn .newsColumnWrap .sectionTitle::before {
    content: "";
    position: absolute;
    top: 65%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #333;
    z-index: -1;
}

.sectionNewsColumn .newsColumnWrap .newsColumnList {
    margin-bottom: 30px;
}

.sectionNewsColumn .newsColumnWrap .newsColumnList li {
    font-size: 16px;
    font-weight: 500;
}

.sectionNewsColumn .newsColumnWrap .newsColumnList li:not(:last-child) {
    margin-bottom: 11px;
}

.sectionNewsColumn .newsColumnWrap .newsColumnList li a {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.sectionNewsColumn .newsColumnWrap .newsColumnList li .newsColumnTime {
    width: 100px;
    letter-spacing: 0.6px;
}

.sectionNewsColumn .newsColumnWrap .newsColumnList li .newsColumnTitle {
    width: calc(100% - 125px);
}

.sectionNewsColumn .newsColumnWrap .sectionBtn {
    text-align: right;
    margin-right: 16px;
}


.sectionInstagram {
    margin-bottom: 35px;
}

.sectionInstagram .sectionTitle {
    position: relative;
    margin-bottom: 47px;
}

.sectionInstagram .sectionTitle::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 1080px;
    height: 1px;
    background-color: #000;
}

.sectionInstagram .sectionTitle .titleEn {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 29px;
}

.sectionInstagram .instagramWrap {
    width: 100%;
    max-width: 499px;
    margin: 0 auto 30px;
}

.sectionInstagram .instagramWrap a {
    display: block;
    overflow: hidden;
}

.sectionInstagram .instagramWrap a img {
    transition: all .3s;
}

.sectionInstagram .instagramWrap .instagramList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.sectionInstagram .instagramWrap .instagramList li {
    width: calc(100%/3 - 5px);
    margin-bottom: 5px;
}

.sectionInstagram .instagramWrap .instagramList li:not(:nth-child(3n)) {
    margin-right: 7px;
}

.sectionInstagram .instagramWrap .instagramList li img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
}

.sectionInstagram .sectionBtn {
    text-align: center;
}


@media(min-width: 1281px) {
    .sectionRespect .respectPhotoTop {
        width: 26.2%;
    }

    .sectionRespect .respectPhotoBot {
        width: 24.3%;
    }
}

@media (max-width: 1200px) and (min-width: 769px) {
    .sectionWork .workWrap .workList::before {
        width: 1200px;
    }

}

@media(min-width: 769px) {
    .sectionStrength .strengthList li .sectionBtn a:hover:after {
        width: calc(100% + 15px);
    }

    .sectionStrength .strengthPerform .performWrap .sectionBtn a:hover {
        color: #333;
    }

    .sectionWork .workWrap .workList .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .sectionInstagram .instagramWrap a:hover {
        opacity: 1;
    }

    .sectionInstagram .instagramWrap a:hover img {
        opacity: 1;
        transform: scale(1.08);
    }

    .sectionNewsColumn .newsColumnWrap .newsColumnList li .newsColumnTitle {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 768px) {
    #main .mainPhoto img {
        min-height: 70vh;
        object-fit: cover;
        object-position: center;
    }

    #main .mainInfo {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }


    .sectionRespect {
        padding: 30px 4%;
        margin-bottom: 40px;
    }

    .sectionRespect .respectWrap {
        margin-bottom: 8vw;
    }

    .sectionRespect .respectWrap .respectTitle {
        min-height: 200px;
        font-size: clamp(30px, 7vw, 40px);
        margin-bottom: 40px;
    }

    .sectionRespect .respectWrap .respectTitle .sub {
        font-size: clamp(18px, 3.2vw, 24px);
    }

    .sectionRespect .respectWrap .respectTitle .main {
        min-height: 200px;
        line-height: 0.8;
    }

    .sectionRespect .respectWrap .respectTitle .main .mainSub {
        display: block;
    }

    .sectionRespect .respectWrap .respectTitle::before {
        width: clamp(220px, 60vw, 270px);
    }

    .sectionRespect .respectWrap .titleIntro {
        font-size: clamp(20px, 3.6vw, 30px);
    }

    .sectionRespect .respectWrap .respectSub {
        font-size: clamp(14px, 2.5vw, 18px);
        margin-bottom: 4vw;
        text-align: justify;
    }

    .sectionRespect .respectPhoto {
        display: flex;
        width: 108.7%;
        margin-left: -4.3%;
    }

    .sectionRespect .respectPhoto .photo {
        width: 50%;
    }

    .sectionRespect .respectPhoto .photo img {
        width: 100%;
        aspect-ratio: 4 / 2.8;
        object-fit: cover;
        object-position: center;
    }

    .sectionWork {
        margin-bottom: 80px;
    }

    .sectionWork .inner {
        width: 92%;
        padding: 0 10px 10vw;
    }

    .sectionWork .sectionTitle .titleEn {
        width: auto;
        padding: 0 5vw;
        margin-bottom: 20px;
    }

    .sectionWork .workWrap:not(:last-child) {
        margin-bottom: 10vw;
    }

    .sectionWork .sectionTitle {
        margin-bottom: 20px;
    }

    .sectionWork .workWrap .workList {
        width: calc(100% + 20px);
        margin-left: -10px;
    }

    .sectionWork .workWrap .workList::before {
        top: 5%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100vw;
        height: 90%;
    }

    .sectionWork .workWrap .workList .listBox {
        padding: 0 10px;
    }

    .sectionWork .workWrap .workList .listBox .workBox {
        padding: 10px 0 10px;
    }

    .sectionWork .workWrap .workList .listBox .workBox .workName {
        font-size: clamp(14px, 2.5vw, 18px);
        margin-bottom: 10px;
    }

    .sectionWork .workWrap .workList .listBox .workBox .workSub {
        font-size: clamp(12px, 2.2vw, 15px);
    }

    .sectionWork .workWrap .workList .workListWrap {
        overflow: hidden;
    }

    .sectionWork .workWrap .sectionBtn {
        text-align: center;
        margin-right: 0;
        margin-top: 10vw;
    }

    .sectionService {
        margin-bottom: 40px;
    }

    .sectionService .serviceSub {
        font-size: clamp(14px, 2.5vw, 18px);
    }

    .sectionService .serviceList li {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }

    .sectionService .serviceList li:not(:nth-child(5n)) {
        margin-right: 0;
    }

    .sectionService .serviceList li:not(:nth-child(2n)) {
        margin-right: 20px;
    }

    .sectionService .serviceList li .serviceName {
        font-size: clamp(12px, 2.2vw, 15px);
    }

    .sectionFrow {
        margin-bottom: 40px;
    }

    .sectionFrow .sectionTitle {
        margin-bottom: 20px;
    }

    .sectionFrow .frowCare .careBtn a {
        width: 100%;
        max-width: 430px;
        font-size: clamp(20px, 3.2vw, 30px);
        padding: 11px 25px 12px;
        background-size: clamp(26px, 5vw, 32px);
        background-position-x: 6vw;
    }

    .sectionFrow .frowCare .careBtn a::before {
        right: 7vw;
        border-width: 0 3px 3px 0;
        padding: 6px;
    }

    .sectionFrow .frowList {
        margin-bottom: 5vw;
    }

    .sectionFrow .frowList li {
        width: 100%;
        font-size: clamp(16px, 3vw, 22px);
    }

    .sectionFrow .frowList li:not(:last-child) {
        margin: 0 0 20px;
    }

    .sectionFrow .frowList li:not(:last-child)::before {
        top: auto;
        bottom: -18px;
        left: 50%;
        right: auto;
        transform: translateX(-50%) rotate(90deg);
    }

    .sectionFrow .sectionBtn {
        margin-bottom: 10vw;
    }

    .sectionFrow .frowCare {
        padding: 20px;
    }

    .sectionFrow .frowCare .careSub {
        font-size: clamp(22px, 5vw, 34px);
        margin-bottom: 30px;
    }

    .sectionFrow .frowCare .careList {
        margin-bottom: 10px;
    }

    .sectionFrow .frowCare .careList li {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 15vw;
        font-size: clamp(16px, 3vw, 22px);
        padding: 15px 10px;
    }

    .sectionFrow .frowCare .careList li:not(:nth-child(even)) {
        margin-right: 0;
    }

    .sectionFrow .frowCare .careList li:not(:last-child) {
        margin-bottom: 20px;
    }

    .sectionFrow .frowList::before,
    .sectionFrow .frowList::after {
        top: -4%;
        left: -1.1%;
        width: 14vw;
    }

    .sectionFrow .frowList::after {
        left: auto;
        right: -1.1%;
    }

    .sectionFrow .frowCare::after {
        content: none;
    }

    .sectionStrength {
        padding: 20vw 4% 0;
    }

    .sectionStrength .strengthPhoto {
        top: 0;
        width: 100%;
    }

    .sectionStrength .strengthPhoto img {
        width: 100%;
        aspect-ratio: 3 / 1.7;
        object-fit: inherit;
        object-position: center;
    }

    .sectionStrength .sectionTitle {
        margin-bottom: 15vw;
    }

    .sectionStrength .strengthWrap {
        margin-bottom: 8vw;
    }

    .sectionStrength .strengthList {
        width: 100%;
    }

    .sectionStrength .strengthList li {
        width: calc(50% - 15px);
        padding: 20px 10px;
        margin-bottom: 30px;
    }

    .sectionStrength .strengthList li:not(:last-child) {
        margin-right: 0;
    }

    .sectionStrength .strengthList li:not(:nth-child(2n)) {
        margin-right: 30px;
    }

    .sectionStrength .strengthList li .listPhoto {
        margin-bottom: 20px;
    }

    .sectionStrength .strengthList li .listName {
        font-size: clamp(18px, 3.2vw, 24px);
        margin-bottom: 15px;
    }

    .sectionStrength .strengthList li .listSub {
        min-height: auto;
        font-size: clamp(12px, 2.2vw, 15px);
    }

    .sectionStrength .strengthList li .sectionBtn {
        bottom: 15px;
    }

    .sectionStrength .strengthPerform {
        padding: 0;
    }

    .sectionStrength .strengthPerform .performWrap {
        margin-bottom: 8vw;
    }

    .sectionStrength .strengthPerform::before,
    .sectionStrength .strengthPerform::after {
        top: 0%;
        left: -4.2%;
        width: 40%;
    }

    .sectionStrength .strengthPerform::after {
        left: auto;
        right: -4%;
    }

    .sectionStrength .strengthPerform .performWrap .performTitle {
        min-height: 200px;
        font-size: clamp(30px, 7vw, 40px);
        margin-bottom: 40px;
    }

    .sectionStrength .strengthPerform .performWrap .performTitle .sub {
        font-size: clamp(18px, 3.2vw, 24px);
    }

    .sectionStrength .strengthPerform .performWrap .performtSub {
        font-size: clamp(12px, 2.2vw, 15px);
        margin-bottom: 4vw;
    }

    .sectionStrength .strengthPerform .performWrap .performTitle .main {
        line-height: 0.8;
        min-height: 200px;
    }

    .sectionStrength .strengthPerform .performWrap .performTitle .main .mainSub {
        display: block;
    }

    .sectionStrength .strengthPerform .performPhoto {
        display: flex;
        width: 108.7%;
        margin-left: -4.3%;
    }

    .sectionStrength .strengthPerform .performPhoto .photo {
        width: 50%;
    }

    .sectionStrength .strengthPerform .performPhoto .photo img {
        width: 100%;
        object-fit: cover;
        object-position: center;
        aspect-ratio: 4 / 2.8;
    }

    .sectionStrength .strengthList li .sectionBtn a {
        padding-left: 18px;
    }


    .sectionNewsColumn {
        margin-bottom: 15vw;
    }

    .sectionNewsColumn .newsColumnWrap {
        width: 100%;
    }

    .sectionNewsColumn .newsColumnWrap:not(:last-child) {
        margin-bottom: 30px;
    }

    .sectionNewsColumn .newsColumnWrap .newsColumnList li {
        font-size: clamp(14px, 2.5vw, 18px);
    }


    .sectionInstagram .sectionTitle::before {
        top: 29px;
    }

}

@media(max-width: 768px) and (orientation:landscape) {
    .sectionRespect .respectWrap .respectTitle {
        min-height: 250px;
    }

    .sectionRespect .respectWrap .respectTitle .main {
        min-height: 250px;
    }

    .sectionStrength .strengthPerform .performWrap .performTitle {
        min-height: 250px;
    }

    .sectionStrength .strengthPerform .performWrap .performTitle .main {
        min-height: 250px;
    }
}

@media(max-width:430px) {
    .sectionWork .sectionTitle {
        margin-top: -5.6vw;
    }

    .sectionService .sectionTitle {
        transform: translateY(-5.5vw);
    }

    .sectionWork .workWrap:not(:last-child) {
        margin-bottom: 20vw;
    }


    .sectionFrow .frowCare .careBtn a {
        background-position-x: 11vw;
    }

    .sectionFrow .frowCare .careBtn a::before {
        right: 11vw;
        border-width: 0 2px 2px 0;
        padding: 4px;
    }

    .sectionFrow .frowList {
        margin-bottom: 8vw;
    }

    .sectionFrow .frowList::before,
    .sectionFrow .frowList::after {
        top: -10%;
        width: 20vw;
    }

    .sectionFrow .frowCare .careList li {
        height: 21vw;
    }

    .sectionFrow .sectionBtn {
        margin-bottom: 17vw;
    }



    .sectionStrength .strengthWrap {
        margin-bottom: 15vw;
    }

    .sectionStrength .strengthPhoto img {
        width: 100%;
        aspect-ratio: 3 / 2;
    }

    .sectionStrength .strengthList li {
        width: 100%;
        padding: 20px 10px;
    }

    .sectionStrength .strengthList li:not(:nth-child(2n)) {
        margin: 0;
    }

    .sectionStrength .strengthList li:not(:last-child) {
        margin: 0 0 20px;
    }

    .sectionNewsColumn .newsColumnWrap .newsColumnList li .newsColumnTime {
        width: 110px;
    }

    .sectionNewsColumn .newsColumnWrap .newsColumnList li .newsColumnTitle {
        width: calc(100% - 110px);
    }

    .sectionStrength .strengthPerform .performWrap .performtSub {
        margin-bottom: 8vw;
    }

    .sectionStrength .strengthPerform .performWrap {
        margin-bottom: 15vw;
    }

    .sectionRespect .respectWrap .respectSub {
        margin-bottom: 8vw;
    }

    .sectionRespect .respectWrap {
        margin-bottom: 15vw;
    }
}

@media(max-width:375px) {
    .sectionFrow .frowCare .careBtn a {
        background-position-x: 10vw;
    }

    .sectionFrow .frowCare .careBtn a::before {
        right: 10vw;
    }

    .sectionNewsColumn .newsColumnWrap .newsColumnList li .newsColumnTime {
        width: 100px;
    }

    .sectionNewsColumn .newsColumnWrap .newsColumnList li .newsColumnTitle {
        width: calc(100% - 100px);
    }
}

@media(max-width:360px) {

    .sectionFrow .frowCare .careBtn a {
        background-position-x: 9vw;
    }

    .sectionFrow .frowCare .careBtn a::before {
        right: 9vw;
    }
}