
.section--wrap--blog .noslide.content__block--slider {
    left: -202px !important;
}

.l-main {
    width: 100%;
    padding-bottom: 0;
}

.l-contents *{
    font-family: "Zen Kaku Gothic New", sans-serif;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
}

.l-contents {
    background: #fff;
}

.main__imgbox {
    width: 100%;
    margin: 0 auto;
    background: #EEF8FF;
}

.main__imgbox img {
    width: 100%;
    }

.thumbView__item{
    width: 270px;
    height: 142px;
        }

.thumbView__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

[class*="mainSlide__arw"] {
    width: 40px;
    height: 40px;
    margin: auto;
    background: url(../images/icn_slide_arw.png) center / contain no-repeat;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}
.mainSlide__arw--prev {
    left: calc(50% - 475px);
}
.mainSlide__arw--next {
    right: calc(50% - 475px);
    transform: rotateZ(180deg);
}

.main__imgbox .slick-slide img {
    width: 100%;
}

.thumbView {
    margin: 20px auto 0;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-bottom: 20px;
}
    .thumbView__item {
        margin: 0;
        outline: none;
        cursor: pointer;
    }
    .thumbView__item.slick-current {
        border: 2px solid #000;
    }


.contents__inner {
    width: 1140px;
    margin: 0 auto;
    position: relative;
    }

[class*="section--wrap"] {
    padding: 100px 0;
    }

.section__ttlbox {
    margin-bottom: 51px;
    position: relative;
    }

.section__ttl {
    color:  #3D3E46;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1.6;
    font-family: "Zen Kaku Gothic New";
    }

.ttl__border {
    width: 60px;
    height: 2px;
    background:  #2499D4;
    display: block;
    margin: 16px auto 0;
    }

.top__contactlink__btnbox {
    background: #2499D4;
    padding: 20px;
    }


.top__contactlink__listbox {
    display: flex;
    justify-content: center;
    gap: 18px;
    }

[class*="top__contactlink__btn--"] {
    border-radius: 9999px;
    background: #FFF;
    color: #2668B2;
    font-size: 26px;
    font-weight: 700;
    width: 300px;
    height: 70px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 49px;
    border: 2px solid #fff;
    position: relative;
    }

.top__contactlink__btn--blue {
    gap: 21px;
}

.top__contactlink__btn--blue:hover {
    opacity: 1;
    border: 2px solid #fff;
    background: #2499D4;
    color: #fff;
    }

.top__contactlink__btn--orenji {
    color: #F68004;
}

.top__contactlink__btn--orenji:hover {
    opacity: 1;
    border: 2px solid #fff;
    background: #2499D4;
    color: #fff;
    }

.topcontact__arrow {
    position: relative;
    }

    .top__contactlink__btn--blue .topcontact__arrow::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 17px;
        top: 0;
        bottom: 0;
        right: -20px;
        margin: auto;
        background: url(/images/top/topcontact__arrow01.svg)center / cover no-repeat;
        }

        .top__contactlink__btn--blue:hover .topcontact__arrow::before {
        background: url(/images/top/staffmore__btn_on.svg) center / cover no-repeat;
        }

        .top__contactlink__btn--orenji .topcontact__arrow::before {
        content: "";
        position: absolute;
        width: 10px;
        height: 17px;
        top: 0;
        bottom: 0;
        right: -17px;
        margin: auto;
        background: url(/images/top/topcontact__arrow02.svg)center / cover no-repeat;
        }

        .top__contactlink__btn--orenji:hover .topcontact__arrow::before {
        background: url(/images/top/staffmore__btn_on.svg) center / cover no-repeat;
        }


.section--wrap--support--bg{
    padding-bottom: 37px;
    background: #EEF8FF;
}
.org1-trouble__bubble p {
    font-size: 26px;
    line-height: 1.4;
    color: #3D3E46;
    margin: 0;
    text-align: center;
    font-style: normal;
    font-weight: 700;
}

.org1-trouble__bubble::after {
    width: 0;
    height: 0;
    border-style: solid;
}
.org1-trouble__bubble--bottom {
    min-width: 240px;
}

.org1-trouble__bubble--bottom::after {
    right: -15px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #E7EBF4;
}

.org1-trouble__illustration {
    position: relative;
    width: 300px;
    flex-shrink: 0;
}

.org1-trouble__couple {
    width: 100%;
    height: auto;
}

.org1-trouble__worry-mark {
    position: absolute;
    top: -30px;
    left: 0;
    width: 60px;
    animation: floating 2s ease-in-out infinite;
}

.support__listbox {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    }

.support__listbox:not(:last-child) {
    margin-bottom: 39px;
    }
.support__listttl {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    background: #2499D4;
    padding: 17px 170px;
    }
    
.trouble__box {
    padding: 50px 50px 49px;
    }
.trouble__list {
    display: flex;
    flex-wrap: wrap;
    gap: 21px 30px;
    justify-content: center;
    }
.trouble__item {
    width: 320px;
    }
.trouble__text {
    color: #3D3E46;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
    margin-top: 5px;
    }
.org1-trouble__content {
    width: 1057px;
    margin: 0 auto;
    background: url(/images/top/figure.png) center / cover no-repeat;
    height: 325px;
    position: relative;
    }

.org1-trouble__bubble--top {
    position: absolute;
    left: 288px;
    top: 22px;
    }
.org1-trouble__bubble--bottom02 {
    bottom: 97px;
    position: absolute;
    left: 38px;
    }

.org1-trouble__bubble--bottom03 {
    bottom: 76px;
    position: absolute;
    right: 408px;
    }


.demerit__box {
    padding: 40px 40px 40px;
}

.demerit__list {
    display: flex;
    justify-content: center;
    gap: 80px;
}

[class*="demerit__item--"]{
    width: 300px;
    position: relative;
    box-sizing: border-box;
}

[class*="demerit__item--"]:not(:last-child)::before{
    content: "";
    position: absolute;
    width: 2px;
    height: 446px;
    background: url(/images/top/demerit__border.svg) center / contain no-repeat;
    right: -42px;
    bottom: 1px;
} 

.demerit__item--01 .demerit__img {
    margin: 19px auto 0;
    padding-right: 14px;
    }

.demerit__item--02 .demerit__img {
    margin: 13px auto 6px;
    width: fit-content;
    padding-left: 3px;
}

.demerit__ttl {
    text-align: center;
    color: #2499D4;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 9px;
}

.demerit__img {
    width: fit-content;
    margin: 0 auto 9px;
    min-height: 160px;
}

.demerit__img img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.demerit__txt {
    font-size: 20px;
    line-height: 1.6;
    color: #3D3E46;
    text-align: left;
    font-weight: bold;
}


.demerit__item--yellow {
    background: #FFF398;
    color:  #2499D4;
    font-size: 40px;
    font-weight: 700;
    width: 100%;
    padding: 9px 0 9px 16px;
    text-align: center;
}


.section--wrap--case--bg {
    background: #EEF8FF;
    padding-top: 0;
}

.section--wrap--case--bg .section__ttlbox{
margin-bottom: 41px;
}

.section--wrap--case--bg .section__ttlbox::before {
    content: "";
    position: absolute;
    width: 198px;
    height: 198px;
    top: -17px;
    right: 16px;
    margin: auto;
    background: url(/images/top/akiya__illustration.svg) center / cover no-repeat;
}

.case__arrow {
    width: 102px;
    height: 48px;
    margin: 0 auto 30px;
}

.case__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.case__item {
    background: #fff;
    border-radius: 10px;
    align-items: start;
    overflow: hidden;
    padding: 40px;
    display: flex;
    gap: 31px;
}

.case__img {
    width: 310px;
    height: auto;
    flex-shrink: 0;
}

.case__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.case__content {
    flex: 1;
}

.case__ttlbox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.case__num {
    background: #2499D4;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 5px;
    white-space: nowrap;
    width: 60px;
    height: 34px;
}

.case__ttl {
    color: #2499D4;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
}

.case__detailbox {
    background: #F2F3F5;
    padding: 15px 20px 17px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.case__subttl {
    color: #2499D4;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.case__txt {
    color: #3D3E46;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
}

.case__conclusion {
    color: #F68004;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: 12px;
    padding-left: 13px;
    position: relative;
}

.case__conclusion::before {
    content: "";
    position: absolute;
    background: url(/images/top/case__conclusion.svg) center / cover no-repeat;
    left: 0;
    width: 9px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.case__item--03 .case__detailbox{
    padding: 22px 20px 23px;
    }



.section--wrap--consultation--bg {
    background: #2499D4;
    padding: 100px 0;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.section--wrap--consultation--bg .section__ttl {
    color: #fff;
}

.section--wrap--consultation--bg .ttl__border {
    background: #fff;
}

.section--wrap--consultation--bg .section__ttlbox {
   margin-bottom: 41px;
}


.consultation__onestop {
    background: #fff;
    margin: 0 auto 20px;
    border-radius: 5px;
    overflow: hidden;
    padding: 25px;
}

.consultation__onestop-ttl {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    padding: 3px 0;
    margin: 0;
    background: #F68004;
    width: 784px;
    margin: 0 auto;
    border-radius: 5px;
}

.consultation__onestop-txt {
    color: #2499D4;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    padding: 11px 30px 0;
    margin: 0;
}


.flow__section {
    position: relative;
    padding: 40px 0;
}

.flow__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}

.flow__container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
}

.section--wrap--consultation--bg {
    background: #2499D4;
    padding: 100px 0 62px;
}

.flow__section .section__ttlbox {
        margin-bottom: 34px;
}



.section--wrap--service {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: url(/images/top/greeting_bg.webp) center / cover no-repeat;
}

.section--wrap--service .section__ttlbox {
    margin-bottom: 41px;
}


.service__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0;
    position: relative;
    z-index: 0;
}

.service__item {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.service__img {
    width: 212px;
    height: 152px;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #e0e0e0;
}

.service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.service__txt {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


.service__btnbox {
    text-align: center;
    margin-top: 9px;
}

.service__btn {
    display: inline-block;
    padding: 11px 40px;
    color: #2499D4;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    background: rgba(255,255,255,0.1);
    width: 220px;
    position: relative;
    background: #fff;
}

.service__btn:hover {
    background: #50B8EB;
    color: #fff;
    opacity: 1;
}

.service__btn::before {
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    background: url(/images/top/service__btn__bl.svg)center / cover no-repeat;
}
.service__btn:hover::before {
    background: url(/images/top/service__btn__wt.svg)center / cover no-repeat;
}
.section--wrap--sns {
    padding: 100px 0;
    overflow: hidden;
}
.sns__header {
    position: relative;
    margin-bottom: 41px;
}
.sns__header::before {
    content: "";
    position: absolute;
    top: -61px;
    right: 170px;
    width: 230px;
    height: 190px;
    background: url(/images/top/sns__illustration__bg.svg)center / cover no-repeat;
    z-index: 0;
}
.sns__person {
    position: absolute;
    width: 250px;
    height: auto;
    right: 200px;
    top: -100px; 
    z-index: 1;
}

.sns__container {
    display: flex;
    justify-content: center;
    gap: 30px;
    position: relative;
}

.sns__card {
    background: #EEF8FF;
    border-radius: 10px;
    padding: 37px 41px 35px 41px;
    box-sizing: border-box;
    width: 553px;
    min-height: 547px;
}

.sns__ttlbox {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-bottom: 19px;
}

.sns__icon {
    width: 40px;
    height: auto;
    margin-top: 2px;
}

.sns__ttl {
    font-size: 37px;
    font-weight: 700;
    font-family: "Roboto";
}

.sns__ttl--youtube {
    color: #F53219;
    letter-spacing: 0.04em;
}

.sns__ttl--instagram {
    color: #D33083;
    letter-spacing: 0.04em;
}

.sns__txt {
    font-size: 16px;
    line-height: 1.65;
    text-align: center;
    margin-bottom: 29px;
    font-weight: 700;
    color: #3D3E46;
}

.txt--red {
    color: #FF5A5A;
    font-weight: bold;
}


.sns__imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sns__playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sns__widgetbox {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.sns__widgetbox iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sns__card {
  width: 100% !important;
  height: 100%!important;
}

.sns__widget-placeholder {
    color: #3D3E46;
    font-weight: 700;
    text-align: center;
    font-size: 32px;
    font-family: Inter;
}

.section--wrap--line {
    padding: 0 0 100px;
}
.line__img {
    width: 1140px;
    margin: 0 auto;
}

.section--wrap--reviews {
    padding: 0 0 100px;
}

.section--wrap--reviews .section__ttlbox {
margin-bottom: 41px;
}

.reviews__list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
}

.reviews__item {
    width: 270px;
    text-align: center;
    height: 290px;
    overflow: hidden;
}

.reviews__item a:hover {
    opacity: 1;
    }

.reviews__img {
    width: 100%;
    height: 201px;
    margin-bottom: 13px;
    border-radius: 10px;
    overflow: hidden;
}

.reviews__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.reviews__item a:hover .reviews__img img {
    transform: scale(1.08);
}

.reviews__name {
    color: #3D3E46;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
}

.reviews__txt {
    color: #3D3E46;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
}

.reviews__btnbox {
    text-align: center;
}

.reviews__btn {
    display: inline-block;
    padding: 11px 40px;
    color: #2499D4;
    border: 1px solid #2499D4;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    background: #fff;
    position: relative;
    width: 220px;
}

.reviews__btn:hover {
    background: #2499D4;
    color: #fff;
    opacity: 1;
}

.reviews__btn::before {
    content: "";
    width: 7px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto;
    background: url(/images/top/service__btn__bl.svg)center / cover no-repeat;
}

.reviews__btn:hover::before {
    background: url(/images/top/service__btn__wt.svg)center / cover no-repeat;
}

/* banner */
.banner__box {
margin: 100px 0;
}

.section--wrap--contact {
    background: url(/images/top/contact_wrap.webp) center / cover no-repeat;
    padding: 100px 0;
    color: #fff;
    text-align: center;
}

.contact__ttlbox {
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    padding-bottom: 0px;
}

.contact__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.contact__ttl-border {
    display: block;
    width: 60px;
    height: 2px;
    background: #fff;
    margin: 20px auto 0;
}

.contact__list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}

.contact__item {
    background: #fff;
    border-radius: 10px;
    padding: 30px 20px 21px 20px;
    width: 270px; /* 23% approx */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact__icon {
    width: 74px;
    height: 74px;
    margin-bottom: 11px;
}

.contact__txt {
    color: #3D3E46;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 11px;
    font-weight: 700;
    flex-grow: 1; /* Pushes button down */
}

.contact__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 12px 0 10px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.35;
    transition: opacity 0.3s;
    position: relative;
}

.contact__btn::after {
    content: "";
    width: 6px;
    height: 11px;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/top/arrow_right_white.svg) center / contain no-repeat;
}

.contact__btn:hover {
    opacity: 0.8;
}

.contact__btn--line {
    background: #06C755;
}

.contact__btn--line:hover::after {
    background: url(/images/top/arrow_right_green.svg) center / contain no-repeat;
}

.contact__btn--line:hover {
    background: #fff;
    color: #06C755;
    border: 1px solid #06C755;
    opacity: 1;
}

.contact__btn--mail {
    background: #2668B2; /* Adjust to match design blue */
}
.contact__btn--mail:hover::after {
    background: url(/images/top/arrow_right_blue.svg) center / contain no-repeat;
}

.contact__btn--mail:hover {
    background: #fff;
    color: #2E6DA4;
    border: 1px solid #2E6DA4;
    opacity: 1;
}

.contact__btn--visit:hover::after {
    background: url(/images/top/arrow_right_rightblue.svg) center / contain no-repeat;
}

.contact__btn--visit:hover {
    background: #fff;
    color: #57A8E1;
    border: 1px solid #57A8E1;
    opacity: 1;
}


.contact__btn--visit {
    background: #57A8E1;
}

.contact__btn--assessment {
    background: #2C85D8;
    color: #fff;
}

.contact__btn--assessment:hover {
    background: #fff;
    color: #2C85D8;
    border: 1px solid #2C85D8;
    opacity: 1;
}

.contact__btn--assessment:hover::after {
    background: url(/images/top/arrow_right_lastblue.svg) center / contain no-repeat;
}

.contact__pamphlet {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px 16px 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 882px;
    margin: 0 auto;
}

.pamphlet__txt {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: start;
    margin-top: 4px;
}

.section--wrap--contact .pamphlet__btn {
    height: 57px;
    width: 254px;
    border-radius: 70px;
    position: relative;
    transition: none;
    font-size: 16px;
    font-weight: 700;
    }

.section--wrap--contact .pamphlet__btn::after {
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/top/arrow_right_white.svg) center / contain no-repeat;
}

.section--wrap--contact .pamphlet__btn:hover::after {
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/top/arrow_right_orenji.svg) center / contain no-repeat;
}

.section--wrap--contact .pamphlet__btn:hover{
    background: #fff;
    color: #F68004;
    border: 1px solid #F68004;
    opacity: 1;
    transform: none;
}


.section--wrap--buysearch--bg .section__ttlbox {
    margin-bottom: 41px;
    }

.buysearch__ttl {
    color: #F68004;
    font-family: "Zen Kaku Gothic New";
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 37px;
    }

.section--wrap--buysearch--bg .buysearch__ttl {
    position: relative;
    }

    .section--wrap--buysearch--bg .buysearch__ttl::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 66px;
    width: 186px;
    height: 230px;
    background: url(/images/top/buysearc__illustration__bg.svg) center / cover no-repeat;
    z-index: 0;
    }

.section--wrap--buysearch--bg .ttl__border {
    background: #F68004;
    }

.buysearch__box {
    border-radius: 10px;
    background: #FEF5EB;
    padding: 48px 30px 19px 30px;
    }

.buysearch__list {

margin-bottom: 30px;
}

.buysearch__listbox {
    display: flex;
    justify-content: center;
    gap: 20px;
    }

.buysearch__text {
    color: #3D3E46;
    font-family: "Zen Kaku Gothic New";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 36.4px */
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 21px;
    }

.buysearch__icon {
    width: 18px;
    height: 18px;
    border-radius: 40px;
    display: block;
    background: #F68004;
    margin-top: 6px;
    }
    [class*="buysearch__icon02"] {
    position: relative;
    }
        [class*="buysearch__icon02"]::before {
        position: absolute;
        content: "";
        background: url(/images/top/search__icon01.svg) center / contain no-repeat;
        width: 55px;
        height: 40px;
        top: 0;
        left: -56px;
        bottom: 0;
        margin: auto;
        }
            .buysearch__icon02-2::before {
                background: url(/images/top/search__icon02.svg) center / contain no-repeat;
                width: 52px;
                height: 42px;
                }
            .buysearch__icon02-3::before {
                    background: url(/images/top/search__icon03.svg) center / contain no-repeat;
                    width: 44px;
                    height: 39px;
                    left: -44px;
                    }

.form__type--freeword input{
    width: 500px;
    height: 50px;
    border-radius: 0;
    padding: 0 0 0 13px;
    }

.form__type--freeword input::placeholder {
    color: #A5A5A5;
    font-size: 18px;
    }



.form__type--freeword::after{
    display: none;
    }

.form__type--select select {
	padding: 0 25px 0 20px;
	border: 1px solid #BCBCBC;
	background: #FFFFFF;
	position: relative;
	appearance: none;
	width: 210px;
	height: 60px;
	border-radius: 4px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #3D3E46;
	font-weight: bold;
}
	option[value=""] {
		display: none;
	}

.search__btn {
    width: 148px;
    height: 60px;
    background: #F68004;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border: 1px solid #F68004;
    padding-top: 3px;
    margin-left: 14px;
    border-radius: 3px;
    padding-left: 32px;
    position: relative;
}
.search__btn:hover {
    background: #fff;
    color: #F68004;
    opacity: 1;
    border: 1px solid #F68004;
}

.search__btn::before {
    position: absolute;
    content: "";
    background: url(/images/top/search__btn.svg) center / cover no-repeat;
    width: 30px;
    height: 36px;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
    }

.search__btn:hover::before {
    background: url(/images/top/search__btn__on.svg) center / cover no-repeat;
    width: 30px;
    height: 36px;
}

[class*="form__type--"] {
    position: relative;
}
[class*="form__type--"]::after {
	content: "";
	position: absolute;
	background: url(/images/top/search__btnarrow.svg) center / cover no-repeat;
	border-bottom: 0;
	top: 1px;
	bottom: 0;
	right: 20px;
	margin: auto;
	width: 13px;
	height: 8px;
}

.conditions-search__content form {
    display: flex;
    align-items: center;
    color: #F68004;
    gap: 7px;
    font-size: 18px;
    font-weight: bold;
}

.search__contentsbox {
    display: flex;
    align-items: end;
    gap: 20px;
    }

.conditions-sabttl {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 3px;
    }

    .search__border {
        background: #fff;
        width: 13px;
        height: 1px;
        display: block;
        }


.form__type--freeword input{
    width: 440px;
    height: 60px;
    border-radius: 5px;
    padding: 0 0 0 20px;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #BCBCBC;
    }

.form__type--freeword::after{
    display: none;
    }

.search__container--ttl {
color:  #FFF;
font-family: 'Noto Serif JP', serif;
font-size: 24px;
font-weight: 500;
}

.search__container--en {
    color: #FFF;
    font-family: "Noto Sans JP", serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2.24px;
    margin: 0 17px 0 10px;
    }

.search__bottom-row {
    display: flex;
    gap: 40px;
    position: relative;
}

.search__bottom-row::before {
  position: absolute;
  width: 1px;
  height: 120px;
  content: "";
  background: #fff;
  right: 320px;
}

.search__buy {
    flex: 1;
}

.search__stats {
    display: flex;
    gap: 14px;
    justify-content: start;
    margin-bottom: 20px;
}

.search__stat-item {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.search__stat-label {
    font-size: 16px;
    color: #FFFFFF;
}

.search__stat-number {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.437;
    color: #8EC31F;
}

.search__stat-unit {
    font-size: 16px;
    color: #FFFFFF;
}

.search__property-types {
    display: flex;
    gap: 14px;
}

.search__property-wrapper {
    position: relative;
}

.search__property-wrapper:hover .search__property-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search__property-type {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border: 1px solid #FFFFFF;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 228px;
    text-decoration: none;
    justify-content: center;
    height: 60px;
}

.search__property-list {
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
    min-width: 228px;
    opacity: 0;
    color: #FFF;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    list-style: none;
    margin: 0;
    z-index: 13;
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.search__property-item {
    list-style: none;
    background: #005024;
    color: #fff;
}

.search__property-btn {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.2s ease;
    text-align: center;
}

.search__property-btn:hover {
    background-color: #8EC31F;
    color: #000;
}

.search__property-type:hover .search__property-text {
    color: #000;
}

.search__property-type:hover {
    background: #FFFFFF;
    opacity: 1;
}

.search__property-type:hover .search__property-type {
    color: #FFFFFF;
}

[class*="top-icon--"] {
   position: relative;
}

[class*="top-icon--"]::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
}

    .top-icon--house::before {
        background: url(/images/svg/home-icon.svg)center / cover no-repeat;
        }

        .search__property-type:hover .top-icon--house::before {
        background: url(/images/svg/home-icon_on.svg)center / cover no-repeat;
        }

    .top-icon--mansion::before {
        background: url(/images/svg/mansion-icon.svg)center / cover no-repeat;
        }

        .search__property-type:hover .top-icon--mansion::before {
            background: url(/images/svg/mansion-icon_on.svg)center / cover no-repeat;
            }

    .top-icon--land::before {
        background: url(/images/svg/land-icon.svg)center / cover no-repeat;
        }

        .search__property-type:hover .top-icon--land::before {
            background: url(/images/svg/land-icon_on.svg)center / cover no-repeat;
            }

        .top-icon--satei01::before {
            background: url(/images/top/satei-icon.webp)center / cover no-repeat;
            }

        
    .search__property-type:hover  {
        color: #000;
        background: #fff;
    }
.search__property-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search__property-icon img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.search__property-text {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #FFFFFF;
    text-align: center;
}

.search__sell {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search__sell-btn {
    background: #8EC31F;
    color: #000000;
    padding: 14px 16px 16px 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    cursor: pointer;
    min-height: 50px;
    width: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.search__sell-btn:hover {
    background: #FFF;
    opacity: 1;
}

.search__sell-icon {
    width: 16px;
    height: 16px;
    fill: #8EC31F;
}

.search__sell-title {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.75;
    color: #000;
    margin-bottom: 5px;
}

.search__sell-subtitle {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.14em;
    color: #000;
}

.buysearch__btn {
    width: 346px;
    height: 80px;
    border-radius: 5px;
    background:  #F68004;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    gap: 12px;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
    }

.buysearch__btn:hover {
    opacity: 1;
    background: #fff;
    color: #F68004;
    border: 1px solid #F68004;
    }
.buysearch__btn:hover .buysearch__icon02-1::before {
       background: url(/images/top/search__icon01_on.svg) center / contain no-repeat;
    }
.buysearch__btn:hover .buysearch__icon02-2::before {
       background: url(/images/top/search__icon02_on.svg) center / contain no-repeat;
    }
.buysearch__btn:hover .buysearch__icon02-3::before {
       background: url(/images/top/search__icon03_on.svg) center / contain no-repeat;
    }

.buysearch__pulldownbtn__listbox {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 16px;
    }


.buysearch__item:hover .buysearch__pulldownbtn__box {
    display: block;
}

.buysearch__pulldownbtn__box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 4px;
    z-index: 10;
    width: 530px;
    height: 80px;
}

.buysearch__item {
    position: relative;
}

.buysearch__pulldownbtn__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.buysearch__pulldownbtn__item {
    display: flex;
    width: 162px;
    height: 48px;
    justify-content: center;
    align-items: center;
    color: #F68004;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s, color 0.2s;
    border-radius: 5px;
    border: 1px solid #F68004;
}
.buysearch__pulldownbtn__item:hover {
    background: #F68004;
    color: #fff;
    border: 1px solid #F68004;
    opacity: 1;
}

.section--wrap--property {
    background: #FEF5EB;
    padding: 100px 0;
}

.property__container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.property__col {
    width: 48%;
}

.property__header {
    text-align: left;
    margin-bottom: 48px;
    position: relative;
    padding-bottom: 10px;
}

.property__ttl {
    text-align: left;
    margin-bottom: 0px;
    font-size: 36px;
    font-weight: 700;
}

.property__header .ttl__border {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #F68004;
    margin: 0;
}

.property__list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 22px;
}

.property__item {
    background: #fff;
    border-radius: 10px;
    padding: 16px;
    display: flex;
    gap: 17px;
    text-decoration: none;
    color: #3D3E46;
    transition: box-shadow 0.3s;
    align-items: center;
    align-items: start;
}

.property__item:hover {opacity: 1;}

.property__item:hover .property__imgbox img {
    transform: scale(1.08);
}


.property__imgbox {
    width: 240px;
    height: 160px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.property__imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.property__new-badge {
    position: absolute;
    top: 7px;
    left: 6px;
    background: #F68004;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 15px;
    border-radius: 15px;
    line-height: 1;
    letter-spacing: 2.4px;
}

.property__infobox {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.property__label {
    display: inline-block;
    border: 1px solid #F68004;
    color: #F68004;
    font-size: 13px;
    padding: 2px 7px 1px;
    border-radius: 3px;
    margin: 4px 0px 5px;
    width: fit-content;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.property__name {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px;
    line-height: 1.4;
    color: #3D3E46;
    letter-spacing: 0.09em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.property__price {
    font-size: 14px;
    font-weight: 700;
    color: #3D3E46; /* Main red for price */
    margin-bottom: 3px;
    display: flex;
    align-items: baseline;
    gap: 0px;
}

.property__price span {
    font-size: 24px;
    font-family: 'Roboto', sans-serif; /* Or similar number font */
    line-height: 1;
    letter-spacing: 0.04em;
    color: #C80000;
}

.property__layout,
.property__address,
.property__access {
    font-size: 13px;
    line-height: 1.8;
    color: #3D3E46;
    letter-spacing: 0.09em;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-weight: bold;
}

.property__btnbox {
    text-align: center;
}

.property__btn {
    display: block;
    width: 220px;
    padding: 12px 0 9px 0;
    background: #fff;
    border: 1px solid #F68004;
    color: #F68004;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s;
    position: relative;
    margin: 0 0 0 auto;
    font-size: 18px;
}
.property__btn::after {
    content: "";
    width: 8px;
    height: 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/top/arrow_right_orenji02.svg) center / contain no-repeat;
}

.property__btn:hover {
    background: #F68004;
    color: #fff;
    opacity: 1;
}

.property__btn:hover::after {
    background: url(/images/top/arrow_right_white02.svg) center / contain no-repeat;
}

.section--wrap--staff {
    height: 618px;
    padding-bottom: 0;
}

.section--wrap--staff .top-bkn__ttl {
   font-size: 18px;
   margin-top: 0;
   padding-top: 11px;
}

.section--wrap--staff .top-bkn__item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section--wrap--staff .top-bkn__item-image {
    width: 330px;
    height: 220px;
    background: #eef8ff;
}

.swiper-option__wrap {margin-top: 39px;display: flex;align-items: center;gap: 15px;position: relative;z-index: 1;flex-direction: column;align-items: start;}
.swiper-option__wrap .swiper-button-prev, .swiper-option__wrap .swiper-button-next {
    position: unset;
    margin: 0;
    width: 30px;
    height: 30px;
    border-radius: 60px;
    background: #ffffff;
    justify-content: start;
    padding-left: 12px;
    background: url(/images/top/sulidarrow.svg) center / cover no-repeat;
}

    .swiper-option__wrap .swiper-button-prev:hover, .swiper-option__wrap .swiper-button-next:hover {
        border: none;
        background: url(/images/top/sulidarrow__on.svg) center / cover no-repeat;
    }

.swiper-option__wrap .swiper-button-prev {
    padding-left: 14px;
    transform: rotate(180deg);
}
    .swiper-option__wrap .swiper-button-prev::after, .swiper-option__wrap .swiper-button-next::after {
        content: "";
        left: 1px;
    }

    .swiper-option__wrap .swiper-button-prev:hover::after, .swiper-option__wrap .swiper-button-next:hover::after {
        background: url(/images/bkn/room/bkn__arrow_on.svg) center / cover no-repeat;
    }
    
    .swiper-option__wrap .swiper-button-prev::after {
        transform: rotate(-180deg);
        left: -1px;
    }
    
    .swiper-option__wrap .swiper-button-next::after {
        left: 1px;
    }

.swiper-option__wrap .swiper-pagination {
    position: unset;
    width: fit-content!important;
}
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 7px!important;
        width: 10px;
        height: 10px;
        background: none;
        opacity: 1;
        border: 1px solid #fff;
    }
    .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff;
    }

    /* noslide  */
    .noslide .swiper-wrapper {
        display: flex;
        justify-content: start;
        gap: 30px;
    }

    .section--wrap--blog .noslide.contents__area {
        width: 100%;
        }

    .section--wrap--blog .noslide .swiper-wrapper {
    justify-content: end;
    }



       /* noslide  */

    .noslide .swiper-option__wrap {
        display: none;
    }

    .contents__area{
        width: 330px;
    }

    .contents__item {
        background: #fff;
        background: #fff;
        min-height: 317px;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
    }

    .content__block--slider {
        position: absolute;
        width: 1202px;
        overflow: hidden;
        right: -382px;
        top: -40px;
    }

    .contents__img {
        height: 210px;
    }

    .contents__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    } 

    .l-page .contents__text {
        margin-top: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.section--wrap--staff .section__ttl {
    text-align: start;
    color: #fff;
    position: relative;
    margin-top: 140px;
}

    .section--wrap--staff .top-bkn__item--textbox {
        height: 97px;
    }

.section--wrap--staff .ttl__border {
    margin: 16px auto 0 0;
    background: #fff;
}

.section--wrap--staff  .contents__inner::before {
    content: "";
    position: absolute;
    background: #2499D4;
    width: 960px;
    height: 519px;
    left: -390px;
    top: -140px;
    border-radius: 0 10px 10px 0;
    }


.swiper__btnbox {
    display: flex;
    justify-content: start;
    gap: 16px;
}

.section--wrap--staff .swiper-pagination-bullet:first-child {
    margin-left: 0!important;
    }

.top-bkn__item-image {
    width: 330px;
    height: 220px;
    overflow: hidden;
}

.top-bkn__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
}

.section--wrap--staff .top-bkn__item a:hover .top-bkn__item-image img,
.section--wrap--blog .top-bkn__item a:hover .top-bkn__item-image img {
    transform: scale(1.08);
}

.top-bkn__item--bknname {
    color:  #3D3E46;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    margin-top: 9px;
    }

.top-bkn__text {
    align-self: stretch;
    overflow: hidden;
    color: #3D3E46;
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    align-self: stretch;
    overflow: hidden;
    text-overflow: ellipsis;
    }

.top-bkn__item--textbox {
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    border-left: 1px solid #D0D0D0;
    height: 86px;
    border-radius: 0 0 8px 8px;
    padding: 0 20px;
}

.staffmore__btnbox {
    margin-top: 20px;
}

.staffmore__btn {
    border-radius: 5px;
    border: 1px solid #2499D4;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 220px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #2499D4;
    }

    .staffmore__btn::before {
    content: "";
    position: absolute;
    background: url(/images/top/staffmore__btn.svg) center / cover no-repeat;
    width: 7px;
    height: 12px;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    }

    
    .staffmore__btn:hover::before {
    background: url(/images/top/staffmore__btn_on.svg) center / cover no-repeat;
    }

    .staffmore__btn:hover {
        border: 1px solid #FFF; 
        background: #2499D4;
        color: #FFF;
        opacity: 1;
        }

.section--wrap--info--bg {
    padding-bottom: 100px;
}

.topics__inner {
    display: flex;
    gap: 62px;
}
.topics__ttl {
    margin-top: 30px;
}
.cnt__ttl--topics {
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
}
.history__contents__area {
    margin-bottom: 12px;
}
.history__contents__inner {
    overflow: hidden;
}
.history__list {
    max-height: 355px;
}
    .history__item {
        display: flex;
        gap: 12px;
    }
    .history__item:not(:first-child) {
        padding-top: 18px;
    }
    .history__item:not(:last-child){
        border-bottom: 1px solid #CCC;
        padding-bottom: 7px;
    }
        .history__date {
            width: 90px;
            flex-shrink: 0;
            color: #3D3E46;
            font-family: "Roboto";
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 160%; /* 25.6px */
        }
        .history__text {
            width: 720px;
            color: #3D3E46;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 140%; /* 22.4px */
        }
    .contents__wrapper--topics .simplebar-track.simplebar-vertical {
        right: -18px;
        width: 6px;
        background: #ECECEC;
    }
    .contents__wrapper--topics .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 0;
        bottom: 0;
        opacity: 1;
        background: #1D2089;
        width: 6px;
        left: 0;
        border-radius: 0;
    }
    .section--wrap--info--bg .simplebar-scrollbar:before {
        background: #2499D4;
        opacity: 1;
        left: 0px;
        width: 4px;
    }
    .contents__wrapper--topics .more__btn {
        bottom: 2px;
    }
    .section--wrap--info--bg .simplebar-track.simplebar-vertical {
        right: -33px;
        background-color: #ECECEC;
        border-radius: 5px;
        width: 3px;
    }

.topics__more a {
    width: 200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: #1D2089;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding-right: 0px;
}

.history__ttltext {
    overflow: hidden;
    color: #333;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2499D4;


    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 22.4px */
    }

.history__contents__area__inner {
    background: #EEF8FF;
    border-radius: 9px;
    padding: 37px 72px 43px 43px;
    position: relative;
}



.more__btn {
    border-radius: 5px;
    border: 1px solid #2499D4;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 220px;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #2499D4;
    }

    .more__btn:hover {
    border: 1px solid #FFF;
    background: #2499D4;
    color: #fff;
    opacity: 1;
    }

    .more__btn::before {
    content: "";
    position: absolute;
    background: url(/images/top/staffmore__btn.svg) center / cover no-repeat;
    width: 7px;
    height: 12px;
    right: 13px;
    top: 0;
    bottom: 0;
    margin: auto;
    }

    .more__btn:hover::before {
    background: url(/images/top/staffmore__btn_on.svg) center / cover no-repeat;
    }

    .section--wrap--info--bg .more__btn {
        margin: 32px auto 0;
        }

    .section--wrap--info--bg .section__ttlbox {
        margin-bottom: 40px;
            }

    .section--wrap--info--bg .section__ttl {
        position: relative;
            }

    .section--wrap--info--bg .section__ttl::before {
        content: "";
        position: absolute;
        background: url(/images/top/staff__illustration.svg) center / cover no-repeat;
        width: 175px;
        height: 192px;
        right: 233px;
        top: -13px;
        bottom: 0;
        margin: auto;
        z-index: 0;
        }

/* blog */

.section--wrap--blog .content__block--slider {
    right: inherit;
    left: -390px;
    }

.section--wrap--blog .content__block--slider {
    right: inherit;
    left: -590px;
    width: 1422px;
    top: -63px;
    }

.section--wrap--blog .contents__inner::before {
    content: "";
    position: absolute;
    background: #2499D4;
    width: 960px;
    height: 568px;
    left: inherit;
    top: -162px;
    right: -390px;
    border-radius: 10px 0 0 10px;
}

.section--wrap--blog .swiper-option__wrap {
   align-items: end;
}

.section--wrap--blog .swiper-option__wrap {
   align-items: end;
}

.section--wrap--blog .section__ttl {
   text-align: end;
   color: #fff;
   position: relative;
   margin-top: 163px;
}

.section--wrap--blog .ttl__border {
    margin: 16px 0 0 auto;
    background: #fff;
}

.section--wrap--blog {
   padding: 0px 0 116px;
   min-height: 406px;
}

.section--wrap--blog .staffmore__btn {
   margin: 0 0 0 auto;
}

.top-bkn__ttl {
    color: #3D3E46;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin: 11px 0 8px;
    text-align: center;
    }

.section--wrap--blog .top-bkn__item--textbox {
    height: 146px;
}

.top-bkn__item a:hover {
opacity: 1;
}

.section--wrap--blog .top-bkn__ttl {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: start;
    margin-top: 0;
    padding-top: 10px;
}

.blog__item__undertext {
    display: flex;
    justify-content: space-between;
    margin-top: 2px;
    }

.blog__item__daytext {
    overflow: hidden;
    color: #ADADAD;
    text-overflow: ellipsis;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
}
.blog__item__categorytext {
    line-height: 1.2;
    overflow: hidden;
    color: #2499D4;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700;
    border: 1px solid #2499D4;
    height: 20px;
    margin-top: 4px;
    padding: 0 4px;
    }

/* Greeting */
.section--wrap--greeting {
    background: url(/images/top/greeting_bg02.webp) center / cover no-repeat;
    padding: 100px 0 91px;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin-top: 99px;
}

.greeting__container {
    display: flex;
    justify-content: end;
    gap: 48px;
}

.greeting__txtbox {
    width: 750px; /* approx */
    text-align: left;
}

.greeting__ttlbox {
    margin-bottom: 40px;
    text-align: start;
}

.greeting__ttl {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    text-align: start;
}

.greeting__ttlbox .ttl__border {
    background: #fff;
    margin: 15px 0 0;
}

.greeting__content {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.greeting__text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
}

.greeting__name {
    font-size: 32px;
    font-weight: 700;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 20px;
    margin-top: 13px;
}

.greeting__post {
    font-size: 16px;
    font-weight: 700;
}

.greeting__imgbox {
    width: 345px;
    position: relative;
}


.section--backgrand--company {
    background: #EEE;
}

.company-info__textbox {width: 500px;}
.company-info__list {display: block;}
.l-contents .company-info__item--name {
  font-weight: 500;
  font-size: 20px;
  padding-top: 4px;
  padding-bottom: 13px;
}
[class*="company-info__item--"]{
  padding: 18.4px 0;
  display: flex;
  align-items: start;
  border-bottom: 1px solid #2499D4;
}

[class*="company-info__item--"]:last-child {
    border: none;
} 

.company-info__item--text:first-child {
padding-top: 0;
}

.company-ttl__text {
  min-width: 124px;
  font-size: 16px;
  color: #3D3E46;
  font-weight: bold;
  }

.company-img__box img{
  width: 100%;
  height:100%;
  object-fit: cover;
}

.company-info__box {
  display: flex;
  gap: 40px;
  justify-content: start;
}
.company-text__box {
  width: 531px;
}

.company-access-img__box {
  width: 1140px;
  height: 380px;
  margin-top: 40px;
}

.company-access-img__box img {
  width: 100%;
  height: 100%;
}

.company-access-text__box {
  margin-top: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.more-brown__btn--accessmap {
  width: 240px;
  height: 60px;
  padding-left: 60px;
}

.company-access__text {
  width: 854px;
  line-height: 1.8;
  font-weight: 500;
}

.contents__wrap--company {
  margin-top: 44px;
}

.company__text a{
    color: #07519A ;
    }

.company-img__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

.company-img__item:nth-child(1) {
    width: 570px;
    height: 484px;
    border-radius: 10px;
    overflow: hidden;
}

.company-img__item:nth-child(2),
.company-img__item:nth-child(3)  {
    width: 282px;
    height: 191px;
    flex-shrink: 0; 
    }
    
    .company-img__item img {
        object-fit: cover;
        width: 100%;
        height: 100%;
            }

.sns__listbox {
    margin-top: 30px;
    justify-content: end;
    display: flex;
    gap: 30px;
    }

.sns__itembox {
    width: max-content;
    }

.company-info__box .staffmore__btn {
    margin: 22px 0 0 auto;
    }

.section--wrap--company .company__text {
    font-weight: bold;
}

.section--wrap--company .section__ttlbox {
margin-bottom: 41px;
}


/* FAQ */
.section--wrap--faq {
    padding: 0 0 100px;
}
.section--wrap--faq .section__ttlbox {
margin-bottom: 41px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.faq__item {
    background: #EEF8FF;
    border-radius: 10px;
    padding: 19px 20px;
}

.faq__box,
.faq__box--q,
.faq__box--a {
    display: flex;
    align-items: start;
    gap: 12px;
}

.faq__box--q {
    align-items: center;
    margin-bottom: 12px;
}

.faq__box--a {
    align-items: center;
}

.faq__icon--q,
.faq__icon--a {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    padding-top: 1px;
}

.faq__icon--q {
    background: #2668B2;
}

.faq__icon--a {
    background: #2499D4;
}

.faq__text--q {
    font-size: 18px;
    font-weight: 700;
    color: #3D3E46;
    line-height: 1;
}

.faq__text--a {
    font-size: 16px;
    font-weight: 700;
    color: #3D3E46;
    line-height: 1.6;
}