@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: 0.9vw;
    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: 1vw;
}

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

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

.mov {
    /*height: 100vh;*/
    position: relative;
    width: 100%;
}


.mov_in {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    z-index: -1;
}

.mov_in video {
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}




.main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.logo {
    padding-left: 10%;
    padding-top: 3%;
    padding-right: 3%;
}

.logo img{
width: 80%;
}
.jobun {
    text-align: left;
}

.jobun p {
    width: 80%;
}

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

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

.jobun li:hover {
    margin-left: 3%;
    opacity: 0.7;
}

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

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

.subp {
    display: flex;
    justify-content: flex-start;
}

.subp2 {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5%;
}



.logo2 {
    padding: 3%;
    width: 20%;
}



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

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

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

.tbl tr {
    text-align: left;
}

.kd {
    padding: 2% 0;
}

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

.koubo li{
    list-style: none;

}

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


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

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


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

.side_m p {
    width: 80%;
}

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

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

.side_m li:hover {
    margin-left: 3%;
    opacity: 0.7;
}

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

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

.tbl2 {
    width: 65%;
    margin-top: 5%;
}

.tbl2 th {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    color: #ff9280;
    font-size: 1.2vw;
}

.tbl2 th,
td {
    border-bottom: #bbb9b9 solid 1px;
    padding: 3%;
}

.tbl2 tr {
    text-align: left;
}

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

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

.tbl3 th {
    width: 25%;
    text-align: right;
    padding-right: 3%;
    color: #ff9280;
    font-size: 1.2vw;
}

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

.tbl3 tr {
    text-align: left;
}

.md_senkou {
    background-color: #ff9280;
    color: #fcfafa;
    padding: 2%;
}

.md_senkou h4 {
    color: #fcfafa;
    padding: 2%;
    text-align: center;
}

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