/*!
Theme Name: gatewing-recruit
*/


@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');

body {
    margin: 0;
    font-family: 'Zen Kaku Gothic New', sans-serif; 
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Shippori Mincho', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.en h1,
.en h2,
.en h3,
.en h4,
.en h5,
.en .elementor-heading-title {
  font-family: 'Cormorant Garamond', serif !important;
  font-weight: 400;
  font-style: normal;
}
/*add*/
a {
    outline: none;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}


/* .txt-gothic {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.txt-gothic2 {
    font-family: FOT-ロダン Pro EB, sans-serif;
    font-style: normal;
}

.txt-gothic3 {
    font-family: FOT-ロダン Pro DB, sans-serif;
    font-style: normal;
}

.txt-mincho {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
} */

.slider_over::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    word-break: break-all !important;
}

.table-style01 th {
    /*    background: #F5F5F5;*/
    width: 20%;
    border-bottom: 1px solid #6e6e6e;
}

.table-style01 td {
    border-bottom: 1px solid #dddddd;
}

.table-style01 tbody tr:nth-child(8) th,
.table-style01 tbody tr:nth-child(8) td {
    border-bottom: none;
}

.table.table-style01>tbody>tr>td,
.table.table-style01>tbody>tr>th {
    padding: 15px;
    vertical-align: middle;
    /*    border-top: 1px solid #ddd;*/
    /* font-family: noto sans jp; */
    font-weight: 500;
    font-size: 15px;
}

.bdt-timeline.bdt-timeline-skin-default .bdt-timeline-arrow {
    z-index: -1 !important;
    border: 1px double var(--e-global-color-accent);

}

.frame1::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 80px;
    background-color: #fff;
    z-index: 1;
    top: 40px;
    left: 10px;
}

.frame2::before {
    content: '';
    position: absolute;
    width: 140px;
    height: 80px;
    background-color: #fff;
    z-index: 1;
    top: 40px;
    right: 10px;
}

/* ==========================================
   グラスモルフィズム（背景ぼかし）共通コンポーネント
   ========================================== */
.c-glass-blur {
    background: rgba(136, 177, 223, 0.212) ; 
    backdrop-filter: blur(12px) ;
    -webkit-backdrop-filter: blur(12px) ;   /* Safari対策 */
    
    /* border: 1px solid rgba(75, 138, 209, 0.171) ; */
    box-shadow: 15px rgba(75, 138, 209, 0.171) ;
}

/* ===================================================
   ベースのヘッダー設定（下層ページはこれが適用される）
=================================================== */
.main_header {
    background-color: #0073deb0 !important;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 31%) !important; */
}

/* ipad pc -----------------------*/
@media screen and (min-width:768px) {
    .sp_only {
        display: none !important;
    }
    
    /* トップページのみ初期状態を透過に上書き */
    body.home .main_header {
        background-color: #02738000 !important;
        /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%) !important; */
    }
}

/* sp ---------------------------*/
@media (max-width:767px) {
    .pc_only {
        display: none !important;
    }

    /* トップページのみ初期状態を透過に上書き */
    body.home .main_header {
        background-color: #02738000 !important;
        /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 0%) !important; */
    }
}

/* ===================================================
   トップページ：スクロール時の設定（PC/SP共通）
=================================================== */
body.home .main_header.change-color {
    background-color: #0073deb0 !important;
    /* box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 31%) !important; */
}


    .table-style01 th {
        background: #681C0C;
        color: #fff;
        width: 30%;
    }

    .table-style01 td {
        width: 70%;
    }

    .table.table-style01>tbody>tr>td,
    .table.table-style01>tbody>tr>th {
        padding: 1em;
        vertical-align: middle;
        /*    border-top: 1px solid #ddd;*/
        text-align: left;
        font-family: "FOT-筑紫Aオールド明朝 Pr6 M",  sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-align: left;
        /*width: 100%;
    display: block;*/
    }

    .frame1::before,
    .frame2::before {
        width: 0;
        height: 0;
    }

    table.table-style01 th,
    table.table-style01 td {
        width: 100%;
        display: block;
    }

    .table-style01 th,
    .table-style01 td {
        border-bottom: none;
    }
    

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
}

.box {
    background-color: #fff;

    padding: 20px;
    margin: 10px;
    text-align: center;
    box-sizing: border-box;
}

.box h2 {
    margin: 0;
    font-size: 1.5em;
    font-weight: bold;
}

.box p {
    margin: 10px 0 0;
    font-size: 1em;
    font-weight: bold;
}

/* PC: 3列レイアウト */
@media (min-width: 1024px) {
    .box {
        flex: 1 1 calc(50% - 40px);
        /* flex: 1 1 calc(33.333% - 40px); */
        border-radius: 10px;
        box-shadow: #dbdbdb 0.1pc 2.5px 7px 2px;
        height: 157px;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;

    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .box {
        width: calc(50% - 20px);
        border-radius: 10px;
        box-shadow: #dbdbdb 0.1pc 2.5px 7px 2px;
        height: 149px;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
    }

    .box:nth-child(9) {
        flex: 1 1 100%;
    }
}

/* スマホ: 2列レイアウト */
@media (max-width: 768px) {
    .box {
        flex: 1 1 calc(50% - 20px);
        border-radius: 10px;
        box-shadow: #dbdbdb 0.1pc 2.5px 7px 2px;
        height: 123px;
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        margin: 3px;
        padding: 12px;

    }

    /* 9番目のボックスだけ1列にする */
    .box:nth-child(9) {
        flex: 1 1 100%;
    }

    .box h2 {
        margin: 0;
        font-size: 1.1em;
    }

    .box p {
        margin: 0px 0 0;
        font-size: 0.8em;
    }
}

.rec_hover:hover {
    opacity: 0.8;
    transition: all 0.3s ease 0s;
    /* color: #ED6C00; */
}