@charset "UTF-8";

/*///////////////////// font-face 読み込み例 ///////////////////////////*/
/*Noto Sans JP 400*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
/*Noto Sans JP 500*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
/*Noto Sans JP 700*/
@font-face {
    font-family: 'Noto Sans JP';
    src: url(/fonts/NotoSansJP-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
/*///////////////////// font-face 読み込み例 ///////////////////////////*/

#content {
    width: 100%;
}

#contents {
    width: 100%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    color: #282828;
}

.l-main *{
    font-family: 'Noto Sans JP', sans-serif;
}

.l-contents {
    width: 100%;
    overflow: hidden;
}

.l-main {
    width: 100%;
    background: #FFFFFF;
    padding: 0;
}

/* =========================================
   MV
   ========================================= */
.mv {
    position: relative;
    width: 100%;
    height: 644px;
    overflow: hidden;
}

.mv__bg {
    height: 644px;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    width: 1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: 0;
    margin: auto;
}

.mv__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mv__inner {
    position: relative;
    width: 1140px;
    margin: 0 auto;
    height: 100%;
}

.mv__inner::before{
    position: absolute;
    content: "";
    background: url(/images/top/mv_before.webp) no-repeat center / cover;
    width: 458px;
    height: 650px;
    bottom: 20px;
    right: -115px;
    z-index: 2;
}

.mv__content {
    position: relative;
    width: 100%;
    height: 100%;
}

.mv__catch {
    position: absolute;
    top: 90px;
    left: -1px;
    width: 905px;
    height: 370px;
    z-index: 1;
    padding: 0 40px;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.90);
    border-radius: 30px;
}

.mv__catch-inner {
    width: 100%;
}

.mv__catch-badge {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 4px 0 4px 4px;
    height: 34px;
    margin-bottom: 15px;
}

.mv__catch-badge::before {
    content: '';
    width: 3px;
    height: 26px;
    background-color: #3C8FD3;
    transform: rotate(-23deg);
    position: relative;
    top: 2px;
    left: 4px;
}

.mv__catch-badge::after {
    content: '';
    width: 3px;
    height: 27px;
    background-color: #3C8FD3;
    transform: rotate(23deg);
    position: relative;
    right: 13px;
    top: 2px;
}

.mv__catch-badge-text {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    color: #3C8FD3;
}

.mv__catch-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.mv__catch-sub {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.2;
    color: #282828;
}

.mv__catch-title {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    color: #3C99D3;
    margin: 0;
}

.mv__catch-btns {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mv__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 350px;
    height: 70px;
    padding: 12px 12px 12px 45px;
    border-radius: 80px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    color: #FFFFFF;
    position: relative;
    border: 2px solid;
}

.mv__btn::before{
    position: absolute;
    content: "";
    background: url(/images/top/icon_satei.webp) no-repeat center / cover;
    width: 26px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 80px;
}

.mv__btn.mv__btn--consult::before{
    background: url(/images/top/icon_mail.webp) no-repeat center / cover;
    width: 32px;
    height: 27px;
    left: 50px;
}

.mv__btn::after {
    content: "";
    position: absolute;
    right: 17px;
    top: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/top/arrow01.webp) no-repeat center / cover;
}

.mv__btn--assessment::after {
    background: url(/images/top/arrow02.webp) no-repeat center / cover;
}

.mv__btn--assessment {
    background: linear-gradient(136deg, rgba(83, 215, 158, 1) 0%, rgba(72, 168, 127, 1) 74%);
    border: 2px solid #2C9C6C;
}

.mv__btn--consult {
    background: linear-gradient(132deg, rgba(158, 213, 54, 1) 1%, rgba(119, 185, 68, 1) 100%);
    border: 2px solid #6CB92D;
}

.mv__news a  {
    position: absolute;
    bottom: 70px;
    left: 0;
    width: 1140px;
    height: 76px;
    background: #FFFFFF;
    border-radius: 9999px;
    padding: 30px 20px 30px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 3;
    opacity: 1;
}

.mv__news-inner {
    display: flex;
    align-items: center;
    gap: 11px;
    width: 100%;
}

.mv__news-date {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
}

.mv__news-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mv__news-arrow {
    width: 36px;
}

.mv__news-arrow img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   Common Styles
   ========================================= */
.headline {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.headline__main {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5;
    color: #282828;
    margin: 0;
}

.headline__main span{
    font-size: 30px;
}

.headline__sub {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #3C8FD3;
}

.headline__sub  span{
    font-size: 16px;
    font-weight: 500;
    color: #282828;
    line-height: 1.7;
}

.headline--white .headline__main,
.headline--white .headline__sub {
    color: #FFFFFF;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: 200px;
    height: 50px;
    padding: 12px;
    border-radius: 80px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    position: relative;
}

.btn::before{
    position: absolute;
    content: "";
    background: url(/images/top/arrow.webp) no-repeat center / cover;
    width: 26px;
    height: 26px;
    right: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btn--outline {
    background: #FFFFFF;
    border: 1px solid #3C8FD3;
    color: #3C8FD3;
}

.is-active .achievements__btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0;
}

/* =========================================
   Achievements
   ========================================= */
.achievements {
    position: relative;
    width: 100%;
}

.achievements::before {
    position: absolute;
    content: "";
    background: url(/images/top/achievements_bg.webp) no-repeat center / cover;
    width: 100%;
    height: 831px;
    top: 0;
    left: 0;
}

.achievements__wrap {
    width: 100%;
    padding: 150px 0;
}

.achievements__inner {
    position: relative;
    width: 1140px;
    margin: 0 auto;
}

.achievements__inner::before {
    content: "";
    background: url(/images/top/baikyaku_bg.webp) no-repeat center / cover;
    width: 1260px;
    height: 631px;
    position: absolute;
    top: -50px;
    left: -60px;
}

.achievements__inner::after {
    position: absolute;
    content: "";
    background: url(/images/top/baikyaku_frame.webp) no-repeat center / cover;
    width: 105px;
    height: 25px;
    top: -11px;
    left: -125px;
}

.achievements__header {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}

.achievements__caption {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.4;
    color: #282828;
}

.achievements__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* タブ部分 */
.achievements__tab {
    display: flex;
    align-items: center;
    gap: 0;
    background: #F2F2F2;
    border-radius: 9999px;
    padding: 0;
    overflow: hidden; /* 角丸からはみ出さないように */
}

.achievements__tab-item {
    width: 230px;
    height: 50px;
    border: none;
    background: transparent;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px; /* 高さに合わせる */
    color: #B8B8B8;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    padding: 0;
}

.achievements__tab-item--active {
    background: #3C8FD3;
    color: #FFFFFF;
    font-weight: 700;
    pointer-events: none;
}

/* --- コンテンツ切り替えの核となる修正 --- */
.achievements__list-container {
    display: none; /* 基本は非表示 */
    width: 100%;
}

.achievements__list-container.is-active {
    display: flex; /* アクティブ時のみ表示 */
    flex-direction: column;
    align-items: center;
}
/* --------------------------------------- */

.achievements__list {
    position: relative;
    display: flex;
    gap: 20px;
}

.achievements__list::before {
    position: absolute;
    content: "";
    background: url(/images/top/Group63.webp) no-repeat center / cover;
    width: 230px;
    height: 230px;
    top: -112px;
    right: -115px;
    z-index: -1;
}

.achievements__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 270px;
}

/* aタグで囲む場合のスタイル調整 */
.achievements__item a {
    text-decoration: none;
    transition: opacity 0.3s;
}
.achievements__item a:hover {
    opacity: 0.8;
}

.achievements__img {
    width: 270px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.achievements__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.achievements__item a:hover .achievements__img img{
    transform: scale(1.08);
    opacity: 1;
}

.achievements__text{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* =========================================
   Voice
   ========================================= */
.voice {
    position: relative;
    width: 100%;
}

.voice::before{
    position: absolute;
    content: "";
    background: url(/images/top/voice_bg.webp) no-repeat center / cover;
    width: 100%;
    height: 522px;
    top: 0;
    left: 0;
    z-index: 0;
}

.voice__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 100px 0 92px;
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
}

.voice__decoration {
    position: absolute;
    top: 60px;
    left: 330px;
    width: 88px;
    z-index: 1;
}

.voice__decoration img {
    width: 100%;
    height: auto;
}

.voice__header {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    margin-top: 12px;
}

.voice__pager {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #282828;
}

.voice__list {
    display: flex;
    position: relative;
    z-index: 2;
}

.voice__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.voice__img {
    width: 310px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.voice__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.voice__item a:hover .voice__img img{
    transform: scale(1.08);
    opacity: 1;
}

.voice__content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 12px;
}

.voice__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.voice__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

/* スワイパー */

.voice .voice-swiper{
    width: 857px;
    margin: 0 auto;
    overflow: visible;
    clip-path: inset(0 -180% 0 0);
}

.voice__item.swiper-slide{
    width: 310px;
}

.voice .swiper-option-wrap {
    position: relative;
    display: flex;
    gap: 10px;
    margin-top: 58px;
    margin-bottom: 38px;
}

.voice .swiper-button-next, .voice .swiper-button-prev{
    position: unset;
    opacity: 1;
    width: auto;
}

.voice .swiper-button-next:after, .voice .swiper-button-prev:after{
    content: "";
    background: url(/images/top/Group45.webp) no-repeat center / contain;
    width: 40px;
    height: 40px;
    font-size: inherit;
    font-family: inherit;
    flex-shrink: 0;
}

.voice .swiper-button-prev:after{
    transform: rotate(180deg);
}

/* =========================================
   Contact
   ========================================= */
.contact {
    position: relative;
    width: 100%;
    background-color: #F0F8FF;
}

.contact.contact--second{
    background-color: #fff;
}

.contact__inner::before{
    position: absolute;
    content: "";
    background: url(/images/top/bg_img.webp) no-repeat center / cover;
    width: 1260px;
    height: 392px;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.contact__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 100px 0 79px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
}

.contact__header {
    position: relative;
    z-index: 2;
}

.contact .headline{
    align-items: center;
}

.contact__content {
    display: flex;
    gap: 32px;
    position: relative;
    z-index: 2;
}

.contact__tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.contact__tel-icon {
    width: 35px;
    height: 35px;
}

.contact__tel-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact__tel-number {
    position: relative;
    font-size: 45px;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
}

.tel__box{
    display: flex;
    gap: 10px;
}

.tel__img{
    width: 36px;
}

.tel__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact__tel-info {
    display: flex;
    gap: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #FFFFFF;
}

.contact__btns {
    display: flex;
    gap: 29px;
}

.contact__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 360px;
    height: 80px;
    padding: 10px 12px 12px;
    border-radius: 80px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.7;
    color: #FFFFFF;
    position: relative;
    padding-left: 41px;
}

.contact__btn--assessment {
    background: linear-gradient(136deg, rgba(83, 215, 158, 1) 0%, rgba(72, 168, 127, 1) 74%);
    border: 2px solid #FFFFFF;
}

.contact__btn--consult {
    background: linear-gradient(132deg, rgba(158, 213, 54, 1) 1%, rgba(119, 185, 68, 1) 100%);
    border: 2px solid #FFFFFF;
}

.contact__btn::after{
    position: absolute;
    content: "";
    background: url(/images/top/arrow02.webp) no-repeat center / cover;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 24px;
    z-index: 2;
}

[class*="contact__btn--"]::before{
    position: absolute;
    content: "";
    background: url(/images/top/icon_satei.webp) no-repeat center / cover;
    width: 26px;
    height: 33px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 82px;
    z-index: 2;
}

.contact__btn--consult::before{
    background: url(/images/top/icon_mail.webp) no-repeat center / cover;
    width: 32px;
    height: 27px;
    left: 52px;
}

/* =========================================
   Worries
   ========================================= */
.worries {
    position: relative;
    width: 100%;
}

.worries__wrap {
    width: 100%;
    background: #F0F8FF;
}

.worries__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 200px 0 150px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}
.worries__inner::after{
    position: absolute;
    content: "";
    background: url(/images/top/Frame63.webp) no-repeat center / cover;
    width: 88px;
    height: 156px;
    top: 172px;
    left: -150px;
    z-index: 1;
}
.worries__inner::before{
    position: absolute;
    content: "";
    background: url(/images/top/Rectangle243.webp) no-repeat center / cover;
    width: 1370px;
    height: 859px;
    top: 101px;
    left: -99px;
    z-index: 1;
    pointer-events: none;
}

.worries__decoration {
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 859px;
    z-index: 1;
}

.worries__decoration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.worries__header {
    position: relative;
    z-index: 2;
}

.worries__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.worries__content::before{
    position: absolute;
    content: "";
    background: url(/images/top/Frame63-2.webp) no-repeat center / cover;
    width: 184px;
    height: 156px;
    bottom: -128px;
    right: -184px;
    z-index: 1;
}

.worries__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 892px;
    height: 397px;
    position: relative;
}

.worries__list::before{
    position: absolute;
    content: "";
    background: url(/images/top/illustration.webp) no-repeat center / cover;
    width: 366px;
    height: 243px;
    top: 150px;
    left: 16px;
    right: 0;
    margin: auto;
    z-index: 1;
}

.worries__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    background: #EAF6FF;
    border: 2px solid #B7CFE0;
    border-radius: 9999px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
    text-align: center;
}

.worries__item:nth-child(1) {
    width: 220px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 189px;
}

.worries__item:nth-child(2) {
    width: 220px;
    height: 220px;
    padding: 83px 6px;
    position: absolute;
    top: 0;
    left: 483px;
}

.worries__item:nth-child(3) {
    width: 220px;
    height: 220px;
    padding: 83px 22px;
    position: absolute;
    top: 177px;
    left: 672px;
}

.worries__item:nth-child(4) {
    width: 220px;
    height: 220px;
    padding: 83px 22px;
    position: absolute;
    top: 177px;
    left: 0;
}

.worries__illustration {
    width: 365px;
    height: 242px;
    position: absolute;
    top: 149px;
    left: 271px;
}

.worries__illustration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* =========================================
   Reading
   ========================================= */
.reading {
    width: 100%;
    background: #F0F8FF;
}

.reading__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 79px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.reading__text {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: #282828;
    text-align: center;
}

.reading__text span{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    color: #3C8FD3;
}

/* =========================================
   Reason
   ========================================= */
.reason {
    width: 100%;
    background: #F0F8FF;
}

.reason__inner {
    width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
}

.reason__decoration {
    position: absolute;
    top: 170px;
    left: 310px;
    width: 1310px;
    height: 970px;
    z-index: 1;
}

.reason__decoration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reason__decoration--bottom {
    top: auto;
    bottom: 50px;
    left: 1000px;
    width: 170px;
    height: 170px;
}

.reason__header {
    width: 1140px;
    position: relative;
    z-index: 2;
}

.reason__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1140px;
    position: relative;
    z-index: 2;
}

.reason__item {
    display: flex;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    padding: 0;
}

.reason__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
}

.reason__label {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.reason__label-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7;
    color: #3C8FD3;
}

.reason__label-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.25;
    color: #3C8FD3;
}

.reason__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    color: #282828;
    margin: 0;
}

.reason__title span{
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    color: #3C8FD3;
}

.reason__text {
    width: 650px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
}

.img__box{
    position: relative;
    z-index: 0;
}

.reason__img {
    position: relative;
    width: 460px;
    height: 300px;
    border-radius: 15px;
    z-index: 0;
}

.reason__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img__01::before{
    position: absolute;
    content: "";
    background: url(/images/top/decoration.webp) no-repeat center / cover;
    width: 170px;
    height: 170px;
    top: -80px;
    left: -69px;
    z-index: 0;
}

.img__01::after{
    position: absolute;
    content: "";
    background: url(/images/top/Rectangle234.webp) no-repeat center / cover;
    width: 250px;
    height: 290px;
    top: 37px;
    right: -89px;
    z-index: -1;
}

.img__02::before{
    position: absolute;
    content: "";
    background: url(/images/top/Frame63.webp) no-repeat center / cover;
    width: 88px;
    height: 156px;
    top: 200px;
    left: 110px;
    z-index: -1;
}

.img__02::after{
    position: absolute;
    content: "";
    background: url(/images/top/Rectangle234.webp) no-repeat center / cover;
    width: 250px;
    height: 290px;
    top: 41px;
    left: -78px;
    z-index: -2;
}

.img__03::before{
    position: absolute;
    content: "";
    background: url(/images/top/Vector.webp) no-repeat center / cover;
    width: 92px;
    height: 172px;
    top: -28px;
    right: -39px;
    z-index: -1;
}

.img__03::after{
    position: absolute;
    content: "";
    background: url(/images/top/Rectangle234.webp) no-repeat center / cover;
    width: 250px;
    height: 290px;
    top: 39px;
    right: -89px;
    z-index: -2;
}

/* =========================================
   Staff
   ========================================= */
.staff {
    width: 100%;
    background: #F0F8FF;
}

.staff__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 147px 0 149px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
}

.staff__inner::before{
    position: absolute;
    content: "";
    background: url(/images/top/staff_bg.webp) no-repeat center / cover;
    width: 1260px;
    height: 611px;
    top: 98px;
    left: 50%;
    z-index: 0;
    transform: translateX(-50%);
}

.staff__inner::after{
    position: absolute;
    content: "";
    background: url(/images/top/baikyaku_frame.webp) no-repeat center / cover;
    width: 105px;
    height: 25px;
    top: 128px;
    left: -125px;
    z-index: 0;
}

.staff__bg {
    position: absolute;
    top: 0;
    left: 330px;
    width: 1260px;
    height: 611px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 9%, rgba(240, 248, 255, 1) 93%);
    border-radius: 50px 50px 0 0;
    z-index: 1;
}

.staff__decoration {
    position: absolute;
    top: 30px;
    left: 265px;
    width: 1405px;
    height: 340px;
    z-index: 1;
}

.staff__decoration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.staff__header {
    width: 1140px;
    position: relative;
    z-index: 2;
}

.staff__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 0;
}

.staff__list {
    position: relative;
    display: flex;
    gap: 20px;
    z-index: 0;
}

.staff__list::before{
    position: absolute;
    content: "";
    background: url(/images/top/Group63.webp) no-repeat center / cover;
    width: 230px;
    height: 230px;
    top: -101px;
    right: -139px;
    z-index: -1;
}

.staff__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 270px;
}

.staff__img {
    width: 270px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}

.staff__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
    background-color: #f5f5f5;
}

.staff__item a:hover .staff__img img{
    transform: scale(1.08);
    opacity: 1;
}

.staff__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* =========================================
   Professional
   ========================================= */
.professional {
    position: relative;
    width: 100%;
    background-color: #F0F8FF;
    border-radius: 0 0 100px 0;
}

.professional__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 0 0 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.professional__inner .headline{
    margin-bottom: 40px;
}

.professional__block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1140px;
    position: relative;
    z-index: 2;
}

.professional__header {
    width: 1140px;
    position: relative;
    z-index: 2;
}

.professional__decoration {
    position: absolute;
    top: 166px;
    left: -50px;
    width: 184px;
    height: 156px;
    z-index: 1;
    pointer-events: none;
}

.professional__decoration img {
    width: 184px;
    height: 156px;
    object-fit: contain;
}

.professional__card {
    position: relative;
    width: 1140px;
    height: 350px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #FFFFFF;
}

.professional__card::before{
    position: absolute;
    content: "";
    background: url(/images/top/deco_professional.webp) no-repeat center / cover;
    width: 203px;
    height: 193px;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.professional__card-visual {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 350px;
    border-radius: 15px 0 0 0;
    overflow: hidden;
}

.professional__card-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.professional__card-panel {
    position: absolute;
    left: 409px;
    top: 0;
    width: 731px;
    height: 350px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    box-sizing: border-box;
}

.professional__card-border {
    position: absolute;
    left: 16px;
    top: 15px;
    width: 700px;
    height: 320px;
    border: 1px solid #3C8FD3;
    border-radius: 40px;
    pointer-events: none;
    z-index: 1;
}

.professional__card-body {
    position: relative;
    width: 595px;
    margin: 60px 0 0 58px;
}

.professional__name {
    margin: 0 0 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.35;
    color: #3C8FD3;
    text-decoration: none;
}

.professional__lead {
    margin: 0 0 26px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #282828;
}

.professional__lead span{
    color: #65A589;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 120%
}

.professional__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    position: relative;
}

.professional__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 120px;
    min-height: 120px;
    padding: 8px 10px;
    background-color: #EDF7FF;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #282828;
}

.professional__tag--multiline {
    flex-direction: column;
}

.professional__etc {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
    position: absolute;
    right: 197px;
    bottom: 1px;
}

.professional__body {
    width: 1140px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
    margin-top: 20px;
}

.professional__banner a{
    position: relative;
    display: block;
    width: 1140px;
    margin-bottom: 20px;
    z-index: 1;
}

.professional__banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================================
   Plan
   ========================================= */
.plan {
    position: relative;
    width: 100%;
    background-color: #F0F8FF;
}

.plan::before{
    position: absolute;
    content: "";
    background: url(/images/top/plan_bg.webp) no-repeat center / cover;
    width: 100%;
    height: 1079px;
    top: -3px;
    left: 0;
    z-index: 0;
}

.plan__wrap {
    width: 100%;
    padding: 0;
    background: #fff;
}

.plan__inner {
    width: 1140px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 100px 0 0 0;
    padding: 98px 0 48px;
    position: relative;
}

.plan__inner::before{
    position: absolute;
    content: "";
    background: url(/images/top/Group63.webp) no-repeat center / cover;
    width: 230px;
    height: 230px;
    top: 178px;
    right: -81px;
    z-index: 0;
}

.plan__inner::after{
    position: absolute;
    content: "";
    background: url(/images/top/Frame63-2.webp) no-repeat center / cover;
    width: 184px;
    height: 156px;
    bottom: 23px;
    left: -54px;
    z-index: 0;
}

.plan__decoration {
    position: absolute;
    top: 180px;
    left: 336px;
    width: 1276px;
    height: 822px;
    z-index: 1;
}

.plan__decoration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.plan__decoration--bottom {
    top: auto;
    bottom: 0;
}

.plan__header {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.plan__table {
    display: flex;
    align-items: center;
    gap: 0;
    position: relative;
    z-index: 2;
}

.plan__table::before{
    position: absolute;
    content: "";
    background: url(/images/top/decoration_plan.webp) no-repeat center / cover;
    width: 1139px;
    height: 747px;
    top: 11px;
    left: 20px;
    pointer-events: none;
}

.plan__sale {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 570px;
    padding: 50px 70px;
    background: #EDFFED;
    border-radius: 50px 0 0 50px;
}

.plan__sale-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 210px;
}

.plan__sale-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
}

.plan__sale-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    color: #5F9760;
    margin: 0;
}

.plan__recommendation {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 30px 36px 30px 35px;
    background: #FFFFFF;
    border-radius: 20px;
}

.plan__recommendation-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.plan__checkbox {
    width: 24px;
    height: 24px;
}

.plan__checkbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan__recommendation-item span:last-child {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
}

.plan__feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 430px;
}

.plan__arrow {
    width: 29px;
    height: 13px;
    margin-bottom: 8px;
}

.plan__arrow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.plan__feature-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    color: #5F9760;
    margin: 0 0 10px;
}

.plan__feature-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
}

.plan__feature-text:not(:first-of-type){
    margin-top: 9px;
}

.plan__purchase {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 570px;
    padding: 50px 70px;
    background: #E9FFF5;
    border-radius: 0 50px 50px 0;
}

.plan__purchase-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 210px;
}

.plan__purchase-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
}

.plan__purchase-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.35;
    color: #65A68A;
    margin: 0;
}

.plan__purchase .plan__recommendation {
    width: 430px;
}

.plan__purchase .plan__checkbox {
    border-color: #BDE3D1;
    color: #7ABC9F;
}

.plan__purchase .plan__arrow {
    color: #7ABC9F;
}

.plan__purchase .plan__feature-title {
    color: #65A68A;
}

/* =========================================
   Service
   ========================================= */
.service {
    width: 100%;
    background: #FFFFFF;
    border-radius: 100px 0 0 0;
}

.service__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 150px 0 99px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 43px;
    position: relative;
}

.service__inner::before{
    position: absolute;
    content: "";
    background: url(/images/top/Frame63-1.webp) no-repeat center / cover;
    width: 105px;
    height: 25px;
    top: 155px;
    left: -70px;
}

.service__inner::after{
    position: absolute;
    content: "";
    background: url(/images/top/Group-1.webp) no-repeat center / cover;
    width: 88px;
    height: 74px;
    bottom: 447px;
    right: -96px;
}

.service__decoration {
    position: absolute;
    top: 100px;
    left: 320px;
    width: 1210px;
    height: 726px;
    z-index: 1;
}

.service__decoration img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.service__header {
    width: 1140px;
    position: relative;
    z-index: 2;
}

.service__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 53px;
    width: 1140px;
    position: relative;
    z-index: 2;
}
.service__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}

.dif__mrg--top{
    margin-top: 22px;
}

.service__decoration-item {
    position: absolute;
    top: -15px;
    left: 2px;
    width: 362px;
    height: 255px;
    z-index: 1;
}

.service__decoration-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

[class*="service__img--"] {
    width: 344px;
    height: 226px;
    border-radius: 15px;
    position: relative;
    z-index: 2;
}

[class*="service__img--"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[class*="service__img--"]::before{
    position: absolute;
    content: "";
    width: 360px;
    height: 253px;
    top: -16px;
    right: -19px;
    z-index: -1;
}

.service__img--inheritance::before{
    background: url(/images/top/decoration-1.webp) no-repeat center / cover;
}

.service__img--deterioration::before{
    background: url(/images/top/decoration-2.webp) no-repeat center / cover;
}

.service__img--not-possible::before{
    background: url(/images/top/decoration-3.webp) no-repeat center / cover;
}

.service__img--back-alley::before{
    background: url(/images/top/decoration-4.webp) no-repeat center / cover;
}

.service__img--tenement-house::before{
    background: url(/images/top/decoration-5.webp) no-repeat center / cover;
}

.service__img--rubbish::before{
    background: url(/images/top/decoration-6.webp) no-repeat center / cover;
}

.service__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    position: relative;
    z-index: 2;
}

.service__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    color: #3C8FD3;
    margin: 0;
}

.service__text {
    width: 344px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
}

.service__footer {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    color: #3C8FD3;
    text-align: center;
    position: relative;
    z-index: 2;
}

/* =========================================
   Column
   ========================================= */
.column {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0 0 100px 0;
    position: relative;
}

.column__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 47px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    position: relative;
}

.column__inner::before {
    position: absolute;
    content: "";
    background: url(/images/top/column_bg.webp) no-repeat center center / cover;
    width: 1260px;
    height: 756px;
    top: 0;
    left: -60px;
    z-index: 0;
}

.column__inner::after {
    position: absolute;
    content: "";
    background: url(/images/top/Frame63-1.webp) no-repeat center center / cover;
    width: 105px;
    height: 25px;
    top: 37px;
    left: -125px;
    z-index: 0;
}

.column__header {
    position: relative;
    z-index: 2;
}

.column__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    position: relative;
    z-index: 2;
}

/* タブ部分 */
.column__tab {
    display: flex;
    align-items: center;
    gap: 0;
    background: #F2F2F2;
    border-radius: 9999px;
    padding: 0;
    overflow: hidden;
}

.column__tab-item {
    width: 230px;
    height: 50px;
    border: none;
    background: transparent;
    border-radius: 9999px;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    color: #B8B8B8;
    cursor: pointer;
    transition: all 0.3s;
}

.column__tab-item--active {
    background: #3C8FD3;
    color: #FFFFFF;
    font-weight: 700;
    pointer-events: none;
}

/* リストコンテナ */
.column__list-container {
    position: relative;
    display: none;
}

.column__list-container.is-active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Group63装飾 */
.column__list-container::before {
    position: absolute;
    content: "";
    background: url(/images/top/Group63.webp) no-repeat center center;
    width: 230px;
    height: 230px;
    top: -121px;
    right: -140px;
    z-index: -1;
}

/* 記事カード */
.column__list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.column__item {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 364px;
}

.column__link {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.column__img {
    width: 364px;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
}

.column__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s;
}

.column__item a:hover .column__img img{
    transform: scale(1.08);
    opacity: 1;
}

.column__content-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.column__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.column__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.column__btn.btn.btn--outline{
    display: flex;
    margin: 30px auto 0;
}

/* =========================================
   FLOW
   ========================================= */
.flow{
    background-color: #fff;
    padding-block: 101px;
    position: relative;
    z-index: 1;
}

.flow__inner{
    position: relative;
    width: 1140px;
    margin: 0 auto;
    z-index: 0;
}

.flow__inner::before{
    position: absolute;
    content: "";
    background: url(/images/top/Frame63.webp) no-repeat center center;
    width: 88px;
    height: 156px;
    top: -40px;
    left: -60px;
    z-index: -1;
}

.flow__header{
    margin-bottom: 40px;
}

.flow__list{
    display: flex;
    justify-content: center;
    gap: 30px;
    counter-reset: number;
    margin-bottom: 40px;
}

.flow__box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

[class*="flow__sub-ttl--"]{
    position: relative;
    width: 84px;
    height: 157px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    writing-mode: vertical-rl;
    color: #fff;
    background-color: #73A674;
    border-radius: 10px;
}

[class*="flow__sub-ttl--"]::before{
    position: absolute;
    content: "";
    width: 893px;
    height: 23px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 77px;
    z-index: 1;
}

.flow__sub-ttl--purchase{
    background-color: #7ABC9F;
}

.flow__sub-ttl--intermediary::before{
    background: url(/images/top/arrow-3.webp) no-repeat center center;
}

.flow__sub-ttl--purchase::before{
    background: url(/images/top/arrow-4.webp) no-repeat center center;
}

.flow__inner--box{
    display: flex;
    justify-content: center;
    gap: 10px;
}

.flow__item{
    position: relative;
    width: 95px;
    height: 404px;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    background-color: #F0F8FF;
    border-radius: 10px;
    counter-increment: number;
    padding-top: 30px;
    z-index: 1;
}

.flow__item:last-of-type{
    z-index: 0;
}

.flow__item.dif__height{
    height: 266px;
}

.flow__item::before{
    position: absolute;
    content: counter(number, decimal-leading-zero);
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #3C8FD3;
    top: 44px;
}

.flow__step{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #3C8FD3;
}

.flow__txt{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    color: #282828;
    writing-mode: vertical-rl;
    letter-spacing: 2.2px;
}

.flow__under{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

[class*="flow__under-box--"]{
    display: flex;
    align-items: center;
    gap: 19px;
    background-color: #EDFFED;
    width: 460px;
    height: 50px;
    border-radius: 5px;
}

.flow__under-box--purchase{
    background-color: #E9FFF5;
}

[class*="flow__under-ttl--"]{
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    background-color: #73A674;
    border-radius: 5px 0 0 5px;
}

.flow__under-ttl--purchase{
    background-color: #7ABC9F;
}

.flow__under-txt{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
}

/* =========================================
   FAQ
   ========================================= */
.faq {
    width: 100%;
    background: #FFFFFF;
}

.faq__inner {
    width: 1140px;
    margin: 0 auto;
    padding: 103px 0 98px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    position: relative;
}

.faq__inner::before{
    position: absolute;
    content: "";
    background: url(/images/top/Group68.webp) no-repeat center center;
    width: 186px;
    height: 74px;
    top: 205px;
    left: -36px;
    z-index: 0;
}

.faq__inner::after{
    position: absolute;
    content: "";
    background: url(/images/top/Group63.webp) no-repeat center center;
    width: 230px;
    height: 230px;
    bottom: -77px;
    right: -156px;
    z-index: 0;
}

.faq__header {
    width: 1140px;
    position: relative;
    z-index: 2;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1140px;
    position: relative;
    z-index: 2;
}

.faq__item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 1140px;
    padding: 40px;
    background: #F0F8FF;
    border-radius: 20px;
}

.faq__question {
    display: flex;
    align-items: center;
    gap: 5px;
}

.faq__q {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    color: #3C8FD3;
}

.faq__question-text {
    width: 961px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #282828;
    margin: 0;
}

.faq__answer {
    display: flex;
    gap: 5px;
    width: 1060px;
}

.faq__a {
    width: 24px;
    height: 29px;
    font-size: 22px;
    font-weight: 500;
    line-height: 1;
    color: #3C8FD3;
    text-align: center;
}

.faq__answer-text {
    width: 1010px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    color: #282828;
    margin: 0;
}