@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }

body{
    font-family: 'Noto Sans JP', sans-serif;
    }

ul {
    list-style: none;
    }

a {
    text-decoration: none;
    color: #ffffff;
    }

img {
    vertical-align: bottom;
    }

.section {
    width: 100%;
    }
.section-content {
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 60px;
    text-align: center;
    }

    .sp {
    	display: none;
    }
    .hide {
    	font-size: 0!important;
    }


#page_top{
width: 80px;
height: 80px;
position: fixed;
right: 20px;
bottom: 30px;
background: #002f52;
border-radius: 50%;
z-index: 99;
}
#page_top a{
position: relative;
display: block;
width: 80px;
height: 50px;
text-decoration: none;
}
#page_top a::before{
font-family: 'Font Awesome 5 Free';
font-weight: 900;
content: '\f106';
font-size: 50px;
color: #fff;
position: absolute;
height: 25px;
top: -5px;
bottom: 0;
right: 0;
left: 0;
margin: auto;
text-align: center;
}


/*----------------------------------
header
----------------------------------*/
.header{
    background: url(../img/HP_20201217_header.jpg);
    background-size: cover;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    }
.header-nav{
    display: block;
    position: relative;
    }
.pc-header-logo {
    position: absolute;
    display: block;
    width: 200px;
    top: 12px;
    left: 36px;
    }
    h1.pc-header-logo img {
        height: 30px;
        }

.header-nav-list{
    display: flex;
    justify-content: flex-end;
    padding-right: 40px;
    font-weight: 100;
    }
.header-nav ul li{
    font-size: 18px;
    padding: 16px 40px 13px 0;
    }
.sp-log{
    display: none;
    }
    #sp-icon{
    display: none;
    }
    .sp-close{
    display: none;
    }
    #menu{
    display: none;
    }

/*-------------------------------------
container
-------------------------------------*/
.section-content h2{
    font-size: 55px;
    color: #fff;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    }
    .section-content h2 img{
        height: 52px;
        max-width: 100%;
        max-height: 100%;
        }
    .section-content h2 span{
        font-size: 20px;
        font-weight: 100;
        display: block;
        color: #fff;
        letter-spacing: 10px;
        text-indent: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        padding: 8px 0 16px;
        }

/* -------------------------------
quality
-------------------------------- */
.quality-img{
    background: url(../img/HP_20201217_img10.jpg)
    center / cover;
    }
.log-img{
    width: 50%;
    position: absolute;
    top: 120px;
    left: 28%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    text-align: left;
    }
.log-img img{
    width: 35%;
    }
.quality-title {
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    margin: 0;
    padding: 0;
    text-align: center;
    }
.quality-title p{
    font-size: 23px;
    color: white;
    letter-spacing: 0.3em;
    font-weight: 100;
    }

/* -------------------------------
about
-------------------------------- */
.about-img{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/HP_20201217_img2.jpg)
    center / cover;
    }
.about-title{
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    margin: 0;
    padding: 0;
    text-align: center;
    }
.about-title h2{
    font-size: 55px;
    color: white;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    }
.about-title p{
    font-size: 20px;
    color: white;
    letter-spacing: 0.3em;

    font-weight: 100;
    }
.about-title p span{
    font-size: 18px;
    }

/* -------------------------------
services
-------------------------------- */
.services-img{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/HP_20201217_img3.jpg)
    center / cover;
    }
.services-title{
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
    }
.services-title p{
    font-size: 20px;
    color: white;
    letter-spacing: 0.3em;
    padding-bottom: 100px;
    font-weight: 100;
    }
.services-title ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 70px 0 0;
    }
    .services-title ul li{
        color: white;
        font-size: 23px;
        letter-spacing: 0.3em;
        font-weight: 100;
        width: 30%;
        }
.services-title ul li span{
    font-size: 25px;
    }
.services-title ul li span img{
    height: 20px;
    display: block;
    margin: 16px auto 16px;
    }
.services-title ul li p{
    margin: 2em auto 0;
    letter-spacing: 1;
    font-size: 15px;
    font-weight: 100;
    }

/* -------------------------------
products
-------------------------------- */

.products-img{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/HP_20201217_img4.jpg)
    center / cover;
    }
.products-title{
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    }

.products-title p{
    font-size: 23px;
    color: white;
    letter-spacing: 0.3em;
    padding-bottom: 140px;
    font-weight: 100;
    }

.products-title ul{
    margin: 10vh auto 0;
    }

.products-title ul li{
    width: 165px;
    margin: auto;
    padding-bottom: 35px;
    }
.products-title ul li img{
    width: 100%;
    height: 100%;
    }

/* -------------------------------
works
-------------------------------- */

.works-img{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/HP_20201217_img5.jpg)
    center / cover;
    }
.works-title{
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    }
.works-title p{
    font-size: 23px;
    color: white;
    letter-spacing: 0.3em;
    padding-bottom: 105px;
    font-weight: 100;
    }
.works-title ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto 40px;
    }
    .works-title ul li{
        margin: 0 auto 10px;
        width: 480px;
        background: #fff;
        padding: 25px 0;
        }
    .works-title ul li iframe{
        xheight: 317px;
        }
    .works-title ul.sp-iframe{
        display: none;
        }

    #insta-window{
        height: 400px;
        width: 480px !important;
        border-radius: 0 !important;
        }
    .iswd-images-item{
        width: 20% !important;
        }

    .fb-container {
        width: 480px;
        }
/*        .fb-page {
            width: 480px !important;
            height: 400px !important;
            display: block !important;
            overflow: hidden;
            }*/
/*            .fb-page span{
                width: 480px !important;
                }*/

/* -------------------------------
company
-------------------------------- */

.company-img{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/HP_20201217_img6.jpg)
    center / cover;
    }
.company-title{
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    }
.company-title p{
    font-size: 23px;
    color: white;
    letter-spacing: 0.3em;
    padding-bottom: 80px;
    font-weight: 100;
    }

ul.company-list1{
    text-align: start;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    line-height: 1.2em;
    padding: 15px 0;
    }
ul.company-list1 li{
    font-weight: 200;
    color: white;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    }
ul.company-list2{
    text-align: start;
    border-bottom: 1px solid white;
    line-height: 1.2em;
    padding: 15px 0;
    }
ul.company-list2 li{
    font-weight: 200;
    color: white;
    font-size: 13px;
    letter-spacing: 0.2em;
    line-height: 1.5em;
    }

/* -------------------------------
contact
-------------------------------- */

.contact-img{
    position: relative;
    width: 100%;
    min-height: 1325px;
    background: url(../img/HP_20201217_img7.jpg)
    center / cover;
    }
    .confirm-window{
        min-height: 100vh !important;
        }
.contact-title{
    width: 90%;
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: block;
    }
.contact-title p{
    font-size: 16px;
    color: white;
    letter-spacing: 0.3em;
    padding-bottom: 15px;
    font-weight: 100;
    }

.contact-form-table {
    width: 800px;
    margin: 20px auto;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    border-collapse: collapse;
    }
    .contact-form-table th{
        width: 50%;
        text-align: left;
        vertical-align: top;
        font-weight: normal;
        padding: 30px 0;
        border-bottom: 1px solid #fff;
        font-size: 16px;
        }
        .contact-form-table th.vmiddle{
            vertical-align: middle;
            }
    .contact-form-table td{
        width: 50%;
        text-align: left;
        vertical-align: top;
        padding: 30px 0;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        }
        .nobd{
            border: none !important;
            }

.checkbox-list{
    }

.radio-test {
    display: none;
    }

.radio-test + span {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px 6px;
    padding: 0 0 0 30px;
    position: relative;
    }

.radio-test + span::before {
    -webkit-transform: translateY(-50%);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    content: "";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    }

.radio-test + span::after {
    -webkit-transform: translateY(-50%);
    background: #ffa808;
    border: 1px solid transparent;
    border-radius: 2px;
    content: "";
    height: 8px;
    left: 2px;
    opacity: 0;
    padding: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 8px;
    }

.radio-test:checked + span::after {
    opacity: 1;
    }


input[type="text"],
textarea {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: #fff;
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    padding: 10px 1em;
    margin: 0 0 10px;
    box-sizing: border-box;
    }

input[type="submit"],
input[type="button"], {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    }
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
    }
input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
    }

.submitbtn {
    background: transparent;
    font-size: 16px;
    line-height: 2.4em;
    display: block;
    color: #fff;
    padding: 0 20px;
    letter-spacing: 3px;
    text-indent: 3px;
    border: 1px solid #fff !important;
    width: 16em;
    margin: 20px auto 40px;
    text-align: center;
    }


/* -------------------------------
map
-------------------------------- */
.map-img{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/HP_20201217_img8.jpg)
    center / cover;
    }
.googlemap{
    width: 92%;
    position: absolute;
    height: 80vh;
    top: calc((100% - 80vh + 26px)/2);
    text-align: center;
    display: block;
    }

/*-----------------------------------
footer
------------------------------------*/
.footer{
    position: relative;
    }
.footer img{
    width: 100%;
    }
.footer-nav{
    width: 100%;
    position: absolute;
    top: 12%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    text-align: center;
    display: block;
    }
.footer-nav ul{
    display: flex;
    justify-content: flex-end;
    padding-right: 45px;
    font-weight: 100;
    }
.footer-nav ul li{
    padding-right: 35px;
    font-size: 18px;
    }
.footer-logo-img{
    position: absolute;
    top: 45%;
    left: 17%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    text-align: center;
    display: block;
    }
.footer-logo-img img{
    width: 30%;
    }
.address{
    position: absolute;
    top: 75%;
    left: 18%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin:0;
    padding:0;
    text-align: start;
    display: block;
    }
    .address p{
        color: white;
        font-size: 14px;
        line-height: 2em;
        font-weight: normal;
        font-weight: 100;
        }
    #instagram_box{
        width: 100%;
        }

@media screen and (min-width: 600px) {
    .none_pc {display: none;}
}

/* -------------------------------------
SP-style
------------------------------------- */
@media screen and (max-width: 599px) {
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    background: #002f52;

    border-radius: 50%;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
.header{
  }
.header-nav-list{
  display: none;
  }
.log-img{
  display: none;
  }
.sp-log{
  display: block;
  }
#sp-icon{
  display: block;
  }
.sp-close{
  display: block;
  }
.none_sp {display: none;}
.none_pc {display: block;}

/*-------------------ハンバーガーメニュー-----------------------*/

#menu{
    display: block;
    }
ul#menu {
    list-style-type: none;
    width: 100%;
    background: #ffffff;
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 990;
    display: none;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #002232;
    padding-left: 0;
    }
ul#menu li {
    text-align: center;
    display: block;
    padding: 15px 0;
    color: white;
    }
ul#menu li a {
    text-decoration: none;
    display: block;
    color: white;
    }
ul#menu li a:hover {
    opacity: 0.7;
    }
div#sp-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999;
    }
div#sp-icon:hover {
cursor: pointer;
opacity: 0.7;
}
div#sp-icon span,
div#sp-icon span:before,
div#sp-icon span:after {
display: inline-block;
width: 30px;
height: 3px;
background: #000000;
position: absolute;
transition-property: transform;
transition-duration: 0.3s;
}
div#sp-icon span {
left: 50%;
top: 50%;
transform: translate( -50%, -50% );
background: white;
}
div#sp-icon span:before {
content: "";
transform: translateY( -10px ) rotate( 0deg );
background: white;
}
div#sp-icon span:after {
content: "";
transform: translateY( 10px ) rotate( 0deg );
background: white;
}
div.sp-open span {
background: transparent !important;
}
div.sp-open span:before {
transform: rotate( 45deg ) !important;
}
div.sp-open span:after {
transform: rotate( -45deg ) !important;
}

/*--------------------------------------------------------------*/

.products-title {
    width: 100%;
    }

/*-------------------------------------
container
-------------------------------------*/
.section-content h2{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    }
    .section-content h2 img{
        height: 26px;
        max-width: 100%;
        max-height: 100%;
        }
    .section-content h2 span{
        font-size: 16px;
        font-weight: 100;
        display: block;
        color: #fff;
        letter-spacing: 10px;
        text-indent: 10px;
        font-family: 'Noto Sans JP', sans-serif;
        padding: 8px 0 16px;
        }

.sp-log img{
    width: 65%;
    padding: 10px;
    }

.quality-title{
    top: 48%;
    }
.quality-img{
    height: 200px;
    min-height: 0;
    }
.quality-img img{
    width: 100%;
    height: 100%;
    }
.quality-title p{
    font-size: 14px;
    }

/* -------------------------------
about
-------------------------------- */
.about-img{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background: url(../img/HP_20201217_img2.jpg)
    center / cover;
    }
.about-title{
    top: 45%;
    width: 95%;
    }
.about-title p{
    font-size: 13px;
    }
.about-title p span{
    font-size: 13px;
    padding-bottom: 5px;
    }
.about-title h2{
    font-size: 55px;
    color: white;
    letter-spacing: 0.1em;
    padding-bottom: 15px;
    }

/* -------------------------------
services
-------------------------------- */
.services-title{
    top: 45%;
    }
.services-title ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    }
    .services-title ul li{
        color: white;
        font-size: 18px;
        letter-spacing: 0.3em;
        font-weight: 100;
        width: 90%;
        }
.services-title ul li span{
    font-size: 25px;
    }
.services-title ul li span img{
    height: 12px;
    display: block;
    margin: 8px auto;
    width: auto;
    }
.services-title ul li p{
    margin: 16px auto 14px;
    letter-spacing: 1;
    font-size: 12px;
    font-weight: 100;
    padding-bottom: 3px;
    }


/* -------------------------------
works
-------------------------------- */
.works-img{
    position: relative;
    width: 100%;
    xmin-height: 1325px;
    min-height: 900px;
    background: url(../img/HP_20201217_img5.jpg)
    center / cover;
    }

.works-title {
    width: 100%;
    top: 45%;
    }
.works-title ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
    }
    .works-title ul li{
        padding: 0 20px;
        margin: 0 auto 10px;
        width: 100%;
        }
    .works-title ul li iframe{
        height: 320px;
        width: 100% !important;
        margin: 0 auto;
        }
    .works-title ul.sp-iframe{
        display: none;
        }

#insta-window{
    height: 300px;
    width: 100% !important;
    border-radius: 0 !important;
    margin: 0 auto 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
.iswd-images-item{
    width: 33% !important;
    }

li.insta-wrapper {

}
li.insta-wrapper iframe{
margin: 20px auto !important;
height: 47vh !important;
}

.sp-facebook {
    width: 100%;
    height: 300px;
    margin: 0 auto 20px;
    }

    .fb-container {
        width: 100%;
        xmax-width: 300px;
        }
        .fb-page {
            width: 100% !important;
            height: 300px !important;
            display: block !important;
            overflow: hidden;
            }

/* -------------------------------
company
-------------------------------- */
.company-title{
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%,-40%);
    -webkit-transform: translate(-50%,-40%);
    transform: translate(-50%,-40%);
    margin: 0;
    padding: 0;
    text-align: center;
    display: block;
    width: 90%;
    }


/* -------------------------------
contact
-------------------------------- */
.contact-img {
    min-height: 1300px;
    }
    .contact-img-confirm-wrap {
        min-height: 970px !important;
        }
.contact-form-table {
    width: 96%;
    margin: 10px auto;
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    border-collapse: collapse;
    }
.contact-title p{
    font-size: 12px;
    }

.contact-form-table th,
.contact-form-table td{
    width: 100%;
    display: block;
    padding: 16px 0;
    }

/* -------------------------------
map
-------------------------------- */
.map-img{
    width: 100%;
    padding: 0;
    }
.googlemap{
    width: 80%;
    position: relative;
    height: 70vh;
    top: calc((100vh - 70vh)/2);
    text-align: center;
    display: block;
    margin: 0 auto;
    }

/* -------------------------------
footer
-------------------------------- */
.spfooter{
    background: url(../img/HP_20201217_img9.jpg);
    background-size: cover;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    }

.sp_footer-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    }
.sp_footer-nav li{
    padding: 15px 0;
    font-size: 15px;
    width: 48%;
    text-align: center;
    }
.sp_footer-logo-img{
    width: 100%;
    }
.sp_footer-logo-img img{
    width: 85%;
    display: block;
    margin: 10px auto;
    padding: 0;
    }

.sp_address{
    text-align: center;
    width: 100%;
    padding: 15px 0;
    }
.sp_address p{
    font-size: 13px;
    color: #fff;
    }

.submitbtn {
    margin: 20px auto 0px;
    }

}

@media screen and (max-width: 768px) {
	.sp {
		display: block;
	}
}


/* -------------------------------
about
-------------------------------- */
.about-img{
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url(../img/HP_20201217_img2.jpg)
  center / cover;
  }
