/* top.css */

body {
    font-size: 16px;
    margin: 0;
    height: 2000px;
/*    background-color: #8BADC1;*/
    background-image: linear-gradient(90deg, rgba(67, 112, 193, 1), rgba(73, 147, 176, 1));
    transition: background 1.5s ease;
    font-family: Noto Sans;
}
header{
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    width: 100%;
}
h1 {
    width: 132px;
    color: #000;
    position: absolute;
    top: 32px; 
    left: 72px;
    text-align: left;
    margin: 0;
}
h2 {
    color: #FFFFFF;
    padding-left: 72px;
    padding-right: 72px;
    padding-top: 240px;
    font-family: Klee One;
    font-weight: Regular;
    font-size: 22px;
    letter-spacing: 0.25em;
}
.message {
    padding-left: 72px;
    padding-right: 72px;
    color: #FFFFFF;
    font-family: Klee One;
    font-weight: Regular;
    font-size: 22px;
    line-height: 2.4em;
    letter-spacing: 0.1em;
}

#info{
    position: relative;
    top: 600px;
    width: 100%;
    padding: 80px 72px 120px 72px;
    background-image: linear-gradient(85deg, rgba(170, 139, 139, 0.39), rgba(153, 116, 116, 0.39) 41%, rgba(111, 181, 174, 0.39) 74%);
    color: #fff;
    box-sizing: border-box;
}

.info-section {
    margin-bottom: 0;
}
.info-section:last-child {
    margin-bottom: 0;
}

#recruit{
    position: relative;
    top: 1200px;
    width: 100%;
    padding: 80px 72px;
    color: #FFF;
    box-sizing: border-box;
}
.recruit-section {
    padding-top: 80px;
}

h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 0;
    margin-bottom: 40px;
}

dl { 
    margin: 0;
    letter-spacing: 0.1em;
}
dt { 
    margin: 10px 0;
}
dd { 
    font-size: 14px;
    margin-inline-start:0px;
    margin-bottom: 80px; 
}
.info-section dl dd:last-of-type {
    margin-bottom: 0;
}

.info-section dl {
    margin-top: 60px;
}

#recruit p {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0;
}

footer {
    font-family: Klee One;
    font-weight: Regular;
    position: absolute;
    top: 3600px;
    width: 100%;
    padding-bottom: 400px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF;
}
.new-background {
    background: linear-gradient(to bottom, #ffffff 0%, #D4FCFF 90%, #F2E7EA 93%, #ffffff 100%) !important;
}
.video-bg01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    display: none;
}
.video-bg02 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    display: block;
}
.font01 {
    font-family: "duper", sans-serif;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.25em;
    font-size: 18px;
}
.logobox {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 16px;
    left: 24px;
    overflow: hidden;
}
.logo {
    width: 40px;
    height: 40px;
    background: url("../logo.svg");
    position: absolute;
    top: 0px;
    left: 0px;
}

/* --- SP表示 (768px以下) --- */
@media (max-width: 768px) {
    body {
        font-size: 14px;
    }
    h1 {
        left: 54px;
    }
    .logobox {
        left: 12px;
    }
    h2, .message {
        padding-left: 24px;
        padding-right: 24px;
        font-size: 18px;
    }
    #info {
        padding-left: 24px;
        padding-right: 24px;
    }
    #recruit {
        padding-left: 24px;
        padding-right: 24px;
    }
    dd { 
        font-size: 12px;
    }
    h3 {
        font-size: 16px;
    }
}