@charset "utf-8";

/* フォントファミリー設定 */
/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 900

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}  
*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    color: #111;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2em;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.3s;
}

a:hover {
    opacity: 0.5;
}

ul li,
ol li {
    list-style: none;
}

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

img {
    width: 100%;
}

.flex_box {
    display: flex;
}

header {
    text-align: center;
}

.entry_btn_box {
    display: block;
    max-width: 600px;
    text-align: center;
}

.entry_btn {
    width: 92%;
    margin-bottom: 4rem;
}

.serif {
    font-family: sans-serif;
    margin-top: 4rem;

}

.Futura {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.serif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3.2rem;
    display: inline-block;
    border-bottom: solid 3px #5A9CCF;
}

.bold24 {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 2.4rem;
}

h2 {
    margin-top: 4rem;
}

h3 {
    margin-top: 3.2rem;
}

h4 {
    margin-top: 1.6rem;
}

p {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 1.6rem;
}

.wrapper_92 {
    max-width: 92%;
    margin: 0 auto;
}

.wrapper_100 {
    max-width: 100%;
}

/* 働く魅力 */
.charm_box {
    margin-top: 6rem;
    margin-bottom: 6rem;
}




/* ABOUT US */

.us_img {
    margin-top: 3.2rem;
}

.boshu_text {
    margin-top: 0.8rem;
    margin-bottom: 4rem;
}

.mission_text,
.benefits_text,
.benefits_img,
.boshu_heading {
    margin-top: 1.6rem;
}

.logos_img,
.text,
.chirashi {
    margin-top: 2.4rem;
}

/* メンバーズ */
h2.serif.members_title {
    margin-left: 4%;
}

/* アコーディオン */
.accordion-container {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
}

.more_box {
    display: flex;
    max-width: 500px;
    margin-right: 6rem;
    justify-content: end;
    margin-bottom: 2rem;

}

.more {
    color: #EC501C;
    display: block;
    width: 5rem;
    text-align: start;
    position: relative;
    cursor: pointer;
}

.more::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 1rem;
    color: #EC501C;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 0.8em;
    height: 0.8em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    transition: transform 0.3s;
}

/* アコーディオンが開いたとき */
details[open] .more::after {
    transform: translateY(40%) rotate(-45deg);
}

details[open] .more::after {
    transform: rotate(deg);
    /* 矢印を回転させて上向きに */
}

details.accordion-item {
    overflow: hidden;
}

summary {
    width: 100%;
    align-items: center;
    cursor: pointer;
    display: block;
    appearance: none;
    /* ブラウザのデフォルトスタイルを無効化 */
    outline: none;
    /* 必要に応じてフォーカス時のアウトラインも無効化 */
    /* デフォルトの矢印を非表示 */
}

summary img {
    object-fit: cover;
}

summary h3 {
    margin: 0;
    font-size: 1.2rem;
    flex-grow: 1;
}


summary::-webkit-details-marker {
    display: none;
    /* 矢印を非表示にする */
}


.accordion-content {
    padding: 10px;
    font-size: 0.9rem;
    color: #333;
}


/* 福利厚生 */
.benefits_img {
    margin-bottom: 4rem;
}

/* 募集要項 */

.tenpoichiran {
    border-bottom: solid 2px #EC501C;
}

.red {
    color: #EC501C;
}

/* タブ全体のデザイン */
/* 最初にすべてのコンテンツを表示にする */
.tab-contents,
.tab-content {
    display: block;
}

/* タブ1（正社員）選択時 */
input[type="radio"]#tab1:checked+label+.tab-contents #content2 {
    display: none;
}

/* タブ2（パート・アルバイト）選択時 */
input[type="radio"]#tab2:checked+label+.tab-contents #content1 {
    display: none;
}

/* タブのデザイン */

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}

.tab-label {
    color: #333;
    font-size: 1.4rem;
    background: #e1eef8;
    font-weight: bold;
    width: 50%;
    padding: 10px 20px;
    order: -1;
    cursor: pointer;
    text-align: center;
    transition: color 0.3s;
}

.tab-content {
    width: 100%;
    display: none;
}

/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    color: #EC501C;
    background-color: #FFFEF8;
    /* border: solid 2px #EC501C; */
}


input[type="radio"]:checked+.tab-label::after {
    border-bottom: solid 2px #EC501C;
    /* アンダーラインを表示 */
}

.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.boshu_wrapper {
    background-color: #F4F7FF;
}

dt {
    background-color: #5A9CCF;
    color: #FFFEF8;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
}

dd {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

dl {
    margin-bottom: 8rem;
}

/* 拠点 */

.accordion-item_kyoten summary img {
    transition: opacity 0.3s ease;
}

.accordion-container_kyoten .flex_box {
    justify-content: space-between;
}

.accordion-container_kyoten {
    margin-top: 4rem;
}

.accordion-item_kyoten[open] .u1 {
    content: url('../img/kyoten_u_hokkaidou.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u2 {
    content: url('../img/kyoten_u_miyagi.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u3 {
    content: url('../img/kyoten_u_hukushima.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u4 {
    content: url('../img/kyoten_u_aichi.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u5 {
    content: url('../img/kyoten_u_ishikawa.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u6 {
    content: url('../img/kyoten_u_nagano.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u7 {
    content: url('../img/kyoten_u_tochigi.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u8 {
    content: url('../img/kyoten_u_saitama.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u9 {
    content: url('../img/kyoten_u_toukyou.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u10 {
    content: url('../img/kyoten_u_chiba.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u11 {
    content: url('../img/kyoten_u_kanagawa.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u12 {
    content: url('../img/kyoten_u_shizuoka.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u13 {
    content: url('../img/kyoten_u_aichi.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u14 {
    content: url('../img/kyoten_u_hyougo.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u15 {
    content: url('../img/kyoten_u_osaka.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u16 {
    content: url('../img/kyoten_u_hiroshima.png');
    opacity: 1;
}

.accordion-item_kyoten[open] .u17 {
    content: url('../img/kyoten_u_fukuoka.png');
    opacity: 1;
}

.accordion-item_kyoten {
    margin-bottom: 0.8rem;
    cursor: pointer;
    width: 49%;
}

.kyoten_last {
    margin-bottom: 0.8rem;
    width: 49%;
}

.map_wrapper {
    max-width: 268px;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
}

iframe {
    width: 100%;
}


/* スケジュール*/
.step_img,
.company_img {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

/* ここから1.8 */
/* リセット */
body,
p,
h2,
div {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.5;
}

.steps-container {
    max-width: 800px;
    margin: 0 auto;
}

.step_text {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    color: #333;
}

.step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.step-line {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-right: 20px;
}

.step-number {
    width: 80px;
    height: 80px;
    background-color: #63A7DC;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.step-number span:first-child {
    font-size: 16px;
}

.step-number span:last-child {
    font-size: 24px;
}

/* 丸と丸の間のライン */
.step-line-connector {
    width: 2px;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 80px;
    /* 丸の下 */
    left: 50%;
    /* 丸の中央 */
    transform: translateX(-50%);
}

/* 最後のステップはラインを非表示 */
.step:last-child .step-line-connector {
    display: none;
}

.step-content {
    max-width: calc(100% - 100px);
}

.step-content h2 {
    font-size: 14px;
    margin-bottom: 10px;
}

.step-content p {
    font-size: 14px;
    margin-bottom: 5px;
}






/* 会社概要 */

.company_item_box {
    width: 85%;
    margin: 2rem auto 0 auto;
    border-bottom: solid 1px #000;
    padding-bottom: 5rem;
}

.company_item_de {
    display: block;
    width: 65%;
    margin-bottom: 1.6rem;
}

.company_item_dt {
    display: block;
    width: 35%;
    margin-bottom: 1.6rem;
}

.between {
    justify-content: space-between;
}

footer img {
    width: 63%;
    text-align: center;
    margin: 6rem auto;
    display: block;
}

/* フォーム */


.form_box {
    margin-top: 6rem;
}

.contact {
    background-color: #f6f6f6;
    max-width: 640px;
    text-align: center;
    margin: 0 auto;
    padding: 80px 30px;
}

.required {
    margin-left: 5px;
    padding: 3px 8px;
    border: 1px solid #ec501c;
    border-radius: 4px;
    color: #ec501c;
    font-size: 12px;
}

input,
select,
textarea {
    width: 100%;
    box-sizing: border-box;
    /* 追加 */
    display: block;
    text-align: left;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
}

input,
select {
    margin-bottom: 20px;
}

.half-width {
    width: 50%;
    box-sizing: border-box;
}

.label {
    display: block;
    margin: 10px 20px 5px 5px;
    font-weight: bold;
    text-align: left;
}

textarea {
    width: 100%;
    height: 150px;
    resize: vertical;
    padding: 10px;
}

/* フッター */
small {
    display: block;
    text-align: center;
}

/* プレースホルダーのスタイル（Chrome, Edge） */
input[type="date"]::-webkit-datetime-edit {
    color: #999;
    /* 入力前のテキストの色 */
}

/* Firefox用 */
input[type="date"]::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

/* Edge, IE用 */
input[type="date"]::-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

.contact p {
    text-align: left;
    margin: 0;
    padding-top: 5px;
    font-size: 11px;
}

/* エリアチェック ボタン */
.check-area-btn {
    display: block;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
    padding: 12px;
    background-color: #fff;
    border-radius: 4px;
    color: #999;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

/* エリアを確認するボタンのホバー 適宜色変えてください */
.check-area-btn:hover {
    background-color: #e0e0e0;
    /* 背景色 */
    color: #333;
    /* 文字色 */
    border: 1px solid #ccc;
    /* 境界線 */
    transition: 0.3s;
    /* なめらかに変化 */
}

html {
    scroll-behavior: smooth;
}

/* エントリーボタン 記載不要です。既にあるエントリーボタンと同じクラス名をHTMLに当ててください*/
.submit-btn {
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
    font-size: 16px;
}

.submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    cursor: pointer;
    padding: 30px 0;
    background: none;
    border: 2px solid #63a7dc;
    font-size: 16px;
    font-weight: bold;
}

.submit-btn:hover {
    color: #6d6a6a;
    transition: 0.3s;
}

.custom-select {
    position: relative;
    width: 100%;
    padding-right: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    font-size: 14px;
    cursor: pointer;
}

.select-wrapper-01 {
    width: 50%;
    display: block;
    text-align: left;
    position: relative;
}

.select-wrapper-02 {

    display: block;
    text-align: left;
    position: relative;
}

/* カスタム 下向き矢印 */
.select-wrapper-01::after,
.select-wrapper-02::after {
    content: "";
    position: absolute;
    right: 15px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999;
    transform: rotate(45deg);
    pointer-events: none;
    align-items: center;
}

.select-wrapper-01::after {
    top: 60%;
}

.select-wrapper-02::after {
    bottom: 50%;
}