@charset "UTF-8";

/* ====================================================
　　　　　　　　　　　　　　共通設定 
====================================================*/
html {
    height: 100%;
    /* 高さを100%にする */
}

body {
    max-width: 100%;
    max-height: 100%;

    font-size: 20px;
    font-family: sans-serif;
    background-color: #fff;
    color: #333;
}

/* 幅いっぱいに広げるとき */

.inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
}

/* 幅を少し狭めているとき */
.inner2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    box-shadow: 1px 3px 0 #eee;
    border-radius: 10px;
    margin-bottom: 50px;
}

.inner3 {
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 30px;
}

/* ここは固定 */
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

section {
    margin-bottom: 50px;
}

.official {
    color: #0e41a1;
    border-bottom: 1px solid #0e41a1;
}

.official:hover {
    color: #5f97ff;
    border-bottom: 1px solid #5f97ff;
}

/*====================================================
　　　　　　　　このページだけの共通設定
====================================================*/

/* 時間とともに文字の色が変更されるアニメーション */
.h2-anime {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-size: clamp(47px, 2.0rem, 48px);
    line-height: 4.0rem;
    text-align: center;
    margin: 30px 0;
    background: linear-gradient(90deg, #C33C88, #009BB4, #E3A1C3, #C76FA8);
    -webkit-background-clip: text;
    /* 文字にグラデーションを適用 */
    -webkit-text-fill-color: transparent;
    /* 背景を文字色として表示 */
    background-size: 300% 100%;
    /* アニメーション用に大きく */
    animation: gradientShift 10s linear infinite;
    /* アニメーション */
}

@keyframes gradientShift {
    0% {
        background-position: 0% 0%;
    }

    50% {
        background-position: 100% 0%;
    }

    100% {
        background-position: 0% 0%;
    }
}

.a {
    color: 60deg, #C33C88, #009BB4, #E3A1C3, #C76F;

}


/* マーカーの設定　開始配置色　太さ　終了配置色　太さ */
.underline {
    background: linear-gradient(transparent 50%, #edff88 50%);
    font-weight: bold;
}

.inner2 {
    background-color: #EAF8F9;
    width: 100%;
}

.youtube {
    width: 100%;
    height: 100vh;
}


/* ====================================================
　　　　　　　　　　　ヘッダー設定
==================================================== */
.header_description {
    position: fixed;
    color: #0B6E3A;
    background-color: #fff;
    width: 100%;
    font-weight: bold;
    font-size: 17px;
    padding: 8px 5px 5px 5px;
    z-index: 80;
}

.mail-logo {
    width: 30px;
    height: auto;
}

.entry_btn {
    display: flex;
}


.contact_form a {
    display: flex;
    position: fixed;
    z-index: 800;
    max-width: 225px;
    max-height: 100px;
    background: #0B6E3A;
    color: #FFF;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    border-radius: 8px;
    padding: 20px 48px;
    right: 10px;
    top: 8px;
    font-weight: bold;
    text-align: center;
    align-items: center;
}

.mail-icon {
    max-width: 35px;
    padding-right: 2px;
}

.contact_form p {
    font-size: 1.2rem;
}

.navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0B6E3A;

}

.navi li {
    width: 25%;
    padding: 20px;
    text-align: center;
    border-bottom: #0B6E3A 1px solid;
    border-left: #0B6E3A 1px solid;
    font-size: 1.5rem;
}

.navi li a {
    display: block;
}







/* ====================================================
　　　　　　　　　　　　メイン設定
==================================================== */


/* ==================================================== 
　　　　　　　　　キャッチフレーズのページ 
 ====================================================*/
.recrute_box {
    text-align: center;
    line-height: 2.0rem;
    margin: 30px 0;
}

/* リンクアイコンの設定 */
.item01 {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-top: 50px;
}

.btn_line {
    background-color: #08BA08;
    background-image: url(../img/line.png);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: left 15% center;
    color: #FFF;
    text-decoration: none;
    border-radius: 100px;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    width: 400px;
    margin: 0 5px;
    padding: 16px 0 16px 1%;
}

.btn_form {
    background-color: #0B6E3A;
    background-image: url(../img/icon_email.svg);
    background-repeat: no-repeat;
    background-size: auto 55%;
    background-position: left 15% center;
    color: #FFF;
    text-decoration: none;
    border-radius: 100px;
    font-size: 26px;
    text-align: center;
    display: inline-block;
    width: 400px;
    margin: 0 5px;
    padding: 16px 0 16px 1%;
}

/*  ====================================================
　　　　　　　　　　店内の様子のページ 
 ====================================================*/

.concept p {
    text-align: center;
    line-height: 2.0rem;
}


.sub_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;

}

.sub_list li {
    width: 49%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px 15px 20px 25px;
    margin-bottom: 15px;
    box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.1);

}

.concept h2 {
    padding-top: 40px;
}



h3 {
    text-align: center;
    color: #D8C46A;
    font-size: 20px;
    font-weight: bold;
    margin: 20px 0 20px;
}

h4 {
    text-align: center;
    color: #FFF;
    font-weight: bold;
    margin: 30px 0 20px;
    background: #0B6E3A;
    padding: 10px 15px;
    font-size: 50px;

}


.sub_list p {
    line-height: 2rem;
}



/* =====================================================
　　　　YOUTUBEの設定、mapの埋め込みの際したのとセットで
======================================================== */
.responsive-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9比率 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 2rem;
    /* 適宜余白を調整 */
    margin-top: 50px;
}

/* ===================================================
 　　　　　　　　グーグルマップの設定
====================================================== */

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/*  ====================================================
　　　　　　　　　　労働条件のページ
 ====================================================*/
.work_info {
    text-align: center;
    line-height: 200%;
}

.work_list {
    display: flex;
    gap: 50px;
}



.work_list p {
    line-height: 1.5rem;
}


/*====================================================
　　　　　　　　　　　swiperの設定
 ==================================================== */
.infinite-slider {
    height: 220px;
    overflow: hidden;
}

.infinite-slider .swiper-wrapper {
    transition-timing-function: linear !important;
    /* 一定スピードで動かす */
}

.infinite-slider .swiper-slide {
    height: 220px !important;
    width: auto !important;
    margin: 0;
    padding: 0;
}

.infinite-slider .swiper-slide img {
    width: auto;
    height: 100%;
    display: block;
}

/*====================================================
　　　　　　　　　　　募集要項の設定
 ==================================================== */
.ta1 {
    width: 100%;
}

.ta1 th {
    width: 25%;
    color: #0B6E3A;
    font-weight: bold;
    border-bottom: #0B6E3A 1px solid;
    text-align: center;
    padding: 20px 0px 20px;
    line-height: 20px;
    letter-spacing: 5px;
}

.ta1 td {
    border-bottom: #ccc 1px solid;
    padding: 20px 0px 20px 30px;
    margin-left: 50px;
}

/*====================================================
 　　　　　　　スケジュールのページ設定
 ==================================================== */
.interview {
    display: flex;
    align-items: center;
    justify-content: center;
}


.interview p {
    background-color: #f5deb3;
    line-height: 200%;
    position: relative;
    display: inline-block;
    margin: 1.5em 15px 1.5em 0;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
    background: #FFF9E6;
    padding: 1.5rem 1.2rem;
}




.interview p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #FFF9E6;
}



.staff_img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
}


/*  ==================================================== 
　　　　　　　　　　　スケジュール例の設定
 ====================================================  */
.sbox {
    border: 2px solid #333;
    padding: 40px;
    margin-bottom: 20px;
}

.schedule_list li {
    display: flex;
}

.schedule_list span {
    display: block;
    width: 90px;
    font-size: 16px;
    padding: 0px 5px 5px 5px;
}

.schedule_list div {
    text-align: center;
    font-size: 18px;
    width: 92px;
    color: #0B6E3A;
}

.schedule_list p {
    display: block;
    font-size: 18px;
}

/* ==================================================== 
　　　　　　　　　　　会社の紹介
====================================================  */
.shop_flex {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.shop_infomation {
    flex-basis: 70%;
}

.ta2 {
    width: 100%;
}

.ta2 tr {
    border-bottom: 1px solid #009bb4;
    font-size: 18px;
}

.ta2 th {
    padding: 15px 10px;
    font-weight: bold;
}

.ta2 td {
    padding: 15px 10px;

}


/*====================================================
 　　　　　　　　　よくある質問のページ
 ==================================================== */
.qabox {
    margin-bottom: 30px;
    padding: 0px 5px 0px 5px;
}

.question_title {
    text-align: center;
    align-items: center;
}

.qbox {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    padding: 0px 5px 0px 5px;
}


.q_contents {
    font-size: 1.5rem;
    vertical-align: center;
    padding-left: 20px;
    font-weight: bold;
}


.qbox {
    position: relative;
    margin-top: 20px;
}

/*クエスチョンのマーク */
.q {
    font-size: 20px;
    font-family: Arial, Helvetica, "sans-serif";
    color: #FFF;
    border-radius: 100px;
    background: #252B38;
    display: inline-block;
    font-weight: bold;
    padding: 8px 0 0 0;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}

.qbox p {
    margin-left: 30px;
}

.abox {
    position: relative;
    display: flex;
    margin-bottom: 30px;
    vertical-align: bottom;
}

.abox p {
    margin-left: 35px;
}

.block {
    border-bottom: #a4a0a0 dashed 2px;
    margin-top: px;
}

.block:last-child {
    border: none;
}

/* アンサーのアイコン設定 */
.a {
    font-size: 20px;
    font-family: Arial, Helvetica, "sans-serif";
    color: #FFF;
    border-radius: 100px;
    background: #26a4d4;
    display: inline-block;
    font-weight: bold;
    padding: 8px 0 0 0;
    width: 2rem;
    height: 2rem;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}



.a_contents {
    padding-left: 20px;
}


.items-wrapper {
    display: flex;
    /* 横並び */
    gap: 20px;
    /* アイテム間のスペース */
    flex-wrap: wrap;
    /* 画面が狭くなったら折り返す */
    justify-content: center;
    /* 真ん中寄せ */
}

.item05 {
    flex: 1 1 400px;
    /* 最小幅 400pxで伸縮 */
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    /* background-color: #f9f9f9; */
}

.responsive-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    /* 16:9比率 */
    height: 0;
    overflow: hidden;
    margin-top: 10px;
}

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/*====================================================
 　　　　　　　　　応募フォームページ
 ====================================================*/
.blue {
    background-color: #EAF8F9;
    width: 100%;
    margin-top: 50px;
}

.apply {
    width: 100%;
}

.apply th {
    font-size: 18px;
    width: 25%;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #0D2079;
}

.apply td {
    padding: 10px;
    border-bottom: 1px solid #0D2079;
}

.apply_p {
    text-align: left;
    margin-bottom: 20px;

}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    outline: none;
    font-size: 1.6rem;
    background: #fff;
}

/* 送信ボタンを中央寄せするためのもの */
.submit-btn {
    display: flex;
}


.error {
    color: red;
}

/*====================================================
 　　　　　　　　　応募フォームページ
 ====================================================*/
.apply {
    width: 100%;
}

.apply th {
    font-size: 18px;
    width: 25%;
    text-align: center;
    padding: 30px;
}

.apply td {
    padding: 10px;
}



input[type=text],
input[type=email],
input[type=tel],
textarea {
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
    width: 100%;
    outline: none;
    font-size: 1.6rem;
}

/* 送信ボタンを中央寄せするためのもの */
.submit-btn {
    display: flex;
    background-color: #0B6E3A;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    width: 265px;
    margin: 30px auto;
    line-height: 1;
    position: relative;
    font-size: 20px;
    font-weight: 500;
}

.btn01 {
    width: 100%;
    padding: 20px 10px 18px 10px;
    background: transparent;
    border: none;
    color: #FFF;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
    border-radius: 20px;
}

.bold {
    font-weight: 700;
    color: #ff0000;
}

/* フォーム送信ボタン */

.submit-btn:hover {
    opacity: 0.8;
}

label {
    font-size: 20px;
    line-height: 2.5rem;
}

/* ====================================================
            プライバシーポリシーのページ設定
==================================================== */
.privacy {
    width: 90%;
    height: 300px;
    margin: 0 auto;
    overflow-y: scroll;
    border: #595959 0.5px solid;
    padding: 20px;
    margin-bottom: 30px;

}

.privacy h3,
h4 {
    font-weight: bold;
    font-size: 25px;
}

.privacy p {
    margin-bottom: 20px;
}


/* ====================================================
　　　　　　　　　　フッターの設定
==================================================== */
footer {
    text-align: center;
    padding: 3px 0px 3px 0px;
}

footer img {
    max-width: 500px;
    margin: 0 auto;
}

footer p {
    margin: 20px;
    text-align: center;
}


/* ====================================================
　　　　　　　　　　　confirm.php
======================================================= */
.center {
    display: flex;
    justify-content: center;
    /* 横方向中央 */
    align-items: center;
    /* 縦方向中央（必要に応じて） */
    gap: 40px;
    margin: 50px 0;
    flex-wrap: wrap;
    /* 幅が足りないときに折り返し */
    text-align: center;
}

.btn1,
.edit_btn {
    background-color: #0B6E3A;
    color: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 20px;
    width: 220px;
    line-height: 1;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-bottom: 30px;
}

.btn1 {
    background-color: #c0392b;
    /* 送信ボタンだけ色を変える */
}

.btn1:hover,
.edit_btn:hover {
    opacity: 0.8;
}

.check-title {
    font-weight: bolder;
    font-size: clamp(26px, 1.8rem, 34px);
}

/* ======================================================
               thanksページ
========================================================*/
.txt1 {
    display: block;
    width: 100%;
    /* 横幅100%にして */
    text-align: center;
    /* テキスト中央寄せ */
    padding: 50px 0 100px 0;
    color: #333;
}

.entry-title {
    font-size: clamp(26px, 1.8rem, 34px);
    font-weight: bolder;
}

.center01 {
    display: block;
    width: 100%;
    /* 横幅100%にして */
    text-align: center;
    /* テキスト中央寄せ */
    color: #333;
}

.center02 {
    display: block;
    width: 100%;
    /* 横幅100%にして */
    text-align: center;
    /* テキスト中央寄せ */
    color: #333;
}

.entry-title {
    font-weight: bolder;
    font-size: 30px;
    margin-top: 30px;
}


.btn2 {
    color: #FFF;
    background-color: #B0161C;
    text-align: center;
    border-radius: 20px;
    max-width: 250px;
    /* 最大幅を300pxに変更 */
    width: 100%;
    /* 親要素に合わせて伸縮 */
    line-height: 1.5;
    /* 高さを少し余裕持たせる */
    padding: 10px 20px;
    /* ボタン内の余白 */
    display: inline-block;
    box-sizing: border-box;
    /* パディングを含めた幅調整 */
}

.txt2{
    text-align: center;
}