/*
Theme Name: BlueTechno
Description: ブルーテクノのコーポレートサイト用WordPressテーマ
Version: 1.0.2
Author: BlueTechno
Author URI: https://civil-channel.net/
Text Domain: bluetechno
*/

/* リセットCSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Noto Sans JP', 'Yu Gothic', 'Meiryo', sans-serif;
    line-height: 1.8;
    color: #1a3e7a;
    background: #f8fafc;
    font-size: 17px;
}

/* ヘッダー */
header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    height: 75px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    height: 75px;
    padding: 0 3vw;
}

.logo {
    font-size: 1.6rem;
    font-weight: 700;
    color: #1a3e7a;
    letter-spacing: 0.02em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}
.only-sp{
    display: none;
}
.logo img {
    width: 240px;
}

.section-padding {
  padding: 90px 0 90px 0;
}



.nav-toggle {
  display: none;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2.5em;
}

.nav-links a {
    text-decoration: none;
    color: #1a3e7a;
    font-weight: 500;
    font-size: 1.13rem;
    letter-spacing: 0.02em;
    transition: color 0.2s;
    position: relative;
}

.nav-links a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #1a3e7a;
    transition: width 0.2s;
    margin: 0 auto;
}

.nav-links a:hover::after {
    width: 100%;
}

/* ヒーローセクション */
#hero {
    position: relative;
    min-height: 66.6vw;
    width: 100%;
    padding: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: center center / cover no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 60, 120, 0.55);
    z-index: 2;
}

.hero-inner {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 3vw;
    display: flex;
    align-items: top;
    min-height: 40vw;
}

.hero-content {
    color: #fff;
    text-align: left;
    max-width: 700px;
    padding-top: 6vw;
}

.home .hero-content h1 {
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2em;
    margin-bottom: 1.5rem;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}

.hero-content h1 span {
    display: block;
}

.hero-content p {
    color: #e0e8f5;
    font-size: 1.13rem;
    font-weight: 400;
    margin-top: 1.2em;
    text-shadow: 0 1px 4px rgba(0,0,0,0.18);
}

/* 統一された画像スタイル */
.about-img,
.service-img,
.recruitment-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 360px;
    z-index: 4;
}

img {
    border-radius: 0 !important;
    box-shadow: none !important;
}

.service-img img,
.recruitment-img img {
    width: 100%;
    max-width: 100%;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #0165a6 0%, #346fc0 100%);
    color: #fff;
    font-weight: 700;
    font-size: 1.08rem;
    border-radius: 16px;
    padding: 0.7em 1.4em 0.7em 1.8em;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s cubic-bezier(.4,2,.6,1), transform 0.3s cubic-bezier(.4,2,.6,1);
    box-shadow: 0 2px 8px rgba(26,62,122,0.08);
    position: relative;
    min-width: 220px;
    letter-spacing: 0.04em;
    border: none;
    outline: none;
    cursor: pointer;
}

.cta-btn:hover {
    transform: translateY(-2px);
    transition:0.3s ease;
    box-shadow: 0 8px 24px rgba(26,62,122,0.18);
}

.cta-btn::after {
    content: '';
    display: inline-block;
    margin-left: 0.5em;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    vertical-align: middle;
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 4L10 8L6 12" stroke="%230165a6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.cta-btn:active {
    box-shadow: 0 1px 2px rgba(26,62,122,0.10);
}

/* セクション共通 */
section {
    padding: 5rem 5rem;
}

section h2 {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #0066cc;
}

/* 各セクション見出しの英語部分を大きく */
.section-title {
    font-size: 40px;
    color: #1a3e7a;
    font-weight: 700;
    margin-bottom: 3.5rem;
    text-align: left;
    line-height: 1.1;
    letter-spacing: 0.10em;
}
.section-title-ja {
    font-size: 1rem;
    color: #3a4a6a;
    font-weight: 400;
    margin-left: 0.7em;
}

/* 共通のinnerクラス */
.inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 会社概要 */
#about {
    background: #fff;
    position: relative;
    z-index: 3;
}

.about-inner {
    position: relative;
    display: block;
}

.about-text {
    font-size: 0.98rem;
    padding-right: 0;
}

.about-text p {
    margin-bottom: 1.1em;
    text-align: left;
}

.about-img {
    min-width: 260px;
    text-align: center;
    bottom: -0.5em;
}

.about-img-photo {
    max-width: 100%;
    width: auto;
    max-height: 360px;
}

/* サービス */
#service {
    background: #f5f8fd;
}

.service-inner {
    position: relative;
}

.service-desc {
    flex: 1 1 340px;
    min-width: 300px;
    text-align: left;
    padding-right: 340px;
}

/* サービス・リクルート・カンパニーの中の2カラム部分は個別にflexで横並びにする */
.service-content-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3vw;
}

.civil-channel-logo {
    width: 260px;
    max-width: 100%;
    display: block;
    margin-top: -1.5em;
    margin-left: 0.5em;
    margin-bottom: 1.1em;
}

.service-desc p {
    margin-bottom: 1.2em;
    text-align: left;
}

/* 採用情報 */
#recruitment {
    background: #fff;
}

.recruitment-inner {
    position: relative;
}

.recruitment-text {
    flex: 1 1 420px;
    min-width: 320px;
    text-align: left;
    color: #1a3e7a;
}

.recruitment-text p {
    margin-bottom: 1.1em;
    text-align: left;
}

.recruitment-text ul {
    margin-bottom: 1.1em;
    padding-left: 1.2em;
}
.recruitment-img{
    bottom: 90px;
    text-align: center;
}
.recruitment-img .recruit-img-photo{
    width: auto;
    height: auto;
    max-height: 330px;
}
.recruitment-text li {
    margin-bottom: 0.3em;
    text-align: left;
    font-weight: 700;
}

.recruitment-btns {
    display: flex;
    gap: 3em;
    justify-content: center;
    margin-top: 2.5em;
}

.recruitment-btns .cta-btn {
    flex: 1;
    max-width: 270px;
    min-width: 200px;
}

/* 会社情報 */
#company {
    background: #fff;
    position: relative;
    z-index: 3;
}
.company-content-row{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 3vw;
}

.company-info {
    text-align: left;
    width: 40%;
}

.company-logo {
    width: 240px;
    height: auto;
    margin-bottom: 1.5em;
}

.company-info ul {
    list-style: none;
    color: #222;
    text-align: left;
}

.company-info li {
    margin-bottom: 0.7em;
}

.company-info a {
    color: #1a3e7a;
    text-decoration: underline;
}

.company-info table tr>*{
    padding: 10px;
    line-height: 2em;
}

.company-info table tr + tr td{
    border-top: 1px solid #e0e0e0;
}

.company-map {
    text-align: right;
    width: 60%;
}

.company-map iframe {
    width: 100%;
    height: 420px;
    margin-top: 90px;
}

/* フッター */
footer {
    background: #fff;
    color: #888;
    text-align: center;
    padding: 2.5em 0 1em 0;
    font-size: 1rem;
    border-top: 1px solid #e0e0e0;
}

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

@media (max-width: 1100px) {
    .about-inner, .service-inner, .recruitment-inner, .company-inner {
        flex-direction: column;
        gap: 2em;
    }
    .service-img, .company-map {
        width: 100%;
    }
    .about-text-inner{
        width: calc(100% - 300px - 1em);
    }
    .about-img, .service-img, .recruitment-img{
        width: 300px;
        right: 1em;
    }
    .company-info{
        width: 100%;
    }
    .company-map {
        margin-top: 2em;
    }

    .company-info table{
        width: 100%;
    }
    .only-pc{
        display: none;
    }
}

@media (max-width: 900px) {
    section {
        padding: 3rem 2vw;
    }
    .logo img{
        width: 210px;
    }
    #hero{
        margin-top: 75px;
    }
    .about-inner,
    .service-inner,
    .company-inner,
    .member-inner {
        display: flex;
        flex-direction: column;
        gap: 2rem;
        max-width: 100vw;
        padding: 0 2vw;
    }
    .company-inner {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .service-img {
        position: static;
        width: 100%;
        max-width: 100%;
        margin: 1.5em auto 0 auto;
        text-align: center;
    }
    .service-desc{
        width: 100%;
        padding-right: 0px;
    }
    .service-img{
        width: 50%;
    }
    .about-img {
        width: 100%;
        text-align: center;
        position: relative;
    }

    /* 画像 */
    img, .service-img img, .about-img, .recruitment-img {
        max-width: 100%;
        height: auto;
        position: relative;
    }

    .hero-content {
        max-width: 100%;
        padding: 1.5em 1vw 0.5em 1vw;
    }
    .hero-content h1 {
        font-size: 1.75rem;
        margin-left: 0;
        padding: 0.1em 0.5em;
    }
    .hero-content p {
        word-break: break-all;
    }
    .section-title {
        font-size: 3rem;
        margin-bottom: 2rem;
    }
    .about-text {
        padding-right: 0;
        width: 100%;
        max-width: 100%;
    }
    .service-img img {
        width: 100%;
        max-width: 100%;
    }

    .recruitment-img{
        bottom: auto;
        margin: 3em auto 0 auto;
    }
    .company-info, .company-map {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    p, li, td, th{
        font-size: 0.9rem;
    }
    nav {
        flex-wrap: wrap;
        height: auto;
        padding: 0.5em 2vw;
        position: relative;
    }
    header{
        height: auto;
    }
    .logo img{
        width: 200px;
    }
    .section-padding{
        padding:45px 0px;
    }
    .nav-toggle {
        display: block;
        background: none;
        border: none;
        width: 44px;
        height: 44px;
        position: absolute;
        right: 2vw;
        top: 10px;
        z-index: 9999;
        cursor: pointer;
        pointer-events: auto;
        outline: none; /* フォーカス時のアウトラインを無効化 */
    }

    .nav-toggle:focus {
        outline: none; /* フォーカス時のアウトラインを無効化 */
    }
    .nav-toggle span {
        display: block;
        width: 28px;
        height: 4px;
        margin: 5px auto;
        background: #1a3e7a;
        border-radius: 2px;
        transition: 0.3s;
        pointer-events: none;
    }
    .nav-menu {
        display: none;
        position: absolute;
        top: 72px;
        right: 0;
        width: 40vw;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        z-index: 9998;
    }
    .nav-menu.active {
        display: block;
    }
    .nav-links {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
        width: 100%;
    }
    .nav-links li {
        width: 100%;
    }
    .nav-links a {
        display: block;
        width: 100%;
        padding: 1em 2em;
        font-size: 1.1rem;
        border-bottom: 1px solid #f0f0f0;
    }
    /* hero・aboutなど画像やテキストの視認性向上 */
    #hero {
        flex-direction: column;
        background-size: cover, 100% 100%;
        margin-top: 60px;
    }
    .hero-content {
        padding: 2em 1em 1em 1em;
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .home .hero-content h1{
        font-size: 1.25rem;
        margin-left: -4vw;
    }
    .hero-content p {
        font-size: 0.8rem;
        margin-top: 0.8em;
    }

    .about-img, .service-img, .recruitment-img{
        width: 100%;
        right: 0;
    }

    .section-title {
        font-size: 2rem;
        margin-bottom: 1em;
        letter-spacing: 0.075em;
    }
    .section-title-ja {
        font-size: 0.8rem;
        margin-left: 0.5em;
    }
    .inner {
        padding: 0 3vw;
    }
    .toggle-content{
        margin-top: 1.2em;
    }
    .toggle-content + .cta-btn{
        margin-top: 1em;
    }
    .about-text {
        font-size: 0.98rem;
        padding-right: 0;
    }
    .about-text-inner{
        width: 100%;
    }
    .about-img img {
        margin-top: 0;
        margin-bottom: 5px;
        height: auto;
        max-height: 300px;
    }
    .service-img {
        width: 75vw;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: auto;
        bottom: 0;
        max-width: 95vw;
        position: static;
        text-align: center;
    }
    .service-img img {
        width: 100%;
        max-width: 100%;
    }

    .recruitment-img{
        bottom: auto;
        margin: 1em auto 0 auto;
    }
    .cta-btn {
        width: 100%;
        font-size: 1rem;
        margin-bottom: 1em;
        padding: 0.8em 0;
    }
    .recruitment-btns{
        flex-direction: column;
        gap: 0;
    }
    .recruitment-btns .cta-btn {
        width: 100%;
        max-width: none;
        min-width: 0;
    }
    .company-inner {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .company-content-row{
        flex-direction: column;
    }
    .company-map iframe{
        margin-top:0px;
    }
    /* ナビゲーション */
    .nav-toggle {
        width: 48px;
        height: 48px;
    }
    .nav-links a {
        padding: 0.75em 1em;
        font-size: 1.1rem;
    }
    nav {
        height: auto;
        padding: 0.5em 2vw;
    }
    .nav-links {
        gap: 0.75em;
    }
    .about-img, .service-img img {
        width: 100%;
        min-width: 0;
    }
    .company-logo {
        width: 200px;
    }
    .company-map iframe {
        max-width: 100%;
        height: 180px;
    }
    .hero-content h1 {
        font-size: 1.25rem;
        margin-left: -4vw;
    }
    .hero-content h1::after {
        left: -6%;
        top: 68%;
        width: 105%;
        height: 1em;
    }
    .service-img img {
        width: 100%;
    }
    .company-info,.company-map {
        width: 100%;
    }
    .only-sp{
        display: block;
    }
    .nav-toggle {
        display: block;
    }
}

.toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2176c1;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 0.75em;
  padding: 1em 1.5em 1em 1.5em;
  margin: 1.2em auto 0 auto;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(26,62,122,0.08);
  transition: background 0.2s, box-shadow 0.2s;
  position: relative;
}
.toggle-btn:after {
  content: '';
  display: inline-block;
  margin-left: 0.7em;
  width: 1.6em;
  height: 1.6em;
  background: #fff;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  vertical-align: middle;
  background-image: url('data:image/svg+xml;utf8,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 8L10 12L14 8" stroke="%232176c1" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1em 1em;
}
.toggle-btn[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.toggle-btn:active {
  background: #155a8a;
  box-shadow: 0 1px 2px rgba(26,62,122,0.10);
}

/* タッチデバイス向けのスタイル */
@media (hover: none) and (pointer: coarse) {
  .toggle-btn {
    min-height: 44px; /* タッチターゲットの最小サイズ */
    touch-action: manipulation; /* タッチ操作の最適化 */
    -webkit-tap-highlight-color: transparent; /* iOSのタップハイライトを無効化 */
    -webkit-touch-callout: none; /* iOSのコンテキストメニューを無効化 */
    -webkit-user-select: none; /* テキスト選択を無効化 */
    user-select: none;
  }

  .toggle-btn:active {
    background: #155a8a;
    transform: scale(0.98); /* タッチ時の視覚的フィードバック */
  }

  .nav-toggle {
    min-height: 44px;
    min-width: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .nav-toggle:active {
    transform: scale(0.95);
  }

  /* タッチデバイスでのボタン要素の基本スタイル */
  button, .btn {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    touch-action: manipulation;
  }
}

/* より広範囲のタッチデバイス対応 */
@media (max-width: 768px) {
  .toggle-btn {
    min-height: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }

  .nav-toggle {
    min-height: 44px;
    min-width: 44px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
  }
}

/* =============================
   採用ページ専用スタイル
   ============================= */
.recruit-page {
    background: #fff;
    padding-top: 0;
    color: #000;
    overflow: hidden;
}

/* ヒーローセクション */
.hero-section {
    padding-top: 150px;
    padding-bottom: 0px;
}
.hero-section  .main-title {
    font-size: 4rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    color: #1a0080;
    text-align: center;
    width: 100%;
    letter-spacing: 0.08em;
}
.recruit-page .hero-buttons {
    display: flex;
    gap: 24px;
    justify-content: center;
    width: 100%;
}
.recruit-page .hero-buttons .btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 32px;
    border-radius: 24px;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    background: #1a0080;
    color: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: background 0.2s;
    width: 180px;
    justify-content: center;
    position: relative;
}
.recruit-page .hero-buttons .btn:hover {
    background: #3a2fff;
}
.recruit-page .hero-buttons .btn img {
    padding: 3px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: calc(50% - 9px);
    border: #fff solid 1px;
    border-radius: 18px !important;
}

/* メッセージセクション */
.recruit-page .message-section {
    max-width: 1100px;
    margin: 60px auto 60px auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
    background: none;
    padding: 4rem;
}
.recruit-page .message-content {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
}
.recruit-page .message-content p+p{
    margin-top: 1rem;
}
.recruit-page .message-text {
    flex: 2;
}
.recruit-page .message-title {
    color: #1a0080;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.04em;
}
.recruit-page .message-person {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    max-width: 240px;
}
.recruit-page .message-person img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px!important;
    margin-bottom: 20px;
}
.recruit-page .message-person p {
    color: #222;
    font-size: 1rem;
    margin: 0;
}

/* 募集要項セクション */
.recruit-page .requirements-section {
    background: #eaf2fc;
}
.recruit-page .requirements-container{
    max-width: 1100px;
    margin: 0 auto;
    padding: 56px 48px 48px 48px;
    background: #fff;
    border-radius: 32px;
}
.recruit-page .section-header {
    text-align: center;
}
.recruit-page .section-subtitle {
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    margin-bottom: 8px;
    text-align: center;
}
.recruit-page .section-title {
    font-size: 1.1rem;
    font-weight: 400;
    color: #1a0080;
    text-align: center;
    margin-bottom: 45px;
    letter-spacing: 0.08em;
}
.recruit-page .requirements-list {
    list-style: none;
    padding: 0 6rem 0 6rem;
    margin: 0;
}
.recruit-page .requirement-item {
    display: flex;
    border-bottom: 1px solid #d0d8e0;
    padding: 30px 0;
    align-items: flex-start;
}
.recruit-page .requirement-label {
    flex: 0 0 140px;
    font-size: 1rem;
    margin-right: 45px;
    position: relative;
}
.recruit-page .requirement-item  + .requirement-item .requirement-label:after{
    content: "";
    background-color: #1a3e7a;
    width: 100%;
    height: 1px;
    position: absolute;
    top: -31px;
    left: 0px;
}
.recruit-page .requirement-content {
    flex: 1;
    color: #222;
    font-size: 1rem;
}
.recruit-page .requirement-content ul,
.recruit-page .requirement-content ol {
    margin: 0 0 0 1.2em;
}
.recruit-page .requirement-content p {
    margin: 0;
}
.recruit-page .requirement-content p + p{
    margin-top: 1rem;
}
.recruit-page .requirement-item:last-child {
    border-bottom: none;
}

/* 応募フォームセクション */
.form-section {
    max-width: 700px;
    margin: 60px auto 0px;
    background: #fff;
    padding: 0px 4rem;
    color: #222;
}
.form-section .form-description{
    margin-bottom: 1rem;
}
.form-section .form-policy-description{
    font-size: 0.8rem;
    margin-bottom: 1rem;
    text-align: center;
}
.contact-page .form-section{
    padding: 3.5rem;
    max-width: 800px;
}
.contact-page .hero-section .main-title{
    font-size: 2.5rem;
    margin-bottom: 0px;
}
.form-section .form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.form-section .form-label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    font-weight: 600;
    color: #222;
}
.form-section .required {
    color: #e60033;
    font-size: 1.1em;
    margin-left: 4px;
}
.form-section input[type="text"],
.form-section input[type="email"],
.form-section input[type="tel"],
.form-section textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #eee;
    border-radius: 4px;
    font-size: 1rem;
    color: #222;
    transition: border 0.2s;
    margin-bottom: 1rem;
}
.form-section input[type="text"]:focus,
.form-section input[type="email"]:focus,
.form-section input[type="tel"]:focus,
.form-section textarea:focus {
    border: 1.5px solid #1a0080;
    outline: none;
}
.form-section input::placeholder,
.form-section textarea::placeholder{
    color: #eee;
}
.form-section textarea {
    min-height: 120px;
    resize: vertical;
}
.form-section .file-input {
    display: flex;
    align-items: center;
    gap: 12px;
}
.form-section .file-input span {
    font-size: 1rem;
    color: #888;
}
.form-section .submit-button {
    width: 100%;
    background: #222;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    border: none;
    border-radius: 30px;
    padding: 16px 0;
    margin-top: 12px;
    cursor: pointer;
    transition: background 0.2s;
}
.form-section .submit-button:hover {
    background: #1a0080;
}
.form-section input[type=file],
.form-section select{
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.form-section select{
    margin-right: 0.25rem;
}

/* レスポンシブ対応 */
@media (max-width: 900px) {
    .recruit-page .message-section {
        flex-direction: column;
        gap: 24px;
        margin: 30px 0px;
        padding: 2rem;
    }
    .recruit-page .message-content {
        flex-direction: column;
        gap: 24px;
    }
    .recruit-page .hero-buttons{
        gap: 1rem;
    }
    .recruit-page .btn{
        gap: 2px;
        gap: 2px;
        font-size: 0.8em;
        width: auto;
    }
    .recruit-page .btn img{
        right: 6px;
        width: 18px;
        height: 18px;
    }
}
@media (max-width: 768px) {
    .hero-section{
        margin-top: 60px;
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .hero-section .main-title {
        font-size: 2rem;
    }
    .recruit-page .message-person{
        max-width: 100%;
    }
    .form-section, .contact-page .form-section{
        padding: 2rem;
    }
    .form-section .requirements-list{
        padding: 0;
    }
    .form-section .requirement-item{
        flex-direction: column;
    }
    .form-section .requirement-label{
        flex: 0 0 45px;
        font-weight: 700;
    }
    .recruit-page .section-title {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    .recruit-page .section-subtitle{
        font-size: 1.85rem;

    }
    .recruit-page .hero-buttons .btn{
        font-size: 0.8em;
        padding: 0.5em 1em;
    }
    .recruit-page .hero-buttons .btn img{
        width: 15px;
    height: 15px;
    padding: 1px;
    top: calc(50% - 7.5px);
    right: 7.5px;
    }
    .recruit-page .requirements-container{
        padding: 1.5rem;
    }
    .recruit-page .requirements-list{
        padding: 0;
    }
    .recruit-page .message-person img {
        margin-bottom: 10px;
    }
    .recruit-page .requirement-item{
        flex-direction: column;
        border-bottom: none;
        padding-top: 15px;
    }
    .recruit-page .requirement-label{
        flex:0 0 30px;
        width: 100%;
        border-bottom: 1px solid #d0d8e0;
    }
    .recruit-page .requirement-label:after,
    .recruit-page .requirement-item+.requirement-item .requirement-label:after{
        content: "";
        background-color: #1a3e7a;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: -1px;
        top: auto;
        width: 4em;
    }
    .recruit-page .requirement-content{
        padding-top: 1rem;
    }
    .contact-page .hero-section .main-title{
        font-size: 2rem;
    }
}
