@charset "utf-8";

/* ============================================================
   ① 共通・ベーススタイル（PC・SP共通で読み込まれるベース）
============================================================ */

/* ---------------------------------------------
01 MV ※TOP
--------------------------------------------- */
.sec-mv {
    --sec-mv-min-height: clamp(58rem, 115vw, 116.8rem);
    --sec-mv-catch-size: clamp(2.4rem, 4.8vw, 4.8rem);
    --sec-mv-lead-size: clamp(1.4rem, 1.6vw, 1.6rem);
    --sec-mv-btn-size: clamp(1.4rem, 1.5vw, 1.6rem);
    --sec-mv-btn-sub: #59b4e8;
    min-height:100vh;
}

.sec-mv__inner {
    display: flex;
    align-items: flex-end;
    padding-top: 60vh;
    padding-bottom: clamp(var(--s5), 4vw, var(--s8));
    box-sizing: border-box;
}

.sec-mv__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--s4);
}

.sec-mv__catch {
    color: var(--bg-emp);
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 1.5;
    white-space: nowrap;
}

.sec-mv__lead {
    font-size: var(--sec-mv-lead-size);
    line-height: 1.875;
    padding-top:1rem;
}

.sec-mv__btn {
    display: flex;
    flex-direction: column;
    gap: var(--s2);
    margin-top: var(--s4);
}

.sec-mv .btn-internal {
    max-width: none;
    width: 100%;
    margin: 0;
}

.sec-mv .btn-internal::after {
    display: none;
}

.sec-mv .sec-mv__btn-item--sub a {
    padding: var(--s2) var(--s6);
    border-radius: 999rem;
    background:#18A0FB url("./img/arrow-01-wht-right.svg") no-repeat center right 2rem / clamp(2.4rem, 2.8vw, 2.8rem);
    font-size: var(--sec-mv-btn-size);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    transform: none;
    transition: opacity 0.1s;
}
.sec-mv .sec-mv__btn-item--main a {
    padding: var(--s2) var(--s6);
    border-radius: 999rem;
    background:#003688 url("./img/arrow-01-wht-right.svg") no-repeat center right 2rem / clamp(2.4rem, 2.8vw, 2.8rem);
    font-size: var(--sec-mv-btn-size);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    transform: none;
    transition: opacity 0.1s;
}

.sec-mv .btn-internal:hover a {
    transform: none;
    opacity: 0.8;
}

.sec-mv__btn-item--sub a {
    background-color: var(--sec-mv-btn-sub);
}

.sec-mv__btn-item--main a {
    background-color: var(--bg-emp);
}

/* ---------------------------------------------
02 Intro ※TOP
--------------------------------------------- */
.sec-intro-g {
    background: url(./img/intro-back.png) #5fb3f8;
    background-repeat: no-repeat;
    background-position: center 129%; /* ←ここで位置を調整（左が横、右が縦） */
}
.sec-intro {
    --sec-intro-catch-size: clamp(2.4rem, 4vw, 3.6rem);
    --sec-intro-text-size: clamp(1.4rem, 1.6vw, 1.6rem);
    --sec-intro-line: #59b4e8;
    position: relative;
    overflow: hidden;
    padding-bottom: 0px;
}

.sec-intro__deco {
    margin: 0;
    padding-top: clamp(var(--s10), 5vw, var(--s4));
    position: relative;
    z-index: 1;
    pointer-events: none;
}

.sec-intro__deco-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.sec-intro__inner {
    position: relative;
    z-index: 2;
}

.sec-intro__body {
    display: flex;
    flex-direction: column;
    gap: clamp(var(--s4), 5vw, var(--s8));
    padding-bottom: 20rem;
}
.sec-intro__visual {
    order: 2;
}

.sec-intro__person {
    width: 100%;
    max-width: clamp(28rem, 90vw, 52rem);
    height: auto;
    display: block;
    margin: 0 auto;
}

.sec-intro__content {
    order: 1;
    display: flex;
    flex-direction: column;
    gap: clamp(var(--s3), 3vw, var(--s5));
}

.sec-intro__catch {
    color: var(--bg-emp);
    font-size: var(--sec-intro-catch-size);
    font-weight: 700;
    line-height: 1.7;
}

.sec-intro__catch-mark {
    display: inline;
    background: linear-gradient(transparent 98%, var(--acc) 65%);
}

.sec-intro__text {
    display: flex;
    flex-direction: column;
    gap: clamp(var(--s2), 1vw, var(--s4));
    font-size: var(--sec-intro-text-size);
    line-height: 1.875;
}

.sec-intro__text-lead {
    font-weight: 700;
}

/* ---------------------------------------------
navigation02 ※TOP、下層共通
--------------------------------------------- */
.header-area-upper {
    padding: var(--s1);
    text-align: right;
}

.header-title {
    font-size: 1.2rem;
    display: inline-block;
    position: relative;
}

.header-title::before {
    content: "PR";
    padding: .2rem;
    color: #fff;
    background-color: #333;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -2.4rem;
}

.header-title a {
    text-decoration: none;
}

.header-title a:hover {
    text-decoration: underline;
}

.gnavi-btn-close {
    display: none;
}

.toggle-content {
    display: none;
}

.gnavi-ctrl {
    transition: opacity 0.6s, visibility 0.6s;
    opacity: 0;
    visibility: hidden;
}

.gnavi-ctrl.is-show {
    opacity: 1;
    visibility: visible;
}

#low-header .gnavi-ctrl {
    opacity: 1;
    visibility: visible;
}

.gnavi-btn {
    width: var(--s9);
    height: var(--s7);
    background: #18a0fb;
    display: block;
    position: fixed;
    top: 1rem;
    right: 0px;
    z-index: 200;
    cursor: pointer;
    display:none;
}

.gnavi-btn span {
    width: var(--s4);
    height: 0.2rem;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 1.6rem;
    transform: translate(0, 84%);
    transition: transform 0.4s, opacity 0.4s;
}

.gnavi-btn span:nth-of-type(1) { top: 1.0rem; }
.gnavi-btn span:nth-of-type(2) { top: 1.7rem; }
.gnavi-btn span:nth-of-type(3) { top: 2.4rem; }

.gnavi-btn.is-active span:nth-of-type(1) { transform: translateY(0.7rem) rotate(-45deg); }
.gnavi-btn.is-active span:nth-of-type(2) { opacity: 0; }
.gnavi-btn.is-active span:nth-of-type(3) { transform: translateY(-0.7rem) rotate(45deg); }

.gnavi-btn-close {
    width: 80%;
    margin: 0 auto;
    padding: var(--s2);
    background: #18A0FB;
    display: block;
    text-align: center;
	border-radius:100rem;
}

.gnavi-btn-close__inner {
    padding: 0 0 0 var(--s3);
    display: inline-block;
    color: #fff;
    font-weight: 700;
    position: relative;
}

.gnavi-btn-close__inner::before {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg);
}

.gnavi-btn-close__inner::after {
    content: "";
    width: 1em;
    height: 0.2rem;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(135deg);
}

.gnavi-area {
    width: 100%;
    max-width: 37.5rem;
    height: 100vh;
    padding: var(--s10) var(--s1) var(--s10);
    display: block;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    transform: translateX(100%);
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0;
}

.gnavi-title {
    min-height: var(--s6);
    margin: 0 var(--s8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

.gnavi-pc {
    display: none;
}

.gnavi-list {
    border-bottom: 1px solid #333;
    position: relative;
}

.gnavi-list li {
    padding-left: 0;
}

.gnavi-list__item::before {
    display: none;
}

.gnavi-list__link {
    width: 100%;
    margin: 0 auto;
    padding: var(--s2) var(--s4) var(--s2) var(--s2);
    border-top: 1px solid #333;
    display: block;
    font-weight: 700;
    line-height: 2;
    text-decoration: none;
    position: relative;
}

.gnavi-list__link::after {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url("img/bk-arrow.svg") no-repeat center/100% auto;
    position: absolute;
    top: 50%;
    right: var(--s2);
    transform: translate(0, -50%) rotate(0);
    transition: transform 0.3s;
}

.gnavi-list__link--toggle::after { background-image: url("img/arrow-01-black-down.svg"); }
.gnavi-list__link--toggle.is-open::after { transform: translate(0, -50%) rotate(180deg); }

.gnavi-list__sub {
    width: 100%;
    background: #fff;
}

.gnavi-list__low .gnavi-list__link {
    padding: var(--s2) var(--s4) var(--s2) var(--s4);
}

.gnavi-list__low .gnavi-list__link::after {
    content: "└";
    background: none;
    transform: translateY(-50%);
    position: absolute;
    top: 40%;
    left: 1rem;
}

.is-gnavi-open .gnavi-area {
    opacity: 1;
    transform: translateX(0);
}

/* ---------------------------------------------
03 選ばれる理由 セクション
--------------------------------------------- */
.sec-reason {
    padding: 0 0 8rem;
}

.sec-reason__inner {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: var(--s5) var(--s6) var(--s10);
}

.sec-reason__head {
    display: flex;
    align-items: flex-start;
    gap: 13rem;
    margin-bottom: 5rem;
}

.sec-reason__title,
.sec-advantage__title,
.sec-cta__title {
    font-size: 4rem;
    font-weight: 700;
    color: #212121;
    line-height: 1.4;
}

.sec-reason__catch-en,
.sec-advantage__catch-en {
    display: block;
    font-size: 1.4rem;
    color: var(--acc);
    font-weight: 700;
    margin-bottom: 1rem;
}

.sec-reason__title {
    white-space: nowrap;
}

.sec-reason__lead {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 100%;
    border-top: 1px solid #a1a1a1;
    padding-top: 2.6rem;
}

.sec-reason__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5rem 7rem;
}

.sec-reason__item {
    width: calc(48% - 1.5rem);
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
}

.sec-reason__img {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

.sec-reason__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.sec-reason__item-title {
    position: relative;
    z-index: 1;
    margin: -3rem 2rem 0rem 0rem;
    padding: 1.5rem 1.5rem 1.5rem 0;
    background: #fff;
    border-radius: 0 8px 8px 0;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    color: var(--bg-emp);
}

.sec-reason__item-text {
    line-height: 1.8;
    font-size: 1.6rem;
}

/* ---------------------------------------------
04 実績・認定データ セクション
--------------------------------------------- */
.sec-advantage {
    padding: 10rem 0;
    background-color: #f4f7fa;
}

.sec-advantage__head {
    text-align: center;
    margin-bottom: 6rem;
}

.sec-advantage__list {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem 3rem;
    justify-content: center;
	max-width:90rem;
	margin-left:auto;
	margin-right:auto;
}

.sec-advantage__item {
    width: calc(33.333% - 2rem);
    aspect-ratio: 1 / 1;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    position: relative;
    overflow: hidden;
}

.sec-advantage__item--02 p {
    line-height: 1;
}

.sec-advantage__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 58%;
    background-size: 70% auto;
    opacity: 0.7;
    z-index: 1;
}

.sec-advantage__item--01::before { background-image: url("./img/advantage-01.png"); }
.sec-advantage__item--02::before { background-image: url("./img/advantage-02.png"); }
.sec-advantage__item--03::before { background-image: url("./img/advantage-03.png"); }
.sec-advantage__item--04::before { background-image: url("./img/advantage-04.png"); }
.sec-advantage__item--05::before { background-image: url("./img/advantage-05.png"); }
.sec-advantage__item--06::before { background-image: url("./img/advantage-06.png"); }

.sec-advantage__item-inner {
    width: 100%;
    height: 100%;
    padding: 8.5rem 2.5rem 6.5rem 2.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #333333;
    position: relative;
    z-index: 2;
}

.sec-advantage__item-title {
    position: absolute;
    top: 6.2rem;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--bg-emp);
    margin-bottom: 0;
}

.font-blue { color: #3ea1f1; }
.text-bold { font-weight: 700; }
.text-left { text-align: left; }
.line-height-small { line-height: 1.3; }
.text-xlarge { font-size: 7.2rem; white-space: nowrap;}
.text-large { font-size: 4.4rem; }
.text-medium { font-size: 3.6rem; }
.text-small { font-size: 1.3rem; color: #1b2a4e; }
.text-unit { font-size: 1.4rem; margin-left: 0.2rem; color: #333333; }
.text-note { font-size: 1.1rem; color: #888888; margin-top: 0.4rem; }

.sec-advantage__item--04 .text-xlarge { font-size: 6.2rem}

.sec-advantage__item-split {
    display: flex;
    justify-content: space-around;
    margin-top: 0.5rem;
    width: 100%;
}

.split-box {
    flex: 1;
    line-height: 1.3;
}

.sec-advantage__item-mixed {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
}

.sec-advantage__item-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 0.2rem;
}

/* ---------------------------------------------
04 CTA セクション
--------------------------------------------- */
.sec-cta {
    padding: 12rem 0;
    text-align: center;
    background: url("./img/cta01.jpg") no-repeat center / cover;
    color: #ffffff;
    position: relative;
}

.sec-cta__title {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 5rem;
    color: #101010;
    border-bottom: none !important;
    background: none !important;
}
.sec-cta__lead {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333333;
    margin-top: -2rem;   /* タイトルのmargin-bottom:5remが大きいため一度詰めています */
    margin-bottom: 4rem; /* sec-cta__wrapとの余白 */
}

.sec-cta__wrap {
    display: flex;
    justify-content: center;
    gap: 3rem;
    max-width: 110rem;
    margin: 0 auto;
}

.sec-cta__item {
    flex: 1;
    background-color: #003689;
    border-radius: 16px;
    padding: 4rem 2rem 4.5rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #ffffff;
}

.sec-cta__label-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.sec-cta__icon { width: 2.4rem; height: 2.4rem; display: inline-flex; align-items: center; }
.sec-cta__icon img { width: 100%; height: auto; }
.sec-cta__label { font-size: 1.8rem; font-weight: 700; color: #ffffff; margin: 0; }

.sec-cta__tel {
    font-size: 3.8rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 1.6rem;
    margin-top: 0;
    display: flex;
    letter-spacing: 2px;
    align-items: center;
    gap: 1.8rem;
}

.sec-cta__tel .text-small { font-size: 1.6rem; font-weight: 700; color: #fff; }
.sec-cta__time { font-size: 1.4rem; color: #ffffff; font-weight: 500; margin-top: 0; }

.sec-cta__box-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background-color: #18A0FB;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.6rem 2rem;
    border-radius: 999rem;
    text-decoration: none !important;
    width: 100%;
    max-width: 37rem;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(24, 160, 251, 0.2);
    transition: background-color 0.3s;
}

.sec-cta__box-btn:hover { background-color: #148ce0; }

.sec-cta__arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sec-cta__arrow-circle img { width: 2.4rem; height: auto; }

/* ---------------------------------------------
05 お悩みセクション
--------------------------------------------- */
.sec-problem {
    padding: 10rem 0;
    background: url("./img/trouble-back.png") no-repeat center / cover;
    color: #fff;
}

.sec-problem__title {
    color: #fff;
    text-align: center;
    margin-bottom: 6rem;
    font-size: 3.6rem;
    font-weight: 700;
    border-bottom: none !important;
    background: none !important;
}

.sec-problem__catch-en {
    display: block;
    font-size: 1.4rem;
    color: #fff;
    opacity: 0.8;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.sec-problem__list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.sec-problem__item {
    width: calc(50% - 1rem);
    background: #ffffff;
    padding: 3rem;
    display: flex;
    gap: 2rem;
    border-radius: 12px;
    align-items: flex-start;
}

.sec-problem__item.is-hidden { display: none; }
.sec-problem__icon { flex: 0 0 135px; }
.sec-problem__icon img { width: 100%; height: auto; }
.sec-problem__content { flex: 1; color: #101010; }

.sec-problem__item-title {
    font-size: 2.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.sec-problem__content a {
    text-decoration: none;
}
.sec-problem__item-title:hover { opacity: 0.6; }

.sec-problem__arrow {
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sec-problem__arrow img { width: 100%; height: auto; }

.sec-problem__line {
    border: 0;
    border-top: 1px solid #a1a1a1;
    margin: 0 0 1.5rem 0;
}

.sec-problem__text {
    font-size: 1.6rem;
    line-height: 1.8;
    border-bottom: none !important;
}

.sec-problem__more { text-align: center; margin-top: 6rem; }

.sec-problem__btn {
    background: #fff;
    color: #1469CA;
    width: 24rem;
    height: 6rem;
    border-radius: 50px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-right: 3rem;
    box-sizing: border-box;
    font-size: 1.6rem;
}

.sec-problem__btn::before,
.sec-problem__btn::after {
    content: "";
    position: absolute;
    background-color: #1469CA;
    top: 50%;
    right: 4rem;
    transform: translate(50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sec-problem__btn::before { width: 1.6rem; height: 0.2rem; }
.sec-problem__btn::after { width: 0.2rem; height: 1.6rem; }
.sec-problem__btn.is-open::after { transform: translate(50%, -50%) rotate(90deg); opacity: 0; }

/* ---------------------------------------------
06 漫画で読むセクション
--------------------------------------------- */
.sec-manga {
    padding: 10rem 0;
    background-color: #ffffff;
    position: relative;
}

.sec-manga__head {
    display: flex;
    align-items: flex-start;
    gap: 13rem;
    margin-bottom: 7rem;
}

.sec-manga__head-left { flex: 0 0 auto; }

.sec-manga__catch-en {
    display: block;
    font-size: 1.4rem;
    color: var(--acc);
    font-weight: 700;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.sec-manga__title {
    font-size: 4rem;
    font-weight: 700;
    color: #212121;
    line-height: 1.4;
    white-space: nowrap;
    border-bottom: none !important;
    background: none !important;
}

.sec-manga__title-link {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    text-decoration: none !important;
    color: inherit !important;
    transition: opacity 0.3s ease;
}
.sec-manga__title-link:hover { opacity: 0.6; }

.sec-manga__link-arrow { display: inline-flex; align-items: center; margin-bottom: 0.5rem; }
.sec-manga__link-arrow img { width: 3.2rem; height: auto; }

.sec-manga__lead {
    font-size: 1.6rem;
    line-height: 1.8;
    width: 100%;
    color: #333333;
    border-top: 1px solid #a1a1a1;
    padding-top: 2.6rem;
}

.sec-manga__list {
    display: flex;
    gap: 4rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-manga__item { width: calc(33.333% - 2.666rem); }
.sec-manga__item a {
    text-decoration: none !important;
    color: inherit;
    display: block;
    transition: opacity 0.3s ease;
}
.sec-manga__item a:hover { opacity: 0.85; }

.sec-manga__img {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 2.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.sec-manga__img img { width: 100%; height: auto; object-fit: cover; }

.sec-manga__item-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #212121;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 1.5rem;
    border-bottom: none !important;
}

.sec-manga__arrow {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    flex-shrink: 0;
    margin-left: 1rem;
    margin-bottom: 0.3rem;
}
.sec-manga__arrow img { width: 100%; height: auto; }

.sec-manga__item-text {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #4A4A4A;
    padding: 0;
    border-bottom: none !important;
}

/* ---------------------------------------------
07 CTA セクション（シンプル）
--------------------------------------------- */
.sec-cta-simple {
    padding: 10rem 0;
    text-align: center;
    background: url(./img/cta02.jpg) no-repeat center / cover;
    color: #ffffff;
    position: relative;
}

.sec-cta-simple--bgimg { background: url(./img/cta02.jpg) no-repeat center / cover; }

.sec-cta-simple__title {
    font-size: 3.4rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    color: #ffffff;
    border-bottom: none !important;
    background: none !important;
}

.sec-cta-simple__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 5rem;
    color: #ffffff;
    border-bottom: none !important;
}

.sec-cta-simple__wrap {
    display: flex;
    justify-content: center;
    gap: 3rem;
    max-width: 110rem;
    margin: 0 auto;
}

.sec-cta-simple__item {
    flex: 1;
    background-color: #F5F8FC;
    border-radius: 16px;
    padding: 4.5rem 2rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    color: #212121;
}

.sec-cta-simple__label-wrap { display: flex; align-items: center; gap: 1rem; margin-bottom: 2rem; }
.sec-cta-simple__icon { width: 2.4rem; height: 2.4rem; display: inline-flex; align-items: center; }
.sec-cta-simple__icon img { width: 100%; height: auto; }
.sec-cta-simple__label { font-size: 1.8rem; font-weight: 700; color: #212121; margin: 0; }

.sec-cta-simple__tel {
    font-size: 3.8rem;
    font-weight: 800;
    color: #004BB1;
    line-height: 1;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}
.sec-cta-simple__tel .text-small { font-size: 1.6rem; font-weight: 700; }
.sec-cta-simple__time { font-size: 1.4rem; color: #004BB1; font-weight: 700; }

.sec-cta-simple__box-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    background-color: #18A0FB;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.6rem 3rem;
    border-radius: 999rem;
    text-decoration: none !important;
    width: 100%;
    max-width: 40rem;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(24, 160, 251, 0.2);
    transition: background-color 0.3s;
}
.sec-cta-simple__box-btn:hover { background-color: #148ce0; }

.sec-cta-simple__arrow-circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 12px;
    background-color: #ffffff;
    color: #003380;
    border-radius: 5rem;
    font-size: 1.4rem;
    font-weight: bold;
}
.sec-cta-simple__arrow-circle img { width: 1rem; height: auto; }

.sec-cta-simple__btn-wrap { text-align: center; }
.sec-cta-simple__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: #18A0FB;
    color: #fff;
    padding: 1.8rem 4rem;
    border-radius: 50px;
    font-weight: 700;
    text-decoration: none !important;
    transition: opacity 0.3s;
	line-height:1.4;
}
.sec-cta-simple__btn:hover { opacity: 0.9; }

.sec-cta-simple__arrow { display: flex; align-items: center; width: 2.4rem; }
.sec-cta-simple__arrow img { width: 100%; height: auto; }

/* ---------------------------------------------
08 管理サービスセクション
--------------------------------------------- */
.sec-service {
    padding: 12rem 0;
    background-color: #f4f7fa;
}

.sec-service__head { margin-bottom: 6rem; text-align: left; }

.sec-service__catch-en {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--acc);
    padding: 0.2rem 0.8rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.05em;
}

.sec-service__title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #212121;
    line-height: 1.3;
    border-bottom: none !important;
    background: none !important;
}

.sec-service__list {
    display: flex;
    flex-wrap: wrap;
    gap: 7rem 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-service__item { width: calc(33.333% - 2rem); }
.sec-service__item a { text-decoration: none !important; color: inherit; display: block; }
.sec-service__item a:hover .sec-service__item-title,
.sec-service__item a:hover .sec-service__content {
    opacity: 0.6;
}

.sec-service__card { position: relative; margin-bottom: 2.5rem; }
.sec-service__img {
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}
.sec-service__img img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }

.sec-service__item-title {
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    background: #f4f7fa;
    padding: 0.6rem 1.5rem;
    font-size: 2.2rem;
    font-weight: 700;
    color: #212121;
    border-radius: 0 4px 4px 0;
    border-bottom: none !important;
    transition: opacity 0.3s ease;
}

.sec-service__content {
    position: relative;
    padding: 0 4rem 0 0;
    transition: opacity 0.3s ease;
}
.sec-service__text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #101010;
    border-bottom: none !important;
}

.sec-service__arrow {
    position: absolute;
    right: 0;
    bottom: 0.2rem;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
}
.sec-service__arrow img { width: 100%; height: auto; }

/* ---------------------------------------------
09 対応エリアセクション
--------------------------------------------- */
.sec-area {
    padding: 10rem 0;
    background: #ffffff url("./img/osaka-map.png") no-repeat right center / contain;
    position: relative;
}

.sec-area__head { text-align: center; margin-bottom: 7rem; }
.sec-area__catch-en {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--acc);
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.sec-area__title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #212121;
    border-bottom: none !important;
    background: none !important;
}

.sec-area__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-area__item { width: calc(50% - 3rem); border-top: 1px solid #E0E0E0; }
.sec-area__item.is-hidden { display: none; }

.sec-area__link {
    display: flex;
    align-items: center;
    padding: 4rem 0;
    text-decoration: none !important;
    color: inherit;
    transition: opacity 0.3s;
}
.sec-area__link:hover { opacity: 0.8; }

.sec-area__img {
    flex: 0 0 16rem;
    height: 10.5rem;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 2.5rem;
    line-height: 0;
}
.sec-area__img img { width: 100%; height: 100%; object-fit: cover; }

.sec-area__body { flex: 1; padding-right: 2rem; }
.sec-area__item-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 1rem;
    border-bottom: none !important;
}
.sec-area__item-text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #101010;
    border-bottom: none !important;
}

.sec-area__arrow {
    flex: 0 0 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}
.sec-area__arrow img { height: auto; }

.sec-area__more { text-align: center; margin-top: 4rem; }

.sec-area__btn {
    background: #EDF2F7;
    color: #004BB1;
    width: 28rem;
    height: 6rem;
    border-radius: 999rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 1.6rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: background 0.3s;
}
.sec-area__btn:hover { background: #E2E8F0; }

.sec-area__btn-icon {
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.sec-area__btn-icon img { width: 100%; height: auto; display: block; }

/* ---------------------------------------------
10 社員紹介セクション
--------------------------------------------- */
.sec-human {
    padding: 10rem 0;
    background: url("./img/human-back.png") no-repeat center / cover;
    background-color: #eef3f9;
}

.sec-human__head { text-align: center; margin-bottom: 7rem; }
.sec-human__catch-en {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--acc);
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.sec-human__title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #212121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    border-bottom: none !important;
    background: none !important;
	line-height:1.4;
}

.sec-human__link-arrow { display: inline-flex; align-items: center; text-decoration: none !important; }
.sec-human__link-arrow img { width: 4rem; height: auto; transition: opacity 0.3s; }
.sec-human__link-arrow:hover img { opacity: 0.7; }

.sec-human__lead {
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333333;
    max-width: 86rem;
    margin: 0 auto;
}

.sec-human__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8rem 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-human__item { width: calc(33.333% - 2rem); }
.sec-human__item a { text-decoration: none !important; color: inherit; display: block; }

.sec-human__card { position: relative; margin-bottom: 2.5rem; }
.sec-human__img {
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
.sec-human__img img { width: 100%; aspect-ratio: 3 / 3; object-fit: cover; }

.sec-human__name-box {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #ffffff;
    padding: 1rem 2.5rem 1rem 1.5rem;
    border-radius: 0 12px 0 0;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}
.sec-human__initial { font-size: 2.2rem; font-weight: 700; color: #18A0FB; }
.sec-human__dept { font-size: 1.4rem; font-weight: 700; color: #212121; }

.sec-human__content { position: relative; padding-right: 4rem; }
.sec-human__text {
    font-size: 1.6rem;
    line-height: 2.0;
    color: #333333;
    text-align: left;
    border-bottom: none !important;
}

.sec-human__arrow {
    position: absolute;
    right: 0;
    bottom: 0.2rem;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-flex;
    align-items: center;
}
.sec-human__arrow img { width: 100%; height: auto; }

/* ---------------------------------------------
11 ご相談から管理開始までの流れ
--------------------------------------------- */
.sec-flow {
    padding: 10rem 0;
    background-color: #ffffff;
}

.sec-flow__head { text-align: center; margin-bottom: 7rem; }
.sec-flow__catch-en {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--acc);
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.sec-flow__title {
    font-size: 3.8rem;
    font-weight: 700;
    color: #212121;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    border-bottom: none !important;
    background: none !important;
	line-height:1.4;
}

.sec-flow__link-arrow { display: inline-flex; align-items: center; text-decoration: none !important; }
.sec-flow__link-arrow img { width: 1.2rem; height: auto; transition: opacity 0.3s; }
.sec-flow__link-arrow:hover img { opacity: 0.7; }

.sec-flow__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-flow__item {
    background-color: #EDF2F7;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.sec-flow__icon { flex: 0 0 10rem; height: 10rem; }
.sec-flow__icon img { width: 100%; height: auto; }

.sec-flow__box { flex: 1; }
.sec-flow__step {
    display: inline-block;
    background-color: var(--acc);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0.2rem 1rem;
    border-radius: 15px;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.sec-flow__item-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 1rem;
    border-bottom: none !important;
}

.sec-flow__text {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #333333;
    border-bottom: none !important;
}

/* ---------------------------------------------
12 よくあるご質問（FAQ）
--------------------------------------------- */
.sec-faq {
    padding: 10rem 0;
    background-color: #F0F4F8;
}

.sec-faq__inner { max-width: 94rem; margin: 0 auto; }
.sec-faq__head { text-align: center; margin-bottom: 5rem; }
.sec-faq__catch-en {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--acc);
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.sec-faq__title {
    font-size: 3.6rem;
    font-weight: 700;
    color: #212121;
    border-bottom: none !important;
    background: none !important;
}

.sec-faq__list {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sec-faq__item {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}

.sec-faq__q {
    padding: 3rem 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.sec-faq__q-title {
    font-size: 2rem;
    font-weight: 700;
    color: #212121;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-bottom: none !important;
}

.sec-faq__q-icon { width: 3.2rem; height: 3.2rem; display: inline-flex; align-items: center; font-size:2.4rem; font-weight:bold; color:#18A0FB;}
.sec-faq__q-icon img { width: 100%; height: auto; }

.sec-faq__toggle-icon {
    position: relative;
    width: 2rem;
    height: 2rem;
    flex: 0 0 3rem;
}

.sec-faq__toggle-icon::before,
.sec-faq__toggle-icon::after {
    content: "";
    position: absolute;
    background-color: var(--acc);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.sec-faq__toggle-icon::before { width: 2rem; height: 0.2rem; }
.sec-faq__toggle-icon::after { width: 0.2rem; height: 2rem; }
.sec-faq__item.is-open .sec-faq__toggle-icon::after { transform: translate(-50%, -50%) rotate(90deg); opacity: 0; }

.sec-faq__a { display: none; border-top: 1px solid #F0F4F8; }

.sec-faq__a-content {
    padding: 3rem 4rem 4rem 4rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.sec-faq__a-icon { width: 3.2rem; height: 3.2rem; display: inline-flex; align-items: center; font-size:2.4rem; font-weight:bold; color:#003688;white-space: nowrap;}
.sec-faq__a-icon img { width: 100%; height: auto; }

.sec-faq__a-text {
    font-size: 1.6rem;
    line-height: 2;
    color: #4A4A4A;
    padding-top: 0.2rem;
    border-bottom: none !important;
}

/* ---------------------------------------------
13 フッターエリア
--------------------------------------------- */
.footer-area.custom-footer {
    background-color: #003A8B !important;
    padding: 8rem 0 4rem !important;
    color: #ffffff !important;
    margin-top: 0 !important;
}

.custom-footer a {
    color: #ffffff !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease;
}
.custom-footer a:hover { opacity: 0.7 !important; }

.custom-footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.custom-footer__left { width: 35%; text-align: left; }
.custom-footer__logo { width: 20rem; margin-bottom: 3.5rem; }
.custom-footer__logo img { width: 100%; height: auto; }

.custom-footer__company {
    font-size: 2.0rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 2rem;
}
.custom-footer__address {
    font-size: 1.35rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
    margin-bottom: 4.5rem;
}

.custom-footer__sub-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 5rem 0 !important;
}
.custom-footer__sub-menu li {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    padding-left: 0 !important;
}
.custom-footer__sub-menu li::before { display: none !important; }

.custom-footer__copyright {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.02em;
}

.custom-footer__right { width: 60%; }
.custom-footer__loop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem 2rem;
}

.footer-box.custom-footer__box { width: 30%; margin-top: 0 !important; }
.custom-footer__box .footer-menu-title {border-bottom: none !important;margin-bottom: 2rem;}
.custom-footer__box .footer-menu-title__link { font-size: 1.6rem; font-weight: 700; padding: 0 !important; }

.custom-footer__box .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    padding: 0;
}
.custom-footer__box .footer-menu__item {
    width: 100% !important;
    font-size: 1.4rem;
    padding-left: 0 !important;
}
.custom-footer__box .footer-menu__item::before,
.custom-footer__box .footer-menu-sub__item::before { display: none !important; }

.custom-footer__box .footer-menu__link { padding: 0 !important; background: none !important; }
.custom-footer__box .footer-menu-sub { margin-left: 1.5rem; margin-top: 1rem; }

.custom-footer__box--last {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-self: stretch;
}
.custom-footer__pmark { text-align: right; margin-top: auto; }
.custom-footer__pmark img { width: 8.5rem; height: auto; }

/* PC用：スモールリンク群のスタイル（右下配置） */
.custom-footer__sub-links {
    display: flex;
    justify-content: flex-end; /* 右寄せにする */
    gap: 1.5rem; /* リンク同士の間隔 */
    margin-top: 3rem; /* Pマークとの間の余白 */
}

.custom-footer__sub-links a {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: underline !important;
    transition: opacity 0.3s ease;
}

.custom-footer__sub-links a:hover {
    text-decoration: none !important;
    opacity: 1 !important;
}


/* ============================================================
   ② PC用 表示・レイアウト（min-width: 768px）
============================================================ */
@media screen and (min-width: 768px) {
    /* 01 MV */
    .sec-mv {
        background: url("/wp/wp-content/uploads/mv-pc.png") no-repeat center top 30px;
        background-size: 104%;   /* 100% → 大きく。左右が切れすぎたら数値を下げる */
    }
    .sec-mv__body {
        flex-direction: row;
        align-items: start;
        gap: clamp(var(--s5), 4vw, var(--s8));
    }
    .sec-mv__catch {
        flex: 0 0 clamp(28rem, 36%, 42rem);
    }
    .sec-mv__content {
        flex: 1;
        min-width: 0;
        padding-top: 0;
    }
    .sec-mv__btn {
        flex-direction: row;
        gap: var(--s3);
    }
    .sec-mv .btn-internal {
        flex: 1;
    }

    /* 02 Intro */
    .sec-intro {
    }
    .sec-intro__body {
        flex-direction: row;
        align-items: center;
        gap: clamp(var(--s4), 3vw, var(--s6));
    }
    .sec-intro__visual {
        flex: 0 0 clamp(30rem, 42%, 52rem);
        order: 0;
    }
    .sec-intro__person {
        max-width: 100%;
        margin: 0;
    }
    .sec-intro__content {
        flex: 1;
        min-width: 0;
        padding-top: clamp(var(--s6), 6vw, var(--s10));
        order: 1;
    }

    /* 03 選ばれる理由 */
    .sec-reason__item:nth-child(1),
    .sec-reason__item:nth-child(3) {
        margin-top: 5rem;
    }

    /* 11 流れ */
    .sec-flow__list {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3.5rem 5rem;
    }
    .sec-flow__item--01 { grid-column: 1; grid-row: 1; }
    .sec-flow__item--02 { grid-column: 1; grid-row: 2; }
    .sec-flow__item--03 { grid-column: 1; grid-row: 3; }
    .sec-flow__item--04 { grid-column: 2; grid-row: 1; }
    .sec-flow__item--05 { grid-column: 2; grid-row: 2; }

    .sec-flow__item {
        background-color: transparent;
        padding: 0;
        gap: 2.5rem;
        align-items: center;
    }
    .sec-flow__icon {
        flex: 0 0 12rem;
        height: 12rem;
        position: relative;
    }
    .sec-flow__icon::before {
        content: "";
        position: absolute;
        top: -7rem;
        bottom: -3.1rem;
        left: 50%;
        width: 8px;
        background-color: #DCDFE6;
        transform: translateX(-50%);
        z-index: 1;
    }
    .sec-flow__item--01 .sec-flow__icon::before { top: 50%; }
    .sec-flow__item--05 .sec-flow__icon::before { bottom: 50%; }
    .sec-flow__item--03 .sec-flow__icon::after {
        content: "";
        position: absolute;
        top: 112%;
        left: 51%;
        width: 2px;
        height: 4.5rem;
        border-left: 3px dashed #BFC2CC;
        transform: translateX(-50%);
    }
    .sec-flow__item--04 .sec-flow__icon::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        width: 2px;
        height: 4.5rem;
        border-left: 2px dashed #BFC2CC;
        transform: translateX(-50%);
    }
    .sec-flow__icon img {
        position: relative;
        z-index: 2;
    }
    .sec-flow__box {
        background-color: #EDF2F7;
        border-radius: 12px;
        padding: 2.5rem 2.5rem 2.5rem;
        position: relative;
        flex: 1;
    }
    .sec-flow__box::before {
        content: "";
        position: absolute;
        top: 50%;
        left: -11px;
        transform: translateY(-50%);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 12px solid #EDF2F7;
    }
}


/* ============================================================
   ③ タブレット用 表示・レイアウト（max-width: 991px）
============================================================ */
@media (max-width: 991px) {
    /* 04 CTA */
    .sec-cta__wrap {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .sec-cta__item {
        width: 100%;
        max-width: 55rem;
        padding: 2rem 2rem 3rem;
    }
	.sec-mv__body {
        gap: 0.5rem;
    }
	.sec-mv__btn {
        flex-direction: row;
    }

    /* 06 漫画 */
    .sec-manga__head {
        flex-direction: column;
        gap: 3rem;
    }
    .sec-manga__list {
        gap: 4rem 2rem;
        flex-wrap: wrap;
    }
    .sec-manga__item {
        width: calc(50% - 1rem);
    }

    /* 07 CTA シンプル */
    .sec-cta-simple__wrap {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .sec-cta-simple__item {
        width: 100%;
        max-width: 55rem;
    }

    /* 08 管理サービス */
    .sec-service__item {
        width: calc(50% - 1.5rem);
    }

    /* 10 社員紹介 */
    .sec-human__item {
        width: calc(50% - 1.5rem);
    }
}

/* ============================================================
   ④ SP用 表示・レイアウト（max-width: 767px）
============================================================ */
@media (max-width: 767px) {
    /* ナビゲーション */
    .gnavi-btn {
        display: block;
    }
    .sec-mv {
        background: url("/wp/wp-content/uploads/mv-pc.png") no-repeat left 56% top 53px;
        background-size: 115vh;
    }
    .sec-intro__person {
        width: 80%;
    }
    .sec-intro__text {
        gap: 0;
    }
    .sec-intro-g {
        background: url(/wp/wp-content/uploads/intro-back-sp.png) #5fb3f8;
        background-repeat: no-repeat;
        background-position: left -7.5%;
        padding: 1rem;
        background-size: 160%;
    }
    .sec-intro__body {
        gap:0;
        padding-bottom: 3rem;
    }
    .sec-intro__deco {
        padding: var(--s4) 0;
        position: relative;
    }
    .sec-mv__inner {
        padding-top: 36vh;
    }
    .sec-mv__catch {
        font-size:3.4rem;
        white-space: unset;
    }
    .sec-intro__catch {
        font-size:3rem;
    }

    /* 03 選ばれる理由 */
    .sec-reason {
        padding-bottom: 3rem;
    }
    .sec-reason__head {
        flex-direction: column;
        align-items: flex-start;
        gap: 2rem;
        margin-bottom: 3rem;
    }
    .sec-reason__inner {
        padding: var(--s7) var(--s2) var(--s10);
    }
    .sec-reason__item {
        width: 100%;
        margin-top: 0 !important;
    }
    .sec-reason__item-title {
        font-size: 1.8rem;
        margin-top: -1.5rem;
    }

    /* 04 実績・認定データ */
    .sec-advantage {
        padding: 6rem 0;
    }
    .sec-advantage__head {
        margin-bottom: 2rem;
    }
    .sec-advantage__title {
        font-size: 2.6rem;
    }
    .sec-advantage__list {
        gap: 2rem;
    }
    .sec-advantage__item {
        width: calc(50% - 1rem);
    }
    .sec-advantage__item-inner {
        padding: 5.5rem 1.5rem 2.5rem 1.5rem;
    }
    .sec-advantage__item-title {
        top: 3.2rem;
        font-size: 1.6rem;
    }
    .sec-advantage__item-mixed {
        gap: 0;
    }
    .sec-reason__title {
        white-space: unset;
        font-size:2.4rem;
    }

    /* 06 漫画 */
    .sec-manga {
        padding: 6rem 0;
    }
    .sec-manga__title {
        font-size: 2.8rem;
    }
    .sec-manga__item {
        width: 100%;
    }
    .sec-manga__item-title {
        font-size: 2rem;
    }

    /* 07 CTA シンプル */
    .sec-cta {
        padding: 4rem 0;
    }
    .sec-cta-simple {
        padding: 6rem 0;
    }
    .sec-cta-simple__title {
        font-size: 2.4rem;
        line-height:1.5;
    }
    .sec-cta-simple__text {
        font-size: 1.4rem;
        margin-bottom: 3.5rem;
    }
    .sec-cta-simple__tel {
        font-size: 2.8rem;
        display:none;
    }
    .sec-cta-simple__box-btn {
        font-size: 1.4rem;
        padding: 1.5rem 2rem;
    }

    /* 08 管理サービス */
    .sec-service__list {
        gap: 5rem 0;
    }
    .sec-service__item {
        width: 100%;
    }

    /* 09 対応エリア */
    .sec-area__list {
        flex-direction: column;
        gap: 0;
    }
    .sec-area__item {
        width: 100%;
    }
    .sec-area__link {
        padding: 3rem 0;
    }
    .sec-area__img {
        flex: 0 0 12rem;
        height: 8rem;
        margin-right: 1.5rem;
    }
    .sec-area__item-title {
        font-size: 1.8rem;
    }
    .sec-area__item-text {
        font-size: 1.3rem;
    }

    /* 10 社員紹介 */
    .sec-human__list {
        gap: 5rem 0;
    }
    .sec-human__item {
        width: 100%;
    }
    .sec-human__title {
        font-size: 2.4rem;
    }

    /* 12 よくあるご質問 */
    .sec-faq__q {
        padding: 2rem;
    }
    .sec-faq__q-title {
        font-size: 1.6rem;
        gap: 1rem;
        align-items:start;
    }
    .sec-faq__q-icon,
    .sec-faq__a-icon {
        width: 2.6rem;
        height: 2.6rem;
        white-space: nowrap;
    }
    .sec-faq__a-content {
        padding: 2rem;
        gap: 1rem;
    }
    .sec-faq__a-text {
        font-size: 1.4rem;
        padding-top: 0.2rem;
    }

    /* 13 フッターエリア */
    .footer-area.custom-footer {
        padding: 3rem 1rem !important;
    }
    .custom-footer__inner {
        flex-direction: column;
        gap: 0;
    }

    .custom-footer__left,
    .custom-footer__right,
    .custom-footer__loop-container {
        display: contents;
    }

    .custom-footer__logo {
        order: 1;
        width: 15rem;
        margin-bottom: 4rem;
    }
    .custom-footer__box {
        order: 2;
    }
    .custom-footer__company {
        order: 3;
        margin-top: 3rem;
    }
    .custom-footer__address {
        order: 4;
    }
    .custom-footer__sub-menu {
        order: 5;
        margin-bottom: 3rem !important;
    }
    .custom-footer__box.custom-footer__box--last {
        order: 6;
        margin-top: 0 !important;
        margin-bottom: 3rem !important;
    }
    .custom-footer__copyright {
        order: 7;
    }
    .custom-footer__loop-container {
        flex-direction: column;
        gap: 0;
    }
    .footer-box.custom-footer__box {
        width: 100%;
    }
    .custom-footer__box .footer-menu-title__link {
        padding: var(--s1) var(--s4) var(--s1) 0 !important;
    }
    .custom-footer__box .footer-menu {
        padding: 1rem;
        margin-bottom: 2rem;
    }
    .custom-footer__box--last {
        margin-top: 3rem !important;
    }

/* 05 お悩みセクション（SPレイアウト修正） */
    .sec-problem {
        padding: 6rem 0;
    }
    .sec-problem__list {
        flex-direction: column;
    }
    .sec-problem__title {
        font-size: 2.4rem;
        margin-bottom: 3rem;
    }
    .sec-problem__item {
        width: 100%;
        display: flex; /* ← !important を外します */
        flex-direction: row;
        align-items: flex-start;
        padding: 2rem;
        gap: 1.5rem;
    }

    /* ↓ is-hidden の !important 指定（.sec-problem__item.is-hidden）は削除してください */

    .sec-problem__icon {
        flex: 0 0 6.5rem;
        width: 6.5rem;
    }
    .sec-problem__content {
        flex: 1;
        min-width: 0;
        display: block;
    }
    .sec-problem__item-title {
        font-size: 1.8rem;
        margin-bottom: 0;
        color: #101010;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }
    .sec-problem__line {
        margin: 1.2rem 0;
        border: 0;
        border-top: 1px solid #a1a1a1;
    }
    .sec-problem__text {
        font-size: 1.3rem;
        line-height: 1.6;
        color: #101010;
    }
    .sec-problem__more {
        margin-top: 3rem;
    }

    .text-xlarge { font-size: 2.6rem; white-space: nowrap;}
    .text-large { font-size: 2.2rem; white-space: nowrap;}
    .text-medium { font-size: 1.8rem; white-space: nowrap;}
    .sec-advantage__item--04 .text-bold {
         font-size: 1.1rem;
    }
    .sec-advantage__item--04 .text-xlarge {
         font-size: 1.8rem;
    }
    .sec-cta__title {
        font-size: 2.4rem;
        margin-bottom:3rem;
    }
    .sec-cta__tel {
        font-size: 3.0rem;
        display:none;
    }
    .sec-cta__box-btn {
        font-size: 1.4rem;
    }

    .sec-service {
        padding: 6rem 0;
    }
    .sec-service__title {
        font-size: 2.4rem;
    }
    .sec-service__head {
        margin-bottom:3rem;
    }
    .sec-area {
        padding: 6rem 0;
    }
    .sec-human {
        padding: 6rem 0;
    }
    .sec-area__title {
        font-size: 2.4rem;
    }
    .sec-area__head {
        margin-bottom: 3rem;
    }
    .sec-flow {
        padding: 6rem 0;
    }
    .sec-flow__title {
        font-size: 2.4rem;
    }
    .sec-flow__head {
        margin-bottom: 3rem;
    }
    .sec-flow__item {
        display: grid;
        grid-template-columns: 7.5rem 1fr;
        gap: 0 1.5rem;
        align-items: center;
    }
    .sec-flow__box {
        display: contents;
    }
    .sec-flow__icon {
        grid-column: 1;
        grid-row: 1 / 3;
        flex: none;
        height: auto;
    }
    .sec-flow__step {
        grid-column: 2;
        grid-row: 1;
        justify-self: start;
        align-self: end;
        margin-bottom: 0.5rem;
    }
    .sec-flow__item-title {
        grid-column: 2;
        grid-row: 2;
        align-self: start;
        margin-bottom: 0;
        font-size: 2rem;
    }
    .sec-flow__text {
        grid-column: 1 / -1;
        margin-top: 1.5rem;
    }
    .sec-faq {
        padding: 6rem 0;
    }
    .sec-faq__title {
        font-size: 2.4rem;
    }
    .sec-faq__head {
        margin-bottom: 3rem;
    }
    .sec-faq__toggle-icon { margin-left:0.5rem;}
    .sec-faq__toggle-icon::before { width: 1.5rem; height: 1px; }
    .sec-faq__toggle-icon::after { width: 1px; height: 1.5rem; }
    .custom-footer__sub-links {
        margin-top: 2rem;
    }
    .custom-footer__pmark { text-align: center;}
    .custom-footer__sub-links {justify-content: center;}
    .sec-cta__icon { display:none;}
    .sec-cta-simple__icon { display:none;}
}

/* === トップ タイプ比較テーブルの崩れ修正（トップ専用・下層に影響なし） === */

/* ① データセルを白背景・濃い文字色に（thの青ヘッダーはそのまま） */
.sec-cta-simple table td {
    background-color: #ffffff;
    color: #212121;
    text-align: left;
}

/* ② テーブルと下のボックス群の間に余白 */
.sec-cta-simple table {
    margin-bottom: 6rem;
}

/* ③ 白ボックス内のリストを左揃えに戻す */
.sec-cta-simple .sec-problem__content ul {
    text-align: left;
}

/* === マウスオンで画像がゆったりズーム === */
.sec-service__img img,
.sec-area__img img,
.sec-human__img img {
    transition: transform 0.6s ease;   /* ← ゆったり感の要。数値を大きくするほど遅くなる */
    will-change: transform;
}

/* ホバー時に少しだけ拡大（枠からはみ出た分は overflow:hidden で隠れる） */
.sec-service__item:hover .sec-service__img img,
.sec-area__link:hover   .sec-area__img img,
.sec-human__item:hover  .sec-human__img img {
    transform: scale(1.08);   /* ← 拡大率。1.05〜1.1くらいが上品 */
}

/* スマホなど、細かいホバーが効かない端末では無効化 */
@media (hover: none) {
    .sec-service__img img,
    .sec-area__img img,
    .sec-human__img img { transition: none; }
}

/* === 漫画セクション：画像をゆったりズーム（枠内） === */
.sec-manga__img img {
    transition: transform 0.6s ease;
    will-change: transform;
}
.sec-manga__item:hover .sec-manga__img img {
    transform: scale(1.08);
}

/* === こんなお悩みは〜：アイコンをゆったりズーム === */
.sec-problem__icon img {
    transition: transform 0.6s ease;
    will-change: transform;
}
.sec-problem__item:hover .sec-problem__icon img {
    transform: scale(1.12);   /* アイコンは少し大きめの方が動きが分かりやすい */
}

/* スマホなどホバー非対応端末では無効化 */
@media (hover: none) {
    .sec-manga__img img,
    .sec-problem__icon img { transition: none; }
}

/* =========================================================
   ホバー時：文字→#18A0FB / アロー→arrow-01-wht-right.svg に切替
   ========================================================= */

/* --- 文字色の変更（既存の opacity 効果は打ち消す） --- */

/* こんなお悩みは〜 */
.sec-problem__content a:hover .sec-problem__item-title {
    color: #18A0FB;
    opacity: 1;
}

/* 漫画で読む…（大見出し h2） */
.sec-manga__title-link { transition: color 0.3s ease; }
.sec-manga__title-link:hover {
    color: #18A0FB !important;
    opacity: 1;              /* ← 既存の opacity:0.6 を打ち消す（透過防止） */
}

/* 漫画カード見出し（h3） */
.sec-manga__item a:hover { opacity: 1; }
.sec-manga__item a:hover .sec-manga__item-title { color: #18A0FB !important; }

/* マンション管理サービス */
.sec-service__item a:hover .sec-service__item-title {
    color: #18A0FB;
    opacity: 1;
}
.sec-service__item a:hover .sec-service__content { opacity: 1; }

/* 対応エリア */
.sec-area__link:hover { opacity: 1; }
.sec-area__link:hover .sec-area__item-title { color: #18A0FB; }

/* 私たちが〜（スタッフ） */
.sec-human__item a:hover .sec-human__text { color: #18A0FB; }

/* 文字色をなめらかに */
.sec-problem__item-title,
.sec-manga__item-title,
.sec-service__item-title,
.sec-area__item-title,
.sec-human__text {
    transition: color 0.3s ease;
}

/* --- アローアイコンの切り替え（ふんわりクロスフェード） --- */

/* 各アロー枠：新しいアイコンを常に背後に敷く＋元画像をフェード可能に */
.sec-problem__arrow,
.sec-manga__link-arrow,
.sec-manga__arrow,
.sec-service__arrow,
.sec-area__arrow,
.sec-human__arrow {
    background-image: url("./img/arrow-01-wht-right.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.sec-problem__arrow img,
.sec-manga__link-arrow img,
.sec-manga__arrow img,
.sec-service__arrow img,
.sec-area__arrow img,
.sec-human__arrow img {
    transition: opacity 0.3s ease;   /* ← ここで緩やかさを調整（大きくすると更にゆっくり） */
}

/* ホバー時：上の元アイコンを透明にして、背後の新アイコンを見せる */
.sec-problem__content a:hover .sec-problem__arrow img,
.sec-manga__title-link:hover .sec-manga__link-arrow img,
.sec-manga__item a:hover .sec-manga__arrow img,
.sec-service__item a:hover .sec-service__arrow img,
.sec-area__link:hover .sec-area__arrow img,
.sec-human__item a:hover .sec-human__arrow img {
    opacity: 0;
}