@charset "UTF-8";
/* マップ型変数breakpointsを定義 */
/* ====================================================
// common - 共通
==================================================== */
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 1.7;
  color: #333;
  background-image: url(../img/bg4.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 4.25vw;
    background: none;
  }
}

a {
  transition: filter 0.3s;
}

a:hover {
  filter: brightness(1.1);
}

img {
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

.wrapper {
  width: 72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
  }
}

.shadow {
  box-shadow: 0 0 1rem 1rem rgba(0, 0, 0, 0.1254901961);
}

.container {
  width: 72rem;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}

.inner {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 3vw;
  }
}

.yellow {
  color: #f4d50d;
}

.pink {
  color: #f44c57;
}

.green {
  color: #00909e;
}

.red {
  color: #c1272d;
}

.bold {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 70%, #f4d50d 0%);
  display: inline;
  padding: 0;
}

.marker-bk {
  background: linear-gradient(transparent 90%, #333 0%);
  display: inline;
  padding: 0.6rem 0.4rem;
}

.section {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 12vw 0;
  }
}

.title {
  font-family: "Shippori Mincho B1", serif;
  text-align: center;
  font-size: 5rem;
  margin-bottom: 6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 8vw;
    margin-bottom: 8vw;
  }
}

.title.-small {
  width: 36%;
}

.microCopy {
  width: 90%;
  margin: 0 auto;
}

.center {
  text-align: center;
}

.yureru-s img {
  animation: yureru-s 2s infinite;
}

@keyframes yureru-s {
  0% {
    transform: translate(3px, 0px);
  }
  5% {
    transform: translate(-3px, 0px);
  }
  10% {
    transform: translate(3px, 0px);
  }
  15% {
    transform: translate(-3px, 0px);
  }
  20% {
    transform: translate(3px, 0px);
  }
  25% {
    transform: translate(-3px, 0px);
  }
  30% {
    transform: translate(0px, 0px);
  }
}
/* ====================================================
// firstView - ファーストビュー
==================================================== */
.firstView {
  position: relative;
}

.firstView__inner {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

/* ====================================================
// media - ニュース・メディアでの掲載数
==================================================== */
.media__img {
  position: relative;
}

.media__contents {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .media__contents {
    top: 42vw;
  }
}

.media__table {
  width: 90%;
  margin: 0 auto;
  height: 35rem;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .media__table {
    height: 48vw;
    font-size: 3.75vw;
  }
}

.media__table table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.media__table th {
  width: 25%;
  border: 0.1rem solid #858585;
  background-color: #fff;
  text-align: center;
}

.media__table td {
  width: 75%;
  border: 0.1rem solid #858585;
  background-color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: left;
}

/* ====================================================
// cta
==================================================== */
.cta__img {
  position: relative;
}

.cta__btn {
  position: absolute;
  width: 80%;
  bottom: 46rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cta__btn {
    bottom: 64vw;
  }
}
.cta__btn__cvn {
  position: absolute;
  width: 80%;
  bottom: 43rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cta__btn__cvn {
    bottom: 59vw;
  }
}

.btn {
  filter: drop-shadow(0 0 1rem rgba(51, 51, 51, 0.7333333333));
}
@media screen and (max-width: 767px) {
  .btn {
    filter: drop-shadow(0 0 2vw rgba(51, 51, 51, 0.7333333333));
  }
}

/* ====================================================
// movie
==================================================== */
.movie__img {
  position: relative;
}

.movie__link {
  position: absolute;
  bottom: 8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .movie__link {
    bottom: 15vw;
  }
}

.video {
  width: 90%;
  margin: 0 auto;
}

.video__wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.video__wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}

/* ====================================================
// qa - よくある質問
==================================================== */
.qa {
  padding-top: 0;
  background-color: #cad7d7;
}

.qa__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .qa__title {
    margin-bottom: 6vw;
  }
}

.qa__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .qa__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.qa__question {
  cursor: pointer;
  padding: 3rem 5rem 2.8rem 8rem;
  position: relative;
  font-weight: bold;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(51, 51, 51, 0.168627451);
  font-size: 2.4rem;
  letter-spacing: 0.03em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .qa__question {
    padding: 6vw 10vw 5.7vw 14vw;
    font-size: 4.25vw;
  }
}

.qa__question::before {
  content: "";
  display: inline-block;
  background-image: url(../img/question.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 3rem;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .qa__question::before {
    width: 5vw;
    height: 5vw;
    right: 3vw;
    top: 7vw;
  }
}

.qa__question::after {
  content: "";
  display: inline-block;
  background-image: url(../img/plus.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .qa__question::after {
    width: 4vw;
    height: 4vw;
    right: 3vw;
  }
}

.qa__question.is-active::after {
  background-image: url(../img/minus.svg);
}

.qa__question,
.qa__wrap {
  display: flex;
  gap: 2%;
}

.qa__question .text,
.qa__answer .text {
  flex: 1 0 0;
}

.qa__answer {
  padding: 2rem;
  display: none;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .qa__answer {
    padding: 4vw;
    font-size: 4vw;
  }
}

/* ====================================================
// float - フロートボタン
==================================================== */
.float {
  z-index: 99;
  display: none;
}

/* ====================================================
// footer - フッター
==================================================== */
.footer {
  width: 72rem;
  margin: 0 auto;
  background-color: #00909e;
  padding: 4rem 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
    font-size: 3.5vw;
    padding: 6vw 0;
  }
}

.footer__link {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .footer__link {
    margin-bottom: 2vw;
  }
}

.privacyPolicy {
  padding: 6rem 0;
}
.privacyPolicy .right {
  display: inline-block;
  width: 100%;
  text-align: right;
} /*# sourceMappingURL=style.css.map */
