@charset "UTF-8";
#ind {
  text-align: left;
  color: #244372;
}

#ind h2 {
  text-align: center;
  font-size: 3rem;
  margin: 6rem 0 6rem 0;
}

#ind h2 span {
  display: none;
  font-family: 'Cinzel', serif;
  font-size: 3rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #ind h2 {
    margin: 3rem 0 3rem 0;
  }
}

#ind > div {
  padding: 1px 15px;
}

#ind .ind-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #ind .ind-top {
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../img/top_pic_sp.jpg);
    background-position: center top;
    background-repeat: no-repeat;
  }
  #ind .ind-top .ind-top-text {
    font-size: 7.4vw;
    margin-bottom: 3%;
    font-family: 'Kosugi', sans-serif;
    text-align: center;
    font-weight: bold;
    text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.8), -1px -1px 0px rgba(255, 255, 255, 0.8), 1px -1px 0px rgba(255, 255, 255, 0.8), -1px 1px 0px rgba(255, 255, 255, 0.8), 1px 1px 0px rgba(255, 255, 255, 0.8);
    white-space: nowrap;
  }
  #ind .ind-top .ind-top-text span {
    font-size: 80%;
    display: inline-block;
    padding: 0 0vw;
  }
  #ind .ind-top .ind-top-text br {
    display: none;
  }
}

@media screen and (min-width: 769px), print {
  #ind .ind-top {
    height: 85vh;
    background-image: url(../img/top_pic.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
  }
  #ind .ind-top .ind-top-text {
    font-size: 3.8vw;
    margin: 0 0 5% 40%;
    font-family: 'Kosugi', sans-serif;
    text-align: center;
    font-weight: bold;
    text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.8), -1px -1px 0px rgba(255, 255, 255, 0.8), 1px -1px 0px rgba(255, 255, 255, 0.8), -1px 1px 0px rgba(255, 255, 255, 0.8), 1px 1px 0px rgba(255, 255, 255, 0.8);
  }
  #ind .ind-top .ind-top-text span {
    font-size: 80%;
    display: inline-block;
    padding: 0 0.7vw;
  }
}

#ind .ind-top .ind-top-src > div {
  margin: 0 1px 1px 0;
  width: 300px;
  max-width: 30%;
  position: relative;
}

#ind .ind-top .ind-top-src > div select, #ind .ind-top .ind-top-src > div input[type='text'] {
  background: rgba(255, 255, 255, 0.9);
  height:50px;
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: bottom;
  margin: 0px;
}

#ind .ind-top .ind-top-src > div input[type='button'] {
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  line-height: 50px;
  font-family: 'Icons';
  cursor: pointer;
  vertical-align: bottom;
  margin: 0px;
}

#ind .ind-top .ind-top-src > div i {
  position: absolute;
  right: 10px;
  top: 18px;
  font-size: 12px;
  font-style: normal;
}

@media screen and (min-width: 769px), print {
  #ind .ind-top .ind-top-src {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(240, 150, 160, 0.5);
    width: 100%;
    padding: 30px 15px;
  }
  #ind .ind-top .ind-top-src > div:last-child {
    width: 40px;
    max-width: 10%;
  }
}

@media screen and (max-width: 768px) {
  #ind .ind-top .ind-top-src {
    background: rgba(240, 150, 160, 0.5);
    width: 100%;
    padding: 30px 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
  }
  #ind .ind-top .ind-top-src > div {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (min-width: 769px), print {
  #ind .ind-att .ind-att-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 96%;
    max-width: 1280px;
    margin: 0 auto;
  }
  #ind .ind-att .ind-att-box > div {
    width: 30%;
    margin: 0 1.5%;
    position: relative;
    color: #244372;
  }
  #ind .ind-att .ind-att-box > div h3 {
    margin: 2rem 0;
    font-size: 2rem;
  }
  #ind .ind-att .ind-att-box > div p {
    font-size: 1.6rem;
    margin: 2rem 0 90px 0;
    line-height: 1.8;
  }
  #ind .ind-att .ind-att-box > div div {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #ind .ind-att {
    padding: 1px 0;
  }
  #ind .ind-att h2 {
    font-size: 1.9rem;
    margin: 2.5rem 10px;
  }
  #ind .ind-att .ind-att-box > div {
    margin-bottom: 3rem;
  }
  #ind .ind-att .ind-att-box > div figure img {
    width: 100%;
  }
  #ind .ind-att .ind-att-box > div h3 {
    margin: 2rem 15px;
    font-size: 2rem;
  }
  #ind .ind-att .ind-att-box > div p {
    font-size: 1.6rem;
    margin: 2rem 15px;
    line-height: 1.8;
  }
  #ind .ind-att .ind-att-box > div div {
    text-align: center;
    padding: 0 15px;
  }
  #ind .ind-att .ind-att-box > div div a {
    margin: 0 auto;
  }
}

#ind .ind-pic {
  background: #fef5f0;
  padding-bottom: 10px;
  color: #244372;
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  #ind .ind-pic {
    margin-top: 20px;
  }
}

#ind .ind-pic .swiper-container {
  /*max-width:1230px;*/
  margin: 30px auto;
  padding-bottom: 60px;
}

#ind .ind-pic .ind-pic-box {
  width: 100%;
}

#ind .ind-pic .ind-pic-box .swiper-slide {
  width: 280px !important;
  margin: 0 15px;
  padding-top: 35px;
  position: relative;
}

#ind .ind-pic .ind-pic-box .swiper-slide ul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

#ind .ind-pic .ind-pic-box .swiper-slide ul li {
  float: left;
  width: 25%;
}

#ind .ind-pic .ind-pic-box .swiper-slide ul li img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #ind .ind-pic .ind-pic-box .swiper-slide {
    width: 240px !important;
  }
}

#ind .ind-pic .ind-pic-box p {
  margin: 10px 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

#ind .ind-pic .swiper-pagination span {
  width: 2rem;
  height: 2rem;
  background: none;
  margin: 0px;
}

#ind .ind-pic .swiper-pagination span::before {
  content: '●';
  font-size: 1rem;
}

#ind .l-ind-news {
  padding-bottom: 6rem;
}

.ind-news__container {
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
}

.ind-news__item:nth-child(n + 2) {
  margin-top: 24px;
}

.ind-news__button {
  text-align: center;
}

.ind-news p:not(.ind-news__item p) {
  text-align: center;
}

#ind .ind-int {
  background: #6177a6;
  color: #fff;
  text-align: center;
}

#ind .ind-int .ind-int-box {
  text-align: left;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

#ind .ind-int .ind-int-box .ind-int-block p {
  font-size: 1.6rem;
  margin: 15px 0;
}

#ind .ind-int .ind-int-box .ind-int-block span {
  font-size: 1.3rem;
}

#ind .ind-int .ind-int-box .ind-int-block img {
  width: 100%;
}

#ind .ind-int .slick-prev, #ind .ind-int .slick-next {
  display: none !important;
}

#ind .ind-int .thumb-item-nav {
  width: 100%;
  max-width: 450px;
  margin: 30px auto;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  #ind .ind-int {
    padding: 1px 15px 30px 15px;
  }
  #ind .ind-int .ind-int-block {
    margin: 0 15px;
  }
}

@media screen and (min-width: 769px), print {
  #ind .ind-int {
    padding: 1px 15px 90px 15px;
    margin-top: 60px;
  }
  #ind .ind-int .thumb-item-nav {
    display: none;
  }
  #ind .ind-int .ind-int-block {
    margin: 0 15px;
  }
}

@media screen and (min-width: 769px), print {
  #Bt {
    padding: 90px 0;
  }
  #Bt .bt-btn ul {
    letter-spacing: -1rem;
  }
  #Bt .bt-btn ul li {
    display: inline-block;
    letter-spacing: normal;
    border: 1px solid #ddd;
    width: 30%;
    max-width: 360px;
    margin: 0 1.5%;
  }
  #Bt .bt-txt {
    padding: 60px 0 0px 0;
  }
  #Bt .bt-txt p {
    font-size: 2rem;
    line-height: 1.8;
    color: #244372;
  }
}

@media screen and (max-width: 768px) {
  #Bt {
    padding: 30px 15px;
  }
  #Bt .bt-btn {
    *zoom: 1;
  }
  #Bt .bt-btn::before {
    content: " ";
    display: table;
  }
  #Bt .bt-btn::after {
    content: " ";
    display: table;
    clear: both;
  }
  #Bt .bt-btn ul {
    width: 100%;
    max-width: 900px;
  }
  #Bt .bt-btn ul li {
    float: left;
    width: 50%;
  }
  #Bt .bt-txt {
    padding: 15px 0 0 0;
    text-align: center;
  }
  #Bt .bt-txt p {
    font-size: 1.5rem;
    color: #244372;
  }
}
