@charset "UTF-8";
/*---------------------------------------------------------------*\
$Common
\*---------------------------------------------------------------*/

/* top */

#top {
    position: relative;
    width: 100%;
    padding: 170px 0 90px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top .title_top {
    top: 52%;
    margin: auto;
    z-index: 99;
    right: 0;
    left: 0;
    font-family: 'Overpass', sans-serif;
    font-size: 3.5rem;
    color: #fff;
    letter-spacing: 10px;
    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;
}


.title_top {
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Overpass', ui-sans-serif;
    letter-spacing: 7px;
    color: #fff;
}

.title_top span {
    margin-top: 60px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: 'YuGothic', '游ゴシック', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}

.title_top span:after {
    position: absolute;
    width: 1px;
    height: 30px;
    background: #fff;
    content: "";
    top: -50px;
    left: 50%;
}


/* area */

#area {
    padding: 80px 0 0;
}

#area .title_area {
    text-align: center;
    font-size: 32px;
    letter-spacing: 3px;
    font-family: 'Overpass', sans-serif;
}

#area .subtitle_area {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

#area .wrapper_contents_area {
    width: 82%;
    margin: 30px auto 0;
}

#area .thumbnail_area {
    width: 100%;
    position: relative;
}

#area .name_area {
    display: block;
    width: 260px;
    position: absolute;
    top: -100px;
    right: 60px;
}

#area .name_area img {
    width: 100%;
    height: auto;
}

#area .info_area {
    margin-top: 40px;
    /* display: -webkit-flex;
    display: flex; */
}

#area .thumbnail_area ul {
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
}

#area .each_thumbnail {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    width: 32.5%;
    background: #f5f5f5;
    margin-right: auto;
    border-radius: 6px;
    overflow: hidden;
}

#area .each_thumbnail:last-child {
    margin-right: 0px;
}
#area .margin_area {
    margin-bottom: 80px;
}


/* #area .info_area {
    width: 1000px;
    margin: 55px auto 0;
} */

#area .button_area {
    margin: 0 auto;
    position: relative;
    display: block;
    border-radius: 100px;
    width: 300px;
    background: #169ccd;
    padding: 15px 0 10px;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    font-family: 'Overpass', sans-serif;
}
.each_area .best {
    text-align: center;
    font-weight: bold;
    margin-top: 1rem;
    letter-spacing: 0.5px;
    font-size: 1.2rem;
}

#area .description_area {
    /* width: 560px;
    margin-left: auto; */
}

#area .description_jp_area {
    font-size: 13px;
    font-weight: bold;
    line-height: 24px;
}

#area .description_en_area {
    font-size: 15px;
    font-family: 'Jaldi', sans-serif;
    margin-top: 20px;
}
#area .inactive {
    background-color: #888;
}


/* others */

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

#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) {
    /* area */
    #area .info_area {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 100%;
        margin-top: 20px;
    }
    #area .description_area {
        width: 100%;
    }
    /* others */
    #others .wrapper_contents_others {
        width: 90%;
    }
    #area .button_area {
        margin: 50px auto 0;
    }
}


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

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


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

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

.menu-trigger span {
    background: #169ccd!important;
}
    /* top */
    #top {
        width: 100%;
        padding: 90px 0 30px;
        margin-top: 0;
    }
    #top .title_top {
        top: 48%;
        font-size: 2.2rem;
        letter-spacing: 4px;
    }
    #top .wrapper_logo_top {
        height: 71px;
    }
    #top .logo_top {
    width: 90px;
    margin-top: 0;
    padding: 15px;
    }
    #top .suggestion_scroll_top {
        display: none;
    }
    /* area */
    #area .thumbnail_area ul {
        display: block;
    }
    #area .each_thumbnail {
        width: 100%;
    }
    #area .title_area {
        font-size: 2rem;
    }
    #area .each_thumbnail {
        margin-bottom: 20px;
        border-radius: 6px;
        overflow: hidden;
    }
    #area .each_thumbnail:nth-of-type(2),
    #area .each_thumbnail:nth-of-type(3) {
        display: none;
    }
    #area .button_area {
        font-size: 1.3rem;
        height: auto;
        padding: 12px 0;
        margin-top: 0;
        width: 85%;
        border-radius: 100px;
    }
	.title_top span {
		font-size: 1.2rem;
		margin-top: 40px;
	}

	.title_top span:after {
		height: 20px;
		top: -34px;
	}

	#area {
		padding: 50px 0 0px;
	}

	#area .wrapper_contents_area {
		width: 90%;
		margin: 20px auto 0;
	}
}


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

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