/*
Theme Name: すずらん 看護師転職センター
Theme URI: https://suzuran-work.jp
Author: Suzuran Team
Author URI: https://suzuran-work.jp
Description: 沖縄の看護師転職をサポートするランディングページテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suzuran
Tags: landing-page, recruitment, nursing
*/

/* ================================================
   リセット & 基本設定
   ================================================ */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
    background-color: #F5F8FA;
}

/* ================================================
   ヒーローセクション
   ================================================ */
.hero-section {
    position: relative;
    min-height: 90vh;
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2025/12/hero_img_sp.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 60px 20px;
    padding-top: 110px;
    text-align: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 400px;
}

.hero-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-subtitle {
    font-size: 45px;
    font-weight: bold;
    color: #FFFFFF;
    font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

.hero-cta {
    display: inline-block;
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2025/12/top_button.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 0px;
    min-width: 350px;
    min-height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    line-height: 0.6;
    gap: 2px;
}

.cta-small {
    font-size: 18px;
    font-weight: bold;
    color: #2B7BC1;
}

.cta-large {
    font-size: 23px;
    font-weight: bold;
    color: #2B7BC1;
}

.hero-cta:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* ================================================
   不安セクション
   ================================================ */
.anxiety-section {
    padding: 80px 20px;
    background-color: #FFFFFF;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.anxiety-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 700px;
    height: 700px;
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2025/12/bg_section2_top.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 0;
}

.anxiety-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 700px;
    height: 700px;
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2025/12/bg_section2_bottom.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 0;
}

.anxiety-container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.anxiety-title {
    font-size: 28px;
    font-weight: bold;
    color: #2B5F8C;
    line-height: 1.6;
    margin-bottom: 50px;
}

.anxiety-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
    align-items: center;
}

.anxiety-card {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 40px 30px;
    min-height: 60px;
    width: 80%;
    max-width: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.anxiety-card:hover {
    transform: translateY(-5px);
}

.anxiety-text {
    font-size: 18px;
    color: #2B5F8C;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
    padding-left: 100px;
}

.anxiety-message {
    font-size: 28px;
    font-weight: bold;
    color: #2B5F8C;
    line-height: 1.6;
    margin-bottom: 50px;
}

/* ================================================
   環境を変えるセクション
   ================================================ */
.change-environment-section {
    padding: 0;
    background-color: #FFFFFF;
}

.change-container {
    max-width: 500px;
    margin: 0 auto;
}

.change-header {
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2025/12/sb.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 30px;
    min-height: 200px;
    text-align: center;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.change-title {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.8;
    position: relative;
    z-index: 101;
    margin-top: -20px;
}

.highlight-text {
    background: linear-gradient(transparent 60%, #FFD700 60%);
    color: #FFFFFF;
    padding: 2px 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.change-items {
    padding: 60px 20px 80px;
    background: linear-gradient(180deg, #E8F9F5 0%, #D4F4EC 100%);
    position: relative;
    z-index: 1;
    margin-top: -50px;
}

.change-item {
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}

.change-item-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.change-number {
    font-size: 48px;
    font-weight: bold;
    color: #A8D5BA;
    font-style: italic;
    margin-bottom: 0;
}

.change-item-title {
    font-size: 20px;
    font-weight: bold;
    color: #2B5F8C;
    margin-bottom: 0;
}

.change-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.change-card-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
    border-radius: 15px;
}

.change-overlay-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.change-overlay-left {
    left: 10%;
}

.change-overlay-right {
    right: 10%;
}

.change-overlay-text p {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    line-height: 1.8;
    text-shadow: 0 2px 4px rgba(255, 255, 255, 0.8);
}

/* ================================================
   新しい看護師の働き方セクション
   ================================================ */
.new-workstyle-section {
    padding: 0;
    background-color: #FFFFFF;
}

.workstyle-container {
    max-width: 500px;
    margin: 0 auto;
}

.workstyle-header {
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2025/12/sb.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 30px;
    min-height: 200px;
    text-align: center;
    position: relative;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.workstyle-title {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.8;
    position: relative;
    z-index: 101;
    margin-top: -20px;
}

.workstyle-highlight {
    background: linear-gradient(transparent 60%, #FFD700 60%);
    color: #FFFFFF;
    padding: 2px 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.workstyle-content {
    padding: 60px 20px 80px;
    background: linear-gradient(180deg, #E8F9F5 0%, #FFFFFF 100%);
    position: relative;
    z-index: 1;
    margin-top: -50px;
    text-align: center;
}

.workstyle-description {
    font-size: 20px;
    color: #2B5F8C;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 500;
}

.workstyle-alert {
    padding: 15px 30px;
    display: inline-block;
    margin-bottom: 0px;
    position: relative;
}

.workstyle-alert::before {
    content: '\\';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #4A8FD4;
    font-weight: normal;
}

.workstyle-alert::after {
    content: '/';
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px;
    color: #4A8FD4;
    font-weight: normal;
}

.alert-text {
    font-size: 20px;
    color: #4A8FD4;
    font-weight: normal;
    margin: 0;
}

.workstyle-cta-button {
    display: inline-block;
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2025/12/top_button.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 0px;
    min-width: 350px;
    min-height: 90px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    line-height: 0.5;
    gap: 2px;
    position: relative;
}

.workstyle-cta-button:hover {
    transform: translateY(-5px);
    opacity: 0.9;
}

.cta-small-text {
    font-size: 16px;
    color: #2B7BC1;
    font-weight: bold;
    margin: 0;
}

.cta-large-text {
    font-size: 24px;
    color: #2B7BC1;
    font-weight: bold;
    margin: 0;
}

.cta-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    color: #2B7BC1;
}

/* ================================================
   特徴セクション
   ================================================ */
.features-section {
    padding: 80px 20px;
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.features-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2026/01/bg_section5_top.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 0;
}

.features-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 500px;
    height: 500px;
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2026/01/bg_section5_bottom.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 0;
}

.section-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #283C59;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
}

.features-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    position: relative;
    z-index: 1;
}

.feature-card:nth-child(1) {
    grid-column: 1 / 3;
}

.feature-card:nth-child(2) {
    grid-column: 3 / 5;
}

.feature-card:nth-child(3) {
    grid-column: 5 / 7;
}

.feature-card:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 2;
}

.feature-card:nth-child(5) {
    grid-column: 4 / 6;
    grid-row: 2;
    height: 300px;
    min-height: 300px;
    border-radius: 20px;
}

.feature-card {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    min-height: 200px;
    height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.feature-content {
    position: relative;
    z-index: 1;
    padding: 20px 20px 30px;
    text-align: center;
}

.feature-title {
    font-size: 17px;
    font-weight: bold;
    color: #2B5F8C;
    margin-bottom: 15px;
    margin-top: -10px;
    padding-bottom: 15px;
    border-bottom: 2px dashed #2B5F8C;
}

.feature-description {
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}

.feature-card:nth-child(5) .feature-title {
    margin-top: -130px;
}

/* ================================================
   利用の流れセクション
   ================================================ */
.flow-section {
    padding: 80px 20px;
    background-color: #F5F9FC;
}

.flow-subtitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #283C59;
    margin-bottom: 40px;
    margin-top: -30px;
}

.flow-container {
    max-width: 1800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.flow-step {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    min-height: 136px;
    height: auto;
}

.flow-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.flow-number {
    position: relative;
    z-index: 1;
    color: #3B82C5;
    font-size: 16px;
    font-weight: bold;
    margin: 40px 0 0 150px;
    text-align: left;
    line-height: 0.8;
}

.flow-content {
    position: relative;
    z-index: 1;
    padding: 0 20px 30px;
    text-align: left;
}

.flow-title {
    font-size: 18px;
    font-weight: bold;
    color: #3B82C5;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 130px;
    text-align: left;
}

.flow-description {
    font-size: 14px;
    color: #666666;
    margin-left: 130px;
    margin-top: 0;
    line-height: 1.5;
}

/* ================================================
   最終CTAセクション
   ================================================ */
.cta-section {
    padding: 0;
    background-color: #FFFFFF;
}

.cta-container {
    max-width: 100%;
    margin: 0 auto;
}

.cta-header {
    background-color: #4A8FCC;
    padding: 60px 20px;
    text-align: center;
    position: relative;
}

.cta-header::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #4A8FCC;
}

.cta-title {
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.6;
    margin: 0;
}

.cta-highlight {
    background: linear-gradient(transparent 60%, #FFD700 60%);
    color: #FFFFFF;
    padding: 2px 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 35px;
    line-height: 1.4;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-bubble {
    background-color: #E8F4F8;
    padding: 80px 20px 60px;
    text-align: center;
}

.cta-bubble-text {
    font-size: 25px;
    color: #283C59;
    font-weight: bold;
    line-height: 1.8;
    margin: 0;
}

/* ================================================
   お問い合わせフォームセクション
   ================================================ */
.form-section {
    padding: 80px 20px;
    background-color: #4A8FCC;
}

.form-container {
    max-width: 600px;
    margin: 0 auto;
}

.form-title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.form-group {
    margin-bottom: 30px;
}

.form-label {
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.required-badge {
    background-color: #FF0000;
    color: #FFFFFF;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 8px;
    font-weight: bold;
}

.form-input,
.form-select {
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
    border-radius: 10px;
    background-color: #FFFFFF;
    color: #333333;
    box-sizing: border-box;
}

.form-input::placeholder {
    color: #CCCCCC;
}

.form-select {
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%234A8FCC" d="M6 8L0 0h12z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    padding-right: 50px;
}

.checkbox-group {
    margin-top: 40px;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: #4A8FCC;
}

.checkbox-label {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
    cursor: pointer;
}


/* フォーム送信ボタン */
.button-wrapper {
    margin-top: 40px;
    width: 100%;
    text-align: center; /* flexの代わりにtext-alignを使用 */
    position: relative; /* button-textの絶対配置の基準 */
}

/* 送信ボタン */
.form-submit,
.wpcf7-form .wpcf7-submit,
.wpcf7-form-control.wpcf7-submit.has-spinner.form-submit {
    width: 90%;
    max-width: 700px;
    height: auto;
    background-image: url('http://landingpage.suzuran-work.jp/wp-content/uploads/2025/12/top_button.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
	background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    min-height: 120px;
    color: #4A8FCC;
    text-indent: -9999px;
    transition: transform 0.3s ease;
    position: relative;
    z-index: 1;
    margin: 0 auto; /* 中央配置 */
    display: inline-block; /* text-alignと組み合わせて中央配置 */
}

.form-submit:hover,
.wpcf7-form .wpcf7-submit:hover,
.wpcf7-form-control.wpcf7-submit.has-spinner.form-submit:hover {
    transform: translateY(-3px);
}

/* ボタンテキストも調整 */
.button-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px; /* 22pxから16pxに縮小 */
    font-weight: bold;
    color: #4A8FCC;
    line-height: 1.2; /* 行間を狭く */
    margin: 0;
    z-index: 10;
    text-align: center;
    pointer-events: none;
}

.wpcf7-form .wpcf7-submit:hover {
    transform: translateY(-3px);
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"] {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-top: 2px;
    margin-right: 10px;
    cursor: pointer;
    accent-color: #4A8FCC;
}

.wpcf7-form .wpcf7-acceptance label {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.6;
    cursor: pointer;
    display: inline;
}

/* ================================================
   よくある質問セクション
   ================================================ */
.faq-section {
    padding: 80px 20px;
    background-color: #E8F4F8;
}

.faq-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.faq-item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.faq-content {
    position: relative;
    z-index: 1;
    padding: 30px;
    width: 100%;
}

.faq-question-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    justify-content: center;
}

.faq-question {
    font-size: 20px;
    font-weight: bold;
    color: #2B5F8C;
    line-height: 1.5;
    padding-top: 8px;
    text-align: center;
}

.faq-divider {
    border-bottom: 2px dotted #CCCCCC;
    margin: 15px 0;
}

.faq-answer {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    padding-left: 0;
}

.faq-answer strong {
    color: #2B5F8C;
    font-weight: bold;
}

/* ================================================
   フッター
   ================================================ */
.footer {
    background-color: #364A5E;
    padding: 50px 20px 30px;
    color: #FFFFFF;
}

.footer-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.footer-logo-section {
    margin-bottom: 30px;
}

.footer-logo-image {
    max-width: 400px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.footer-info {
    margin-bottom: 30px;
}

.footer-address {
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 1.6;
}

.footer-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.footer-phone,
.footer-line {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-phone:hover,
.footer-line:hover {
    opacity: 0.7;
}

.footer-divider {
    color: #FFFFFF;
    font-size: 14px;
}

.footer-privacy {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-privacy-link {
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.footer-privacy-link:hover {
    opacity: 0.7;
}

/* ================================================
   アニメーション
   ================================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in {
    animation: fadeInUp 0.8s ease-out;
}

/* ================================================
   レスポンシブデザイン
   ================================================ */

/* デスクトップ小〜タブレット大: 1024px以下 */
@media (max-width: 1024px) {
    .hero-section {
        background-position: center -200px;
        min-height: calc(90vh - 200px);
        padding-bottom: 60px;
    }
    
    .hero-content {
        margin-top: 0;
    }
    
    .hero-logo {
        top: 20px;
    }
    
    .anxiety-section {
        margin-top: -200px;
        position: relative;
        z-index: 2;
    }
    
    /* 特徴セクション */
    .features-section .section-title {
        font-size: 28px;
    }
    
    .feature-card {
        min-height: 180px;
        height: 180px;
    }
    
    .feature-title {
        font-size: 20px;
        line-height: 1.3;
        padding-bottom: 12px;
    }
    
    .feature-description {
        font-size: 15px;
        line-height: 1.6;
    }
    
    .feature-content {
        padding: 15px 15px 25px;
    }
    
    .feature-card:nth-child(5) {
        height: 280px;
        min-height: 280px;
    }
    
    .feature-card:nth-child(5) .feature-title {
        margin-top: -120px;
    }
    
    /* 利用の流れ */
    .flow-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .flow-step {
        min-height: 150px;
        height: 150px;
    }
    
    .flow-number {
        margin: 30px 0 0 120px;
        font-size: 15px;
    }
    
    .flow-title {
        font-size: 17px;
        margin-left: 110px;
    }
    
    .flow-description {
        font-size: 13px;
        margin-left: 110px;
    }
}

/* タブレット: 768px以下 */
@media (max-width: 768px) {
    .hero-section {
        min-height: 80vh;
        padding-top: 100px;
        padding-bottom: 40px;
        background-position: center -50px;
    }
    
    .hero-logo {
        width: 300px;
        top: 20px;
    }
    
    .hero-subtitle {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .hero-content {
        margin-top: 0;
		margin-bottom: 30px;
    }
    
    .hero-content p {
        margin-top: 70px !important;
    }
    
    .hero-cta {
        min-width: 280px;
        min-height: 70px;
        margin-top: 20px;
    }
    
    .cta-small {
        font-size: 14px;
    }
    
    .cta-large {
        font-size: 18px;
    }
    
    .anxiety-section {
        padding: 60px 15px;
        margin-top: -50px;
    }
    
    .anxiety-section::before,
    .anxiety-section::after {
        width: 300px;
        height: 300px;
    }
    
    .anxiety-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .anxiety-card {
        width: 90%;
        padding: 30px 20px;
    }
    
    .anxiety-text {
        font-size: 16px;
        padding-left: 70px;
    }
    
    .anxiety-message {
        font-size: 22px;
    }
    
    .change-container {
        max-width: 100%;
    }
    
    .change-header {
        padding: 60px 20px;
    }
    
    .change-title {
        font-size: 24px;
    }
    
    .highlight-text {
        font-size: 28px;
    }
    
    .change-number {
        font-size: 36px;
    }
    
    .change-item-title {
        font-size: 18px;
    }
    
    .change-overlay-text p {
        font-size: 16px;
    }
    
    .workstyle-title {
        font-size: 24px;
    }
    
    .workstyle-highlight {
        font-size: 28px;
    }
    
    .workstyle-description {
        font-size: 18px;
    }
    
    .alert-text {
        font-size: 18px;
    }
    
    .workstyle-cta-button {
        min-width: 280px;
        min-height: 70px;
    }
    
    .cta-small-text {
        font-size: 14px;
    }
    
    .cta-large-text {
        font-size: 20px;
    }
    
    .features-section::before,
    .features-section::after {
        width: 250px;
        height: 250px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-card:nth-child(1),
    .feature-card:nth-child(2),
    .feature-card:nth-child(3),
    .feature-card:nth-child(4),
    .feature-card:nth-child(5) {
        grid-column: 1;
        grid-row: auto;
    }
    
    .feature-card {
        height: 250px;
        min-height: 250px;
    }
    
    .feature-card:nth-child(5) {
        height: 350px;
        min-height: 350px;
    }
    
    .feature-title {
        font-size: 20px;
    }
    
    .feature-description {
        font-size: 15px;
    }
    
    .flow-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .flow-step {
        min-height: 180px;
        height: 180px;
    }
    
    .flow-number {
        margin: 25px 0 0 80px;
        font-size: 14px;
    }
    
    .flow-title {
        font-size: 16px;
        margin-left: 60px;
    }
    
    .flow-description {
        font-size: 13px;
        margin-left: 60px;
    }
    
    .cta-title {
        font-size: 24px;
    }
    
    .cta-highlight {
        font-size: 28px;
    }
    
    .cta-bubble-text {
        font-size: 25px;
    }
    
    .form-title {
        font-size: 28px;
    }
    
    .form-label {
        font-size: 16px;
    }
    
    .form-input,
    .form-select {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .button-text {
        font-size: 18px;
    }
    
    .form-submit {
        width: 90%;
    }
    
    .faq-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq-content {
        padding: 25px;
    }
    
    .faq-question {
        font-size: 18px;
    }
    
    .faq-answer {
        font-size: 14px;
    }
    
    .footer-logo-image {
        max-width: 300px;
    }
    
    .footer-contact {
        flex-direction: column;
        gap: 10px;
    }
    
    .footer-divider {
        display: none;
    }
	
    .form-submit,
    .wpcf7-form .wpcf7-submit,
    .wpcf7-form-control.wpcf7-submit.has-spinner.form-submit {
        width: 90%;
        max-width: 380px;
        min-height: 90px;
    }
    
    .button-text {
        font-size: 18px;
    }
}

/* スマートフォン: 480px以下 */
@media (max-width: 480px) {
    .hero-section {
        min-height: 60vh;
        padding-top: 80px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .hero-logo {
        width: 250px;
        top: 15px;
    }
    
    .hero-subtitle {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .hero-cta {
        min-width: 240px;
        min-height: 60px;
    }

    .hero-content p {
        margin-top: 100px !important;
    }
    
    .cta-small {
        font-size: 12px;
    }
    
    .cta-large {
        font-size: 16px;
    }
    
    .anxiety-section {
        padding: 40px 10px;
    }
    
    .anxiety-section::before,
    .anxiety-section::after {
        width: 150px;
        height: 150px;
    }
    
    .anxiety-title {
        font-size: 20px;
    }
    
    .anxiety-card {
        width: 100%;
        padding: 25px 15px;
    }
    
    .anxiety-text {
        font-size: 14px;
        padding-left: 78px;
    }
    
    .anxiety-message {
        font-size: 18px;
    }
    
    .change-header {
        padding: 50px 15px;
    }
    
    .change-title {
        font-size: 20px;
    }
    
    .highlight-text {
        font-size: 24px;
    }
    
    .change-number {
        font-size: 32px;
    }
    
    .change-item-title {
        font-size: 16px;
    }
    
    .change-overlay-text p {
        font-size: 14px;
    }
    
    .change-overlay-left {
        left: 9%;
    }
    
    .change-overlay-right {
        right: 9%;
    }
    
    .workstyle-header {
        padding: 50px 15px;
    }
    
    .workstyle-title {
        font-size: 20px;
    }
    
    .workstyle-highlight {
        font-size: 24px;
    }
    
    .workstyle-description {
        font-size: 16px;
    }
    
    .alert-text {
        font-size: 16px;
    }
    
    .workstyle-cta-button {
        min-width: 240px;
        min-height: 60px;
    }
    
    .cta-small-text {
        font-size: 12px;
    }
    
    .cta-large-text {
        font-size: 18px;
    }
    
    .features-section::before,
    .features-section::after {
        width: 150px;
        height: 150px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .feature-card {
        height: 220px;
        min-height: 220px;
    }
    
    .feature-card:nth-child(5) {
        height: 300px;
        min-height: 300px;
    }
    
    .feature-title {
        font-size: 20px;
    }
    
    .feature-description {
        font-size: 17px;
    }
    
    .feature-card:nth-child(5) .feature-title {
        margin-top: -100px;
    }
    
    .flow-step {
        min-height: 160px;
        height: 160px;
    }
    
    .flow-number {
        margin: 40px 0 0 120px; /* 30px左に移動 */
        font-size: 13px;
    }
    
    .flow-title {
        font-size: 15px;
        margin-left: 110px; /* 30px左に移動 */
    }
    
    .flow-description {
        font-size: 12px;
        margin-left: 110px; /* 30px左に移動 */
        line-height: 1.4;
    }
    
    .cta-header {
        padding: 50px 15px;
    }
    
    .cta-title {
        font-size: 20px;
    }
    
    .cta-highlight {
        font-size: 24px;
    }
    
    .cta-bubble {
        padding: 60px 15px 50px;
    }
    
    .cta-bubble-text {
        font-size: 17px;
    }
    
    .form-section {
        padding: 60px 15px;
    }
    
    .form-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
    
    .form-label {
        font-size: 15px;
    }
    
    .required-badge {
        font-size: 11px;
        padding: 2px 6px;
    }
    
    .form-input,
    .form-select {
        font-size: 14px;
        padding: 12px 15px;
    }
    
    .checkbox-label {
        font-size: 14px;
    }
    
    .button-text {
        font-size: 16px;
    }
    
    .form-submit {
        width: 100%;
    }
    
    .faq-content {
        padding: 20px;
    }
    
    .faq-question {
        font-size: 16px;
    }
    
    .faq-answer {
        font-size: 13px;
    }
    
    .footer {
        padding: 40px 15px 25px;
    }
    
    .footer-logo-image {
        max-width: 250px;
    }
    
    .footer-address {
        font-size: 12px;
    }
    
    .footer-phone,
    .footer-line {
        font-size: 13px;
    }
	
    .form-submit,
    .wpcf7-form .wpcf7-submit,
    .wpcf7-form-control.wpcf7-submit.has-spinner.form-submit {
        width: 500%;
        max-width: 400px;
        min-height: 80px;
    }
    
    .button-text {
        font-size: 18px;
    }
}

/* 超小型デバイス: 360px以下 */
@media (max-width: 360px) {
    .hero-logo {
        width: 200px;
    }
    
    .hero-subtitle {
        font-size: 20px;
    }
    
    .hero-cta {
        min-width: 220px;
        min-height: 55px;
    }
    
    .anxiety-title {
        font-size: 18px;
    }
    
    .change-title {
        font-size: 18px;
    }
    
    .highlight-text {
        font-size: 22px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .cta-bubble-text {
        font-size: 25px;
    }
    
    .form-title {
        font-size: 22px;
    }
    
    .flow-step {
        min-height: 150px;
        height: 150px;
    }
    
    .flow-number {
        margin: 18px 0 0 40px;
        font-size: 12px;
    }
    
    .flow-title {
        font-size: 14px;
        margin-left: 20px;
    }
    
    .flow-description {
        font-size: 11px;
        margin-left: 20px;
        line-height: 1.3;
    }
	
	 .form-container {
        padding: 30px 20px;
    }
    
    .form-submit,
    .wpcf7-form .wpcf7-submit,
    .wpcf7-form-control.wpcf7-submit.has-spinner.form-submit {
        width: 100%;
        max-width: 400px;
        min-height: 90px;
    }
    
    .button-text {
        font-size: 18px;
    }
}
