@charset "utf-8";
/* CSS Document */

/* ==================================================
   Indeed LP
   株式会社大光通信社
================================================== */


/* ==========================
   Reset
=========================== */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    color: #222;
    background: #fff;
    font-family:
        -apple-system,
        BlinkMacSystemFont,
        "Noto Sans JP",
        "Yu Gothic",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
    line-height: 1.8;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

section {
    scroll-margin-top: 80px;
}

/* ==========================
   Container
=========================== */

.indeed-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.indeed-container.narrow {
    width: min(900px, calc(100% - 40px));
}


/* ==========================
   Header
=========================== */

.indeed-header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid #eee;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px;
}

.logo {
    display: flex;
    align-items: baseline;
    gap: 3px;
}

.logo2 {
	width: auto;
}


.logo small {
    font-size: 12px;
    font-weight: 500;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 6px 24px;
    border-radius: 999px;
    background: #ff6600;
    color: #fff;
    font-weight: 700;
    font-size: clamp(11px, 3.5vw, 20px);
}
	
@media screen and (min-width: 769px) {
br.pc-only{
    display: block;
  }
}

@media screen and (max-width: 768px) {
br.pc-only{
    display: none;
  }
}

/* ==========================
   Indeed Hero
========================== */

.indeed-hero {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    padding: 20px 0 0;
    background: linear-gradient(
        90deg,
        #00376e 0%,
        #0055a0 55%,
        #1878bd 100%
    );
    color: #fff;
}

/* ==========================
   Hero人物画像
========================== */

.indeed-hero::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58%;
    height: 100%;
    background-image: url("../image/lp/indeed/34997361_ps1.png");
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

/* ==========================
   Hero Container
========================== */

.indeed-hero .indeed-container {
    position: relative;
    z-index: 2;
}

/* PCでは文字を左側に限定 */
@media (min-width: 769px) {

    .indeed-hero .indeed-container {
        padding-right: 38%;
    }

    .indeed-hero-copy {
        width: 100%;
        max-width: 610px;
        text-align: left;
    }

}


/* ==========================
   Hero Inner
========================== */

.indeed-hero-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 80px;
}


/* ==========================
   Hero Text
========================== */

.indeed-hero-copy {
    position: relative;
    z-index: 3;

    width: 100%;
    max-width: 650px;
}


.indeed-hero-label {
    display: inline-block;

    margin: 0 0 20px;
    padding: 7px 18px;

    background: #0099ff;
    border-radius: 30px;

    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.3;
}


.indeed-hero h1 {
    margin: 0 0 25px;

    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.3;

    font-weight: 800;
    letter-spacing: -0.03em;

    color: #ffff99;
}


.indeed-hero-lead {
    margin: 0 0 25px;

    font-size: clamp(1.25rem, 2.4vw, 1.7rem);
    line-height: 1.5;

    font-weight: 700;
}


.indeed-hero-text {
    max-width: 850px;

    margin: 0 0 35px;

    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.8;

    font-weight: 500;
}


/* ==========================
   Hero Button
========================== */

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 280px;
    min-height: 58px;

    padding: 0 35px;

    background: #ff6600;
    color: #fff;

    border-radius: 50px;

    font-size: clamp(18px, 3.4vw, 25px);

    font-weight: 700;

    box-shadow: 0 8px 20px rgba(0,0,0,0.18);

    transition: 0.3s ease;
}


.hero-button:hover {
    background: #ff9900;
    transform: translateY(-2px);
}


.indeed-hero-note {
    margin: 18px 0 0;

    font-size: 14px;
    line-height: 1.7;

    opacity: 0.95;
}


.hero-label {
    display: inline-block;
    margin-bottom: 24px;
    padding: 7px 16px;
    border-radius: 999px;
    background: #222;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.hero-lead {
    margin: 0 0 25px;
    font-size: clamp(1.25rem, 2.4vw, 2rem);
    font-weight: 700;
    line-height: 1.5;
    color: #ffffff;
}

.hero-text {
    max-width: 850px;
    margin: 0 0 35px;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
}

.hero-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 40px;
}

.hero-points div {
    padding: 18px;
    border: 1px solid #eee;
    border-radius: 14px;
    background: #fff;
    font-weight: 700;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.hero-points span {
    display: block;
    margin-bottom: 5px;
    color: #1976d2;
    font-size: 13px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 0 38px;
    border-radius: 999px;
    font-weight: 800;
    transition: 0.3s;
}

.btn-primary {
    background: #1976d2;
    color: #fff;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.29);
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-outline {
    border: 2px solid #222;
    background: #fff;
}

.btn-orange {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(350px, 100%);
    min-height: 65px;
    margin: 0 auto;
    border: 0;
    border-radius: 999px;
    background: #ff6600;
    color: #fff;
    font-size: clamp(18px, 3.4vw, 25px);
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.29);
    text-decoration: none;
}

.btn-orange:hover {
    background: #ff9900;
    transform: translateY(-2px);
}

.hero-note {
    margin: 18px 0 0;
    font-size: 13px;
}


/* ==========================
   Section
=========================== */

.indeed-section {
    padding: 60px 0;
}

.section-heading {
    margin-bottom: 55px;
    text-align: center;
}

.section-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #1976d2;
    font-size: clamp(14px, 4vw, 22px);
    font-weight: 800;
    letter-spacing: 0.15em;
}

.section-heading h2 {
    margin: 0;
    font-size: clamp(1.6rem, 3.2vw, 2.5rem);
    line-height: 1.3;
}


/* ==========================
   Contents
=========================== */
.page-toc {
    max-width: 1000px;
    margin: 50px auto;
    padding: 30px;
    background: #f5f8fb;
    border-radius: 12px;
}

.page-toc-title {
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.page-toc ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-toc li a {
    display: block;
    padding: 14px 15px;
    background: #1976d2;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: 0.2s;
}

.page-toc li a:hover {
    background: #3aa3e9;
}

@media screen and (max-width: 767px) {

    .page-toc {
        margin: 30px 15px;
        padding: 20px 15px;
    }

    .page-toc-title {
        font-size: 1.2rem;
    }

    .page-toc ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .page-toc li a {
        padding: 11px 10px;
        font-size: 0.85rem;
    }
}


/* ==========================
   Problems
=========================== */

.problems {
    background: #f5f9fc;
}

.problem-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.problem-card {
    min-height: 150px;
    padding: 25px 20px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #eee;
}

.problem-card span {
    color: #1976d2;
    font-size: clamp(22px, 6vw, 30px);
    font-weight: 800;
}

.problem-card h3 {
    margin: 12px 0 0;
    font-size: 17px;
    line-height: 1.6;
}

.problem-message {
    margin-top: 65px;
    text-align: center;
}

.problem-message p {
    margin: 0;
    font-size: clamp(16px, 3vw, 24px);
}

.problem-message h2 {
    margin: 10px 0 0;
    color: #1976d2;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
	font-weight: 800;
}


/* ==========================
   Before
=========================== */

.before-section {
    background: #fff;
}

.before-box {
    padding: 25px;
    border-radius: 24px;
    background: #eef7ff;
    text-align: center;
    font-size: clamp(14px, 3vw, 23px);
}

.before-lead {
    margin: 0;
    font-size: clamp(1.2rem, 2.2vw, 2rem);
    font-weight: 700;
}

.before-lead p{
	line-height: 1.5;
}

.before-strong {
    margin: 0 0 25px;
    color: #1976d2;
    font-size: clamp(2rem, 3.3vw, 3.6rem);
    font-weight: 900;
}

.before-box p{
	line-height: 1.4;
}

.before-box h3 {
    margin: 25px 0;
    color: #1976d2;
    font-size: clamp(23px, 5vw, 32px);
}


/* ==========================
   Support
=========================== */

.support {
    background: #f8f9fb;
}

.support-list {
    display: grid;
    gap: 24px;
}

.support-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 22px;
    padding: 10px 30px 20px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 10px 35px rgba(0,0,0,0.05);
}

.support-number {
    font-size: clamp(28px, 4.6vw, 45px);
    font-weight: 900;
    color: #1976d2;
}

.support-content h3 {
    margin: 10px 0 20px;
    font-size: clamp(23px, 3.4vw, 35px);
}

.support-content p {
    margin: 0 0 18px;
    font-size: clamp(14px, 2.4vw, 20px);
}

.support-content ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px 30px;
    margin: 15px 0;
    padding-left: 30px;
    font-size: clamp(15px, 2.5vw, 22px);
}

.support-content2 h3 {
    margin: 10px 0 20px;
    font-size: clamp(23px, 3.4vw, 35px);
}

.support-content2 p {
    margin: 0 0 18px;
    font-size: clamp(14px, 2.4vw, 20px);
}

.support-content2 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3px 30px;
    margin: 20px 0;
    padding-left: 20px;
    font-size: clamp(15px, 2vw, 22px);
}


.support-content3 h3 {
    margin: 10px 0 20px;
    font-size: clamp(23px, 3.4vw, 35px);
}

.support-content3 p {
    margin: 0 0 18px;
    font-size: clamp(14px, 2.4vw, 20px);
}

.support-content3 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px 30px;
    margin: 20px 0;
    padding-left: 20px;
    font-size: clamp(15px, 2vw, 22px);
}

.support-highlight2 {
    display: inline-block;
    margin: 15px 0;
    padding: 15px 20px;
    border-left: 5px solid #1976d2;
    background: #eef7ff;
    font-weight: 800;
}

.support-title {
    margin: 20px 0;
    font-size: clamp(1.2rem, 2.5vw, 1.7rem);
    font-weight: 900;
    color: #1976d2;
}

.small-text {
    font-size: 12px;
    color: #777;
}

.large-emphasis {
    font-size: 1.2rem;
    font-weight: 800;
}

.budget-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 20px 0;
}

.budget-box div {
    padding: 15px;
    border-radius: 14px;
    background: #f5f9fc;
    text-align: center;
}

.budget-box strong {
    display: block;
    color: #1976d2;
    font-size: 1.8rem;
}

.budget-box span {
    font-size: clamp(13px, 2.2vw, 17px);
}

.two-column-message {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 20px 0;
}

.two-column-message div {
    padding: 25px;
    border-radius: 14px;
    background: #eef7ff;
    text-align: center;
    font-size: clamp(17px, 2.2vw, 22px);
    font-weight: 800;
}


/* ==========================
   About Indeed
=========================== */

.about-indeed {
    background: #fff;
}

.about-box {
    padding: 10px 25px;
    border-radius: 10px;
    background: #f5f9fc;
    text-align: center;
}

.employment-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.employment-tags span {
    padding: 10px 20px;
    border-radius: 999px;
    background: #1976d2;
    color: #fff;
    font-weight: 700;
}


/* ==========================
   Industry
=========================== */

.industry {
    background: #f5f9fc;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.industry-card {
    padding: 13px 30px;
    min-height: 140px;
    border-radius: 18px;
    background: #fff;
}

.industry-card h3 {
    margin: 0 0 12px;
    color: #1976d2;
}

.industry-card p {
    margin: 0;
    font-size: 14px;
	line-height: 1.5;
}


/* ==========================
   Indeed Plus
=========================== */

.plus-section {
    background: #222;
    color: #fff;
}

.plus-box {
    padding: 30px 65px;
    border-radius: 15px;
    border: 3px solid rgba(255,255,255,0.5);
    text-align: center;
}

.plus-label {
    display: inline-block;
    margin-bottom: 20px;
    color: #64b5f6;
    font-size: clamp(12px, 4vw, 22px);
    font-weight: 800;
    letter-spacing: 0.15em;
}

.plus-box h2 {
    margin: 0 0 25px;
    font-size: clamp(1.5rem, 2.7vw, 2.3rem);
	line-height: 1.5;
}

.plus-message {
    margin-top: 35px;
    padding: 13px 20px;
    border-radius: 14px;
    background: #1976d2;
    font-size: clamp(1.5rem, 2.6vw, 2.2rem);
    font-weight: 800;
	line-height: 1.4;
}


/* ==========================
   Process
=========================== */

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.process-card {
    padding: 10px 35px 22px;
    border-radius: 18px;
    background: #f5f9fc;
}

.process-card > span {
    color: #1976d2;
    font-size: clamp(22px, 6vw, 30px);
    font-weight: 900;
}

.process-card h3 {
    margin: 0 0 6px;
    font-size: 1.3rem;
}

.process-card p {
    margin: 0;
    font-size: 14px;
	line-height: 1.5;
}


/* ==========================
   Job Rule
=========================== */

.job-rule {
    background: #f5f9fc;
}

.job-rule-box {
    padding: 50px;
    border-radius: 22px;
    background: #fff;
}

.job-example {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 2.2vw, 22px);
    gap: 22px;
    margin-bottom: 20px;
}

.job-example div {
    min-width: 220px;
    padding: 10px 20px;
    border-radius: 14px;
    background: #eef7ff;
    text-align: center;
    font-weight: 800;
}

.job-example strong {
    display: block;
    color: #1976d2;
}

.job-rule-box > p {
    margin: 20px 0 0;
    text-align: center;
}


/* ==========================
   Free
=========================== */

.free-box {
    padding: 10px 40px;
    border-radius: 22px;
    font-size: clamp(14px, 2.2vw, 20px);
    background: #eef7ff;
}

.check-list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 30px;
}

.check-list li {
    position: relative;
    margin: 0;
    padding-left: 28px;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1976d2;
    font-weight: 900;
}

.big-message {
    margin: 27px 0 13px;
    color: #1976d2;
    font-size: clamp(1.5rem, 2.7vw, 2.2rem);
    font-weight: 900;
    text-align: center;
}


/* ==========================
   Causes
=========================== */

.causes {
    background: #222;
    color: #fff;
}

.causes .section-heading > span {
    color: #64b5f6;
}

.cause-grid {
    display: grid;
    font-size: clamp(14px, 2.2vw, 22px);
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.cause-grid div {
    padding: 10px 18px;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
	line-height: 1.5;
}

.cause-grid strong {
    color: #64b5f6;
}

.cause-grid p {
    margin: 8px 0 0;
    font-size: clamp(13px, 1.5vw, 17px);
}

.cause-bottom {
    margin-top: 40px;
    text-align: center;
    font-size: clamp(14px, 2vw, 20px);
}

.cause-bottom h2 {
    margin: 10px 0 0;
    color: #64b5f6;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
}


/* ==========================
   Existing
=========================== */

.existing-box {
    padding: 20px 50px;
    border-radius: 22px;
    background: #f5f9fc;
}

.existing-lead {
    margin: 0 0 5px;
    color: #1976d2;
    font-size: 1.8rem;
    font-weight: 900;
}


/* ==========================
   Other Media
=========================== */

.other-media {
    background: #eef7ff;
}

.media-message {
    font-size: clamp(14px, 2vw, 18px);
    text-align: center;
}

.media-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 15px 0;
}

.media-cards div {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 10px 20px;
    border-radius: 18px;
    background: #fff;
}

.media-message h3 {
    color: #1976d2;
    font-size: 1.6rem;
}


/* ==========================
   Funnel
=========================== */

.funnel {
    background: #f5f9fc;
}

.funnel-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.funnel-card {
	padding: 10px 35px 22px;
    border-radius: 18px;
    background: #fff;
}

.funnel-card > span {
    color: #1976d2;
    font-size: clamp(22px, 6vw, 30px);
    font-weight: 900;
}

.funnel-card h3 {
    margin: 0 0 6px;
    font-size: 1.3rem;
}

.funnel-card p {
    margin: 0;
    font-size: 14px;
	line-height: 1.5;

}

.funnel-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 55px 0 25px;
}

.funnel-flow span {
    padding: 15px 20px;
    border-radius: 999px;
    background: #1976d2;
	color: #fff;
    font-weight: 700;
    font-size: clamp(16px, 1.8vw, 22px);
}

.funnel-flow b {
    color: #ff6600;
    font-weight: 800;
    font-size: clamp(16px, 1.8vw, 22px);
}

.arrow-sp {
    display: none;
}

/* スマホ */
@media screen and (max-width: 600px) {
    .arrow-pc {
        display: none;
    }

    .arrow-sp {
        display: inline;
    }
}

.funnel-bottom {
    text-align: center;
    color: #1976d2;
    font-size: clamp(15px, 3.6vw, 32px);
}


/* ==========================
   Contact Flow
=========================== */

.flow-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.flow-card {
    position: relative;
    padding: 12px 35px;
    border: 1px solid #eee;
    border-radius: 18px;
}

.flow-card > span {
    color: #ff6600;
    font-size: clamp(22px, 6vw, 30px);
    font-weight: 900;
}

.flow-card h3 {
    margin: 0 0 6px;
    font-size: 1.3rem;
}

.flow-card p {
    margin: 0;
    font-size: 14px;
	line-height: 1.5;
}


/* ==========================
   CTA
=========================== */

.indeed-cta {
    padding: 20px 0 60px;
    background: #1976d2;
    color: #fff;
    text-align: center;
    font-size: clamp(1.3rem, 2vw, 2.2rem);
}

.indeed-cta h2 {
    margin: 15px 0 50px;
    font-size: clamp(1.7rem, 4vw, 2.7rem);
	line-height: 1.4;
}

.cta-examples {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 55px;
}

.cta-examples span {
    padding: 9px 15px;
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    font-size: 13px;
}


/* ==========================
   Form
=========================== */

.entry {
    background: #f5f9fc;
}

.entry-form {
    padding: 50px;
    border-radius: 22px;
    background: #fff;
}

.form-group {
    margin-bottom: 30px;
}

.form-group > label {
    display: block;
    margin-bottom: 10px;
    font-weight: 800;
}

.form-group em {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 7px;
    border-radius: 4px;
    background: #1976d2;
    color: #fff;
    font-size: 11px;
    font-style: normal;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.form-group textarea {
    resize: vertical;
}

.checkbox-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.checkbox-label {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500 !important;
}

.checkbox-label input {
    width: 18px;
    height: 18px;
}

.form-note {
    margin: -5px 0 12px;
    color: #777;
    font-size: 12px;
}

.agreement {
    margin: 35px 0;
    text-align: center;
}

.agreement-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.agreement-label input {
    width: 18px;
    height: 18px;
}

.submit-btn {
    display: block;
    width: min(520px, 100%);
    min-height: 65px;
    margin: 0 auto;
    border: 0;
    border-radius: 999px;
    background: #0066ff;
    color: #fff;
    font-size: clamp(18px, 3.4vw, 25px);
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.29);
}

.submit-btn:hover {
    background: #0099ff;
    transform: translateY(-2px);
}

.form-bottom {
    margin: 20px 0 0;
    text-align: center;
    color: #777;
    font-size: 14px;
}


/* ==========================
   FAQ
=========================== */

.faq-list {
    display: grid;
    gap: 12px;
}

.faq-list details {
    border-radius: 12px;
    background: #e4ffff;
    overflow: hidden;
    font-size: 1.1rem;
}

.faq-list summary {
    position: relative;
    padding: 20px 55px 20px 25px;
    cursor: pointer;
    font-weight: 800;
    list-style: none;
    font-size: 1.3rem;
}

.faq-list summary::-webkit-details-marker {
    display: none;
}

.faq-list summary::after {
    content: "+";
    position: absolute;
    right: 25px;
    font-size: 1.5rem;
}

.faq-list details[open] summary::after {
    content: "−";
}

.faq-list details p {
    margin: 0;
    padding: 0 25px 25px;
}


/* ==========================
   Final CTA
=========================== */

.final-cta {
    padding: 100px 0;
    background: #222;
    color: #fff;
    text-align: center;
}

.final-cta h2 {
    margin: 10px 0;
    font-size: clamp(1.5rem, 3vw, 2.5rem);
}

.final-cta h3 {
    margin: 0 0 25px;
    color: #64b5f6;
    font-size: clamp(1.8rem, 4vw, 3.2rem);
	line-height: 1.4;
}

.final-text {
    margin-bottom: 35px;
}

.company-name {
    margin-top: 60px;
    font-size: 13px;
}

.company-name strong {
    display: inline-block;
    margin-top: 5px;
    font-size: 1.1rem;
}


/* ==========================
   Fixed CTA
=========================== */

.fixed-cta {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 900;
}

.fixed-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 58px;
    padding: 0 25px;
    border-radius: 999px;
    background: #1976d2;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}


/* ==========================
   フッダー部分
=========================== */

div#sento {
	position: relative;
	top: 10px;
}
	
div#sento ul.sentonimodoru{
	margin: 10px auto 30px auto;
	text-align: right;
}

div#sento ul.sentonimodoru li {
	display: inline;
	background-image: url(../image/sento.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	letter-spacing:1px;
	padding: 0px 10px 0px 20px;
}

div#sento ul.sentonimodoru a {
	color: #555555;
	text-decoration: none;
}

div#sento ul.sentonimodoru :hover{
opacity:0.5;
text-decoration: underline;
}

div.sento2 {
	position: relative;
	top: 10px;
}
	
div.sento2 ul.sentonimodoru2{
	margin: 10px auto 30px auto;
	text-align: right;
}

div.sento2 ul.sentonimodoru2 li {
	display: inline;
	background-image: url(../image/sento.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	letter-spacing:1px;
	padding: 0px 10px 0px 20px;
}

div.sento2 ul.sentonimodoru2 a {
	color: #555555;
	text-decoration: none;
}

div.sento2 ul.sentonimodoru2 :hover{
opacity:0.5;
text-decoration: underline;
}

div#footer {
	clear: both;
	position: relative;
	background-color: #003dad;
	color: #ffff33;
	padding-top:20px;
}

div#footer ul.links-x4 {
    text-align: center;
    margin: 10px auto 0 auto;
    padding: 0;
    list-style: none;
}

div#footer ul.links-x4  li {
	display: inline;
	background-repeat: no-repeat;
	background-position: center;
	font-size: calc(1.4rem + ((0.6vw - 0.54rem) * 1.2));
	font-weight: 600;
	letter-spacing:1px;
	padding: 13px 0;
}

div#footer ul.links-x4 a {
	color: #ffff00;
	text-decoration: none;
}

div#footer ul.links-x4 a:hover{
	color: #ffff66;
    text-decoration: underline;
}

address {
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-style: normal;
	margin-top: 4px;
	padding: 2px 0 15px 0;
	letter-spacing: 1px;
	word-spacing: 1px;
	background: #003dad;
}


/* ==========================
   Responsive
=========================== */

.sp {
    display: none;
}


/* Tablet */

@media (max-width: 768px) {

    /* ==========================
       Hero
    ========================== */

    .indeed-hero {
        min-height: 850px;
        padding: 70px 0 60px;
        text-align: center;

        background:
            linear-gradient(
                180deg,
                #00376e 0%,
                #0055a0 100%
            );
    }

    /* 人物を中央下部へ */
    .indeed-hero::after {
        right: 50%;
        bottom: 0;
        transform: translateX(50%);

        width: 75%;
        height: 44%;

        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;

        z-index: 1;
    }

   .indeed-hero .indeed-container {
        position: relative;
        z-index: 2;
    }

    .indeed-hero .indeed-container > * {
        max-width: 760px;
        margin-left: auto;
        margin-right: auto;
    }


    .indeed-hero-inner {
        padding: 50px 25px 430px;
    }

    .indeed-hero-copy {
        width: 100%;
        max-width: 760px;
        margin: 0 auto;
        text-align: center;
    }

    .indeed-hero h1 {
        font-size: clamp(2rem, 5vw, 3.2rem);
    }

    .indeed-hero-lead {
        font-size: clamp(1.2rem, 3vw, 1.6rem);
    }

    .indeed-hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }


    /* 既存のTablet設定 */

    .hero-points {
        grid-template-columns: repeat(2, 1fr);
    }

    .problem-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industry-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .funnel-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .flow-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cause-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Smartphone */

@media (max-width: 600px) {

    /* ==========================
       Hero
    ========================== */

    .indeed-hero {
        min-height: 850px;
        padding-top: 50px;
        text-align: center;

        background:
            linear-gradient(
                180deg,
                #00376e 0%,
                #0055a0 100%
            );
    }

     /* 人物をスマホ中央下部へ */
    .indeed-hero::after {
        right: 50%;
        bottom: 0;
        transform: translateX(50%);

        width: 100%;
        height: 42%;

        background-size: contain;
        background-position: center bottom;
        background-repeat: no-repeat;

        z-index: 1;
    }

    .indeed-hero .indeed-container {
        position: relative;
        z-index: 2;
    }

    .indeed-hero .indeed-container > * {
        max-width: 100%;
    }

    /*
     * 下側に人物を置くためのスペースを確保
     * これにより文字と人物が重なりにくくなる
     */
    .indeed-hero-inner {
        padding: 30px 15px 330px;
    }


    .indeed-hero-copy {
        width: 100%;
        max-width: 100%;

        margin: 0 auto;

        text-align: center;
    }

    .indeed-hero-label {
        margin-bottom: 18px;
        padding: 6px 15px;
        font-size: 13px;
    }

    .indeed-hero h1 {
        margin-bottom: 22px;
        font-size: clamp(1.4rem, 4vw, 2.3rem);
        line-height: 1.4;
    }


    .indeed-hero-lead {
        margin-bottom: 18px;

        font-size: 1.09rem;
        line-height: 1.7;
    }

    .indeed-hero-text {
        margin-bottom: 28px;
        font-size: 0.95rem;
    }

    .hero-button {
        width: 80%;
        min-width: 0;
        padding: 14px;
    }

    .indeed-hero-note {
        font-size: 13px;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

.header-inner {
    display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 15px 0;
}


    /* 既存のスマホ設定 */

    .indeed-container,
    .indeed-container.narrow {
        width: calc(100% - 30px);
    }

    .indeed-section {
        padding: 50px 0;
    }

    .hero-lead {
        font-size: 1.25rem;
    }

    .hero-points {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
        justify-content: center;
    }

    .btn {
        width: 100%;
        min-height: 58px;
    }

    /* 以下は既存のまま */

    .problem-grid {
        grid-template-columns: 1fr;
    }

    .problem-card {
        min-height: auto;
    }

    .before-box,
    .support-item,
    .plus-box,
    .job-rule-box,
    .free-box,
    .existing-box,
    .entry-form {
        padding: 30px 20px;
    }

    .support-item {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .support-content ul {
        grid-template-columns: 1fr;
    }

    .support-content2 ul {
        grid-template-columns: 1fr;
    }

    .support-content3 ul {
        grid-template-columns: 1fr;
    }

    .budget-box {
        grid-template-columns: 1fr;
    }

    .two-column-message {
        grid-template-columns: 1fr;
    }

    .industry-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .job-example {
        flex-direction: column;
        gap: 10px;
    }

    .job-example div {
        width: 100%;
        min-width: 0;
    }

    .media-cards {
        grid-template-columns: 1fr;
    }

    .funnel-grid {
        grid-template-columns: 1fr;
    }

    .funnel-flow {
        flex-direction: column;
    }

    .funnel-flow b {
        transform: rotate(0deg);
    }

    .flow-grid {
        grid-template-columns: 1fr;
    }

    .checkbox-grid {
        grid-template-columns: 1fr;
    }

    .check-list {
        grid-template-columns: 1fr;
        gap: 5px 0;
    }

    .fixed-cta {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }

    .fixed-cta a {
        width: 100%;
    }

    .header-cta {
        padding: 0 12px;
    }

    .logo small {
        display: none;
    }

    .sp {
        display: block;
    }

}