/* **************************************** */
/*  skk-recruit-style09.css   爽快潔独自ｃｓｓ 9月用 */
/* **************************************** */

@charset "UTF-8";
/* アップ時削除 */
.rinen{

	background: url(https://www.ohmikasei.com/asset2022/images/recruit/business-bg.png) repeat;xt
}


.title,
.contact-title {
        margin: 50px 0;

        background-color: #228b33;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: .1em;
        padding: 12px 0;
        margin: 0 auto 30px;
        width: 100%;
        font-weight: 900;
        position: relative;
        padding: 20px;
        }
.subtitle02 {
        position: relative;
        padding: 15px 0;
        color: #000;
        background: #e9f1e6;
        font-size: 24px;
        text-align: center;
        letter-spacing: 1px;
        margin: 60px auto 30px;
    }
/* 社長セクション */
    .president {
        margin: 90px auto;
    }
/* 福利厚生セクション */
        /* .subtitle02 {
        position: relative;
        padding: 15px 0;
        color: #000;
        background: #e9f1e6;
        font-size: 24px;
        text-align: center;
        letter-spacing: 1px;
        margin-bottom: 80px;
    } */

.benefits-section {
    max-width: 1030px; /* `width`を`max-width`に変更 */
    margin: 40px auto 0;
    overflow: hidden;
    padding: 50px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.benefits-grid {
    display: grid;
    /* PCでは3列に設定 */
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    /* margin-top: 60px; */
}

.benefit-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #4a9d4a, #6bb66b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

.benefit-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.benefit-description {
    color: #666;
    line-height: 1.6;
}

.waku01-title {
        font-size: 25px;
        text-align: center;
        position: relative;
        color: #228b33;
}
.waku01-txt {
        text-align: center;
        font-size: 18px;
        margin: 0 0 30px;
    }


/* .parent-shiga {
  display: flex;
  flex-direction: column;
} */
/* PC向けCSSの記述例 */
.shiga {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 5% 40px
}

.shiga-item {
  width: 45%; /* 親要素shigaの30%の幅で横に3つ並ぶ */
}
.shiga-title {
  font-weight:bold;
  font-size:18px;

}
.staff-job  {
          padding: 0 5% 20px;
}
.hito-hudo{
    width: 80%;
    margin: 0 auto;
}



/* .check-section {
    max-width: 1030px; /* `width`を`max-width`に変更 
    margin: 40px auto 0;
    overflow: hidden;
    padding: 50px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
} */

/* .check-grid {
    display: grid;
    /* PCでは3列に設定 
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    /* margin-top: 60px; 
}

.check-card {
    background: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.check-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.check-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #4a9d4a, #6bb66b);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

.check-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.check-description {
    color: #666;
    line-h
    eight: 1.6;
} */


.check-section {
    padding: 40px 20px;

}

.container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.check-item {
    width: calc((100% - 40px) / 3); /* 3つ横並びにするため、gapを考慮 */
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
}

.check-item img {
    width: 100%;
    height: auto;
    display: block;
}




.story-container {
    display: flex;
    flex-wrap: wrap; /* 子要素がはみ出したら折り返す */
    gap: 20px;
    justify-content: center;
}

.story-item {
    width: calc((100% - 40px) / 3); /* PCでは3つ横並び */
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-align: left;
}

.story-item img {
    width: 100%;
    height: auto;
    display: block;
}

.story-item-content {
    padding: 15px;
}

.story-item-content h3 {
    margin-top: 0;
    font-size: 1.2rem;
}

.story-item-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #555;
}





/********************************************/
/* 問い合わせ */
.contact-txt {
    font-size: 16px;
    margin: 30px 50px;
}

.contact-area {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 5% 40px
}
.contact-item {
    width: 45%; 
}
.contact-item img{
    display:block;
    margin: auto;
}
.contacttext-title {
    font-weight:bold;
    font-size:18px;
}
/* プロセス */
.process {
    width: 1030px;
    margin: 80px auto;
    overflow: hidden;
}
.process-area {
    width: 100%;
    /* background-color: #fff; */
    /* padding: 40px 20px; */
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 800px;
    margin: 0 auto;
}

.process-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a2a44;
    margin-bottom: 30px;
}
.process-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-step {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.process-step-number {
    background-color: #228b33;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 20px;
}
.process-step-content h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #228b33;
    font-weight: bold;
}
.process-step-content p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}
.process-flow-arrow {
    font-size: 2rem;
    color: #aaa;
    /* margin: 10px 0; */
}
.check-section {
    padding: 40px 20px;

}
/* 専用連絡先 */
.senyo{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.senyo-item{
    width: calc((100% - 40px) / 3); /* 3つ横並びにするため、gapを考慮 */
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    padding:2.0em
}

.senyo-item01 img {
    width: 100%;
    height: auto;
    display: block;
}
.senyo-txt {
    font-size: 16px;
    margin: 30px 50px;
}


/* .contact-item {
    width: 45%; 
}
.contact-item img{
    display:block;
    margin: auto;
} */
.senyo-title {
    font-weight:bold;
    font-size:18px;
}


/* レスポンシブ対応 */
/* @media (max-width: 768px) { */
@media screen and ( max-width: 782px ) {
    /* 問い合わせ */
    .contact-title {
        background-color: #228b33;
        text-align: center;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        letter-spacing: .1em;
        padding: 12px 0;
        margin: 0 auto 30px;
        width: 100%;
        font-weight: 900;
        position: relative;
        padding: 20px;
    }
    .contact-txt {
    margin: 30px 30px;
    }
    .contact-item {
    width: 100%;
    }
    .contact-center-text {
  text-align: center;
}
    .contact-area {
    flex-direction: column;
    }

    /* プロセス */
    .process {
        padding: 20px 10px;
    }
    .process-title {
        /* スマホでのタイトルは、左右にはみ出さないようにパディングを追加 */
        padding: 0 10px;
        box-sizing: border-box;
    }
    .process-step {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    .process-step-number {
        font-size: 1.0rem;
        width: 30px;
        height: 30px;
        /* margin: 0 0 10px 0; */
        margin: 0 auto;
    }
    .process-step-content {
        text-align: left;
        /* スマホでのテキストは、左右にはみ出さないようにパディングとボックスサイズを調整 */
        width: 100%;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .process-step-content h3 {
    text-align: center;
}
    .process-step-content p {
        font-size: 0.9rem;
    }

    /* 福利厚生 */
    .benefits-section {
        max-width: 100%; /* max-widthを100%に */
        padding: 50px 20px;
    }
    .benefits-grid {
        /* スマホでは2列に設定 */
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; /* スマホ用にgapを調整 */
    }
    /* スマホ向けCSSの記述例 */
    .shiga {
    display: flex;
    flex-direction: column;
    }

    .shiga-item {
    width: 100%; /* 親要素shigaの幅いっぱいに広がり縦並びになる */
    margin-bottom: 20px; /* 要素同士の間に20pxの余白を空ける */
    }
    h3.tp {
            background: #dfebdc;
            color: #228b33;
        }
    .staff-job  {
            padding: 5%;
    }
    .story-container {
        flex-wrap: wrap; /* 子要素を折り返す */
        gap: 15px;
        /* 修正箇所：左詰めに変更 */
                    justify-content: flex-start;
                }


    .story-item {
        /* 2つ横並びにするため、gap（15px）を考慮して幅を計算 */
        width: calc((100% - 15px) / 2);
    }
        /* 適正診断 */
    /* .check-section {
        max-width: 100%; /* max-widthを100%に 
        padding: 50px 20px;
    }
    .check-grid {
        /* スマホでは2列に設定 
        grid-template-columns: repeat(2, 1fr);
        gap: 20px; /* スマホ用にgapを調整 
    } */

     .container {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0 10px;
    }

    .check-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .senyo {
        flex-direction: column;
        align-items: center;
        gap: 15px;
        padding: 0 10px;
    }
    .senyo-item {
        width: 100%;
        margin-bottom: 10px;
    }
    .hito-hudo{
    width: 80%;
    }

}




/* 480px以下のさらに狭い画面での1列表示 */
@media (max-width: 480px) {
    .benefits-grid {
        /* 1列に設定 */
        grid-template-columns: 1fr;
    }
}
