﻿@charset "UTF-8";

/* common
---------------------------------------------------*/
#wrapper {
    padding-top: 67px;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #wrapper {
        padding-top: 17.1794vw;
    }
}

/* mv
---------------------------------------------------*/
#mv {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: calc(100% - 67px);
    z-index: 1;
}
#mv .inner {
    position: relative;
    width: 100%;
    height: 100%;
}
#mv .figure {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0 auto;
}
#mv .figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #mv {
        position: static;
        width: 100%;
        height: auto;
        margin-bottom: 6.1538vw;
    }
    #mv .inner {
        height: auto;
    }
    #mv .figure {
        height: auto;
    }
}


/* about
---------------------------------------------------*/
#about {
    width: 50%;
}
#about .inner {
    padding: 40px 40px 0;
}
#about .ttl-section {
    margin-bottom: 64px;
}

/* message */
#message {
    width: 570px;
    max-width: 100%;
    border: 1px solid #707070;
    padding: 40px;
    margin: 0 auto 64px;
}
#message p {
    line-height: 1.8em;
    font-weight: 500;
}
#message p.name {
    text-align: right;
    margin-top: 1.5em;
}

/* philosophy */
#philosophy {
    margin: 0 auto 64px;
}
#philosophy p {
    line-height: 1.8em;
    font-weight: 500;
}
#philosophy p.phrase {
    font-weight: 700;
    margin-bottom: 1.5em;
}

/* service */
#service {
    margin: 0 auto 64px;
}
#service .title {
    font-weight: 700;
    margin-bottom: 1.5em;
}
#service ul.service-list li {
    line-height: 1.8em;
    font-weight: 500;
}
#service ul.service-list  li:not(:last-of-type) {
    margin-bottom: 0.7em;
}
#service ul.service-list + .title {
    margin-top: 64px;
}

/* company */
#company {
    margin: 0 auto;
}
#company dl.company-list {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8em;
}
#company dl.company-list dt,
#company dl.company-list dd{
    border-top: 1px solid #707070;
    padding: 1.25em 0;
}
#company dl.company-list dt:first-of-type,
#company dl.company-list dd:first-of-type{
    border-top: 0;
    padding-top: 0;
}
#company dl.company-list dt {
    width: 144px;
    font-weight: 700;
}
#company dl.company-list dd {
    width: calc(100% - 144px);
    font-weight: 500;
}

/* 768 */
@media screen and (min-width:1px) and (max-width: 768px) {
    #about {
        width: 100%;
    }
    #about .inner {
        padding: 0 8.2051vw;
    }
    #about .ttl-section {
        margin-bottom: 6.1538vw;
    }

    /* message */
    #message {
        width: 100%;
        border: 0;
        padding: 0;
        margin-bottom: 16.4102vw;
    }
    /* philosophy */
    #philosophy {
        margin-bottom: 16.4102vw;
    }
    /* service */
    #service {
        margin-bottom: 16.4102vw;
    }
    #service ul.service-list + .title {
        margin-top: 16.4102vw;
    }
    /* company */
    #company dl.company-list {
        display: block;
    }
    #company dl.company-list dt {
        width: 100%;
        padding: 1.25em 0 0.5em;
    }
    #company dl.company-list dd {
        width: 100%;
        border-top: 0;
        padding: 0 0 1.25em;
    }
}

