@charset "UTF-8";
.home {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  /* ニュースエリア */
}
.home .mv {
  display: grid;
  grid-template-columns: 320px 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: 120px;
  /*max-height: 700px;*/
}
@media (max-width: 767.98px) {
  .home .mv {
    display: block;
    /*grid-template-columns: 320px 1fr;*/
    width: 100%;
    margin-bottom: 64px;
  }
}
.home .mv-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 32px 40px 0;
  border-left: 8px solid #333377;
}
@media (max-width: 767.98px) {
  .home .mv-left {
    display: none;
  }
}
.home .mv-left_logo {
  margin-bottom: 104px;
  padding-left: 28px;
  width: 100%;
  box-sizing: border-box;
}
.home .mv-left_logo img {
  width: 100%;
}
.home .mv-left_nav {
  margin: 0 0 80px 0;
  list-style: none;
}
.home .mv-left_nav-link {
  display: block;
  padding: 16px 16px 16px 24px;
  border-bottom: 1px solid #333377;
  font-weight: bold;
  text-decoration: none;
  color: #333377;
  background: #fff;
}
.home .mv-left_nav-link:hover {
  background: rgba(51, 51, 119, 0.1254901961);
}
.home .mv-left_nav-link__top {
  color: #333;
  font-weight: 400;
}
.home .mv-left_nav-link__top:hover {
  position: relative;
  color: #333377;
  font-weight: bold;
  background: #fff;
}
.home .mv-left_nav-link__top:hover::before {
  position: absolute;
  top: 45%;
  left: 4px;
  transform: rotate(35deg) translateY(-50%);
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #333377;
  color: #333377;
}
.home .mv-left_btn {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  margin: 0 0 40px 28px;
}
.home .mv-left_btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 9px;
  font-size: 14px;
  border: 1px solid transparent;
  color: #333;
  background: #EEEEEE;
  text-decoration: none;
  transition: 0s;
}
.home .mv-left_btn-link:hover {
  border: 1px solid #333377;
  background-color: #fff;
  opacity: 1;
}
.home .mv-left_btn-link__dark {
  grid-column: 1/3;
  gap: 6px;
  color: #fff;
  background: #333377;
}
.home .mv-left_btn-link__dark:hover {
  color: #333;
}
.home .mv-left_btn-link__dark:hover .mv-left_btn-icon {
  color: #333377;
}
.home .mv-left_btn-link__dark .mv-left_btn-icon {
  color: #fff;
}
.home .mv-left_search {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-left: 32px;
  border: 1px solid #333;
}
.home .mv-left_search-input {
  min-width: 0;
  padding: 8px;
  outline: none;
  border: none;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  flex: 1 1 0%;
}
.home .mv-left_search-btn {
  position: relative;
  padding: 8px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: none;
  color: transparent;
  background-color: transparent;
  line-height: 1;
  outline: none;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
}
.home .mv-left_search-btn::before {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  box-sizing: border-box;
  content: "\f002";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  color: #333377;
}
.home .mv-right {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 850px) {
  .home .mv-right {
    height: 850px;
  }
}
@media (max-width: 767.98px) {
  .home .mv-right {
    position: inherit;
    height: 100%;
  }
}
.home .mv-right_bg {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .home .mv-right_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
.home .mv-right_bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url("/images/mv_deco.svg") no-repeat right bottom;
}
@media (max-width: 767.98px) {
  .home .mv-right_bg::after {
    background: url(/images/mv_deco-sp.svg) no-repeat right bottom;
  }
}
.home .mv-right_bg img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .mv-right_inner {
  position: absolute;
  top: 50%; /*10%*/
  left: 50%;
  transform: translate(-50%, -50%); /*translate(-50%, 0%);*/
  width: 86%;
  max-width: 928px;
}
@media (max-width: 767.98px) {
  .home .mv-right_inner {
    position: inherit;
    transform: translate(0, 0);
    width: auto;
  }
}
.home .mv-right_text {
  position: relative;
  margin-bottom: 32px;
  font-size: 18px;
  text-align: center;
  text-shadow: 0 0 4px #fff;
  line-height: 1.9;
  color: #fff;
}
@media (max-width: 767.98px) {
  .home .mv-right_text {
    margin: 32px 20px;
    text-align: start;
    font-size: 16px;
    color: #333;
  }
}
.home .mv-right_text::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 150%;
  content: "";
  background: radial-gradient(ellipse at center, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.2) 55%, rgba(255, 255, 255, 0) 70%);
  pointer-events: none;
}
.home .mv-right_text-copy {
  display: inline-block;
  margin-bottom: 24px;
}
@media (max-width: 767.98px) {
  .home .mv-right_text-copy {
    width: 217px;
  }
}
.home .mv-right_text-copy .mv-right_text-copy--sp {
  display: none;
}
@media (max-width: 767.98px) {
  .home .mv-right_text-copy .mv-right_text-copy--sp {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .home .mv-right_card {
    position: relative;
    width: auto;
    padding: 30px;
  }
}
.home .mv-right_card-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .home .mv-right_card-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
}
.home .mv-right_card-link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-size: 16px;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid transparent;
  color: #333377;
  background: rgba(255, 255, 255, 0.5019607843);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1254901961);
  text-decoration: none;
  text-align: center;
  line-height: 1.6;
  transition: 0s;
}
@media (max-width: 767.98px) {
  .home .mv-right_card-link {
    padding: 8px;
    font-size: 14px;
  }
}
.home .mv-right_card-link:hover {
  background: #333377;
  border: 1px solid #333377;
  color: #fff;
}
.home .mv-right_card-link:hover::after {
  border-color: transparent transparent #fff transparent;
}
.home .mv-right_card-link:hover .mv-right_card-icon {
  color: #fff;
}
.home .mv-right_card-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 33px 22px;
  border-color: transparent transparent #333377 transparent;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .home .mv-right_card-link::after {
    border-width: 0px 0px 24px 16px;
  }
}
.home .mv-right_card-icon {
  color: #333377;
  aspect-ratio: 1/1;
  height: auto;
}
@media (max-width: 1120px) {
  .home .mv-right_card-icon {
    width: 60px;
  }
}
.home .news {
  max-width: 1000px;
  margin: 0 auto 120px auto;
  padding: 0 20px;
}
.home .news_inner {
  display: grid;
  grid-template-columns: max(160px, 26%) 1fr;
}
@media (max-width: 767.98px) {
  .home .news_inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.home .news-ttl {
  position: relative;
  padding: 0;
  padding-top: 12px;
  margin: 0;
  margin-bottom: 40px;
  border-top: 2px solid #333;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .home .news-ttl {
    margin-bottom: 49px;
  }
}
.home .news-ttl_jp {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .home .news-ttl_jp {
    font-size: 24px;
  }
}
.home .news-ttl_en {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.2;
  color: #333377;
}
@media (max-width: 767.98px) {
  .home .news-ttl_en {
    font-size: 14px;
  }
}
.home .news-ttl_deco {
  position: absolute;
  top: 0;
  right: 100%;
  transform: translate(43%, -50%);
}
@media (max-width: 767.98px) {
  .home .news-ttl_deco {
    width: 42px;
  }
}
.home .news-tab {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .home .news-tab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 16px;
  }
}
.home .news-tab_link {
  position: relative;
  display: block;
  padding: 4px 0 4px 22px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #666666;
}
.home .news-tab_link::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-37%) skewX(-34deg);
  width: 6px;
  height: 9px;
  background: #6b6b6b;
}
.home .news-tab_item.active .news-tab_link {
  color: #333377;
}
.home .news-tab_item.active .news-tab_link::before {
  background: #333377;
}
.home .news-contents_list {
  display: none;
  margin: 0;
}
.home .news-contents_list.active {
  display: block;
}
.home .news-contents_item {
  display: block;
  margin-bottom: 12px;
}
.home .news-contents_link {
  position: relative;
  display: block;
  padding: 8px 16px;
  background-color: #EEEEEE;
  text-decoration: none;
}
.home .news-contents_link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 23px 16px;
  border-color: transparent transparent #333377 transparent;
  opacity: 1;
}
.home .news-contents_link:hover {
  background-color: rgba(51, 51, 119, 0.1254901961);
}
.home .news-contents_info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 4px;
}
.home .news-contents_info-date {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #333377;
}
.home .news-contents_info-category {
  display: flex;
  align-items: center;
  gap: 4px;
}
.home .news-contents_info-category span {
  display: inline;
  padding: 4px 8px;
  border: 1px solid #CCCCCC;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
}
.home .news-contents_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: #333;
}
@media (max-width: 767.98px) {
  .home .news-contents_text {
    -webkit-line-clamp: 4;
  }
}
.home .news-contents_btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #333377;
  padding: 4px 24px 4px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  background-color: #333377;
  color: #fff;
  text-decoration: none;
  transition: 0s;
}
@media (max-width: 767.98px) {
  .home .news-contents_btn {
    padding: 8px 24px 8px 12px;
  }
}
@media (min-width: 768px) {
  .home .news-contents_btn:hover {
    opacity: 1;
    background-color: #fff;
    color: #333377;
  }
  .home .news-contents_btn:hover .news-contents_btn-arrow::before {
    transform: translate(8px, -50%);
    color: #333377;
  }
}
.home .news-contents_btn-arrow {
  position: relative;
  flex-shrink: 0;
  width: 28px;
  height: 16px;
  border-right: 2px dotted #CCCCCC;
}
.home .news-contents_btn-arrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  content: "\f105";
  font-family: "Line Awesome free";
  font-weight: 900;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  transition: transform 0.2s ease-in-out;
}
.home .news-contents_btn-wrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .home .news-contents_btn-wrap {
    margin-top: 40px;
  }
}
.home .marquee {
  margin-bottom: 53px;
}
.home .marquee_text {
  margin: 0;
  text-align: center;
  font-family: "Jost", sans-serif;
  color: #333377;
  font-size: 3.628vw;
  font-weight: 400;
  opacity: 0.2;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767.98px) {
  .home .marquee_text {
    font-size: 5.76vw;
    line-height: 1.3;
    text-align: left;
    padding-left: 4px;
  }
}
@media (max-width: 576px) {
  .home .marquee_text {
    font-size: 7.9vw;
    padding-left: 2px;
  }
}
.home .banner_wrap {
  position: relative;
  padding: 60px 0;
  background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("/images/bg_bnr_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767.98px) {
  .home .banner_wrap {
    padding: 40px 0;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url("/images/bg_bnr_sp.jpg");
  }
}
.home .banner_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .home .banner_list {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 20px;
  }
}
.home .banner_link {
  text-decoration: none;
  box-shadow: 0px 0px 4px rgba(51, 51, 51, 0.1254901961);
}
.home .banner_link img {
  display: block;
  width: 100%;
  height: 100%;
}
.home .address {
  margin-top: 0 !important;
  padding: 40px;
  font-weight: 400;
  line-height: 1.9;
}
.home .address_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .home .address_inner {
    grid-template-columns: 1fr;
    gap: 24px;
    flex-direction: column;
  }
}
.home .footer {
  font-weight: 400;
}

.mv-right_text-copy--day,
.mv-right_text-copy--night {
  display: none;
}

.mv-right__day {
  display: none;
}
@media (min-width: 768px) {
  .mv-right__day {
    -o-object-position: 13% center;
       object-position: 13% center;
  }
}
@media (max-width: 767.98px) {
  .mv-right__day {
    -o-object-position: -244px top;
       object-position: -244px top;
  }
}

.mv-right__night {
  display: none;
}
@media (min-width: 768px) {
  .mv-right__night {
    -o-object-position: left top;
       object-position: left top;
  }
}
@media (max-width: 767.98px) {
  .mv-right__night {
    -o-object-position: -91px top;
       object-position: -91px top;
  }
}

.is-day .mv-right__default {
  display: none;
}
.is-day .mv-right__day {
  display: block;
}
@media (min-width: 768px) {
  .is-day .mv-right_text-copy--day {
    display: block;
  }
  .is-day .mv-right_text {
    color: #333;
  }
}

.is-night .mv-right__default {
  display: none;
}
.is-night .mv-right__night {
  display: block;
}
@media (min-width: 768px) {
  .is-night .mv-right_text-copy--night {
    display: block;
  }
  .is-night .mv-right_text {
    text-shadow: none;
    color: #fff;
  }
  .is-night .mv-right_text::after {
    background: none;
  }
}/*# sourceMappingURL=style.css.map */