@charset "utf-8";
/*====================================================================
INFORMATION
        file name  :mycontest.css
        style info :

====================================================================*/

section{
        clear: both;
        width: 100%;
        padding: 80px 0;
        background-color: white;
        position: relative;
        z-index: 0;

}

h2{
        font-size: 42px;
        font-size: 4.2rem;
        line-height: 1.8;
        font-weight: bold;
        color:#715701;
        letter-spacing: 3px;
}

h2 span{
        color:#d71718;
}

h3{
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.8;
        font-weight: normal;
        text-align: center;
        color: #715701;
        letter-spacing: 3px;
        margin-bottom: 12px;
    }

h3 span{
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8;
        font-weight: bold;
        color: #C63726;
}

h4{
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.8;
        font-weight: normal;
        text-align: center;
        margin-bottom: 12px;
        color: #715701;
        letter-spacing: 3px;
      }

p{letter-spacing: 2px;}

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

        h3{
            font-size: 180%;

        }
        h4{
            font-size: 120%;

        }
        .last-item{display: none!important;}
}
a{color:#715701;}
a:hover{color: #C60;text-decoration: underline;}

.red{color: red;}
.mb00{margin-bottom: 0!important;}

p.description{
        max-width: 850px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        font-size: 120%;
}
#page-top {
    display: none!important;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.container{
    text-align: center;
}
.page-header{
    border-bottom: none;
}
.title-wrap{

    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.title-wrap p{
    font-size: 16px;
    font-size: 1.6rem;
}
/* ------------------------------
001: Header
 ------------------------------ */
#top-head {
    position: fixed;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 10px 0;
    line-height: 1;
    z-index: 10;
}

#top-head .inner {
   width: 95%;
    margin: 0 auto;
}
#top-head .inner:after {
    content: "";
    clear: both;
    display: block;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
 
#top-head .inner {
    position: relative;
 
}
#top-head .logo {
    float: left;
    font-size: 32px;
}


#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    top: 15px;

}
#global-nav ul li {
    float: left;
    position: relative;
  padding: 10px 20px;
 
}
#global-nav ul li a {

  white-space: nowrap; 
}

#global-nav ul li a:hover{
color: red;
}

/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
    padding:10px;
    position: fixed;
    background: rgba(255,255,255,0.95);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);

}

#top-head.fixed .inner {
   width: 100%;
    margin: 0 auto;
}
 
#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}

#top-head.fixed #global-nav ul li a {
    color: #715701;
}

#top-head.fixed #global-nav ul li a:hover{
    color: #C63726; 
}

#top-head.fixed #global-nav ul li a:after {
    content: '';
    width: 0;
    transition: all 0.3s ease;
    border-bottom: 3px solid #d71718;
    display: block;
    padding-top: 3px;
}
#top-head.fixed #global-nav ul li a:hover:after {
    width: 100%;
    border-bottom: 2px solid #d71718;
}

#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
    content: "";
    position: absolute;
    right: 0px;
    height: 3px;
    bottom: -3px;
    left: 0px;
    color: transparent;
    width: 100%;
    /*
    background-repeat: no-repeat;
    background-image: url('../images/line.png');
    background-size: 100% 100%;
    */
}


#top-head .logo{
   max-width:450px;
}

#top-head .logo svg{
     width: 100%;
}


#top-head.fixed .logo{
    max-width: 120px;
    padding: 15px 0;
}




#top-head.fixed .st0{fill:#BB3927;}
#top-head.fixed .st1{fill:#8DA228;}

/* 768px - 979px用（タブレット用）の記述 */
@media screen and (min-width: 768px) and (max-width: 979px) {
#global-nav ul li a {
  padding: 10px 10px;
}
}

@media screen and (max-width: 767px) {
#top-head .logo{
   max-width: 120px;
   }
}




/* ==========================================================================
スマホ
========================================================================== */
.nav-toggle {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
    z-index: 1000000000;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}

#top-head.fixed .nav-toggle span,
#top-head.fixed .nav-toggle span:before,
#top-head.fixed .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 1px;
    border-radius: 1px;
    background: #343434;
    cursor: pointer;
}

.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: relative;
    height: 26px;
}
.navicon p {
    margin: 1px 50px 0 0
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}
/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(43, 43, 43, 0.95);
    z-index: 11;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 50%;
    height: 60%;
    text-align: center;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.overlay ul {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    float: left;
    margin-right: 20px;
}
.overlay ul li:last-child {
    margin-right: 0px
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    padding: 50px 0;
    min-width: 190px;
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: #715701;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    border-color: #fff;
    color: #fff;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.overlay-boxify nav ul li {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.overlay-boxify.open nav ul:first-child li:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:first-child li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.overlay-boxify.open nav ul:nth-child(2) li:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.overlay-boxify.open nav ul:nth-child(2) li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul li {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
@media screen and (max-width:640px){
    .overlay ul{margin-left:0px;}
    .overlay ul li a{padding:20px 0;min-width:200px;font-size:14px;line-height: 1.8;}
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

/* ------------------------------
002: Navigation
 ------------------------------ */
#spnavi{
right: 0px;
top: 30px;
position: absolute;
z-index: 10000;}

#spnavi img{
  width: 100%;
}


#top-head.fixed #spnavi {
  right: 0px;
    top: 18px;
}



/* ------------------------------
003: Footer
 ------------------------------ */

/* ------------------------------
 button
 ------------------------------ */
.button-wrapper {
    clear: both;
    position: relative;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 0;
}
.button {
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-color:#715701;
  background-color: #715701;
  color: white;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button:hover {
  background-color: #fff;
  color: #715701;
}


/* ------------------------------
004: Main Visual
 ------------------------------ */
#main-visual-image{
        background-color: #fff;
        width: 100%;
        height: 680px;
        position: absolute;
        padding: 0 0;
}


#main-visual-text {
        background-color: transparent;
        height: 100vh;
        display: flex; /* 子要素をflexboxで揃える */
        flex-direction: column; /* 子要素をflexboxにより縦方向に揃える */
        justify-content: center; /* 子要素をflexboxにより中央に配置する */
        align-items: center;  /* 子要素をflexboxにより中央に配置する */
        max-width: 980px;
        margin: 0 auto;
}




#main-visual-text h2{

    display: inline-block;
    line-height: 1;
    padding: 15px;
    margin-bottom: 24px;
    max-width: 400px;
    margin: 0 auto;

}

#main-visual-text .container{
        width: 100%;
        text-align: center;
        color: white;
}
#main-visual-text.main-visual-pages h2{
    background: transparent;
    color: white;
}


#main-visual-text .container p{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 12px;
    text-align: center;
    color: #715701;
    text-shadow: -1px 1px 0 rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.70);
    display: inline-block;
    line-height: 1.8;
    padding: 15px;
}

#main-visual-text .container p span{
    color: #d71718;
}


#main-visual-text.main-visual-pages .container p{
    background: transparent;
    color: white;
}



.bold{ font-weight: bold;}
.main-visual-pages{
        height: 550px;
        overflow: hidden;
}
@media screen and (max-width: 767px) {
 #main-visual-text .container{
        width: 100%;
        padding:20% 10px;
        text-align: center;
        color: white;
}
#main-visual-text .container p{
        font-size: 16px;
        font-size: 1.6rem;

        margin-bottom: 12px;
        text-align: left;
}

#main-visual-text h2{
    font-size: 250%;
}


}


/* ------------------------------
005: Home
 ------------------------------ */
 .home{
   background-image: url(../images/header-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.home{
    padding: 0;
    height:100vh;
}
#main-visual-image.home {
    height: 100vh;
    z-index: -1;
}
#main-visual-image .pattern {
    background: url(../images/dot.png);
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    height: inherit;
    z-index: 2;
}
#main-visual-image video {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
    filter:brightness(60%);
}
#main-visual-image div.homemovie-box {
    position: relative;
    z-index: 3;
    top: 50%;
    margin-top: -162px;
}

#main-visual-text.home .container{padding: 20% 10px;}




#request{
        background-color: #4a4a4a;
        color: white;
        text-align: center;
}

#request h3{
    color: #ffffff;
    color: var(--white);
    font-weight: normal;
    padding-bottom: 20px;
}
#request p{
        font-size: 140%;
        max-width: 800px;
        margin: 0 auto;
}

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

}

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

}

@media screen and (max-width: 767px) {
    #main-visual-image.home,
    #main-visual-text {
        min-height: 820px;
    }

    #main-visual-text.main-visual-pages{
        min-height: 100px;
    }


    #request p{
            font-size: 14px;
            font-size: 1.4rem;
            margin: 0 auto;
    }
}


.bussiness-item{
    margin-bottom: 48px;
}

.bussiness-item h4{
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    color: #715701;
padding: 0.25em 0.5em;/*上下 左右の余白*/


border-left: solid 5px #d71718;/*左線*/
}
.thum{
    margin-bottom: 12px;
}

.bussiness-detail h5{
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;

    margin-bottom: 6px;
}
.bussiness-detail p{
    margin-bottom: 36px;
    text-align: left;
    letter-spacing: 0;
}


.bussiness-detail h5 {
padding: 0 5px;
border-bottom:2px solid #715701;
margin-bottom: 10px;
color:#715701;
}


.bussiness-detail h5:first-letter{
font-size:2em;
color:#d71718;
}

@media screen and (max-width: 767px) {
.title-wrap p{
    text-align: left;
}
    .bussiness-item h4{
        text-align: left;
        font-size: 14px;
        font-size: 1.4rem;
    }

}
/* ------------------------------
 company
 ------------------------------ */
 #company{
    background: #F7F7F7;
}

.table{
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
    text-align: left;
}
.table td {border: 1px solid #ddd;}

.table tr:nth-child(even) {
    background-color: #f9f9f9;
}
.table tr:nth-child(odd) {
    background-color: #fff;
}

.one{min-width: 110px;}


/* ------------------------------
 about
 ------------------------------ */
 #about{
    background: #F7F7F7;
}

 #about h2{
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 36px;
 }

.about-block{
    margin-bottom: 24px;
    border: 1px solid #d8d8d8;
    padding: 30px 15px;
}
 .about-block h3,
 .about-block h4{
    text-align: left;
 }
 .about-block h3{
position: relative;
display: inline-block;
padding: 0 55px;
margin:15px 0;
}

 .about-block h3:before,  .about-block h3:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 45px;
height: 2px;
border-top: solid 1px #715701;
border-bottom: solid 1px #715701;
}

 .about-block h3:before {left:0;}
 .about-block h3:after {right: 0;}

 .about-block h4 {
padding: 0 5px;
border-bottom:2px solid #715701;
margin-bottom: 10px;
color:#715701;
}


 .about-block h4:first-letter{
font-size:2em;
color:#d71718;
}
.about-block p{
    text-align: left;
    letter-spacing: 0;
}

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

     #about h2{
        font-size: 16px;
        font-size: 1.6rem;
     }
     #about h3{
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 1px;
     }
     #about h4{
        font-size: 14px;
        font-size: 1.4rem;
        letter-spacing: 1px;
     }
     .about-block h4:first-letter{
        font-size: 16px;
        font-size: 1.6rem;
        }
}


/* ------------------------------
 access
 ------------------------------ */
#access{}
#map {
width: 100%;
height: 400px;
margin-bottom: 12px;
}

#map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

#map iframe,
#map object,
#map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#access {

}
/* ------------------------------
 Footer
 ------------------------------ */
#footer {
    background-color: #ffff;
    /* color: white; */
    text-align: center;
    padding: 30px 0;
}

footer p{font-size: 12px;font-size: 1.2rem;}

.sns-icon {display: none;}
.sns-icon li{
        width: 50px;
}
.sns-icon li img{width: 100%;}
.footer-nav ul li{
        font-size: 120%;
}


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

}

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

}

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

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

}

/* ------------------------------
 Contact
 ------------------------------ */
 .main-visual-pages{
        height: 500px!important;
        overflow: hidden;
}

 #main-visual-text.main-visual-pages .container {
    width: 100%;
    padding:15% 10px;
    text-align: center;
    color: white;
    max-width: 850px;
}

@media screen and (min-width: 1024px) {
 #main-visual-text.main-visual-pages .container {
    padding:10% 10px;
}
}
@media screen and (max-width: 767px) {
    #main-visual-image,
    .main-visual-pages{height: 300px!important;overflow: hidden;}
     #main-visual-text.main-visual-pages .container {
        width: 100%;
        padding:20% 10px;
        text-align: center;
        color: white;
    }
    .main-visual-pages p{text-align: center!important;}
    #main-visual-text.main-visual-pages h2{
        padding-top:20%;
    }
    #main-visual-text.main-visual-pages .container p{
        padding-top: 0;
    }

     #main-visual-text.main-visual-pages .container {
        width: 100%;
        padding:30% 10px 10% 10px;
        text-align: center;
        color: white;
    }
}

#main-visual-image.contact{
        height: 550px;
        background-image: url(../images/header-contact.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
}
#main-visual-image.contact-thanks{
        height: 550px;
        background-image: url(../images/header-thanks.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
}
.contact-block{
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
}

.contact-block p{
    font-size: 120%;
}

.contact-block input{
        padding: 4px;
        border-radius: 4px;
        background-color: #FFF8F8;
        border: solid 1px #FBCACA;
        font-size: 18px;
        font-size:1.8rem;
        margin-bottom: 20px;
        width: 100%;
         -webkit-transition: width 1s ease;
        -moz-transition: width 1s ease;
        -o-transition: width 1s ease;
        -ms-transition: width 1s ease;
        transition: width 1s ease;
}


.contact-block input[type="text"]:focus{
        background-color: #ffffff;
        color: #333333;     
}

.contact-block textarea{
    width: 100%;
    height: 100px;
    border: solid 1px #979797;
}

.contact-check{
    margin-bottom: 24px;
}
.font-check{
    font-size: 160%;
    font-weight: bold;
}










.flow-image ul li{
  width: 18%;

  text-align: center;
  padding: 1%;
  list-style: none;
}
.flow-image.flow-image-roomy ul li.flow-arrow,
 .flow-image ul li.flow-arrow{
  width: 2.5%;
  padding: 0%;
  display: table-cell;
      padding: 7% 0;
 }

 .flow-image ul{
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;

    width: 100%;
    margin-bottom: 40px;
 }
 .flow-image ul li img{


    margin:0 auto;
  }

   .flow-image ul li.flow-arrow img{
    max-width: 24px;
   }


.flow-image-roomy{
    width: 100%;
}

.flow-image.flow-image-roomy ul li{
    width: 20%;
}

.flow-image h4{
    letter-spacing: 0;
}

.flow-image ul li p{
    text-align: left;
    padding-top: 5px;
}

.flow-image ul li h4:first-letter{

color:#d71718;
}

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

  .flow-image ul{
    display: block;
  }

  .flow-image ul li{
    margin: 0 auto;
  }
  .flow-image.flow-image-roomy ul li{
    width: 100%;
  }
   .flow-image ul li.flow-arrow{width:60px;margin:0 auto;text-align: center;display: block;padding: 10px;}
   .flow-image ul li.flow-arrow img{
    max-width: 60px;
   }
}


