@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 62.5%;
}

body {
  height: 100%;
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #555;
  overflow-x: hidden;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1;
  margin-top: 70px;
}

#loading {
  transition: all 0.6s; /*ローディングにかかる時間*/
  background-color: white;
  z-index: 99999;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loaded {
  
  visibility: hidden;
}

.main-text.is-active {
  opacity: 1;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
@media screen and (max-width: 960px) {
  img {
    image-rendering: auto;
  }
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sp {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
.inner {
  width: 93%;
  margin: 0 auto;
  max-width: 1450px;
}

.section_content {
  padding: 100px 0 0;
}
@media screen and (max-width: 960px) {
  .section_content {
    padding: 60px 0 0;
  }
}

.flex {
  display: flex;
}
@media screen and (max-width: 600px) {
  .flex {
    flex-direction: column;
  }
}

.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.ban a {
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 1.4;
  overflow: hidden;
  width: 100%;
}
.ban a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.ban a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.ban a:hover::after {
  transform: scale(1.2);
}
.ban a:hover::before {
  opacity: 0.4;
}
.ban a .ban-txt {
  font-size: clamp(2.6rem, 2.415rem + 0.82vw, 3.4rem);
  font-weight: 700;
  font-family: "Montserrat", "Noto Sans JP";
  color: white;
  position: absolute;
  z-index: 2;
}
.ban a .ban-txt span {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
}

/** topics list **/
.topics_list-item a {
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.topics_list-item a:hover {
  opacity: 0.6;
}

.topics_list-cate {
  background: #294064;
  color: white;
  font-weight: bold;
  padding: 1rem;
  text-align: center;
}

.topics_list-date {
  font-size: clamp(1.4rem, 1.377rem + 0.1vw, 1.5rem);
  padding: 1.5rem 0 0.5rem;
}

.topics_list-ttl {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-weight: 600;
  line-height: 1.4;
  color: #294064;
}

.topics_list-date {
  color: #555;
  font-weight: 600;
}

.topics_list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
  width: 100%;
}

/** info list **/
.info_list-item {
  position: relative;
  background: #F4F4F4;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.info_list-item a .info_list-img {
  overflow: hidden;
  position: relative;
}
.info_list-item a .info_list-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 46/35;
  width: 100%;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.info_list-item:hover {
  opacity: 0.6;
}
.info_list-item:hover .info_list-img img {
  transform: scale(1.2);
}

.info_list-cate {
  position: absolute;
  left: 0;
  top: 0;
  background: #5F81B4;
  color: white;
  padding: 8px 3em;
  font-weight: 600;
  z-index: 10;
}

.info_list-ttl {
  font-size: clamp(1.6rem, 1.554rem + 0.21vw, 1.8rem);
  font-weight: 600;
  color: #294064;
  padding: 1.25em;
  line-height: 1.4;
  min-height: 6em;
}
/** blog list **/
.blog_list li {
  margin-bottom: 1.5em;
  border-bottom: #d0d0d0 1px solid;
}
.blog_list li a {
  display: flex;
  align-items: center;
  color: #294064;
  font-weight: 600;
  padding-bottom: 1.5em;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.blog_list li a:hover {
  opacity: 0.6;
}
.blog_list li a .blog_list-date {
  font-size: 1.4rem;
  color: #555;
  margin-bottom: 0.5em;
}

.blog_list-thum {
  max-width: 150px;
  margin-right: 2em;
}
@media screen and (max-width: 600px) {
  .blog_list-thum {
    max-width: 30%;
    margin-right: 1em;
  }
}
.blog_list-thum img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 168/97;
  width: 100%;
}

.blog_list-ttlWrap {
  flex: 1;
}

/** お問合わせ共通 **/
.contact-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -50px;
}
@media screen and (max-width: 960px) {
  .contact-list {
    align-items: flex-start;
  }
}
.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 50px;
}
.contact-list li img {
  margin-right: 1.5em;
}
@media screen and (max-width: 600px) {
  .contact-list li img {
    width: 40px;
    margin-right: 1em;
  }
}
.contact-list li._tel a {
  white-space: nowrap;
  font-family: "Montserrat", "Noto Sans JP";
  font-size: clamp(2.8rem, 2.615rem + 0.82vw, 3.6rem);
  letter-spacing: 0.3rem;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 480px) {
  .contact-list li._tel a {
    font-size: 7.2vw;
  }
}
.contact-list li._mail a {
  font-size: clamp(1.5rem, 1.391rem + 0.55vw, 1.8rem);
  font-weight: 500;
  width: 250px;
  padding: 1em;
  margin-top: 1rem;
  display: block;
  background: white;
  color: #5F81B4;
  text-align: center;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 480px) {
  .contact-list li._mail a {
    width: 220px;
  }
}
.contact-list li._mail a:hover {
  background: #5F81B4;
  color: white;
}

.contact-txt span {
  display: block;
}

/* 資料請求・ご来場予約 */
.request-list {
  flex-wrap: wrap;
  margin-top: 40px;
  margin-left: -60px;
}
.request-list li {
  margin-left: 60px;
  margin-bottom: 30px;
  text-align: center;
}
.request-list .request-link a {
  position: relative;
  text-align: center;
  padding: 1em;
  font-size: clamp(1.5rem, 1.391rem + 0.55vw, 1.8rem);
  font-weight: 500;
  display: block;
  width: 320px;
  background: #5F81B4;
  color: white;
  border-radius: 50px;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
@media screen and (max-width: 600px) {
  .request-list .request-link a {
    width: min(350px, 95%);
    margin: 0 auto;
  }
}
.request-list .request-link a::before {
  position: absolute;
  content: "";
  background: url(../images/arrows_white.svg) no-repeat center/contain;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2em;
  aspect-ratio: 39/6;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.request-list .request-link a:hover {
  opacity: 0.7;
}
.request-list .request-link a:hover::before {
  right: 0.75em;
}

.request-description {
  margin-top: 1em;
  display: inline-block;
  text-align: left;
}

.main-ttl {
  font-family: "Montserrat", "Noto Sans JP";
  font-size: clamp(3rem, 2.815rem + 0.82vw, 3.8rem);
  letter-spacing: 0.1rem;
  text-align: center;
  color: #294064;
  margin-bottom: 0.75em;
}
.main-ttl span {
  font-size: clamp(1.4rem, 1.354rem + 0.21vw, 1.6rem);
  display: block;
  color: #5F81B4;
}

.hero {
  overflow: hidden;
  position: relative;
  /* スライド切り替えのフェードエフェクト */
}
.hero img {
  width: 100%;
  height: calc(100vh - 70px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .hero img {
    height: calc(100svh - 70px);
  }
}
.hero .splide__slide {
  
  transition: opacity 0.8s;
}
.hero .splide__slide.is-active {
  opacity: 1;
}

.hero-txtWrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: min(4rem, 15vw);
  width: 95%;
  margin: 0 auto;
}
.hero-txtWrap._01 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .hero-txtWrap._01 {
    height: 90%;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
.hero-txtWrap._01 .hero-txt {
  text-shadow: rgb(0, 0, 0) 0px 0px 2px, rgb(0, 0, 0) 0px 0px 16px;
}
@media screen and (max-width: 480px) {
  .hero-txtWrap._01 .hero-txt {
    text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 2px, rgb(0, 0, 0) 0px 0px 16px;
  }
}
.hero-txtWrap._01 .hero-txt ._emphasis {
  margin-top: 2rem;
  padding-right: 3.5em;
  position: relative;
}
.hero-txtWrap._01 .hero-txt ._emphasis::before {
  position: absolute;
  content: "";
  background: url(../images/arrows_white.svg) no-repeat center/contain;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2em;
  aspect-ratio: 39/6;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.hero-txtWrap._01 .countdown-txt {
  display: inline-block;
  color: white;
  border: 2px solid white;
  padding: 0 1rem;
  line-height: 1.4;
  font-size: clamp(2rem, 1.677rem + 1.44vw, 3.4rem);
  letter-spacing: 0.15em;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 600px) {
  .hero-txtWrap._01 .countdown-txt {
    border: 1px solid white;
    padding: 0.25rem 1rem;
    background: rgba(0, 0, 0, 0.4);
  }
}
.hero-txtWrap._01 .countdown {
  font-size: clamp(3rem, 2.077rem + 4.1vw, 7rem);
}

.hero-txt {
  color: white;
  font-size: clamp(2rem, 1.677rem + 1.44vw, 3.4rem);
  letter-spacing: 0.25em;
  text-shadow: rgba(0, 0, 0, 0.62) 0px 0px 13px;
}
.hero-txt ruby {
  ruby-align: center;
}
.hero-txt rt {
  letter-spacing: 0.2rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 960px) {
  .hero-txt {
    bottom: 8em;
  }
}
@media screen and (max-width: 480px) {
  .hero-txt {
    bottom: 5em;
  }
}
.hero-txt svg {
  width: 200px;
  margin: 1rem 0;
}
@media screen and (max-width: 480px) {
  .hero-txt svg {
    width: 150px;
  }
}
.hero-txt ._small,
.hero-txt ._highlight {
  font-size: clamp(1.5rem, 1.338rem + 0.72vw, 2.2rem);
}
.hero-txt ._highlight {
  margin: 0.5rem 0;
  letter-spacing: 0.2em;
  display: block;
}
.hero-txt ._emphasis {
  font-family: "Montserrat", "Noto Sans JP";
  margin: 0.5rem 0;
  padding: 8px 10px 5px 13px;
  line-height: 1.4;
  font-size: clamp(1.8rem, 1.662rem + 0.62vw, 2.4rem);
  letter-spacing: 0.2em;
  display: inline-block;
  background: #222;
  color: white;
}
@media screen and (max-width: 600px) {
  .hero-txt ._emphasis {
    padding-top: 5px;
  }
}

.housing {
  text-align: center;
  font-weight: 600;
}
.housing .top-housing-ttl {
  color: #294064;
  font-size: clamp(2.2rem, 2.015rem + 0.82vw, 3rem);
  letter-spacing: 0.2rem;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .housing .top-housing-ttl {
    letter-spacing: 0.3rem;
    line-height: 1.6;
    font-feature-settings: "palt";
    margin-bottom: 0.75em;
  }
}
.housing .top-housing-txt {
  color: #294064;
  font-size: clamp(1.6rem, 1.531rem + 0.31vw, 1.9rem);
  letter-spacing: 0.1rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 480px) {
  .housing .top-housing-txt {
    text-align: left;
  }
}
.housing .top-housing-img_list {
  width: 800px;
  max-width: 100%;
  margin: 60px auto;
}
@media screen and (max-width: 600px) {
  .housing .top-housing-img_list {
    margin: 20px auto 30px;
  }
}
.housing .top-housing-img_list .flex {
  display: flex;
  flex-flow: row-reverse wrap-reverse;
  justify-content: center;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .housing .top-housing-img_list .flex {
    margin-left: -10px;
  }
}
.housing .top-housing-img_list li {
  width: calc(33.3333333333% - 20px);
  margin-left: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .housing .top-housing-img_list li {
    width: calc(33.3333333333% - 10px);
    margin-left: 10px;
  }
}
.housing .top-housing-img_list li:first-child {
  order: 5;
}
.housing .top-housing-img_list li:nth-child(2) {
  order: 4;
}
.housing .top-housing-img_list li:nth-child(3) {
  order: 3;
}
.housing .top-housing-img_list li:nth-child(4) {
  order: 2;
}
.housing .top-housing-img_list li:last-child {
  order: 1;
}

/* topics */
#topics-splide {
  margin: 0 auto 50px;
}
@media screen and (max-width: 600px) {
  #topics-splide {
    margin: 0 auto 30px;
  }
}
#topics-splide .splide__slide {
  opacity: 1;
  padding: 0 10px;
}
#topics-splide .splide__slide img {
  width: 100%;
  height: auto;
}
#topics-splide .splide__arrows .splide__arrow {
  background: #000;
  width: 50px;
  height: 50px;
  top: 40%;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  opacity: 0.75;
}
#topics-splide .splide__arrows .splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
@media screen and (max-width: 960px) {
  #topics-splide .splide__arrows .splide__arrow {
    width: 40px;
    height: 40px;
  }
  #topics-splide .splide__arrows .splide__arrow img {
    width: 12px;
  }
}
@media screen and (max-width: 480px) {
  #topics-splide .splide__arrows .splide__arrow {
    top: 35%;
  }
}
#topics-splide .splide__arrows .splide__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
#topics-splide .splide__track {
  overflow: visible;
}

/* lineup */
.lineup {
  text-align: center;
}
.lineup .sub-txt {
  font-size: clamp(1.6rem, 1.455rem + 0.73vw, 2rem);
  font-weight: 600;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
  .lineup .sub-txt {
    line-height: 1.8;
  }
}

@media screen and (max-width: 960px) {
  .lineup-list {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .lineup-list {
    width: 90%;
  }
}
.lineup-list ul {
  display: flex;
  margin-left: -10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .lineup-list ul {
    flex-direction: column;
  }
}
.lineup-list ul li {
  width: calc(33.3333333333% - 10px);
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .lineup-list ul li {
    width: calc(100% - 10px);
    margin-bottom: 50px;
  }
}

.lineup-type {
  margin-top: 1.5em;
  color: #294064;
  font-weight: 600;
}

.lineup-title {
  color: #294064;
  font-family: "Montserrat", "Noto Sans JP";
  font-weight: 600;
  font-size: clamp(4rem, 3.908rem + 0.41vw, 4.4rem);
}

.lineup-description {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.modelhouse_ban {
  width: 680px;
  max-width: 90%;
  margin: 100px auto 0;
}
@media screen and (max-width: 960px) {
  .modelhouse_ban {
    margin: 30px auto 0;
  }
}
.modelhouse_ban a {
  height: 240px;
}
@media screen and (max-width: 600px) {
  .modelhouse_ban a {
    height: 180px;
  }
}
.modelhouse_ban a::after {
  background: url(../images/modelhouse_ban.webp) no-repeat center/cover;
}
.modelhouse_ban a::before {
  opacity: 0.8;
  background: #294064;
}
.modelhouse_ban .ban-txt {
  left: 1em;
  top: 0.75em;
}
.modelhouse_ban .ban-txt span {
  display: block;
}
@media screen and (max-width: 600px) {
  .modelhouse_ban .ban-txt {
    left: 0.75em;
    top: 0.5em;
  }
}

.df_ban {
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .df_ban {
    max-width: 93%;
    margin: 30px auto 0;
  }
}
.df_ban a {
  display: inline-block;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.df_ban a:hover {
  opacity: 0.6;
}

/** gallery **/
.gallery {
  background: #F4F4F4;
  margin-top: 120px;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  .gallery {
    margin-top: 80px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 960px) {
  .gallery .flex {
    justify-content: center;
    align-items: center;
  }
}
.gallery .l_box,
.gallery .r_box {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .gallery .l_box,
  .gallery .r_box {
    width: 100%;
  }
}
.gallery .l_box {
  margin-right: min(120px, 5vw);
}
@media screen and (max-width: 960px) {
  .gallery .l_box {
    margin-right: 0;
  }
  .gallery .l_box img {
    width: 100%;
  }
  .gallery .l_box img:first-of-type {
    margin-bottom: 5vw;
  }
}
.gallery .l_box .more-btn {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .gallery .l_box .more-btn {
    text-align: center;
  }
}

.gallery .main-ttl {
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .gallery .main-ttl {
    text-align: center;
    display: block;
  }
}
.gallery .main-ttl span {
  text-align: center;
}

.gallery-txt {
  line-height: 2;
  margin: 2em auto;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 960px) {
  .gallery-txt {
    margin: 1em auto;
  }
}

/** INFORMATION **/
#info-splide {
  padding: 0 60px;
  margin: 0 60px 40px;
}
@media screen and (max-width: 960px) {
  #info-splide {
    margin: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  #info-splide {
    margin: 0 10px 20px;
    padding: 0 10px;
  }
}
#info-splide .splide__arrows .splide__arrow {
  background: #555;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 0;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
  font-size: 1.3rem;
  opacity: 0.9;
}
@media screen and (max-width: 960px) {
  #info-splide .splide__arrows .splide__arrow {
    width: 40px;
    height: 40px;
  }
}
#info-splide .splide__arrow--prev {
  left: 0;
}
#info-splide .splide__arrow--next {
  right: 0;
}
#info-splide .splide__arrows .splide__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}
#info-splide .splide__arrow:hover:not(:disabled) {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  #info-splide .info_list-ttl {
    font-size: 1.3rem;
    padding: 1em;
  }
  #info-splide .info_list-cate {
    font-size: 1rem;
  }
}

.flex_block .inner {
  display: flex;
}
@media screen and (max-width: 960px) {
  .flex_block .inner {
    flex-direction: column;
  }
}

.staff,
.blog {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .staff,
  .blog {
    width: 100%;
  }
}

.staff {
  margin-right: min(120px, 5vw);
}
@media screen and (max-width: 960px) {
  .staff {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.staff .sub-txt {
  color: #294064;
  font-weight: 600;
  font-size: clamp(1.4rem, 1.308rem + 0.41vw, 1.8rem);
  letter-spacing: 0.1rem;
  line-height: 1.6;
  margin: 2.5rem 0;
}
@media screen and (max-width: 600px) {
  .staff .sub-txt {
    margin: 2rem 0;
  }
}

.blog .more-btn {
  margin-top: 4rem;
}

.related_ban-list {
  max-width: 1200px;
  margin: 0 auto;
}
.related_ban-list ul {
  flex-wrap: wrap;
  margin-left: -30px;
}
.related_ban-list ul li {
  width: calc(50% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .related_ban-list ul li {
    width: calc(100% - 30px);
    margin-bottom: 20px;
  }
}
.related_ban-list ul li a {
  position: relative;
  transition: 0.3s cubic-bezier(0.49, 0.06, 0.02, 0.98);
}
.related_ban-list ul li a:hover {
  opacity: 0.5;
}

.top-foot_menu {
  padding-top: 100px;
  line-height: 0;
}
.top-foot_menu .ban {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .top-foot_menu .ban {
    width: 100%;
  }
}
.top-foot_menu .ban a {
  height: 300px;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .top-foot_menu .ban a {
    height: 220px;
  }
}
.top-foot_menu .ban a.company_ban::after {
  background: url(../images/menu_company_ban.webp) no-repeat center/cover;
}
.top-foot_menu .ban a.recruit_ban::after {
  background: url(../images/menu_recruit_ban.webp) no-repeat center/cover;
}
.top-foot_menu .ban a::before {
  background: #555;
}
.top-foot_menu .ban a:hover::before {
  opacity: 0.6;
}
.top-foot_menu .ban .ban-txt {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: rgba(0, 0, 0, 0.4) 0 0 12px;
}
.top-foot_menu .ban .ban-txt span {
  display: block;
  margin-top: 0.5rem;
  color: #5F81B4;
}

.contact-block {
  padding: 50px 0;
  background: #294064;
  color: white;
}
.contact-block .sub-txt {
  letter-spacing: 0.3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3em;
}
.contact-block .main-ttl {
  color: white;
}

.contact-list {
  justify-content: center;
}

.request-list {
  justify-content: center;
}/*# sourceMappingURL=index.css.map */