.attention{
    text-align: center;
    position: sticky;
    /* bottom: 10rem; */
    margin-bottom: 8rem;
}

.attention_wrap{
    border: solid var(--blue) 0.2rem;
    font-size: 1.8rem;
    padding: 2rem;
    max-width: 100rem;
    margin: auto;
}

.attention_wrap span{
    font-weight: bold;
}

.top_fv_wrap{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.top_fv_area {
    width: 116rem;
    height: 60rem;
    border: solid var(--blue) 0.2rem;
    position: relative;
    border-radius: 3rem;
    padding-top: 2rem;
    padding-left: 5.2rem;
}

.top_fv_area {
    margin-left: 6rem;
    margin-right: 6rem;
    margin-top: 9.5rem;
    margin-bottom: 6rem;
}

.top_fv_title {
    font-size: 8rem;
    color: #0B3A8F;
    font-family: var(--ZenmMaru);
    font-weight: 900;
    line-height: calc(90 / 80);
    margin-bottom: 3.2rem;
    width: max-content;
    position: relative;
    z-index: 4;
}



.top_fv_text {
    color: var(--blue);
    font-size: 1.4rem;
    font-weight: 800;
    font-family: var(--ZenmMaru);
    line-height: calc(31 / 14);
    margin-bottom: 3.7rem;
    width: max-content;
}

.top_fv_img {
    width: 37.4em;
    object-fit: cover;
}

.fv_right_img {
    position: absolute;
    right: -4.5rem;
    width: 68.2rem;
    top: 5rem;
    z-index: 0;
}

/* サービスエリア */
.area_title_text {
    font-size: 7rem;
    font-weight: 800;
    color: var(--blue);
    font-family: var(--NotoSans);
    line-height: calc(70 / 70);
    width: max-content;
}

.area_sub_text {
    font-family: var(--NotoSans);
    font-weight: 800;
    font-size: 1.8rem;
    line-height: calc(30 / 18);
    margin-bottom: 3rem;
    width: max-content;
}

.sub_text {
    color: var(--black);
    font-size: 3.6rem;
    line-height: calc(50 / 36);
    font-weight: 800;
    margin-bottom: 4.5rem;
    width: max-content;
}

.text_description {
    width: 44.5rem;
    font-family: var(--NotoSans);
    font-size: 1.6rem;
    line-height: calc(35 / 16);
    font-weight: 400;
    margin-bottom: 4.5rem;
}

.service_area {
    position: relative;
    margin-left: 10rem;
    margin-right: 10rem;
    margin-bottom: 24.5rem;
}

.right_img {
    position: absolute;
    top: 0;
    width: 54rem;
    right: 0;
}

/* ボタンデザイン */
a.btn_29 {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 22rem;
    margin: auto;
    padding: 1.2rem 4rem;
    position: relative;
    border-radius: 2.5rem;
    border: 1px solid var(--blue);
    font-weight: bold;
    /* letter-spacing: 2px; */
    background: white;
    color: var(--blue);
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    height: 4.8rem;
    font-size: 1.6rem;
}

a.btn_29:hover {
    color: #fff;
    background: var(--blue);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a.btn_29:hover::before {
    -webkit-animation: sh02 0.5s 0s linear;
    -moz-animation: sh02 0.5s 0s linear;
    animation: light 0.5s 0s linear;
}

a.btn_29::before {
    content: '';
    display: block;
    width: 0px;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0%;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 50px 30px #fff;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    -o-transform: skewX(-20deg);
    transform: skewX(-20deg);
}

@keyframes light {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
}


/* 2area目 */
.service_area02 {
    position: relative;
    margin-left: 10rem;
    /* margin-right: 10rem; */
    padding-left: 65rem;
    margin-bottom: 24.5rem;
}

.left_img {
    position: absolute;
    top: 0;
    width: 54rem;
    left: 0;
}

.flow_title {
    font-size: 7rem;
    font-weight: 800;
    color: var(--blue);
    font-family: var(--NotoSans);
    line-height: calc(70 / 70);
    width: max-content;
    text-align: center;
    margin: 0 auto;
}

.flow_text {
    font-family: var(--NotoSans);
    font-weight: 800;
    font-size: 1.8rem;
    line-height: calc(30 / 18);
    margin-bottom: 3rem;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 3.3rem;
}



/* ここからテスト */
.flow_area {
    display: flex;
    margin-bottom: 12rem;
}

/* 左 */
.flow_left_area {
    background-color: #B5BCEB;
    width: 50%;
}

.flow_left {
    display: flex;
    padding-top: 5rem;
    /* margin-left: 15rem; */
    margin-bottom: 5rem;
    justify-content: center;
}

.flow_title_text {
    writing-mode: vertical-rl;
    font-size: 1.8rem;
    font-weight: 800;
    font-family: var(--ZenmMaru);
    line-height: calc(25 / 18);
    letter-spacing: 0.22em;
}

.step_flow {
    font-family: var(--ZenmMaru);
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1;
}

.no_flow {
    font-family: var(--ZenmMaru);
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    line-height: calc(30 / 30);
    margin-bottom: 1.1rem;
}

.flow_text_area{
    cursor: pointer;
}

.flow_text_area:not(:last-child) {
    margin-right: 3rem;
}

.flow_left_desc,
.flow_right_desc{
    width: 100%;
}

/* 右 */
.flow_right {
    display: flex;
    padding-top: 5rem;
    /* margin-left: 13rem; */
    /* margin: 0 auto; */
    /* text-align: center; */
    margin-bottom: 5rem;
    justify-content: center;
}

.flow_right_area {
    background-color: #3B75BB;
    width: 50%;
}

.flow_text_center {
    text-align: center;
    font-size: 3rem;
    font-family: var(--ZenmMaru);
    font-weight: calc(30 / 30);
    font-weight: 700;
    color: #fff;
    margin-top: 5rem;
}

/* flow説明欄 */
.desc_step {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    font-family: var(--ZenmMaru);
    text-align: center;
}

.desc_no {
    font-size: 4.5rem;
    color: #fff;
    font-weight: bold;
    font-family: var(--ZenmMaru);
    text-align: center;
    line-height: calc(44 / 45);
    margin-bottom: 1.5rem;
}

.desc_text {
    width: 36rem;
    text-align: left;
    margin: 0 auto;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: calc(25 / 16);
    margin-bottom: 10rem;
}

.company_area_main {
    margin-bottom: 15rem;
}

.company_img {
    border: solid #707070 0.1rem;
    width: 16.5rem;
    height: 10.5rem;
    object-fit: contain;
    aspect-ratio: 3 / 2;
    height: 100%;
}

.company_area {
    display: flex;
    gap: 4rem 4.5rem;
    flex-wrap: wrap;
    justify-content: space-around;
}

.company_area:nth-child(2) .company_img,
.company_area:nth-child(4) .company_img{
    transform: translateX(50%);
}

.company_area:not(:last-child){
    margin-bottom: 4.5rem;
}

.company_area .slick-track{
    display: flex;
    gap: 4rem 4.5rem;
}

.company_stones_logo {
    width: 37.4rem;
    object-fit: cover;
    /* margin: 0 auto; */
    /* text-align: center; */
    display: block;
    margin: 3.6rem auto;
}

.example_text_area {}

.example_title {
    font-size: 3.6rem;
    font-weight: 800;
    color: var(--blue);
    font-family: var(--NotoSans);
    line-height: calc(70 / 70);
    width: max-content;
    text-align: center;
}

.example_text {
    font-family: var(--NotoSans);
    font-weight: 800;
    font-size: 1.5rem;
    line-height: calc(30 / 18);
    margin-bottom: 3rem;
    width: max-content;
    margin-bottom: 3.3rem;
}

.btn_text_axample {
    display: flex;
    align-items: flex-start;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
    padding-top: 4.8rem;
}

.btn_29.example_btn {
    margin-top: 0;
    margin-right: 0;
}

.example_img {
    width: 29rem;
    height: 18.5rem;
    object-fit: contain;
    border: solid 0.1rem #707070;

}

.example_record_title {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: calc(30 / 18);
    color: var(--black);
    margin-top: 0.3rem;
    margin-bottom: 0.5rem;
    font-family: var(--NotoSans);
}

.example_record_text {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: calc(30 / 14);
    color: var(--black);
    margin-bottom: 1rem;
    font-family: var(--NotoSans);
}

.example_text_img {
    width: 29rem;
    display: inline-block;
}

.example_list_area {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    margin: 0 4.5rem;
}

.example_main_area {
    margin: 0 10rem;
    background-color: #E8F2FF;
    padding-bottom: 8.5rem;
    margin-bottom: 25rem;
}

.example_tag {
    background-color: #898989;
    padding: 0.25rem 0.7rem;
    color: #fff;
    width: max-content;
    border-radius: 0.5rem;
    font-size: 1.3rem;
    font-weight: 800;
}

.exanple_tag_list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}

.news_title {
    font-size: 9.4rem;
    font-weight: 800;
    color: var(--blue);
    font-family: var(--NotoSans);
    line-height: calc(94 / 94);
    width: max-content;
    text-align: center;
}

.news_main_area {
    display: flex;
    margin: 0 10rem;
    justify-content: space-between;
    margin-bottom: 28rem;
}

.news_text {
    font-family: var(--NotoSans);
    font-weight: 800;
    font-size: 1.8rem;
    line-height: calc(30 / 18);
    margin-bottom: 3rem;
    width: max-content;
    margin-bottom: 3.3rem;
}

.news_img {
    border: solid #CFCFCF 0.1rem;
    object-fit: contain;
    width: 12rem;
    height: 8rem;
    margin-right: 4rem;
}

.news_list_article {
    display: flex;
    margin-bottom: 4.5rem;
}

.news_day_ctg {
    display: flex;
}

.news_text_title {
    font-family: var(--NotoSans);
    font-weight: 800;
    font-size: 1.4rem;
    width: 43rem;
    color: var(--black);
    margin-bottom: 1.5rem;
}

.news_right_area {
    /* width: 59rem; */
}

.news_day {
    font-family: var(--NotoSans);
    color: var(--blue);
    font-size: 1.4rem;
    font-weight: 800;
    margin-right: 1.5rem;
}

.news_ctg {
    font-family: var(--NotoSans);
    color: #898989;
    font-size: 1.4rem;
    font-weight: 800;
}

.contact_facility {
    font-family: var(--NotoSans);
    font-weight: 800;
    font-size: 2.5rem;
    line-height: calc(30 / 25);
    color: var(--black);
    border: solid #fff 0.1rem;
    padding-top: 8rem;
    /* padding-top: 20rem; */
    margin: 3rem;
    width: 58rem;
    height: 30rem;
    text-align: center;
}

.facility_area {
    background-color: #B5BCEB;
    width: 50%;
    height: 36rem;
    position: relative;
}

.facility_company {
    display: flex;
}

.company_contact_area {
    background-color: #3B75BB;
    width: 50%;
    position: relative;
    height: 36rem;
}

.arrow {
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    border-radius: 5rem;
    margin: 0 auto;
    position: relative;
    margin-top: 3.3rem;
    /* top: 0; */
}

.arrow::after {
    content: "";
    left: 1.9rem;
    width: 1rem;
    top: 1.7rem;
    height: 1rem;
    border-top: 0.3rem solid #000;
    border-right: 0.3rem solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.arrow::before {
    content: "";
    left: 1.5rem;
    width: 1.8rem;
    height: 0.2rem;
    top: 2.3rem;
    background: #000;
    position: absolute;
}


@media screen and (max-width: 699.98px) {

    html {
        font-size: calc(10 / 400 * 100vw);
        /* 画面幅400pxで10px*/
    }

    .attention{
        margin: 0 2rem 4rem;
    }

    .attention_wrap{
        font-size: 1.6rem;
    }

    .top_fv_area {
        margin-left: 2rem;
        margin-right: 2rem;
        margin-top: 8rem;
    }

    .top_fv_area {
        width: 33.4rem;
        padding-left: 2.3rem;
    }

    .top_fv_title {
        font-size: 3.6rem;
        margin-bottom: 25rem;
    }

    .fv_right_img {
        width: 34.1rem;
    }

    .top_fv_text {
        width: 28rem;
    }

    .top_fv_img {}

    .area_title_text {
        font-size: 3.2rem;
    }

    .right_img {
        bottom: -32rem;
        top: revert;
        width: 30rem;
        right: -6rem;
    }

    .service_area {
        margin-left: 2rem;
        margin-bottom: 35rem;
    }

    .sub_text {
        font-size: 2rem;
        margin-bottom: 2.5rem;
    }

    .text_description {
        font-size: 1.4rem;
        width: 33.5rem;
        line-height: calc(28 / 14);
    }

    .area_sub_text {
        font-size: 1.2rem;
    }

    a.btn_29 {
        width: 18.1rem;
        height: 4.4rem;
        padding: 1rem 4rem;
    }

    .service_area02 {
        padding-left: 0;
        margin-left: 2rem;
        margin-bottom: 43rem;
    }

    .left_img {
        top: revert;
        width: 33.5rem;
        left: 0;
        bottom: -30rem;
    }

    .flow_area {
        display: contents;
        /* margin-bottom: 10rem; */
    }

    .flow_left_area {
        width: 100%;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .flow_left {
        margin-left: 2.3rem;
        margin-right: 2.3rem;
        justify-content: space-around;
    }

    .flow_title_text {
        font-size: 1.6rem;
    }

    .no_flow {
        font-size: 2.6rem;
        margin-bottom: 1.5rem;
    }

    .step_flow {
        font-size: 1.3rem;
    }

    .flow_text_area:not(:last-child) {
        margin-right: 2rem;
    }

    /* .flow_text_area {
        margin-right: 0;
    } */

    .desc_text {
        margin-bottom: 10rem;
    }

    .flow_text_center {
        margin-top: 4.5rem;
    }

    .flow_right_area {
        width: 100%;
        padding-bottom: 1rem;
        padding-top: 1rem;
        margin-bottom: 15rem;
    }

    .flow_right {
        /* margin-left: 2.3rem;
        margin-right: 2.3rem;
        justify-content: space-between; */
    }

    .company_area {
        flex-wrap: wrap;
        /* overflow: hidden; */
    }

    .company_area .slick-track{
        gap: 4rem 1.5rem;
    }

    .example_main_area {
        margin: 0 2rem;
        display: flex;
        flex-direction: column;
    }

    .btn_29.example_btn {
        order: 3;
        margin: 4.5rem auto;
    }

    .btn_text_axample {
        display: contents;
    }

    .example_list_area {
        margin: 0 2.3rem;
    }

    .example_text_area {
        padding-top: 2.6rem;
        padding-left: 2.3rem;
    }

    .example_text_img {
        width: 100%;
    }

    .example_img {
        width: 100%;
    }

    .news_main_area {
        flex-direction: column;
        margin: 0 2rem;
        /* display: contents; */
        display: flex;
    }
    a.btn_29.news_btn{
        order: 3;
    }
    .sp_flex_news{
        display: contents;
    }
    .news_title{
        font-size: 3.2rem;
    }
    .news_text{
      font-size: 1.2rem;  
    }
    .news_img{
        margin-right: 1.5rem;
        width: 10rem;
    }
    .news_text_title{
        width: 22rem;
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    .news_main_area{
        margin-top: 7rem;margin-bottom: 7rem;
    }
    .facility_company{
        flex-direction: column;
    }
    .facility_area{
        width: 100%;
        height: max-content;
    }
    .company_contact_area{
        width: 100%;
        height: max-content;
    }
    .contact_facility{
        width: 33.9rem;
        height: 20rem;
        margin: 1.8rem auto;
        font-size: 1.4rem;
        padding-top: 6rem;
        border: solid #fff 0.2rem;
    }
    .arrow{
        width: 2.4rem;
        height: 2.4rem;
    }
    .arrow::after{
        width: 0.7rem;
        top: 0.8rem;
        left: 0.8rem;
        height: 0.7rem;
    }
    .arrow::before{
        top: 1.2rem;
        width: 1.1rem;
        left: 0.6rem;
    }
}