/* ===============================================
   ■ 変数（テーマカラー）
   =============================================== */
:root {
    --pink-color: #e272a1;
    --yellow-color: #fbe116;
}

/* ===============================================
   ■ ベーススタイル（タイポグラフィ・リセット）
   =============================================== */
body {
    font-family: 'Shippori Mincho', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f6f5f3 !important
}

img {
    max-width: 100%;
}

a {
    text-decoration: none !important;
    color: rgb(33, 37, 41) !important;
}

ul {
    list-style: none;
}

/* ===============================================
   ■ 固定UI：右側エントリーボタン
   =============================================== */
#floating-entry-button {
    width: 250px;
    position: fixed;
    top: 30%;
    right: 0;
    z-index: 1;
}

/* ===============================================
   ■ ヒーロー（冒頭の見出し・導入）
   =============================================== */
.p-hero {
    margin: 3rem 1rem;
    text-align: center;
}


/*==========================================
apply - link
==========================================*/
.btn-apply {
    text-align: center;
    margin: 2em 0 1em 0;
    padding-bottom: 2rem;
    font-size: 126%;
    color: #606060;
}

.btn-apply>* a p:before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--pink-color);
    z-index: -1;
    transition: transform 0.2s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-apply div {
    display: inline-block;
}

.btn-apply *,
.btn-apply>* a:after {
    transition: transform 0.2s cubic-bezier(0.45, 0.12, 0.04, 0.96);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-apply>* a {
    display: block;
    position: relative;
    z-index: 2;
}

.btn-apply>* a p {
    padding: .4em 3em;
    display: block;
    color: #606060;
    overflow: hidden;
    position: relative;
    border-radius: 999px;
    font-weight: 900;
    border: 1px solid #000000;
}

.btn-apply>* a:after {
    content: "";
    display: block;
    width: 1em;
    height: 2px;
    position: absolute;
    left: -.5em;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #cfc1c5;
}

.btn-apply>* a:hover:after {
    left: -.0em;
}

.btn-apply>* a:hover p:before {
    width: 100%;
}

.btn-apply>* a:hover p {
    display: block;
    color: #f6f5f3;
    border: 1px solid #704650;
}


.font-change {
    font-family: 'Shippori Mincho', sans-serif !important;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.45;
    letter-spacing: 0.5px;
    display: inline-block;
    text-align: center;
}


/*==========================================
コンセプト
==========================================*/
.d-concept {
    background: url(../images/pc/concept.png) no-repeat;
    color: #fff;
}

.container-fluid.d-concept {
    padding: 3rem 0;
}

.d-concept h3 {
    margin: 2rem 0 1.5rem 0;
}

.d-concept p .notice {
    font-size: .9rem;
}

.btn-apply.btn-recruiting {
    border-bottom: none;
    text-align: left;
    margin-bottom: 0;
}

.btn-apply.btn-recruiting>* a p:before {
    background: #fff;
}

.btn-apply.btn-recruiting>* a p {
    color: #fff;
    border: 1px solid #fff;
}

.btn-apply.btn-recruiting>* a:hover p {
    color: var(--pink-color);
    border: 1px solid #53484a;
}


/*==========================================
問題解決
==========================================*/
.d-ability-inside {
    background: url(../images/pc/camera.png) no-repeat right;
    background-position: top right;
    background-size: 25%;
    padding-top: 10vh;
}

.d-ability-inside h1 {
    font-size: 3.5vw;
}

.d-ability-inside h1:nth-child(2) {
    padding-left: 20%;
}

.d-ability-inside>p {
    color: var(--pink-color);
    margin: 2rem 0 3vh 10%;
    text-align: center;
}

.d-ability-blog-wrapper {}

.d-ability-blog {
    margin-top: 7vh;
}

.d-ability-blog a {
    display: block;
    margin-top: 3vh;
}


/*==========================================
流れ
==========================================*/
.d-steps {
    background: linear-gradient(to right, #B0EEEB 50%, #FFD2E6 50%);
    padding: 4rem 0 0 0;
}

.d-steps-inside {
    background: linear-gradient(to right, #79DED8 50%, #EF9FC6 50%);
    text-align: center;
    padding: 2rem;
}

.d-step-title {
    margin-top: 1.8rem;
    letter-spacing: .2em;
}

.d-step-subtitle {
    letter-spacing: .2em;
    text-decoration: underline;
}

.d-rate-title {
    letter-spacing: .2em;
    margin-bottom: 2rem;
}

.d-rate-subtitle {
    letter-spacing: .2em;
    padding: 0;
    margin: 0;
}

.d-steps-flex {
    display: flex;
    justify-content: space-around;
}

.d-steps-flex div {
    width: 80%;
    text-align: center;
    flex-basis: 40%;
}


/*==========================================
SNS
==========================================*/
.d-sns {
    background: url(../images/pc/letsjoin.png) no-repeat 0px -24px;
    color: #fff;
    background-size: 100%;
}

.d-sns-inside {
    padding: 2rem 0 2rem 40%;
}

.d-sns-inside p {
    margin: 0;
}

.t-sns {
    color: #78DFD8;
}

.d-floating-text {
    display: inline-block;
    transform: rotate(10deg);
    transform-origin: center center;
    position: absolute;
    left: 40%;
}

.d-sns-qr {
    width: 50%;
    display: flex;
    justify-content: space-between;
    column-gap: 1rem;
    align-items: end;
}


/*==========================================
BLOG
==========================================*/
.d-blog {
    margin: 4rem 0;
    max-width: 1320px;
}

.d-blog-title {
    width: 80%;
    align-items: center;
    column-gap: 5%;
}

.d-blog-title img {
    width: 60%;
}

.d-blog-title a {
    text-decoration: none;
    color: #000;
}

.d-blog-title div:last-child {
    flex-basis: 20%;
}

.d-blog-content {
    margin-top: 3rem !important;
}

.slick-dots li.slick-active button:before {
    color: var(--pink-color) !important;
}

.slick-dots li button:before {
    font-size: 10px !important;
}

#blog-carousel .slick-slide {
    margin: 0 10px;
}

#blog-carousel .slick-list {
    margin: 0 -10px;
}

.slick-slide img {
    width: 100%;
}

.blog-link {
    text-align: right;
    font-size: 1.3rem;
}


/*==========================================
BLOG一覧ページ
==========================================*/
.tco li {
    margin-left: 30px;
}

.blog-day-text {
    margin: 0 0 3% 0;
}

.blog-day {
    color: #e789ae;
}

.blog-content-wrap {
    width: 65%;
    margin: auto;
}

.d-blog-content {
    width: 65%;
    margin: auto;
}

.blog-title-text {
    background-color: var(--pink-color);
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
}

.blog-list-title {
    position: relative;
    border-bottom: 1px solid;
    width: 65%;
    text-align: right;
    margin: 10% auto 4%;
    padding: 0% 0 2% 0;
    font-size: 1.5rem;
}

.recent_blog_img {
    position: absolute;
    left: 17%;
    top: 80px;
    width: 36%;
}

.blog_list_img {
    position: absolute;
    left: 17%;
    top: 80px;
    width: 27%;
}

#grid-blog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 55px;
    margin: 0 auto 8%;
}

#grid-blog img {
    width: 100%;
    height: auto;
}

.social-links {
    background-image: url(../images/pc/blog/sns-back.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_img {
    display: flex;
    align-items: center;
    gap: 25px;
}

.sns_icon {
    display: flex;
    gap: 10px;
}

.top_back {
    color: #212529;
}

.subtitle {
    margin: 2% 0;
    font-size: 1.3rem;
}

.subtitle ul {
    padding: 0 !important;
}

.content-1 ul,
.content-2 ul,
.content-3 ul,
.content-4 ul {
    padding: 0 !important;
}

.subheading {
    font-size: 1.2rem;
}

.cos-img {
    margin: 2% 0;
}

.line-height {
    line-height: 1.8;
    text-align: justify;
}

.advantages-title,
.disadvantages-title {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
}

.summary {
    text-align: center;
    background-color: #cfb3b2;
    width: 26%;
    margin: 3% auto;
    padding: 1%;
    color: #FFF;
}

/* ===============================================
   ■ パンくず・ラッパー（全体幅調整）
   =============================================== */
.bread-crumbs {
    margin: 2% 20px 20px;
    font-size: 14px;
    color: #666;
}

.wrapper {
    margin: 0 auto 5%;
    max-width: 1300px;
}

/* ===============================================
   ■ ブログ詳細レイアウト（左右2カラム）
   =============================================== */
/* 左右のコンテンツを並べる */
.blog-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    margin-top: 7%;
    line-height: 1.7;

}

/* 左側（ブログ記事エリア） */
.blog-content-wrap {
    flex: 3;
    max-width: 65%;
    margin-top: 0px;
}

.cos-img {
    width: 100%;
    height: auto;
}


.sub-blog-content {
    flex: 1;
    max-width: 30%;
}

.sub-container {
    display: flex;
    flex-direction: column;
}

.blog-flex {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.thumbnail-wrap {
    flex-shrink: 0;
}

.text-wrap {
    flex-grow: 1;
}

.post-thumbnail {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.blog-wrapper>.blog-content-wrap {
    margin-top: 0px !important;
}

.new-blog {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.3rem;
}

.new-blog::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color: #cfb3b2;
    margin-top: 5px;
}

/*==========================================
FOOTER
==========================================*/
.d-definer {
    width: 80%;
    margin: 0 auto;
}

.d-breakline {
    border: none;
    border-bottom: 1px solid var(--pink-color);
    margin: 1em 0;
}

.f-large {
    font-size: 2.5vw;
}

.f-extra-large {
    font-size: 5vw;
}

footer {
    background-color: var(--pink-color);
    color: #fff;
    padding: 1rem 0;
}

footer p {
    text-align: center;
    margin: 0;
}

/*==========================================
BLOG記事
==========================================*/
.font-big {
    font-size: 1.3rem;
}

.font-big2 {
    font-size: 1.6rem;
}

.font-big3 {
    font-size: 2.4rem;
}

.font-size1 {
    font-size: 1.6rem;
}

.font-size2 {
    font-size: 2.4rem;
}

.font-size2 {
    font-size: 2.4rem;
}

.bolder {
    font-weight: bolder;
    font-size: 1.1rem;
}

.tco {
    border: 3px solid #cfb3b2;
    background-color: #fff;
    padding: 11px;
    margin: 20px 0;
}

.mokuzi {
    text-align: center;
    border-bottom: 3px dotted;
}

.tco p {
    font-weight: bold;
    color: #cfb3b2;
    font-size: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 1%;
    width: 91%;
    margin: 0% auto 2%;
}

.tco ul {
    list-style: none;
    padding-left: 0;
}

.tco li {
    padding: 5px 0;
    font-size: 1em;
    color: #333;
}

.red {
    color: red;
}

.white {
    color: #fff;
}

p.number-box {
    font-weight: bold;
    border: 2px solid #cfb3b2;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 10px;
}

p.number-box100 {
    font-weight: bold;
    border: 2px solid #cfb3b2;
    display: inline-block;
    padding: 17px 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

/* ===============================================
   ■ 汎用ユーティリティ（レイアウト補助）
   =============================================== */
.flex {
    display: flex;
}

.post-thumbnail {
    width: 100%;
    max-width: 150px;
    height: auto;
    border-radius: 5px;
}

.blog-flex {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

.sub-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h2 {
    background-color: #cfb3b2;
    padding: 10px;
    color: #000;
    margin: 3% 0;
}

h3 {
    border-bottom: 3px solid #cfb3b2;
    padding-bottom: 5px;
    display: inline-block;
}

#blog-0315::before {
    content: "";
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url("../images/pc/blog/20250315/ichigo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-bottom: 13px;
}

.margin-bottom {
    margin-bottom: 4%;
}

.contact-button-wrapper {
    text-align: center;
    margin: 50px 0 60px;
}

.contact-button {
    background-color: #f09dc5;
    color: #fff !important;
    padding: 0.8em 3em;
    font-size: 18px;
    text-decoration: none;
    border-radius: 60px;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 5px 0 rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
}

.contact-button:hover {
    background-color: #f06f8b;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.7);
    transform: translateY(4px);
}

.contact-button:active {
    background-color: #ca1c30;
    transform: translateY(6px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.con-img-content {
    text-align: center;
}

.con-img-content img {
    width: 15%;
}

/* ===============================================
   ■ テーブル（料金表等の体裁）
   =============================================== */
.custom-table thead th {
    background-color: #f9f9f9;
    font-weight: bold;
}

.custom-table tbody td {
    background-color: #fff;
    width: 20%;
}

.table-container {
    background: #fff;
    padding: 8px 8px 0;
    max-width: 100%;
    margin: 30px auto;
}

/* 1列目（行ラベル列）の幅を調整 */
.custom-table thead th:first-child,
.custom-table tbody td:first-child {
    width: 5%;
    min-width: 150px;
    background-color: #f6f6f6;
}

.sp-br {
    display: none;
}

/* ===============================================
   ■ スマートフォン専用スタイル（～600px）
   =============================================== */
@media screen and (max-width:600px) {

    /*sp*/
    #floating-entry-button {
        display: none;
    }

    .btn-apply {
        padding-bottom: 0;
    }

    .d-concept {
        background: url(../images/sp/concept.png) no-repeat top;
        background-position: 0px -25px;
        background-size: cover;
    }

    .container-fluid.d-concept {
        padding: 1rem 0;
    }

    .d-definer {
        width: 90%;
        margin: 0 auto;
    }

    .container.d-ability {
        margin: 0;
        padding: 0;
    }

    .d-definer.d-ability-blog-wrapper,
    .d-definer.d-steps-inside,
    .d-definer.d-blog-title,
    .d-definer.d-blog-content {
        width: 100%;
    }

    .d-ability-inside {
        background: url(../images/sp/camera.png) no-repeat right;
        background-position: top right;
        background-size: 25%;
    }

    .d-ability-inside h1 {
        font-size: 8vw;
    }

    .d-ability-inside h1:nth-child(2) {
        padding-left: 20%;
    }

    .d-ability-inside>p {
        margin: 0;
        text-align: center;
        font-weight: bolder;
    }

    .d-steps-flex {
        flex-direction: column;
    }

    .d-steps-flex div {
        width: 100%;
    }

    .d-rate-title,
    .d-rate-subtitle {
        text-align: left;
    }

    .d-steps-flex div:last-child {
        margin-top: 2rem;
    }

    .d-sns {
        background: url(../images/sp/letsjoin.png) no-repeat 0px -12px;
        background-size: cover;
    }

    .d-floating-text {
        display: none;
    }

    .d-sns-inside {
        padding: 2rem 0 32% 25%;
    }

    .d-sns-qr {
        flex-direction: row-reverse;
        margin-top: 0;
        width: 100%;
    }

    .d-sns-qr-wrapper {
        position: absolute;
        left: 7%;
        width: 70%;
    }

    .d-blog {
        margin: 2rem 0;
        padding: 0;
    }

    .d-blog-title div:first-child {
        width: 70%;
    }

    .d-blog-title div:last-child {
        flex-basis: auto;
        font-size: 1rem;
    }

    .d-blog-title img {
        width: 80%;
    }

    .d-blog-content {
        margin-top: 1.5rem !important;
    }

    .slick-dots li {
        margin: 0 !important;
    }

    .slick-dots li button:before {
        font-size: 6px !important;
    }

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    #blog-carousel .slick-slide {
        margin: 0 10px;
    }

    #blog-carousel .slick-list {
        margin: 0 -10px;
    }

    #blog-carousel p {
        font-size: .8em;
    }


    .f-large {
        font-size: 8vw;
    }

    .f-extra-large {
        font-size: 11vw;
    }

    footer p {
        font-size: .8em;
    }

    .recent_blog_img {
        position: absolute;
        left: 7%;
        width: 50%;
    }

    .sns_img {
        flex-direction: column;
        width: 72%;
    }

    #grid-blog {
        grid-template-columns: 1fr;
        row-gap: 30px;
        column-gap: 0;
    }

    .social-links {
        background-image: url(../images/sp/blog/sp-sns-back.png);

    }

    .sns_icon_img {
        width: 60px;
    }

    .blog-title-text {
        font-size: 0.8rem;
    }

    .blog-list-title {
        font-size: 1rem;
        width: 85%;
        margin: 10% auto 7%;
    }

    .recent_blog_img {
        top: 63px;
    }

    .d-blog-content {
        width: 90%;
    }

    .font-size1 {
        font-size: 1.3rem;
    }

    .font-size2 {
        font-size: calc(1.375rem + 1.5vw);
    }

    /* 1列目（行ラベル列）の幅を調整 */
    .custom-table thead th:first-child,
    .custom-table tbody td:first-child {
        width: 0%;
        min-width: 80px;
        font-size: 0.8rem;
    }

    .custom-table thead th {
        font-size: 0.8rem;
    }

    .custom-table tbody td {
        font-size: 0.7rem;
    }

    .sp-br {
        display: block;
    }
}

/* ===============================================
   ■ タブレット専用スタイル（601px～1024px）
   =============================================== */
@media screen and (min-width: 601px) and (max-width: 1024px) {

    /*tablet*/
    .sns_img {
        flex-direction: column;
    }

    .d-blog-content {
        width: 90%;
    }

}

/* ===============================================
   ■ フェードイン等のアニメーション
   =============================================== */
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

.scroll-animate {
    opacity: 0;
    /* Start hidden */
    transition: opacity .8s ease-in-out;
    /* Smooth transition */
}

.scroll-animate.visible {
    opacity: 1;
    /* Fade in */
}

/* ===============================================
   ■ タブレット微調整（601px～768px）：画像位置
   =============================================== */
@media screen and (min-width: 601px) and (max-width: 768px) {
    .recent_blog_img {
        top: 103px;
    }
}

/* ===============================================
   ■ スマホ向けレイアウト調整（～768px）
   =============================================== */
/* スマホ対応 */
@media screen and (max-width: 768px) {
    .blog-wrapper {
        flex-direction: column;
        /* 縦並びに */
    }

    .blog-content-wrap,
    .sub-blog-content {
        max-width: 100%;
        width: 96%;
        margin: auto;
    }


    .tco li {
        margin-left: 5px;
    }

    .summary {
        margin: 6% auto;
    }

    .pc-br {
        display: none;
    }


    p.number-box100 {
        text-align: left;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }
}

/* ===============================================
   ■ 文字詰め微調整（～450px、～376px）
   =============================================== */
@media (max-width:450px) {
    .letter-space {
        letter-spacing: -2.5px;
    }
}

@media (max-width:450px) {
    .btn-apply.btn-recruiting {
        margin-bottom: 2rem;
        margin-top: 1.5rem;
    }
}