@charset "UTF-8";





/*　----------------　共通　----------------　*/


html {
    padding: 0;
    margin: 0;
}


body {
    padding: 0;
    margin: 0;
    font-family: "Noto Sans JP";
    font-weight: 300;
    letter-spacing: 1px;
}

div, img, ul, li, table, td, h1, h2, h3, h4, h5, p {
    padding: 0;
    margin: 0;
}


p { 
    font-size: 14px;
    line-height: 1.8;
    color: #595959;
}

span.cap {
    font-size: 60%;
}

h2.title {
    font-size: 30px;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    letter-spacing: 2px;
}

h3.sub-title {
    font-size: 18px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 200;
    color: #E3D454;
}

h3.sub-titleB {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 200;
    color: #595959;
}

h3.sub-titleB::after {
    width: 30%;
    display: block;
    margin: auto;
    content: "";
    border-bottom: 5px solid #E3D454;
    margin-top: 20px;
}

h4.title {
    font-size: 40px;
    line-height: 1.2;
    text-align: left;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: #555555;
}

h5.h4-titlecap {
    font-size: 14px;
    text-align: left;
    color: #929292;
    padding-bottom: 30px;
}

h6.midashi {
    display: inline-block;
    border: 1px solid #929292;
    padding: 8px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 105%;
    color: #929292;
}


@media screen and (max-width: 768px){
    h3.sub-titleB {
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
        letter-spacing: 3px;
        font-weight: 200;
        color: #595959;
    }

    h4.title {
        font-size: 30px;
        line-height: 1.2;
        text-align: left;
        font-family: "Noto Sans JP";
        font-weight: 400;
        letter-spacing: 2px;
        padding-bottom: 10px;
        color: #555555;
    }
}



@media screen and (max-width: 420px){
    h2.title {
        font-size: 28px;
        text-align: center;
        font-family: 'Cormorant Garamond', serif;
        letter-spacing: 2px;
    }

    h3.sub-title {
        font-size: 15px;
        text-align: center;
        letter-spacing: 1px;
        font-weight: 200;
        color: #E3D454;
    }
    
    h3.sub-titleB {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 200;
    color: #595959;
}

h4.title {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    font-family: "Noto Sans JP";
    font-weight: 400;
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: #555555;
}

h5.h4-titlecap {
    font-size: 14px;
    text-align: center;
    color: #929292;
    padding-bottom: 30px;
}

h6.midashi {
    display: block;
    width: 50%;
    text-align: center;
    margin: auto;
    border: 1px solid #929292;
    padding: 8px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    font-size: 105%;
    color: #929292;
}
}


@media screen and (max-width: 320px){
    h2.title {
        font-size: 26px;
        text-align: center;
        font-family: 'Cormorant Garamond', serif;
        letter-spacing: 2px;
    }
    h3.sub-title {
        font-size: 14px;
        text-align: center;
        letter-spacing: 0px;
        font-weight: 200;
        color: #E3D454;
    }

h3.sub-titleB {
        font-size: 16px;
        line-height: 1.5;
        text-align: center;
        letter-spacing: 2px;
        font-weight: 200;
        color: #595959;
    }

    h4.title {
        font-size: 25px;
        line-height: 1.2;
        text-align: center;
        font-family: "Noto Sans JP";
        font-weight: 400;
        letter-spacing: 2px;
        padding-bottom: 10px;
        color: #555555;
    }
}
















.c-white { color: #c9c9c9!important; }

.c-black { color: #000000!important; }




.back-top {
    width: 200px;
    margin: auto;
    text-align: center;
    border: 1px solid #a1a1a1;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 8px;
    margin-top: 50px;
}

.back-top a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    opacity: 0.8;
}


.sample_box{
    margin:0 auto;
    overflow:hidden;
   }
   .sample_box img{
    transition:1s all;
   }
   .sample_box img:hover{
     transform:scale(1.1,1.1);
     transition:1s all;
   }




hr.lineA {
    border: 0.5px dotted #c2c2c2;
    margin-top: 20px;
}


br.pc {
    display: block;
}

br.pad {
    display: none;
}

br.smart {
    display: none;
}


@media screen and (max-width: 768px){
    br.pc {
        display: none;
    }
    
    br.pad {
        display: block;
    }
    
    br.smart {
        display: none;
    }
}


@media screen and (max-width: 420px){
    br.pc {
        display: none;
    }
    
    br.pad {
        display: none;
    }
    
    br.smart {
        display: block;
    }
}





/*　フェード　*/
/*　要素の表示　*/
.effect-fade {
    opacity : 0;
    transform : translate(0px, 45px);
    transition : all 1500ms;
    }
    .effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    }
    
    .effect-fade:nth-of-type(2) {
    transition : all 2000ms!important;
    }
    
    .effect-fade2 {
    opacity : 0;
    transform : translate(10px, 100px);
    transition : all 1500ms;
    }
    .effect-fade2.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    }
    
    .effect-fade3 {
    opacity : 0;
    transform : translate(0px, -50px);
    transition : all 2000ms;
    }
    .effect-fade3.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
    }

    
    .wrap {
        animation: fadein 3s forwards;
    }
    
    @keyframes fadein {
        0% {opacity: 0}
        100% {opacity: 1}
    }

    #page-animate::before {
        content: '';
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(233, 233, 233);
        z-index: 9999;
        pointer-events: none;
        right: 100%;
        -webkit-transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: right 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0.9;
       }
       
       #page-animate::after {
        content: '';
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgb(233, 233, 233);
        z-index: 9999;
        pointer-events: none;
        left: 100%;
        -webkit-transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        transition: left 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 0.9;
       }
       
       #page-animate.is-slide-in::before {
        right: 0;
       }
       
       #page-animate.is-slide::after {
        left: 0;
       }






/*　----------------　home　----------------　*/


.wrapper-home {
    width: 100%;
}

header.header-home {
    position: relative;
    width: 100%;
    height: 605px;
    padding: 80px;
    box-sizing: border-box;
    border-bottom: 5px solid #E3D454;
}


.video {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 600px;
    overflow: hidden;
  }

.video video {
    object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../img/home_hdr_bck.jpg');
    background-size: cover;
  }

  



@media screen and (max-width: 768px){
    header.header-home {
        position: relative;
        width: 100%;
        height: 500px;
        padding: 30px;
        box-sizing: border-box;
    }

    .video {
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 500px;
        overflow: hidden;
      }
    
    .video video {
        object-fit: cover;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: url('../img/home_hdr_bck.jpg');
        background-size: cover;
      }
}


@media screen and (max-width: 420px){
    header.header-home {
        position: relative;
        width: 100%;
        height: 500px;
        padding: 30px;
        box-sizing: border-box;
    }

    .video {
        position: absolute;
        top:0;
        left:0;
        width: 100%;
        height: 500px;
        overflow: hidden;
      }
    
    .video video {
        object-fit: cover;
        object-position: 35% 100%;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        background: url('../img/home_hdr_bck.jpg');
        background-size: cover;
      }
}










.header-nav {
    position: absolute;
    top: 28px;
    right: 130px;
    z-index: 10;
}

.header-nav ul {
    display: flex;
}

.header-nav li {
    list-style: none;
    padding: 0 15px;
}

.header-nav li a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}




.header-nav-sns {
    position: absolute;
    top: 10px;
    right: 30px;
    width: 100px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 10px;
    z-index: 10;
}

.header-nav-sns p img {
    width: 100%;
} 

.header-nav-sns p {
    padding-left: 8px;
    box-sizing: border-box;
} 

@media screen and (max-width: 768px){
    .header-nav {
        display: none;
    }

    .header-nav-sns {
        display: none;
    }
}













h1.home-hdr-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    padding: 0 0 40px;
}

h1.home-hdr-logo img {
    width: 100%;
}

h2.home-hdr-copy {
    width: 630px;
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 3px;
    padding-bottom: 20px;
    font-family: 'Lato', sans-serif;
    text-align: right;
    padding-top: 150px;
}

p.home-hdr-cap {
    font-size: 24px;
    color: #ffffff;
}


@media screen and (max-width: 768px){
    h1.home-hdr-logo {
        width: 180px;
        padding: 20px 0;
    }

    h2.home-hdr-copy {
        width: 500px;
        font-size: 38px;
        color: #ffffff;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    p.home-hdr-cap {
        font-size: 18px;
        color: #ffffff;
    }
}



@media screen and (max-width: 420px){
    h2.home-hdr-copy {
        width: 81%;
        font-size: 30px;
        color: #ffffff;
        letter-spacing: 1px;
        padding-bottom: 20px;
        text-align: left;
    }

    span.smart-right {
        float: right;
    }
}



@media screen and (max-width: 375px){
    h2.home-hdr-copy {
        width: 90%;
        font-size: 30px;
        color: #ffffff;
        letter-spacing: 1px;
        padding-bottom: 20px;
        text-align: left;
    }

    span.smart-right {
        float: none;
    }
}


@media screen and (max-width: 320px){
    h2.home-hdr-copy {
        font-size: 32px;
        color: #ffffff;
        letter-spacing: 1px;
        padding-bottom: 20px;
    }

    p.home-hdr-cap {
        font-size: 14px;
        color: #ffffff;
    }
}












.home-ourworks-block {
    width: 980px;
    margin: auto;
    padding: 150px 0;
}

.home-ourworks-block ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-top: 50px;
}

.home-ourworks-block li {
    width: 280px;
    height: 280px;
    list-style: none;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.home-ourworks-block li img {
    width: 100%;
}




.home-ourworks-block li:hover {
    transform: translateY(-3px);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}




@media screen and (max-width: 768px){
    .home-ourworks-block {
        width: 90%;
        margin: auto;
        padding: 150px 0;
    }

    .home-ourworks-block li {
        width: 30%;
        height: auto;
        list-style: none;
        transition: all 0.3s ease;
        border-radius: 50%;
    }

    .home-ourworks-block li:hover {
        transform: translateY(-3px);
        -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
        -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
        box-shadow: none;
    }
}



@media screen and (max-width: 420px){
    .home-ourworks-block {
        width: 90%;
        margin: auto;
        padding: 80px 0;
    }

    .home-ourworks-block ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 100%;
        padding-top: 30px;
    }
    
    .home-ourworks-block li {
        width: 50%;
        list-style: none;
    }
    
    .home-ourworks-block li.pm {
        margin-top: -25px;
    }
}









.home-sepa-block {
    width: 100%;
    height: 300px;
    background: url('../img/home/sepa_back.jpg') no-repeat;
    background-size: cover;
    background-position:  50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-sepa-block img {
    width: 30%;
    margin: auto;
}




.home-sepa-blockB {
    width: 100%;
    height: 300px;
    background: url('../img/contact/photo1.jpg') no-repeat;
    background-size: cover;
    background-position:  50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-sepa-blockB img {
    width: 30%;
    margin: auto;
}




@media screen and (max-width: 768px){
    .home-sepa-block {
        width: 100%;
        height: 200px;
        background: url('../img/home/sepa_back.jpg') no-repeat;
        background-size: cover;
        background-position:  50% 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
}










.home-concept-block {
    width: 100%;
    margin: auto;
    padding: 150px 0 0;
}


.access-map {
    padding-top: 50px;
}

.access-map iframe {
   width: 100%;
   height: 300px;
   margin-top: 30px;
   margin-bottom: -5px;
}



@media screen and (max-width: 420px){
    .home-concept-block {
        width: 100%;
        margin: auto;
        padding: 80px 0 0;
    }
}













.home-contact-block {
    width: 100%;
    margin: auto;
    padding: 150px 0 150px;
    background: url('../img/footer/contact_back.jpg') no-repeat;
    background-size: cover;
}


.home-contact-box {
    width: 980px;
    margin: auto;
    background-color: rgba(236, 236, 236, 0.8);
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 50px;
}

.home-contact-box-cname {
    font-size: 18px;
}

.home-contact-box-cap {
    font-size: 14px;
}


.home-contact-box ul {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-contact-box li {
    width: 45%;
    list-style: none;
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
}

.home-contact-box li a {
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}




@media screen and (max-width: 768px){
    .home-contact-block {
        width: 100%;
        margin: auto;
        padding: 150px 0 150px;
        background: url('../img/footer/contact_back.jpg') no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }

    .home-contact-box {
        width: 90%;
        margin: auto;
        background-color: rgba(236, 236, 236, 0.8);
        padding: 20px;
        box-sizing: border-box;
        text-align: center;
        margin-top: 50px;
    }
 
}


@media screen and (max-width: 420px){
    .home-contact-box ul {
        width: 90%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.home-contact-box li {
    width: 90%;
    list-style: none;
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 1px;
}
.home-contact-box-cap {
    font-size: 12px;
}
}


@media screen and (max-width: 320px){
    .home-contact-block {
        width: 100%;
        margin: auto;
        padding: 80px 0 80px;
        background: url('../img/footer/contact_back.jpg') no-repeat;
        background-size: cover;
    }

    .home-contact-box {
        width: 90%;
        margin: auto;
        background-color: rgba(236, 236, 236, 0.8);
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
        margin-top: 50px;
    }
    
    .home-contact-box ul {
        width: 100%;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



















/*　フッタ　*/
footer {
    width: 100%;
    background-color: #182145;
    padding: 50px 0;
    text-align: center;
}

.footer-cr {
    font-size: 12px;
    color: #c9c9c9;
}



.footer-logo {
    width: 180px;
    margin: auto;
    padding-bottom :20px;
}


.footer-logo img {
    width: 100%;
}




.footer-nav {
    width: 100%;
    margin: auto;
    padding: 30px 0;
}

.footer-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-nav li {
    list-style: none;
    padding: 0 20px;
}

.footer-nav li.logo img {
    width: 160px;
}

.footer-nav li a {
    color: #c9c9c9;
    font-size: 13px;
    text-decoration: none;
}

 .footer-sns img {
     width: 60px;

 }



 @media screen and (max-width: 420px){
    footer {
        width: 100%;
        background-color: #182145;
        padding: 50px 0 100px;
        text-align: center;
    }

    .footer-nav ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .footer-nav li {
        list-style: none;
        padding: 4px 20px;
    }
 }















/*　----------------　page　----------------　*/


.wrapper-page {
    width: 100%;
}


header.header-page {
    position: relative;
    width: 100%;
    height: 200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #182145;
    border-bottom: 4px solid #E3D454;
}


h1.page-hdr-logo {
    width: 200px;
    padding-left: 10px;
}

h1.page-hdr-logo img {
    width: 100%;
}


h2.page-hdr-copy {
    font-size: 24px;
    font-weight: 500;
    color: #c9c9c9;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    font-family: 'Cormorant Garamond', serif;
}



.page-block {
    padding: 80px 0;
}



h3.page-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 3px;
    font-style: italic;
    color: #000000;
    text-align: center;
}


p.page-sub {
    font-size: 14px;
    text-align: center;
}

p.page-copy {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    padding-top: 50px;
}


p.page-contact-copy {
    font-size: 24px;
    text-align: center;
    padding-bottom: 80px;
}

 


@media screen and (max-width: 768px){
    p.page-copy {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    padding-top: 50px;
}

p.page-contact-copy {
    font-size: 20px;
    text-align: center;
    padding-bottom: 80px;
}
}


@media screen and (max-width: 420px){ 
    p.page-copy {
        width: 90%;
        margin: auto;
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    padding-top: 50px;
}

p.page-contact-copy {
    width: 90%;
    margin: auto;
    font-size: 18px;
    text-align: center;
    padding-bottom: 80px;
}

h2.page-hdr-copy {
    font-size: 20px;
    font-weight: 500;
    color: #c9c9c9;
    letter-spacing: 2px;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 10px;
    font-family: 'Cormorant Garamond', serif;
}
}


@media screen and (max-width: 420px){ 
    h2.page-hdr-copy {
        font-size: 16px;
        font-weight: 500;
        color: #c9c9c9;
        letter-spacing: 1px;
        padding-bottom: 20px;
        padding-top: 10px;
        padding-left: 10px;
        font-family: 'Cormorant Garamond', serif;
    }
}












/*　OUR WORKS　*/
.page-works-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}

.page-works-txt {
    width: 50%;
    padding-left:10%;
    padding-right:100px;
    box-sizing: border-box;
}

.page-works-block p {
    font-size: 16px;
    line-height: 2;
    padding-top: 30px;
}

.page-works-photo {
    width: 50%;
    padding-right:10%;
    box-sizing: border-box;
}

.page-works-photo img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 100% 20%;
}




@media screen and (max-width: 786px){ 
    .page-works-block p {
        font-size: 15px;
        line-height: 2;
        padding-top: 30px;
    }

    .page-works-txt {
        width: 50%;
        padding-left: 8%;
        padding-right:50px;
        box-sizing: border-box;
    }

    .page-works-photo {
        width: 50%;
        padding-right:0%;
        box-sizing: border-box;
    }
}



@media screen and (max-width: 420px){ 
    .page-works-block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 80px 0;
    }

    .page-works-block p {
        font-size: 14px;
        line-height: 2;
        padding-top: 30px;
    }

    .page-works-txt {
        width: 90%;
        margin: auto;
        padding-left: 5px;
        padding-right: 5px;
        box-sizing: border-box;
    }

    .page-works-photo {
        width: 60%;
        margin: auto;
        padding-right:0%;
        padding-top: 80px;
        box-sizing: border-box;
    }

    .page-works-photo img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: 0% 20%;
    }
}













.page-works-icon {
    width: 80%;
    margin: auto;
    border: 1px solid #d6d6d6;
    padding: 40px 40px 10px;
    box-sizing: border-box;
}

.page-works-icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.page-works-icon li {
    list-style: none;
    width: 25%;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    box-sizing: border-box;
}

.page-works-icon li p {
    font-size: 13px;
    color: #182145;
}

.page-works-icon li img {
    width: 80%;
    margin: auto;
}



@media screen and (max-width: 786px){ 
    .page-works-icon {
        width: 82%;
        margin: auto;
        border: 1px solid #d6d6d6;
        padding: 30px 20px 10px;
        box-sizing: border-box;
    }

    .page-works-icon li {
        list-style: none;
        width: 25%;
        padding: 0px;
        margin-bottom: 30px;
        text-align: center;
        box-sizing: border-box;
    }
    
    .page-works-icon li p {
        font-size: 11px;
        line-height: 1.5;
        color: #182145;
    }
    
    .page-works-icon li img {
        width: 80%;
        margin: auto;
    }
}


@media screen and (max-width: 420px){ 
    .page-works-icon {
        width: 85%;
        margin: auto;
        border: 1px solid #d6d6d6;
        padding: 30px 10px 0px;
        box-sizing: border-box;
    }

    .page-works-icon li {
        list-style: none;
        width: 50%;
        padding-bottom: 0px;
        text-align: center;
        font-size: 14px;
        color: #E3D454;
    }

}








.is-txt-block {
    width: 50%;
    padding-right: 10%;
    padding-left: 100px;
    box-sizing: border-box;
}

.is-photo-block {
    width: 50%;
    padding-left: 10%;
    padding-top: 100px;
    box-sizing: border-box;
}

.is-photo-block img {
    width: 100%;
}

.is-txt-blockB {
    width: 50%;
    padding-left: 10%;
    padding-right: 100px;
    padding-top: 100px;
    box-sizing: border-box;
}

.is-photo-blockB {
    width: 50%;
    padding-right: 20%;
    box-sizing: border-box;
    margin-top: -5px;
}

.is-photo-blockB img {
    width: 100%;
}



@media screen and (max-width: 786px){ 
    .is-txt-block {
        width: 50%;
        padding-right: 8%;
        padding-left: 50px;
        box-sizing: border-box;
    }

    .is-photo-block {
        width: 50%;
        padding-left: 8%;
        padding-top: 100px;
        box-sizing: border-box;
    }

    .is-txt-blockB {
        width: 50%;
        padding-left: 8%;
        padding-right: 50px;
        padding-top: 10px;
        box-sizing: border-box;
    }

    .is-photo-blockB {
        width: 50%;
        padding-right: 20%;
        box-sizing: border-box;
        margin-top: 80px;
    }
}



@media screen and (max-width: 420px){ 
    .is-photo-block {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 0px;
        box-sizing: border-box;
    }
    
    .is-txt-block {
        width: 100%;
        padding-right: 8%;
        padding-left: 8%;
        padding-top: 50px;
        box-sizing: border-box;
    }

    .is-txt-blockB {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        padding-top: 100px;
        box-sizing: border-box;
    }

    .is-photo-blockB {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        box-sizing: border-box;
        margin-top: 50px;
    }
}










.page-pm-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    background-color: #555555;
}

.page-pm-block p {
    font-size: 16px;
    line-height: 2;
    padding-top: 30px;
}

.pm-photo-block {
    width: 50%;
    padding-right: 20%;
    margin-top: -100px;
    box-sizing: border-box;
}

.pm-photo-block img {
    width: 100%;
}





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

    .page-pm-block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 100px 0 0px;
        background-color: #555555;
        margin-bottom: -5px;
    }

    .page-pm-block p {
        font-size: 15px;
        line-height: 2;
        padding-top: 30px;
    }

    .pm-photo-block {
        width: 50%;
        padding-right: 0%;
        margin-top: -100px;
        box-sizing: border-box;
    }
}



@media screen and (max-width: 420px){ 
    .page-pm-block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px 0 80px;
        background-color: #555555;
        margin-bottom: -5px;
    }

    .pm-photo-block {
        width: 100%;
        padding-right: 20%;
        padding-left: 20%;
        margin-top: 30px;
        box-sizing: border-box;
    }

    .page-pm-block p {
        font-size: 14px;
        line-height: 2;
        padding-top: 30px;
    }
}












/*　OUR COMPANY　*/
.company-concept-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
}


.company-txt-block {
    width: 50%;
    padding-left: 10%;
    padding-right: 100px;
    box-sizing: border-box;
}


.company-txt-block p {
    font-size: 16px;
    line-height: 2;
    padding-top: 30px;
}


.company-txt-block p.company-txt-sine {
    width: 40%;
    text-align: right;
    float: right;
}

.company-txt-block p.company-txt-sine img {
    width: 100%;
}

.company-photo-block {
    position: relative;
    width: 50%;
    padding-right: 10%;
    padding-left: 100px;
    padding-top: 100px;
    box-sizing: border-box;
}


.company-photo-block img {
    width: 100%;
}

.iolife {
    position: absolute;
    width: 300px;
    top:-30px;
    right: 0;
    left: 0;
    margin: auto;

}

.iolife img {
    width: 100%;
}




@media screen and (max-width: 786px){ 
    .company-txt-block {
        width: 50%;
        padding-left: 8%;
        padding-right: 50px;
        box-sizing: border-box;
    }

    .company-txt-block p {
        font-size: 15px;
        line-height: 2;
        padding-top: 30px;
    }

    .company-photo-block {
        position: relative;
        width: 50%;
        padding-right: 0%;
        padding-left: 0px;
        padding-top: 0px;
        box-sizing: border-box;
    }

    .iolife {
        position: absolute;
        width: 250px;
        top: -70px;
        right: 0;
        left: 0;
        margin: auto;
    
    }
    .company-txt-block p.company-txt-sine {
        width: 60%;
        text-align: right;
        float: right;
    }
}



@media screen and (max-width: 420px){ 
    .company-concept-block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 0;
    }

    .company-txt-block {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
}




.company-txt-block p {
    font-size: 14px;
    line-height: 2;
    padding-top: 50px;
}

.item1 { order: 2; }
.item2 { order: 1; }

.company-photo-block {
    position: relative;
    width: 100%;
    padding-right: 20%;
    padding-left: 20%;
    padding-top: 100px;
    box-sizing: border-box;
}

.iolife {
    position: absolute;
    width: 250px;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;

}

}





.company-logo-block {
    width: 250px;
    margin: auto;
    padding: 100px 0;
}

.company-logo-block img {
    width: 100%;
}


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

    .company-logo-block {
        width: 250px;
        margin: auto;
        padding: 50px 0;
    }
}










.company-info-block {
    width: 100%;
    background-color: #555555;
    padding: 100px 0;
}



.company-info-inblock {
    display: flex;
    padding: 100px 0;
}

.company-info-photo {
    width: 50%;
    padding-left: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-sizing: border-box;
}

.company-info-photo img {
    width: 100%;
}



.ci-photo-A {
    width: 90%;
}

.ci-photo-B {
    width: 50%;
    margin-top: -5px;
}



.company-info-txt {
    width: 50%;
    padding-left: 80px;
    padding-right: 10%;
    border-top: 1px solid #ffffff;
    box-sizing: border-box;
}

.company-info-txt table {
    width: 100%;
    padding: 30px 0;
}

.company-info-txt td {
    padding: 10px;
    color: #ffffff;
    font-size: 14px;
    line-height: 2;
    vertical-align: top;
}

.company-info-txt td a {
    text-decoration: none;
    color: #ffffff;
}




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

    .company-info-inblock {
        display: flex;
        align-items: flex-start;
        padding: 100px 0 0px;
    }
    
    .company-info-photo {
        width: 40%;
        padding-left: 0%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        box-sizing: border-box;
    }

    .ci-photo-A {
        width: 100%;
    }

    .ci-photo-B {
        width: 80%;
        margin-top: -5px;
    }

    .company-info-txt {
        width: 60%;
        padding-left: 50px;
        padding-right: 8%;
        border-top: 1px solid #ffffff;
        box-sizing: border-box;
    }

    .company-info-txt table {
        width: 100%;
        padding: 20px 0;
    }

    .company-info-txt td {
        padding: 10px;
        color: #ffffff;
        font-size: 12px;
        line-height: 2;
        vertical-align: top;
    }
}



@media screen and (max-width: 420px){ 
    .company-info-block {
        width: 100%;
        background-color: #555555;
        padding: 80px 0;
    } 
    .company-info-inblock {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding: 80px 0 0px;
    }
    
    .company-info-photo {
        width: 100%;
        padding-left: 0%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        box-sizing: border-box;
    }

    .ci-photo-A {
        width: 50%;
    }

    .ci-photo-A img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .ci-photo-B {
        width: 50%;
        margin-top: 0;
    }

    .ci-photo-B img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }

    .company-info-txt {
        width: 100%;
        padding-left: 8%;
        padding-right: 8%;
        border-top: 1px solid #ffffff;
        box-sizing: border-box;
    }


}



@media screen and (max-width: 320px){
    .company-info-block {
        width: 100%;
        background-color: #555555;
        padding: 60px 0;
    } 

    .company-info-inblock {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 50px 0 0px;
}

    .company-info-txt {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        border-top: 1px solid #ffffff;
        box-sizing: border-box;
    }
}




















/*　Sales　*/
.sales-block {
    width: 980px;
    margin: auto;
    padding: 100px 0;
}

.sales-block ul {
    display: flex;
    flex-wrap: wrap;
}

.sales-block li {
    width: 28%;
    padding: 2.6%;
    list-style: none;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}

.sales-block li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.sales-block li p.cap {
    padding-top: 10px;
    line-height: 1.5;
}


.sales-more {
    width: 200px;
    margin: auto;
    padding: 8px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #b5b5b5;
}

.sales-more a {
    color: #000000;
    text-decoration: none;
}

.sales-head {
    width: 200px;
    margin: auto;
    background-color: #e9e9e9;
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 768px){
    .sales-block {
    width: 90%;
    margin: auto;
    padding: 100px 0;
}

.sales-block ul {
    display: flex;
    flex-wrap: wrap;
}

.sales-block li {
    width: 46%;
    padding: 2%;
    list-style: none;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
}
}



@media screen and (max-width: 420px){
    .sales-block {
    width: 100%;
    margin: auto;
    padding: 100px 0;
}

.sales-block ul {
    display: flex;
    flex-wrap: wrap;
}

.sales-block li {
    width: 48%;
    padding: 1%;
    list-style: none;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
}
}















/*　Management　*/
.page-mamagement-block {
    position: relative;
    width: 980px;
    margin: auto;
    padding: 80px 0;
}



.page-mana-photo1 {
    position: absolute;
    width: 50%;
    z-index: 2;
}

.page-mana-photo1 img {
    width: 100%;
}

.page-mana-txt1 {
    position: relative;
    width: 400px;
    z-index: 10;
    padding-left: 55%;
    padding-top: 20px;
}

.page-mana-txt1 p {
    font-size: 16px;
    line-height: 2;
    padding-top: 20px;
}




@media screen and (max-width: 768px){
.page-mana-photo1 {
        position: absolute;
        width: 45%;
        z-index: 2;
    }

.page-mamagement-block {
    position: relative;
    width: 100%;
    margin: auto;
    padding: 80px 0;
}

.page-mana-txt1 {
    position: relative;
    width: 50%;
    z-index: 10;
    padding-left: 50%;
    padding-top: 0px;
}

.page-mana-txt1 p {
    font-size: 15px;
    line-height: 2;
    padding-top: 15px;
}
}



@media screen and (max-width: 420px){
    .page-mana-photo1 {
    position: relative;
    width: 100%;
    z-index: 2;
}

.page-mana-txt1 {
    position: relative;
    width: 90%;
    margin: auto;
    z-index: 10;
    padding-left: 0;
    padding-top: 0px;
    text-align: center;
}
}















.page-mana-box2 {
    position: relative;
    width: 100%;
    padding-top: 200px;
}

.page-mana-box2-gray {
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 700px;
    height: 400px;
    background-color: #e2e2e2;
    z-index: 1;
}

.page-mana-txt2 p {
    position: relative;
    font-size: 16px;
    line-height: 2;
    padding-top: 20px;
    z-index: 20;
}

p.page-mana-txt2-title {
    font-size: 30px;
    line-height: 1.5;
    padding-bottom: 20px;
}

.page-mana-photo2 {
    position: absolute;
    width: 50%;
    top: 100px;
    right: 0;
    z-index: 2;
    display: flex;
}

.page-mana-photo2 img {
    width: 100%;
}



.page-mana-photo2-A {
    width: 250px;
    padding-top: 30px;
}

.page-mana-photo2-B {
    width: 250px;
    padding-top: 150px;
}



@media screen and (max-width: 768px){
    .page-mana-box2-gray {
        position: absolute;
        bottom: -80px;
        right: 0;
        width: 70%;
        height: 350px;
        background-color: #e2e2e2;
        z-index: 1;
    }

    .page-mana-txt2 {
        position: relative;
        width: 47%;
        padding-left: 5%;
        z-index: 20;
    }

    .page-mana-txt2 p {
        position: relative;
        font-size: 15px;
        line-height: 2;
        padding-top: 20px;
        z-index: 20;
    }

    p.page-mana-txt2-title {
        font-size: 24px;
        line-height: 1.5;
        padding-bottom: 20px;
    }

    .page-mana-photo2 {
        position: absolute;
        width: 45%;
        top: 100px;
        right: 0;
        z-index: 2;
        display: flex;
    }
}



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

    .page-mana-photo2 {
        position: absolute;
        width: 100%;
        top: 80px;
        right: 0;
        z-index: 2;
        display: flex;
    }

    .page-mana-txt2 {
        position: relative;
        width: 90%;
        padding-top: 350px;
        margin: auto;
        padding-left: 0;
        z-index: 20;
        text-align: center;
    }
}


















.page-mana-support {
    position: relative;
    width: 980px;
    margin: auto;
    text-align: center;
    z-index: 30;
    padding-top: 30px;
}

.page-mana-support p {
    font-size: 24px;
}

.page-mana-support ul {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.page-mana-support li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    width: 170px;
    height: 170px;
    border: 1px solid #a8a8a8;
    border-radius: 100%;
    margin: 0 20px;
}



@media screen and (max-width: 768px){
    .page-mana-support {
        position: relative;
        width: 90%;
        margin: auto;
        text-align: center;
        z-index: 30;
        padding-top: 30px;
        margin-bottom: -100px;
    }

    .page-mana-support ul {
        display: flex;
        justify-content: space-around;
        margin-top: 30px;
    }

    .page-mana-support li {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        width: 125px;
        height: 125px;
        border: 1px solid #a8a8a8;
        border-radius: 100%;
        font-size: 13px;
        margin: 0 0;
    }
}


@media screen and (max-width: 420px){
    .page-mana-support {
        position: relative;
        width: 90%;
        margin: auto;
        text-align: center;
        z-index: 30;
        padding-top: 100px;
        margin-bottom: -100px;
    }

    .page-mana-support ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        margin-top: 30px;
    }

    .page-mana-support li {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;
        width: 150px;
        height: 150px;
        border: 1px solid #a8a8a8;
        border-radius: 100%;
        font-size: 13px;
        margin-bottom: 10px;
    }
}















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


header.header-company {
    position: relative;
    width: 100%;
    height: 850px;
    padding: 30px;
    box-sizing: border-box;
    background: url('../img/home_hdr_bck.jpg');
    background-size: cover;
    background-position: 50% 0%;
}


header.header-company::after {
    position: absolute;
    top: 850px;
    left:0;
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    background-color: #747474;
}


.page-company-block {
    position: relative;
    width: 980px;
    margin: auto;
    padding: 80px 0;
    margin-top: -800px;
}


.page-com-photo1 {
    position: absolute;
    top: 250px;
    width: 45%;
    z-index: 2;
}

.page-com-photo1 img {
    width: 100%;
}

.page-com-txt1 {
    width: 50%;
    padding-left: 50%;
    padding-top: 80px;
}

.page-com-txt1 p.name {
    font-size: 18px;

}


.page-com-txt1 p {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 20px;
    color: #c9c9c9;
}

.page-com-txt1 table {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 20px;
    color: #c9c9c9;
}




@media screen and (max-width: 768px){
    .page-company-block {
        position: relative;
        width: 100%;
        margin: auto;
        padding: 80px 0;
        margin-top: -800px;
    }


    .page-com-photo1 {
        position: absolute;
        top: 250px;
        width: 40%;
        z-index: 2;
    }

    .page-com-txt1 {
        width: 50%;
        padding-left: 45%;
        padding-top: 80px;
    }
}



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

    header.header-company::after {
        position: absolute;
        top: 850px;
        left:0;
        content: "";
        display: block;
        width: 100%;
        height: 350px;
        background-color: #747474;
    }

    .page-com-photo1 {
        position: relative;
        top: 10px;
        width: 100%;
        z-index: 2;
    }

    .page-com-txt1 {
        width: 85%;
        margin: auto;
        padding-left: 0;
        padding-top: 20px;
    }
}

















.page-com-massage {
    position: relative;
    width: 980px;
    margin-top: 100px;
}


.page-com-txt2 {
    width: 290px;
    margin-left: 170px;
    margin-top: 170px;
}

.page-com-txt2-title {
    font-size: 24px;
    color: #ffffff;
}

.page-com-txt2-txt {
    font-size: 14px;
    line-height: 1.8;
    padding-top: 50px;
}


@media screen and (max-width: 768px){
    .page-com-massage {
        position: relative;
        width: 100%;
        margin-top: 100px;
    }

    .page-com-txt2 {
        width: 45%;
        margin-left: 5%;
        margin-top: 150px;
    }
}


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

    .page-com-txt2-title {
        font-size: 24px;
        color: #000000;
    }

    .page-com-txt2 {
        width: 90%;
        margin: auto;
        margin-top: 10px;
    }

    .page-com-txt2-txt {
        font-size: 14px;
        line-height: 1.8;
        padding-top: 0px;
    }
}














.page-com-photo2 {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50%;
    z-index: 2;
}

.page-com-photo2 img {
    width: 90%;
}

.page-com-photo2 p.cap {
   font-size: 12px;
   text-align: right;
   padding-right: 10%;
}


@media screen and (max-width: 768px){
    .page-com-photo2 {
        position: absolute;
        top: -50px;
        right: 0;
        width: 45%;
        z-index: 2;
    }
}


@media screen and (max-width: 420px){
    .page-com-photo2 {
        position: relative;
        top: 20px;
        right: 0;
        width: 90%;
        margin: auto;
        z-index: 2;
    }

    .page-com-photo2 img {
        width: 100%;
    }

    .page-com-photo2 p.cap {
       font-size: 12px;
       text-align: right;
       padding-right: 0;
    }
}










.page-com-access {
    width: 100%;
    padding: 150px 0;
    text-align: center;
}

.page-com-access-title {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.8;
    letter-spacing: 3px;
    font-style: italic;
    color: #000000;
    text-align: center;
}

.page-com-access-gmap iframe {
    width: 100%;
    height: 300px;
    margin-top: 80px;
}





.page-com-img-photo {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: -150px;
}

.page-com-img-photoA {
    position: absolute;
    width: 25%;
    left: 0;
}

.page-com-img-photoA img {
    width: 100%;
}

.page-com-img-photoB {
    position: absolute;
    width: 18%;
    left: 24%;
    top: 30px;
}

.page-com-img-photoB img {
    width: 100%;
}

.page-com-img-photoC {
    position: absolute;
    width: 30%;
    right: 24%;
    top: -30px;
}

.page-com-img-photoC img {
    width: 100%;
}

.page-com-img-photoD {
    position: absolute;
    width: 25%;
    right: 0;
    top: 40px;
}

.page-com-img-photoD img {
    width: 100%;
}


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

    .page-com-img-photo {
        position: relative;
        width: 100%;
        height: 300px;
        margin-top: -150px;
    }
}


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

    .page-com-img-photo {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: -100px;
        display: flex;
        flex-wrap: wrap;
    }
    
    .page-com-img-photoA {
        position: relative;
        width: 50%;
        height:150px;
        left: 0;
    }
    
    .page-com-img-photoA img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    
    .page-com-img-photoB {
        position: relative;
        width: 50%;
        height: 150px;
        left: 0;
        top: 0;
        box-sizing: border-box;
    }
    
    .page-com-img-photoB img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    
    .page-com-img-photoC {
        position: relative;
        width: 50%;
        height: 150px;
        right: 0;
        top: 0;
    }
    
    .page-com-img-photoC img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
    
    .page-com-img-photoD {
        position: relative;
        width: 50%;
        height: 150px;
        right: 0;
        top: 0;
    }
    
    .page-com-img-photoD img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
}

















/*　コンタクト　*/
.page-contact-block {
    width: 980px;
    margin: auto;
    padding: 80px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 80px auto;
}

.page-contact-block table {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.page-contact-block td {
    padding: 10px;
    font-size: 14px;
}


@media screen and (max-width: 768px){
    .page-contact-block {
    width: 84%;
    margin: auto;
    padding: 30px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 80px auto 0px;
}
}


@media screen and (max-width: 420px){
    .page-contact-block {
    width: 90%;
    margin: auto;
    padding: 20px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 80px auto 0px;
}

.page-contact-block table {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    margin-top: 20px;
}

.page-contact-block td {
    width: 90%;
    display: block;
    padding: 10px;
    font-size: 14px;
}
}



@media screen and (max-width: 320px){
    .page-contact-block {
    width: 90%;
    margin: auto;
    padding: 15px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 80px auto 0px;
}

.page-contact-block table {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 3px;
    margin-top: 20px;
}

.page-contact-block td {
    width: 90%;
    display: block;
    padding: 8px;
    font-size: 12px;
}
}

















/*　----------------　Pricavy Policy　----------------　*/

.page-privacy-block {
    width: 980px;
    margin: auto;
    padding: 80px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin: 80px auto;
}

.page-privacy-block table {
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.page-privacy-block td {
    padding: 10px;
    font-size: 12px;
    line-height: 1.8;
}















/*　フォーム　*/

.form-size1 { width: 95%; margin: auto; height: 30px; font-size: 1rem; }
.form-size2 { width: 95%; margin: auto; height: 100px; font-size: 1rem; }
input[type="text"],
textarea {
	width: 100%;
	outline: none;
	border: 1px solid #aaa;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}
.select-box01 select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 16px;
}
.select-box01 select {
	width: 100%;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #999;
	background: #eee;
	background: url(../img/arrow02.png) 98% 50% no-repeat, -webkit-linear-gradient(top, #fff 0%,#efebe1 100%);
	background: url(../img/arrow02.png) 98% 50% no-repeat, linear-gradient(to bottom, #fff 0%,#efebe1 100%);
	background-size: 30px, 100%;
}


input[type=button], input[type=submit], input[type=reset] {
position: relative;
	width: 100%;
	margin: auto;
	margin-top: 30px;
    background-color: #555555;
    border: none;
    color: #ffffff;
    padding: 16px 50px;
	font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
}







@media screen and (max-width: 768px){
	
.qa-form li.class1 {
	width: 100%;
	height: auto;
	background-color: #dadada;
	padding: 10px;
	padding-top: 10px;
	font-size: 0.8rem;
	text-align: center;
	}

	.qa-form li.class2 {
	width: 100%;
	height: auto;
	padding: 5px;
	}

	.qa-form li.class3 {
	display: block;
	width: 100%;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	border: none;
	padding-top: 20px;
	}

	.privacy-box {
		width: 100%;
		margin: auto;
		padding: 5px;
		background-color :#f1efdc;
		box-sizing: border-box;
		margin-bottom: 20px;
	}

	.privacy-box a {
		font-size: 14px;
	}
}




@media screen and (max-width: 420px){
    input[placeholder] {
        font-size: 12px;
    }
}

















/*　スマホ　ナビ　*/

#spheader {
    display: none;
}

.smart-adrr {
    width: 90%;
    margin: auto;
    text-align: center;
    color: #ffffff;
padding-top: 20px;
opacity: 1 !important;
}

.smart-adrr a {
    color: #ffffff;
}

.smart-adrr p.smart-name {
    font-size: 18px;
    padding-bottom: 5px;
}

.smart-adrr p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}


.tel {
    color: #ffffff!important;
}


.tel a {
    color: #ffffff!important;
}



.sp-nav-sns {
    width: 60%;
    margin: auto;
    background-color: #182145;
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 10px;
}

.sp-nav-sns p img {
    width: 100%;
}



@media screen and (max-width: 768px){
* {
    margin: 0;
    padding: 0;
    }
#spheader {
    display: block;
    position: fixed;
    top:0;
    right: 0;
    z-index:99 !important;
    width: 100%;
}
#nav{
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #182145;
    transition: .7s;
}

.sp-header-title {
    background-color: #ffffff;
    width: 100%;
    margin: auto;
    padding-top: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.sp-header-title img {
    width: 30%;
}

#nav ul{
width: 90%;
margin: auto;
padding-top: 0px;
padding-bottom: 0px;
background-color: #ffffff;
}
#nav ul li{
    width: 100%;
  list-style-type: none;
  font-size: 18px;
  border-bottom: 1px dotted #595959;
  padding-bottom: 0px;
  padding: 5px 0;
}
#nav ul li:last-child{
  border-bottom: 0px dotted #595959;
}
#nav a{
  display: block;
  text-decoration: none;
  color: #595959;
  margin: 0 15px;
  padding: 10px;
  transition: .5s;
}
#nav li a:hover{
  color: #ffffff;
  background: #c9c9c9;
  border-bottom: none;
}


#hamburger {
  display: block;
  position: absolute;
  top: 35px;
  right: 0px;
  width: 50px;
  height: 30px;
  cursor: pointer;
  transition: 1s;
}
.inner_line {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #d3d3d3;
  transition: 1s;
  border-radius: 4px;
}
#line1 {
  top: 0;
}
#line2 {
  top: 9px;
}
#line3 {
  bottom: 10px;
}

.in{
  transform: translateX(100%);
}
.line_1,.line_2,.line_3{
  background: #9d9d9d;
}
.line_1 {
  transform: translateY(20px) rotate(-45deg);
  top: 0;
  width: 50px;
}
.line_2 {
  opacity: 0;
}
.line_3 {
  transform: translateY(-20px) rotate(45deg);
  bottom: 0;
  width: 50px;
}

}

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


.spnav-en {
    font-size: 12px;
    color: #b3b3b3;
    font-family: 'Hind', sans-serif;
    font-style: italic;
    font-weight: 400;
    padding-left: 10px;
}

a:hover .spnav-en {
    font-size: 12px;
    color: #ffffff;
    font-family: 'Hind', sans-serif;
    font-style: italic;
    font-weight: 400;
    padding-left: 10px;
    transition: 1s;
}

