@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************
* 1. アピールエリア（ネイビー・白縁取り・左固定）
************************************/
/* 背景の膜を張る */
.appeal-area::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: block;
    z-index: 0;
}

/* コンテナを全幅にして左端へ */
.appeal-area .appeal-container {
    display: flex !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    margin: 0 !important;
    z-index: 1;
    position: relative;
}

/* 文字とボタンを左側に強制配置 */
.appeal-area .appeal-content {
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding-left: 8% !important; /* 左端からの余白 */
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    width: auto !important;
}

/* 社名：ネイビー ＋ 白縁取り */
.appeal-title {
    font-size: 72px !important;
    font-weight: 900 !important;
    color: #001f3f !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.05em !important;
    text-shadow: 
        2px 2px 0 #fff, -2px -2px 0 #fff,
        2px -2px 0 #fff, -2px 2px 0 #fff,
        2px 0px 0 #fff, -2px 0px 0 #fff,
        0px 2px 0 #fff, 0px -2px 0 #fff,
        4px 4px 15px rgba(0, 0, 0, 0.3) !important;
}

/* キャッチコピー */
.appeal-message {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #001f3f !important;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 8px rgba(0,0,0,0.3) !important;
}

/* ボタン */
.appeal-button {
    margin-left: 0 !important;
    border: 2px solid #001f3f !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #001f3f !important;
}

/************************************
* 2. 会社概要（プロフィール表）
************************************/
.company-profile-table {
    width: 100% !important;
    border-top: 2px solid #001f3f;
    margin-top: 20px;
}
.company-profile-table th {
    background-color: #f8f9fa;
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    width: 30%;
}
.company-profile-table td {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}

/* スマホ用 */
@media screen and (max-width: 480px) {
    .appeal-title { font-size: 34px !important; }
    .appeal-message { font-size: 18px !important; }
    .appeal-area .appeal-content { padding-left: 5% !important; }
}
/************************************
* 1. アピールエリア（ネイビー・白縁取り・左固定）
************************************/
/* 背景の膜を張る */
.appeal-area::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    display: block;
    z-index: 0;
}

/* コンテナを全幅にして左端へ */
.appeal-area .appeal-container {
    display: flex !important;
    justify-content: flex-start !important;
    max-width: 100% !important;
    margin: 0 !important;
    z-index: 1;
    position: relative;
}

/* 文字とボタンを左側に強制配置 */
.appeal-area .appeal-content {
    background: transparent !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
    padding-left: 8% !important; /* 左端からの余白 */
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    width: auto !important;
}

/* 社名：ネイビー ＋ 白縁取り */
.appeal-title {
    font-size: 72px !important;
    font-weight: 900 !important;
    color: #001f3f !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
    letter-spacing: 0.05em !important;
    text-shadow: 
        2px 2px 0 #fff, -2px -2px 0 #fff,
        2px -2px 0 #fff, -2px 2px 0 #fff,
        2px 0px 0 #fff, -2px 0px 0 #fff,
        0px 2px 0 #fff, 0px -2px 0 #fff,
        4px 4px 15px rgba(0, 0, 0, 0.3) !important;
}

/* キャッチコピー */
.appeal-message {
    font-size: 26px !important;
    font-weight: 700 !important;
    color: #001f3f !important;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 2px 2px 8px rgba(0,0,0,0.3) !important;
}

/* ボタン */
.appeal-button {
    margin-left: 0 !important;
    border: 2px solid #001f3f !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #001f3f !important;
}

/************************************
* 2. 会社概要（プロフィール表）
************************************/
.company-profile-table {
    width: 100% !important;
    border-top: 2px solid #001f3f;
    margin-top: 20px;
}
.company-profile-table th {
    background-color: #f8f9fa;
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
    width: 30%;
}
.company-profile-table td {
    padding: 15px;
    border-bottom: 1px solid #dee2e6;
}

/* スマホ用 */
@media screen and (max-width: 480px) {
    .appeal-title { font-size: 34px !important; }
    .appeal-message { font-size: 18px !important; }
    .appeal-area .appeal-content { padding-left: 5% !important; }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

