@charset "UTF-8";
.main-visual {
  position: relative;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  overflow: hidden;
  min-height: 100px;
}
.main-visual .copy {
  position: absolute;
  top: 22%;
  left: 7vw;
  color: #fff;
  font-size: 5rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
.main-visual .copy span {
  display: block;
  font-size: 1.6rem;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75;
  margin-top: 1.8em;
}
.main-visual .slick-slide figure {
  position: relative;
}
.main-visual .slick-slide figure:before {
  /*
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(6,16,35,0.55), rgba(6,16,35,0));
   */
  content: "";
  position: absolute;
  top: -30%;
  left: -30%;
  width: 220%;
  height: 110%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .main-visual .slick-slide figure:before {
    background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(black, rgba(0, 0, 0, 0));
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.main-visual .slick-slide img {
  width: 100%;
}
.main-visual .slick-dots {
  bottom: 8vw;
  width: 30%;
  height: 3px;
}
.main-visual .slick-dotted.slick-slider {
  margin: 0;
}
.main-visual .slick-dots li {
  width: 50px;
  height: 3px;
  margin: 0 10px;
}
.main-visual .slick-dots li button {
  width: 50px;
  height: 3px;
  background: #12469c;
  padding: 0;
}
.main-visual .slick-dots li.slick-active button {
  background: #fff;
}
.main-visual .slick-dots li button:before {
  content: none;
}
@media only screen and (max-width: 767px) {
  .main-visual .copy {
    left: 20px;
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .main-visual .copy span {
    font-size: 1.4rem;
    line-height: 1.42;
  }
  .main-visual .slick-dots {
    bottom: 25vw;
    width: 100%;
    height: 2px;
  }
  .main-visual .slick-dots li {
    width: 13.33%;
    height: 2px;
    margin: 0 20px;
  }
  .main-visual .slick-dots li button {
    width: 100%;
    height: 2px;
  }
}

.title {
  color: #12469c;
  font-size: 4.8rem;
  font-weight: bold;
}
.title + .jp {
  color: #12469c;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .title {
    font-size: 3.5rem;
    text-align: center;
  }
  .title + .jp {
    text-align: center;
  }
}

.box-half {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.box-half img {
  width: 100%;
}
.box-half > * {
  margin: 0;
}
.box-half .textarea {
  text-align: left;
  padding: 4.54%;
  padding-bottom: 0;
  position: relative;
}
.box-half .text {
  margin: 3em 0;
}
.box-half .shadow {
  position: relative;
}
.box-half .shadow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  z-index: 1;
}
.box-half .list-develops {
  position: absolute;
  top: -6vw;
  right: 0;
  font-family: "Roboto", sans-serif;
  width: 60.76%;
  background: #12469c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 1366px) {
  .box-half .list-develops {
    top: -85px;
  }
}
.box-half .list-develops .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3vw;
  font-weight: normal;
  text-align: left;
  padding: 3.5em 3vw 3.5em 3vw;
  width: auto;
  min-width: inherit;
  line-height: 1.22;
}
@media only screen and (min-width: 1366px) {
  .box-half .list-develops .btn {
    font-size: 1.8rem;
    padding: 4.17em 2em 4.17em 2em;
  }
}
.box-half .list-develops .btn:before {
  width: 20px;
  height: 1px;
  right: 5px;
}
.box-half .list-develops .btn:after {
  width: 1px;
  height: 20px;
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .box-half .textarea {
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .box-half .text {
    margin: 1.5em 0;
  }
  .box-half .btn {
    margin: 0 auto;
  }
  .box-half .list-develops {
    top: -14vw;
    width: 76% !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 0;
  }
  .box-half .list-develops > li {
    width: 40%;
  }
  .box-half .list-develops .btn {
    font-size: 1rem;
    padding: 1em 2vw 1em 2vw;
    width: 100%;
    line-height: 1.1;
  }
  .box-half .list-develops .btn:before {
    width: 10px;
    height: 1px;
    right: 5px;
  }
  .box-half .list-develops .btn:after {
    width: 1px;
    height: 10px;
    right: 9px;
  }
}

.box-link {
  position: relative;
}
.box-link a {
  display: block;
  color:#fff;
  text-decoration: underline;
}
.box-link a:hover {
    text-decoration: none;
}
.box-link a:visited {
  color:#fff;
  text-decoration: underline;
}
.box-link:before, .box-link:after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  z-index: 1;
}
.box-link:before {
  width: 40px;
  height: 2px;
  bottom: 19%;
  right: 8.5%;
  z-index: 2;
}
.box-link:after {
  /*
  width: 2px;
  height: 40px;
  bottom: 9.5%;
  right: 11.8%;
   */
  width: 40px;
  height: 2px;
  bottom: 19%;
  right: 8.5%;
  z-index: 2;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 767px) {
  .box-link:before {
    width: 30px;
    bottom: 38px;
    right: 20px;
  }
  .box-link:after {
    width: 30px;
    bottom: 38px;
    right: 20px;
  }
}
.box-link .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  color: #fff;
  margin: 4.39%;
  text-align: left;
  /*pointer-events:none;*/
  width: 80%;
}
.box-link .text .business_post {
  margin-top: 28px;
  padding-top: 23px;
  border-top: 1px solid #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box-link .text .business_post dt {
  margin-right: 20px;
}
.box-link .text .business_post dd a {
  color: #FFF;
}
.box-link .text span {
  display: block;
}
.box-link .text .d-name {
  font-size: 2.4rem;
  font-weight: bold;
}
.box-link .text .d-name_en {
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box-link .text .d-name {
    font-size: 2rem;
  }
  .box-link .text .d-name_en {
    font-size: 1.4rem;
  }
}

.news-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -3px #ccc;
          box-shadow: 0px 0px 10px -3px #ccc;
  padding: 13.72% 4.166% 9.72% 9.074%;
}
.news-area > div {
  width: 23.48%;
}
.news-area .news-area_title {
  position: relative;
}
.news-area .news-area_title > * {
  width: 100%;
}
.news-area .news-area_title .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: inherit;
}
.news-area .top-news {
  width: 67.8%;
}
.news-area .top-news .list-news_tag {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .news-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 43px 15px 50px;
  }
  .news-area > div {
    width: 100%;
  }
  .news-area .news-area_title {
    text-align: center;
  }
  .news-area .top-news {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.block-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-contents > * {
  width: 31.48%;
}
.block-contents .card {
  margin: 0;
}
.block-contents .card .card-header {
  padding: 30px;
  width: 100%;
  border: none;
  text-align: left;
  line-height: 1.375;
}
.block-contents .card .card-header.btn {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .block-contents .card .card-header.btn:before {
    width: 20px;
    height: 2px;
    right: 30px;
  }
  .block-contents .card .card-header.btn:after {
    width: 2px;
    height: 20px;
    right: 39px;
  }
}
.block-contents .card .card-body {
  padding: 0 30px 30px;
}
@media only screen and (max-width: 767px) {
  .block-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block-contents > * {
    width: 100%;
  }
  .block-contents > * + * {
    margin-top: 25px !important;
  }
  .block-contents .card,
.block-contents .link-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .block-contents .card .card-img,
.block-contents .link-card .card-img {
    width: 45.33%;
  }
  .block-contents .card div,
.block-contents .link-card div {
    width: 54.67%;
  }
  .block-contents .card .card-header,
.block-contents .link-card .card-header {
    padding: 20px;
  }
  .block-contents .card .card-body,
.block-contents .link-card .card-body {
    font-size: 1.3rem;
    padding: 0 20px 0 17px;
    line-height: 1.46;
  }
}

.block-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 40px;
}
.block-service > * {
  width: 31.48%;
}
.block-service .card {
  margin: 0;
}
.block-service .card .card-header {
  padding: 20px 40px 20px 10px;
  margin-bottom: 10px;
  width: 100%;
  min-width: inherit;
  border: none;
  text-align: left;
  line-height: 1.375;
}
.block-service .card .card-header.btn {
  font-size: 1.8rem;
}
.block-service .card .card-header.btn span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .block-service .card .card-header.btn:before {
    width: 20px;
    height: 2px;
    right: 10px;
  }
  .block-service .card .card-header.btn:after {
    width: 2px;
    height: 20px;
    right: 19px;
  }
}
.block-service .card .card-body {
  padding: 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .block-service {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .block-service > * {
    /*
    width: 46.57%;
     */
    width: 100%;
  }
  .block-service .card {
    margin-bottom: 25px;
  }
  .block-service .card .card-img {
    /*
    width: 45.33%;
     */
  }
  .block-service .card .card-header {
    padding: 10px 1.5em 10px 10px;
  }
  .block-service .card .card-header.btn {
    font-size: 1.6rem;
  }
  .block-service .card .card-header.btn:before {
    width: 15px;
    right: 0;
  }
  .block-service .card .card-header.btn:after {
    height: 15px;
    right: 7px;
  }
  .block-service .card .card-body {
    font-size: 1.4rem;
    padding: 0;
    line-height: 1.42;
  }
}



.movie {
    background: transparent !important;
}
.movie .top-news {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.movie .top-news iframe  {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px){
.movie .top-news {
	aspect-ratio: 16 / 9;
    margin-bottom: 0px !important;
}
}

.movie-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -3px #ccc;
          box-shadow: 0px 0px 10px -3px #ccc;
  padding: 9.72% 4.166% 9.72% 9.074%;
}
.movie-area > div {
  width: 23.48%;
}
.movie-area .movie-area_title {
  position: relative;
}
.movie-area .movie-area_title > * {
  width: 100%;
}
.movie-area .movie-area_title .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: inherit;
}
.movie-area .top-news {
  width: 67.8%;
}
.movie-area .top-news .list-news_tag {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .movie-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 43px 15px 50px;
  }
  .movie-area > div {
    width: 100%;
  }
  .movie-area .movie-area_title {
    text-align: center;
  }
  .movie-area .top-news {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }
}



.caution{
  width: 70%;
  position: absolute;
  border: 1px solid #ff0000;
  padding: 20px 50px;
  margin: 50px 15% 0 15%;
}
p.caution a ,p.caution a:hover{
    color: #ff0000;
}

@media only screen and (max-width: 767px) {
  .caution {
      width: 90%;
      position: absolute;
      border: 1px solid #ff0000;
      padding: 15px 20px;
      margin: 30px 5% 0 5%;
  }
  .news-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 113px 15px 50px;
  }
}


