@charset "UTF-8";
/*
スライドショー用 CSS
*/
/*
使用色
-------------------------------------------------- */
.bx-wrapper {
  margin: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

.top-slider, .top-bland-image-row {
  height: 600px;
  overflow: hidden;
  opacity: 0;
  background-size: cover;
}

.top-slider a, .top-bland-image-row a {
  text-decoration: none;
}

.top-bland-image-row {
  opacity: 1;
}

@-webkit-keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes animFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.s0, .s1, .s2, .s3, .s4, .s5, .s6, .s7, .s8, .s9, .s10 {
  display: block;
  height: 600px;
  background-size: cover;
}

.s0 h2, .s1 h2, .s2 h2, .s3 h2, .s4 h2, .s5 h2, .s6 h2, .s7 h2, .s8 h2, .s9 h2, .s10 h2 {
  color: #fff;
}

.s0 p, .s1 p, .s2 p, .s3 p, .s4 p, .s5 p, .s6 p, .s7 p, .s8 p, .s9 p, .s10 p {
  color: #fff;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W6', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.slide-text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  text-align: center;
  text-shadow: 0 0 5px #000;
}

.slide-text-center .text h2 {
  font-size: 42px;
  letter-spacing: 3px;
  line-height: 110%;
}

.slide-text-center p {
  margin-top: 15px;
  line-height: 150%;
  text-align: center;
}

.slide-text-left-top {
  position: relative;
  background-position: center;
  text-shadow: 0 0 8px #000;
}

.slide-text-left-top .text {
  position: absolute;
  top: 85px;
  padding-left: 100px;
}

.slide-text-left-top h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 76px;
  letter-spacing: 2px;
  line-height: 90%;
}

.slide-text-left-top .text p {
  margin-top: 15px;
  font-weight: bold;
  line-height: 170%;
}

.s0 {
  background-image: url("../../../uploads/slides/s0.jpg");
}

.s1 {
  background-image: url("../../../uploads/slides/s1.jpg");
}

.s2 {
  background-image: url("../../../uploads/slides/s2.jpg");
}

.s3 {
  background-image: url("../../../uploads/slides/s3.jpg");
}

.s4 {
  background-image: url("../../../uploads/slides/s4.jpg");
}

.s5 {
  background-image: url("../../../uploads/slides/s5.jpg");
}

.s6 {
  background-image: url("../../../uploads/slides/s6.jpg");
}

.s7 {
  background-image: url("../../../uploads/slides/s7.jpg");
}

.s8 {
  background-image: url("../../../uploads/slides/s8.jpg");
}

.s9 {
  background-image: url("../../../uploads/slides/s9.jpg");
}

.s10 {
  background-image: url("../../../uploads/slides/s10.jpg");
}

.s1 {
  display: block;
  position: relative;
  background-position: center;
}

.s1 .text {
  position: absolute;
  top: 80px;
  left: 0;
  padding: 30px 50px;
  background-color: rgba(0, 67, 152, 0.8);
}

.s1 .text p {
  margin-top: 10px;
  font-size: 22px;
}

.s1 .text h2 {
  font-size: 32px;
  letter-spacing: 3px;
  line-height: 150%;
}

@media print, screen and (min-width: 768px) {
  .top .no1-info {
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: bolder;
  }
  .top .no1-info .catch {
    display: flex;
    align-items: center;
  }
  .top .no1-info .no1 span {
    display: block;
  }
  .top .no1-info .no1 span:first-child {
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .top .no1-info .no1 span:first-child::before, .top .no1-info .no1 span:first-child::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top .no1-info .no1 span:first-child::before {
    margin-bottom: calc(-0.15em + 0);
  }
  .top .no1-info .no1 span:first-child::after {
    margin-top: calc(-0.12222em + 0);
  }
  .top .no1-info .no1 span:last-child {
    line-height: 1;
    margin-top: 10px;
    font-size: 5.5rem;
  }
  .top .no1-info .no1 span:last-child::before, .top .no1-info .no1 span:last-child::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top .no1-info .no1 span:last-child::before {
    margin-bottom: calc(-0.15em + 0);
  }
  .top .no1-info .no1 span:last-child::after {
    margin-top: calc(-0.12222em + 0);
  }
  .top .no1-info .jisseki {
    line-height: 1.3;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    font-size: 3rem;
  }
  .top .no1-info .jisseki::before, .top .no1-info .jisseki::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top .no1-info .jisseki::before {
    margin-bottom: calc(-0.3em + 0);
  }
  .top .no1-info .jisseki::after {
    margin-top: calc(-0.27222em + 0);
  }
  .top .no1-info .sub-info {
    display: inline-block;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.8);
    font-size: .8rem;
    font-weight: normal;
    line-height: 150%;
  }
}

@media print, screen and (min-width: 992px) {
  .top .hello-btn-area {
    position: absolute;
    right: 3%;
    bottom: 5%;
    padding: 18px 30px 20px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 150%;
    text-align: center;
  }
  .top .hello-btn-area span {
    display: block;
    font-weight: bold;
  }
  .top .hello-btn-area .logo-hello {
    display: block;
    width: 180px;
    margin: 0 auto 10px;
  }
  .top .hello-btn-area .hello-btn {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    transition: all 300ms 0s ease;
    border: 2px solid #004398;
    border-radius: 3px;
    background-color: #004398;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;
  }
  .top .hello-btn-area .hello-btn:hover {
    background-color: #fff;
    color: #004398;
  }
  .top .s0 {
    position: relative;
  }
  .top .s0 .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .top .s0 .text h2 {
    text-align: justify;
  }
  .top .s0 .text p {
    line-height: 1.5;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: bolder;
    text-align: left;
  }
  .top .s0 .text p::before, .top .s0 .text p::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top .s0 .text p::before {
    margin-bottom: calc(-0.4em + 0);
  }
  .top .s0 .text p::after {
    margin-top: calc(-0.37222em + 0);
  }
  .top .s0 .no1-info-s0 {
    display: block;
    margin: 20px auto 0;
    color: #fff;
    font-weight: bolder;
  }
  .top .s0 .no1-info-s0 .catch {
    line-height: 100%;
  }
  .top .s0 .no1-info-s0 .no1 {
    display: flex;
  }
  .top .s0 .no1-info-s0 .no1 span:first-child {
    font-size: 1.2rem;
    text-align: center;
  }
  .top .s0 .no1-info-s0 .no1 span:last-child {
    margin-left: 5px;
    font-size: 1.8rem;
  }
  .top .s0 .no1-info-s0 .jisseki {
    line-height: 1.3;
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .top .s0 .no1-info-s0 .jisseki::before, .top .s0 .no1-info-s0 .jisseki::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top .s0 .no1-info-s0 .jisseki::before {
    margin-bottom: calc(-0.3em + 0);
  }
  .top .s0 .no1-info-s0 .jisseki::after {
    margin-top: calc(-0.27222em + 0);
  }
  .top .s0 .no1-info-s0 .sub-info {
    display: block;
    margin-top: 20px;
    font-size: .7rem;
    font-weight: normal;
    line-height: 130%;
  }
}

@media only screen and (min-width: 1200px) {
  .top .s0 {
    background-image: url("../../../uploads/slides/s0_1500.jpg");
    background-position: top left;
  }
  .top .s0 .ie-box {
    width: 300px;
  }
  .top .s0 .text {
    width: 300px;
    height: 100%;
    margin-left: 2.5%;
    text-shadow: none;
  }
  .top .s0 .text .s0-logo {
    text-align: center;
  }
  .top .s0 .text .s0-logo img {
    width: 180px;
  }
  .top .s0 .text h2 {
    margin-top: 10px;
    color: #fff;
    font-size: 34px;
    font-weight: bolder;
    line-height: 155%;
  }
  .top .s0 .text p {
    margin-top: 20px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bolder;
    line-height: 170%;
    text-align: left;
  }
}

@media print, screen and (min-width: 992px) and (max-width: 1299px) {
  .top .s0 {
    background-image: url("../../../uploads/slides/s0_1200.jpg");
    background-position: top left;
  }
  .top .s0 .ie-box {
    width: 210px;
  }
  .top .s0 .text {
    width: 210px;
    margin-left: 3%;
    text-shadow: none;
  }
  .top .s0 .text .s0-logo {
    text-align: center;
  }
  .top .s0 .text .s0-logo img {
    width: 140px;
  }
  .top .s0 .text h2 {
    margin-top: 15px;
    color: #fff;
    font-size: 26px;
    font-weight: bolder;
    line-height: 150%;
  }
  .top .s0 .text p {
    margin-top: 25px;
    padding: 20px 0;
    font-size: 18px;
    font-weight: bolder;
    line-height: 170%;
    text-align: left;
  }
  .top .s0 .no1-info-s0 .sub-info {
    width: 150px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .top .hello-btn-area {
    position: absolute;
    bottom: 140px;
    left: 3%;
    padding: 20px 25px 23px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.9);
    line-height: 150%;
    text-align: center;
  }
  .top .hello-btn-area span {
    display: block;
    font-weight: bold;
  }
  .top .hello-btn-area .logo-hello {
    display: block;
    width: 180px;
    margin: 0 auto 10px;
  }
  .top .hello-btn-area .hello-btn {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
    padding: 10px;
    transition: all 300ms 0s ease;
    border: 2px solid #004398;
    border-radius: 3px;
    background-color: #004398;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
  }
  .s0 {
    position: relative;
    background-image: url("../../../uploads/slides/s0_900.jpg");
    background-position: top -10px center;
  }
  .s0 .title-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s0 .title-box .s0-logo {
    line-height: 100%;
  }
  .s0 .title-box .s0-logo img {
    height: 40px;
    margin-right: 20px;
  }
  .s0 .title-box h2 {
    font-size: 28px;
    line-height: 100%;
  }
  .s0 .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #004398;
  }
  .s0 .text p {
    margin-top: 10px;
    font-size: 17px;
    font-weight: bolder;
    text-align: center;
  }
  .s0 .no1-info-s0 {
    margin: 10px auto 0;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: bolder;
  }
  .s0 .no1-info-s0 .catch {
    display: flex;
    justify-content: center;
    line-height: 100%;
  }
  .s0 .no1-info-s0 .no1 {
    display: flex;
  }
  .s0 .no1-info-s0 .no1 span:first-child {
    font-size: 1.2rem;
  }
  .s0 .no1-info-s0 .no1 span:last-child {
    margin-left: 5px;
    font-size: 1.8rem;
  }
  .s0 .no1-info-s0 .jisseki {
    line-height: 1.3;
    margin-left: 20px;
    font-size: 1.8rem;
  }
  .s0 .no1-info-s0 .jisseki::before, .s0 .no1-info-s0 .jisseki::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .s0 .no1-info-s0 .jisseki::before {
    margin-bottom: calc(-0.3em + 0);
  }
  .s0 .no1-info-s0 .jisseki::after {
    margin-top: calc(-0.27222em + 0);
  }
  .s0 .no1-info-s0 .sub-info {
    display: block;
    margin-top: 10px;
    font-size: .8rem;
    font-weight: normal;
    line-height: 150%;
    text-align: center;
  }
  .s1 {
    background-position: right;
  }
  .slide-text-left-top .text {
    top: 60px;
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  .top-slider, .top-bland-image-row {
    height: 475px;
  }
  .top-slider p, .top-bland-image-row p {
    font-size: 18px;
    line-height: 150%;
  }
  .top-slider .s0, .top-slider .s1, .top-slider .s2, .top-slider .s3, .top-slider .s4, .top-slider .s5, .top-slider .s6, .top-slider .s7, .top-slider .s8, .top-slider .s9, .top-slider .s10, .top-bland-image-row .s0, .top-bland-image-row .s1, .top-bland-image-row .s2, .top-bland-image-row .s3, .top-bland-image-row .s4, .top-bland-image-row .s5, .top-bland-image-row .s6, .top-bland-image-row .s7, .top-bland-image-row .s8, .top-bland-image-row .s9, .top-bland-image-row .s10 {
    height: 475px;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .top-slider, .top-bland-image-row {
    height: 430px;
  }
  .top-slider .s0, .top-bland-image-row .s0 {
    height: 430px;
  }
  .top-slider .s0 .hello-btn-area span, .top-bland-image-row .s0 .hello-btn-area span {
    font-size: 1rem;
    line-height: 140%;
  }
}

@media screen and (max-width: 767px) {
  .top .hello-btn-area {
    display: flex;
    position: absolute;
    bottom: 176px;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 30px;
    background-color: #fff;
    line-height: 150%;
  }
  .top .hello-btn-area span {
    display: block;
    font-weight: bold;
  }
  .top .hello-btn-area .logo-hello {
    display: block;
    width: 120px;
    margin: 0 auto 8px;
  }
  .top .hello-btn-area .hello-btn {
    display: inline-block;
    margin-left: 15px;
    padding: 10px 20px;
    transition: all 300ms 0s ease;
    border: 2px solid #004398;
    border-radius: 3px;
    background-color: #004398;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 100%;
    text-decoration: none;
  }
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
  .top .hello-btn-area .hello-btn {
    padding: 10px 10px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .s0 {
    position: relative;
    background-image: url("../../../uploads/slides/s0_600.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 180%;
  }
  .s0 .title-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .s0 .title-box .s0-logo {
    display: flex;
    align-items: center;
  }
  .s0 .title-box .s0-logo img {
    height: 40px;
    margin-right: 15px;
  }
  .s0 .title-box h2 {
    font-size: 20px;
    line-height: 140%;
  }
  .s0 .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 176px;
    padding: 20px;
    background-color: #004398;
    background-size: 200px;
  }
  .s0 .text p {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bolder;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) and (max-width: 320px) {
  .s0 .text p {
    margin-top: 5px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .s0 .no1-info-s0 {
    margin: 10px auto 0;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-weight: bolder;
  }
  .s0 .no1-info-s0 .catch {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 100%;
  }
  .s0 .no1-info-s0 .no1 {
    display: flex;
  }
  .s0 .no1-info-s0 .no1 span:first-child {
    font-size: 1.2rem;
  }
  .s0 .no1-info-s0 .no1 span:last-child {
    margin-left: 5px;
    font-size: 1.6rem;
  }
  .s0 .no1-info-s0 .jisseki {
    line-height: 1.3;
    margin-left: 20px;
    font-size: 1.6rem;
  }
  .s0 .no1-info-s0 .jisseki::before, .s0 .no1-info-s0 .jisseki::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .s0 .no1-info-s0 .jisseki::before {
    margin-bottom: calc(-0.3em + 0);
  }
  .s0 .no1-info-s0 .jisseki::after {
    margin-top: calc(-0.27222em + 0);
  }
  .s0 .no1-info-s0 .sub-info {
    display: block;
    margin-top: 10px;
    font-size: .8rem;
    font-weight: normal;
    line-height: 150%;
  }
  .slide-text-center .text h2 {
    margin-top: -15px;
    font-size: 32px;
    letter-spacing: 3px;
    line-height: 150%;
  }
  .slide-text-center .text p {
    width: 90%;
    margin: 0 auto 0;
    padding: 10px 20px 0;
    font-weight: bold;
    line-height: 150%;
    text-align: left;
  }
  .slide-text-left-top .text {
    top: 0;
    padding: 20px;
  }
  .slide-text-left-top .text h2 {
    font-family: arial, helvetica, sans-serif;
    font-size: 56px;
    letter-spacing: 2px;
    line-height: 110%;
  }
  .slide-text-left-top .text p {
    margin-top: 15px;
    font-weight: bold;
    line-height: 170%;
  }
  .s1 {
    background-position: right;
  }
  .s1 .text {
    top: 0;
    left: 0;
    padding: 20px 20px;
  }
  .s1 .text h2 {
    font-size: 24px;
    line-height: 130%;
  }
  .s1 .text p {
    margin-top: 10px;
    font-size: 15px;
  }
  .top .no1-info {
    display: inline-block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #fff;
    color: #fff;
    font-weight: bolder;
  }
  .top .no1-info .catch {
    display: flex;
    align-items: center;
  }
  .top .no1-info .no1 span {
    display: block;
  }
  .top .no1-info .no1 span:first-child {
    line-height: 1;
    font-size: 1.4rem;
    letter-spacing: 2px;
    text-align: center;
  }
  .top .no1-info .no1 span:first-child::before, .top .no1-info .no1 span:first-child::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top .no1-info .no1 span:first-child::before {
    margin-bottom: calc(-0.15em + 0);
  }
  .top .no1-info .no1 span:first-child::after {
    margin-top: calc(-0.12222em + 0);
  }
  .top .no1-info .no1 span:last-child {
    line-height: 1;
    margin-top: 10px;
    font-size: 5.5rem;
  }
  .top .no1-info .no1 span:last-child::before, .top .no1-info .no1 span:last-child::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top .no1-info .no1 span:last-child::before {
    margin-bottom: calc(-0.15em + 0);
  }
  .top .no1-info .no1 span:last-child::after {
    margin-top: calc(-0.12222em + 0);
  }
  .top .no1-info .jisseki {
    line-height: 1.3;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    font-size: 2.3rem;
  }
  .top .no1-info .jisseki::before, .top .no1-info .jisseki::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .top .no1-info .jisseki::before {
    margin-bottom: calc(-0.3em + 0);
  }
  .top .no1-info .jisseki::after {
    margin-top: calc(-0.27222em + 0);
  }
  .top .no1-info .sub-info {
    display: inline-block;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-size: .8rem;
    font-weight: normal;
    line-height: 150%;
  }
}
/*# sourceMappingURL=slide.css.map */