@charset "UTF-8";
/* ====================================================
　　　　　　　　　　　　　　共通設定 
====================================================*/

body {
    width: 100%;
    font-size: 16px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    background-color: #bfdfff;
    color: #000000;
}

/* 幅いっぱいに広げるとき */
.inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 50px;
    margin-top: 20px;
    padding: 2% 3%;
    border: 3px #005bac solid;
}

/* 幅を少し狭めているとき */
.inner2 {
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 50px;
}

.sub-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    padding: 20px 20px;
    background: #FBFDFC;
    border: 4px solid #EEEEEE;
    justify-content: space-between;
}

.sub-inner .item02 img {
    width: 300px;
}


/* ここは固定 */
img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.underline {
    border-bottom: #ff9c66 3px solid;
    margin-top: 10px;
}

.official {
    color: #26a4d4;
    border-bottom: 1px solid #26a4d4;
    line-height: 1.5rem;

}

.official:hover {
    color: #016fad;
    border: none
}

/*====================================================
 　　　　　　　　　　　ヘッダーに適応 
 ====================================================*/

/* ====================================================
　会社説明のサブタイトルと右上のインフォを置くためのもの 
====================================================*/




/* 共通スタイル */
header {
    max-width: 100%;
    background: #fff;
    box-sizing: border-box;
}

#hdr-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

#hdr_logo {
    height: auto;
    font-weight: bolder;
    font-size: 30px;
    padding-left: 2%;
}

/* 説明文 */
#hdr_description {
    font-size: clamp(16px, 1.2rem, 20px);
    font-weight: bold;
    color: #000;
    margin-left: 20px;
    flex-grow: 1;
    min-width: 200px;
}

/* 連絡先エリア */
#hdr_contact {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

#hdr_tel {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #000;
}

#hdr_tel img {
    width: 35px;
    height: auto;
    margin-right: 10px;
}

#hdr_tel .tel-number {
    font-size: clamp(16px, 1.2rem, 20px);
    font-weight: bold;
}

#hdr_tel .tel-hours {
    font-size: 16px;
    display: block;
    margin-top: 2px;
}

/* 応募ボタン */
#hdr_entry {
    display: flex;
    align-items: center;
    background: #62adea;
    color: #fff;
    padding: 10px 15px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    padding: 24px;
    max-width: 190px;
    text-align: center;
}




#hdr_entry img {
    width: 30px;
    height: auto;
    margin-right: 8px;
}





.error {
    color: #ff0000;
}


/*====================================================
　　　　　　　　　　　　メインに適応 
 ====================================================*/
/* ==================================================
            募集職種のページ
===================================================== */
.blue {
    background-color: #005bac;
    color: #fff;
}

.blue h2 {
    padding: 30px 0 0;
    margin-bottom: 30px;
}

.item p {
    font-size: 18px;
    line-height: 2.0rem;
    margin-bottom: 30px;
}


.recruit-flex {
    display: flex;
    line-height: 1.2rem;
    padding: 2% 0;
    gap: 20px;
}

.recruit-flex img {
    width: 400px;
}


.contact_btn2 {
    background: #FFF;
    color: #11005E;
    text-decoration: none;
    border-radius: 30px;
    text-align: center;
    line-height: 1;
    width: 300px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    padding: 5px 10px 0px 10px;
    background-position: right 18px center;
    background-repeat: no-repeat;
    background-size: 10px 20px;
}

.contact_btn2:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* ===================================================
               PRポイントのページ
====================================================== */
.terms {
    display: flex;
    justify-content: space-between;
}

.flex-item {
    width: 30%;
    border-right: 1px solid #595959;
    padding-right: 30px;
    margin-right: 30px;
}

.flex-item:last-child {
    border: none;
}

.flex-item h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 10px;
    color: #11005E;
}

.flex-item p {
    line-height: 1.5rem;
}


/* ====================================================
　　　　　　　　新しいメンバーの募集ページ 
====================================================*/
.member_block {
    margin-bottom: 50px;
}

.member_block h2 {
    line-height: 3.2rem;
}




h2 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    margin: 0 0 10px;
    line-height: 2.5rem;
}

.sub-title{
    text-align: center;
    margin-bottom: 20px;
}




/* 活躍できる資格のページ　*/
.job_experience {
    background-image: url(../img/);
    background-size: cover;
    padding: 60px 0 30px;
    align-items: flex-end;
}



.item01 {
    position: relative;
    top: -50px;
    right: 10rem;
    width: 30%;
}

.item02 {
    display: block;
    line-height: 2.6rem;
    line-height: 170%;
   padding: 30px 0 0 20px;
    width: calc(100% - 360px);
}

.item02 h2 {
    line-height: 3.0rem;
}

.item_img {
    width: 70%;
    margin-top: 20px;
}

.miryoku {
    font-size: 26px;
    color: #11005E;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
}

.miryoku-list li{
    font-size: 20px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}





/* ====================================================
　　　　　　　　　　　PRポイントのページ 
====================================================*/
.point_contents {
    display: flex;
    margin-bottom: 50px;
    gap: 20px;
    border-bottom: #000 solid 1px;
    padding-bottom: 30px;
}
.point_contents:last-of-type{
    border-bottom: none;
}
figure{
    width: 400px;
}

.point_block {
    display: block;
    width: 60%;
}


.point_block p {
    line-height: 1.8rem;
}

.point_block h4 {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #11005E;
    border-left: 4px solid #11005E;
    padding-left: 10px;
}

.shikaku-list{
    background-color: #fffec8;
    padding-left: 15px;
}


.shikaku-title{
    font-weight: 800;
}
.point_img {
    width: 100px;
    margin-bottom: 20px;
}

.point-title {
    background-color: #005bac;
    color: #fff;
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: bold;
    text-align: center;
    padding: 12px 0;
    margin-top: 30px;

}


/* ====================================================
                よくある質問のページ 
====================================================*/
.question_title {
    text-align: center;
    align-items: center;
    margin-bottom: 30px;

}

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


.q_contents {
    font-size: clamp(18px, 1.3rem, 26px);
    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: #014df3;
    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;
}



.cp_qa03 .cp_actab {
    position: relative;
    width: 100%;
    margin: 0 0 1em 0;
    color: #1b2538;
}

.cp_qa03 {
    border-bottom: #a4a0a0 2px dashed;
}

.cp_qa03 .cp_actab input {
    display: none;
}

/* 質問 */
.cp_qa03 .cp_actab label {
    font-weight: bold;
    line-height: 1.6em;
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 1em 2em 1em 2.5em;
    cursor: pointer;
    text-indent: 1em;
    border-radius: 0.5em;
}

.cp_qa03 .cp_actab label::before {
    content: 'Q';
    font-family: sans-serif;
    font-size: 1.5em;
    margin-left: -2em;
    padding-right: 0.5em;

}

.cp_qa03 .cp_actab label:hover {
    color: #00838f;
    transition: all 0.3s;
}

/* --質問の＋アイコン */
.cp_qa03 .cp_actab label::after {
    position: absolute;
    top: 0;
    right: 0;
    content: '+';
    font-size: 1.7em;
    font-weight: bold;
    line-height: 2em;
    display: inline-block;
    width: 2em;
    height: 2em;
    transition: transform 0.3s;
}

/* 答え */
.cp_qa03 .cp_actab .cp_actab-content {
    position: relative;
    overflow: hidden;
    max-height: 0;
    padding: 0 0 0 2.5em;
    border-radius: 0 0 0.5em 0.5em;
    transition: max-height 0.2s;
}

.cp_qa03 .cp_actab .cp_actab-content::before {
    position: absolute;
    content: 'A';
    font-family: sans-serif;
    font-size: 1.8em;
    margin: 0.4em 0 0 -1em;
    padding: 0;
    color: rgb(255, 0, 0);
}

.cp_qa03 .cp_actab .cp_actab-content p {
    margin: 1em 1em 1em 0;
}

/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa03 .cp_actab input:checked~.cp_actab-content {
    max-height: 40em;
}

/* 質問をクリックした時のアイコンの動き */
.cp_qa03 .cp_actab input:checked~label {
    color: #00838f;
    border-radius: 0.5em 0.5em 0 0;
}

/* 質問をクリックした時の+の動き */
.cp_qa03 .cp_actab input[type=checkbox]:checked+label::after {
    transform: rotateZ(45deg);
    transform-origin: 50% 50%;
}






/* ====================================================
　　　　　　　　　　募集要項ページ 
====================================================*/
.staff {
    color: #0C9E91;
    padding: 10px;
    border: 2px solid #0C9E91;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.boshu_p {
    text-align: center;
    margin-bottom: 10px;
}

/* table設定 */
tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
}

table {
    display: table;
    width: 100%;
}

tr {
    border-bottom: 1px solid #a4a0a0;
}

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

.ta1 td {
    width: 75%;
    align-items: center;
    padding: 20px;
}

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

.ta2 td {
    width: 75%;
    align-items: center;
    padding: 20px;
}

.faq_list p{
 font-size: 16px
}
.faq_list label{
    font-size: 18px;
}




/*====================================================
 　　　　　　　　　応募フォームページ
 ====================================================*/
.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-top: 20px;
    line-height: 1.5rem;

}

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: #62adea;
    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;
    background-color: none;
}

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

/* マップ設定 */
.map {
    text-align: center;
}

/* マップ設定 */
/* =====================================================
　　　　YOUTUBEの設定、mapの埋め込みの際したのとセットで
======================================================== */
.responsive-embed {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9比率 */
    height: 0;
    overflow: hidden;
    max-width: 80%;
    margin: 30px auto 2rem;
    /* 上下左右中央寄せ */
    display: block;
    /* 念のため */
    text-align: center;
    /* 親の text-align の影響を防ぐ */
}

/* ===================================================
 　　　　　　　　グーグルマップの設定
====================================================== */

.responsive-embed iframe {
    position: absolute;
    top: 0;
    left: 50%;
    /* 親の中央を基準に配置 */
    transform: translateX(-50%);
    /* 中央に寄せる */
    width: 100%;
    height: 100%;
    border: 0;
}

/* フッターの上の部分の設定 */
.footer_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    padding: 20px 0 20px;
}

.contact_contents:first-child {
    float: left;
    border-right: 3px solid #eee;
}


.line {
    width: 200px;
    border-bottom: #62adea solid 3px;
    margin-top: 20px;
}

.small {
    font-size: 16px;
    margin-top: 10px;
}

.contact_contents {
    text-align: center;
    padding: 50px;
}

/* お問い合わせボタン */
.contact_btn {
    color: #FFF;
    background-color: #62adea;
    text-align: center;
    padding: 21px 10px 18px 10px;
    border-radius: 20px;
    max-width: 265px;
    margin: 20px auto 0;
    /* 親要素内で中央揃え */
    line-height: 1;
    position: relative;
}

.contact_btn:hover {
    opacity: 0.8;
    cursor: pointer;
}

/* ====================================================
                      フッターに適応
==================================================== */
footer {
    padding: 50px 0;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.logo_footer {
    font-size: clamp(20px, 1.5rem, 30px);
    font-weight: bolder;
    letter-spacing: 0.1rem;
}

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