@charset "UTF-8";
body {
  margin: 0;
}

.mainvisual {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  min-height: 600px;
  margin: 0 auto;
  padding: 28px 7.14vw 0;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
  text-align: left;
}

.mainvisual .mainvisual__logo {
  width: 37.2vw;
  min-width: 200px;
  max-width: 500px;
}

.mainvisual .mainvisual__scroll {
  position: absolute;
  top: 94px;
  right: 7.14vw;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  transition: ease-in-out 0.2s;
  opacity: 0;
}

.mainvisual .mainvisual__scroll:hover {
  color: #efcc1a;
  transition: ease-in-out 0.2s;
}

.mainvisual .mainvisual__scroll::before {
  content: "";
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: -12px;
  left: -30px;
  z-index: 2;
  animation: scroll 2s cubic-bezier(1, 0, 0, 1) 0s infinite;
}

@media all and (-ms-high-contrast: none) {
  .mainvisual .mainvisual__scroll .mainvisual .mainvisual__scroll::before {
    content: "";
    background-image: url("../img/arrow.svg#svgView(preserveAspectRatio(xMinYMid))");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    width: 1.78571vw;
    height: 1.78571vw;
    top: calc(-0.892855vw + 0.1245vw);
    left: calc(-3.2vw + 0.892855vw - 0.1245vw);
    z-index: 2;
    animation: scroll 2s cubic-bezier(1, 0, 0, 1) 0s infinite;
  }
}

.mainvisual .mainvisual__scroll .circle {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: -42px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #efcc1a;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .mainvisual .mainvisual__scroll {
    display: none;
  }
}

.mainvisual .mainvisual__copy {
  font-family: Roboto, sans-serif;
  font-size: 7.44vw;
  font-weight: 500;
  line-height: 9.67vw;
  margin: 196px 0 0 0;
  padding-bottom: 96px;
}

.mainvisual .mainvisual__copy .text-wrapper {
  position: relative;
  display: inline-block;
}

.mainvisual .mainvisual__copy .text-wrapper .words {
  display: block;
  position: relative;
  overflow: hidden;
}

.mainvisual .mainvisual__copy .text-wrapper .words .rv {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
}

.mainvisual .mainvisual__copy .text-wrapper.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mainvisual .mainvisual__copy {
    font-size: 7.467vw;
    line-height: 9.67vw;
    margin: 36vw 0 0 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .mainvisual .mainvisual__copy {
    margin: 20vw 0 0 0;
    font-size: 7.467vw;
    line-height: 13.333vw;
    padding-bottom: 0;
  }
  .mainvisual .mainvisual__copy .text-wrapper.sp {
    display: inline-block;
  }
  .mainvisual .mainvisual__copy .text-wrapper.pc {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .mainvisual {
    padding: 28px 24px;
  }
}

@media screen and (max-width: 599px) {
  .mainvisual {
    justify-content: initial;
    min-height: initial;
  }
}

.copy {
  padding: 0 7.14vw;
  margin: auto;
}

.copy p {
  margin: 0;
  font-family: "Yu Gothic","游ゴシック",YuGothic,sans-serif;
  font-size: 2.38vw;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 4.76vw;
}

.copy p.sp {
  display: none;
}

.copy p .words {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.copy p .words .rv {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: white;
}

@media screen and (max-width: 1024px) {
  .copy {
    padding: 0 24px;
  }
}

@media screen and (max-width: 599px) {
  .copy p {
    font-size: 4.267vw;
    line-height: 9.6vw;
  }
  .copy p.pc {
    display: none;
  }
  .copy p.sp {
    display: block;
  }
}

.information {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-top: 192px;
  margin-bottom: 96px;
  padding: 0 7.14vw;
}

.information .title {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: initial;
  position: relative;
  padding-left: 36px;
  line-height: 40px;
}

.information .title::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #efcc1a;
  z-index: 1;
}

.information .information__body {
  width: 50%;
}

.information .information__body dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.information .information__body dt {
  flex-basis: 33.33%;
  margin: 0;
  font-family: "Yu Gothic","游ゴシック",YuGothic,sans-serif;
  font-size: 16px;
  line-height: 40px;
  text-align: left;
}

.information .information__body dd {
  flex-basis: 66.66%;
  margin: 0;
  padding: 0 0 44px 0;
  font-family: "Yu Gothic","游ゴシック",YuGothic,sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.information .information__body dd p {
  margin: 0;
}

.information .information__body dd a {
  display: block;
  width: 80px;
  height: 28px;
  color: #000;
  text-decoration: none;
  font-size: 10px;
  line-height: 26px;
  position: relative;
  margin-top: 12px;
  padding-left: 36px;
}

.information .information__body dd a::before {
  content: "";
  background-image: url("../img/arrow-s.svg");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 8px;
  height: 4px;
  width: 12px;
  z-index: 2;
  transition: ease-in-out 0.2s;
}

.information .information__body dd a:hover {
  color: #efcc1a;
  transition: ease-in-out 0.2s;
}

.information .information__body dd a .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #efcc1a;
  z-index: 1;
}

@media screen and (max-width: 1024px) {
  .information {
    display: block;
    margin-bottom: 96px;
    padding: 0 24px;
  }
  .information .information__body {
    width: 100%;
    margin-top: 88px;
  }
  .information .information__body dl {
    display: block;
  }
  .information .information__body dl dt {
    font-size: 12px;
    line-height: 40px;
    text-align: left;
    padding-right: 0;
    box-sizing: content-box;
  }
  .information .information__body dl dd {
    font-size: 14px;
    line-height: 40px;
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 599px) {
  .information {
    margin-top: 64px;
  }
  .information .information__body {
    margin-top: 44px;
  }
  .information .words {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .information .words .rv {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 10;
  }
}

.footer {
  padding: 0 7.14vw;
  background: #000;
  font-family: Roboto, sans-serif;
}

.footer .footer__block {
  display: flex;
  justify-content: space-between;
  margin: auto;
  padding: 84px 0;
}

.footer .footer__block div {
  width: 33.33%;
  color: #efcc1a;
}

.footer .footer__block .footer__logo img {
  max-width: 145px;
}

.footer .footer__block .footer__about {
  padding: 0;
}

.footer .footer__block .footer__about p {
  margin-top: 0;
}

.footer .footer__block .footer__contact {
  padding: 0;
}

.footer .footer__block .footer__contact ul {
  padding: 0;
  margin-top: 0;
  list-style: none;
}

.footer .footer__block .footer__contact ul .footer__mail {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}

.footer .footer__block .footer__contact ul .footer__mail::before {
  content: "";
  background-image: url("../img/M.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 28px;
  height: 28px;
  z-index: 1;
}

.footer .footer__block .footer__contact ul .footer__tel {
  position: relative;
  padding-left: 40px;
}

.footer .footer__block .footer__contact ul .footer__tel::before {
  content: "";
  background-image: url("../img/T.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 28px;
  height: 28px;
  z-index: 1;
}

.footer .footer__block .footer__contact ul a {
  text-decoration: none;
  color: #efcc1a;
}

.footer .footer__copyright {
  margin: auto;
  padding: 0 0 48px 0;
}

.footer .footer__copyright small {
  font-size: 10px;
  line-height: 18px;
  color: #666666;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 0 24px;
  }
  .footer .footer__block {
    padding: 48px 0 24px 0;
    display: block;
  }
  .footer .footer__block div {
    width: 100%;
  }
  .footer .footer__block .footer__logo {
    margin-bottom: 40px;
  }
  .footer .footer__block .footer__about {
    padding: 0;
    margin-bottom: 40px;
  }
  .footer .footer__block .footer__contact {
    padding: 0;
  }
  .footer .footer__block .footer__contact ul {
    padding: 0;
  }
  .footer .footer__copyright {
    padding-bottom: 48px;
  }
}

@keyframes scroll {
  0% {
    transform-origin: right bottom;
    transform: scale(1, 1);
  }
  25% {
    transform-origin: right bottom;
    transform: scale(1, 0);
  }
  25.1% {
    transform-origin: left top;
    transform: scale(1, 0);
  }
  45% {
    transform-origin: left top;
    transform: scale(1, 0);
  }
  70% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*# sourceMappingURL=style.css.map */