@charset "utf-8";

/* top page start */

.main-mv {
    padding-top: 205px;
    position: relative;
}

.main-mv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-mv-logo {
    width: 81px;
    height: 114px;
    position: absolute;
    top: 13px;
    left: 8px;
    z-index: 2;
    display: none;
}

.main-mv-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-mv::before {
    content: "";
    width: 100%;
    height: 59%;
    background: url(/assets/img/top/mv_cover.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -70px;
    left: 0;
}

.big-pc {
    display: block;
    width: 100%;
}

.sp-left-circles {
    width: 136px;
    height: 104px;
    position: absolute;
    left: -13px;
    top: 50px;
    z-index: 2;
}

.sp-left-circles img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sp-right-circles {
    width: 110px;
    height: 107px;
    position: absolute;
    top: -11px;
    right: 0px;
    z-index: 2;
}

.top-mv-section {
    overflow: hidden;
    width: 100%;
}

.main-mv-sp {
    display: none;
}

.main-mv-white-sp {
    display: none;
}

.tp-txt-vd {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    mix-blend-mode: multiply;
}

.main-txt-video {
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* about star section */

.about-star-section {
    margin-top: 70px;
}

.about-star {
    padding: 57px 0 170px 0;
    background: url(/assets/img/top/about_stars.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 13px;
}

.about-star-txt {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.5;
    text-align: center;
}

.about-star-txt:not(:first-child) {
    margin-top: 21px;
}

/* about us section */

.top-ab-us-section {
    max-width: 1170px;
    margin: 0 auto;
}


.top-ab-us {
    max-width: 1168px;
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 0 0 200px 50px;
    position: relative;
}

.top-ab-us::before {
    content: "";
    width: 242px;
    height: 183px;
    background: url(/assets/img/top/top_ab_us_circles.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: -22px;
}

.top-ab-left {
    width: 456px;
}

.top-ab-right {
    max-width: calc(100% - 466px);
    width: 100%;
    display: flex;
    justify-content: end;
    margin-top: 155px;
    position: relative;
}

.top-ab-vd {
    position: absolute;
    top: -200px;
    right: -30px;
    width: 449px;
    height: 226px;
    transform: rotate(35deg);
    mix-blend-mode: multiply;
}

.top-ab-vd video {
    display: block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    mix-blend-mode: multiply;
}

.top-sm-ttl {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.2;
    padding-left: 22px;
    position: relative;
}

.top-sm-ttl::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url(/assets/img/common/ic_rectangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    top: 3px;
}

.top-h2-ttl {
    font-family: tiller, sans-serif;
    font-size: 6.4rem;
    font-weight: 400;
    line-height: 1.4;
}

.top-h2-span {
    font-size: 8.8rem;
    color: var(--blue-00);
}

.ab-para-one {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.7;
}

.ab-para-two {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 1.4px;
    letter-spacing: 0.5px;
}

.ab-para-two.first-ab-para {
    margin-top: 50px;
}

.top-ab-img {
    max-width: 576px;
    width: 100%;
}

.top-ab-img img {
    width: 100%;
}

.plus-link-wrap {
    display: inline-block;
}

.plus-link-btn {
    display: flex;
    align-items: center;
    gap: 15px;
}

.plus-link-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid var(--blue-00);
    display: flex;
    justify-content: center;
    align-items: center;
}

.plus-sign-inner {
    width: 14px;
    height: 14px;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}

.plus-sign-inner span {
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--blue-00);
    transform: translate(-50%, -50%);
    border-radius: 1px;
}

.plus-sign-inner .plus-horizontal {
    width: 14px;
    height: 1px;
}

.plus-sign-inner .plus-vertical {
    width: 1px;
    height: 14px;
}

.plus-link-btn:hover .plus-link-circle {
    background: var(--blue-00);
}

.plus-link-btn:hover .plus-horizontal,
.plus-link-btn:hover .plus-vertical {
    background: #fff;
}

.plus-link-btn:hover .plus-sign-inner {
    transform: rotate(90deg);
    /* rotate plus sign */
}

.plus-link-txt {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--blue-00);
}

@media screen and (min-width: 2180px) {
    .main-mv::before {
        height: 64%;
    }
}

@media screen and (max-width: 1550px) {
    .main-mv::before {
        top: -58px;
    }
}

@media screen and (max-width: 1440px) {
    .top-ab-vd {
        right: -65px;
    }

    .top-ab-img {
        margin-right: -65px;
    }
}

@media screen and (max-width: 1250px) {
    .top-ab-vd {
        width: 350px;
        top: -160px;
    }

    .top-ab-img {
        margin-right: -35px;
    }
}

@media screen and (max-width: 1170px) {

    .main-mv::before {
        content: "";
        width: 100%;
        height: 635px;
        background: url(/assets/img/top/sm_pc_mv_cover.png);
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        top: -70px;
        left: 0;
    }

    .tp-txt-vd {
        top: 20%;
    }

    .main-mv {
        padding-top: 140px;
    }

    .main-mv-logo {
        display: block;
    }

    .top-ab-us {
        padding-left: 30px;
        gap: 60px;
        justify-content: space-between;
        max-width: 100%;
        align-items: start;
        padding-bottom: 200px;
    }

    .top-ab-left {
        flex: 1;
    }

    .top-ab-right {
        max-width: 474px;
    }

    .top-ab-us-section {
        max-width: 1252px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1000px) {
    .top-ab-us {
        gap: 10px;
    }

    .tp-txt-vd {
        top: 25%;
    }

    .top-ab-right {
        max-width: 350px;
        margin-left: auto;
    }

    .ab-para-one {
        font-size: 2.2rem;
    }

    .ab-para-two:first-child {
        margin-top: 50px;
    }

    .ab-para-two {
        font-size: 1.4rem;
    }

    .top-ab-vd {
        width: 280px;
        top: -141px;
    }
}

@media screen and (max-width: 900px) {
    .tp-txt-vd {
        top: 22%;
    }

    .main-mv::before {
        height: 550px;
    }
}

@media screen and (max-width: 768px) {
    .main-mv-logo {
        width: 72px;
        height: 100px;
        position: absolute;
        top: 6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tp-txt-vd {
        z-index: 2;
        top: 8%;
    }

    .main-mv {
        padding-top: 130px;
    }

    .mv-vd-cont {
        height: 486px;
        position: relative;
    }

    .mv-vd-cont video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .main-mv::before {
        top: -13px;
        display: none;
    }

    .about-star-section {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .about-star {
        min-height: 258px;
        padding: 56px 0px 0px;
        background: url(/assets/img/top/about_stars_sp.png);
        background-position: center 6px;
        background-size: contain;
        background-repeat: no-repeat;
        margin-top: 0px;
    }

    .about-star-txt {
        font-size: 1.4rem;
    }

    .about-star-txt:not(:first-child) {
        margin-top: 12px;
    }

    .d-none {
        display: none;
    }

    .top-ab-us {
        flex-direction: column-reverse;
        gap: 26px;
    }

    .top-ab-left {
        width: 100%;
        padding: 0 16px;
    }

    .top-ab-us-ttl {
        padding-left: 0px;
    }

    .top-ab-right {
        max-width: 100%;
        border-radius: 24px 0px 0px 24px;
        margin-top: 0px;
    }

    .top-ab-img {
        max-width: 100%;
        margin-right: 0;
    }

    .top-ab-img img {
        border-radius: 24px 0px 0px 24px;
        height: 100%;
        object-fit: cover;
        object-position: left;
        margin-left: 42px;
    }

    .top-h2-ttl {
        font-size: 4rem;
        margin-bottom: 13px;
    }

    .top-h2-ttl.blog-sec-ttl {
        margin-bottom: 0px;
    }

    .top-h2-span {
        font-size: 5.6rem;
    }

    .top-sm-ttl {
        font-size: 1.4rem;
    }

    .ab-para-one {
        font-size: 1.8rem;
    }

    .plus-link-wrap {
        display: flex;
        justify-content: center;
    }

    .plus-link-wrap.sp-left-align {
        justify-content: start;
    }

    .top-ab-us {
        padding-bottom: 48px;
        padding-top: 143px;
        overflow-x: hidden;
        padding-left: 0px;
    }

    .top-ab-us::before {
        width: 142px;
        height: 107px;
        bottom: 8px;
        right: 0;
        left: unset;
    }

    .ab-para-two.first-ab-para {
        margin-top: 30px;
    }

    .top-ab-vd {
        width: 220px;
        height: 121px;
        top: -85px;
        right: -25px;
    }

    .main-mv-white-sp {
        width: 100%;
        height: 500px;
        display: block;
        position: absolute;
        top: -170px;
        left: 0;
        z-index: 1;
    }

    .main-mv-white-sp img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: left;
    }
}

@media screen and (max-width: 570px) {
    .tp-txt-vd {
        top: 4%;
    }
}

@media screen and (max-width: 470px) {
    /* .main-mv {
        display: none;
    } */

    .main-mv-white-sp {
        top: -60px;
        height: 300px;
    }

    .main-mv-white-sp img {
        object-fit: contain;
    }

    .tp-txt-vd {
        top: 2%;
    }

    .tp-txt-vd img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .main-mv-sp {
        width: 1044px;
        height: 620px;
        display: none;
        padding-top: 50px;
        position: relative;
    }

    .main-mv-sp video {
        object-position: -327px;
    }

}

@media screen and (max-width: 370px) {
    .main-mv-white-sp {
        top: -56px;
    }

    .tp-txt-vd {
        top: 2%;
    }
}

/* top page service */
.tp-service-section {
    position: relative;
    max-width: 1064px;
    margin: 0 auto;
}

.service-animate {
    content: "";
    width: 273px;
    height: 205px;
    position: absolute;
    top: -30px;
    right: 50px;
}

.tp-service-section::after {
    content: "";
    width: 207px;
    height: 157px;
    background: url(/assets/img/top/tp_service_circles.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -60px;
    right: 0px;
    margin-right: -50px;
}

.tp-ser-cards {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 35px;
}

.tp-ser-card {
    width: 100%;
    margin: 0 auto;
    border: 1px solid var(--white-01);
    border-radius: 32px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    padding: 57px 36px 40px 96px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.top-service-ttl {
    max-width: 100%;
    margin: 0 auto;
}

.tp-ser-card.num-count::after {
    left: 32px;
    transform: translateX(0);
}

.tp-ser-left {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 232px;
    justify-content: start;
    align-items: center;
}

.ser-left-ttl {
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--blue-00);
}

.ser-left-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ser01-img {
    width: 212px;
    height: 144px;
}

.ser02-img {
    width: 227px;
    height: 163px;
}

.ser03-img {
    width: 220px;
    height: 179px;
    margin-top: 25px;
}

.ser04-img {
    width: 228px;
    height: 187px;
    margin-top: 33px;
}

.ser05-img {
    width: 230px;
    height: 149px;
}

.tp-ser-right {
    max-width: 642px;
    width: calc(100% - 252px);
}

.ser-right-ttl {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--blue-00);
    border-bottom: 1px dashed var(--blue-00);
    padding-bottom: 10px;
}

.ser-right-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 1px;
    margin: 20px 0 24px 0;
}

.plus-link-circle.ser-plus {
    width: 28px;
    height: 28px;
}

.plus-sign-inner.ser-plus {
    width: 10px;
    height: 10px;
}

.plus-sign-inner.ser-plus .plus-horizontal {
    width: 10px;
    height: 1px;
}

.plus-sign-inner.ser-plus .plus-vertical {
    width: 1px;
    height: 10px;
}

.tp-ser-link {
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

/* top page news */
.tp-news-section {
    position: relative;
    padding-bottom: 215px;
}

.tp-news-section::after {
    content: '';
    width: 242px;
    height: 183px;
    background: url(/assets/img/top/top_ab_us_circles.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tp-news-sub {
    padding-left: 10px;
    position: relative;
}

.tp-news-sub::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--blue-00);
    position: absolute;
    left: 0;
    top: 57%;
    transform: translateY(-50%);
}

.tp-news-item .tp-news-sub::before {
    top: 54%;
}

.tp-sub-date {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1D1D1D;
}

.tp-sub-date.small-date {
    font-size: 1.2rem;
}

.tp-sub-cat.small-date {
    font-size: 1.2rem;
}



.tp-sub-cat {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.7;
    padding: 0 8px;
    background-color: var(--blue-00);
    border-radius: 24px;
    color: var(--white-00);
}

.tp-news-para {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 8px;
}

.tp-news-wrap {
    display: grid;
    grid-template-areas:
        "news box2"
        "btnbox box2"
        "imgbox box2"
        "another box2";
    gap: 37px;
    grid-template-columns: 220px 1fr;
    grid-template-rows: 114px auto auto 1fr;
    align-items: start;
}

.tp-news-content {
    grid-area: news;
}

.tp-news-wrap .plus-link-wrap {
    grid-area: btnbox;
}

.news-img-cont {
    grid-area: imgbox;
}

.news-img-cont .svg-cont {
    width: 163px;
    height: 132px;
}

.tp-news-right {
    grid-area: box2;
}

.tp-news-left {
    width: 190px;
}

.news-img-cont {
    width: 100%;
    max-width: 163px;
}

.news-img-cont img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tp-news-right {
    max-width: 100%;
    width: 100%;
    padding-right: 68px;
    padding-top: 25px;
}

.tp-news-item {
    padding: 24px 0;
    border-top: 1px solid var(--white-01);
}

.tp-news-item:last-child {
    border-bottom: 1px solid var(--white-01);
}

/*  For bigger screen */

@media screen and (min-width: 1441px) {
    .tp-service-section::after {
        margin-right: 0px;
    }
}

@media screen and (max-width: 1300px) {

    .tp-news-left {
        width: 220px;
    }

    .tp-news-right {
        max-width: 100%;
        padding-right: 0px;
    }
}

@media screen and (max-width: 768px) {

    .service-animate {
        width: 176px;
        height: 132px;
        right: 16px;
    }

    .service-animate .svg-cont {
        width: 176px !important;
        height: 132px !important;
    }

    .tp-news-section {
        padding-bottom: 35px;
    }

    .tp-news-section::after {
        content: none;
    }

    .tp-news-item {
        padding: 15px 0 12px;
    }

    .tp-ser-card {
        flex-direction: column;
        padding: 57px 24px 40px 24px;
        gap: 29px;
    }

    .tp-ser-right {
        width: 100%;
        max-width: 100%;
    }

    .tp-ser-left {
        width: 100%;
    }

    .tp-ser-link {
        margin-top: 24px;
    }

    .tp-service-section::before {
        width: 176px;
        height: 132px;
        right: 0px;
    }

    .ser-right-ttl {
        padding-bottom: 18px;
        font-size: 1.6rem;
    }

    .ser-left-ttl {
        font-size: 2rem;
    }

    .ser-right-txt {
        margin: 26px 0 32px 0;
        font-size: 1.4rem;
        letter-spacing: 0.5px;
    }

    .tp-ser-cards {
        margin-top: 25px;
        gap: 26px;
    }

    .tp-service-section::after {
        width: 98px;
        height: 74px;
        left: 0;
        right: unset;
        margin-right: unset;
    }

    .tp-ser-card::after {
        width: 55px;
        height: 50px;
        font-size: 4.3rem;
    }

    .tp-ser-card.num-count::after {
        width: 53px;
        height: 55px;
        left: 30px;
        font-size: 4.3rem;
    }

    .tp-news-wrap {
        grid-template-areas:
            "news imgbox"
            "box2 box2"
            "box2 box2"
            "btnbox btnbox";
        gap: 0px;
        grid-template-rows: 101px auto auto 1fr;
        grid-template-columns: 1fr 185px;
        align-items: center;
    }

    .tp-news-left {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .tp-news-right {
        padding-top: 0px;
        margin-top: 18px;
    }

    .news-img-cont {
        max-width: 185px;
        margin-left: auto;
    }

    .tp-news-right {
        max-width: 100%;
        padding-right: 0px;
    }

    .tp-news-wrap .plus-link-wrap {
        margin-top: 24px;
    }

    .tp-sub-date.tp-news-date {
        font-size: 1.2rem;
    }

    .tp-sub-cat.tp-news-cate {
        font-size: 1.2rem;
    }

    .tp-sub-date.tp-date {
        font-size: 1.2rem;
    }

    .tp-sub-cat.tp-cate {
        font-size: 1.2rem;
    }

}

@media screen and (max-width: 387px) {

    .tp-service-section::after {
        margin-left: -12px;
    }

    .news-img-cont {
        width: 160px;
        max-width: 160px;
        height: 94px;
    }

    #news-animation.svg-cont {
        width: 160px !important;
        height: 94px !important;
    }
}

@media screen and (max-width: 370px) {
    .service-animate {
        width: 140px;
        height: 140px;
    }

    .service-animate .svg-cont {
        width: 140px !important;
    }
}

/* start top page blogs  */
.blog-section {
    padding-top: 110px;
    padding-bottom: 231px;
    position: relative;
}

.blog-section::after {
    content: '';
    width: 191px;
    height: 144px;
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/assets/img/top/blogs_circles.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.blogs-wrap {
    display: grid;
    grid-template-areas:
        "blogtxt bigblog bigblog"
        "btnbox bigblog bigblog"
        "animatebox bigblog bigblog"
        "blogs blogs blogs";
    gap: 43px;
    row-gap: 64px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 90px 56px auto 1fr;
    align-items: start;
    justify-items: start;
}

.blogs-wrap .plus-link-btn {
    margin-top: 15px;
}

.tp-blog {
    display: grid;
    grid-template-areas: "blogimg"
        "blogcat"
        "blogttl"
        "blogtxt";
    grid-template-rows: auto;
}



.tp-blog .tp-news-sub {
    grid-area: blogcat;
}


.tp-blogs-big-img {
    width: 100%;
    max-width: 721px;
    border-radius: 40px;
    overflow: hidden;
}

.tp-blogs-big-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tp-blog-img {
    width: 100%;
    max-width: 326px;
    border-radius: 24px;
    overflow: hidden;
    grid-area: blogimg;
}

.tp-blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogs-content {
    grid-area: blogtxt;
}

.tp-blogs-big {
    grid-area: bigblog;
}

.blogs-wrap .plus-link-wrap {
    grid-area: btnbox;
    justify-content: start;
}

.blogs-img-cont {
    width: 190px;
    margin-right: auto;
    grid-area: animatebox;
    justify-self: center;
}

.tp-blogs {
    display: grid;
    gap: 43px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    margin: 0 auto;
    grid-area: blogs;
}

.tp-blog-para {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    grid-area: blogtxt;
    margin-top: 9px;
    color: #1D1D1D;
}

.tp-blog-ttl {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    grid-area: blogttl;
    margin-top: 6px;
    color: #1D1D1D;
}

.tp-blog-ttl.big {
    font-size: 2.4rem;
}

.tp-blog-tt.big {
    font-size: 2.4rem;
}

.tp-blogs-big .tp-news-sub {
    margin-top: 15px;
}

.tp-blogs .tp-news-sub {
    margin-top: 13px;
}

@media screen and (max-width: 768px) {

    .blog-section {
        padding-top: 0;
        padding-bottom: 111px;
    }

    .blogs-wrap {

        grid-template-areas:
            "blogtxt animatebox"
            "bigblog bigblog"
            "blogs blogs"
            "btnbox btnbox";
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto 1fr;
        align-items: center;
        row-gap: 0px;
    }

    .blog-section::after {
        width: 136px;
        height: 103px;
        top: 74px;
    }

    .tp-blogs {
        grid-template-columns: 1fr;
        gap: 28px;
        margin-top: 32px;
    }

    .tp-blog {
        display: grid;
        grid-template-areas: "blogcat blogimg"
            "blogttl blogimg"
            "blogtxt blogtxt";
        grid-template-columns: 1fr 128px;
        column-gap: 12px;
        grid-template-rows: 30px 65px auto;

    }

    .blogs-img-cont {
        width: 160px;
        height: 143px;
        margin-right: unset;
        margin-left: auto;
    }

    .blogs-img-cont .svg-cont {
        width: 160px !important;
        height: 143px !important;
    }

    .tp-blog-img {
        width: 128px;
        max-width: 128px;
        height: 100px;
        border-radius: 8px;
    }

    .tp-blog-ttl {
        font-size: 1.6rem;
        margin-top: 0px;
        line-height: 1.75;
    }

    .tp-blog-ttl.big {
        font-size: 1.6rem;
        margin-top: 8px;
        letter-spacing: 0px;
    }

    .tp-blog-para.big {
        margin-top: 4px;
    }

    .tp-blogs .tp-news-sub {
        margin-top: 0px;
    }

    .tp-blog-para {
        margin-top: 12px;
    }

    .blogs-wrap .plus-link-btn {
        margin-top: 29px;
    }

    .blogs-wrap .plus-link-wrap {
        margin: 0 auto;
    }
}

@media screen and (max-width: 370px) {
    .blogs-img-cont {
        width: 150px;
    }

    .tp-blog {
        grid-template-columns: 1fr 100px;
        grid-template-rows: 30px 55px auto;
    }

    .tp-blog-img {
        width: 100px;
    }
}

/* end top page blogs  */

/* start top page recruit */

.recruit-mv-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: #F2F8FF;
}

.recruit-mv-wrapper::after {
    content: " ";
    position: absolute;
    top: -175px;
    right: 0;
    width: 231px;
    height: 224px;
    background: url(/assets/img/top/recruit_circles.png) no-repeat;
    background-size: 100% 100%;
}

.recruit-mv-wrapper img {
    width: 100%;
}

.recruit-mv-one {
    display: block;
    width: 100%;
    height: auto;
}

.recruit-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    mix-blend-mode: multiply;
    z-index: 1;
}

.recruit-overlay::before,
.recruit-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #7E7E7E;
    transition: transform 0.8s ease;
}

.recruit-overlay::before {
    left: 0;
    transform: translateX(0);
}

.recruit-overlay::after {
    right: 0;
    transform: translateX(0);
}

.recruit_logo {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    z-index: 2;
    width: 100%;
    max-width: 210px;
    height: 213px;
}

/* when clicked (active) */
.recruit-mv-wrapper.active .recruit-overlay::before {
    animation: animatetwo 1.7s ease-out forwards;
}

.recruit-mv-wrapper.active .recruit-overlay::after {
    animation: animateone 1.7s ease-out forwards;
}

.recruit-mv-wrapper.active .recruit_logo {
    animation: logoanimate 2.8s ease-out forwards;
}

@keyframes logoanimate {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0;
    }

    to {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 1;
    }
}

@keyframes animateone {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(100%);
    }
}

@keyframes animatetwo {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.recruit-video {
    max-width: 462px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.recruit-para-ttl {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}

.recruit-para {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 20px;
}

.recruit-container {
    position: relative;
    background-color: var(--blue-01);
    background: url(/assets/img/top/recruit_bg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -110px;
    z-index: 3;
}

.recruit-grid {
    max-width: 1168px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-areas: "r-grid-one r-grid-three"
        "r-grid-two r-grid-three"
        "r-grid-four r-grid-three"
        "r-grid-five r-grid-three"
        "r-grid-five r-grid-six";
    column-gap: 47px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 150px 151px 347px;
    padding: 190px 88px 105px 88px;
}

.recruit-grid-one {
    grid-area: r-grid-one;
    height: fit-content;
}

.recruit-grid-two {
    grid-area: r-grid-two;
    height: fit-content;
}

.recruit-grid-three {
    grid-area: r-grid-three;
    max-width: 462px;
    width: 100%;
    max-height: 800px;
    height: 100%;
    margin-top: -41px;
    margin-left: 24px;
}

.recruit-grid-four {
    grid-area: r-grid-four;
    max-width: 456px;
    width: 100%;
    height: fit-content;
}

.recruit-grid-five {
    grid-area: r-grid-five;
    max-width: 456px;
    width: 100%;
    height: fit-content;
}

.recruit-grid-six {
    grid-area: r-grid-six;
    max-width: 456px;
    width: 100%;
    height: fit-content;
    margin-top: 53px;
}

.recruit-card-w {
    width: 100% !important;
}


.plus-link-btn:hover .recruit-plus-btn {
    background: var(--blue-00) !important;
}

.recruit-plus-btn {
    background-color: var(--white-00) !important;
}

.tax-assist.tax-assist-fw {
    font-size: 1.8rem !important;
}

@media screen and (max-width: 1400px) {
    .recruit-grid {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 1300px) {
    .recruit-grid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .recruit-container {
        margin-top: -126px;
    }

    .recruit-grid {
        grid-template-areas: "r-grid-one r-grid-three"
            "r-grid-two r-grid-three"
            "r-grid-four r-grid-three"
            "r-grid-five r-grid-three"
            "r-grid-five r-grid-six";
        column-gap: 42px;
        grid-template-columns: minmax(304px, 1fr) 1fr;
        grid-template-rows: 150px 130px 340px auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .recruit-para-ttl,
    .recruit-para {
        letter-spacing: 0;
    }
}

@media screen and (max-width: 800px) {
    .recruit-container {
        margin-top: -111px;
    }

    .recruit-grid {
        grid-template-rows: 150px 110px 370px auto;
        column-gap: 30px;
    }

    .recruit-grid-three {
        aspect-ratio: 4/9;
    }

    .recruit-video {
        object-fit: contain;
    }

    .recruit-para-ttl,
    .recruit-para {
        letter-spacing: 0;
    }

}

@media screen and (max-width: 768px) {
    .recruit-container {
        background: url(/assets/img/top/recruit_bg_sp.png) no-repeat;
        background-size: 100% 100%;
        margin-top: -57px;
    }

    .recruit-mv-wrapper::after {
        background: url(/assets/img/top/recruit_circles_sp.png) no-repeat;
        background-size: 100% 100%;
        width: 148px;
        height: 112px;
        top: -150px;
    }

    .recruit-grid {
        grid-template-areas: "r-grid-one"
            "r-grid-three"
            "r-grid-four"
            "r-grid-two"
            "r-grid-five"
            "r-grid-six";
        grid-template-rows: unset;
        grid-template-columns: 1fr;
        padding: 60px 16px 80px;
    }

    .recruit_logo {
        max-width: 100px;
        height: 100px;
        top: 43%;
    }

    .recruit-grid-two {
        margin: 16px 0 64px;
    }

    .recruit-grid-three {
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
        aspect-ratio: unset !important;
    }

    .recruit-grid-four {
        max-width: 100%;
        margin-top: 41px;
    }

    .recruit-grid-five {
        max-width: 100%;
    }

    .recruit-grid-six {
        max-width: 100%;
        margin-left: 0;
        margin-top: 40px;
    }

    .recruit-card-w {
        max-width: 100% !important;
    }

    .recruit-card-w .tax-assist-img,
    .recruit-card-w .accounting-support {
        max-width: 100% !important;
    }

    .recruit-video {
        max-width: 277px;
        width: 100%;
        margin: 0px auto;
        display: flex;
    }

    .recruit-plus-wrap {
        justify-content: start !important;
    }

    .recruit-para-ttl {
        font-size: 1.8rem;
    }

    .recruit-para {
        font-size: 1.4rem;
        letter-spacing: 0.5px;
        margin-top: 15px;
        margin-bottom: 7px;
    }

    .tax-assist.tax-assist-fw {
        font-size: 1.6rem !important;
    }
}

/* end top page recruit */

/* start top page contact  */
.sec-contact.top-sec-contact {
    padding-top: 76px;
}

@media screen and (max-width: 768px) {
    .sec-contact.top-sec-contact {
        padding-top: 90px;
        padding-bottom: 75px;
    }

}

/* end top page contact  */
/* top page end */

/* about start */
.off-ttl {
    font-size: 5rem;
    font-weight: 400;
    font-family: tiller, sans-serif;
    letter-spacing: 1px;
}

.off-ttl .blue {
    color: var(--blue-00);
}

.off-sub-ttl {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 1.8;
}

.off-ct-blk {
    width: 100%;
    position: relative;
}

.off-ct-blk::after {
    position: absolute;
    content: "";
    background: url(/assets/img/about/ct_star.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    width: 328px;
    height: 305px;
    top: 10px;
    right: 0;
    z-index: -1;
}

.ct-flex-blk {
    display: flex;
    gap: 80px;
    justify-content: space-between;
    align-items: end;
}

.ct-left-blk {
    width: calc(100% - 540px);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2;
    padding-top: 15px;
    letter-spacing: 0;
}

.ct-right-blk {
    width: 460px;
}

.room-blk {
    position: relative;
    /* max-width: 1168px; */
    width: 100%;
    margin: 0 auto;
}

.rm-img {
    width: 100%;
}

.room-blk::before {
    content: "";
    background: url(/assets/img/about/bubble_wave.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: -48px;
    left: 0;
    width: 100%;
    height: 195px;
}

.ceo-blk-wrapper {
    margin-top: 160px;
}

.topic-ttl {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-left: 22px;
    position: relative;
    line-height: 1.5;
}

.topic-ttl::after {
    position: absolute;
    background: url(/assets/img/common/ic_rec2_blue.png) no-repeat center/contain;
    content: "";
    width: 12px;
    height: 6px;
    left: 0;
    top: 17px;
}

.ceo-blk {
    display: flex;
    justify-content: space-between;
    /* gap: 80px; */
    position: relative;
}

.ceo-blk::after {
    position: absolute;
    background: url(/assets/img/about/bubble_img.png) no-repeat center/contain;
    content: "";
    bottom: -80px;
    left: -90px;
    width: 242px;
    height: 183px;
    z-index: -1;
}

.ceo-blk-wrapper .ceo-blk:nth-of-type(2)::after {
    display: none;
}

.ceo-blk-wrapper .ceo-blk:nth-of-type(2) {
    flex-direction: row-reverse;
    margin-bottom: 300px;
}

.ceo-left-blk {
    width: 452px;
}

.ceo-right-blk {
    width: calc(100% - 532px);
}

.ceo-img-blk {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}

.img-info {
    position: absolute;
    background-color: var(--white-00);
    right: -1px;
    bottom: -1px;
    max-width: 162px;
    width: 100%;
    border-top-left-radius: 20px;
    padding: 15px 15px 9px 15px;
    text-align: center;
}

.pos-ttl {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
}

.ceo-name-jp {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
}

.eco-name-eng {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--grey-01);
    line-height: 1.6;
}

.message-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0;
}

.message-txt-ttl {
    font-size: 1.6rem;
    font-weight: 500;
}

.sec-strength {
    background-color: var(--blue-01);
    position: relative;
    padding-top: 20px;
}

.sec-strength::before {
    position: absolute;
    content: "";
    background: url(/assets/img/about/wave_blue.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    position: absolute;
    top: -95px;
    left: 0;
    width: 100%;
    height: 100px;
}

.strength-blk-wrapper {
    display: grid;
    column-gap: 22px;
    row-gap: 45px;
    padding-bottom: 100px;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.regulus {
    position: relative;
}

.regulus::after {
    content: "";
    background: url(/assets/img/about/img_regulus.png) no-repeat right/contain;
    width: 564px;
    height: 114px;
    position: absolute;
    top: -80px;
    right: 0;
}

.strength-blk {
    border-radius: 20px;
    background-color: var(--white-00);
    border: 1px solid var(--white-01);
    padding: 85px 30px 50px 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.num-count {
    position: relative;
    counter-increment: process-count;
}

.num-count::after {
    content: counter(process-count);
    width: 70px;
    height: 72px;
    background: url(/assets/img/common/num_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 5.6rem;
    font-weight: 400;
    color: var(--white-00);
    text-align: center;
    font-family: tiller, sans-serif;
    line-height: 1.3;
}

.card-ttl {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: var(--blue-00);
    line-height: 1.5;
    margin-bottom: 25px;
}

.stength-img {
    margin: 0 auto;
    /* margin-bottom: 25px; */
}

.card-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.9px;
    padding-top: 20px;
}

.sec-profile {
    padding-top: 160px;
    padding-bottom: 160px;
}

.addr-blk {
    display: flex;
    gap: 80px;
    justify-content: space-between;
}

.addr-left-blk {
    width: 520px;
    border-radius: 20px;
    overflow: hidden;
}

.addr-right-blk {
    width: calc(100% - 600px);
}

.addr-detail-blk {
    display: flex;
    gap: 53px;
    padding: 20px 0;
    position: relative;
}

.addr-detail-blk::after {
    position: absolute;
    content: "";
    background: url(/assets/img/common/ic_line.png) no-repeat center/contain;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
}

.addr-detail-blk:last-child::after {
    display: none;
}

.addr-detail-ttl {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0;
    max-width: 64px;
    width: 100%;
    display: flex;
    align-items: center;
}

.addr-detail-txt {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0;
}

.detial-list {
    position: relative;
    padding-left: 11px;
    line-height: 1.5;
}

.detial-list::before {
    position: absolute;
    content: "";
    background: #1d1d1d;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.off-bh {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
}

.off-bh-wrapper {
    padding-left: 15px;
}

.off-lot {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
}

.off-bh::before {
    content: "";
    position: absolute;
    background: url(/assets/img/common/ic_gps.png) no-repeat center/contain;
    width: 10px;
    height: 15px;
    left: -15px;
    top: 6px;
}

.access-ttl {
    font-size: 4rem;
    font-weight: 400;
    font-family: tiller, sans-serif;
    display: inline;
    position: relative;
}

.sec-access {
    text-align: center;
    padding-bottom: 120px;
    padding-top: 87px;
    background-color: var(--white-02);
}

.access-ttl::before {
    content: "";
    position: absolute;
    background: url(/assets/img/common/ic_gps.png) no-repeat center/contain;
    width: 21px;
    height: 32px;
    left: -28px;
    top: 8px;
}

.map-blk-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.map-blk {
    max-width: 520px;
    height: 360px;
    width: 100%;
    position: relative;
    border: 2px solid var(--blue-00);
    border-radius: 20px;
    overflow: hidden;
}

.map-blk iframe {
    width: 100%;
    height: 100%;
}

/* .map-blk img {
    border: 2px solid var(--blue-00);
    border-radius: 20px;
} */

.map-info {
    position: absolute;
    background-color: var(--blue-00);
    left: -1px;
    top: -1px;
    max-width: 162px;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 8px;
    text-align: center;
    color: var(--white-00);
}

.map-info-ttl {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
    display: inline;
}

.map-info-ttl::before {
    content: "";
    position: absolute;
    background: url(/assets/img/common/ic_gps_wt.png) no-repeat center / contain;
    width: 10px;
    height: 15px;
    left: -15px;
    top: 4px;
}

.sec-mv {
    position: relative;
    z-index: 3;
}

.off-intro {
    background: url(/assets/img/about/office_mv.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.mv-ct-blk-wrapper {
    position: relative;
}

.mv-ct-blk-wrapper::before {
    content: "";
    background: url(/assets/img/common/mv_wave.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    left: 0;
    bottom: -21px;
    position: absolute;
    width: 100%;
    height: 200px;
}

.pg-ttl {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding-left: 20px;
    position: relative;
}

.pg-ttl::before {
    content: "";
    background: url(/assets/img/common/ic_rec_blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left;
    left: 0;
    top: 20px;
    position: absolute;
    width: 12px;
    height: 12px;
}

.bread-crumb-list {
    display: flex;
    gap: 25px;
    letter-spacing: 0;
}

.mv-ct-blk {
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
    z-index: 5;
    margin-top: -62px;
}

.bread-crumb-item {
    font-size: 1.2rem;
    font-weight: 500;
}

.bread-crumb-link {
    color: var(--blue-00);
}

.bread-crumb-ic {
    position: relative;
    color: #1d1d1d;
}

.bread-crumb-ic ::after {
    content: "";
    width: 8px;
    height: 8px;
    background: url(/assets/img/common/ic_bdcrumb.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -16px;
    top: 4px;
}

.sec-contact {
    padding-top: 200px;
    padding-bottom: 120px;
}

.ceo-img-blk:hover .fir-ceo {
    content: url("/assets/img/about/ceo_img1_hr.png");
}

.ceo-img-blk:hover .sec-ceo {
    content: url("/assets/img/about/ceo_img2_hr.png");
}

.sec-sub-img img {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1700px) {
    .mv-ct-blk-wrapper::before {
        bottom: -20px;
        position: absolute;
        width: 100%;
        height: 379px;
        background-size: cover;
    }

    .room-blk::before {
        top: -89px;
        height: 20%;
    }

    .sec-strength::before {
        height: 29%;
        top: -172px;
        background-size: contain;
    }
}

@media screen and (max-width: 1300px) {
    .ct-flex-blk {
        gap: 30px;
        align-items: center;
    }

    .ct-left-blk {
        width: calc(100% - 490px);
    }

    .ceo-left-blk {
        width: 400px;
    }

    .ceo-right-blk {
        width: calc(100% - 430px);
    }

    .ceo-blk::after {
        left: 0;
        bottom: -143px;
        z-index: 1;
    }

    .addr-right-blk {
        width: calc(100% - 400px);
    }

}

@media screen and (max-width: 1100px) {
    .ct-flex-blk {
        gap: 15px;
    }

    .ct-right-blk {
        width: 360px;
    }

    .ct-left-blk {
        width: calc(100% - 375px);
        font-size: 1.5rem;
    }

    /* .addr-right-blk {
        width: calc(100% - 450px);
    }

    .addr-blk {
        gap: 8px;
    } */

    .addr-detail-blk {
        gap: 20px;
        padding: 15px 0;
    }

    .room-blk::before {
        background-size: contain;
        top: -60px;
        height: 165px;
    }

    .sec-strength::before {
        background-size: contain;
        top: -80px;
    }

    .message-txt {
        font-size: 1.5rem;
    }

    .ceo-right-blk {
        width: calc(100% - 360px);
    }

    .ceo-left-blk {
        width: 336px;
    }

    .addr-left-blk {
        width: 420px;
    }

}

@media screen and (max-width: 1000px) {
    .mv-ct-blk-wrapper::before {
        bottom: -63px;
    }
}

@media screen and (max-width: 900px) {
    .ceo-blk {
        flex-direction: column;
    }

    .ceo-left-blk {
        width: 100%;
    }

    .ceo-right-blk {
        width: 100%;
        margin-top: 30px;
    }

    .ceo-blk-wrapper .ceo-blk:nth-of-type(2) {
        flex-direction: column;
        margin-top: 118px !important;
        margin-bottom: 100px;
    }

    .addr-blk {
        flex-direction: column-reverse;
    }

    .addr-left-blk {
        width: 100%;
    }

    .addr-right-blk {
        width: 100%;
    }

    .fir-ceo,
    .sec-ceo {
        margin: 0 auto;
    }

    .ceo-left-blk {
        width: 100%;
    }

    .addr-left-blk img {
        margin: 0 auto;
    }

    .ct-flex-blk {
        flex-direction: column;
    }

    .ct-left-blk {
        width: 100%;
    }

    .ct-right-blk img {
        margin: 0 auto;
        max-width: 313px;
        width: 100%;
    }

    .ct-right-blk {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .mv-ct-blk-wrapper::before {
        background: url(/assets/img/common/mv_wave_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        height: 117px;
        /* bottom: -21px; */
        bottom: 0;
    }

    .ct-flex-blk {
        gap: 40px;
    }

    .ct-left-blk {
        /* width: 100%; */
        font-size: 1.4rem;
        padding-top: 15px;
    }

    .pg-ttl {
        font-size: 2.2rem;
        font-weight: 500;
        padding-left: 19px;
    }

    .bread-crumb-list {
        display: none;
    }

    .pg-ttl::before {
        width: 10px;
        height: 10px;
        top: 10px;
    }

    .off-ttl {
        font-size: 2.8rem;
        letter-spacing: 2px;
    }

    .off-sub-ttl {
        font-size: 1.6rem;
        letter-spacing: 1.5px;
    }

    .room-blk::before {
        height: 145px;
    }

    .ceo-blk-wrapper {
        margin-top: 50px;
    }

    .topic-ttl {
        font-size: 1.8rem;
        padding-left: 20px;
    }

    .strength-blk-wrapper::after {
        width: 204px;
        height: 41px;
        top: -60px;
        right: -10px;
    }

    .strength-blk::after {
        content: counter(process-count);
        width: 55px;
        height: 50px;
        font-size: 4.3rem;
        line-height: 1.2;
        top: -6px;
    }

    .strength-blk {
        padding: 75px 24px 40px 24px;
    }

    .card-txt {
        font-size: 1.4rem;
        padding-top: 15px;
    }

    .strength-blk-wrapper {
        padding-bottom: 40px;
        grid-template-columns: 1fr;
        row-gap: 27px;
    }

    .sec-strength::before {
        background-size: contain;
        top: -64px;
    }

    .sec-profile {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .topic-ttl::after {
        top: 12px;
        width: 10px;
        height: 4px;
    }

    .addr-detail-blk {
        gap: 51px;
    }

    .addr-detail-ttl {
        font-size: 1.4rem;
    }

    .addr-detail-txt {
        font-size: 1.4rem;
    }

    .off-bh {
        font-size: 1.4rem;
    }

    .off-lot {
        font-size: 1.4rem;
    }

    .off-bh::before {
        top: 5px;
        width: 8px;
        height: 12px;
    }

    .access-ttl {
        font-size: 2rem;
    }

    .access-ttl::before {
        width: 10px;
        height: 16px;
        left: -16px;
        top: 4px;
    }

    .sec-access {
        padding-top: 34px;
        padding-bottom: 40px;
    }

    .map-blk-wrapper {
        flex-direction: column;
    }

    .map-blk img {
        border-radius: 10px;
    }

    .map-info {
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        max-width: 120px;
    }

    .map-blk {
        margin: 0 auto;
    }

    .map-info-ttl {
        font-size: 1.4rem;
    }

    .map-info-ttl::before {
        width: 9px;
        height: 13px;
        top: 5px;
    }

    .off-ct-blk::after {
        width: 204px;
        height: 190px;
        top: -13px;
        right: -9px;
        background: url(/assets/img/about/ct_star_sp.png);
        background-repeat: no-repeat;
        background-position: top right;
        background-size: contain;
    }

    .ceo-blk::after {
        width: 157px;
        height: 119px;
        left: -25px;
        bottom: -10%;
        z-index: 1;
    }

    .message-txt-ttl {
        font-size: 1.4rem;
    }

    .message-txt {
        font-size: 1.4rem;
    }

    .sec-strength {
        padding-top: 30px;
    }

    .mv-ct-blk {
        margin-top: 0;
    }

}

@media screen and (max-width: 730px) {
    .mv-ct-blk-wrapper::before {
        background: url(/assets/img/common/mv_wave_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        height: 104px;
        bottom: 0px;
    }
}

@media screen and (max-width: 450px) {
    .mv-ct-blk-wrapper::before {
        background: url(/assets/img/common/mv_wave_sp.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: left top;
        height: 66px;
        bottom: 25px;
    }

    .off-sub-ttl {
        max-width: 275px;
        width: 100%;
    }

    .room-blk::before {
        height: 115px;
        background: url(/assets/img/about/bubble_wave_sp.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: contain;
    }

    .map-blk {
        height: 237px;
    }
}

@media screen and (max-width: 400px) {
    .mv-ct-blk-wrapper::before {
        height: 57px;
    }
}

/* about end */

/* common contact blk start */
.contact-blk {
    max-width: 904px;
    width: 100%;
    background-color: #003e90;
    padding: 80px 20px 40px 20px;
    margin: 0 auto;
    border-radius: 340px;
    position: relative;
    width: 100%;
    height: 100%;
}

.contact-ttl {
    font-size: 5.6rem;
    color: #ffffff;
    font-family: tiller, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 0.7;
}

.contact-ttl-jp {
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    padding-top: 10px;
}

.contact-blk::after {
    position: absolute;
    content: "";
    background: url(/assets/img/common/img_contact.png) no-repeat center/contain;
    width: 106px;
    height: 120px;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.2s linear;
}

.contact-blk:hover {
    background-color: #7e7e7e;
}

.contact-blk:hover::after {
    top: -50px;
}

@media screen and (max-width: 768px) {
    .contact-ttl {
        font-size: 4rem;
    }

    .sec-contact {
        padding-top: 90px;
        padding-bottom: 59px;
    }

    .contact-ttl-jp {
        font-size: 1.4rem;
    }

    .contact-blk {
        padding: 53px 20px 23px 20px;
    }

    .contact-blk::after {
        width: 69px;
        height: 78px;
        top: -29px;
    }
}

/* common contact blk end */
/*tax-advisory start */

.pg-sub-ttl {
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 20px;
    color: var(--blue-00);
    line-height: 1.9;
    letter-spacing: 0.4px;
}

.sec-advisor {
    background-color: var(--blue-01);
    margin-top: 100px;
    /* padding-top: 55px;
    padding-bottom: 103px; */
}

.advisor-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.advisor-left-blk {
    max-width: 660px;
    width: 100%;
}

.advisor-left-blk-ttl {
    font-size: 2rem;
    font-weight: 500;
    color: var(--blue-00);
    letter-spacing: 0.4px;
    padding-left: 34px;
    position: relative;
}

.advisor-left-blk-ttl::before {
    content: "";
    background: url(/assets/img/common/ic_mark.png) no-repeat left/contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 0;
}

.advisor-left-blk-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.6px;
}

.sec-ad-step {
    padding-top: 70px;
}

.ad-step-card {
    width: 100%;
    border: 1px solid var(--white-01);
    border-radius: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    padding: 43px 50px 35px 72px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.ad-step-cards .ad-step-card:nth-child(even) {
    flex-direction: row-reverse;
}

.ad-step-right {
    max-width: 624px;
    width: 100%;
}

.ad-right-ttl {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--blue-00);
    letter-spacing: 0.4px;
    padding-left: 30px;
    position: relative;
    padding-bottom: 12px;
    /* border-bottom: 1px dashed var(--blue-00); */
    line-height: 1.6;
}

.ad-right-ttl::before {
    content: "";
    background: url(/assets/img/common/ic_mark.png) no-repeat left / contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 5px;
}

.ad-right-ttl::after {
    content: "";
    background: url(/assets/img/common/line.png);
    width: 100%;
    height: 1px;
    position: absolute;
    background-position: left;
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
}

.ad-right-txt {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.8;
    padding-top: 20px;
    letter-spacing: 0.6px;
}

.advisor-right-blk {
    width: 230px;
}

.advisor-left-blk {
    width: calc(100% - 260px);
}

.advisor-right-blk.advisor-right-sec-blk {
    width: 270px;
}

.advisor-left-blk.advisor-left-blk-sec-bl {
    width: calc(100% - 300px);
}

.counter-sec {
    counter-reset: conStep;
}

.contract-card {
    width: 100%;
    border: 1px solid var(--white-01);
    border-radius: 32px;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: 50px 50px 60px 120px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    counter-increment: conStep;
}

.contract-card:not(:first-child) {
    margin-top: 37px;
}

.contract-card::after {
    content: counter(conStep);
    width: 70px;
    height: 72px;
    background: url(/assets/img/common/num_bg.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -9px;
    left: 32px;
    font-size: 5.6rem;
    font-weight: 400;
    color: var(--white-00);
    text-align: center;
    font-family: tiller, sans-serif;
    line-height: 1.3;
}

.notice-txt {
    font-size: 1.4rem;
}

.contract-left {
    width: calc(100% - 270px);
}

.contract-right {
    width: 230px;
    border-radius: 10px;
    overflow: hidden;
    height: fit-content;
}

.contract-right img {
    width: 100%;
    overflow: hidden;
}

.feesh-para {
    font-size: 1.6rem;
}

.feesh-topics {
    font-size: 2rem;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
}

.feesh-topics::before {
    content: "";
    width: 12px;
    height: 2px;
    background-color: var(--blue-00);

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.feesh-table-caption {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
}

.feesh-table-caption::before {
    content: "";
    background-image: url(/assets/img/common/round_triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 11px;


    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg) scaleY(1.2);
}

.feesh-table-wrapper {
    overflow: auto;
}

.feesh-table {
    min-width: 800px;
    width: 100%;
    border-spacing: 2px;
}

.column-title {
    background-color: var(--blue-00);
    color: var(--white-00);
    padding: 15px 0;
    border-right: 2px solid var(--white-00);
    border-bottom: 2px solid var(--white-00);
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    line-height: 1.3;
}

.column-title:first-child {
    border-top-left-radius: 10px;
}

.column-title:last-child {
    border-top-right-radius: 10px;
}

.table-content {
    background-color: var(--blue-01);
    padding: 18px 0;
    text-align: center;
    border-right: 2px solid var(--white-00);
    border-bottom: 2px solid var(--white-00);
}

.feesh-table tr .table-content:first-child {
    padding-left: 30px;
    text-align: start;
}

.feesh-table tr:last-child .table-content:first-child {
    border-bottom-left-radius: 10px;
}

.feesh-table tr:last-child .table-content:last-child {
    border-bottom-right-radius: 10px;
}

.case-bks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ce-blk {
    border-radius: 20px;
    border: 1px solid var(--white-01);
}

.case-ttd {
    background-color: var(--blue-00);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    color: var(--white-00);
    font-size: 1.8rem;
    font-weight: 500;
    padding: 18px;
}

.cse-ct {
    padding: 30px 40px 40px 40px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.case-ct-ttl {
    font-size: 1.6rem;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 1.5;
}

.case-bl {
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--blue-00);
}

.sh-bx {
    display: flex;
    gap: 20px;
    align-items: center;
    border: 1px solid var(--white-01);
    border-radius: 10px;
    padding: 20px 30px;
    position: relative;
}

.fee-ttl {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    max-width: 116px;
    width: 100%;
}

.fee-txt {
    font-size: 1.6rem;
    font-weight: 500;
}

.fee-txt span {
    font-size: 1.2rem;
    font-weight: 400;
}

.sh-bx:not(:first-child)::before {
    content: "";
    background: url(/assets/img/service/tax-advisory/plus.png) no-repeat center/contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.sh-bx+.sh-bx {
    margin-top: 40px;
}

.sh-bx:last-child::after {
    content: "";
    background: url(/assets/img/service/tax-advisory/down_arr.png) no-repeat center/contain;
    width: 35px;
    height: 26px;
    position: absolute;
    bottom: -37px;
    left: 50%;
    transform: translateX(-50%);
}

.ttl-ct {
    width: fit-content;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tl-ttl {
    background-color: var(--blue-00);
    color: var(--white-01);
    font-size: 1.6rem;
    line-height: 1.25;
    font-weight: 500;
    padding: 5px 8px;
    border-radius: 5px;
}

.tl-yn {
    font-size: 2.4rem;
    font-weight: 500;
    color: var(--blue-00);
}

.t-yen {
    font-size: 1.6rem;
    font-weight: 500;
}

.tax-des {
    font-size: 1.2rem;
    font-weight: 400;
    color: #1D1D1D;
}

.lt-txt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    position: relative;
    padding-left: 15px;
}

.lt-txt::after {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

.lt-txt-center {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    width: fit-content;
    margin: 0 auto;
}

.ce-blk:nth-of-type(even) .cse-ct {
    background-color: var(--blue-01);
}

.ce-blk:nth-of-type(even) .sh-bx {
    border: 1px solid var(--blue-00);
    background-color: var(--white-00);
}

.feesh-small-para {
    font-size: 1.4rem;
}

.qa-card-blk {
    width: 100%;
    border: 1px solid var(--white-01);
    border-radius: 20px;
    padding: 20px 50px 30px 40px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1)
}

.q-hd {
    display: flex;
    gap: 14px;
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--blue-00);
    align-items: center;
    position: relative;
    padding-bottom: 12px;
}

.hd-sig {
    font-size: 2.5rem;
    font-weight: 500;
    color: var(--blue-00);
}

.q-hd ::after {
    content: "";
    background: url(/assets/img/common/line.png);
    width: 100%;
    height: 1px;
    position: absolute;
    background-position: left;
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
}

.a-hd {
    display: flex;
    gap: 14px;
    align-items: baseline;
    padding-top: 15px;
    line-height: 1.5;
    letter-spacing: 0.7px;
    font-size: 1.6rem;
}

.qa-card-blk+.qa-card-blk {
    margin-top: 20px;
}

.qa-link {
    display: inline;
    color: var(--blue-00);
    text-decoration: underline !important;
}

@media screen and (max-width: 1300px) {
    .ad-step-card {
        padding: 43px 30px 35px 30px;
        gap: 50px;
    }

    .ad-step-right {
        max-width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    .case-bks {
        grid-template-columns: 1fr;
    }

    .ce-blk {
        max-width: 522px;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 900px) {
    .contract-card {
        flex-direction: column-reverse;
    }

    .contract-left {
        width: 100%;
    }

    .contract-right {
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .pg-sub-ttl {
        font-size: 1.1rem;
    }

    .sec-advisor {
        margin-top: 31px;
    }

    .advisor-blk {
        flex-direction: column;
        gap: 40px;
    }

    .advisor-left-blk {
        width: 100%;
    }

    .ad-step-card {
        flex-direction: column;
        padding: 30px 24px 40px 24px;
        border-radius: 16px;
        gap: 30px;
    }

    .ad-step-left {
        width: 100%;
    }

    .ad-step-right {
        width: 100%;
    }

    .ad-step-left img {
        margin: 0 auto;
    }

    .advisor-left-blk-ttl {
        font-size: 1.6rem;
        padding-left: 22px;
    }

    .advisor-left-blk-ttl::before {
        width: 18px;
        height: 18px;
        top: 0;
    }

    .advisor-left-blk-txt {
        font-size: 1.4rem;
    }

    .sec-ad-step {
        padding-top: 30px;
    }

    .ad-right-ttl {
        font-size: 1.6rem;
        padding-left: 23px;
    }

    .ad-right-ttl::before {
        width: 18px;
        height: 18px;
        top: 4px;
    }

    .ad-right-txt {
        font-size: 1.4rem;
        padding-top: 10px;
    }

    .ad-step-cards .ad-step-card:nth-child(even) {
        flex-direction: column;
    }

    .tax-ser-img {
        max-width: 217px;
        width: 100%;
    }

    .bsheet-img {
        max-width: 207px;
        width: 100%;
    }

    .consultation-img {
        max-width: 222px;
        width: 100%;
    }

    .varinfor-img {
        max-width: 182px;
        width: 100%;
    }

    .contract-card {
        gap: 30px;
        padding: 75px 24px 40px;
        border-radius: 16px;
    }

    .contract-card::after {
        width: 55px;
        height: 50px;
        font-size: 4.3rem;
        line-height: 1.2;
        top: -6px;
        left: 50%;
        transform: translateX(-50%);
    }

    .notice-txt {
        font-size: 1.2rem;
    }

    .feesh-topics {
        font-size: 1.4rem;
        padding-left: 15px;
    }

    .feesh-topics::before {
        width: 9px;

    }

    .feesh-para {
        font-size: 1.4rem;
    }

    .feesh-table {
        min-width: 500px;
        font-size: 1.4rem;
    }

    .feesh-table tr .table-content:first-child {
        padding-left: 20px;
    }

    .feesh-table-caption {
        font-size: 1.4rem;
        padding-left: 15px;
    }

    .feesh-table-caption::before {
        width: 8px;
        height: 9px;
    }

    .table-content {
        padding: 15px 0;
    }

    .feesh-small-para {
        font-size: 1.2rem;
    }

    .cse-ct {
        padding: 20px;
    }

    .sh-bx {
        padding: 15px;
        gap: 2px;
    }

    .fee-ttl {
        font-size: 1.2rem;
    }

    .fee-txt {
        font-size: 1.4rem;
    }

    .fee-txt span {
        display: block;
    }

    .case-ttd {
        font-size: 1.4rem;
    }

    .case-ct-ttl {
        font-size: 1.4rem;
    }

    .case-bl {
        font-size: 1.4rem;
    }

    .tl-ttl {
        font-size: 1.4rem;
        padding: 5px 5px;
    }

    .tl-yn {
        font-size: 2rem;
    }

    .a-hd {
        font-size: 1.4rem;
        padding-top: 10px;
    }

    .qa-card-blk {
        padding: 20px;
    }

    .q-hd {
        font-size: 1.4rem;
    }

    .hd-sig {
        font-size: 2rem;
    }
}

@media screen and (max-width: 370px) {
    .tl-ttl {
        font-size: 1.2rem;
    }

    .tl-yn {
        font-size: 1.8rem;
    }
}

/*tax-advisory end */

/* news start */
.bluemv-img {
    width: 100%;
    overflow: hidden;
}

.bluemv-img img {
    height: 120px;
    object-fit: cover;
    object-position: top left;
    transform-origin: left top;
}

.nt-container {
    padding-bottom: 236px;
}

.nt-ttl-line {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.nt-ttl {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 23px;
    position: relative;
    margin-bottom: 33px;
}

.nt-ttl::before {
    content: "";
    width: 12px;
    height: 6px;
    background-color: var(--blue-00);

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nt-vid {
    width: 161px;
    height: 146px;
    margin-top: -5px;
}

.nt-cards-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 43px;
    row-gap: 100px;
}

.nt-card-img {
    border-radius: 24px;
}

.nt-card-ttl {
    padding-top: 8px;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.5;
}

.nt-card-desc {
    font-size: 1.4rem;
    line-height: 1.5;
}

.nt-btns-container {
    margin-top: 160px;
    display: flex;
    justify-content: center;
    gap: 11px;
}

.nt-btn {
    width: 100px;
    height: 50px;

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    position: relative;

    color: var(--white-00);
    font-size: 1.4rem;
}

.nt-btn-grey {
    background-color: var(--grey-01);
    padding-left: 3px;
}

.nt-btn-blue {
    background-color: var(--blue-00);
    padding-right: 3px;
}

.nt-btn::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.nt-btn-grey::before {
    border-right: 7px solid var(--white-00);
    left: 10px;
}

.nt-btn-blue::before {
    border-left: 7px solid var(--white-00);
    right: 10px;
}

.news-common-mvctblk {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

@media screen and (min-width: 2000px) {
    .bluemv-img img {
        transform: scaleX(3);
        height: 150px;
    }
}

@media (min-width: 1800px) and (max-width: 2000px) {
    .bluemv-img img {
        transform: scaleX(2);
    }
}

@media (min-width: 1200px) and (max-width: 1800px) {
    .bluemv-img img {
        transform: scaleX(1.75);
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .bluemv-img img {
        transform: scaleX(1.5);
    }
}

@media (min-width: 768px) and (max-width: 900px) {
    .bluemv-img img {
        transform: scaleX(1.25);
    }
}

@media screen and (max-width: 768px) {
    .bluemv-img img {
        width: 100%;
        height: 68px;
        object-fit: unset;
        object-position: unset;
        transform-origin: unset;
    }

    .nt-ttl-line {
        justify-content: end;
    }

    .nt-cards-container {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 21px;
        row-gap: 50px;
    }

    .nt-card-ttl {
        font-size: 1.6rem;
        padding-top: 13px;
    }

    .nt-vid {
        width: 100px;
        height: 100px;
        margin-top: -53px;
    }

    .nt-card-img {
        border-radius: 16px;
    }
}

@media screen and (max-width: 480px) {
    .bluemv-img img {
        transform: unset;
    }

    .nt-cards-container {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }
}

/* news end */

/* news details start */

.tp-sub-cat.news-tp-sub-cat {
    font-size: 1.2rem;
    line-height: initial;
    padding: 1px 7px;
}

.news-detail {
    max-width: 752px;
    margin: 0 auto;
    padding: 0 16px 153px;
}

.nd-ttl-container {
    max-width: 752px;
    margin: 0 auto;
    padding: 0 16px;
}

.news-detail>div:first-child {
    margin-top: 25px;
    width: 100%;
    height: 460px;
}

.news-detail img {
    width: 100%;
    max-width: 720;
    height: 100%;
    border-radius: 24px;
    margin: 25px auto 45px;
}

.news-detail p {
    margin: 20px 0;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
}

.news-detail br {
    display: block;
}

.news-detail h4 {
    margin-top: 50px;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
}

.news-detail h4::before {
    content: "";
    width: 10px;
    height: 4px;
    background-color: var(--blue-00);

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.plus-link-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .tp-sub-date.news-tp-sub-date {
        font-size: 1.2rem;
    }

    .news-detail {
        padding: 0 16px 71px;
    }

    .news-detail>div:first-child {
        margin-top: 20px;
        max-height: 330px;
    }

    .news-detail h4 {
        margin-top: 40px;
    }

    .news-detail img {
        border-radius: 16px;
    }

    .tp-news-sub::before {
        top: 12px;
    }
}

@media screen and (max-width: 480px) {
    .news-detail>div:first-child {
        max-height: 220px;
    }
}

/* news details end */

/* Contact start */
.contact-form {
    padding: 80px 68px 100px;
    background-color: var(--blue-01);
    border-radius: 40px;
    max-width: 1064px;
    margin: 0 auto;
}

.cf-ttl {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
}

.form-grid {
    display: grid;
    grid-template-columns: 268px auto;
    align-items: center;
    row-gap: 60px;
}

.input-label {
    font-size: 1.6rem;
    font-weight: 500;
    padding-left: 13px;
    align-self: start;
    padding-top: 21px;
    position: relative;
}

.input-label-span {
    font-size: 1.2rem;
    font-weight: 500;
    color: #c35200;
}

.contact-select {
    width: 100%;
    height: 60px;
    border: none;
    border: 1px solid var(--white-01);
    border-radius: 8px;
    appearance: none;
    padding-left: 16px;
    color: var(--grey-01);
    font-size: 1.6rem;
}

.contact-select.active {
    color: unset;
}

.contact-select:focus {
    outline: none
}


.cf-select-wrapper {
    position: relative;
}

.cf-select-wrapper::after {
    content: "";
    background-image: url(/assets/img/common/round_triangle.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    pointer-events: none;
}

.ct-op {
    color: var(--black-00);
    width: fit-content;
    margin-left: -20px;
}


.input-label::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--blue-00);

    position: absolute;
    left: 0;
    bottom: 25px;
}

.cf-input {
    height: 60px;
    width: 100%;
    padding-left: 22px;
    border-radius: 8px;
    border: 1px solid var(--white-01);
    font-size: 1.6rem;
}

.cf-input:focus {
    outline: none;
}

.cf-input::placeholder {
    font-size: 1.6rem;
    color: var(--grey-01);
}

.short-input {
    max-width: 320px;
    height: 100%;
}

.cf-input-textarea {
    height: 240px;
    padding-top: 16px;
}

.input-label:last-child {
    align-self: start;
}

.contact-checkbox {
    width: 14px;
    height: 14px;
    margin-left: 0;
}

.contact-checkbox-label {
    font-size: 1.6rem;
    align-self: start;
    margin-top: -4px;
}

.c-checkbox-link {
    display: inline-block;
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

.c-checkbox-link:hover {
    color: var(--blue-00);
    text-decoration: underline;
    text-decoration-color: var(--blue-00);
}

.contact-btn {
    max-width: 800px;
    height: 100px;
    background-color: var(--blue-00);
    border-radius: 50px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 240px;
}

.contact-btn-txt {
    color: var(--white-00);
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 47px;
    position: relative;
}

.contact-btn-txt::before {
    content: "";
    background-image: url(/assets/img/common/ic_mess.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 900px) {

    .form-grid {
        grid-template-columns: 200px auto;
        row-gap: 40px;
    }

}

@media screen and (max-width: 768px) {
    .contact-form {
        padding: 30px 25px 60px;
    }

    .cf-ttl {
        font-size: 1.4rem;
    }

    .contact-form {
        border-radius: 10px;
    }

    .form-grid {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .input-label {
        padding-top: 10px;
        font-size: 1.4rem;
    }

    .input-label-span {
        font-size: 1rem;
    }

    .input-label-mg {
        margin-bottom: -16px;
    }

    .contact-select {
        height: 50px;
        font-size: 1.4rem;
        padding-left: 25px;
    }

    .cf-select-wrapper::after {
        width: 13px;
        height: 10px;
    }

    .cf-input {
        height: 50px;
        font-size: 1.4rem;
    }

    .input-label::before {
        width: 6px;
        height: 6px;
        bottom: 21px;
    }

    .short-input {
        max-width: 100%;
    }

    .contact-checkbox-label {
        font-size: 1.4rem;
        width: fit-content;
        margin: -8px auto 0 auto;
    }

    .cf-input-textarea {
        height: 200px;
    }

    .contact-btn {
        height: 80px;
        max-width: 295px;
    }

    .contact-btn-txt {
        font-size: 1.6rem;
        padding-left: 35px;
    }

    .contact-btn-txt::before {
        width: 27px;
        height: 21px;
    }
}

@media screen and (max-width: 330px) {
    .contact-checkbox-label {
        font-size: 1.3rem;
    }
}

/* Contact end */

/* second-option start */
.sec-tax-op {
    display: flex;
    justify-content: space-between;
}

.sec-tax-op-left {
    max-width: 660px;
    width: calc(100% - 300px);
}

.sec-tax-op-right {
    width: 270px;
}


@media screen and (max-width: 1000px) {
    .sec-tax-op {
        flex-direction: column;
        gap: 40px;
    }

    .sec-tax-op-left {
        width: 100%;
        max-width: 100%;
    }

    .sec-tax-op-right {
        width: 100%;
    }

    .sec-tax-op-right img {
        margin: 0 auto;
    }

}

@media screen and (max-width: 768px) {
    .analysis-img {
        max-width: 181px;
        width: 100%;
    }

    .suggestion-img {
        max-width: 172px;
        width: 100%;
    }
}

/* second-option end */
/* change-tax-accountant start */
.tax-acc-blk {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}

.tax-acc-left {
    max-width: 650px;
    width: calc(100% - 325px);
}

.tax-acc-right {
    width: 295px;
    padding-right: 75px;
}

@media screen and (max-width: 950px) {
    .tax-acc-blk {
        flex-direction: column;
        gap: 40px;
    }

    .tax-acc-left {
        width: 100%;
        max-width: 100%;
    }

    .tax-acc-right {
        width: 100%;
        padding-right: 0;
    }

    .tax-acc-right img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 950px) {
    .sit-analysis-img {
        max-width: 191px;
        width: 100%;
    }

    .bplan-img {
        max-width: 227px;
        width: 100%;
    }

    .c-tax-img {
        max-width: 175px;
        width: 100%;
    }

    .mana-support-img {
        max-width: 209px;
        width: 100%;
    }
}

/* change-tax-accountant end */
/* startup-support start */
.kd-com {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 1.5;
}

.topic-ttl-des {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1.5;
}

.startup-blk-wrapper {
    display: flex;
    justify-content: space-between;
}

.startup-blk-left {
    max-width: 660px;
    width: calc(100% - 253px);
}

.startup-blk-right {
    width: 223px;
}

@media screen and (max-width: 768px) {
    .startup-blk-wrapper {
        flex-direction: column;
        gap: 40px;
    }

    .startup-blk-left {
        max-width: 100%;
        width: 100%;
    }

    .startup-blk-right {
        width: 100%;
    }

    .startup-blk-right img {
        margin: 0 auto;
    }

    .topic-ttl-des {
        font-size: 1.4rem;
    }

    .kd-com {
        font-size: 1.4rem;
        letter-spacing: 1.5px;
    }

    .pre-time-img {
        max-width: 153px;
        width: 100%;
    }

    .success-img {
        max-width: 158px;
        width: 100%;
    }

    .establishment-img {
        max-width: 177px;
        width: 100%;
    }
}

/* startup-support end */

/* /service/inheritance/index.html start */
.inher-flex-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inher-flex-left {
    max-width: 660px;
    width: calc(100% - 344px);
}

.inher-flex-right {
    width: 314px;
}

.inher-flex-right img {
    padding-right: 36px;
}

@media screen and (max-width: 950px) {
    .inher-flex-blk {
        flex-direction: column;
        gap: 40px;
    }

    .inher-flex-left {
        max-width: 100%;
        width: 100%;
    }

    .inher-flex-right {
        width: 100%;
    }

    .inher-flex-right img {
        margin: 0 auto;
        padding-right: 0;
        max-width: 278px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .tax-saving-img {
        max-width: 229px;
        width: 100%;
    }

    .optimal-asset-img {
        max-width: 208px;
        width: 100%;
    }
}

/* /service/inheritance/index.html end */

/* /recruit/index.html start */
.recruit-sec {
    padding-top: 101px;
}

.future-independence {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: var(--blue-00);
    letter-spacing: 0.8px;
    padding-bottom: 18px;
}

.recruit-message {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: 0.64px;
    padding-bottom: 60px;
}

.fulltime-staff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 65px;
    align-items: flex-start;
}

.accounting-support {
    display: flex;
    padding-top: 22px;
    flex-wrap: wrap;
    gap: 14px;
}

.recr-plus-link-wrap {
    display: inline-block;
}

.employee-reg {
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 5px;
    background-color: var(--blue-00);
    border-radius: 16px;
    color: var(--white-00);
    width: 67px;
    height: 28px;
    text-align: center;
}

.recruit-card {
    width: 50%;
}

.employee-reg-wrap {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex: 1;
}

.tax-assist-img {
    width: 100%;
    border-radius: 20px;
}

.seemore {
    display: flex;
    gap: 7px;
}

.tax-assist {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    width: calc(100% - 77px);
    padding-top: 3px;
}

@media screen and (max-width :1300px) {
    .fulltime-staff {
        gap: 20px;
    }
}

@media screen and (max-width :1100px) {
    .accounting-support {
        flex-direction: column;
        gap: 13px;
    }

    .tax-assist {
        font-size: 1.7rem;
    }
}

@media screen and (max-width :768px) {
    .fulltime-staff {
        flex-direction: column;
        gap: 40px;
    }

    .recruit-card {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .employee-reg {
        font-size: 1.2rem;
    }

    .tax-assist {
        font-size: 1.6rem;
    }

    .recruit-sec {
        padding-top: 31px;
    }

    .future-independence {
        padding-bottom: 20px;
    }

    .recruit-message {
        font-size: 1.4rem;
        line-height: 1.71;
        letter-spacing: 0.56px;
        padding-bottom: 30px;
    }

    .tax-assist-img {
        border-radius: 16px;
    }

    .accounting-support {
        padding-top: 16px;
        gap: 9px;
    }

    .recr-plus-link-wrap {
        display: flex;
    }

    .employee-reg {
        width: 61px;
        padding-top: 6px;
    }

    .future-independence {
        font-size: 1.6rem;
    }
}

/* /recruit/index.html end */

/* /recruit/account-tax-assistant/index.html start */
.acc-tax {
    max-width: 768px;
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
}

.acc-tax img {
    border-radius: 20px;
    margin-top: 25px;
}

.acc-tax-section {
    background-color: var(--blue-01);
    margin-top: 101px;
    margin-bottom: 73px;
    padding-top: 81px;
}

.apply-text::before {
    content: "";
    background-image: url(/assets/img/common/ic_note.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 31px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.apply-text {
    color: var(--white-00);
    font-size: 1.8rem;
    font-weight: 500;
    padding-left: 40px;
    position: relative;
}

.job-desc-container {
    max-width: 800px;
    margin: 0 auto;
}

.job-desc-ttl {
    font-size: 1.8rem;
    font-weight: 500;
    color: var(--blue-00);
    position: relative;
    padding-left: 30px;
    padding-bottom: 11px;
}

.job-desc-ttl::after {
    content: "";
    background: url(/assets/img/common/line.png);
    width: 100%;
    height: 1px;
    position: absolute;
    background-position: left;
    background-size: contain;
    background-repeat: repeat-x;
    left: 0;
    bottom: 0;
}

.job-desc-ttl::before {
    content: '';
    background: url(/assets/img/common/ic_mark.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
}

.job-desc-text {
    color: #1D1D1D;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.56px;
}

.recruit-req-section {
    background-color: var(--blue-01);
    margin-bottom: 119px;
}

.recruit-req-header {
    text-align: center;
    position: relative;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.4;
}

.recruit-req-header::after {
    content: '';
    background: url(/assets/img/common/recruit_bar.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.recruit-req-wrapper {
    max-width: 992px;
    padding: 80px 0;
    background-color: var(--white-00);
    margin: 0 auto;
    border-radius: 40px
}

.inner-recruit-req {
    max-width: 838px;
    padding: 0px 25px;
    margin: 0 auto;
}

.recruit-req-wrapper .recruit-req-flex:last-child {
    border-bottom: 1px dashed var(--white-01);
}

.recruit-req-flex {
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed var(--white-01);
    padding: 30px 0;
    align-items: center;
    gap: 10px;
}

.recruit-req-ttl {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    position: relative;
    padding-left: 18px;
    max-width: 105px;
    width: 100%;
}

.recruit-req-text {
    max-width: 559px;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    line-height: 1.8;
}

.recruit-req-ttl::before {
    content: '';
    background: url(/assets/img/common/recruit_rectangle.png) no-repeat;
    background-size: contain;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.corporate-container {
    max-width: 1064px;
    margin: 0 auto;
}

.corporate-flex {
    display: flex;
    background-color: var(--blue-01);
    width: calc(100% - 60px);
    padding: 40px 0 60px 0;
    border-radius: 20px;
    position: relative;
    gap: 20px;
    min-height: 458px;
}

.corporate-flex:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: 60px;
    padding-right: 560px;
    margin: 141px auto 0 0;
    justify-content: start;
}

.corporate-flex:nth-child(odd) {
    padding-right: 60px;
    padding-left: 560px;
    margin: 141px 0 0 auto;
    justify-content: end;
}

.corporate-flex:nth-child(odd) .culture-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-60px, -60px);
}

.corporate-flex:nth-child(even) .culture-img-wrap {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(60px, -60px);
}

.culture-img {
    max-width: 600px;
    width: 100%;
    border-radius: 20px;
}

.culture-group {
    max-width: 344px;
    width: 100%;
}

.corporate-cul-ttl {
    font-size: 2rem;
    font-weight: 500;
    color: #1D1D1D;
    line-height: 1.4;
    position: relative;
    padding-left: 30px;
}

.corporate-cul-ttl::before {
    content: '';
    background: url(/assets/img/common/ic_mark.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 6px;
}

.corporate-cul-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #1D1D1D;
    line-height: 1.7;
    letter-spacing: 0.5px;
    margin-top: 20px;
}

@media (max-width: 1400px) and (min-width: 1171px) {
    .corporate-flex:nth-child(odd) {
        padding-right: 20px;
        padding-left: 410px;
    }

    .corporate-flex:nth-child(even) {
        padding-left: 20px;
        padding-right: 410px;
    }

    .culture-img {
        max-width: 450px;
    }

    .culture-group {
        max-width: 100%;
    }
}

@media screen and (max-width: 1170px) {
    .corporate-flex:nth-child(odd) {
        padding-right: 20px;
        padding-left: 410px;
    }

    .corporate-flex:nth-child(even) {
        padding-left: 20px;
        padding-right: 410px;
    }

    .culture-img {
        max-width: 450px;
    }

    .culture-group {
        max-width: 100%;
    }

    .corporate-flex {
        min-height: 350px;
    }
}

@media screen and (max-width: 950px) {
    .corporate-flex:nth-child(odd) {
        padding-left: 260px;
    }

    .corporate-flex:nth-child(even) {
        padding-right: 260px;
    }

    .culture-img {
        max-width: 300px;
    }

    .corporate-flex:nth-child(odd) .culture-img-wrap {
        transform: translate(-60px, -60px);
    }

    .corporate-flex:nth-child(even) .culture-img-wrap {
        transform: translate(60px, -60px);
    }

    .corporate-flex {
        min-height: 280px;
    }
}

@media screen and (max-width: 768px) {
    .acc-tax img {
        border-radius: 10px;
        margin-top: 21px;
    }

    .acc-tax-section {
        margin-top: 31px;
        margin-bottom: 30px;
    }

    .job-desc-ttl {
        padding-bottom: 15px;
        font-size: 1.6rem;
        padding-left: 24px;
    }

    .inner-recruit-req {
        padding: 0px 25px;
    }

    .recruit-req-wrapper {
        border-radius: 10px;
        padding: 40px 0;
    }

    .recruit-req-flex {
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .apply-text::before {
        width: 23px;
        height: 25px;
    }

    .recruit-req-ttl, .recruit-req-text {
        font-size: 1.4rem;
        padding-left: 11px;
        max-width: 100%;
    }

    .recruit-req-header {
        font-size: 1.8rem;
    }

    .apply-text {
        font-size: 1.6rem;
        padding-left: 32px;
    }

    .recruit-req-ttl::before {
        width: 6px;
        height: 6px;
    }

    .job-desc-ttl::before {
        width: 18px;
        height: 18px;
    }

    .recruit-req-header::after {
        width: 10px;
        height: 4px;
        background: url(/assets/img/common/ic_rec2_blue.png) no-repeat;
    }

    .corporate-flex:nth-child(odd) {
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
        margin: 90px 0 0 auto;
    }

    .corporate-flex:nth-child(1) {
        margin: 63px 0 0 auto;
    }

    .corporate-flex:nth-child(even) {
        flex-direction: column;
        padding-right: 25px;
        padding-left: 25px;
        margin: 90px auto 0 0;
    }

    .corporate-flex:nth-child(even) .culture-img-wrap {
        position: relative;
        transform: translate(0px, -80px);
        width: calc(100% + 50px);
    }

    .corporate-flex:nth-child(odd) .culture-img-wrap {
        position: relative;
        transform: translate(-50px, -80px);
        width: calc(100% + 50px);
    }


    .culture-img {
        max-width: 100%;
    }

    .corporate-cul-text {
        margin-top: 15px;
    }

    .corporate-cul-ttl {
        font-size: 1.6rem;
    }

    .corporate-flex {
        padding: 40px 36px 40px 25px;
        width: calc(100% - 25px);
        gap: 0;
    }

    .culture-group {
        margin-top: -50px;
    }

    .contact-btn-recruit {
        margin-bottom: 75px;
    }
}

@media screen and (max-width: 370px) {
    .corporate-flex:nth-child(even) {
        padding-right: 20px;
        padding-left: 20px;
        margin: 70px auto 0 0;
    }

    .corporate-flex:nth-child(odd) {
        padding-left: 20px;
        padding-right: 20px;
        margin: 70px 0 0 auto;
    }

    .culture-group {
        margin-top: -60px;
    }

    .corporate-flex:nth-child(even) .culture-img-wrap {
        transform: translate(-5px, -80px);
    }

    .corporate-flex:nth-child(odd) .culture-img-wrap {
        transform: translate(-45px, -80px);
    }

    .inner-recruit-req {
        padding: 0 15px;
    }
}

/* /recruit/account-tax-assistant/index.html end */

/* /privacy-policy/index.html start */
.pp-top-para {
    line-height: 1.6;
}

.pp-list {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 1px;
}

.pp-list-item {
    padding-left: 20px;
    margin-top: 40px;
    font-weight: 500;
    counter-increment: oltype;
    position: relative;
}

.pp-list-item::before {
    content: counter(oltype)".";
    position: absolute;
    left: 0;
    top: 0;
}

.pp-list-item:first-child {
    margin-top: unset;
}

.pp-sec-lvl {
    padding-left: 17px;
    position: relative;
}

.pp-sec-lvl::before {
    content: "";
    background-color: var(--blue-00);
    width: 8px;
    height: 8px;
    border-radius: 50%;

    position: absolute;
    left: 2px;
    top: 8px;
}

.ppli-desc-bold {
    font-weight: 500;
}

.ppli-desc-eight {
    display: inline;
}

.pp-third-lvl-dot {
    padding-left: 16px;
    position: relative;
}

.pp-third-lvl-dot::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--black-00);
    border-radius: 50%;

    position: absolute;
    left: 6px;
    top: 13px;
    transform: translateY(-50%) scale(0.5);
}

.pp-third-lvl-circle {
    padding-left: 34px;
    position: relative;
}

.pp-third-lvl-circle::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 1px solid var(--black-00);
    border-radius: 50%;

    position: absolute;
    left: 18px;
    top: 13px;
    transform: translateY(-50%);
}

.form-link {
    display: inline-block;
    color: var(--blue-00);
    text-decoration: underline !important;
    text-underline-offset: 2px;
}

@media screen and (max-width: 768px) {
    .pp-list {
        font-size: 1.4rem;
        letter-spacing: 0;
    }

    .pp-top-para {
        font-size: 1.4rem;
        letter-spacing: 0;
        padding-right: 13px;
        ;
    }

    .pp-list-item {
        margin-top: 30px;
        padding-left: 16px;
    }



    .ppli-desc-eight {
        line-height: 2;
    }

    .pp-sec-lvl {
        padding-left: 12px;
    }

    .pp-sec-lvl::before {
        width: 6px;
        height: 6px;
        top: 9px;
        left: 2px;
    }

    .pp-third-lvl-dot::before {
        top: 11px;
    }

    .pp-third-lvl-circle {
        padding-left: 30px;
    }

    .pp-third-lvl-circle::before {
        width: 12px;
        height: 12px;
        top: 12px;
        left: 14px;
    }
}

@media screen and (max-width: 350px) {
    .pp-list {
        font-size: 1.3rem;
    }
}

/* /privacy-policy/index.html end */

/* service start */
.service-ttl-blk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.plus-link-btn.plus-link-btn-ser {
    justify-content: center;
    gap: 7px;
}

.service-ani svg {
    width: 242px !important;
    height: 182px !important;
}

@media screen and (max-width: 768px) {
    .ani-blk {
        display: none;
    }

}

/* service */