@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    scroll-behavior: smooth;
    /*scroll-padding-top: 100px;*/
}

body {
    height: 100%;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 4.2vw;
    line-height: 1.68;
    -webkit-text-size-adjust: 100%;
    overflow-y: hidden scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-color: #fff;
    color: #3a3a3a;
}

body ::-webkit-scrollbar {
    display: none;
}

a {
    text-decoration: none;
}

a.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
    border: #3b2404 1px solid;
}

a:link,
a:visited,
a:active {
    text-decoration: none;
    color: #ffffff;
}


img {
    max-width: 100%;
}

h1 {
    color: #000000;
    font-weight: bold;
    margin: 2% 0;
}

h2 {
    letter-spacing: 0.15vh;
    font-weight: bold;
    margin: 2% 0;
    background-color: #ffcdc4;
    font-size: 4.4vw;
}

h3 {
    width: fit-content;
    color: #2d2a2a;
    /**background-color: #0B0F51;**/
    letter-spacing: 0.15vh;
    font-weight: bold;
    margin: 2% 0;
    padding: 1%;
    border-radius: 5%;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: lighter;
    font-style: normal;
    font-size: 1.8vw;
    letter-spacing: 0.15vh;
    font-weight: bold;
    margin: 2% 0;
    color: #000000;
}

.sp_menu h1 {
    text-align: center;
}

.center {
    text-align: center !important;
}

/*****************/

.main {
    display: block;
    margin-bottom: 5%;

}

.logo {
    padding: 3%;
}

.jobun {
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.jobun p {}

.jobun ul {
    margin-top: 10%;
}

.jobun li {
    list-style: none;
    margin-bottom: 3%;
    background-color: #ff9280;
    width: 90%;
    padding: 2% 5%;
    color: #fff;
    border-radius: 50px;
    font-size: 4.2vw;
    box-shadow: 0 5px 5px rgba(145, 145, 145, 0.5);
    transition: .3s ease-out;
}



.jobun ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

/************/

.subp {
    width: 100%;
}

.subp2 {
    width: 100%;
}



.logo2 {
    width: 100%;
}



.tbl {
    width: 100%;
    margin-top: 5%;
}

.tbl th {
    text-align: right;
    padding-right: 3%;
    color: #ff9280;
    font-size: 4.2vw;
}

.tbl th,
td {
    border-bottom: #bbb9b9 solid 1px;
}

.tbl tr {
    text-align: left;
}

/* スマホ表示用の設定（画面幅768px以下の時に適用） */
@media screen and (max-width: 768px) {

    .tbl,
    .tbl tr,
    .tbl th,
    .tbl td {
        display: block;
        /* テーブルレイアウトを解除して縦並びにする */
        width: 100%;
        /* 横幅をいっぱいにする */
        box-sizing: border-box;
    }

    .tbl th {
        text-align: left;
        /* 見出しを左寄せに（お好みで） */
        background-color: #f2f2f2;
        /* 見出しをわかりやすく色付け */
        padding: 8px 10px;
        border-bottom: none;
        /* tdとの間の線を調整 */
    }

    .tbl td {
        padding: 10px;
        margin-bottom: 10px;
        /* 次の項目との間に隙間を作る */
    }
}

.kd {
    padding: 2%;
}


.kd a:link,
.kd a:visited,
.kd a:active {
    text-decoration: none;
    color: #f39090;
}

.koubo li{
    list-style: none;

}


/************/
.past {
    background-color: #fcfafa;
    width: 95%;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 5%;
    padding-top: 3%;
    text-align: left;
}


.past a:link,
.past a:visited,
.past a:active {
    text-decoration: none;
    color: #f39090;
}


.bk_top {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

/*このクラスが付与されると表示する*/
.active {
    opacity: 1;
    visibility: visible;
}

/********/
.pc_menu {
    display: none;
}

.side_m {
    text-align: left;
    width: 90%;
    margin: 3%;
    border-left: #2d2a2a dotted 1px;
}


.side_m ul {
    margin-top: 10%;
    margin-left: 2%;
}

.side_m li {
    list-style: none;
    margin-bottom: 3%;
    background-color: #ff9280;
    width: 90%;
    padding: 2% 5%;
    color: #fff;
    border-radius: 50px;
    font-size: 4.4vw;
    box-shadow: 0 5px 5px rgba(145, 145, 145, 0.5);
    transition: .3s ease-out;
}


.side_m ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

/***************/

.tbl2 {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    font-size: 3.8vw;
}


/* スマホ表示用の設定（画面幅768px以下の時に適用） */
@media screen and (max-width: 768px) {

    .tbl2,
    .tbl2 tr,
    .tbl2 th,
    .tbl2 td {
        display: block;
        /* テーブルレイアウトを解除して縦並びにする */
        width: 100%;
        /* 横幅をいっぱいにする */
        box-sizing: border-box;
    }

    .tbl2 th {
        text-align: left;
        /* 見出しを左寄せに（お好みで） */
        background-color: #f2f2f2;
        /* 見出しをわかりやすく色付け */
        padding: 8px 10px;
        border-bottom: none;
        /* tdとの間の線を調整 */
    }

    .tbl2 td {
        padding: 10px;
        margin-bottom: 10px;
        /* 次の項目との間に隙間を作る */
    }
}

.tbl3 {
    width: 100%;
    margin-top: 5%;
    text-align: left;
}

/* スマホ表示用の設定（画面幅768px以下の時に適用） */
@media screen and (max-width: 768px) {

    .tbl3,
    .tbl3 tr,
    .tbl3 th,
    .tbl3 td {
        display: block;
        /* テーブルレイアウトを解除して縦並びにする */
        width: 100%;
        /* 横幅をいっぱいにする */
        box-sizing: border-box;
    }

    .tbl3 th {
        text-align: left;
        /* 見出しを左寄せに（お好みで） */
        background-color: #f2f2f2;
        /* 見出しをわかりやすく色付け */
        padding: 8px 10px;
        border-bottom: none;
        /* tdとの間の線を調整 */
    }

    .tbl3 td {
        padding: 10px;
        margin-bottom: 10px;
        /* 次の項目との間に隙間を作る */
    }
}



.md_senkou {
    background-color: #ff9280;
    color: #fcfafa;
    font-size: 4.4vw;
    text-align: center;
    width: 100%;
}

.subp3 {
    width: 100%;
    margin: 0 auto;
    margin-top: 5%;
    justify-content: center;
}