@charset "utf-8";
/* CSS Document */

#wrapper{
    /*position: relative;*/
}

.pc_bg{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    /*flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 72px;
    padding-left: 128px;
    padding-bottom: 56px;
    background-image: url(http://coco-factory.jp/ugokuweb/wp-content/themes/ugokuweb/data/move02/6-4/img/daniel-chen-546446-unsplash.jpg);
    background-size: cover;
    background-repeat: no-repeat;*/
    background-color: #fff;
}
header{
    background-color: #333;
    color: #fff;
    width: 5rem;
    height: 100vh;
    position: relative;
    top: inherit;
    left: 0;
}
.pc_bg header  h1 a {
    background: url(../images/logo.png)no-repeat center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 80%;
    width: 100%;
    height: 90px;
    max-width: 1200px;
    margin: auto;
    display: block;
}
header .h_bottom{
    position: absolute;
    bottom: 0;
    background-color: #fff;
    width: 100%;

}
header .h_bottom a{
    writing-mode: vertical-rl;
    height: auto;
    min-height: 150px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
header .h_bottom a:before {
    content: "";
    display: inline-block;
    background-size: cover;
    width: 20px;
    height: 20px;
    background: url(../images/mail_icon.png) no-repeat center 100%/100%;
}
.pc_bottom{
    position: absolute;
    bottom: 2rem;
    left: 7rem;
    z-index: 100;
}
.pc_bottom .copyright{text-align: left;}

.nav{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.nav li{
    margin: 0 2rem 1rem 0;
}
.bg_slider {
    width: 100%;
    height: 100vh;
    position: relative;
}
.bg_slider h2 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 41%;
    transform: translate(-50%, -50%);
    font-size: 4.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: auto;
    font-family: 'Shippori Mincho', serif;
    width: 80%;
}
.bg_slider h2 span{
    margin-left: 20%;
}
@media screen and (max-width: 599px) {
    .bg_slider {height: 80vw;top: 5rem;}
    .bg_slider h2{font-size: 6vw;}
}
/*--------------
    header2
--------------*/
.header_inner{
    display: flex;
    align-items: center;
    margin: .5rem auto;
}
.header_inner h1 a{
    background: url(../images/logo.png)no-repeat center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-size: 60%;
    width: 75px;
    height: 50px;
    display: block;
}
.header_inner .h_nav{
    width: 100%;
}
.header_inner ul.g_nav{
    display: flex;
}
.header_inner ul.g_nav li {
    width: calc(100% / 7 );
    text-align: center;
}
.header_inner ul.g_nav li a{position: relative;display: inline-block;width: 80%;}
.header_inner ul.g_nav li a::after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    bottom: -10px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s
    }

    .header_inner ul li a:hover::after {
    transform: scale(1, 1);
    }


@media screen and (max-width: 768px) {
    header{
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0px 2px 5px #ccc;
        z-index: 10000000;
        height: auto;
        padding: 0 1rem;
    }
    .header_inner h1 a{
        background: url(../images/logo_sp.png)no-repeat center;
        background-size: 100%;
        width: 100%;
    }
    .header_inner .h_right{
        width: 100%;
    }
    .header_inner .h_right .h_right_mail{
        width: 35px;
        margin: 0 5rem 0 auto;
    }

}

@media screen and (max-width: 599px) {
    .header_inner h1{
        width: 100%;
    }

}

/*------------------------
    コンテンツ
-------------------------*/
#container{
    position: relative;
    z-index: 10;
    width: 100%;
    max-width: 500px;
    margin-right: 0vw;
    margin-left: auto;
    background-color: #fff;
    box-shadow: 0 0 56px rgba(121, 117, 132, 1);
}
.top_main_area , .top_information {padding: 5rem 3rem;}
.top_main_area h2 , #company h3{
    font-family: 'Shippori Mincho', serif;
    font-size: 2.4rem;
}
.top_main_area .top_copy , .company_txt{
    padding: 3rem 0;
}
.top_sustainable_area , .content_inner_gry{
    margin: auto;
    padding: 0 2rem 5rem;
    text-align: center;
    background-color: #F8F8F8;
}
.top_sustainable_area h2{
    font-size: 2.2rem;
    font-weight: unset;
    padding: 5rem 0;
}
.cont3col ,.cont2col{
    display: flex;
    flex-wrap: wrap;
}
.cont3col div {
    width: calc(100% / 3);
}
.cont2col div {
    width: calc(100% / 2);
}
.top_sustainable_area .cont3col div{padding: 5%;}

a.linkbox{
    display: inline-block;
    background-color: #333;
    color: #fff;
    padding: 3%;
    text-align: center;
    border-radius: 50px;
    width: 70%;
    position: relative;
}
a.linkbox:after{
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    top: 50%;
    right: 3rem;
    margin-top: -4px;
    transform: rotate(45deg);
}
.top_information h3{
    font-size: 2rem;
}
.top_information dl{
    border-bottom: 1px dotted #333;
    padding: 5% 0;
}

.footerArea{
    background-color: #222;
    color: #fff;
    padding: 5rem;
}
.f_info{
    display: flex;
    margin: 0 0 3rem 0;
}
.f_info img{
    width: 80px;
    height: 100%;
}
.f_info div{
    margin: auto 7%;
    width: calc(100% - -70px);
}
.footerArea ul{
    list-style: inside;
}
.footerArea ul li {padding: 3%;}
.footerArea ul li a{color:#fff;}
.f_contact{text-align: center;margin: 4rem 0;}
.f_contact a{
    display: inline-block;
    padding: 2rem;
    border: #F8F8F8 1px solid;
    color: #fff;
    width: 50%;
}
.copyright{
    text-align: center;
    font-size: 1.1rem;
}

@media screen and (max-width: 599px) {
    .footerArea{
        padding: 3rem 1.75rem;
    }
    .footerArea ul{padding: 0 2rem;}
    .f_contact a{width: 75%;}
}
/*------------------------
    共通
-------------------------*/
.content_inner{
    padding: 3rem;
}
.content_inner h2 {
    font-size: 2.3rem;
    font-weight: initial;
    border-bottom: 1px dotted #333;
    padding: 0 0 1rem;
}

@media screen and (max-width: 768px) {
    #container{max-width: 100%;}
    .top_main_area, .top_information , .content_inner {
        padding: 8rem 3rem 3rem;
    }
}

/*------------------------
    会社概要
-------------------------*/
.cp_nav ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem 1rem ;
}
.cp_nav ul li{
    width: calc(100% / 4);
    padding: 0 2%;
    text-align: center;
    font-size: 1.2rem;
}
.cp_nav ul li a{position: relative;}
.cp_nav ul li a:after {
    position: absolute;
    left: 0;
    content: "" ;
    width: 100%;
    height: 2px;
    background: #333;
    bottom: -5px;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
}
.cp_nav ul li a:hover:after {
    transform: scale(1, 1);
}
.cp_inner dl{
    padding: 4rem 0 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.cp_inner dl dt{width: 22%;border-bottom: 1px dotted #ccc;padding: 1rem 0.5rem;}
.cp_inner dl dd{width: 78%;border-bottom: 1px dotted #ccc;padding: 1rem 0.5rem;}
.cp_inner h4 {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem 0;
}
/* iframe */
iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iframe-wrapper {
    position: relative;
    padding-top: 56.25%;
    margin: 2rem 0 5rem;
}
.cp_story dl{
    display: block;
    padding: 0;
}
.cp_story dt{
    width: 30%!important;
    background-color: #D9D9D9;
    border-radius: 50px;
    text-align: center;
}
.cp_story dd{
    width: 100%!important;
    border: 0!important;
    padding: 1rem 0 2rem!important;
}

.cp_story ul li{
    text-align: left;
    margin: 1rem 0 0;
}
.cp_logo p{text-align: center;}
.cp_logo img{
    width: 35%;
}

@media screen and (max-width: 599px) {
    .cp_nav ul{margin: 3rem 0;}
    .cp_nav ul li{padding: 0;}
    .cp_story dt{width: 45%!important;}
}
/*------------------------
    環境
-------------------------*/
.sustainability_nav ul{
    display: flex;
    flex-wrap: wrap;
    padding: 2rem 0
}
.sustainability_nav ul li{
    width: calc(97% / 2);
    padding: 1rem;
    text-align: center;
    background-color: #D9D9D9;
    margin: 0 1rem 1rem 0;
}
.sustainability_nav ul li:nth-child(2n){
    margin: 0 0 1rem 0;
}
.sustainability_inner h3 {
    display: flex;
    align-items: center;
    font-size: 2rem;
    margin: 0 0 2rem 0;
}
.sustainability_inner h3:before,
.sustainability_inner h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.sustainability_inner h3:before {
    margin-right: 1rem;
}
.sustainability_inner h3:after {
    margin-left: 1rem;
}
.sustainability_item{margin: 3rem 0 5rem; text-align: center;}
.sustainability_item img{max-width: 200px;}
.sustainability_item h4{
    text-align: left;
    margin: 0 0 1.5rem 0;
    border-left: 0.5rem solid;
    color: #333;
    font-weight: bold;
    padding: 0.5rem 1rem;
}
.sustainability_item p{text-align: left;}

@media screen and (max-width: 599px) {
    .sustainability_nav ul li {width: calc(96% / 2);}
}
/*------------------------
    FAQ
-------------------------*/
#faq dl{
    margin: 2rem 0;
}
#faq dt{
    display: flex;
    align-items: center;
}
#faq dt .q_icon {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    text-align: center;
    padding: 0.5rem 0;
    margin-right: 1rem;
}

#faq dd{
    background-color: #F8F8F8;
    padding: 2rem;
    border-radius: 10px;
}
#faq dd a.linkbox{
    margin: 2rem auto 0;
    font-size: 75%;
}

@media screen and (max-width: 599px) {
    #faq dl {
        margin: 3rem 0;
    }
    #faq dd a.linkbox{width: 95%;}
    #faq dd a.linkbox:after{right: 1rem;}

}

/*------------------------
    ストーリー
-------------------------*/
.story_day h3{
    font-size: 2rem;
    text-align: center;
    padding: 2rem;
    position: relative;
}
.story_day h3:after{
    background-color: #333;
    position: absolute;
    width: 50px;
    border-radius: 5px;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    transform:translatex(-50%);
}

.day_wrap {
    position: relative;
    margin: 5%;
}
.day_item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: start;
    width: 100%;
    margin-bottom: 5%;
}
.day_wrap .time_line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #333;
    opacity: .3;
    z-index: -1;
}
.day_time {
    display: inline-flex;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1%;
    font-size: 2rem;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    line-height: 1.3;
}
.day_text {
    flex-basis: 100%;
    text-align: left;
    background-color: #F8F8F8;
    margin: 2rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #F8F8F8;
}
.day_text:last-child{margin: 2rem 0 0 0;}
.story_people_txt{
    background-color: #F8F8F8;
    margin: auto 3rem;
    padding: 2.3rem;
    border-radius: 1rem;
    position: relative;
    top: -50px;
    box-shadow: 0 5px 5px #ccc;
}
.story_people_name{display: flex;align-items: center;margin-bottom: 2rem;}
.story_people_name p.post{
    background-color: #333;
    color: #fff;
    padding: 1rem;
    width: 35%;
    text-align: center;
    border-radius: 1rem;
    margin-right: 1rem;
}
.story_people_name p.name{font-size: 1.8rem;}

.item_story{
    background-color: #222;
    padding: 3rem;
    position: relative;
    margin-top: 5rem;
}
.item_story h3{
    background-color: #222;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    width: 250px;
    padding: 1rem;
    top: -25px;
    left: 50%;
    transform:translateX(-50%);
    border-radius: 1rem;
}
.item_story_inner{
    background-color: #fff;
    padding: 0 3rem 3rem;
    border-radius: 1rem;
}
.item_story_txt{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}
.item_story_txt p{
    width: 72%;
}
.item_story_sec:last-of-type{border: 0;}

.item_story_sec{
    border-bottom: #ccc 2px dotted;
    padding: 3rem 0;
}
.item_story_txt .icon{
    width: 80px;
    margin-right: 1rem;
}
@media screen and (max-width: 599px) {
    .day_wrap{margin: 3rem 0 0;}
    .item_story{padding: 3rem 0;}
    .item_story_inner{margin: 0 3rem;padding: 0 2rem 0;}
    .item_story_txt .icon{width: 50px;}
    .item_story_txt p {width: 100%;}
}

/*------------------------
    recruit
-------------------------*/
.recruit_voice_inner {
    display: flex;
    align-items: center;
    margin: 0 2rem;
    position: relative;
    top: 2rem;
}
.recruit_voice_inner p.post , .recruit_voice_inner p.joining {
    background-color: #333;
    color: #fff;
    padding: 1rem;
    width: 50%;
    text-align: center;
    border-radius: 1rem;
    margin-right: 1rem;
}
.recruit_voice_inner p.joining {
    background-color: rgb(40, 138, 45);
}
.recruit_voice_txt{
    background-color: #F8F8F8;
    margin: auto 3rem;
    border-radius: 1rem;
    position: relative;
    top: -50px;
    box-shadow: 0 5px 5px #ccc;
}
.recruit_voice_txt h5{
    padding: 2rem;
    font-size: 1.75rem;
}
.recruit_voice_txt dl{
    margin: 1rem 0;
}
.recruit_voice_txt dl dt{
    background-color: rgb(4, 52, 131);
    font-weight: bold;
    margin-right: 25%;
    padding: 1rem 2rem;
    color: #fff;
}
.recruit_voice_txt dl dd{
    padding: 2rem;
}

/* 動画 */
div.vid_contents {
    width: 100%;
    text-align: center;
    margin: auto;
    padding: 5rem 2rem 0 2rem;
    background: #fff;
}
    video.vid_main {
    width: 100%;
    max-width: 920px;
}