@charset "UTF-8";

/*---------------------------------------------------------------*\
	$common
\*---------------------------------------------------------------*/

#top {
    position: relative;
    width: 100%;
    height: 50vh;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .title_top {
    position: absolute;
    top: 44%;
    margin: auto;
    z-index: 99;
    right: 0;
    left: 0;
    font-size: 50px;
    color: #fff;
    letter-spacing: 10px;
    font-family: 'Overpass', sans-serif;
    text-align: center;
}

#top .suggestion_scroll_top {
    position: absolute;
    width: 60px;
    z-index: 99;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
}

#top .border_scroll_top {
    width: 1px;
    display: block;
    height: 80px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 0px 24px #555;
    -webkit-animation: sdb 2.5s infinite;
    animation: sdb 2.5s infinite;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0px, 40px);
        opacity: 0;
    }
}

@keyframes sdb {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translate(0px, 40px);
        opacity: 0;
    }
}

#top .text_scroll_top {
    display: block;
    text-align: center;
    text-shadow: 0px 0px 24px #555;
    color: #fff;
    margin-top: 50px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 12px;
}
#top .wrapper_logo_top {
    position: fixed;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    width: 92%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 99;
}
#top .logo_top {
  width: 130px;
  background: #169ccd;
  padding: 35px 26px;
}
#top .logo_top a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .logo_top img {
  width: 100%;
  height: auto;
}

/* concept JP */

#concept_jp {
    width: 100%;
    margin: 0px auto;
    padding: 140px 0;
}

#concept_jp .icon_heart {
    width: 48px;
    margin: 0 auto;
}

#concept_jp .icon_heart img {
    width: 100%;
    height: auto;
}

#concept_jp .catch_concept {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
    line-height: 44px;
    font-weight: bold;
}

#concept_jp .description_concept {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    margin-top: 30px;
}


/* concept EN */

#concept_en {
    padding: 100px 0 120px;
    width: 97%;
    margin: 0 auto;
    position: relative;
    background: #f5f3ef;
}

#concept_en .icon_heart {
    width: 48px;
    margin: 0 auto;
}

#concept_en .icon_heart img {
    width: 100%;
    height: auto;
}

#concept_en .catch_concept {
    text-align: center;
    font-family: 'Overpass', sans-serif;
    font-size: 32px;
    letter-spacing: 0.4px;
    margin-top: 20px;
    line-height: 46px;
    font-weight: bold;
}

#concept_en .description_concept {
    font-family: 'Overpass', sans-serif;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    margin-top: 30px;
}


/* others */

#others {
    padding: 80px 0;
    width: 97%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto 1.5%;
}

#others .title_others {
    text-align: center;
    font-size: 32px;
    color: #fff;
    letter-spacing: 7px;
    font-family: 'Overpass', sans-serif;
}

#others .subtitle_others {
    color: #fff;
    text-align: center;
    font-weight: bold;
}

#others .wrapper_contents_others {
    width: 85%;
    margin: 50px auto 0;
    letter-spacing: -.4em;
}

#others .each_title_others {
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 7px;
    font-family: 'Overpass', sans-serif;
}

#others .each_subtitle_others {
    text-align: center;
    color: #fff;
    margin-top: 4px;
    font-weight: bold;
    font-size: 12px;
}

#others .each_others {
    border-radius: 1px;
    background: -webkit-gradient(linear, left top, right bottom, from(#111), color-stop(0.25, #111), color-stop(0.25, rgba(255, 255, 255, .5)), color-stop(0.5, rgba(255, 255, 255, .5)), color-stop(0.5, #111), color-stop(0.75, #111), color-stop(0.75, rgba(255, 255, 255, .5)), torgba(255, 255, 255, .5)));
    background: -moz-linear-gradient(-45deg, #111 25%, rgba(255, 255, 255, .5) 25%, rgba(255, 255, 255, .5) 50%, #111 50%, #111 75%, rgba(255, 255, 255, .5) 75%, rgba(255, 255, 255, .5));
    background: linear-gradient(-45deg, #111 25%, rgba(255, 255, 255, .2) 25%, rgba(255, 255, 255, .2) 50%, #111 50%, #111 75%, rgba(255, 255, 255, .2) 75%, rgba(255, 255, 255, .2));
    background-size: 4px 4px;
    letter-spacing: normal;
    vertical-align: top;
    padding: 14px;
    display: inline-block;
    letter-spacing: normal;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .1);
    width: 30%;
    margin-right: 5%;
}

#others .each_others:nth-of-type(3) {
    margin-right: 0px;
}

#others .each_others>a {
    border-radius: 1px;
    display: block;
}

#others .button_others {
    display: block;
    width: 290px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    background: #111;
    font-family: 'Jaldi', sans-serif;
    color: #fff;
    position: relative;
    margin: 50px auto 0;
    border-radius: 2px;
    text-align: center;
    padding: 24px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#others .button_others:hover {
    background: #171717;
}

#others .fa-chevron-right {
    position: absolute;
    color: #fff;
    top: 29px;
    font-size: 10px;
    right: 30px;
}

#others .bg_scale_01 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_01:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_concept.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_01:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_01 .inner {
    z-index: 1;
    position: relative;
}

#others .bg_scale_02 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_02:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_company.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_02:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_02 .inner {
    z-index: 1;
    position: relative;
}

#others .bg_scale_03 {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
}

#others .bg_scale_03:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: url('img/background_contact.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

#others .bg_scale_03:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#others .bg_scale_03 .inner {
    z-index: 1;
    position: relative;
}


/*---------------------------------------------------------------*\
	$ more than 1500px
\*---------------------------------------------------------------*/

@media screen and (min-width: 1500px) {
    /* others */
    #others .wrapper_contents_others {
        width: 1200px;
    }
}


/*---------------------------------------------------------------*\
	$1080px
\*---------------------------------------------------------------*/

@media screen and (max-width: 1080px) {
    /* others */
    #others .wrapper_contents_others {
        width: 90%;
    }
}


/*---------------------------------------------------------------*\
	$768px
\*---------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    /* top */
    /* concept JP */
    #concept_jp {
        padding: 100px 0 120px;
    }
    #concept_jp .catch_concept {
        font-size: 26px;
        line-height: 42px;
    }
    #concept_jp .description_concept {
        width: 80%;
        margin: 30px auto 0;
    }
    #concept_jp .description_concept>br {
        display: none;
    }
    /* concept EN */
    #concept_en .catch_concept {
        font-size: 28px;
        line-height: 42px;
    }
    #concept_en .description_concept {
        width: 80%;
        margin: 30px auto 0;
    }
    #concept_en .description_concept>br {
        display: none;
    }
    /* others */
    #others .each_title_others {
        font-size: 16px;
        letter-spacing: 5px;
    }
}


/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/

@media screen and (max-width: 480px) {
    /* top */
    #top {
        width: 100%;
        height: 46vh;
        margin-top: 0;
    }
    #top .title_top {
        top: 48%;
        font-size: 30px;
        letter-spacing: 14px;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
    /* concept JP */
    #concept_jp .catch_concept {
        font-size: 18px;
        line-height: 32px;
    }
    /* concept EN */
    #concept_en {
        width: 100%;
    }
    #concept_en .catch_concept {
        font-size: 20px;
        width: 95%;
        margin: 20px auto 0;
        line-height: 32px;
    }
    /* others */
    #others {
        width: 100%;
        margin-bottom: 0%;
    }
    #others .title_others {
        font-size: 26px;
    }
    #others .each_others {
        display: block;
        width: 100%;
    }
    #others .each_others:nth-of-type(1),
    #others .each_others:nth-of-type(2) {
        margin-bottom: 20px;
    }
    #others .bg_scale_01,
    #others .bg_scale_02,
    #others .bg_scale_03 {
        padding: 45px 0;
    }
    #others .each_title_others {
        font-size: 18px;
        letter-spacing: 7px;
    }
}


/*---------------------------------------------------------------*\
	$320px
\*---------------------------------------------------------------*/

@media screen and (max-width: 320px) {}