* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
    max-width: 700px;
    margin-inline: auto;
    /* overflow-x: hidden; */
}

img {
    display: block;
    width: 100%;
    object-fit: contain;
}

.hide {
    display: none !important;
}

.small {
    font-size: 10px;
    text-align: right;
    padding: 3px 12px 10px 3px;
}

@media (max-width: 768px) {
    .small {
        font-size: 10px;
        text-align: right;
        padding: 3px 12px 10px 3px;
    }
}

.mv {
    position: relative;
}


.mv_wrapper {
    padding-top: 89px;
}

@media (max-width: 768px) {
    .mv_wrapper {
        padding-top: 48px;
    }
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

header .btn_wrapper {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 64%;
    top: 10%;
    right: 2%;
    gap: 5px;
}

/* PC用電話CTA */
.header-tel-pc {
    position: relative;
}

.header-tel-pc img {
    width: 100%;
    display: block;
}

/* 電話番号 */
.header-tel-number {
    position: absolute;
    bottom: 32%;
    left: 57%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: 1px;
    z-index: 2;
}

/* SP */
.header-tel-sp {
    display: none;
}

@media (max-width:768px) {

    .header-tel-pc {
        display: none;
    }

    .header-tel-sp {
        display: block;
    }

}

.note {
    font-size: 0.8em;
    /* 通常の80%のサイズ */
}

.red {
    color: #ff0000;
    font-weight: bold;
}


.cta {
    background-image: url(../img/cta_contents.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 6% 5% 8%;
}

/* 直下のdivだけ幅指定 */
.cta>div {
    width: 68%;
}

/* CTA内部のdivは100% */
.cta-pc,
.cta-sp {
    width: 100%;
}


.cta div:last-child {
    margin-bottom: 0;
}

.tell a {
    position: relative;
    display: block;
}

.tel-bg {
    width: 100%;
    display: block;
}

.tel-number {
    position: absolute;
    bottom: 11%;
    left: 70%;
    transform: translate(-66%, -50%);
    color: #fff;
    font-size: 41px;
    font-weight: bold;
    letter-spacing: 1px;
    white-space: nowrap;
    line-height: 1;
}

@media (max-width: 768px) {
    .tel-number {
        position: absolute;
        bottom: 12%;
        left: 70%;
        transform: translate(-66%, -50%);
        color: #fff;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 1px;
        white-space: nowrap;
        line-height: 1;
    }
}

.tel-hidden {
    position: absolute;
    left: -9999px;
}

.tel-replace {
    font-size: 0;
}

/* PC表示 */
.cta-pc {
    display: block;
}

.cta-sp {
    display: none;
}


/* SP表示 */
@media (max-width:768px) {

    .cta-pc {
        display: none;
    }

    .cta-sp {
        display: block;
    }

}

/* PC用電話CTA */
.floating-tel-pc {
    position: relative;
}

.tel-frame {
    width: 100%;
    display: block;
}

/* 電話番号 */
.floating-tel-number {
    position: absolute;
    bottom: 34%;
    left: 58%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    white-space: nowrap;
}

/* SP用CTA */
.floating-tel-sp {
    display: none;
}

/* SP表示 */
@media (max-width:768px) {

    .floating-tel-pc {
        display: none;
    }

    .floating-tel-sp {
        display: block;
    }

}

.comparison {
    position: relative;
}

.comparison .table_wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 5%;
    overflow-x: scroll;
    padding-bottom: 10px;
}

.comparison .table_wrapper img {
    width: 600px;
    margin-inline: 20px;
}

.voice {
    background: url(../img/voice_haikei.jpg);
    padding-bottom: 5px;
}

.voice_ttl {
    padding: 44px 20px 11px 20px;
}

.voice .voice_slider .slick-slide {
    display: flex !important;
    justify-content: center;
}

.voice .voice_slider_wrapper {
    margin: 20px auto;
}

.voice .voice_slider .slick-slide {
    padding: 0 20px;
}


@media screen and (min-width: 641px) {

    .voice .voice_slider_wrapper {
        max-width: 900px;
        margin: 30px auto;
    }

    .voice .voice_slider img {
        width: 100%;
        display: block;
    }

    .voice .voice_slider .slick-slide {
        padding: 0 40px;
    }

    .voice .voice_slider .slick-next {
        right: 9px;
        margin-top: -7%;
    }

}

.voice .voice_slider .slick-track {
    padding-bottom: 40px;
}

.voice .voice_slider img {
    filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}

.voice .voice_slider .slick-dots {
    bottom: 9px;
}

.voice .voice_slider .slick-dots li {
    margin-inline: 2px;
}

.voice .voice_slider .slick-dots li button:before,
.voice .voice_slider .slick-dots li.slick-active button:before {
    color: #282828;
    font-size: 10px;
}

.voice .voice_slider .slick-prev,
.voice .voice_slider .slick-next {
    width: 35px;
    height: 35px;
    background: #000;
    border-radius: 50%;
    z-index: 3;
}

.voice .voice_slider .slick-prev {
    left: 11px;
    margin-top: -7%;
}

.voice .voice_slider .slick-next {
    right: 9px;
    margin-top: -7%;
}

.voice .voice_slider .slick-prev:before,
.voice .voice_slider .slick-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
}

.voice .voice_slider .slick-prev:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #fff;
    margin-left: -2px;
}

.voice .voice_slider .slick-next:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    margin-left: 2px;
}

@media screen and (min-width: 641px) {

    .voice .voice_slider .slick-prev,
    .voice .voice_slider .slick-next {
        width: 50px;
        height: 50px;
    }

    .voice .voice_slider .slick-prev:before {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 18px solid #fff;
    }

    .voice .voice_slider .slick-next:before {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-left: 18px solid #fff;
    }
}

.faq {
    background-color: #ffffff;
}

.faq_wrapper {
    background-color: #ffffff;
    padding-bottom: 18px
}

.faq .accordion {
    width: 90%;
    margin: 30px auto;
}

.faq_ttl {
    margin-bottom: 1%;
}

.faq .accordion dt {
    color: #000000;
    background-color: #cfcfcf;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.5s;
    position: relative;
}

@media screen and (min-width: 641px) {

    .faq .accordion dt p {
        font-size: 30px;
    }

    .faq .accordion dd p {
        font-size: 18px;
    }

}

.faq .accordion dt::after {
    content: '＋';
    position: absolute;
    right: 5%;
    top: 30%;
    font-size: 16px;
    transition: all 0.5s;
}

.faq .accordion dt.active::after {
    content: '－';
}

@media screen and (min-width:641px) {
    .faq .accordion dt::after {
        font-size: 32px;
        top: 50%;
        transform: translateY(-50%);
    }

    .faq .accordion dt.active::after {
        content: '－';
        transform: translateY(-50%);
    }
}

.faq .accordion dd {
    padding: 15px;
    display: none;
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
}

.faq .accordion dt>div,
.faq .accordion dd>div {
    display: flex;
    gap: 10px;
}

.faq .accordion dt>div {
    align-items: center;
}

.faq .accordion dd>div {
    align-items: center;
}

.faq .accordion dt>div img,
.faq .accordion dd>div img {
    width: 12%;
}

.faq .accordion dd+dt {
    margin-top: 15px;
}

footer {
    background-color: #000000;
    color: #fff;
    font-size: 14px;
    padding: 40px 20px 30px;
    padding-bottom: 100px;
}

@media screen and (min-width:641px){

    footer{
        padding-bottom:160px;
    }
    
    }

footer .logo {
    width: 50%;
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 10px;
}

footer .privacy {
    display: block;
    text-align: center;
}

footer .privacy a {
    color: #fff;
}

footer .hp {
    display: block;
    text-align: center;
    margin-top: 12px;
}

footer .hp a {
    color: #fff;
    text-decoration: none;

}

footer table {
    border-collapse: collapse;
    width: 90%;
    margin: 10px auto;
    font-size: 14px;
}

footer table th {
    text-align: right;
    width: 30%;
}

footer table td {
    padding: 5px 0 5px 10px;
}

footer .hp a:hover {
    text-decoration: underline;
}

.follow {
    position: sticky;
    bottom: 0;
    padding: 10px;
    background-color: #ffffff;
}

.follow .inner p {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin-bottom: 8px;
}

.follow .inner .flex {
    display: flex;
    align-items: center;
    gap: 5px;
}

.confirm_ttl {
    background-color: #06a4d9;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 30px;
}

.thanks h2 {
    margin-bottom: 10px;
}

.thanks p {
    display: block;
    padding: 15px;
}

.thanks footer {
    margin-top: 50px;
}


.privacy_page {
    width: 90%;
    margin: 8px auto 20px;
}

.privacy_page h1 {
    font-size: 22px;
}

.privacy_page h2 {
    font-size: 18px;
    margin-top: 20px;
}

.privacy_page p {
    font-size: 14px;
    line-height: 1.5;
}

/* =========================
   privacyページだけ調整
========================= */

.privacy_page a {
    overflow-wrap: break-word;
    word-break: break-word;
}

body.privacy header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

body.privacy header img {
    width: 100%;
    display: block;
}

body.privacy header .btn_wrapper {
    position: absolute;
    display: flex;
    justify-content: space-between;

    width: 34%;
    top: 10%;
    right: 22%;
    gap: 5px;
}

body.privacy header .btn_wrapper img {
    height: 64px;
    width: auto;
}

body.privacy .privacy_page {
    padding-top: 115px;
    width: 90%;
    margin: 0 auto 20px;
}

@media screen and (max-width:640px) {
    body.privacy header .btn_wrapper {
        position: absolute;
        display: flex;
        justify-content: space-between;
        width: 64%;
        top: 10%;
        right: 2%;
        gap: 5px;
    }

    body.privacy header .btn_wrapper img {
        height: 40px;
        width: auto;
    }

    body.privacy .privacy_page {
        padding-top: 65px;
        width: 90%;
        margin: 0 auto 20px;
    }
}




.blink {
    animation: blinking 1s ease-in-out infinite alternate;
}

.overview {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.8;
}

.overview p {
    margin: 0 0 6px;
}



/*追従*/
.follow_cta {
    display: flex;
    justify-content: center;
    gap: 6px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 10px;
}

/* ボタン */
.follow_cta .cta-btn {
    flex: 1;
    display: block;
}

/* 全画像サイズ統一 */
.follow_cta .cta-btn img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width:769px) {
    .follow_cta .cta-btn.mail {
        flex: 0.8;
    }

    .follow_cta .cta-btn.line {
        flex: 0.8;
    }

    .follow_cta .cta-btn.tel {
        flex: 1.3;
    }

}

/* 電話CTAも画像と同じサイズ計算にする */
.follow_cta .cta-btn.tel {
    display: flex;
    align-items: stretch;
}

.floating-tel-pc {
    position: relative;
}

.tel-frame {
    width: 100%;
    display: block;
}

/* 内部を100%に */
.floating-tel-pc,
.floating-tel-sp {
    width: 100%;
}

/* 画像サイズ統一 */
.tel-frame,
.floating-tel-sp img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.follow_cta .cta-btn {
    flex: 1;
    display: flex;
}

.follow_cta .cta-btn img {
    width: 100%;
    height: auto;
}


.tui {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: rgba(255, 255, 255, 0.9);
}

.tui.show {
    opacity: 1;
    pointer-events: auto;
}

.po_r {
    position: relative;
}

.po_a {
    position: absolute;
    bottom: 98%;
    right: 0;
    left: 0;
}

.po_a img {
    max-width: 470px;
    width: 30%;
    margin: -67px 0px -41px 11px;
    ;
}

.tui img {
    vertical-align: bottom;
}

.pagetop.DownMove {
    animation: DownAnime 0.5s forwards;
}

.pagetop.UpMove {
    animation: UpAnime 0.5s forwards;
}

.footer {
    transition: 0.5s;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.tui_link {
    display: flex;
    justify-content: space-between;
}

.tui_link a {
    width: 48%;
}

.tui div {
    padding: 5px 3px 5px 3px;
    width: 100%;
}

.po_a {
    bottom: 80%;
}

.tui_link a {
    width: 49%;
}


.po_a .sp_dis {
    position: relative;
    margin-right: 10px;
}

.archive {
    width: 100%;
}

.archive01 {
    width: 100%;
    padding-top: 5%;
}

.archive02 {
    width: 30%;
    margin: auto;
    display: block;
    padding-bottom: 5%;
}

.follow_top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
    flex-wrap: wrap;
}

#Realtime03 {
    margin: -28% -11% -11% 31%;
    text-align: center;
    line-height: 1.4;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width:640px) {
    .archive02 {
        padding: 20px 0 20px;
        width: 40%;
    }
}


.shine {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
}

.shine::before {
    content: "";
    position: absolute;
    display: block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
    width: 50px;
    height: 50px;
    top: -60px;
    left: -60px;
    animation-name: shine-run;
    animation-delay: 0s;
    animation-duration: 3s;
    animation-timing-function: ease-in;
    animation-iteration-count: infinite;
    z-index: 2;
}

@keyframes shine-run {
    0% {
        transform: scale(0) rotate(50deg);
        opacity: 0;
    }

    40% {
        transform: scale(1) rotate(50deg);
        opacity: 1;
    }

    100% {
        transform: scale(250) rotate(50deg);
        opacity: 0;
    }
}


.form_ttl {
    margin: 0 auto;
    padding: 10px 10px 10px 10px;
    margin-bottom: 0%;
    margin-top: 3%;
    max-width: 500px;
}


/* 点滅 */
.blinking {
    animation: flash 1.5s linear infinite;
}

@keyframes flash {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}

/* 260203 */
.campaign2 {
    margin-top: -3%;
}

.crisis {
    position: relative;
    margin-top: -3%;
}

.crisis>img {
    width: 100%;
    display: block;
}

/* ===== カルーセル本体1 ===== */
.crisis-carousel {
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translateX(-50%);
    width: 79%;
    max-width: 720px;
    z-index: 2;
}

.crisis-carousel-window {
    overflow: hidden;
    border-radius: 8px;
}

.crisis-carousel-track {
    display: flex;
    transition: transform .35s ease;
}

.crisis-carousel-track img {
    width: 100%;
    flex-shrink: 0;
    display: block;
}

/* ナビ */
.crisis-nav {
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    background: #000;
    cursor: pointer;
    z-index: 3;
}

.crisis-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
}

/* 左（◀） */
.crisis-nav.prev::before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 15px solid #fff;
    margin-left: -2px;
}

/* 右（▶） */
.crisis-nav.next::before {
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 15px solid #fff;
    margin-left: 2px;
}

.crisis-nav.prev {
    left: -16px;
}

.crisis-nav.next {
    right: -16px;
}

/* ドット */
.crisis-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 6px;
}

.crisis-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .3);
}

.crisis-dots span.active {
    background: #000;
}

/* ===== カルーセル本体2 ===== */
.carousel-building {
    top: 42%;
}



/* ===== セクション ===== */
.reason {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.reason-bg {
    width: 100%;
    display: block;
}

/* ===== クリックエリア ===== */
.hotspot {
    position: absolute;
    width: 40%;
    border: none;
    background: none;
    padding: 0;
}

.hotspot img {
    width: 100%;
    display: block;
}

.hotspot {
    position: absolute;
    width: 40%;
    border: none;
    background: none;
    padding: 0;
}

/* 左上ズームアイコン */
.hotspot .zoom {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2;
}

/* ＋記号（CSSで描画） */
.hotspot .zoom::before,
.hotspot .zoom::after {
    content: "";
    position: absolute;
    background: #fff;
}

.hotspot .zoom::before {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hotspot .zoom::after {
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* ===== ライトボックス ===== */
.lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .85);
    display: none;
    z-index: 9999;
}

.lightbox.is-open {
    display: flex;
}

.lightbox-inner {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 10vh auto;
}

/* ===== カルーセル ===== */
.carousel {
    overflow: hidden;
    margin-top: 50%;
    position: relative;
}

@media screen and (min-width: 641px) {
    .carousel {
        margin-top: 33%; /* PC用調整 */
    }
}

.track {
    display: flex;
    transition: transform .3s ease;
}

.track img {
    width: 100%;
    flex-shrink: 0;
    border-radius: 8px;
}


/* ナビ */
.nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #000;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
}

.prev {
    left: -12px;
}

.next {
    right: -12px;
}

/* 三角形 */
.nav::before{
    content:"";
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:0;
    height:0;
}

/* 右矢印 */
.next::before{
    border-left:10px solid #fff;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
}

/* 左矢印 */
.prev::before{
    border-right:10px solid #fff;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
}

.close {
    position: absolute;
    top: 18%;
    right: 0;
    background: none;
    border: none;
    font-size: 32px;
    color: #fff;
}

/* エリア　*/
.area-table {
    width: 92%;
    max-width: 900px;
    border-collapse: collapse;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15%;
}

.area-table th,
.area-table td {
    border: 2px solid #000;
    padding: 14px 16px;
    vertical-align: top;
}

/* 左カラム */
.area-table th {
    width: 140px;
    background: #e6e6e6;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
}

/* 右カラム */
.area-table td {
    background: #fff;
}

/* 勤務地リンク */
.area-link {
    color: #000;
    text-decoration: underline;
    font-weight: 500;
}

.area-link:hover {
    color: #d60000;
    text-decoration: none;
}

@media (max-width: 768px) {
    .area-table {
        font-size: 13px;
    }

    .area-table th {
        width: 100px;
        padding: 10px;
    }

    .area-table td {
        padding: 10px;
    }
}

/* エリアここまで　*/

/* ===== ポップアップ全体 ===== */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* 表示時 */
.popup-overlay.is-active {
    display: flex;
}

/* ===== ポップアップ本体 ===== */
.popup-box {
    position: relative;
    max-width: 90%;
    width: 360px;
    background: #fff;
    border-radius: 12px;
    overflow: visible;
    animation: popupFade .3s ease;
}

/* 画像 */
.popup-box img {
    width: 100%;
    display: block;
}

/* 閉じるボタン */
.popup-close {
    position: absolute;
    top: -48px;
    right: 0px;
    width: 36px;
    height: 36px;
    border: none;
    background: #000000;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

/* アニメーション */
@keyframes popupFade {
    from {
        opacity: 0;
        transform: scale(.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.company-box {
    border: 1px solid #999;
    padding: 20px 11px;
    margin: 30px auto;
    max-width: 700px;
    background: #fff;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

/* 注意書き */
.company-box .note {
    margin-top: 15px;
    font-size: 13px;
    color: #333;
}