@charset "utf-8";

/* 
* {
    outline: 1px solid magenta;
}

/* base style */

body {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #202122;
    margin: 0;
    padding: 0;
    width: 100%;
}

a {
    text-decoration: none;
    color: #202122;
}

a:hover {
    transition: all 0.5s;
    cursor: pointer;
}

section {
    padding: 70px 0;
    width: 100%;
    margin: 0 auto;
}

h1,
h2,
h3,
h4 {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-size: 3em;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #202122;
    letter-spacing: 1px;
}

.br-sp {
    display: none;
}

.br-tab {
    display: none;
}

_:lang(x)+_:-webkit-full-screen-document,
.sp {
    display: none !important;
}

.sp {
    display: none !important;
}

_:lang(x)+_:-webkit-full-screen-document,
.pc {
    display: block !important;
}

.pc {
    display: block !important;
}

/* header */

header {
    position: fixed;
    background-color: #fff;
    height: 10vh;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    transition: 0.3s ease-in;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

.header-logo {
    display: flex;
    justify-content: center;
}

.header-logo img {
    width: 55%;
}

/* nav */
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-right: 20px;
}

.nav-links {
    display: flex;
    justify-content: space-between;
    transition: all 0.5s ease-in;
}

.nav-links li {
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    font-weight: 700;
    color: #202122;
    font-size: 1.25em;
    padding: 20px;
    letter-spacing: 2px;
}

.nav-links a:hover {
    color: #0779c0;
}

.nav-links li.contact-btn a {
    padding: 10px 30px;
    color: #fff;
    background: #0779c0;
    border-radius: 100px;
}

.nav-links li.contact-btn a:hover {
    background-color: #53b4f1;
}

.nav-active {
    transform: translateX(0%) !important;
}

/* HERO */

#HERO {
    width: 100%;
    height: 100vh;
    position: relative;
    margin: 0;
}

#HERO #video-area {
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

#HERO #video {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.77777778vh;
    height: 56.25vw;
    min-height: 100%;
    min-width: 100%;
}

h1 {
    position: absolute;
    font-size: 4em;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    text-shadow: 2px 2px 10px #202122;
}

/* ABOUT */
#ABOUT {
    max-width: 1200px;
    margin-top: 140px;
}

#ABOUT .about-main h2 {
    margin-bottom: 35px;
}

#ABOUT .about-main h2 span {
    color: #0779c0;
}

#ABOUT .about-main img {
    width: 1000px;
    height: 495px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

#ABOUT .about-main p {
    margin: 35px 0;
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 2px;
}

/* SERVICE */
#SERVICE {
    max-width: 1200px;
}

#SERVICE h2 {
    position: relative;
}

#SERVICE h2::after {
    content: '';
    width: 110px;
    height: 4px;
    display: inline-block;
    background-color: #0779c0;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 55px)
}

#SERVICE .housing h3 {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 150px 0 40px;
    font-size: 1.5em;
    background: #0779c0;
    color: #FFF;
    box-sizing: border-box;
    margin: 35px 0;
}

#SERVICE .housing h3:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

#SERVICE .housing h3:after {
    top: 0;
    right: 0;
    border-width: 0 60px 60px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

#SERVICE .service-img {
    display: flex;
    justify-content: space-between;
}

#SERVICE .service-img img {
    width: 380px;
    height: 280px;
    object-fit: cover;
}

#SERVICE p {
    margin: 35px 0;
    letter-spacing: 1px;
}

/* ARCHIVE */
#ARCHIVE {
    max-width: 1200px;
}

#ARCHIVE h2 {
    position: relative;
}

#ARCHIVE h2::after {
    content: '';
    width: 110px;
    height: 4px;
    display: inline-block;
    background-color: #0779c0;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 55px)
}

#ARCHIVE .content {
    margin-top: 70px;
}

#ARCHIVE .archive-img {
    display: flex;
    justify-content: space-between;
}

#ARCHIVE .archive-img img {
    width: 48%;
}

#ARCHIVE .archive-ttl h3 {
    text-align: left;
    position: relative;
    font-size: 2em;
}

#ARCHIVE .archive-ttl h3::after {
    content: '';
    width: 300px;
    height: 2px;
    display: inline-block;
    background-color: #0779c0;
    position: absolute;
    left: 0;
    bottom: -10px;
}

#ARCHIVE .archive-ttl p {
    margin-top: 20px;
}

#ARCHIVE .archive-ttl p.sub {
    color: #0779c0;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 35px;
}

#ARCHIVE .insta {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

#ARCHIVE .insta img {
    width: 2.5%;
    margin-right: 10px;
}

#ARCHIVE .insta p {
    letter-spacing: 1px;
    font-weight: 500;
}

#ARCHIVE .insta p:hover {
    color: #0779c0;
    transition: 0.5s;
}

/* COMPANY */
#COMPANY {
    max-width: 1200px;
}

#COMPANY h2 {
    position: relative;
}

#COMPANY h2::after {
    content: '';
    width: 110px;
    height: 4px;
    display: inline-block;
    background-color: #0779c0;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 55px)
}

#COMPANY table {
    margin: 0 auto;
    margin-top: 70px;
    letter-spacing: 1px;
    border-spacing: 20px 0;
}


#COMPANY table th {
    text-align: left;
    padding: 20px;
    border: none;
    border-bottom: 2px solid #0779c0;
}

#COMPANY table td {
    padding: 20px;
    margin-left: 20px;
    border-bottom: 2px solid #333333;
}


/* CONTACT */
#CONTACT {
    max-width: 1200px;
}

#CONTACT h2 {
    position: relative;
}

#CONTACT h2::after {
    content: '';
    width: 110px;
    height: 4px;
    display: inline-block;
    background-color: #0779c0;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 55px)
}

#CONTACT .contact-main {
    text-align: center;
}

#CONTACT .contact-main p {
    margin-top: 70px;
    font-size: 1em;
    font-weight: 500;
}

#CONTACT .contact-main a {
    color: #0779c0;
    font-weight: 700;
    font-size: 3em;
}

#CONTACT .contact-main a:hover {
    color: #53b4f1;
}

/* footer */
.lp-sec-footer {
    background-color: #fff;
}

.lp-sec-footer>.lp-block {
    padding: 16px;
    text-align: center;
}

.lp-sec-footer>.lp-block .lp-copyright {
    color: #202122;
    font-size: 16px;
    font-weight: 700;
}