@charset "utf-8";

/* header */
#HS-headerOver {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    height: 52px;
    margin: 0 auto;
    padding: 0;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 100;
}
@media screen and (max-width: 767px) {
#HS-headerOver {
    display: none;
}
}
#HS-headerOver #HS-overInner {
    border-bottom: medium none;
    border-top: 3px solid #0a4b9b;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 3px 20px;
    width: 100%;
}
#HS-headerOver #HS-overInner h1 img {
    height: auto;
    width: 150px;
}
#HS-footer {
    background: #fff none repeat scroll 0 0;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#HS-footer .footerBar {
    background-color: #0a4b9b;
    border-bottom: 1px solid #fff;
    clear: both;
    overflow: hidden;
    text-align: left;
    width: 100%;
}
#HS-footer .footerBar .siteTitle {
    float: left;
    padding: 9px 0 9px 20px;
    width: 112px;
}
#HS-footer .siteInfo {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd;
    border-image: none;
    border-style: solid;
    border-width: 0 0 1px;
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 0 10px;
    text-align: center;
    width: 100%;
}
#HS-footer small {
    clear: both;
    color: #888;
    display: block;
    font-size: 1em;
    text-align: center;
}
#fullpage .section {
    background: #000 none repeat scroll 0 0;
}
#fullpage .section, #fullpage .slide {
    background-size: cover;
    overflow: hidden;
    position: relative;
}
#fullpage .section h2.top-title, #fullpage .section h2.top-title-l {
    color: #fff;
    font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
    font-size: 2.5em;
    line-height: 1.3;
    padding: 0 20px;
    position: absolute;
    right: 5%;
    text-align: left;
    top: 80px;
}
#fullpage .section h2.top-title span, #fullpage .section h2.top-title-l span {
    display: block;
font-size: 1.4em;
}
#fullpage .section .text-box h2 {
    font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro";
    font-size: 1.6em;
}
#fullpage .section .text-box {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: -30%;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: all 0.8s ease-in-out 0.5s;
    width: 100%;
}
#fullpage .section.active .text-box {
    bottom: 0;
}
#fullpage .section .text-box.box-slide {
    padding: 10px 10px 30px;
    z-index: 1;
}
.cont-img {
    margin: auto;
    text-align: center;
}
.cont-img img {
    width: 100%;
}
#fp-nav ul li:last-child {
    display: none;
}
.fp-controlArrow {
    border-style: none;
}
.fp-controlArrow.fp-prev {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    content: "";
    display: block;
    height: 30px;
    left: 25px;
    margin-top: -8px;
    position: absolute;
    width: 30px;
}
.fp-controlArrow.fp-next {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.8);
    content: "";
    display: block;
    height: 30px;
    margin-top: -8px;
    position: absolute;
    right: 25px;
    width: 30px;
}
.fp-controlArrow.fp-prev::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 7px 13px 7px 7px;
    content: "";
    display: block;
    height: 0;
    margin-top: -5px;
    position: absolute;

    right: 10px;
    top: 13px;
    width: 0;
}
.fp-controlArrow.fp-next::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 7px 7px 7px 13px;
    content: "";
    display: block;
    height: 0;
    left: 10px;
    margin-top: -5px;
    position: absolute;
    top: 13px;
    width: 0;
}
#fp-nav.right {
    right: 0;
}
#fp-nav ul li a span {
    box-shadow: 0 0 2px #fff;
}
@media screen and (min-width: 768px) {
#fullpage .section h2.top-title {
font-size: 2.2rem;
    left: 50%;
    top: 50%;
}
#fullpage .section h2.top-title-l {
font-size: 2.2rem;
    right: 50%;
    top: 50%;
}
#fullpage .section .text-box {
font-size: 1.3em;
    padding: 10px 40px;
}
#fullpage .section .text-box.box-slide {
    padding: 10px 40px 30px;
}
.fp-controlArrow.fp-prev {
    height: 60px;
    left: 50px;
    width: 60px;
}
.fp-controlArrow.fp-next {
    height: 60px;
    right: 50px;
    width: 60px;
}
.fp-controlArrow.fp-prev::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent #fff transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 15px 20px 15px 15px;
    right: 25px;
    top: 20px;
}
.fp-controlArrow.fp-next::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent transparent #fff;
    border-image: none;
    border-style: solid;
    border-width: 15px 15px 15px 20px;
    left: 25px;
    top: 20px;
}
}
@media screen and (orientation: landscape) {
#fullpage .section h2.top-title {
    left: 50%;
    top: 50%;
}
#fullpage .section h2.top-title-l {
    right: 50%;
    top: 50%;
}
}
@media screen and (orientation: portrait) {
#fullpage .section h2.top-title, #fullpage .section h2.top-title-l {
    box-sizing: border-box;
    left: 0;
    margin: 0 auto;
    text-align: center;
    top: 80px;
    width: 95%;
}
}
@media screen and (max-height: 479px) {
.cont-img {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
}
}
