@charset "UTF-8";
.font_num {
  font-family: "Noto Serif", serif;
  font-size: 3rem;
}
@media (max-width: 767px) {
  .font_num {
    font-size: 2rem;
  }
}

.kc_tag {
  background-color: #555;
  color: white;
}

.btn-kc {
  color: white;
  background-color: #004986;
  border: none;
}
.btn-kc:hover {
  opacity: 0.7;
  color: white;
}

.font_kc {
  color: #004986;
}

.border_kc {
  border-color: #004986 !important;
}

.border_kc_left {
  border-color: #004986 !important;
}

.bg_kc {
  background-color: #004986;
}

.bg_sc {
  background-color: #F5F3ED;
}

.bg_kcl {
  background-color: #f2f8fb;
}

.bg_gray {
  background-color: rgb(76, 76, 76);
}

.acheve_table {
  border-color: #777;
}
.acheve_table tr {
  border-color: #777 !important;
}
.acheve_table td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .acheve_table td {
    display: block;
    width: 100%;
  }
  .acheve_table td:nth-child(1) {
    padding-bottom: 0rem;
  }
  .acheve_table td:nth-child(2) {
    padding-top: 0.5rem;
  }
}

.fs07-08 {
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .fs07-08 {
    font-size: 0.7rem;
  }
}

.fs08-09 {
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .fs08-09 {
    font-size: 0.8rem;
  }
}

.fs10-12 {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .fs10-12 {
    font-size: 1rem;
  }
}

.fs11-14 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .fs11-14 {
    font-size: 1.1rem;
  }
}

.fs15-17 {
  font-size: 1.7rem;
}
@media (max-width: 767px) {
  .fs15-17 {
    font-size: 1.5rem;
  }
}

.fs09 {
  font-size: 0.9rem;
}

.fs08 {
  font-size: 0.8rem;
}

.fs07 {
  font-size: 0.7rem;
}

.fs06 {
  font-size: 0.6rem;
}

.border_gray {
  border-bottom: 2px solid rgb(95, 95, 95);
}

.item_circle {
  position: relative;
}
.item_circle::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background-color: white;
  border-radius: 50%;
  font-size: 0.1rem !important;
  bottom: -10px;
  left: 45%;
}

.movie_url {
  height: 420px;
}
@media (max-width: 1400px) {
  .movie_url {
    height: 30vw;
  }
}
@media (max-width: 767px) {
  .movie_url {
    height: 55vw;
  }
}

.movie_url_archive {
  height: 500px;
}
@media (max-width: 991px) {
  .movie_url_archive {
    height: 55vw;
  }
}

.form-floating label {
  font-size: 0.8rem;
  color: #999;
  padding: 1rem !important;
}

.item_top_img,
.top_img {
  padding-top: 4.5rem;
  height: 380px;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.item_top_img:after,
.top_img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 991px) {
  .item_top_img,
.top_img {
    height: 220px;
  }
}

.item_top_img {
  height: 450px;
  padding-top: 9.5rem;
}
@media (max-width: 991px) {
  .item_top_img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .item_top_img {
    height: 320px;
  }
}

.item_top_text,
.top_text {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  text-align: center;
  z-index: 1;
}
.item_top_text .text01,
.top_text .text01 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.item_top_text .text02,
.top_text .text02 {
  font-size: 1rem;
}
@media (max-width: 991px) {
  .item_top_text,
.top_text {
    top: 65%;
  }
  .item_top_text .text01,
.top_text .text01 {
    font-size: 1.5rem;
  }
  .item_top_text .text02,
.top_text .text02 {
    font-size: 0.75rem;
  }
}

.item_top_text {
  top: 65%;
}
@media (max-width: 991px) {
  .item_top_text {
    top: 73%;
  }
}
@media (max-width: 800px) {
  .item_top_text {
    top: 78%;
  }
}
@media (max-width: 575px) {
  .item_top_text {
    top: 77%;
  }
}

.consul_border {
  border-right: 1px solid #004986;
  height: 100%;
}
@media (max-width: 767px) {
  .consul_border {
    border-right: 0;
    border-bottom: 1px solid #004986;
  }
}

.consul_box {
  position: relative;
  margin-bottom: 4rem;
}
.consul_box .triangle3 {
  position: absolute;
  bottom: -29px;
  left: 46%;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #F5F3ED;
}
@media (max-width: 575px) {
  .consul_box .triangle3 {
    left: 42%;
  }
}

.index2_box {
  height: 250px;
}
@media (max-width: 767px) {
  .index2_box {
    height: 30vw;
  }
}
@media (max-width: 575px) {
  .index2_box {
    height: 55vw;
  }
}

.item_box_margin {
  display: block;
  padding-top: 13rem;
  margin-top: -13rem;
  position: relative;
  z-index: -1;
}

.cate_box_margin {
  display: block;
  padding-top: 12rem;
  margin-top: -12rem;
  position: relative;
  z-index: -1;
}

.search_box_margin {
  display: block;
  padding-top: 3rem;
  margin-top: -3rem;
  position: relative;
  z-index: -1;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*アニメーションの開始と終了時の状態を指定*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeftAnime;
          animation-name: fadeInLeftAnime;
  /*アニメーションの定義名*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  /*アニメーション変化時間 ※デフォルト*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  /*アニメーションの開始と終了時の状態を指定*/
  opacity: 0;
}
@media (max-width: 767px) {
  .fadeInLeft {
    -webkit-animation-name: fadeUpAnime;
            animation-name: fadeUpAnime;
  }
}

/*アニメーションの開始から終了までを指定する*/
@-webkit-keyframes fadeInLeftAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeftAnime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.pc_img {
  display: block !important;
}

.sp_img {
  display: none !important;
}

@media (max-width: 575px) {
  .pc_img {
    display: none !important;
  }
  .sp_img {
    display: block !important;
  }
}
.background {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 767px) {
  .img_md_height {
    height: 40vw !important;
  }
}/*# sourceMappingURL=style_2.css.map */