@charset "UTF-8";
/*@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);*/

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: 0
}

html {
    font-size: 62.5%
}


body {
    color: #000;
    -webkit-text-size-adjust: 100%;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    overflow-x: hidden;
    position: relative
}

a {
    -webkit-transition: .3s;
    transition: .3s
}

a:hover {
    opacity: .7
}

.contents-wrap.no-padding {
    padding: 0
}

/* --Header -------------------------------------- */

.header {
    padding: 20px 0 0px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
}

.header.header-scroll {
    /*padding: 10px 0*/
}

.header.header-scroll .header__logo--wh {
    display: none
}

.header.header-scroll .header__logo--bl {
    display: block
}

.header.header-scroll .header__toggle span {
    background-color: #000
}

.header.header-scroll .gnav>ul>li>a {
    color: #000
}

.header.header-under {}

.header.header-under-black {
    /*background-color:#333*/
}

.header.header-under .header__logo--wh,
.header.header-under-black .header__logo--wh {
    display: none
}

.header.header-under .header__logo--bl,
.header.header-under-black .header__logo--bl {
    display: block
}

.header.header-under .header__toggle span,
.header.header-under-black .header__toggle span {
    background-color: #000
}

.header.header-under .gnav>ul>li>a,
.header.header-under-black .gnav>ul>li>a {
    color: #000;
    display: block;
}

.gnav>ul>li::after {
    border-right: 2px solid #000;
}

.header.header-under .gnav>ul>li>a:hover,
.header.header-under-black .gnav>ul>li>a:hover {
    display: block;
}

.header__logo--bl {
    display: none
}

.header__logo img {
    width: 90%;
    -webkit-transition: .3s;
    transition: .3s
}


.header-zindex{
    z-index: 1000;
}
@media screen and (max-width:480px) {
    .header__logo img {
        width: 80%;
    }
}

.header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    margin: 0 5%;
}

.nav-wrap {
    width: 100%;
    margin: 20px auto 0;
    background: linear-gradient(0deg, rgba(233, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    border-top: 1px solid #efefef;
    border-bottom: 8px solid #d7d7d7;
}

@media screen and (max-width:1230px) {
    .header__container {
        width: 98%;
        margin: 0 auto;
    }
}

@media screen and (max-width:992px) {
    .header .gnav {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 100;
        padding: 0 20px
    }
    .search {
        display: none;
    }
}

.nav-wrap .gnav {
    width: 90%;
    margin: 0 auto;
}

.header .gnav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.header .gnav>ul li.home {
    width: 250px;
    margin-right: 50px;
}

.header .gnav>ul li.home img {
    position: absolute;
    top: 0;
    left: 10px;
    margin: 0 20px;
}

.header .gnav>ul li {
    font-weight: bold;
    text-align: center;
    width: 100%;
    position: relative;
    border-right: 1px solid #d7d7d7;
}

.header .gnav>ul li:last-child {
    border-right: 0px solid #d7d7d7;
}

.header .gnav>ul li a {
    padding-top: 20px;
    padding-bottom: 10px;
}

.header .gnav>ul li.home a:hover {
    background: none;
}

.header .gnav>ul li a:hover {
    background: rgb(198, 198, 198);
    background: linear-gradient(0deg, rgba(198, 198, 198, 0.6435300682773109) 0%, rgba(255, 255, 255, 0.17014071253501406) 100%);
}

@media screen and (max-width:1230px) {
    .nav-wrap .gnav {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:992px) {
    .header .gnav>ul {
        display: block;
        padding-top: 100px
    }
    .header .gnav>ul>li {
        border-top: 1px dashed #000;
        text-align: left;
        padding: 0 20px;
		border-right: 0px solid #d7d7d7;
    }
    .header .gnav>ul>li:last-child {
        border-bottom: 1px dashed #000
    }
    .header .gnav>ul li.home {
        display: none;
    }
}

.header .gnav>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}


.header .gnav>ul>li>a span.navsmall {
	font-size: 15px;
	line-height:1;
}
.header .gnav>ul>li.home>a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}



.header .gnav>ul>li>a span {
    display: block;
    font-size: 10px;
    text-align: center;
}

@media screen and (max-width:1230px) {
    .header .gnav>ul>li>a {
        font-size: 16px;
    }
}

@media screen and (max-width:992px) {
    .header .gnav>ul>li>a {
        color: #000;
        padding: 15px 0;
        display: inline-block
    }
}

.header__toggle {
    display: none
}

@media screen and (max-width:992px) {
    .header__toggle {
        display: block;
        width: 35px;
        height: 27px;
        position: absolute;
        z-index: 100;
        top: 20px;
        right: 20px;
    }
}

.header__toggle span {
    width: 35px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: .3s all ease-out;
    transition: .3s all ease-out
}

.header__toggle span:first-child {
    top: 0
}

.header__toggle span:nth-child(2) {
    top: 12px
}

.header__toggle span:last-child {
    top: 25px
}

.header__toggle.open span {
    background-color: #000
}

.header__toggle.open span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px
}

.header__toggle.open span:nth-child(2) {
    width: 0
}

.header__toggle.open span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 12px
}

/* -- Footer -------------------------------------- */

.footer {
    margin-top: 100px;
    padding-top: 10px;
    background: linear-gradient(0deg, rgba(255, 253, 253, 0.6435300682773109) 0%, rgba(215, 215, 215, 0.17014071253501406) 100%);
    border-top: 5px solid #d7d7d7;
}

.footer_link ul {
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}

.footer_link ul li {
    margin: 10px 10px;
}

.footer_link ul li a:hover {
    border-bottom: 1px solid #d7d7d7;
}

.copy {
    text-align: center;
    font-size: 0.75em;
    margin-bottom: 90px;
}

@media screen and (max-width:1060px) {
    .footer_link ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width:480px) {
    .footer_link ul {
        display: block;
    }
    .footer_link ul li {
        border-bottom: 1px solid #d7d7d7;
    }
}

