@charset "UTF-8";
.loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.loading img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -32px 0 0 -32px;
}
/*****************************************************

ABOUT

*****************************************************/

.aboutTxt {
  width: 390px;
  float: left;
  font-size: 15px;
  line-height: 2.2;
}
.aboutImg {
  float: right;
  width: 440px;
}
.aboutImgSp {
  display: none;
}
.aboutImg img {
  width: 100%;
}

.aboutCap img {
  width: 100%;
}
.spec {
  margin-bottom: 40px;
}
.spec img {
  width: 100%;
}

.spec figure {
  margin-bottom: 20px;
}
.aboutCap {
  width: 100%;
  text-align: center;
  line-height: 1.5;
  margin: 20px auto 0 auto;
  font-size: 28px;
  font-weight: normal;
}

.aboutCap span {
  background: linear-gradient(transparent 70%, yellow 30%);
  font-weight: bold;
}

@media screen and (max-width: 639px) {
  .aboutImg {
    display: none;
  }
  .aboutImgSp {
    display: block;
    width: 100%;
    margin: 30px auto;
  }
  .aboutImgSp img {
    width: 100%;
  }
  .copy {
    display: none;
  }
  .copySp {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 5;
    display: block;
    left: 0;
    padding: 0 20px;
  }
  .copySp img {
    width: 100% !important;
  }
  .rslides {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .rslides li {
    width: 100%;
  }
  .sld {
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .spec {
    margin-bottom: 80px;
  }
  .aboutImg,
  .aboutTxt {
    width: 100%;
    float: none;
  }
  .spec figcaption {
    width: 100%;
  }
  .aboutCap {
    font-size: 20px;
  }
}
.movie iframe {
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  border-radius: 5px;
}
.index__about-description {
  text-align: center;
  margin: 20px;
  font-size: 15px;
}

/*****************************************************

INDEX - EYECATCH

*****************************************************/
.index__eyecatch-container {
  position: relative;
  max-width: 930px;
  margin: 80px auto 0 auto;
}
.index__eyecatch-background {
  width: 100%;
}
.index__eyecatch-text1 {
  position: absolute;
  top: 24%;
  right: 4%;
  width: 50%;
}
.index__eyecatch-text2 {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 50%;
}
.index__eyecatch-button-container {
  position: absolute;
  top: 60%;
  right: 4%;
  width: 50%;
}
.index__eyecatch-button {
  display: inline-block;
  width: 49%;
  background-color: #0083bc;
  border-radius: 4px;
  border-bottom: 4px solid #8ac8e2;
  padding: 15px 10px;
  color: #ffffff !important;
  font-weight: bold;
  cursor: pointer;
}
.index__eyecatch-button:first-child {
  margin-right: 1%;
}
.index__eyecatch-button:hover {
  color: #ffffff !important;
  background-color: #b5b5b5;
}
.index__eyecatch-button-img {
  height: 30px;
  margin-right: 28px;
}
@media screen and (max-width: 904px) {
  .index__eyecatch-button {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px 10px 6px 10px;
    font-size: 14px;
  }
  .index__eyecatch-button-img {
    height: 26px;
  }
  .index__eyecatch-text1 {
    top: 14%;
  }
  .index__eyecatch-text2 {
    top: 40%;
  }
  .index__eyecatch-button-container {
    top: 50%;
  }
}

.home-cta__wrapper {
  background: #0083bc;
  padding: 2rem 1rem;
}
.home-cta {
  max-width: 900px;
  margin: 0 auto;
  color: white;
}
.home-cta h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.home-cta__col {
  margin: 1rem 0;
}
.home-cta a:hover {
  color: white !important;
}
.home-cta__button {
  color: #0083bc;
  background: white;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 999px;
  display: block;
  text-align: center;
  transition: 0.2s;
  border: 2px solid white;
}
.home-cta__button:hover {
  background: #0083bc;
}
.home-cta h3 {
  font-size: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.home-cta__table dl {
  display: flex;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.home-cta__table dt,
.home-cta__table dd {
  width: 70%;
  padding: 1rem 1rem;
}
.home-cta__table dd {
  width: 100%;
}
.home-cta__table dt {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
.home-cta__table dd {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
}
.home-cta__col p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .home-cta__row {
    display: flex;
    align-items: center;
  }
  .home-cta__col {
    width: 100%;
    margin: 1rem 2rem;
  }
}

.featured-post {
  max-width: 1220px;
  margin: 20px auto;
  padding: 20px;
}

.featured-post-link {
  border: 1px solid #0083bc33;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0083bc22;
  transition: 0.2s;
  border-radius: 6px;
}

.featured-post-link:hover {
  opacity: 0.7;
}

.featured-post-label {
  font-size: 0.9rem;
  font-weight: bold;
  color: #0083bc;
  white-space: nowrap;
}

.featured-post-label::before {
  content: "\f0a1";
  font-family: FontAwesome;
  padding-right: 0.25em;
}

.featured-post-title {
  flex: 1 1 auto;
  text-align: center;
  font-size: 1.25em;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}

.featured-post-title::after {
  content: "\f054";
  font-family: FontAwesome;
  padding-left: 1em;
}

@media screen and (min-width: 640px) {
  .featured-post-link {
    padding: 2rem;
    flex-direction: row;
  }
  .featured-post-label {
    font-size: 1rem;
    border-right: 1px solid #00000022;
    padding-right: 1em;
  }
  .featured-post-title {
    font-size: 1.5em;
  }
}
