@charset "UTF-8";

/* ====================================================
　　　　　　　　　　　　　　共通設定 
====================================================*/
html {
    height: 100%;
    /* 高さを100%にする */
}

body {
    max-width: 100%;
    max-height: 100%;
    font-size: 16px;
    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: 2rem 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: 500;
    font-size: clamp(24px,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, #C76FA;
}


/* マーカーの設定　開始配置色　太さ　終了配置色　太さ */
.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: #FFF;
    background-color: #333;
    width: 100%;
    font-size:14px;
    padding: 8px 8px 8px 30px;
    z-index: 100;
}

.mail-logo {
    width: 30px;
    height: auto;
}

.entry_btn {
    display: flex;
}


.contact_form a {
    display: flex;
    position: fixed;
    z-index: 999;
    max-width: 220px;
    max-height: 90px;
    background: #0e41a1  ;
    color: #FFF;
    font-size: 1.9rem;
    line-height: 1;
    text-decoration: none;
    border-radius: 8px;
    padding: 18px 48px;
    right: 10px;
    top: 0px;
    font-weight: bold;
    text-align: center;
    align-items: center;
}

.mail-icon {
    max-width: 40px;
    padding-right: 5px;
}

.contact_form p {
    font-size: 1.2rem;
}

.navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #009bb4;

}

.navi li {
    width: 25%;
    padding: 20px;
    text-align: center;
    border-bottom: #009bb4 1px solid;
    border-left: #009bb4 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: #009bb4;
    background-image: url(../img/icon_email.svg);
    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%;
}

/*  ====================================================
　　　　　　　　　　店内の様子のページ 
 ====================================================*/

.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: 47%;
    margin-bottom: 30px;
}
.concept h2{
    padding-top: 40px;
}



h3 {
    text-align: center;
    color: #009bb4;
    font-size: 22px;
    font-weight: bold;
    margin: 30px 0 20px;
}

.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;
}

.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: #009bb4;
    font-weight: bold;
    border-bottom: #009bb4 1px solid;
    text-align: center;
    padding: 20px 0px 20px;
}

.ta1 td {
    border-bottom: #ccc 1px solid;
    padding: 20px 0px 20px 30px;
    margin-left: 50px;
}

/*====================================================
 　　　　　　　スケジュールのページ設定
 ==================================================== */
.interview {
    display: flex;
    align-items: center;
}


.interview p {
    background-color: #FCEFF1;
    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: #fceff1;
    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 #fceff1;
}



.staff_img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
}


/*  ==================================================== 
　　　　　　　　　　　スケジュール例の設定
 ====================================================  */
.sbox {
    border: 1px solid #333;
    padding: 40px;
    margin-bottom: 20px;
}

.schedule_list li {
    display: flex;
}

.schedule_list span {
    display: block;
    width: 80px;
    font-size: 18px;
}

.schedule_list div {
    text-align: center;
    font-size: 18px;
    width: 92px;
    color: #009BB4;
}

.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;
 }
.question_title {
    text-align: center;
    align-items: center;
}

.qbox {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
}


.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;
}





/*====================================================
 　　　　　　　　　応募フォームページ
 ====================================================*/
.blue {
    background-color: #EAF8F9;
    width: 100%;
    padding-bottom: 50px;
    margin-top: 50px;
}

.apply {
    width: 100%;
}

.apply th {
    font-size: 18px;
    background-color: #eee;
    width: 25%;
    text-align: center;
    padding: 20px;
}

.apply td {
    padding: 10px;
}

.apply_p {
    text-align: center;
    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;
}

/* 送信ボタンを中央寄せするためのもの */
.submit-btn {
    display: flex;
}


.error{
    color: red;
}
/*====================================================
 　　　　　　　　　応募フォームページ
 ====================================================*/
.apply {
    width: 100%;
}

.apply th {
    font-size: 18px;
    background-color: #eee;
    width: 25%;
    text-align: center;
    padding: 20px;
}

.apply td {
    padding: 10px;
}

.apply_p {
    text-align: center;
    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;
}

/* 送信ボタンを中央寄せするためのもの */
.submit-btn {
    display: flex;
    background-color: #0e41a1;
    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: 14px;
}

.privacy p {
    margin-bottom: 20px;
}


/* ====================================================
　　　　　　　　　　フッターの設定
==================================================== */
footer {
    padding: 50px 0;
    text-align: center;
}

footer img {
    max-width: 300px;
    margin: 0 auto;
}

footer p {
    margin: 20px;
}


/* ====================================================
　　　　　　　　　　　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: #016fad;
    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;
    /* パディングを含めた幅調整 */
}


