﻿@charset "UTF-8";
/* ==================================================
COMMON
================================================== */
#mainArea {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    position: fixed;
    opacity: 1;
    z-index: -1;
    display: block;
}
#mainArea .clearLogo{
    position: absolute;
    top: 40%;
    width: 170px;
    left: 10%;
    fill:#7ac4bf;
}
#mainArea img.read{
    position: absolute;
    top: 65%;
    width: 260px;
    left: 10%;
}
@media screen and (min-width: 641px) {
    #mainArea img.clearLogo{
        position: absolute;
        top: 45%;
        width: 230px;
        left: 16%;
    }
    #mainArea img.read{
        position: absolute;
        top: 70%;
        width: 300px;
        left: 10%;
    }
}
@media screen and (min-width: 961px) {
    #mainArea{
        top: 0;
    }
    #mainArea .clearLogo{
        position: absolute;
        top: 45%;
        width: 240px;
        left: 10%;
        fill:#7ac4bf;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%);
    }
    #mainArea img.read{
        position: absolute;
        top: 65%;
        width: 320px;
        left: 10%;
    }
}
#mainArea.mainhide {
    display: none;
}

a.blkLink figure img {
    opacity: 1;
    -webkit-transition: all .8s;
    transition: all .8s;
}

div.topConts {
    position: relative;
    padding: 50px 0;
    background: #ffffff;
    width: 100%;

}
div.topConts h2{
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
}
div.topConts h2 span{
    font-size: 1.4rem;
    line-height: 2;
    color: #f8bfc0;
}
div.topConts h2:before {
  content: '';
    position: absolute;
    bottom: -5px;
    display: inline-block;
    height: 2px;
    left: 48%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #f8bfc0;
    border-radius: 1px;
}

.contsBlk:not(:last-of-type) {
    margin: 0 auto 60px;
}

.scrollArrow{
    bottom: auto;
    top: -100px;
}
@media screen and (min-width: 961px) {
div.topConts {
    padding: 5vw 0 40px;
}
    .contsBlk:not(:last-of-type) {
    margin: 0 auto 80px;
}
}
@media screen and (min-width: 1281px) {
    #mainArea {
        top: 0;
    }
}
/* ==================================================
TOP
================================================== */
.movieCnt{
    position: relative;
    width: 100%;
}

.video {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
 }

@media screen and (min-width: 641px) {
    .video {
        width: 100%;
        height: auto;
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
video::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

/* ==================================================
coppy
================================================== */
div.topConts div.coppyArea p{
    text-align: center;
    line-height: 2.4;
}
@media screen and (min-width: 641px) {
    }

@media screen and (min-width: 961px) {

}

@media screen and (min-width: 1281px) {
}


/* ==================================================
service
================================================== */
div.serviceArea {
    margin: 0 auto;
    padding: 60px 0 20px;
    color: #ffffff;
    background: #7ac4bf;
}
div.topConts div.serviceArea h2:before {
    width: 80px;
}
div.serviceArea div{
    display: block;
    margin: 0px 6% 0;
}

div.serviceArea figure {
    width: 100%;
    margin: 0 auto 0px;
}

div.serviceArea figure img {
    width: 92%;
    height: auto;
    -webkit-box-shadow: 13px 7px;
    box-shadow: 13px 7px;
    color: #f8bfc0;
}

div.serviceArea figure figcaption {
    width: 90%;
    margin: 30px auto 0;
}
div.serviceArea figure figcaption p {
    margin-bottom: 50px;
    text-align: left;
}
div.serviceArea figure figcaption h3 {
    text-align: left;
    font-size: 2.6rem;
    letter-spacing: 0.8em;
    margin-bottom: 20px;
}
@media screen and (min-width: 641px) {
    div.serviceArea {
    margin: 0 auto;
    padding: 60px 0 60px;

    }
    div.serviceArea div ul.serviceBlk{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    div.serviceArea div ul.serviceBlk li{
        width: calc(100% / 3);
    }
    div.serviceArea figure {
        width: 90%;
    }
    div.serviceArea figure img {

    }
    div.serviceArea figure figcaption {
        width: 92%;

    }
    div.serviceArea figure figcaption p {
        margin-bottom: 0px;
    }


}

@media screen and (min-width: 961px) {
    div.serviceArea {
        padding: 100px 0 100px;
    }
    div.serviceArea figure figcaption h3.workTitle {
        font-size: 2.1rem;
        padding: 9px 0;
        margin-bottom: 20px;
        width: 95%;
        margin: 0 auto 20px;
        letter-spacing: 0.1em;
        border-radius: 22px;
    }

    div.serviceArea figure figcaption h3:before,
    div.serviceArea figure figcaption h3:after {
        background-size: 21px 38px;
        width: 21px;
        height: 38px;
    }
}

@media screen and (min-width: 641px) {
    }

@media screen and (min-width: 961px) {

}

@media screen and (min-width: 1281px) {
}


/* ==================================================
works
================================================== */
div.topConts {

}
div.worksArea{

}
div.worksArea h2{
    color: #7ac4bf;
}
div.topConts div.worksArea h2:before {
    width: 100px;
}
div.worksArea div{
    display: block;
    margin: 0px 2% 0;
}
div.worksArea div ul.worksBlk{

    width: 100%;
    max-width: 1000px;
    margin: 0 auto 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
div.worksArea div ul.worksBlk li{
    margin: 10px 0 30px 4%;
    text-align: center;
    width: 45.5%;

}
div.worksArea figure {

    margin: 0 auto 0px;
}
div.worksArea figure img{
    width: 100%;
}
div.worksArea figure figcaption {


}
div.worksArea figure figcaption p {
    margin-top: 10px;
}
@media screen and (min-width: 641px) {
    div.worksArea div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0px 0 0;
}
    div.worksArea div ul.worksBlk{
        margin-top: 30px;

    }
    div.worksArea div ul.worksBlk li{
        margin: 0 0 0px 0;
        width: 25%;
    }
    div.worksArea figure {
        margin: 0 auto 0px;
    }
    div.worksArea figure img{
        width: 80%;
    }

}

@media screen and (min-width: 961px) {

}

@media screen and (min-width: 1281px) {
}


/* ==================================================
company
================================================== */

div.companyArea h2{
    color: #7ac4bf;
}
div.topConts div.companyArea h2:before {
    width: 70px;
}
div.companyArea img.companyImg{
    margin-top: 10px;
}
div.companyArea p{
    margin: 0px 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div.companyArea p.gmapBlk{
    width: 100px;
    padding: 20px 60px;
    margin: 20px auto 40px;
    border: solid 2px #f8bfc0;
    color: #f8bfc0;
}
div.companyArea div.companyBtn {
    margin: 20px auto 40px;
    cursor: pointer;
}
div.companyArea div.companyBtn a{
    width: 100%;
    cursor: pointer;
}

div.companyArea div.companyBtn a p::after{
    right: 3%;
}
div.companyArea div.companyBtn img{
    position: absolute;
    max-width: 15px;
    left: -50px;
}
div.companyArea div.accessBlk{
    position: relative;
    background: #f9f9f9;
    padding: 25px 0;
    width: 80%;
    padding: 25px 0;
    margin: 0 auto;
}
div.companyArea div.accessBlk div {
    position: absolute;
    top: -20px;
    left: -20px;
}
div.companyArea div p.balloon {
      position: relative;
    display: inline-block;
    /*margin: 1.5em 15px 1.5em 0;*/
    padding: 6px 0px;
    min-width: 75px;
    max-width: 100%;
    color: #fff;
    font-size: 12px;
    background: #f8bfc0;
}

div.companyArea p.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -6px;
  border: 5px solid transparent;
  border-left: 5px solid #f8bfc0;
}
div.companyArea div.balloon p {
  margin: 0;
  padding: 0;
}
div.companyArea dl {
    width: 90%;
    max-width: 940px;
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div.companyArea dl dt {
    width: 100%;
    text-align: left;
    line-height: 1.6;
    padding: 15px 0 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
}
div.companyArea dl dd {
    width: 100%;
    text-align: left;
    line-height: 1.6;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #dddddd;
}
div.companyArea dl dt.noline {
    border-bottom: none;
}
div.companyArea dl dd.noline {
    border-bottom: none;
}



div.companyArea .ggmap {
    margin: -30px auto 40px;
    max-width: 700px;
    width: 80%;
}
div.companyArea .ggmap a:hover{
    opacity: 1;
    -webkit-filter: brightness(102%);
    filter: brightness(102%);
}


@media screen and (min-width: 961px) {

}



@media screen and (min-width: 641px) {
    div.companyArea img.companyImg{
    margin-top: 20px;
}
    div.companyArea div.accessBlk{
        width: 500px;
        padding: 25px 0;
        margin: 0 auto;
    }
    div.companyArea div.accessBlk div {
        position: absolute;
        top: 34px;
        left: -20px;
    }
    div.companyArea div.companyBtn{
        margin: 30px auto 40px;
    }
    div.companyArea div.companyBtn a {
    padding: 22px 20px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
}
    @media screen and (min-width: 961px) {
    div.companyArea dl {
        width: 50%;
        margin-bottom: 120px;
    }
    div.companyArea dl dt {
        width: 20%;
        padding: 15px 0 0 20px;
        border-bottom: 1px solid #dddddd;
        line-height: 2;
        font-size: 1.4rem;
        font-weight: normal;
    }
    div.companyArea dl dd {
        width: 70%;
        padding: 15px 0 15px 20px;
        line-height: 2;
        font-size: 1.2rem;
    }
}

/* ==================================================
recruit
================================================== */
div.topConts {

}
div.recruitArea h2{
    color: #7ac4bf;
}
div.topConts div.recruitArea h2:before {
    width: 70px;
}
div.recruitArea dl {
    width: 90%;
    max-width: 800px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
div.recruitArea dl dt {
    width: 100%;
    text-align: left;
    line-height: 1.6;
    padding: 15px 0 0 20px;
    font-size: 1.6rem;
    font-weight: bold;
}
div.recruitArea dl dd {
    width: 100%;
    text-align: left;
    line-height: 1.6;
    padding: 15px 20px;
}
div.recruitArea dl dt.recruitBlk {
    background: #f9f9f9;
}
div.recruitArea dl dd.recruitBlk {
    background: #f9f9f9;
}
div.recruitArea dl dd.noline {
    border-bottom: none;
}
@media screen and (min-width: 961px) {
    div.recruitArea dl {
    width: 80%;
    }
    div.recruitArea dl dt {
        width: 20%;
        padding: 15px 0 0 50px;
        line-height: 3;
        font-weight: normal;
        font-size: 1.4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    div.recruitArea dl dd {
        width: 80%;
        padding: 15px 20px 15px;
        line-height: 3;
        font-size: 1.2rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

}
@media screen and (min-width: 961px) {

}

@media screen and (min-width: 1281px) {
}

/* ==================================================
contact
================================================== */
div.topConts {

}
div.contactArea {
    background: #7ac4bf;
    color: #ffffff;
    padding: 60px 0;
}
div.contactArea h2{

}
div.topConts div.contactArea h2:before {
    width: 90px;
}
div.contactArea p{
    text-align: left;
    line-height: 2.4;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}
div.contactArea div.contactBtn{
    margin: 30px auto 0;
    border: 1px solid #ffffff;
}

div.contactArea div.contactBtn p{
    line-height: 1;
    width: 100%;
}
div.contactArea div.contactBtn a {
    padding: 26px 20px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
div.contactArea div.contactBtn img{
    position: absolute;
    max-width: 20px;
    left: 0;
}
div.contactArea div.whBtn p::after {
    right: 0;
}
div.contactArea div.contactBtn img{
    width: 20px;
}
@media screen and (min-width: 641px) {
    div.contactArea {
        padding: 80px 0;
    }
    div.contactArea p{
        text-align: center;
    }
    div.contactArea div.contactBtn{
    margin: 40px auto 0;
    }
    div.contactArea div.contactBtn a {
    padding: 26px 20px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
}

@media screen and (min-width: 961px) {
    div.contactArea div.contactBtn:hover{
        border: 1px solid #f8bfc0;
    }

}

@media screen and (min-width: 1281px) {
}
