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

@charset 'UTF-8';

/* ----------------------------------------
 Media query
    --xxs-viewport (min-width: 414px);
    --xxs-max-viewport (min-width: 639px);
    --xs-viewport (min-width: 640px);
    --xs-max-viewport (max-width: 767px);
    --sm-viewport (min-width: 768px);
    --sm-max-viewport (max-width: 991px);
    --md-viewport (min-width: 992px);
 ---------------------------------------- */

/* ------------
 Base
------------ */

html {
    font-size: 62.5%;
}
html.full body {
    background-color: #fff;
    color: #45332a;
}
body {
    font-family: 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    line-height: 1.42;
    margin: 0;
	text-align: center;
    letter-spacing: 3px;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:before,
*:after {
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
img {
    vertical-align: bottom;
}
.sp_none {
	display: block;
}
.pc_none {
	display: none;
}
header, h2, h3, h4, h5 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}
.btn__gc{
    background-color: #c9b690;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    margin: 0 0 80px 0;
}
/* ------------
 main
------------ */
header {
	width: 100%;
	background-color: #f7f5f2;
	position: fixed;
	height: 48px;
	z-index: 999;
	box-shadow: 0 0 5px #555;
}
header ul {
    height: 100%;
}
header li {
	float: left;
	list-style: none;
    height: 100%;
	width: 12.5%
}
header li.title {
	font-family: 'Hiragino Mincho ProN', Times New Roman, Verdana,"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	width: 25%;
	height: 110px;
	background-color: #e6ddd8;
}
header li.title span {
    display: inline-block;
    border-top: 1px solid;
    margin-top: 3px;
    margin-bottom: 2px;
    padding-top: 4px;
	width: 90%;
}
header li.title h1 {
	font-size: 16px;
    letter-spacing: 2px;
	height: 100%;
}
header li.title strong {
	font-size: 18px;
}
header li a {
    display: inline-block;
    height: 100%;
    width: 100%;
	color: #32483f;
	padding-top: 13px;
}
.check {
	display: none;
}

section.top_image {
    width: 100%;
    height: 80vh;
}
.bg_image {
    width: 100%;
    height: 80vh;
    background-image: url(../img/top_images_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	z-index: -1;
	position: fixed;
}

section#top_text {
	background-color: #415658;
	padding: 60px 0 0;
	box-shadow: 0 0 20px #000;
}
section#top_text h2 {
	color: #ede7db;
    font-size: 30px;
	margin-bottom: 35px;
}
section#top_text p {
	color: #ede7db;
	margin-bottom: 25px;
	line-height: 1.6;
}
.top_text_warp {
	max-width: 1100px;
	margin: auto;
	overflow: hidden;
}
.top_text_inner {
	position: relative;
    width: 46%;
	height: 420px;
    margin: 30px 2% 0;
	float: left;
}
.top_text_inner img {
	position: absolute;
	width: 100%;
	top: 17px;
	left: 0;
}
.top_text_inner h3 {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
	width: 100%;
}
.top_text_inner h3 span {
    background-color: #d5c5a5;
    color: #fff;
    width: 70%;
    display: inline-block;
    padding: 7px;
}
.top_text_inner p {
    position: absolute;
    width: 95%;
    top: 66%;
    left: 5%;
    border-left: 1px solid;
    font-size: 13px;
    text-align: left;
    padding: 35px 0 10px 3%;
	color: #fff;
	line-height: 1.6;
}

section#feature {
    margin-top: -110px;
    padding-top: 110px;
	overflow: hidden;
}
.feature_covor {
	width: 100%;
    overflow: hidden;
	background-color: #fff;
}
.feature_covor .feature_inner {
	width: 50%;
	height: 350px;
	float: left;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.feature_covor .feature_inner.image_1 {
    background-image: url(../img/feature_inner_img1.jpg);
}
.feature_covor .feature_inner.image_2 {
    background-image: url(../img/feature_inner_img2.jpg);
}
.feature_covor .feature_inner.image_3 {
    background-image: url(../img/feature_inner_img3.jpg);
}
.feature_covor .feature_inner.text {
	display: table;
}
.inner_cell {
    display: table-cell;
    vertical-align: middle;
	padding: 0 7vw;
	text-align: left;
	background-color: #fff;
}
.feature_covor .feature_inner.text p {
	margin-bottom: 0;
	color: #555;
	line-height: 1.6;
}
.feature_covor .feature_inner.text p span {
    display: inline-block;
    background-color: #5692a6;
    padding: 7px 10px;
    letter-spacing: 2px;
    font-size: 12px;
    color: #fff;
	margin-bottom: 20px;
}
.feature_covor .feature_inner.text h3 {
    color: #5692a6;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: bold;
}
.feature_covor .feature_inner.text p {
	font-size: 15px;
}
.inner_cell_cover {
	width: 100%;
}
.inner_cell_cover.right {
	float: right;
}

section#usecases {
	background-color: #e7ddc9;
	margin-top: -50px;
	padding: 110px 1% 0;
	overflow: hidden;
}
h2 {
	font-size: 30px;
	margin-bottom: 30px;
}
section#usecases h2 {
	color: #93826f;
}
section#usecases .usecases_warp {
    max-width: 1100px;
    margin: auto;
}
.usecases_covor {
    overflow: hidden;
}
.usecases_inner {
	position: relative;
    float: left;
    width: 33.333%;
    padding: 0 1% 73px;
	margin-bottom: 40px;
}
.usecases_inner img {
    width: 100%;
}
.usecases_inner p {
    position: absolute;
    width: 86%;
    bottom: 0;
    left: 7%;
    border: 1px solid #fff;
    color: #857461;
    padding: 27px 5px 17px;
    font-size: 11px;
    line-height: 1.7;
	letter-spacing: 1px;
}
.usecases_inner p span {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
}
section#gallery {
	background-color: #fff;
	padding: 0 2% 80px;
	overflow: hidden;
}
section#gallery .gallery_blank {
	background-color: #e7ddc9;
	height: 40px;
	width: 120%;
	margin-bottom: 70px;
	margin-left: -3%;
}
#gc_slideshow {
    margin: 30px auto 0;
    max-width: 1000px;
    width: 100%;
	overflow: hidden;
}
#gc_slideshow div.gallery_main {
    width: 67%;
	float: left;
}
#gc_slideshow div {
    width: 100%;
    height: 418px;
    overflow: hidden;
    position: relative;
}
#gc_slideshow div div {
    top: 0;
    left: 0;
    position: absolute;
}
#gc_slideshow ul {
    width: 33%;
	float: left;
}
#gc_slideshow ul li {
    width: 48%;
    float: left;
    display: inline;
    margin: 0 0 2% 2%;
} 
#gc_slideshow .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
#gc_slideshow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
#gc_slideshow ul {
    display: inline-block;
    overflow: hidden;
}
section#pickup {
	background-color: #fff;
	margin-top: -110px;
	padding: 110px 2% 40px;
	overflow: hidden;
}
section#pickup .pickup_cover {
    max-width: 1100px;
	margin: 0 auto 40px;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.pickup_cover .cover_ab_text {
    position: absolute;
    width: 43%;
    top: 5%;
    right: 0;
    height: 90%;
    background-color: #e7dbcd;
	display: table;
	z-index: 99;
}
.pickup_cover .cover_ab_text .text_cell {
	display: table-cell;
	vertical-align: middle;
	padding: 5%;
}
.pickup_cover .cover_ab_text .text_cell h3 {
    margin-bottom: 20px;
}
.pickup_cover .cover_ab_text .text_cell h3 a {
	font-weight: bold;
    color: #415658;
    font-size: 20px;
}
.pickup_cover .cover_ab_text .text_cell h3 a:hover {
	opacity: 1;
	text-decoration: underline;
}
.pickup_cover .cover_ab_text .text_cell p {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}
.pickup_cover_img1 img, .pickup_cover_img2 img, .pickup_cover_img3 img {
	width: 60%;
	float: left;
}
.text_cell .thumbnails1, .text_cell .thumbnails2, .text_cell .thumbnails3 {
	margin: 0 auto;
}
.pickup_cover .cover_ab_text .text_cell img {
	width: 23%;
	margin: 20px 0 0;
}

section#contact {
	background-color: #5692a6;
	padding: 80px 0 90px;
	overflow: hidden;
	color: #fff;
}
section#contact h2 {
	font-size: 22px;
	font-family: 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', sans-serif;
}
section#contact .tel {
    width: 50%;
    float: left;
}
section#contact .tel p {
	float: right;
	margin-right: 50px;
}
section#contact .tel p a {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}
section#contact .web {
    width: 50%;
    float: left;
}
section#contact .web p {
	float: left;
	margin-left: 50px;
}
section#contact .web p a {
    background-color: #fff;
    padding: 10px 25px;
    display: block;
	color: #5692a6;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
}
footer {
	background-color: #23586a;
	padding: 3px 5%;
	overflow: hidden;
	text-align: left;
	color: #fff;
	line-height: 1.5;
}
footer a {
	color: #fff;
}
footer .footer_gcp {
	width: 40%;
	padding: 0 20px;
	float: left;
}
footer .footer_gc {
	width: 60%;
	padding: 0 20px;
	float: left;
}
footer h2 {
    border-bottom: 1px solid;
    padding-bottom: 7px;
	margin-bottom: 15px;
}
footer h2 a {
    font-size: 14px;
    display: inline-block;
}
footer li {
    list-style: none;
    font-size: 10px;
}
footer .footer_gc li {
    width: 50%;
    float: left;
}
footer .copy {
    float: left;
    text-align: center;
    margin: 5px auto;
    width: 100%;
    font-size: 8px;
}


@media (max-width: 1150px) {
header li {
    width: 11%;
    font-size: 13px;
}
header li.title {
    width: 34%;;
}
}



@media (max-width: 1099px) {
    section#top_text h2 {
        font-size: 26px;
    }
    body {
        font-family: 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', sans-serif;
        font-size: 15px;
    }
    .top_text_inner {
        height: 45vw;
    }
    .top_text_inner p {
        font-size: 12px;
        top: 55%;
    }
    .feature_covor .feature_inner {
        background-position: right center;
        height: 300px;
    }
    .feature_covor .feature_inner.text p {
        font-size: 14px;
    }
    #gc_slideshow div {
        height: 40vw;
    }
    .pickup_cover .cover_ab_text .text_cell p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .pickup_cover .cover_ab_text .text_cell h3 {
        margin-bottom: 10px;
    }
    .pickup_cover .cover_ab_text .text_cell .thumbnails img {
        margin: 10px 0 0;
    }
    section#contact .tel p a {
        font-size: 36px;
    }
    section#contact .tel p {
        margin-right: 30px;
    }
    section#contact .web p a {
        font-size: 26px;
    }
    section#contact .web p {
        margin-left: 30px;
    }
}

@media (max-width: 760px) {
    body {
        font-size: 13px;
    }
    .pc_none {
        display: block;
    }
    header h1.pc_none {
        font-family: 'Hiragino Mincho ProN', Times New Roman, Verdana,"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
        width: 250px;
        height: 72px;
        background-color: #e6ddd8;
        margin: 0 auto;
    }
    header h1.pc_none a {
        display: inline-block;
        height: 100%;
        width: 100%;
        color: #32483f;
        padding-top: 5px;
        font-size: 10px;
    }
    header h1.pc_none a span {
        display: inline-block;
        border-top: 1px solid;
        margin-top: 3px;
        margin-bottom: 2px;
        padding-top: 4px;
        width: 90%;
    }
    header h1.pc_none a strong {
        font-size: 12px;
    }
    .bg_image {
        height: 60vh;
    }
    section#top_text p {
        margin: 0 auto 40px;
    }
    section#top_text p br,
    .pickup_cover .cover_ab_text .text_cell p br,
    .pickup_cover .cover_ab_text .text_cell h3 a br {
        display: none;
    }
    .top_text_inner h3 span {
        width: 80%;
    }
    section.top_image {
        height: 60vh;
    }
    section#top_text {
        padding: 40px 3% 0;
        box-shadow: 0 0 10px #000;
    }
    section#top_text h2 {
        font-size: 20px;
        max-width: 290px;
        margin: 0 auto 35px;
        line-height: 1.6;
    }
    .top_text_inner {
        width: 96%;
        margin: 10px 2% 0;
        height: 75vw;
    }
    section#top_text .top_text_inner p {
        width: 97%;
        left: 3%;
        top: 49vw;
        padding: 35px 0 5px 3%;
    }
    section#feature {
        margin-top: 0;
        padding-top: 30px;
        background-color: #fff;
        padding-bottom: 60px;
    }
    .feature_covor .feature_inner {
        width: 100%;
    }
    .feature_covor .feature_inner.text p span {
        padding: 5px 10px;
        font-size: 10px;
        margin-bottom: 10px;
    }
    .feature_covor .feature_inner.image_1 {
        display: none;
    }
    .inner_cell {
        padding: 0 5%;
    }
    .feature_covor .feature_inner {
        height: auto;
    }
    .inner_cell {
        padding: 40px 5% 0;
    }
    .feature_covor .feature_inner.text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .feature_covor .feature_inner.text p {
        font-size: 12px;
    }
    .inner_cell.blank {
        padding: 40px 5% 40px;
    }
    section#usecases {
        margin-top: -90px;
        padding: 110px 10% 0;
    }
    .usecases_inner {
        padding: 0 4% 73px;
        width: 100%;
        margin-bottom: 30px;
    }
    #gc_slideshow div.gallery_main {
        width: 98%;
        margin-left: 1%;
    }
    #gc_slideshow div {
        height: 64vw;
    }
    #gc_slideshow ul {
        width: 100%;
    }
    #gc_slideshow ul li {
        width: 23%;
        margin: 0 1% 1% 1%;
    }
    .pickup_cover_img1 img, .pickup_cover_img2 img, .pickup_cover_img3 img {
        width: 100%;
    }
    .pickup_cover .cover_ab_text {
        position: inherit;
        width: 100%;
    }
    .pickup_cover .cover_ab_text .text_cell h3 a {
        font-size: 18px;
    }
    .pickup_cover .cover_ab_text .text_cell {
        padding: 20px 3%;
    }
    .pickup_cover .cover_ab_text .text_cell img {
        margin: 10px 0 0;

    }
    section#pickup {
        padding: 110px 2% 40px;
    }
    section#pickup .pickup_cover {
        margin: 0 auto 20px;
    }
    section#contact {
        background-color: #5692a6;
        padding: 50px 0 30px;
    }
    section#contact h2 {
        font-size: 16px;
    }
    section#contact .tel {
        width: 100%;
        float: none;
    }
    section#contact .tel p {
        float: none;
        margin-right: auto;
    }
    section#contact .tel p a {
        font-size: 30px;
    }
    section#contact .web {
        width: auto;
        float: none;
        margin: auto;
        display: inline-block;
    }
    section#contact .web p {
        float: none;
        margin-left: auto;
    }
    section#contact .web p a {
        padding: 10px;
        display: block;
        font-size: 22px;
        margin: 20px 5%;
    }

    header li {
        width: 100%;
    }
    #menu {
        position: fixed;
        top: 0;
        right: -50%;
        width: 50%;
        height: 100%;
        background: #eee;
        -webkit-transform: perspective(500px) rotateY(-90deg);
        transform: perspective(500px) rotateY(-90deg);
        padding-top: 35px;
    }
    .open_buttun {
        position: fixed;
        display: block;
        top: 5px;
        right: 10px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        z-index: 3;
        background-image: url(../img/hamburger.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .close_buttun {
        position: fixed;
        top: 0;
        right: 50%;
        width: 100%;
        height: 100vh;
        visibility: hidden;
        opacity: 0;
        background-color: rgb(0,0,0,0.5);
    }
    .check:checked ~ #menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        right: 0;
    }
    .check:checked .close_buttun {
        visibility: visible;
        opacity: 1;
        z-index: 3;
    }
    .check:checked ~ .open_buttun {
        background-image: url(../img/close.png);
    }
    header {
        height: 45px;
    }
    header li.title {
        display: none;
    }
    header li {
        height: auto;
    }
    header li, header li a {
        height: auto;
        padding-top: 15px;
    }
    footer .footer_gcp, footer .footer_gc {
        display: none;
    }
    footer {
        padding: 0;
    }
    footer .copy {
        margin: 10px 0 5px;
    }
}

@media (max-width: 420px) {
    .top_text_inner {
        height: 90vw;
    }
}
