@charset "utf-8";

/* ==============================

    サイト設定　適宜変更箇所

============================== */

body,
html {
    font-size: 18px;
}

body {
    color: #231f1f;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}


html {
    scroll-behavior: smooth;
}

a,
a img {
    color: #231f1f;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 50px 0 50px;
    text-align: center;
    background: gray;
    color: #fff;
}

h2 {
    font-size: 60px;
    color: #d13e3e;
}

h2::before {
    font-size: 2.0em;
}

h2[data-name]::before {
    line-height: 0.6;
    font-size: 0.6em;
    font-weight: bold;
}

h3 {
    font-size: 2.6rem;
}

h2,
h3,
h4,
h5 {
    font-weight: 550;
}

.wp-block-button {
    font-size: 1.2rem;
}

.wp-block-button[data-name]::before {
    font-size: 0.8em;
    font-weight: bold;
}


/* ==============================

    サイト設定

============================== */

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

.flex-row {
    flex-direction: row-reverse;
}

/* ==============================

　　固定メニュー

　============================== */

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: black;
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #fff;
    padding: 5px 0;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

/* ==============================

ヘッダーの設定

　============================== */

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/

.header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}



/* ==============================

　　↓　PC版テーマ専用CSSは下記から記述　↓

　============================== */


/* --- レイアウト基本設定 --- */
.animation-section {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    padding-bottom: 72px;
}

/* ヘッダー全体 */
.header-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
    transform: translateY(-110%);
}

/* メインコピーのラップ：真ん中寄せを解除 */
.maincopy-wrap {
    position: relative;
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    max-width: 1650px;
    margin: 0 auto !important;
    width: 100%;
}

/* --- 図形の設定 --- */
.shape {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
    /* 図形自体がクリックを邪魔しないようにする */
}


/* 93pxの四角形を一番背面に（z-index 17 → 他の要素に合わせて調整） */
.shape.is-backmost {
    z-index: 1 !important;
    /* 他の四角(10)や画像(8,9)より後ろに */
}

.shape-inner {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 11;
}

/* グラデーション画像を 93px の四角（is-backmost）の背面に */
.is-backmost.box-gradient::before {
    content: "";
    position: absolute;
    top: 59px;
    left: 37px;
    transform: translate(-50%, -50%);
    width: 271px;
    height: 338px;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/gurade.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
    pointer-events: none;
    display: inline-block;
    opacity: var(--gradient-opacity, 0);
    transition: opacity 0.5s ease;
    /* 念のための予備 */
}


/* 背面画像 */
.mv-img {
    position: absolute !important;
    margin: 0 !important;
    opacity: 0;
}

.mv-1 {
    top: 354px;
    right: 158px;
    z-index: 9;
}

.mv-2 {
    top: 76px;
    right: 417px;
    z-index: 8;
}

/* 画面全体を覆うスライド背景 */
.slide-background {
    position: fixed;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #d13e3e;
    z-index: 9999;
    pointer-events: none;
}

/* アニメーション中、スクロールできないようにするクラス（JSで使用） */
body.is-animating {
    overflow: hidden;
}

/*ここまで*/

figure.wp-block-image.size-full.mv-img.mv-1 {
    max-width: 515px;
}

figure.wp-block-image.size-full.mv-img.mv-2 {
    max-width: 415px;
}

.maincopy-wrap>.wp-block-group__inner-container {
    max-width: 972px;
    margin: 0 auto 0 0;
    padding-top: 139px;
}




.wp-block-group.pc.headerflex h1.wp-block-heading {
    font-size: 18px;
    color: #fff;
}

.wp-block-group.logo-wrap {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/pink.png);
    background-size: cover;
    max-width: 311px;
    width: 100%;
    padding: 12px 31px 18px 20px;
    border-radius: 0 0 60px;
}

figure.wp-block-image.size-full.maincopy {
    max-width: 750px;
    margin: 0 auto;
}

.wp-block-group.pc.headerflex {
    justify-content: space-between;
}

.wp-block-group.maincopy-wrap h2 {
    font-size: 35px;
    font-weight: 500;
    margin: 12px 0 67px;
}

.wp-block-group.mv-kazu h4 {
    font-size: 20px;
    background-color: #d13e3e;
    color: #fff;
    border-radius: 7px;
    line-height: 1;
    padding: 7px 0;
    margin-bottom: 14px;
}

.wp-block-group.mv-kazu {
    background-color: #fbebec;
    border-radius: 10px;
    max-width: 315px;
    width: 33.3%;
    padding: 10px 10px 19px;
    height: 206px;
}

.wp-block-group.mv-kazu h3 span {
    font-size: 20px;
}

.wp-block-group.mv-kazu h3 {
    font-size: 66px;
    letter-spacing: -2px;
    line-height: 1;
    margin-bottom: 17px;
}

.wp-block-group.mv-kazu p.has-text-align-center {
    font-size: 17px;
    line-height: 1.3;
}

.wp-block-group.mv-kazu:nth-of-type(1) p.has-text-align-center {
    padding-top: 14px;
}

.wp-block-group.kazu-flex {
    gap: 14px !important;
}

.wp-block-buttons.mv-btn .wp-block-button,
.wp-block-buttons.mv-btn .wp-block-button a {
    width: 100%;
}

.mv-btn,
.mv-btn a {
    position: relative;
    z-index: 10001;
    pointer-events: auto !important;
}

.wp-block-buttons.mv-btn .wp-block-button a {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/pink.png);
    background-size: cover;
    background-position: center;
}

.wp-block-buttons.mv-btn {
    max-width: 541px;
}

.wp-block-buttons.mv-btn .wp-block-button,
.wp-block-buttons.mv-btn .wp-block-button a {
    width: 100%;
    padding: 0;
}

.wp-block-buttons.mv-btn .wp-block-button a span b {
    color: #d13e3e;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    margin-right: 6px;
}

.wp-block-buttons.mv-btn .wp-block-button a span {
    font-size: 22px;
}

.wp-block-buttons.mv-btn .wp-block-button a {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/pink.png);
    background-size: cover;
    background-position: center;
    font-size: 34px;
    line-height: 1.3;
    border-radius: 10px;
    padding: 6px 19px 19px 0;
    text-shadow: 0 0 10px #f07878;
}

.wp-block-buttons.mv-btn {
    max-width: 541px;
    margin: 70px auto 0;
}

.wp-block-buttons.mv-btn .wp-block-button a:hover:before,
.wp-block-buttons.foot-appbtn .wp-block-button a:hover:before {
    right: 17px;
    width: 40px;
    height: 40px;
}

.wp-block-buttons.mv-btn .wp-block-button a:hover:after,
.wp-block-buttons.foot-appbtn .wp-block-button a:hover:after {
    right: 26px;
    font-size: 18px;
    bottom: 0;
}

.wp-block-buttons.mv-btn .wp-block-button a:after,
.wp-block-buttons.foot-appbtn .wp-block-button a:after {
    content: '→';
    color: #f392b2;
    position: absolute;
    right: 31px;
    top: 0;
    bottom: 0px;
    margin: auto;
    height: fit-content;
    text-shadow: 0 0 0;
    font-size: 20px;
    transition: .6s;
}

figure.wp-block-image.size-full.fixedbtn.img-hover {
    position: fixed;
    bottom: 24px;
    right: 26px;
    z-index: 9999999;
    transform: translateY(150%);
    /* 画面下に隠す */
}

.wp-block-buttons.mv-btn .wp-block-button a:before,
.wp-block-buttons.foot-appbtn .wp-block-button a:before {
    content: '';
    display: block;
    background-color: #fff;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 19px;
    transition: .6s;
}

.wp-block-group.change-wrap {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/bk1.png), url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/bk1-2.png);
    background-repeat: no-repeat;
    background-position: top -150px left, bottom -150px right;
    padding: 88px 0 108px;
    margin-top: 21px;
}

h2 {
    line-height: 1.1;
    font-weight: 550;
}

h2 span {
    font-size: 48px;
    color: #231f1f;
}

p {
    line-height: 2;
}

.wp-block-group.change-wrap h2 {
    margin-bottom: 40px;
}

.wp-block-group.change-wrap h2 {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/marker-1.png);
    background-repeat: no-repeat;
    background-position: center top 42px;
}

.wp-block-group.hikakublock-wrap {
    max-width: 1045px;
    margin: 84px auto 0;
}

.wp-block-group.hikaku-block h3 {
    width: 213px;
    background-color: #d13e3e;
    font-size: 22px;
    position: absolute;
    top: -14px;
    border-radius: 5px;
    line-height: 1;
    padding: 5px 0 7px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.wp-block-group.hikaku-block {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/pink.png);
    background-size: 126%;
    color: #fff;
    border-radius: 10px;
    height: 222px;
    position: relative;
    width: 30%;
    padding-top: 74px;
}

p.hikaku-l {
    font-size: 48px;
    line-height: 1;
    margin-right: 13px;
}

p.hikaku-r {
    font-size: 67px;
    line-height: 1;
}

.wp-block-group.hikaku-flex {
    justify-content: center;
}

.wp-block-group.hikaku-block:nth-of-type(1) {
    padding-top: 44px;
}

p.hikaku-r span {
    font-size: 34px;
}

.wp-block-group.red {
    background-color: #fff4f4;
    color: #231f1f;
}

.wp-block-group.red.onayami-wrap h2 {
    padding-bottom: 66px;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/marker-1.png);
    background-repeat: no-repeat;
    background-position: top 39px center;
}

.wp-block-group.red.onayami-wrap .inner {
    padding: 95px 0;
    max-width: 1230px;
    margin: 0 auto;
}

.wp-block-group.nayami-box h3 span {
    color: #ca1c1d;
}

.wp-block-group.nayami {
    height: 154px;
    width: 320px;
    background-color: #fbced2;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}

.wp-block-group.nayami-box h3 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 550;
    padding-top: 34px;
}

.wp-block-group.nayami.nayami-1 h3 {
    padding-top: 18px;
}

.wp-block-group.red.onayami-wrap .wp-block-group.inner>.wp-block-group__inner-container {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/illust.png), url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/Do-you-have-any.png);
    background-repeat: no-repeat;
    background-position: top 198px center, top 109px center;
}

.wp-block-group.red.onayami-wrap {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/bk2.png);
    background-position: center;
}

.wp-block-image.sankaku {
    margin: 108px auto 56px;
}

h2.wp-block-heading.has-text-align-center.astro-support {
    background: none;
    padding: 0;
}

.wp-block-group.st-wrap {
    padding: 150px 0 0;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/STRENGTH_.png);
    background-repeat: no-repeat;
    background-position: top 62px left 20px;
}

.wp-block-group.st-wrap h2 {
    margin-bottom: 54px;
}

.wp-block-group.st-txt h3 {
    font-size: 36px;
    font-weight: 550;
    margin-bottom: 40px;
}

.wp-block-group.st-txt h3 span {
    color: #ca1c1d;
}

.wp-block-group.st-txt {
    width: 50%;
    padding-left: 55px;
    padding-top: 188px;
}

figure.wp-block-image.size-full.st-img {
    margin-top: 54px;
}

.wp-block-group.st-txt h3 {
    font-size: 36px;
    font-weight: 550;
    margin-bottom: 40px;
    position: relative;
}

.wp-block-group.st-txt h3:before {
    content: '';
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/01.png);
    display: inline-block;
    width: 108px;
    height: 85px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -87px;
    left: -59px;
}

.wp-block-group.st-flex figure.wp-block-image.size-full.st-img {
    position: relative;
    left: -14px;
}

.wp-block-group.voice-flex {
    align-items: flex-start;
}

figure.wp-block-image.size-full.voice-img {
    margin-top: 33px;
}

/*
p.slidertxt {
    height: 367px;
    overflow-y: scroll;
    scrollbar-color: #fbbdbe #fff4f4;
    padding-right: 20px;
    position: relative;
}

.wp-block-group.voice-txt p.slidertxt:before {
    content: 'SCROLL →';
    font-size: 14px;
    color: #fbbdbe;
    position: absolute;
    right: 0;
    writing-mode: vertical-lr;
}*/

/* st-box または st-flex を基準にする */
.wp-block-group.st-flex {
    position: relative;
    padding: 100px 0 0;
    /* overflow: hidden; */
}


/* シェイプの共通スタイル */
.st-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

/* アニメーション要素の初期状態を担保 */
.st-img,
.st-txt {
    opacity: 0;
}

.st-shape-inner {
    width: 100%;
    height: 100%;
}

/* 各要素の初期状態 */
.st-img {
    opacity: 0;
    position: relative;
    z-index: 10;
}

.st-txt {
    opacity: 0;
    position: relative;
    z-index: 10;
}

/* --- 指定のシェイプ配置 --- */
.st-s1 {
    width: 128px;
    height: 128px;
    top: 69px;
    left: 0;
    right: 8%;
    margin: auto !important;
}

.st-s2 {
    width: 141px;
    height: 141px;
    top: 106px;
    right: 0;
}

.st-s3 {
    width: 69px;
    height: 69px;
    top: 218px;
    right: 103px;
}

.st-s4 {
    width: 80px;
    height: 80px;
    top: 520px;
    left: 0;
    right: 0;
    margin: auto !important;
}

.st-s5 {
    width: 45px;
    height: 45px;
    top: 580px;
    left: 13%;
    right: 0;
    margin: auto !important;
}

.wp-block-group.st-box.st-box2 .wp-block-group.st-flex {
    padding: 0;
    left: 60px;
}


/*.wp-block-group.st-box.st-box2 .wp-block-group.st-txt {
    padding-left: 0;
    width: 47%;
}*/

.wp-block-group.st-box.st-box2 .st-shape.st-s2 {
    right: auto;
    left: -180px;
    top: 476px;
}

.wp-block-group.st-box.st-box2 .st-shape.st-s3 {
    right: auto;
    left: -80px;
    top: 429px;
    z-index: 0;
}

.wp-block-group.st-box.st-box2 .st-s4 {
    top: 481px;
    left: 0;
    right: 17%;
    margin: auto !important;
}

.wp-block-group.st-box.st-box2 .st-s5 {
    width: 45px;
    height: 45px;
    top: 580px;
    left: 0;
    right: 24%;
}

.wp-block-group.st-box.st-box2 .st-s1 {
    top: 109px;
    left: 0;
    right: -4%;
}

.wp-block-group.st-box:nth-of-type(2) .wp-block-group.st-txt h3:before {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/02.png);
    width: 146px;
}

.wp-block-group.st-box:nth-of-type(3) .wp-block-group.st-txt h3:before {
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/03.png);
    width: 146px;
}

.wp-block-group.st-box.st-box2 .wp-block-group.inner {
    max-width: 1600px;
}

.wp-block-group.st-box:nth-of-type(1) {
    position: relative;
    top: 36px;
    padding: 0;
}

.wp-block-group.st-box:nth-of-type(2) {
    position: relative;
    bottom: 25px;
}

.wp-block-group.st-box:nth-of-type(3) {
    position: relative;
    bottom: 115px;
}

.wp-block-group.st-txt p span {
    font-size: 14px;
}

p.has-text-align-center.hikaku-r {
    max-width: fit-content;
    margin: 0 auto;
    display: block;
}

.wp-block-group.st-box:nth-of-type(2) .wp-block-group.st-txt {
    padding-top: 314px;
}

/*ここまで*/
.wp-block-group.red.voice-wrap {
    padding: 81px 0 85px;
    color: #231f1f;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/VOICE.png);
    background-repeat: no-repeat;
    background-position: bottom 30px right 20px;
}

p.name {
    margin-left: 16px !important;
}

.wp-block-group.red.voice-wrap h2 {
    margin-bottom: 69px;
}

.wp-block-group.voice-txt {
    width: 70%;
    margin-left: 50px;
}

.slider-05 {
    height: auto;
}

p.tenshoku:before {
    content: '転職先';
    background-color: #ca1c1d;
    color: #fff;
    font-size: 14px;
    padding: 1px 10px;
    margin-right: 8px;
}

p.tenshoku {
    font-size: 14px;
    margin-right: 18px;
}

.wp-block-group.name-flex {
    align-items: baseline;
}

.wp-block-group.voice-txt h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.slider-dots .dot.active {
    background-color: #f1c1c1;
}

.slider-dots .dot {
    background-color: #ffdddd;
}

.slider-dots {
    bottom: -21px;
}

.slider-05 p.prev:before {
    content: '';
    width: 37px;
    height: 37px;
    border: 0;
    border-top: none;
    border-left: none;
    transform: unset;
    position: absolute;
    top: auto;
    left: -42px;
    bottom: 37px;
    margin: auto;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/prev.png);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
}

p.next:before {
    content: '';
    width: 37px;
    height: 37px;
    border: 0;
    border-top: none;
    border-right: none;
    transform: unset;
    position: absolute;
    top: auto;
    right: -42px;
    bottom: 37px;
    margin: auto;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/next.png);
    background-size: contain;
    display: inline-block;
}

/*@media screen and (max-width: 1100px) {
    .st-shape {
        transform: scale(0.6);
    }
}*/
.wp-block-group.flow-wrap {
    padding: 163px 0 103px;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/FLOW_.png);
    background-repeat: no-repeat;
    background-position: top 73px center;
}

p.has-text-align-center.flow-setumei {
    margin: 40px 0 85px;
}

.wp-block-group.flow-box {
    width: 30%;
    background-color: #fff4f4;
    border-radius: 10px;
}

.wp-block-group.flow-box h3 {
    width: 100%;
    max-width: 216px;
    font-size: 23px;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/pink.png);
    text-align: center;
    background-size: cover;
    color: #fff;
    border-radius: 6px;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 2px 0;
}

.wp-block-group.flow-box {
    width: 30%;
    background-color: #fff4f4;
    border-radius: 10px;
    position: relative;
    padding: 53px 0 28px;
}

.wp-block-group.flow-box figure.aligncenter.size-full {
    margin-bottom: 17px;
    height: 156px;
    position: relative;
}

.wp-block-group.flow-box p {
    line-height: 1.6;
    margin-bottom: 26px;
}

.wp-block-group.flow-box:nth-of-type(3) figure.aligncenter.size-full img {
    margin-top: 13px;
}

.wp-block-group.flow-box:nth-of-type(3) p,
.wp-block-group.flow-box:nth-of-type(2) p {
    margin-top: 33px;
}

.wp-block-group.flow-box:nth-of-type(2):before {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #231f1f;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -43px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wp-block-group.flow-box:nth-of-type(3):before {
    content: '';
    width: 0;
    height: 0;
    border-left: 20px solid #231f1f;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    left: -43px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.wp-block-group.red.faq-wrap {
    padding: 85px 0 107px;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/FAQ.png);
    background-repeat: no-repeat;
    background-position: bottom 20px left 20px;
}

.accordion {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid;
    position: relative;
    background-color: #d13e3e;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 4px;
}

p.accordion__button {
    font-size: 18px;
}

p.accordion__button {
    padding: 29px 50px 29px 87px;
}

p.accordion__text {
    font-size: 16px;
    line-height: 2;
    padding: 13px;
    background: #fff;
    margin-bottom: 14px !important;
    width: 98%;
    margin: 0 auto;
    color: black;
    border-radius: 10px;
}

.wp-block-group.accordion:before {
    content: 'Q';
    position: absolute;
    left: 18px;
    color: #d13e3e;
    font-size: 23px;
    top: 16px;
    bottom: 0;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 1.8;
}

.wp-block-group.red.faq-wrap h2 {
    margin-bottom: 61px;
}

.accordion__button::before,
.accordion__button::after {
    background-color: #fff;
}

.accordion__button::after {
    width: 24px;
    height: 2px;
    right: 14px;
}

.accordion__button::before {
    width: 2px;
    height: 24px;
    right: 25px;
}

.wp-block-group.footapp {
    padding: 50px 0 48px;
    background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/pink2.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.wp-block-group.footapp h4 {
    font-size: 24px;
    margin-bottom: 19px;
}

.wp-block-buttons.foot-appbtn {
    max-width: 588px;
    margin: 0 auto;
}

.wp-block-buttons .wp-block-button,
.wp-block-buttons .wp-block-button a {
    width: 100%;
}

.wp-block-buttons.foot-appbtn .wp-block-button a {
    border-radius: 10px;
    line-height: 1;
    padding: 30px 32px 30px 0;
    background-color: #d13e3e;
    font-size: 30px;
    position: relative;
    transition: .6s;
}

.wp-block-buttons.foot-appbtn .wp-block-button a:hover {
    opacity: .85;
}

.wp-block-buttons .wp-block-button,
.wp-block-buttons .wp-block-button a {
    width: 100%;
    padding: 0;
}

footer#site-footer {
    padding: 47px 0 56px;
    background-color: #d3d3d3;
}

.wp-block-group.foot-flex p {
    font-size: 16px;
}

.wp-block-group.foot-flex {
    margin: 0 auto 29px;
    max-width: 491px;
    justify-content: space-between;
}

.wp-block-buttons.corp-btn a:hover {
    background-color: #fff;
    color: black;
}

.wp-block-buttons.corp-btn a {
    background-color: black;
    font-size: 16px;
    border-radius: 4px;
    padding: 10px 0;
    transition: .6s;
    border: 1px solid black;
}

.wp-block-buttons.corp-btn {
    max-width: 245px;
    margin: 0 auto;
}

.shape.s11 {
    display: none;
}

/* アニメーション前のチラつき防止 */
.st-img,
.st-txt {
    opacity: 0;
}

br.sp2 {
    display: none;
}

/* ==============================

    PC・タブレット横 

============================== */

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

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    .wp-block-group.app-btn-sp.sp {
        display: none;
    }
}

/* ==============================

    タブレット縦横

============================== */

@media only screen and (max-width:1800px) {
    .wp-block-group.st-box.st-box2 .wp-block-group.st-flex {
        left: 0;
    }

}

@media only screen and (max-width:1650px) {
    .animation-section {
        height: auto;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

    .shape {
        transform: scale(0.8);
        /* 図形全体を80%に */
    }

    .mv-1 {
        width: 400px !important;
        /* 515pxから縮小 */
        height: auto !important;
        right: 5% !important;
        top: 35% !important;
    }

    .mv-2 {
        width: 300px !important;
        /* 415pxから縮小 */
        height: auto !important;
        right: 30% !important;
        top: 10% !important;
    }

    .wp-block-group.maincopy-wrap h2 {
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .wp-block-group.kazu-flex {
        max-width: 800px;
        padding-left: 21px;
    }

    .wp-block-group.mv-kazu h3 {
        font-size: 50px;
    }

    .wp-block-group.mv-kazu {
        height: 195px;
    }

    .animation-section {
        height: auto;
    }

    /* 特定のシェイプを非表示にする */
    .shape.hide-on-tablet {
        display: none !important;
    }



}


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


    .wp-block-group.red.onayami-wrap .inner {
        padding: 21px 0 70px;
    }

    .wp-block-group.red.onayami-wrap h2 {
        padding-bottom: 66px;
        background-position: top 130px center;
        padding-top: 88px;
    }

    .wp-block-group.nayami-box-wrap {
        max-width: 653px;
        margin: 0 auto 363px;
    }

    .wp-block-group.red.onayami-wrap .wp-block-group.inner>.wp-block-group__inner-container {
        background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/illust.png), url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/Do-you-have-any-of-these-concerns_.png);
        background-position: top 568px center, top 27px center;
    }

    .wp-block-group.st-wrap {
        background-position: top 62px center;
    }

    .wp-block-group.flow-box:nth-of-type(2):before,
    .wp-block-group.flow-box:nth-of-type(3):before {
        border-left: 14px solid #231f1f;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
        left: -32px;
    }

    .wp-block-group.st-flex {
        display: block;
    }

    .wp-block-group.st-flex figure.wp-block-image.size-full.st-img {
        position: relative;
        left: -14px;
        max-width: 600px;
        margin: 87px auto 0;
    }

    .wp-block-group.st-txt p {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        max-width: fit-content;
        margin: 0 auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .wp-block-group.st-txt h3 {
        font-size: 36px;
        font-weight: 550;
        position: absolute;
        bottom: 630px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: fit-content;
    }

    .wp-block-group.st-txt p {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        max-width: fit-content;
        margin: 0 auto;
        position: absolute;
        bottom: 45px;
        left: 0;
        right: 0;
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    }

    .wp-block-group.st-box:nth-of-type(2) {
        position: relative;
        bottom: 0;
        margin-top: 177px;
    }

    .wp-block-group.st-box.st-box2 .wp-block-group.st-txt p {
        top: -74px;
        bottom: auto;
    }

    .wp-block-group.st-box.st-box2 .wp-block-group.st-txt h3 {
        bottom: 858px;
    }

    .wp-block-group.st-txt {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
    }

    .wp-block-group.st-box:nth-of-type(2) .wp-block-group.st-txt {
        padding-top: 191px;
    }


    .wp-block-group.st-box:nth-of-type(2) .wp-block-group.st-txt h3:before {
        left: auto;
        right: -50px;
    }

    .st-shape.st-s2,
    .st-shape.st-s3 {
        display: none;
    }

    .st-s1 {
        top: 122px;
        left: 56%;
    }

    .st-s4 {
        width: 80px;
        height: 80px;
        top: 749px;
        left: 0;
        right: 54%;
        margin: auto !important;
    }

    .st-s5 {
        width: 45px;
        height: 45px;
        top: 715px;
        left: 0;
        right: 44%;
        margin: auto !important;
    }

    .wp-block-group.st-box:nth-of-type(3) .wp-block-group.st-txt p {
        bottom: 0;
    }

    .wp-block-group.st-box.st-box2 .st-s1 {
        top: 57px;
        left: 0;
        right: 49%;
    }

    .wp-block-group.st-box.st-box2 .st-s4 {
        top: 549px;
        left: 55%;
        right: 0;
        margin: auto !important;
    }

    .wp-block-group.st-box.st-box2 .st-s5 {
        width: 45px;
        height: 45px;
        top: 526px;
        left: 38%;
        right: 0;
    }

    h2.wp-block-heading.has-text-align-center.astro-support {
        padding: 0 !important;
    }

    .wp-block-group.flow-box figure.aligncenter.size-full {
        margin-bottom: 17px;
        height: 122px;
        position: relative;
        max-width: 107px;
    }

    .wp-block-group.flow-box:nth-of-type(3) figure.aligncenter.size-full {
        max-width: 126px;
    }

    .wp-block-group.flow-box:nth-of-type(3) figure.aligncenter.size-full img {
        margin-top: 31px;
    }

    /*    p.slidertxt {
        overflow-y: scroll;
        scrollbar-color: #fbbdbe #fff4f4;
        height: 325px;
    }*/

}

/* ==============================

    スマホ・タブレット縦

============================== */

@media screen and (max-width:1100px) {
    .slider-dots {
        bottom: 0;
    }

    .wp-block-group.red.voice-wrap {
        padding: 80px 0 43px;
    }

    .wp-block-group.st-box.st-box2 .wp-block-group.st-txt h3 {
        bottom: 840px;
    }

    .wp-block-group.st-box:nth-of-type(3) {
        bottom: 92px;
    }

    main.wp-block-group.animation-section {
        padding-bottom: 0;
    }

    br.pc {
        display: block;
    }

    .wp-block-group.kazu-flex {
        max-width: 800px;
        padding-left: 0;
        margin: 0 auto;
    }

    figure.wp-block-image.size-full.maincopy {
        margin: 0 auto;
    }

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .pc,
    .page-top {
        display: none;
    }

    .sp {
        display: block;
    }

    .shape {
        transform: scale(0.6);
        /* 図形全体を60%に */
    }

    .wp-block-group.pc.headerflex {
        display: none;
    }

    .wp-block-group.logo-wrap h1 {
        font-size: 14px;
        letter-spacing: -1px;
        text-align: center;
    }

    .wp-block-group.logo-wrap {
        max-width: 159px;
        background: none;
    }

    .wp-block-group.header-flex {
        justify-content: space-between;
        align-items: flex-start;
    }

    .wp-block-group.app-btn-sp.sp {
        /* background-image: url(http://recruit-astrapro.com/wp/wp-content/uploads/2025/12/pink.png); */
        background-size: cover;
        border-radius: 0 0 0 30px;
        max-width: 207px;
        padding: 22px 24px 24px;
        width: 100%;
        align-items: center;
        background-color: #d13e3e;
    }

    .wp-block-group.app-btn-sp.sp figure.wp-block-image.size-full {
        max-width: 59px;
        margin-right: 14px;
    }

    .wp-block-group.app-btn-sp.sp p {
        color: #fff;
        line-height: 1.2;
        font-size: 20px;
        font-weight: 600;
    }

    main.wp-block-group.animation-section>.wp-block-group__inner-container {
        max-width: 1000px;
        width: 90%;
        margin: 0 auto;
    }

    /* MV画像の配置 */
    .mv-1 {
        width: 399px !important;
        top: 386px !important;
        right: 34px !important;
        left: auto !important;
        bottom: auto !important;
        z-index: 99 !important;
    }

    .mv-2 {
        width: 402px !important;
        top: 466px !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
    }

    /* 図形全体のスケール解除（個別指定するため） */
    .shape {
        transform: none !important;
        bottom: auto !important;
        /* bottom指定をリセット */
    }

    /* ─── 指定された12個のシェイプ配置 ─── */
    /* 1: #ffcb87/66px/right0/top243px */
    .shape.s1 {
        width: 66px !important;
        height: 66px !important;
        right: 0 !important;
        top: 243px !important;
        left: auto !important;
    }

    .shape.s1 .shape-inner {
        background-color: #ffcb87 !important;
    }

    /* 2: #d13e3e/40px/right54px/top297px */
    .shape.s2 {
        width: 40px !important;
        height: 40px !important;
        right: 54px !important;
        top: 297px !important;
        left: auto !important;
    }

    .shape.s2 .shape-inner {
        background-color: #d13e3e !important;
    }

    /* 3: #ffcb87/31px/left158px/top737px */
    .shape.s3 {
        width: 31px !important;
        height: 31px !important;
        left: 158px !important;
        top: 412px !important;
        right: auto !important;
    }

    .shape.s3 .shape-inner {
        background-color: #ffcb87 !important;
    }

    .shape.s4 {
        width: 55px !important;
        height: 55px !important;
        left: 86px !important;
        top: 376px !important;
        right: auto !important;
    }

    .shape.s4 .shape-inner {
        background-color: #d13e3e !important;
    }

    /* 5: #fbbdbe/111px/left0/top705px */
    .shape.s5 {
        width: 111px !important;
        height: 111px !important;
        left: 0 !important;
        top: 400px !important;
        right: auto !important;
    }

    .shape.s5 .shape-inner {
        background-color: #fbbdbe !important;
    }

    /* 6: #d13e3e/125px/right166px/top815px (グラデ背後) */
    .shape.s6 {
        width: 125px !important;
        height: 125px !important;
        right: 20px !important;
        top: 609px !important;
        left: auto !important;
        z-index: 3 !important;
    }

    .shape.s6 .shape-inner {
        background-color: #d13e3e !important;
    }

    /* グラデーションの位置微調整 */
    .shape.s6.box-gradient::before {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    /* 7: #ffcb87/71px/right242px/top911px */
    .shape.s7 {
        display: flex !important;
        width: 71px !important;
        height: 71px !important;
        right: 118px !important;
        top: 696px !important;
        left: auto !important;
    }

    .shape.s7 .shape-inner {
        background-color: #ffcb87 !important;
    }

    /* 8: #d13e3e/75px/left160px/top1053px */
    .shape.s8 {
        width: 75px !important;
        height: 75px !important;
        left: 127px !important;
        top: 810px !important;
        right: auto !important;
    }

    .shape.s8 .shape-inner {
        background-color: #d13e3e !important;
    }

    /* 9: #c6c6c6/45px/left164px/top1157px */
    .shape.s9 {
        width: 45px !important;
        height: 45px !important;
        left: 194px !important;
        top: 907px !important;
        right: auto !important;
    }

    .shape.s9 .shape-inner {
        background-color: #c6c6c6 !important;
    }

    /* 10: #d13e3e/113px/right456px/top1251px */
    .shape.s10 {
        /*        width: 113px !important;
        height: 113px !important;
        right: 456px !important;
        top: 1251px !important;
        left: auto !important;*/
        display: none;
    }

    .shape.s10 .shape-inner {
        background-color: #d13e3e !important;
    }

    /* 11: (10と同じ指定) */
    .shape.s11 {
        width: 100px !important;
        height: 100px !important;
        right: 283px !important;
        top: 947px !important;
        left: auto !important;
        z-index: 101;
    }

    .shape.s11 .shape-inner {
        background-color: #d13e3e !important;
    }

    /* 12: #f07381/55px/right356px/top1369px */
    .shape.s12 {
        width: 55px !important;
        height: 55px !important;
        right: 288px !important;
        top: 913px !important;
        left: auto !important;
    }

    .shape.s12 .shape-inner {
        background-color: #f07381 !important;
    }

    .wp-block-buttons.mv-btn {
        margin: 428px auto 0;
        padding-bottom: 50px;
    }

    .wp-block-group.maincopy-wrap h2 {
        font-size: 35px;
        font-weight: 500;
        margin: 7px 0 32px;
    }

    .is-backmost.box-gradient::before {
        top: 423px;
        left: -35px;
        width: 204px;
    }

    .wp-block-group.mv-wrap {
        position: absolute;
        height: 700px;
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }

    /*mvここまで*/

    p.hikaku-l {
        font-size: 30px;
        margin-right: 9px !important;
    }

    p.hikaku-r {
        font-size: 50px;
    }

    .wp-block-group.hikaku-flex {
        align-items: baseline;
    }

    .wp-block-group.hikaku-block {
        border-radius: 10px;
        height: 173px;
        position: relative;
        width: 32%;
        padding-top: 59px;
    }

    h2 {
        font-size: 50px;
        line-height: 1;
    }

    h2 span {
        font-size: 39px;
    }

    .wp-block-group.change-wrap h2 {
        background-position: center top 38px;
        background-size: 405px;
    }

    .wp-block-group.hikakublock-wrap {
        margin: 57px auto 0;
    }

    .wp-block-group.red.onayami-wrap h2 {
        padding-bottom: 68px;
        background-position: top 130px center;
        padding-top: 95px;
        background-size: 400px;
    }

    .wp-block-group.nayami-box-wrap {
        gap: 15px !important;
    }

    .wp-block-image.sankaku {
        margin: 109px auto 44px;
    }

    .wp-block-group.st-wrap {
        background-position: top 57px center;
        padding: 110px 0 0;
        background-size: 90%;
    }

    .st-s1 {
        top: 122px;
        left: auto;
        right: 0;
    }

    .st-s4 {
        left: 0;
        right: auto;
        margin: auto !important;
    }

    .st-s5 {
        left: 63px;
        right: auto;
        margin: auto !important;
    }

    .wp-block-group.st-box:nth-of-type(2) .wp-block-group.st-txt {
        padding-top: 158px;
    }

    .wp-block-group.voice-flex {
        display: block;
    }

    figure.wp-block-image.size-full.voice-img {
        max-width: 351px;
        margin: 0 auto;
    }

    .wp-block-group.name-flex {
        justify-content: center;
    }

    .wp-block-group.voice-txt h3 {
        font-size: 26px;
        margin-bottom: 15px;
        text-align: center;
    }

    .slider-05 p.prev:before,
    .slider-05 p.next:before {
        width: 28px;
        height: 28px;
        bottom: 87px;

    }

    .slider-05 p.prev:before {
        left: -31px;
    }

    .slider-05 p.next:before {
        right: -31px;
    }

    .wp-block-group.voice-txt {
        width: 100%;
        margin-left: 0;
        position: relative;
        bottom: 54px;
    }

    .slider-05 {
        position: relative;
        width: 100%;
        /*min-height: 745px;*/
    }

    /*    .wp-block-group.voice-txt p.slidertxt {
        height: 283px;
    }*/

    .wp-block-group.red.voice-wrap {
        background-size: 400px;
    }

    .wp-block-group.flow-wrap {
        padding: 117px 0 15px;
        background-position: top 64px center;
        background-size: 339px;
    }

    .wp-block-group.flow-box-flex {
        display: block;
    }

    .wp-block-group.flow-box {
        width: 100%;
        border-radius: 10px;
        position: relative;
        padding: 53px 0 28px;
        max-width: 500px;
        margin: 0 auto 46px;
    }

    .wp-block-group.red.faq-wrap {
        padding: 65px 0 87px;
        background-position: bottom 4px left 20px;
        background-size: 285px;
    }

    .wp-block-group.footapp h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .wp-block-group.flow-box:nth-of-type(2):before,
    .wp-block-group.flow-box:nth-of-type(3):before {
        border-bottom: none;
        left: 0;
        width: 0;
        height: 0;
        border-left: 14px solid transparent;
        border-right: 14px solid transparent;
        border-top: 14px solid black;
        right: 0;
        top: -35px;
        bottom: auto;
        margin: auto;
    }

    p.has-text-align-center.flow-setumei {
        margin: 40px 0 54px;
    }

    .wp-block-group.change-wrap {
        padding: 74px 0 60px;
        margin-top: 11px;
        background-size: 300px;
    }



}

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

    .wp-block-group.mv-kazu h3 {
        font-size: 40px;
    }

    .wp-block-group.mv-kazu h4 {
        font-size: 17px;
        padding: 7px 0;
        margin-bottom: 11px;
    }

    .wp-block-group.mv-kazu p.has-text-align-center {
        font-size: 14px;
    }

    .wp-block-group.mv-kazu {
        height: 166px;
    }

    .wp-block-group.maincopy-wrap h2 {
        font-size: 30px;
    }

    .mv-1 {
        width: 399px !important;
        top: 469px !important;
        right: 52px !important;
        left: auto !important;
        bottom: auto !important;
        z-index: 99 !important;
    }

    .mv-2 {
        width: 339px !important;
        top: 356px !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        left: -46px !important;
    }

    .shape.s6 {
        width: 125px !important;
        height: 125px !important;
        right: 20px !important;
        top: 524px !important;
        left: auto !important;
        z-index: 3 !important;
    }

    .is-backmost.box-gradient::before {
        top: 355px;
        left: -35px;
        width: 204px;
    }

    .shape.s7 {
        display: flex !important;
        width: 71px !important;
        height: 71px !important;
        right: 118px !important;
        top: 613px !important;
        left: auto !important;
    }

    .shape.s8 {
        width: 75px !important;
        height: 75px !important;
        left: 93px !important;
        top: 737px !important;
        right: auto !important;
    }

    .shape.s9 {
        width: 45px !important;
        height: 45px !important;
        left: 194px !important;
        top: 806px !important;
        right: auto !important;
    }

    .shape.s11 {
        width: 73px !important;
        height: 73px !important;
        right: 235px !important;
        top: 921px !important;
        left: auto !important;
        z-index: 101;
    }
}

/* ==============================

    タブレット縦のみ

============================== */

@media (max-width: 1100px) and (min-width: 710px) {

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

}


/* ==============================

    スマホ　

============================== */

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



    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*スマホ版文字サイズ*/
    p {
        font-size: 14px;
        line-height: 1.7;
    }

    .animation-section {
        /*zoom: 1 !important; */
        height: auto !important;
        min-height: 80vh;
        overflow: hidden;
        position: relative;
    }

    .shape {
        transform: scale(0.5) !important;
        transform-origin: center center;
    }

    .wp-block-group.maincopy-wrap h2 {
        font-size: 21px;
        font-weight: 600;
        margin: 3px 0 29px;
        line-height: 1.4;
        letter-spacing: -2px;
    }

    /* MV画像の微調整：スマホの縦長画面で重なりすぎないように */
    .mv-1 {
        width: 320px !important;
        /* 少し小さく */
    }

    .mv-2 {
        width: 320px !important;
    }

    /* セクション全体の高さが scale によって足りなくなるのを防ぐ */
    .animation-section {
        height: calc(1600px * (100vw / 1000)) !important;
    }

    .wp-block-group.app-btn-sp.sp figure.wp-block-image.size-full {
        max-width: 30px;
        margin-right: 0;
    }

    .wp-block-group.logo-wrap h1 {
        font-size: 10px;
    }

    .wp-block-group.logo-wrap {
        max-width: 86px;
        background: none;
        padding: 6px;
    }

    figure.wp-block-image.size-full.logo {
        max-width: 53px;
        margin: 0 auto 4px;
    }

    .wp-block-group.app-btn-sp.sp p {
        font-size: 13px;
        font-weight: 600;
    }

    .wp-block-group.app-btn-sp.sp {
        border-radius: 0 0 0 20px;
        max-width: 128px;
        padding: 16px 17px 19px;
        width: 100%;
        align-items: center;
    }

    .wp-block-buttons.mv-btn {
        max-width: 400px;
    }

    .wp-block-buttons.mv-btn .wp-block-button a span {
        font-size: 16px;
    }

    .wp-block-buttons.mv-btn .wp-block-button a {
        font-size: 22px;
        line-height: 1.2;
        border-radius: 6px;
        padding: 4px 10px 12px 0;
    }

    .wp-block-group.kazu-flex {
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wp-block-group.mv-kazu p.has-text-align-center {
        font-size: 12px;
    }

    .wp-block-group.mv-kazu {
        height: 124px;
        width: 48%;
    }

    .wp-block-group.mv-kazu:nth-of-type(1) h3 {
        margin-top: 21px;
    }

    .wp-block-group.mv-kazu:nth-of-type(1) p.has-text-align-center {
        padding-top: 4px;
    }

    .maincopy-wrap>.wp-block-group__inner-container {
        max-width: 972px;
        margin: 0 auto 0 0;
        padding-top: 92px;
    }

    .wp-block-group.mv-kazu:nth-of-type(1) h3 {
        margin: 9px 0 10px;
        font-size: 33px;
    }

    .wp-block-group.mv-kazu h3 {
        font-size: 55px;
    }

    .wp-block-group.mv-kazu h4 {
        font-size: 14px;
        padding: 5px 0;
        margin-bottom: 2px;
    }

    .wp-block-group.mv-kazu h3 span {
        font-size: 16px;
    }

    .wp-block-group.kazu-flex {
        gap: 9px !important;
    }

    .wp-block-group.mv-kazu h3 {
        margin-top: 5px;
        font-size: 37px;
        margin-bottom: 7px;
    }

    .shape.s1 {
        top: 186px !important;
        right: -8px !important;
    }

    .shape.s2 {
        right: 22px !important;
        top: 215px !important;
        z-index: 20 !important;
    }

    .shape.s5 {
        top: 435px !important;
        left: -16px !important;
    }

    .shape.s4 {
        left: 40px !important;
        top: 433px !important;
    }

    .shape.s3 {
        left: 71px !important;
        top: 480px !important;
    }

    .mv-2 {
        width: 100% !important;
        top: 411px !important;
        left: 0 !important;
        right: auto !important;
        bottom: auto !important;
        left: -83px !important;
        max-width: 234px !important;
    }

    .mv-1 {
        width: 100% !important;
        top: 491px !important;
        right: 19px !important;
        left: auto !important;
        bottom: auto !important;
        z-index: 99 !important;
        max-width: 266px !important;
    }

    .wp-block-buttons.mv-btn {
        margin: 322px auto 0;
        padding-bottom: 32px;
        max-width: 300px;
    }

    .shape.s6 {
        right: -29px !important;
        top: 455px !important;
        left: auto !important;
        z-index: 3 !important;
        width: 153px !important;
        height: 153px !important;
        z-index: 100 !important;
    }

    .shape.s7 {
        right: 41px !important;
        top: 528px !important;
        left: auto !important;
        z-index: 101 !important;
        width: 81px !important;
        height: 81px !important;
    }

    .is-backmost.box-gradient::before {
        top: 700px;
        left: -61px;
        width: 294px;
        z-index: -1;
    }

    .shape.s8 {
        left: -15px !important;
        top: 625px !important;
        right: auto !important;
        width: 89px !important;
        height: 89px !important;
    }

    .shape.s9 {
        left: 58px !important;
        top: 684px !important;
        right: auto !important;
        width: 51px !important;
        height: 51px !important;
    }

    .shape.s10 {
        display: block;
        bottom: auto !important;
        top: 725px;
        right: 115px !important;
        left: auto !important;
        z-index: 100 !important;
        width: 120px !important;
        height: 120px !important;
    }

    /*    .shape.s11 {
        width: 91px !important;
        height: 91px !important;
        right: 304px !important;
        top: 1232px !important;
        left: auto !important;
        z-index: 101;
        display: block;
    }*/
    .shape.s12 {
        right: 68px !important;
        top: 784px !important;
        left: auto !important;
        width: 66px !important;
        height: 66px !important;
    }

    .wp-block-group.hikaku-block h3 {
        font-size: 18px;
    }

    .wp-block-group.nayami-box {
        width: 50%;
    }

    .wp-block-group.nayami-box h3 {
        font-size: 17px;
        line-height: 1.3;
        font-weight: 550;
        padding-top: 28px;
        letter-spacing: -1px;
    }

    .wp-block-group.nayami.nayami-1 h3 {
        padding-top: 17px;
    }

    .wp-block-group.nayami {
        height: 100px;
        width: 100%;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .wp-block-group.nayami-box-wrap {
        gap: 10px !important;
    }

    figure.wp-block-image.size-full.maincopy {
        margin: 0 auto;
        max-width: 450px;
    }

    .wp-block-group.st-txt h3:before {
        width: 43px;
        height: 34px;
        top: -39px;
        left: -16px;
    }

    .wp-block-group.mv-wrap {
        max-width: 400px;
    }

    .wp-block-group.st-box:nth-of-type(2) .wp-block-group.st-txt h3:before {
        width: 67px;
        right: -9px;
    }

    h2 {
        font-size: 28px;
    }

    h2 span {
        font-size: 20px;
    }

    .wp-block-group.change-wrap h2 {
        background-position: center top 21px;
        background-size: 250px;
    }

    .wp-block-group.change-wrap h2 {
        margin-bottom: 27px;
    }

    .wp-block-group.hikakublock-wrap {
        margin: 43px auto 0;
        flex-wrap: wrap;
        justify-content: center;
        gap: 3% !important;
        max-width: 400px;
    }

    .wp-block-group.hikaku-block h3 {
        width: 90%;
        font-size: 15px;
        top: -11px;
        padding: 4px 0 5px;
    }

    p.hikaku-r {
        font-size: 40px;
    }

    p.hikaku-l {
        font-size: 20px;
        margin-right: 9px !important;
    }

    p.hikaku-r span {
        font-size: 18px;
    }

    .wp-block-group.hikaku-block {
        border-radius: 10px;
        height: 121px;
        width: 48%;
        padding-top: 39px;
    }

    .wp-block-group.hikaku-block:nth-of-type(1) {
        padding-top: 21px;
    }

    .wp-block-group.hikaku-block {
        margin-bottom: 17px;
    }

    .wp-block-group.change-wrap {
        padding: 51px 0 27px;
        margin-top: 11px;
        background-size: 222px;
    }

    .wp-block-group.red.onayami-wrap h2 {
        padding-bottom: 36px;
        background-position: top 89px center;
        padding-top: 69px;
        background-size: 250px;
    }

    .wp-block-group.red.onayami-wrap .wp-block-group.inner>.wp-block-group__inner-container {
        background-position: top 365px center, top 31px center;
        background-size: 276px, 100%;
    }

    .wp-block-group.nayami-box-wrap {
        margin: 0 auto 199px;
    }

    .wp-block-image.sankaku {
        margin: 109px auto 21px;
        max-width: 39px;
    }

    .wp-block-group.st-wrap {
        background-position: top 46px center;
        padding: 74px 0 150px;
        background-size: 300px;
    }

    p.has-text-align-center.tensyoku-txt {
        text-align: left;
    }

    p.has-text-align-center.tensyoku-txt br {
        display: none;
    }

    .wp-block-group.red.onayami-wrap .inner {
        padding: 11px 0 36px;
    }

    .wp-block-group.st-wrap h2 {
        margin-bottom: 27px;
    }

    p.has-text-align-center.setumei-txt {
        text-align: left;
        width: 90%;
        margin: 0 auto;
        max-width: fit-content;
    }

    .wp-block-group.st-txt h3 {
        font-size: 22px;
        bottom: 362px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .wp-block-group.st-box.st-box2 .wp-block-group.st-txt h3 {
        bottom: 483px;
    }

    .wp-block-group.st-txt p {
        bottom: 7px;
    }

    .wp-block-group.st-box:nth-of-type(2) {
        margin-top: 153px;
    }

    .wp-block-group.st-box.st-box2 .wp-block-group.st-txt p {
        top: -39px;
        bottom: auto;
    }

    br.pc {
        display: none;
    }

    .wp-block-group.st-box:nth-of-type(3) {
        bottom: 7px;
    }

    .wp-block-group.st-flex {
        padding: 1px;
    }

    .wp-block-group.st-box:nth-of-type(2) .wp-block-group.st-txt {
        padding-top: 88px;
    }

    .wp-block-group.st-box:nth-of-type(3) .wp-block-group.st-txt p {
        bottom: -58px;
    }

    .wp-block-group.st-txt p span {
        font-size: 12px;
    }

    .wp-block-group.st-wrap {
        padding: 74px 0 151px;
    }

    .st-s1 {
        top: 50px;
        left: auto;
        right: -14px;
        width: 80px;
        height: 80px;
    }

    .st-s4 {
        width: 40px;
        height: 40px;
        top: 450px;
        right: auto;
        left: 0;
    }

    .st-s5 {
        left: 44px;
        right: auto;
        margin: auto !important;
        top: 440px;
        width: 22px;
        height: 22px;
    }

    .wp-block-group.st-box.st-box2 .st-s1 {
        top: 16px;
        left: -12px;
        right: auto;
    }

    .wp-block-group.st-box.st-box2 .st-s4 {
        top: 420px;
        left: auto;
        right: 0;
        margin: auto !important;
    }

    .wp-block-group.st-box.st-box2 .st-s5 {
        width: 22px;
        height: 22px;
        top: 406px;
        left: auto;
        right: 47px;
    }

    .wp-block-group.st-box:nth-of-type(3) .wp-block-group.st-txt h3:before {
        width: 69px;
    }

    .wp-block-group.st-box:nth-of-type(3) .st-shape.st-s5 {
        top: 501px;
    }

    .wp-block-group.st-box:nth-of-type(3) .st-shape.st-s4 {
        top: 512px;
    }

    .wp-block-group.red.voice-wrap {
        background-size: 257px;
        padding: 71px 0 1px;
        background-position: top 28px center;
    }

    .wp-block-group.voice-txt {
        bottom: 45px;
    }

    .slider-05 p.prev:before {
        left: 0;
    }

    figure.wp-block-image.size-full.voice-img {
        max-width: 278px;
        margin: 0 auto;
        position: relative;
        right: 20px;
    }

    .slider-05 p.prev:before,
    .slider-05 p.next:before {
        width: 20px;
        height: 20px;
        bottom: 358px;
        top: auto;
    }

    .slider-05 p.next:before {
        right: 0;
    }

    /*    .slider-05 {
        min-height: unset;
        height: 667px;
    }*/

    /*    .wp-block-group.voice-txt p.slidertxt {
        height: 256px;
    }*/

    .wp-block-group.flow-wrap {
        padding: 74px 0 2px;
        background-position: top 38px center;
        background-size: 210px;
    }

    .wp-block-group.flow-box {
        width: 100%;
        padding: 30px 0 17px;
        max-width: 250px;
        margin: 0 auto 37px;
    }

    p.has-text-align-center.flow-setumei {
        margin: 31px 0 52px;
    }

    .wp-block-group.flow-box h3 {
        width: 100%;
        max-width: 150px;
        font-size: 16px;
        color: #fff;
        border-radius: 6px;
        top: -11px;
        left: 0;
        right: 0;
        margin: auto;
        padding: 1px 0;
    }

    .slider-dots .dot {
        width: 8px;
        height: 8px;
    }

    .slider-dots {
        bottom: 17px;
    }

    .wp-block-group.flow-box figure.aligncenter.size-full {
        margin-bottom: 17px;
        height: 92px;
        position: relative;
        max-width: 83px;
    }

    .wp-block-group.flow-box:nth-of-type(3) figure.aligncenter.size-full img {
        margin-top: 31px;
        width: 105px;
    }

    .wp-block-group.flow-box:nth-of-type(2):before,
    .wp-block-group.flow-box:nth-of-type(3):before {
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid black;
        right: 0;
        top: -29px;
    }

    .wp-block-group.red.faq-wrap {
        padding: 66px 0 26px;
        background-position: top 31px center;
        background-size: 165px;
    }

    .accordion {
        border-radius: 5px;
    }

    .wp-block-group.red.faq-wrap h2 {
        margin-bottom: 35px;
    }

    p.accordion__button {
        font-size: 14px;
    }

    p.accordion__button {
        padding: 16px 22px 16px 37px;
    }

    .wp-block-group.accordion:before {
        left: 7px;
        font-size: 12px;
        top: 12px;
        bottom: 0;
        width: 23px;
        height: 23px;
        line-height: 1.7;
    }

    .accordion__button::after {
        width: 15px;
        height: 1px;
        right: 8px;
    }

    .accordion__button::before {
        width: 1px;
        height: 15px;
        right: 15px;
    }

    p.accordion__text {
        font-size: 13px;
        padding: 7px 13px 8px;
        margin-bottom: 6px !important;
        width: 96%;
        border-radius: 5px;
        font-weight: 500;
        line-height: 1.8;
    }

    .wp-block-group.voice-txt h3 {
        font-size: 20px;
    }

    .wp-block-group.red.faq-wrap {
        padding: 66px 0 17px;
        background-position: top 31px center;
        background-size: 165px;
    }

    .wp-block-group.footapp h4 {
        font-size: 14px;
        margin-bottom: 20px;
        letter-spacing: -1px;
    }

    .wp-block-group.footapp {
        padding: 28px 0 29px;
    }

    .wp-block-buttons.foot-appbtn .wp-block-button a {
        padding: 24px 46px 25px 0;
        font-size: 16px;
        position: relative;
        transition: .6s;
    }

    .wp-block-buttons.mv-btn .wp-block-button a:before,
    .wp-block-buttons.foot-appbtn .wp-block-button a:before {
        width: 30px;
        height: 30px;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 19px;
    }

    .wp-block-buttons.mv-btn .wp-block-button a:after,
    .wp-block-buttons.foot-appbtn .wp-block-button a:after {
        right: 28px;
        top: 0;
        bottom: 0px;
        text-shadow: 0 0 0;
        font-size: 12px;
    }

    .wp-block-buttons.mv-btn .wp-block-button a:hover:before,
    .wp-block-buttons.foot-appbtn .wp-block-button a:hover:before {
        right: 14px;
        width: 25px;
        height: 25px;
    }

    .wp-block-buttons.mv-btn .wp-block-button a:hover:after,
    .wp-block-buttons.foot-appbtn .wp-block-button a:hover:after {
        right: 20px;
        font-size: 12px;
        bottom: 0;
    }

    .wp-block-group.foot-flex {
        margin: 0 auto 18px;
        display: block;
    }

    figure.wp-block-image.size-full.is-resized.foot-logo {
        max-width: 76px;
        margin: 0 auto 17px;
    }

    .wp-block-group.foot-flex p {
        font-size: 12px;
        margin: 0 auto;
        max-width: fit-content;
    }

    footer#site-footer {
        padding: 37px 0 36px;
    }

    .wp-block-buttons.corp-btn a {
        font-size: 12px;
        border-radius: 2px;
        padding: 7px 0;
    }

    .wp-block-buttons.corp-btn {
        max-width: 179px;
    }

    .wp-block-group.st-flex figure.wp-block-image.size-full.st-img {
        left: -14px;
        max-width: 350px;
        margin: 87px auto 0;
    }

    .wp-block-group.st-txt p {
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }

    .wp-block-group.st-txt h3 {
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }

    .wp-block-group.red.onayami-wrap {
        background-size: 430px;
        background-position: top -86px center;
        background-repeat: no-repeat;
    }

    main.wp-block-group.animation-section>.wp-block-group__inner-container {
        width: 96%;
    }

    .wp-block-group.red.voice-wrap h2 {
        margin-bottom: 39px;
    }

    .wp-block-group.name-flex {
        display: block;
    }

    p.name {
        margin-left: 0 !important;
        text-align: center;
    }

    p.tenshoku {
        max-width: fit-content;
        margin: 0 auto !important;
    }

    .wp-block-group.voice-txt h3 {
        margin-bottom: 15px;
        text-align: center;
        margin-top: 10px;
    }

    /*    .wp-block-group.voice-txt p.slidertxt:before {
        font-size: 10px;
    }*/

    p.tenshoku:before {
        font-size: 11px;
        padding: 1px 10px;
        margin-right: 3px;
    }

    .wp-block-buttons.mv-btn .wp-block-button a span b {
        text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
    }

    br.sp2 {
        display: block;
    }
}

/* ==============================

  その他適宜追加する場合は下記に記述

============================== */