body #wrapper #contents {
  font-family: Shuei Mincho M;
}
body #wrapper #contents .section .inner {
  padding: 70px 0 30px;
}
@media screen and (max-width: 960px) {
  body #wrapper #contents .section .inner {
    padding: 5% 3% 5%;
    min-width: 100%;
  }
}
body #wrapper #contents .section .inner .notice {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  body #wrapper #contents .section .inner .notice {
    font-size: 1.2rem;
  }
}
body #wrapper #contents .section .inner h1,
body #wrapper #contents .section .inner h2,
body #wrapper #contents .section .inner h3 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  body #wrapper #contents .section .inner h1,
  body #wrapper #contents .section .inner h2,
  body #wrapper #contents .section .inner h3 {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  body #wrapper #contents .section .inner h1 {
    padding: 0.3em 0 0.5em 0;
  }
}
body #wrapper #contents .section .inner figure {
  text-align: center;
}
body #wrapper #contents .section .inner .btn.tb {
  display: none;
}
@media screen and (max-width: 960px) {
  body #wrapper #contents .section .inner .btn.tb {
    display: inline-block;
  }
}
body #header {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body #header {
    background: rgba(30, 80, 162, 0);
    transition: 0.4s ;
  }
  body #header .header_inner {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  body #header.slidein {
    background: rgba(30, 80, 162, 0.9);
  }
  body #header.slidein .header_inner {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  body #header #logo {
    display: none;
  }
}
body #contents {
  background: #1e50a2;
}
body #contents .slide,
body #contents .cont,
body #contents .blank {
  position: relative;
}
body #contents .slide .navigation,
body #contents .cont .navigation,
body #contents .blank .navigation {
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
}
body #contents .slide .navigation li,
body #contents .cont .navigation li,
body #contents .blank .navigation li {
  display: inline;
}
@media screen and (max-width: 768px) {
  body #contents .slide .navigation,
  body #contents .cont .navigation,
  body #contents .blank .navigation {
    bottom: 20px;
  }
  body #contents .slide .navigation img,
  body #contents .cont .navigation img,
  body #contents .blank .navigation img {
    width: 20px;
  }
}
body #contents .slide,
body #contents .cont {
  background-attachment: fixed;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}
body #contents .slide .inner,
body #contents .cont .inner {
  margin: 0 auto;
}
body #contents .slide h2,
body #contents .cont h2 {
  position: relative;
  z-index: 300;
}
body #contents .slide .ratio,
body #contents .cont .ratio {
  position: absolute;
  z-index: 200;
}
body #contents .slide .txt,
body #contents .cont .txt {
  color: white;
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body #contents .slide .txt,
  body #contents .cont .txt {
    padding: 0 3%;
    text-align: left;
    font-size: 16px;
  }
}
body #contents .slide .linkBtn,
body #contents .cont .linkBtn {
  text-align: center;
  padding: 20px 0;
}
body #contents .slide .inner {
  padding: 140px 0;
}
body #contents .cont .inner {
  padding: 40px 0 20px;
  max-width: 1024px;
}
body #contents #slide1 {
  background: url('../img/home/slide1_bg.jpg') center top;
  background-size: 100%;
}
body #contents #slide1 .inner {
  padding: 250px 0;
}
body #contents #slide1 h1 {
  text-align: center;
}
@media screen and (max-width: 1400px) {
  body #contents #slide1 {
    background-size: 1400px;
  }
}
@media screen and (max-width: 960px) {
  body #contents #slide1 .inner {
    padding: 250px 0;
  }
}
@media screen and (max-width: 768px) {
  body #contents #slide1 {
    background-size: 160%;
  }
  body #contents #slide1 .inner {
    padding: 20% 0;
  }
  body #contents #slide1 h1 img {
    width: 68.53333333%;
  }
  body #contents #slide1 .navigation {
    bottom: 10%;
  }
}
body #contents #slide2 {
  background: url('../img/home/slide2_bg.jpg') center top;
  background-size: 100%;
  background-attachment: fixed;
}
body #contents #slide2 .inner {
  padding-top: 330px;
  padding-bottom: 250px;
}
body #contents #slide2 h2 {
  text-align: center;
}
body #contents #slide2 .fude {
  right: -70px;
  margin-top: -35%;
}
body #contents #slide2 .logo {
  left: 0;
  margin-top: 8%;
}
@media screen and (max-width: 1400px) {
  body #contents #slide2 {
    background-size: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  body #contents #slide2 .fude {
    width: 36%;
    margin-top: -30%;
  }
  body #contents #slide2 .logo {
    width: 18%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 960px) {
  body #contents #slide2 {
    background-size: 160%;
  }
  body #contents #slide2 .inner {
    padding-top: 28%;
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 768px) {
  body #contents #slide2 {
    background: none;
  }
  body #contents #slide2 .inner {
    background: url('../img/home/slide2_bg.jpg') center top no-repeat;
    background-size: 120%;
    width: 100%;
    padding: 0;
  }
  body #contents #slide2 .navigation {
    bottom: 10%;
  }
}
body #contents #slide2_cont .txtLink {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  body #contents #slide2_cont .txtLink {
    margin-bottom: 40px;
  }
}
body #contents #slide3 {
  background: url('../img/home/slide3_bg.jpg') center top;
  background-size: 100%;
}
@media screen and (max-width: 960px) {
  body #contents #slide3 {
    background-size: 1400px;
  }
}
body #contents #slide3 .inner {
  padding: 10%;
}
@media screen and (max-width: 768px) {
  body #contents #slide3 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  body #contents #blank1 {
    display: none;
  }
}
body #contents #slide4 {
  background: url('../img/home/slide4_bg.jpg') center top;
  background-size: 100%;
}
body #contents #slide4 .inner {
  padding-top: 330px;
  padding-bottom: 250px;
}
body #contents #slide4 h2 {
  text-align: center;
}
body #contents #slide4 .fude {
  right: -40px;
  margin-top: -27%;
}
body #contents #slide4 .pic1 {
  left: 0;
  margin-top: -12%;
}
body #contents #slide4 .pic2 {
  right: 0;
  margin-top: 8%;
}
@media screen and (max-width: 1400px) {
  body #contents #slide4 {
    background-size: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  body #contents #slide4 .fude {
    width: 36%;
    margin-top: -30%;
  }
  body #contents #slide4 .pic1 {
    width: 32%;
    margin-top: -14%;
    left: -10%;
  }
  body #contents #slide4 .pic2 {
    width: 32%;
    margin-top: 8%;
    right: -5%;
  }
}
@media screen and (max-width: 960px) {
  body #contents #slide4 {
    background-size: 160%;
  }
  body #contents #slide4 .inner {
    padding-top: 28%;
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 768px) {
  body #contents #slide4 {
    background: none;
  }
  body #contents #slide4 .inner {
    background: url('../img/home/slide4_bg.jpg') center top no-repeat;
    background-size: 120%;
    width: 100%;
    padding: 0;
  }
  body #contents #slide4 .navigation {
    bottom: 10%;
  }
  body #contents #slide4 .pic1_sp {
    width: 38%;
    top: 16%;
    left: -12%;
  }
  body #contents #slide4 .pic2_sp {
    width: 40%;
    top: 64%;
    right: -5%;
  }
}
body #contents #slide4_cont .linkBtn a {
  display: inline-block;
  margin: 0 20px;
}
body #contents #slide4_cont .map {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body #contents #slide4_cont .map {
    margin: 20px 10%;
  }
  body #contents #slide4_cont .linkBtn a {
    display: block;
    margin-bottom: 10px;
  }
}
body #contents #slide5 {
  background: url('../img/home/slide5_bg.jpg') center top;
  background-size: 100%;
}
@media screen and (max-width: 960px) {
  body #contents #slide5 {
    background-size: 1400px;
  }
}
body #contents #slide5 .inner {
  padding: 10%;
}
@media screen and (max-width: 768px) {
  body #contents #slide5 .inner {
    height: 60vw;
    margin: 0;
    width: 100%;
    background: url('../img/home/slide5_bg.jpg') center 56%;
    background-size: 150%;
  }
}
body #contents #slide6 {
  background: url('../img/home/slide6_bg.jpg') center top;
  background-size: 100%;
}
body #contents #slide6 .inner {
  padding-top: 250px;
  padding-bottom: 230px;
}
body #contents #slide6 h2 {
  text-align: center;
}
body #contents #slide6 .fude {
  right: -40px;
  margin-top: -27%;
}
body #contents #slide6 .pic1 {
  left: -1%;
  margin-top: 2%;
}
body #contents #slide6 .pic2 {
  right: 0;
  margin-top: 5%;
}
@media screen and (max-width: 1400px) {
  body #contents #slide6 {
    background-size: 1400px;
  }
}
@media screen and (max-width: 1200px) {
  body #contents #slide6 .fude {
    width: 36%;
    margin-top: -30%;
  }
  body #contents #slide6 .pic1 {
    width: 30%;
    margin-top: 4%;
  }
}
@media screen and (max-width: 960px) {
  body #contents #slide6 {
    background-size: 160%;
  }
  body #contents #slide6 .inner {
    padding-top: 28%;
    padding-bottom: 25%;
  }
}
@media screen and (max-width: 768px) {
  body #contents #slide6 {
    background: none;
  }
  body #contents #slide6 .inner {
    background: url('../img/home/slide6_bg.jpg') center top no-repeat;
    background-size: 120%;
    width: 100%;
    padding: 0;
  }
  body #contents #slide6 .navigation {
    bottom: 10%;
  }
  body #contents #slide6 .pic1_sp {
    width: 47%;
    top: -12%;
    right: -6%;
  }
}
body #contents #slide6_cont .linkBtn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
}
body #contents #slide6_cont .linkBtn.alignitem-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
}
body #contents #slide6_cont .linkBtn a {
  width: 18.8%;
  padding-left: 1em;
  text-align: left;
}
@media screen and (max-width: 960px) {
  body #contents #slide6_cont .linkBtn {
    flex-wrap: wrap;
  }
  body #contents #slide6_cont .linkBtn a {
    width: 47.5%;
    margin: 0 1% 10px;
  }
}
body #contents #cont_tw_bnr {
  background: #4b73b5;
}
body #contents #cont_tw_bnr .inner {
  padding: 50px 0;
  max-width: 1024px;
}

body #contents #cont_tw_bnr h3 {
  font-size: 18px;
  color: white;
  text-align: left;
  margin-bottom: 0.3em;
  padding:30px 0;

}
@media screen and (max-width: 768px) {
  body #contents #cont_tw_bnr h3 {
    font-size: 3vw;
    text-align: center;
    padding:0 0 30px;
  }
}
body #contents #cont_tw_bnr h3:before {
  content: "";
  background: url("../img/home/ico_x.svg") no-repeat center top;
  width: 46px;
  height: 46px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 768px) {
  body #contents #cont_tw_bnr h3:before {
    text-align: center;
    width: 100%;
    margin: 0;
    background-size: 40px;
    height: 40px;
    padding-bottom: 5px;
  }
}
body #contents #cont_tw_bnr .box ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  body #contents #cont_tw_bnr .box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
  }
  body #contents #cont_tw_bnr .box.alignitem-center {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
  }
}
@media screen and (max-width: 768px) {
  body #contents #cont_tw_bnr .box ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
  }
  body #contents #cont_tw_bnr .box ul.alignitem-center {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
  }
  body #contents #cont_tw_bnr .box ul li {
    width: 48%;
    margin: 0 auto;
  }
}
body #contents #cont_tw_bnr .twitter {
  width: 640px;
}
@media screen and (max-width: 960px) {
  body #contents #cont_tw_bnr .twitter {
    flex: 1;
    -webkit-flex: 1;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body #contents #cont_tw_bnr .twitter {
    width: 100%;
    margin: 0 0 20px;
  }
}
body #contents .blank {
  height: 8em;
}
body #footer #footer_contact {
  background: none;
}
body #footer #footer_link {
  display: block;
}
#toggle_menu dl dt:last-child a {
  border: none;
}
/* Tablet */
@media screen and (max-width: 1024px) {
  #nav {
    width: 100%;
    text-align: center;
    margin: 10px 0;
  }
}
/* Mobile */
.nav {
  background: black;
  padding: 10px 0;
  z-index: 110;
  position: relative;
}
.nav li {
  display: inline-block;
}
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/*# sourceMappingURL=home.css.map */