@charset "UTF-8";
html {
    font-size:62.5%;
    scroll-behavior: smooth;
}
body{ 
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Noto Serif JP', serif;
    animation: fadeIn 2s ease-in 0s 1 normal;
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
.en {
    font-family: 'Cormorant Garamond', serif;
}
.sp-view {
    display: none;
}
img{
    width: 100%;
    height: auto;
}
a {
    transition: all 0.3s;
}
a:hover {
    opacity: .5;
}
.gnav {
    color: #fff;
    font-size: 1.5rem;
    margin-right: -0.5%;
}
.gnav__link , .menu__link, .langnav__link {
    color: #fff;
    text-decoration: none;
}
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 94%;
    z-index: 2;
    padding: 3%;
    font-family: 'Cormorant Garamond', serif;
}
.header__main-wrap {
    display: flex;
    justify-content: space-between;
}
.header__main__logo {
    width: 135px;
    margin: 0;
    padding: 0;
}
.menu-btn {
    position: fixed;
    top: 1.6vw;
    right: 10px;
    display: none;
    height: 50px;
    width: 50px;
    justify-content: center;
    align-items: center;
    z-index: 90;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#MenuBtn:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#MenuBtn:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #000;
}
#MenuBtn:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #000;
}
#MenuBtn {
    display: none;
}
.gnav__item, .langnav__item, .menu__list {
    list-style: none;
    letter-spacing: 0.2rem;
}
.gnav__item {
    padding: 0 15px;
}
.gnav__item:first-child {

}
.gnav__item--company {
    position: relative;
}
.gnav__item--company:after {
    content: '';
    border-right: 1px solid #fff;
    width: 0;
    height: 15px;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    top: 2px;
}
.gnav__contact-link {
    border: 1px solid #fff;
    padding: 3px 30px;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.25rem;
    position: relative;
    margin-top: -3px;
}
.gnav__contact-link::after {
    content: "\03e";
    position: absolute;
    right: 6px;
    font-size: 1rem;
    line-height: 1.5rem;
}
.gnav__contact-link:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}
.header__nav, .gnav__lists, .langnav__lists {
    display: flex;
    margin: 0;
    padding: 0;
}
.langnav__link {
    position: relative;
    font-size: 1.1rem;
    margin: -5px 0 0 6px;
    letter-spacing: 0.1rem;
    display: block;
    line-height: 2.8rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 1px solid #fff;
}
.langnav__link.active {
    background: #fff;
    color: #000;
}
.mv {
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    height: 100vh;
    overflow: hidden;
}
.mv__img {
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.mv__title {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin: 0 -410px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 820px;
    height: 100%;
}
.mv__title-sub {
    color: #fff;
    padding-right: 0;
    text-align: right;
    display: block;
    /*margin-top: -10px;*/
    font-weight: 400;
    font-size: 3.5rem;
}
.ja .mv__title-sub {
    font-size: 2.5rem;
}
.content {
    background: url("../img/back.jpg") no-repeat center;
    background-size: 100% 100%;
    background-position: top;
    margin: 0;
}
.about, .company, .project {
    width: 830px;
    margin: 0 auto;
    padding: 50px 0;
    color: #fff;
    font-weight: 200;
    font-size: 1.2rem;
}
.about__title, .about__text {
    padding: 0;
    margin: 0 0 3.2rem;
    font-weight: 200;
    font-size: 2rem;
    line-height: 4.6rem;
    letter-spacing: 0.2rem;

    font-size: 1.6rem;
    line-height: 4.1rem;
    margin-bottom: 2.6rem;
}
.about__en-title, .about__en-text {
    font-size: 2.2rem;
    letter-spacing: 0.15rem;
    white-space: nowrap;

    font-size: 1.8rem;
}
.content-title {
    text-align: center;
    color: #fff;
    font-size: 3.6rem;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 200;
    letter-spacing: 0.3rem;
    margin-bottom: 20px;
}
.company__item-wrap {
    margin-bottom: 60px;
}
.company__item {
    overflow: hidden;
    font-size: 1.2rem;
    padding: 10px 10px;
    border-top: 1px solid #fff;
    line-height: 2.2rem;
    letter-spacing: 0.05rem;
    margin: 0;
}
.company__item:first-child {
    border: none;
}
.company__head {
    width: 17.5%;
    float: left;
    padding: 0;
    margin: 0;
}
.company__body {
    padding: 0 0 0 5px;
    margin: 0;
    margin-left: 17.5%;
}
.company__address {
    padding: 10px 0 0 10px;
}
.company__address-body {
    padding: 10px 0px 10px 5px;
    border-top: 1px solid #fff;
}
.company__address-body:first-of-type {
    border: none;
    padding-top: 0;
}
.company__body-title,
.company__body-text {
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    font-weight: inherit;
}
.company__body-lists{
    list-style-type: none;
    counter-reset: number;
    margin: 0;
    padding: 0;
}
.company__body-list {
    position: relative;
}
/*
.company__body-list::before {
    content: counter(number);
    counter-increment: number;
    padding: 0 0.2rem;
    font-size: 1rem;
    width: 1rem;
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}
.company__body-list::after {
    content: '';
    position: absolute;
    display: block;
    top: 1.16rem;
    left: 0;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    border: 1px solid #fff;
    border-radius: 50%;
}
*/
.company__link {
    border: 1px solid #fff;
    padding: 10px 0;
    font-size: 2.2rem;
    color: #fff;
    width: 250px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 0.25rem;
    position: relative;
    line-height: 2.2rem;
    margin-bottom: 110px;
}
.company__link::after {
    content: "\03e";
    position: absolute;
    right: 6px;
    font-size: 1.5rem;
    line-height: 2rem;
}
.company__link:hover {
    background: #fff;
    color: #000;
    opacity: 1;
}
.project {
    background: url("../img/backProject.jpg") no-repeat center;
    background-size: cover;
    background-position: top;
    width: 100%;
}
.project__link {
    max-width: 480px;
    width: 100%;
    display: block;
    margin: 0 auto 60px;
}
.footer {
    padding: 30px 10%;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: .1rem;
    font-size: 1.2rem;
    max-width: 422px;
    width: 80%;
    margin: 90px auto 80px;
}
.footer__logo {
    margin-bottom: 40px;
}
@media screen and (min-width: 961px) {
/*            pc only*/
}
@media screen and (max-width: 960px) {
    .about, .company, .project {
        width: inherit;
        padding: 40px 30px;
    }
    .mv__title {
        width: 550px;
        margin: 0 -275px;
    }
    .mv__title-sub {
        font-size: 2.5rem;
    }
    .ja .mv__title-sub {
        font-size: 2rem;
    }
    .about__title, .about__text {
        font-size: 1.8rem;
        line-height: 4rem;
        letter-spacing: 0.1rem;
        margin: 0 0 2.4rem;

        font-size: 1.5rem;
        line-height: 3.6rem;
        margin-bottom: 1.9rem;
    }
    .company__item {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 760px) {
    .about__title, .about__text {
        font-size: 2.5vw;
        line-height: 6vw;
        letter-spacing: 0.1vw;
        margin: 0 0 3vw;
        white-space: normal;

        font-size: 2.0vw;
        line-height: 5.4vw;
        margin-bottom: 2.4vw;
    }
    .about__en-title, .about__en-text {
        word-break: keep-all;
    }
    .company__item {
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .sp-view {
        display: block;
    }
    .menu-btn {
        display: flex;
    }
    .gnav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background-color: #fff;
        transition: all 0.5s;
    }
    #MenuBtn:checked ~ .gnav {
        left: 0;
    }
    .header__nav, .gnav__lists {
        display: block;
    }
    .gnav__lists {
        padding: 70px 20px 20px;
    }
    .gnav__item {
        border-bottom: solid 1px #000;
        padding: 0;
    }
    .gnav__item--company:after {
        content: none;  
    }
    .gnav__link {
        display: block;
        width: 100%;
        font-size: 2rem;
        box-sizing: border-box;
        color:#000;
        text-decoration: none;
        padding: 15px 15px 16px 0;
        position: relative;
        border: none;
        text-align: left;
        letter-spacing: inherit;
        margin-top: 0;
    }
    .gnav__link::after {
        content: "";
        width: 7px;
        height: 7px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        transform: rotate(45deg);
        position: absolute;
        right: 11px;
        top: 21px;
    }
    .gnav__link:hover {
        opacity: 1;
        background: none;
    }
    .langnav__lists {
        margin-right: 50px;
    }
    .langnav__link {
        line-height: 3.5rem;
        width: 3.5rem;
        height: 3.5rem;
        margin: 0 0 0 6px;
    }
    .mv__title {
        width: 70%;
        margin: 0 -35%;
    }
    .mv__title-sub {
        font-size: 3.5vw;
        /*margin-top: -0.5vh;*/
    }
    .ja .mv__title-sub {
        font-size: 2.5vw;
    }
    .pc-view {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .header__main__logo {
        width: 100px;
        padding: 10px;
    }
    .about__title, .about__text {
        margin: 0 0 3rem;
        font-size: 1.7rem;
        line-height: 3.6rem;
        letter-spacing: 0.1rem;

        font-size: 1.4rem;
        line-height: 3.3rem;
        margin-bottom: 2.4rem;
    }
}
@media screen and (max-width: 400px) {
    .about__title, .about__text {
        font-size: 4.2vw;
        line-height: 8.6vw;
        letter-spacing: 0.1vw;
        margin: 0 0 5vw;

        font-size: 3.4vw;
        line-height: 7.7vw;
        margin-bottom: 4vw;
    }
    .about, .company, .project{
        padding: 30px 20px;
    }
    .company__head {
        width: 23%;
    }
    .company__body {
        margin-left: 23%;
    }
}
@media screen and (max-width: 300px) {
    .about__title, .about__text {
        font-size: 1.4rem;
        line-height: 2.8rem;
        letter-spacing: 0.1rem;
        margin: 0 0 3.2rem;

        font-size: 1.1rem;
        line-height: 2.5rem;
        margin-bottom: 2.6rem;
    }
}
