/**
Theme Name: Horumon Theme
Version: 1.0.0
Text Domain: horumon-theme
Template: astra
*/

p {
    margin: 0;
    color: black;
}

.yellow-marker {
    background: linear-gradient(transparent 60%, #FFD52E 60%);
}

.red-txt {
    color: #F08300;
}

.red-txt-w {
    color: #F08300;
}

.thema-back-color {
    background-color: #F08300;
}

.holiday-msg {
    font-size: 12px;
    text-align: center;
}

.time-table {
    padding: 16px 16px;
    padding-bottom: 0;
    background-color: #FFF;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.time-table-parent-flex {
    /* display: flex; */
    display: block;
}

.time-table-child {
    display: block;
}

.time-table-child-calendar-flex {
    display: flex;
    align-items: center;
}

.time-table-child-calendar-title {
    width: 75px;
}

.time-table-child-calendar-title>span {
    background-color: #FFD52E;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    border-radius: 4px;
}

.time-table-calendar-title {
    padding: 3px 13px;
}

.time-table-holiday-title {
    padding: 3px 18px;
}

.time-table-child-calendar-body>p {
    margin: 0;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    margin-left: 0px;
}

.ul-icon-flex {
    display: flex;
    list-style: none;
    margin: 0;
    margin-top: 12px;
    justify-content: center;
}

.ul-icon-flex li {
    align-content: center;
    align-items: center;
    background: #FFFFFF;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0px 0px 0px 0px;
    width: auto;
    flex: none;
    height: auto;
    /* margin: auto; */
    margin: 0px 4px 0px 4px;
    max-width: calc(100% - 10px);
}

.icon-flex-child {
    flex: none;
    height: 78px;
    margin: 0px 0px -32px 0px;
    width: 78px;
    max-width: 100%;
    align-items: center;
    background: #fff9e1;
    border-radius: 320px;
    padding-top: 8px;
}

.icon-flex-child i {
    color: #F5C400;
    font-size: 32px;
    margin: 4px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    max-width: 100%;
    font-size: 16px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow: visible;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.icon-flex-child p {
    color: #F5C400;
    flex: none;
    font-size: 10px;
    font-weight: 700;
    height: auto;
    letter-spacing: normal;
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
    width: 100%;
    z-index: 1;
    max-width: 100%;
    justify-content: center;
}

.slider {
    margin: 0;
}

.slider-item-box {
    padding: 10px;
}

.slick-slide img {
    height: 30vw;
    max-height: 200px;
    min-height: 200px;
    width: 100%;
    object-fit: contain;
}

.slider--title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-top: 8px;
}

.prev-arrow {
    position: absolute;
    z-index: 98;
    top: 37%;
    left: -15px;
}

.next-arrow {
    position: absolute;
    z-index: 98;
    top: 37%;
    right: -15px;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
    /*描画位置※位置は適宜調整してください*/
    z-index: 10;
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*Scrollテキストの描写*/
.scrolldown2 span {
    /*描画位置*/
    position: absolute;
    left: 2px;
    bottom: 10px;
    /*テキストの形状*/
    color: #FFF;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
    /*縦書き設定*/
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: -4px;
    /*丸の形状*/
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFF;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
    animation:
        circlemove 1.6s ease-in-out infinite,
        cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
    0% {
        bottom: 45px;
    }

    100% {
        bottom: -5px;
    }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 0;
    }
}

/* 線の描写 */
.scrolldown2:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 2px;
    height: 50px;
    background: #FFF;
}

.img-wrap {
    width: 100vw;
    /* height: 100vh; */
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FCF4EA;
}

.top-msg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.top-msg-img img {
    transition: filter 0.6s ease-in-out;
}

.top-msg-img:hover img {
    filter: brightness(70%);
    /* 明るさを落とす（70%にする） */
    /* または opacity: 0.7; でも可 */
}

.img-wrap:after {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    left: 0;
    /*線の形状*/
    width: 100%;
    height: 5px;
    background: #F08300;
}

.top-msg-img img {
    max-height: 480px;
}

.header-big-title-background-top {
    position: absolute;
    padding: 8px;
    top: 8px;
    /* left: 10%; */
    /* transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
}

.header-big-title-background {}

.top-back-wrapper-img {
    width: 100%;
    /* max-height: 640px; */
    max-height: 760px;
    height: 100vh;
    object-fit: cover;
}

.header-big-title {
    position: absolute;
    width: 100%;
    background-color: #f4f5f4;
    opacity: 0.95;
    bottom: 7px;
    padding: 26px 13px;
}

.header-big-title::before {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(#FFF 1px, transparent 0), linear-gradient(90deg, #FFF 1px, transparent 0);
    background-position: center center;
    background-size: 10px 10px;
    content: "";
}

.header-big-h2 {
    color: #000;
    font-weight: 800;
    font-size: 18px;
    font-family: "M PLUS 2", sans-serif;
    margin-bottom: 8px;
    line-height: 1.5;
    letter-spacing: 1.3px;
}

.header-big-p-top {
    color: #000;
    font-weight: bold;
    font-size: 12px;
}

.header-big-p-bottom {
    font-size: 10px;
    display: none;
}

.header-big-img-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.header-big-img {
    width: 280px;
    margin: 10px 0;
    object-fit: contain;
}

.header-cs-img {
    object-fit: contain;
    width: 60px;
    max-width: 60px;
    margin: 0px 0px;
    margin-left: 8px;
    flex: 1;
}

.header-center-h2 {
    font-size: 22px;
}

.header-bottom-p {
    color: #FFF;
    font-size: 12px;
    line-height: 1.5;
    font-family: "M PLUS 2", sans-serif;
    font-weight: 700;
}

.header-btn-margin {
    margin-top: 16px;
}

.gradation-background {
    padding: 10px 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #f83600 0%, #f9d423 100%);
}

.gradation--p-top {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 6px;
}

.gradation--p-bottom {
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-size: 24px;
    margin-bottom: 10px;
}

.symptoms-background {
    padding: 50px 0;
}

.symptoms-grid {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.symptoms-grid-row {
    display: flex;
    background-color: #FFF;
    border-radius: 10px;
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 10px 10px rgb(35 74 104 / 5%);
}

.symptoms--grid-img {
    width: 100px;
    object-fit: contain;
    border-radius: 0 10px 10px 0;
}

.symptoms-grid-msg-row {
    width: 100%;
    margin: auto;
    padding: 8px 16px;
}

.symptoms--grid-p-sub {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.4;
    color: #8E8E8E;
}

.symptoms--grid-p-title {
    font-weight: 900;
    font-size: 16px;
    margin-top: 4px;
}

.symptoms-flex {
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 0px 50px 0px;
    padding: 0px;
    max-width: 100%;
}

.symptoms-flex-row {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0px 3px 0px;
    padding: 0px;
    max-width: calc(100% - 20px);
}

.symptoms-h3 {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.symptoms--img {
    width: auto;
}

.symptoms--p {
    font-size: 11px;
    font-weight: 900;
    margin-top: 4px;
    text-align: left;
    width: 100%;
    line-height: 1.3;
}

.section-visual-logo-wrapper {
    padding: 16px;
    text-align: center;
}

.section-visual-logo {
    width: 100%;
    max-width: 280px;
}

.section-visual-txt-wrapper {
    max-width: 500px;
    margin: auto;
    padding: 8px 16px;
}

.section-visual-txt-wrapper h1 {
    font-size: 5vw;
    font-family: 'tsunagi-gothic';
    font-weight: 900;
    letter-spacing: 1.8px;
    text-align: center;
}

.white-bak {
    background-color: #FFF !important;
}

.section-background {
    background-color: #F8F7F4;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 0;
}


.section-header {
    z-index: 1;
    position: relative;
    padding: 15px 20px 20px;
    border-radius: 10px;
    max-width: 680px;
    margin: auto;
    text-align: center;
}

.section-header:before {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
}

.plan-header {
    position: relative;
    padding: 15px 20px 20px;
    border-radius: 10px;
    max-width: 680px;
    margin: auto;
    margin-top: 16px;
    text-align: center;
}

.plan-title {
    font-weight: 900;
    font-size: 22px;
    font-family: 'tsunagi-gothic';
    letter-spacing: 1.8px;
}

.section-sub-title {
    position: relative;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 500;
}


.section-title {
    font-weight: 900;
    font-size: 24px;
    font-family: 'tsunagi-gothic';
    letter-spacing: 1.8px;
}

.section-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #D5D5D5;
    border-radius: 2px;
}

.voice-background {
    text-align: center;
}

.voice-msg-s {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 900;
    font-size: 14px;
    text-align: center;
}

.voice-msg-l {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 900;
    font-size: 18px;
    text-align: center;
}

.voice-msg {
    margin-top: 16px;
    margin-bottom: 16px;
    color: #000;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
}

.voice-img {
    max-width: 720px;
    width: 100%;
}

.section-background-w {
    background-color: #FFF;
    padding: 60px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.section-background-w .section-grid-block {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.section-count {
    padding: 4px 14px;
}

.section-count-child {
    display: flex;
    align-content: center;
    align-items: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 3px 3px 3px #e6e3df;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 75px;
    justify-content: flex-start;

    margin: 15px auto 15px auto;
    padding: 0px 10px 0px;
    width: 700px;
    max-width: 100%;
}

.count-child--number {
    align-content: center;
    align-items: center;
    background: #FFD52E;
    border-radius: 32px;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 23px;
    justify-content: center;
    margin: 0px 13px 0px 0px;
    width: 23px;
    max-width: calc(100% - 13px);
}

.count-child--number p {
    color: #000;
    font-size: 14px;
    font-weight: 900;
    height: auto;
    line-height: 1.8;
    margin: 0px 0px 2px 0px;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: center;
    font-family: 'volte';
}

.count-child--img {
    flex: none;
    margin: 0px 5px 0px 0px;
    width: 60px;
    max-width: calc(100% - 5px);
}

.count-child--h3 {
    color: #000;
    /* flex: none; */
    font-size: 14px;
    text-align: left;
    width: 248px;
    max-width: 100%;
    justify-content: flex-start;
}

.support--grid {
    margin-top: 20px;
    margin-bottom: 20px;
}

.support-ul {
    list-style: none;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.support-li {
    border-radius: 6px;
    padding: 20px;
    background-color: #FFF;
}

.support__point {
    display: inline-block;
    font-weight: 900;
    font-size: 11px;
    margin: 16px 0 10px 0;
    color: #000;
    background-color: #FFD52E;
    padding: 0px 8px;
    border-radius: 20px;
}

.support__title {
    display: inline-block;
    margin: 0;
    font-weight: 900;
    color: #000;
}

.support-child--ul {
    margin: 0;
}

.support-child--li {
    /* color: #606060; */
    color: #000;
    font-weight: bold;
}

.support-child--li {
    list-style-type: none;
    /*点を非表示*/
    position: relative;
    /*基準位置*/
    padding-left: 0.6em;
}

.support-child--li:before {
    border-radius: 50%;
    /*丸くする*/
    width: 5px;
    /*点の幅*/
    height: 5px;
    /*点の高さ*/
    display: block;
    position: absolute;
    /*絶対配置*/
    left: 0;
    /*点の位置*/
    top: 0.7em;
    /*点の位置*/
    content: "";
    background: #FFD52E;
    /*点の色*/
}

.concept-wrapper {
    text-align: center;
}

.concept-wrapper-bottom {
    text-align: center;
    padding: 16px 0;
    margin: 16px 0;
}

.concept-01-p {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}

.concept-02-p {
    color: #FFF;
    font-size: 16px;
    font-weight: 900;
    background-color: #FF4500;
    padding: 12px 8px;
    border-radius: 40px;
    text-align: center;
    max-width: 480px;
    margin: auto;
}

.concept-03-p {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}

.concept-04-p {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}

.concept-05-p {
    font-size: 20px;
    font-weight: 900;
    margin: 0px 0px 16px;
}

.concept-06-p {
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0 8px;
}

.approach-01-p {
    color: #FFF;
    font-size: 17px;
    font-weight: 900;
    background-color: #FF4500;
    padding: 12px 8px;
    border-radius: 40px;
    text-align: center;
    max-width: 480px;
    margin: auto;
}

.approach-gird {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    margin-top: 30px;
    gap: 30px;
}

.approach-grid-child {
    position: relative;
    background-color: #FFF;
    padding: 20px;
    max-width: 580px;
    margin: auto;
}

.approach-grid-child-number {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FED52F;
    padding: 10px;
}

.approach-grid-child-number span {
    color: #000;
    font-family: 'volte';
    font-weight: bold;
    font-size: 1.5rem;
    margin: auto;
    line-height: 1;
}

.approach-grid-child-img {
    display: block;
    width: 100%;
    max-height: 200px;
    margin: 0px auto 10px auto;
    object-fit: contain;
}

.approach-grid-child-h3 {
    color: #000;
}

.approach-grid-child-p {
    color: #000;
    margin-top: 8px;
    line-height: 1.3;
    font-size: 14px;
}

.contact-child--tel {
    padding: 20px;
    background-color: #FFF;
}

.line-btn {
    margin-top: 8px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #2CDE63;
    padding: 15px 25px 10px 5px;
    text-align: center;
    color: #FFF;
    font-weight: 900;
    font-family: 'volte';
    font-size: 21px;
}

.line-btn i {
    margin-right: 10px;
}

.web-btn {
    margin-top: 8px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #E9F205;
    /* padding: 15px 25px 10px 5px; */
    padding: 15px;
    text-align: center;
    color: #000;
    font-weight: 900;
    font-size: 20px;
}

.tel-btn {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #FED52F;
    padding: 15px 25px 10px 5px;
    text-align: center;
    color: #000;
    font-weight: 900;
    font-family: 'volte';
    font-size: 24px;
}

.tel-btn img {
    width: 30px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 3px;
    vertical-align: -12px;
}

.tel-font {}

.service-gird {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    margin-top: 30px;
    gap: 30px;
}

.service-grid-child {
    position: relative;
    background-color: #FFF;
    padding: 20px;
    max-width: 580px;
    margin: auto;
}

.guide-wrapper {
    background-color: #FCDEDA;
    border-radius: 10px;
    padding: 20px 20px;
    text-align: center;
}

.guide-wrapper h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 12px;
    color: #D78A85;
}

.guide-wrapper p {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    line-height: 1.3;
    text-align: left;
}

.mission-block {
    padding: 20px;
}

.access-txt {
    color: #000;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    padding: 20px;
}

.covid-block {
    text-align: center;
}

.covid-img {
    width: 100%;
    max-width: 680px;
}

.about-background {
    max-width: 680px;
    margin: 20px auto;
    padding: 20px;
    background-color: #FCF8F2;
    border-radius: 20px;
}

.about-msg {
    line-height: 2.0;
    font-size: 12px;
    font-weight: 600;
    color: #404040;
}

.section-grid-block {
    max-width: 1080px;
    margin: auto;
}

.section-grid-3 {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    margin-top: 30px;
    gap: 20px;
}

.section-grid-3-row {
    padding: 0px 16px;
    max-width: 560px;
    margin: auto;
}

.section-grid-3-row-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    padding: 16px;
    border-radius: 16px;
}

.section-grid-3-row-top:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    border-width: 20px 20px 0 20px;
}

.section-grid-3-row-top p {
    font-family: "M PLUS 2", sans-serif;
    font-weight: bold;
    color: #000;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1.3;
}

.section-grid-3-img {
    width: 75px;
}

.section-grid-3-row-bottom {
    background-color: #F08300;
    padding: 24px 16px;
    margin-top: 24px;
    border-radius: 16px;
}

.section-grid-3-row-bottom p {
    font-family: "M PLUS 2", sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #FFF;
}

.h3-message-block {
    margin-top: 24px;
}

.h3-message {
    font-family: 'tsunagi-gothic';
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.paln-grid {
    gap: 45px;
}

.section-grid-3-main {
    height: 100%;
    background-color: #FFF;
    padding: 60px 16px;
    border-radius: 8px;
    text-align: center;
}

.section-grid-3-main-p {
    font-family: 'tsunagi-gothic';
    font-weight: bold;
    font-size: 28px;
    color: #F08300;
}

.section-grid-3-sub-p {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #808080;
}

.section-grid-3-plan-p {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    color: #000;
    margin: 16px 0;
}

.plan-w {
    font-size: 10px;
}

.li-en {
    margin-bottom: 6px;
}

.p-li-en {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 20px;
    vertical-align: bottom;
    color: #F08300;
}

.plan-p-bold-l {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 46px;
    margin: 0px 4px;
    vertical-align: text-bottom;
}

.plan-p-bold {
    font-family: "Rubik", sans-serif;
    font-weight: 600;
    font-size: 36px;
    margin: 0px 4px;
}

.paln-width {
    width: 100%;
    height: 100%;
}

.paln-pick-up {
    position: relative;
    border: 3px solid #F08300;
}

.paln-pick-up::before {
    content: "最もおすすめ";
    font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    padding: 0px 10px;
    border-radius: 6px 6px 0px 0px;
    color: #FFF;
    background: #F08300;
    position: absolute;
    left: 15px;
    top: -28px;
}


.section-grid-3-ul {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    font-size: 14px;
    list-style: none;
    margin: 0;
    /* color: #000000; */
}

.section-w-ul {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    font-size: 13px;
    list-style: none;
    margin: 16px;
    color: #000000;
}

.section-grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    margin-top: 30px;
    gap: 20px;
}

.section-grid-1-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.section-grid-1-row-left {
    position: relative;
    background-color: #ffffff;
    padding: 16px;
    width: 100%;
    max-width: 380px;
}

.grid-1-num {
    font-family: "Rubik", sans-serif;
    color: #F08300;
    position: absolute;
    font-weight: 900;
    font-size: 28px;
    top: 20px;
    left: 20px;
}

.section-grid-1-img {
    width: 380px;

}

.section-grid-1-row-right {
    padding: 16px;
}

.section-grid-1-row-right h4 {
    font-family: 'tsunagi-gothic';
    font-weight: bold;
    color: #333333;
    font-size: 24px;
}

h4 .small-h4 {
    font-size: 24px;
}

.section-grid-1-row-right p {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #818181;
    margin: 9px 0;
}

.flow-space {
    padding: 16px;
}

.flow-background {
    background-color: #FFF;
    border-radius: 16px;
    border: 1px solid #D5D5D5;
}

.section-grid-1-flow-row-left {
    position: relative;
    padding: 24px;
    width: 230px;
    min-width: 230px;
}

.section-grid-1-flow-row-left .section-grid-flow-1-img {
    width: 230px;
}

.section-grid-1-row-right .step-num {
    font-family: "Rubik", sans-serif;
    font-size: 24px;
    font-weight: 800;
}

.section-grid-1-row-right .step-p-underline {
    font-family: 'tsunagi-gothic';
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    padding-bottom: 12px;
    border-bottom: 4px solid #D5D5D5;
    border-radius: 2px;
}

.section-grid-1-row-right .step-p-body {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
    margin: 16px 0;
}

.section-contact {
    display: flex;
    background-color: #F08300;
    align-items: center;
    justify-content: center;
    padding: 24px 6px;
    max-width: 870px;
    margin: auto;
    border-radius: 0px;
}

.section-contact-sub-title {
    background-color: #FFF;
    border-radius: 30px;
    font-family: 'tsunagi-gothic';
    font-weight: bold;
    padding: 3px 6px;
}

.section-contact-title {
    font-family: 'tsunagi-gothic';
    font-weight: bold;
    color: #FFF;
    margin: 8px 0;
}

.section-contact-img {
    width: 100px;
}

.section-grid-2 {
    display: grid;
    grid-template-columns: 1fr;
    margin: auto;
    margin-top: 30px;
    gap: 20px;
}

.section-grid-2-row {
    padding: 0px 16px;
    max-width: 560px;
    margin: auto;
    width: 100%;
}

.section-grid-2-row-top {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
    padding: 16px;
    border-radius: 16px;
}

.section-grid-2-row-top p {
    font-family: "M PLUS 2", sans-serif;
    font-weight: 500;
    color: #333333;
    margin-left: 8px;
    font-size: 14px;
    line-height: 1.3;
    max-width: 345px;
}

.review_user_block {
    text-align: center;
}

.review_user_block p {
    margin: 0;
    margin-top: 6px;
    padding: 0;
    font-size: 12px;
    font-weight: 500;
}

.section-grid-2-img {
    width: 85px;
    max-width: 85px;
}

/* 画面サイズが580px以上に適用 */
@media (min-width: 580px) {
    .header-big-p-top {
        font-size: 16px;
    }

    .header-big-h2 {
        font-size: 28px;
    }

    .header-center-h2 {
        font-size: 31px;
    }

    .header-big-img-wrapper {
        justify-content: flex-start;
    }

    .header-big-img {
        max-width: 480px;
        width: 100%;
        margin: 16px 0;
    }

    .header-cs-img {
        max-width: 90px;
    }

    .header-big-title-background-top {
        padding: 0px 16px;
    }

    .header-bottom-p {
        font-size: 16px;
    }

    .voice-msg {
        font-size: 28px;
        line-height: 1.5;
    }

    .voice-msg-s {
        font-size: 20px;
    }

    .voice-msg-l {
        font-size: 28px;
        line-height: 1.2;
    }

    .symptoms-h3 {
        font-size: 28px;
    }

    .symptoms-flex-row {
        margin: 0px 10px 0px;
    }

    .symptoms--p {
        font-size: 1.0rem;
    }

    .concept-01-p {
        font-size: 20px;
    }

    .concept-02-p {
        font-size: 22px;
        max-width: 580px;
        margin: 30px auto;
    }

    .concept-03-p {
        font-size: 20px;
        line-height: 1.8;
    }

    .concept-04-p {
        font-size: 20px;
    }

    .concept-05-p {
        font-size: 30px;
    }

    .concept-06-p {
        font-size: 20px;
    }

    .guide-wrapper h3 {
        font-size: 24px;
    }

    .guide-wrapper p {
        font-size: 16px;
    }

    .service-grid-child {
        min-height: auto;
    }

    .section-grid-block {
        max-width: 580px;
    }

    .section-contact-img {
        width: 200px;
    }

    .section-visual-txt-wrapper h1 {
        font-size: 26px;
    }
}

/* 画面サイズが922px以上に適用 */
@media (min-width: 922px) {

    .plan-p-bold-l {
        font-size: 72px;
    }

    .section-background {
        padding: 60px 0;
    }

    .section-background-w {
        background-color: #FFF;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .gradation-background {
        padding: 20px 20px;
    }


    .symptoms-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .symptoms-grid-row {
        max-width: 480px;
        width: 100%;
        min-width: 320px;
        margin: unset;
    }

    .grid-margin-left {
        margin-left: auto;
    }

    .grid-margin-right {
        margin-right: auto;
    }


    .symptoms--grid-img {
        width: 130px;
    }

    .symptoms-grid-msg-row {}

    .symptoms--grid-p-sub {
        font-size: 16px;
    }

    .symptoms--grid-p-title {
        font-size: 20px;
    }

    .slider-vw {
        max-width: 1200px;
        margin: auto;
    }

    .section-title {
        font-size: 30px;
    }

    .voice-msg {
        font-size: 24px;
    }

    .voice-msg-s {
        font-size: 18px;
    }

    .voice-msg-pc {
        font-size: 28px;
    }

    .concept-child--img {
        max-width: 680px;
        margin: auto;
    }

    .concept-01-p {
        font-size: 20px;
    }

    .concept-02-p {
        font-size: 22px;
        max-width: 580px;
        margin: 30px auto;
    }

    .concept-03-p {
        font-size: 20px;
    }

    .concept-04-p {
        font-size: 20px;
    }

    .concept-05-p {
        font-size: 30px;
    }

    .concept-06-p {
        font-size: 20px;
    }

    .approach-01-p {
        font-size: 22px;
        max-width: 580px;
        margin: 30px auto;
    }

    .count-child--h3 {
        font-size: 18px;
        width: 100%;
    }

    .count-child--img {
        width: 80px;
    }

    .img-wrap {
        width: 100vw;
        /* height: 100vh; */
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-msg-img img {
        max-height: 580px;
    }

    .top-back-wrapper-img {
        width: 100%;
        max-height: 960px;
        object-fit: cover;
    }

    .header-big-title-background {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        width: 920px;
        height: 400px;
    }

    .header-big-title {
        position: absolute;
        bottom: 0;
        text-align: left;
    }

    .header-big-h2 {
        color: #FFF;
        font-weight: 900;
        font-size: 38px;
        font-family: "M PLUS 2", sans-serif;
    }

    .header-center-h2 {
        font-size: 50px;
    }

    .header-bottom-p {
        font-size: 18px;
    }

    .header-btn-margin {
        margin-top: 16px;
    }

    .header-big-p-top {
        color: #000;
        font-weight: bold;
        font-size: 18px;
    }

    .header-big-p-bottom {
        font-size: 10px;
    }

    .header-big-img {
        margin: 20px 0;
        max-width: 680px;
        width: 100%;
    }

    .gradation--p-top {
        text-align: center;
        color: #FFF;
        font-weight: 900;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .gradation--p-bottom {
        text-align: center;
        color: #FFF;
        font-weight: 900;
        font-size: 40px;
    }

    .symptoms-background {}

    .symptoms-flex {}

    .symptoms-flex-row {
        margin: 0px 20px 0px;
    }

    .symptoms-h3 {
        font-size: 36px;
    }

    .symptoms--img {
        width: 180px;
    }

    .symptoms--p {
        font-size: 1.0rem;
        max-width: 200px;
    }

    .slick-slide img {
        height: 30vw;
        max-height: 300px;
        min-height: none;
        width: 100%;
    }

    .support-ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .approach-gird {
        grid-template-columns: 1fr 1fr;
    }

    .approach-grid-child {
        min-height: 470px;
    }

    .approach-grid-child-img {
        max-height: 400px;
        object-fit: contain;
    }

    .service-gird {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .service-grid-child {
        min-height: 410px;
    }

    .pc-padding {
        text-align: center;
        padding: 40px;
    }

    .contact-child--img {
        max-width: 680px;
    }

    .contact-child--tel {
        max-width: 680px;
        margin: auto;
    }

    .guide-wrapper {
        background-color: #FCDEDA;
        border-radius: 10px;
        padding: 20px 20px;
        text-align: center;
        max-width: 680px;
        margin: auto;
    }

    .guide-wrapper h3 {
        font-size: 24px;
    }

    .guide-wrapper p {
        font-size: 16px;
    }

    .access-txt {
        font-size: 16px;
    }

    .mission-img {
        max-width: 680px;
        margin: auto;
        padding: 40px 0;
    }

    .about-msg {
        font-size: 1rem;
    }

    .section-grid-3-row {
        padding: 0px 0px;
    }

    .section-grid-3 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin: auto;
        margin-top: 30px;
        padding: 0px 16px;
        gap: 10px;
    }

    .section-grid-3-row-top {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFF;
        padding: 16px;
    }

    .section-grid-3-row-top p {}

    .section-grid-3-img {
        width: 75px;
    }

    .section-grid-3-row-bottom {
        padding: 32px 16px;
    }

    .section-grid-3-row-bottom p {
        font-size: 16px;
    }

    .h3-message-block {
        margin-top: 24px;
    }

    .h3-message {
        font-size: 32px;
    }

    .section-grid-1-row {
        flex-flow: row;
        padding: 0 16px;
    }

    .section-grid-1-row-right h4 {
        font-size: 34px;
    }

    .section-contact-sub-title {
        padding: 6px 6px;
        font-size: 22px;
        text-align: center;
    }

    .section-contact-title {
        font-size: 28px;
        color: #FFF;
        margin: 12px 0;
        line-height: 1.2;
    }

    .section-contact-img {
        width: 280px;
        position: absolute;
        /* top: 0; */
        right: -20px;
        bottom: -45px;
    }

    .paln-grid {
        margin-top: 50px;
        gap: 20px;
    }

    .section-grid-1-row-right p {
        font-size: 16px;
    }

    .section-grid-1-row-right .step-p-body {
        font-size: 16px;
    }

    .section-grid-1-flow-row-left {
        padding: 40px;
    }

    .flow-background {
        padding: 24px 16px;
    }

    .section-contact {
        border-radius: 16px;

        padding: 50px 6px;
    }

    .section-grid-2-row {
        padding: 0px 0px;
    }

    .section-grid-2 {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: auto;
        margin-top: 30px;
        padding: 0px 16px;
        gap: 10px;
    }

    .section-grid-2-row-top {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #FFF;
        padding: 26px 16px;
    }

    .header-big-img-wrapper {
        display: flex;
        justify-content: flex-start;
    }

    .header-cs-img {
        max-width: 130px;
    }

    .header-big-title-background-top {
        width: 100%;
        max-width: 1280px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        padding: 6px 24px;
    }

    .header-big-title {
        position: absolute;
        bottom: 16px;
        text-align: left;
        width: 100%;
        max-width: 1280px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        background: none;
        padding: 6px 24px;
    }

    .header-big-title::before {
        background-image: none;
    }

    .scrolldown2 {
        right: 40px;
    }

    .red-txt-w {
        color: #FFF;
    }

    .section-grid-block {
        max-width: 1080px;
    }

    .plan-title {
        font-size: 36px;
    }

    .section-contact-right {
        position: relative;
        width: 240px;
        height: 180px;
    }
}

/* ポートフォリオセクション用スタイル */
.portfolio-stats {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
    flex-wrap: wrap;
    gap: 20px;
}

.portfolio-stat-item {
    text-align: center;
    background: #FFF;
    padding: 30px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    flex: 1;
}

.stat-number {
    font-size: 48px;
    font-weight: bold;
    color: #F08300;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Rubik", sans-serif;
}

.stat-plus, .stat-percent {
    font-size: 32px;
    color: #F08300;
    font-family: "Rubik", sans-serif;
}

.stat-label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "M PLUS 2", sans-serif;
}

.portfolio-categories {
    margin: 60px 0;
}

.portfolio-subtitle {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 600;
    font-family: "M PLUS 2", sans-serif;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 0 16px;
}

.category-item {
    background: #FFF;
    padding: 24px 16px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    font-family: "M PLUS 2", sans-serif;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.category-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

.category-count {
    font-size: 18px;
    color: #F08300;
    font-weight: bold;
}

.portfolio-showcase {
    margin: 60px 0;
}

.showcase-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin: 0 16px;
}

.showcase-item {
    background: #FFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.showcase-item:hover {
    transform: translateY(-5px);
}

.showcase-image {
    position: relative;
    height: 200px;
    background: linear-gradient(135deg, #f5f5f5 0%, #e0e0e0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.showcase-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showcase-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240, 131, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.showcase-item:hover .showcase-overlay {
    opacity: 1;
}

.showcase-info {
    text-align: center;
    color: #FFF;
    padding: 20px;
    font-family: "M PLUS 2", sans-serif;
}

.showcase-info h4 {
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #FFF;
}

.showcase-info p {
    font-size: 14px;
    margin-bottom: 4px;
    color: #FFF;
}

.portfolio-cta {
    text-align: center;
    margin: 60px 0 40px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #F08300 0%, #FF9500 100%);
    border-radius: 16px;
    margin-left: 16px;
    margin-right: 16px;
}

.portfolio-cta-text {
    font-size: 20px;
    color: #FFF;
    margin-bottom: 24px;
    font-weight: 600;
    font-family: "M PLUS 2", sans-serif;
}

.portfolio-cta .btn {
    background: #FFF;
    color: #F08300;
    border: 2px solid #FFF;
    font-weight: 600;
}

.portfolio-cta .btn:hover {
    background: transparent;
    color: #FFF;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .portfolio-stats {
        margin: 20px 16px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 16px;
    }

    .portfolio-stat-item {
        min-width: auto;
        width: 100%;
        max-width: 280px;
        padding: 20px 16px;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin: 0 16px;
        grid-template-rows: repeat(4, auto);
    }

    .category-item {
        padding: 16px 12px;
    }

    .category-icon {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .category-name {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .category-count {
        font-size: 16px;
    }

    .showcase-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        margin: 0 16px;
    }

    .showcase-image {
        height: 160px;
    }

    .stat-number {
        font-size: 32px;
    }

    .stat-plus, .stat-percent {
        font-size: 24px;
    }

    .portfolio-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .portfolio-categories {
        margin: 40px 0;
    }

    .portfolio-showcase {
        margin: 40px 0;
    }

    .portfolio-cta {
        margin: 40px 16px 20px;
        padding: 30px 16px;
    }

    .portfolio-cta-text {
        font-size: 18px;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        grid-template-rows: repeat(4, auto);
    }

    .category-item {
        padding: 20px 16px;
    }

    .portfolio-stats {
        margin: 20px 12px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 16px;
    }

    .portfolio-stat-item {
        max-width: 260px;
        padding: 18px 14px;
    }

    .portfolio-stat-item:last-child {
        grid-column: 1 / -1;
        justify-self: center;
    }

    .stat-number {
        font-size: 28px;
    }

    .stat-label {
        font-size: 14px;
    }
}

/* 成功ストーリーセクション */
.success-story-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 40px 0;
}

.success-story-item {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid #E5E5E5;
}

.success-story-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0F0F0;
}

.success-story-company {
    display: flex;
    align-items: center;
    gap: 16px;
}

.success-story-company img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.company-info h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 4px 0;
    font-family: "M PLUS 2", sans-serif;
}

.company-type {
    font-size: 14px;
    color: #666;
    margin: 0;
    font-family: "M PLUS 2", sans-serif;
}

.success-results {
    display: flex;
    gap: 20px;
}

.result-item {
    text-align: center;
    background: linear-gradient(135deg, #F08300, #FF6B35);
    color: white;
    padding: 12px 16px;
    border-radius: 12px;
    min-width: 80px;
}

.result-number {
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: "Rubik", sans-serif;
}

.result-label {
    font-size: 12px;
    opacity: 0.9;
    font-family: "M PLUS 2", sans-serif;
}

.success-story-content {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 32px;
    align-items: start;
}

.before-after {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.before-section h5,
.after-section h5 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 16px 0;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: "M PLUS 2", sans-serif;
}

.before-section h5 {
    background: #FFE6E6;
    color: #D32F2F;
}

.after-section h5 {
    background: #E8F5E8;
    color: #2E7D32;
}

.before-section ul,
.after-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.before-section li,
.after-section li {
    padding: 8px 0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    color: #555;
    font-family: "M PLUS 2", sans-serif;
}

.before-section li:last-child,
.after-section li:last-child {
    border-bottom: none;
}

.success-quote {
    background: #F8F9FA;
    padding: 24px;
    border-radius: 12px;
    border-left: 4px solid #F08300;
}

.quote-text {
    font-style: italic;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 16px 0;
    font-family: "M PLUS 2", sans-serif;
}

.quote-author {
    font-size: 14px;
    color: #666;
    text-align: right;
    margin: 0;
    font-weight: 500;
    font-family: "M PLUS 2", sans-serif;
}

.success-story-cta {
    text-align: center;
    margin: 40px 0 20px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #F08300, #FF6B35);
    border-radius: 16px;
    color: white;
}

.cta-text {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 24px 0;
    color: white;
    font-family: "M PLUS 2", sans-serif;
}

.success-story-cta .btn {
    background: white;
    color: #F08300;
    border: 2px solid white;
    font-weight: bold;
    padding: 16px 32px 16px 60px;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.success-story-cta .btn .fa-position-left {
    left: 20px;
}

.success-story-cta .btn:hover {
    background: transparent;
    color: white;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .success-story-item {
        padding: 24px 20px;
        margin: 0 16px;
    }

    .success-story-header {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .success-story-company {
        align-items: center;
        justify-content: center;
    }

    .success-results {
        width: 100%;
        justify-content: space-between;
    }

    .result-item {
        flex: 1;
        min-width: auto;
    }

    .success-story-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .before-after {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .success-story-cta {
        margin: 40px 16px 20px;
        padding: 30px 20px;
    }

    .cta-text {
        font-size: 18px;
    }

    .success-story-cta .btn {
        padding: 14px 24px 14px 50px;
        font-size: 16px;
    }

    .success-story-cta .btn .fa-position-left {
        left: 16px;
    }
}

@media (max-width: 480px) {
    .success-story-item {
        padding: 20px 16px;
        margin: 0 12px;
    }

    .success-story-company {
        flex-direction: column;
        text-align: center;
        gap: 12px;
        align-items: center;
        justify-content: center;
    }

    .success-results {
        flex-direction: column;
        gap: 12px;
    }

    .result-item {
        padding: 10px 12px;
    }

    .result-number {
        font-size: 20px;
    }

    .before-section h5,
    .after-section h5 {
        font-size: 14px;
        padding: 6px 12px;
    }

    .before-section li,
    .after-section li {
        font-size: 13px;
    }

    .quote-text {
        font-size: 14px;
    }

    .quote-author {
        font-size: 12px;
    }

    .success-story-cta .btn {
        padding: 12px 20px 12px 45px;
        font-size: 14px;
    }

    .success-story-cta .btn .fa-position-left {
        left: 14px;
    }
}

/* 限定キャンペーンセクション */
.campaign-section {
    background: linear-gradient(135deg, #FF6B35, #F7931E, #FFD52E) !important;
    position: relative;
    overflow: hidden;
}

.campaign-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="stars" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="20" cy="20" r="1" fill="white" opacity="0.3"/><circle cx="80" cy="40" r="0.5" fill="white" opacity="0.2"/><circle cx="40" cy="80" r="1.5" fill="white" opacity="0.4"/><circle cx="90" cy="90" r="0.8" fill="white" opacity="0.3"/></pattern></defs><rect width="100" height="100" fill="url(%23stars)"/></svg>');
    animation: sparkle 3s ease-in-out infinite;
}

@keyframes sparkle {
    0%, 100% {
        opacity: 0.3;
    }

    50% {
        opacity: 0.6;
    }
}

.campaign-header {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    font-family: "M PLUS 2", sans-serif;
}

.campaign-badge {
    display: inline-block;
    background: linear-gradient(45deg, #FF0000, #FF6B35);
    color: white;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.3);
    animation: pulse 2s ease-in-out infinite;
    font-family: "M PLUS 2", sans-serif;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.campaign-title {
    font-size: 36px;
    font-weight: 900;
    color: white;
    margin: 0 0 16px 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    font-family: "M PLUS 2", sans-serif;
}

.campaign-highlight {
    background: linear-gradient(45deg, #FFFFFF, #F0F0F0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 42px;
    text-shadow: none;
    font-weight: 900;
}

.campaign-subtitle {
    font-size: 20px;
    color: white;
    margin: 0;
    font-weight: 600;
    font-family: "M PLUS 2", sans-serif;
}

.campaign-number {
    background: #FF0000;
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 4px;
    font-family: "Rubik", sans-serif;
}

.campaign-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.campaign-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.campaign-item {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
}

.campaign-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.campaign-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.campaign-item h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px 0;
    font-family: "M PLUS 2", sans-serif;
}

.campaign-item p {
    font-size: 16px;
    color: #666;
    margin: 0;
    line-height: 1.5;
    font-family: "M PLUS 2", sans-serif;
}

.campaign-item strong {
    color: #F08300;
    font-size: 24px;
    font-weight: 900;
}

.campaign-countdown {
    background: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    backdrop-filter: blur(10px);
}

.countdown-header p {
    color: white;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-family: "M PLUS 2", sans-serif;
}

.countdown-timer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.countdown-item {
    text-align: center;
    min-width: 80px;
}

.countdown-number {
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #FFD52E;
    line-height: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-family: "Rubik", sans-serif;
}

.countdown-label {
    display: block;
    font-size: 14px;
    color: white;
    margin-top: 8px;
    font-weight: 500;
    font-family: "M PLUS 2", sans-serif;
}

.countdown-separator {
    font-size: 36px;
    color: #FFD52E;
    font-weight: bold;
    margin-top: -40px;
    font-family: "Rubik", sans-serif;
}

.campaign-urgency {
    text-align: center;
    margin-bottom: 30px;
}

.urgency-message {
    background: linear-gradient(45deg, #FF0000, #FF6B35);
    color: white;
    padding: 16px 32px;
    border-radius: 50px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 8px 25px rgba(255, 0, 0, 0.4);
    animation: shake 0.5s ease-in-out infinite;
}

.urgency-message p {
    color: white;
    margin: 0;
    font-family: "M PLUS 2", sans-serif;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-2px);
    }

    75% {
        transform: translateX(2px);
    }
}

.urgency-number {
    background: white;
    color: #FF0000;
    padding: 4px 12px;
    border-radius: 20px;
    font-weight: bold;
    margin: 0 4px;
    font-family: "Rubik", sans-serif;
}

.campaign-cta {
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.campaign-cta-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 24px 0;
    font-family: "M PLUS 2", sans-serif;
}

.btn--campaign {
    background: linear-gradient(45deg, #FF0000, #FF6B35);
    color: white !important;
    border: none;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 40px;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(255, 0, 0, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.btn--campaign::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.btn--campaign:hover::before {
    left: 100%;
}

.btn--campaign:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 0, 0, 0.6);
}

.campaign-note {
    font-size: 14px;
    color: #666;
    margin: 20px 0 0 0;
    font-style: italic;
    font-family: "M PLUS 2", sans-serif;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .campaign-title {
        font-size: 28px;
    }

    .campaign-highlight {
        font-size: 32px;
    }

    .campaign-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 0 16px 30px;
    }

    .campaign-countdown {
        margin: 0 16px 30px;
        padding: 20px;
    }

    .countdown-timer {
        gap: 15px;
    }

    .countdown-number {
        font-size: 36px;
    }

    .countdown-item {
        min-width: 60px;
    }

    .campaign-cta {
        margin: 0 16px;
        padding: 30px 20px;
    }

    .btn--campaign {
        font-size: 18px;
        padding: 16px 32px;
    }
}

@media (max-width: 480px) {
    .campaign-title {
        font-size: 24px;
    }

    .campaign-highlight {
        font-size: 28px;
    }

    .campaign-badge {
        font-size: 16px;
        padding: 10px 20px;
    }

    .countdown-timer {
        gap: 10px;
    }

    .countdown-number {
        font-size: 28px;
    }

    .countdown-item {
        min-width: 50px;
    }

    .urgency-message {
        font-size: 16px;
        padding: 12px 24px;
    }
}