@charset "utf-8";


/*----------------------------------------
all
----------------------------------------*/
body {
    font-family: 'BIZ UDPGothic', sans-serif, 'SF Pro JP', 'SF Pro Icons', Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Helvetica Neue;
    color: #333;
    width: 100%;
}

.main_h {
    position: fixed;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    font-family: "Montserrat", sans-serif;
}

.open-nav {
    max-height: fit-content;
}

.open-nav .mobile-toggle {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.sticky {
    background-color: #fff;
    opacity: 1;
    top: 0px;
}

.logo {
    text-transform: uppercase;
    float: left;
    display: block;
    width: 180px;
}

.logo_img a img {
    margin: 15px 0;
    width: 100%;
}

nav {
    margin: 20px 0 0;
    float: right;

}

nav ul {
    list-style: none;
    overflow: hidden;
    text-align: right;
    float: right;
}

nav ul li {
    display: inline-block;
    margin-left: 35px;
}

nav ul a {
    color: #777;
    font-size: 20px;
}

nav ul a:hover {
    padding-bottom: 1px;
    border-bottom: 4px solid #777;
    color: #e47b9b;
}

p.sp_nav_tit {
    display: none;
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 0;
    width: 30px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

.mobile-toggle span {
    width: 32px;
    height: 2px;
    margin-bottom: 10px;
    border-radius: 1000px;
    background: #777;
    display: block;
}

.row {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    position: relative;
}

h2 {
    text-align: center;
}

h2 p.h2main {
    margin: 0 0 5px;
    font-size: 36px;
    color: #777;
    font-weight: lighter;
    font-family: "Montserrat", sans-serif;
}

h2 p.h2sub {
    font-size: 16px;
    text-align: center;
    color: #777;
}

.icon_ume img {
    margin: 15px 0 25px;
    width: 30px;
}

.bg_grey {
    padding: 80px 0;
   /*background-color: #f3f3f3;*/
    background-color: #fff;
}

.bg_white {
    padding: 80px 0;
    background-color: #fff;
}

.main_unit {
    margin: 0 auto;
    width: 100%;
    max-width: 770px;
}

.blc_tex {
    font-size: 16px;
    line-height: 1.6em;
}

.center {
    text-align: center;
}

.wk_tit {
    padding: 5px 10px;
    border-left: 4px solid #ccc;
    font-size: 20px;
}

.wk_list {
    margin: 0 0;
}

.wk_list:nth-of-type(n+2) {
    margin: 30px 0 0;
}

.wk_list ul {
    margin: 10px 0 0 15px;
}

.wk_list ul li {
    margin: 0 0 10px 15px;
    list-style-type: square;
    line-height: 1.4em;
}

.wk_list ul li p {
    margin: 8px 0 8px 16px;
    line-height: 1.4em;
}

.wk_list ul li a:hover {
    padding-bottom: 1px;
    color: #e47b9b;
}

.icon_out {
    padding-left: 5px;
    font-size: 14px;
    color: #999;
}

@media only screen and (max-width: 768px) {
    .main_h {
        padding-top: 23px;
    }
    
    .logo {
        display: block;
        float: none;
        width: 180px;
    }

    .logo_img a img {
        margin: 0 0 0 20px;
        width: 95%;
    }
    
    nav {
        margin: 40px 0;
        float: none;
    }
    
    nav ul {
        text-align: center;
        float: none;
    }
    
    nav ul li {
        width: 100%;
        padding: 35px 0;
        margin: 0;
    }
    
    nav ul a {
        font-size: 28px;
    }

    p.sp_nav_tit {
        display: block;
        font-size: 16px;
        color: #999;
    }
 
    .mobile-toggle {
        display: block;
    } 
    
    .blc_tex {
        padding: 0 25px;
        font-size: 16px;
        line-height: 1.6em;
    }
    
    .wk_list {
        padding: 0 25px;
    }
}

.hero {
  position: relative;
  background: url(../images/logo_pc.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  height: 100vh;
}

@media screen and (max-width: 768px) {
    .hero {
        position: relative;
        background: url(../images/logo_sp.jpg) no-repeat fixed;
        background-size: contain;
        text-align: center;
        height: 100vh;
    }
}

.btn a {
    margin: 30px auto 20px;
    padding: 25px 0;
    display: block;
    width: 90%;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    border: 1px solid #333;
    text-decoration: none;
    background-color: #fff;
}

.btn a:hover {
    background-color: #e9abbe;
}

p.invo {
    margin-top: 5px;
    font-size: 14px;
}

footer {
    margin: 0 auto;
    padding: 0 0 30px;
    text-align: center;
}

.copy {
    margin: 70px auto -60px;
    font-size: 12px;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: block;
    opacity: 0.7;
}

#page-top a {
    text-decoration: none;
    color: #777;
    font-size: 2.2rem;
    text-align: center;
    display: block;
}

@media screen and (min-width: 768px) {
    .btn a {
        margin: 30px auto 0;
    }
}

@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}