@charset "utf-8";

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* outline: 1px solid red; */
}
a {
    text-decoration: none;
    color: #050707;
}
ul,
ol {
    list-style: none;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #050707;
    line-height: 1.5;
    opacity: 1;
    background-color: #FFF;
}
img {
    max-width: 100%;
}


/* Main */
.first-view {
    background: url(/images/top.jpg) no-repeat center center;
    background-size: cover;
    height: calc(100vh - 50px);
    margin-top: 50px;
    clip-path: polygon(30% 0%, 60% 3%, 100% 10%, 100% 80%, 80% 100%, 30% 95%, 0% 89%, 0% 30%);
    position: relative;
    filter: brightness(100%) saturate(100%) contrast(100%);
}
.first-view-keymessage {
    background-color: rgba(255,255,255,0.9);
    font-weight: 900;
    font-size: 20px;
    width: auto;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    position: absolute;
    /* top: calc((100vh - 50px) * 0.5); */
    top: 400px;
    left: 100px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.first-view-lead-text {
    background-color: rgba(255,255,255,0.7);
    font-weight: 400;
    font-size: 14px;
    width: auto;
    height: 70px;
    padding: 10px;
    display: inline-block;
    position: absolute;
    /* top: calc((100vh - 50px) * 0.415); */
    top: 340px;
    left: 50px;
}
#vision {
    margin-top: 80px;
    height: 720px;
}
.h2-area {
    text-align: center;
}
.h2-are h2 {
    font-size: 32px;
}
.h2-area p {
    font-size: 14px;
}
.vision-content {
    margin-top: 20px;
    position: relative;
}
.vision-image {
    width: 70vw;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.vision-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.vision-image-bg {
    background-color: #6090b4;
    height: 550px;
    width: 70vw;
    position: absolute;
    top: 100px;
    left: 100px;
    opacity: 0.2;
    z-index: -10;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 50% 100%, 0% 90%);
}
.vision-text-area {
    position: absolute;
    top: 300px;
    right: 200px;
    background-color: rgba(255,255,255,0.9);
    z-index: 10;
    padding: 10px 20px;
    width: 30vw;
}
.vision-keymessage {
    font-weight: 900;
}
.vision-lead-text {
    font-size: 14px;
    margin-top: 20px;
}
#profile {
    height: 700px;
    margin-top: 80px;
}
.profile-content {
    margin-top: 20px;
    position: relative;
}
.profile-text-area {
    position: absolute;
    top: 30px;
    left: 40px;
    padding: 20px;
    background-color: rgba(255,255,255,0.9);
    width: 50vw;
    z-index: 10;
}
.profile-title {
    font-weight: 900;
    font-size: 24px;
}
.profile-text-area dt {
    font-weight: 900;
    margin-top: 40px;
}
.profile-content dd {
    font-size: 14px;
    margin-top: 10px;
}
.profile-image-area {
    position: absolute;
    top: 0;
    right: 0;
    height: 550px;
    width: 50vw;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
}
.profile-image-area img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.profile-image-bg {
    position: absolute;
    top: 50px;
    right: 50px;
    background-color: #6090b4;
    opacity: 0.2;
    height: 550px;
    width: 50vw;
    z-index: -10;
    clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 50%);
}
#service {
    margin-top: 80px;
    height: 770px;
}
.service-content {
    margin-top: 20px;
    position: absolute;
    height: 700px;
}
.service-image-area {
    position: absolute;
    top: 0;
    left: 0;
    height: 700px;
    width: 100vw;
    clip-path: polygon(0% 0%, 90% 10%, 100% 100%, 0% 100%);
}
.service-text-area {
    position: absolute;
    top: 100px;
    left: 60vw;
    width: 40vw;
    z-index: 10;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
}
.service-title {
    font-weight: 900;
    font-size: 24px;
}
.service-description {
    font-size: 14px;
    margin-top: 20px;
}
#customer-voice {
    margin-top: 80px;
}
.customer-voice-flex {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.customer-voice-item {
    width: 30%;
    text-align: center;
}
.customer-voice-case-image {
    border-radius: 50%;
    width: 295px;
    height: 295px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.customer-voice-case-image img {
    /* width: 100%; */
    object-fit: cover;
    object-position: center;
}
.customer-name {
    font-weight: 900;
    margin-top: 20px;
}
.customer-voice-description {
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
}
#service-detail {
    margin-top: 80px;
}
.service-detail-flex {
    display: flex;
    justify-content: space-between;
}
.service-detail-item {
    margin-top: 40px;
    width: 30%;
    position: relative;
}
.service-detail-title {
    background-color: #6090b4;
    opacity: 0.8;
    color: #fff;
    text-align: center;
    clip-path: polygon(3% 0%, 97% 0%, 100% 50%, 97% 100%, 3% 100%, 0% 50%);
    height: 40px;
    line-height: 38px;
}
.service-detail-description-area {
    border: 1px solid #ccc;
    height: 300px;
    width: 100%;
    padding: 20px;
    transform: translateY(-19px);
    border-top: none;
}
.service-detail-price {
    margin-top: 20px;
    font-weight: 900;
}
.service-detail-description {
    margin-top: 20px;
    font-size: 14px;
}
#contact {
    margin-top: 80px;
    height: 740px;
}
.contact-container {
    position: relative;
    margin-top: 40px;
}
.contact-detail-area {
    width: 40vw;
    position: absolute;
    top: 0;
    left: 120px;
    z-index: 10;
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
}
.contact-item {
    display: flex;
    justify-content: left;
}
.contact-item:nth-child(2) {
    margin-top: 60px;
}
.contact-item:nth-child(3) {
    margin-top: 60px;
}
.contact-icon-area {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    width: 10%;
}
.contact-icon-area img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.contact-description-area {
    width: 90%;
}
.contact-title {
    font-weight: 900;
}
.contact-description {
    margin-top: 20px;
    font-size: 14px;
}
.contact-button {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    border: 1px solid #050707;
    border-radius: 3px;
    margin-top: 20px;
    position: relative;
}
.contact-button:hover {
    cursor: pointer;
    opacity: 0.7;
}
.contact-button span {
    display: inline-block;
    border-top: 3px solid #050707;
    border-right: 3px solid #050707;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    top: 20px;
    right: 15px;
}
.contact-image-area {
    position: absolute;
    top: 0;
    right: 0;
    height: 600px;
    width: 50vw;
}
.contact-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.contact-image-bg {
    background-color: #6090b4;
    opacity: 0.3;
    height: 600px;
    width: 50vw;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: -10;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
#blog {
    margin-top: 80px;
}
.blog-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.blog-image-area {
    width: 50%;
    height: 700px;
    clip-path: polygon(5% 5%, 50% 0%, 95% 5%, 100% 90%, 95% 95%, 50% 100%, 5% 95%, 0% 50%);
}
.blog-image-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-description-area {
    width: 40%;
    transform: translateX(-200px);
    margin-top: 100px;
}
.blog-message-area {
    background-color: rgba(255,255,255,0.9);
    padding: 20px;
}
.blog-keymessage {
    font-weight: 900;
}
.blog-lead {
    font-size: 14px;
    margin-top: 20px;
}
.blog-button {
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 48px;
    padding: 0 10px;
    border: 1px solid #050707;
    border-radius: 3px;
    margin-top: 40px;
    background-color: #FFF;
    text-align: center;
}

.fade-up {
    opacity: 0;
}
@keyframes fadeup {
    0% {
        opacity: 0;
        transform: translate(0, 10%);
    }
    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes showup {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.curtain.active {
    animation: showup 1s forwards;
    animation-delay: .5s;
}

.curtain::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #050707;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}
@keyframes curtain {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}
.curtain.active::before {
    animation: curtain 1s ease-in-out forwards;
}





@media (max-width: 820px) {
    .first-view-keymessage {
        width: 320px;
        /* top: calc((100vh - 50px) * 0.475); */
        left: 40px;
        font-size: 12px;
        padding-left: 3px;
        padding-right: 3px;
        top: 390px;
    }
    .first-view-lead-text {
        width: 300px;
        /* height: 70px; */
        /* line-height: 50px; */
        /* top: calc((100vh - 50px) * 0.4); */
        left: 30px;
        font-size: 11px;
        padding-left: 3px;
        padding-right: 3px;
    }
    #vision {
        height: 420px;
    }
    .vision-image {
        width: 70vw;
        height: 300px;
        top: 0;
        left: 0;
    }
    .vision-image-bg {
        height: 300px;
        width: 70vw;
        top: 50px;
        left: 50px;
    }
    .vision-text-area {
        top: 30px;
        right: 10px;
        width: 50vw;
    }
    .vision-lead-text {
        font-size: 10px;
    }
    .profile-text-area {
        top: 400px;
        left: 20px;
        width: 80vw;
    }
    .profile-image-area {
        width: 80vw;
    }
    .profile-image-bg {
        width: 80vw;
    }
    #service {
        margin-top: 880px;
    }
    .service-text-area {
        top: 230px;
        left: 20vw;
        width: 80vw;
    }
    #service {
        height: 700px;
    }
    .customer-voice-flex {
        display: block;
    }
    .customer-voice-item {
        width: 100%;
        margin-top: 40px;
    }
    .service-detail-flex {
        display: block;
    }
    .service-detail-item {
        width: 100%;
    }
    .contact-detail-area {
        width: 80vw;
        left: 20px;
        top: 500px;
    }
    .contact-icon-area {
        width: 30%;
    }
    .contact-description-area {
        width: 70%;
    }
    .contact-image-area {
        width: 80vw;
    }
    .contact-image-bg {
        width: 80vw;
    }
    #blog {
        margin-top: 800px;
    }
    .blog-container {
        display: block;
    }
    .blog-image-area {
        width: 100%;
        height: 500px;
    }
    .blog-description-area {
        width: 100%;
        transform: translateX(0px);
        margin-top: 20px;
    }
    .blog-button {
        display: block;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }


}