@charset "UTF-8";

br.spa {
  display: none;
}
/*メインテキスト*/
.mv-copy__line {
  font-family:
    "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 5rem;
}
.mv-copy__line .blue {
  color: #4abae2;
}
.mv-copy__sub {
  margin-bottom: 1rem !important;
  font-family:
    "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3.2rem;
  font-weight: 500;
}
/*お問い合わせボタン*/
a.mv-contact:hover {
    opacity: 0.8;
}
.mv-contact {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 15rem;
  height: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-family:
    "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/* ギザギザ */
.mv-contact__shape {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  fill: #4abae2;
}
/* 文字 */
.mv-contact__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
/* 三角アイコン */
.mv-contact__arrow {
  display: block;
  margin-bottom: 0.3rem;
  font-family: Arial, sans-serif;
  font-size: 1.3rem;
  line-height: 1;
}
/* 下部の青帯 */
.mv-copy__bottom {
  position: relative;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #4abae2;
  color: #fff;
  font-family:
    "Noto Serif JP", "Times New Roman", "游明朝", "Yu Mincho", "游明朝体",
    "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3",
    "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 700;
}
.mv-copy__bottom > span {
  font-size: 4.5rem;
  line-height: 1;
}
.mv-copy__bottom small {
  margin-left: 0.3rem;
  font-size: 2.8rem;
  line-height: 1;
}

@media (max-width: 1400px) {
  br.spa {
    display: block;
  }
}
@media (max-width: 900px) {
  .mv-copy__line {
    font-size: 4rem;
  }
}
/*------ SP ------*/
@media (max-width: 768px) {
  .mv-copy__line {
    font-size: 2.3rem;
    text-align: center;
  }
  .mv-copy__sub {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 1rem !important;
  }
  .mv-copy__bottom {
    height: 5rem;
  }
  .mv-copy__bottom > span {
    font-size: 2.5rem;
  }
  .mv-copy__bottom small {
    font-size: 1.5rem;
  }
  .mv-contact {
    position: relative;
    margin: 1.5rem auto 0;
  }
}
