@charset "UTF-8";

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

#top {
    position: relative;
    width: 97%;
    height: 76vh;
    margin: 2% auto 0;
    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: 20px;
    font-family: 'Montserrat', 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;
}

/* mission */

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

#mission .title_mission {
    text-align: center;
    font-size: 32px;
    letter-spacing: 7px;
    font-family: 'Montserrat', sans-serif;
}

#mission .subtitle_mission {
    text-align: center;
    font-weight: bold;
}

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

#mission .each_mission {
    width: 30%;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
    margin-right: 5%;
}

#mission .each_mission:nth-of-type(3) {
    margin-right: 0%;
}

#mission .icon_brain {
    width: 50px;
    margin: 0 auto;
}

#mission .icon_handshake {
    width: 50px;
    margin: 0 auto;
}

#mission .icon_door {
    width: 33px;
    margin: 0 auto;
}

#mission .icon_brain img,
#mission .icon_handshake img,
#mission .icon_door img {
    width: 100%;
    height: auto;
}

#mission .each_title_mission {
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    letter-spacing: 7px;
    font-family: 'Montserrat', sans-serif;
}

#mission .each_subtitle_mission {
    text-align: center;
    font-weight: bold;
}

#mission .description_jp_mission {
    letter-spacing: 0.4px;
    font-size: 12px;
    font-weight: 500;
    font-family: 'Noto Sans Japanese', sans-serif;
    margin-top: 18px;
    color: #444;
}

#mission .description_jp_mission:after {
    display: block;
    content: '';
    border-bottom: solid 1px #aaa;
    width: 20px;
    margin: 16px auto;
}

#mission .description_en_mission {
    margin-top: 13px;
    font-family: 'Noto Sans Japanese', sans-serif;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #444;
    font-size: 12px;
}


/* 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: 'Montserrat', 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: 'Montserrat', 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) {
    /* mission */
    #mission .wrapper_contents_mission {
        width: 1200px;
    }
    /* others */
    #others .wrapper_contents_others {
        width: 1200px;
    }
}


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

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


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

@media screen and (max-width: 768px) {
    /* top */
    /* mission */
    #mission {
        padding: 90px 0;
    }
    /* others */
    #others .each_title_others {
        font-size: 16px;
        letter-spacing: 5px;
    }
}


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

@media screen and (max-width: 480px) {
    #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;
    }
    /* mission */
    #mission {
        padding: 70px 0;
    }
    #mission .each_mission {
        width: 100%;
        border: solid 1px #111;
        padding: 25px;
        border-radius: 10px;
        margin-right: 0%;
    }
    #mission .title_mission {
        font-size: 28px;
    }
    #mission .each_mission:nth-of-type(1),
    #mission .each_mission:nth-of-type(2) {
        margin-bottom: 40px;
    }
    /* 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) {}