@charset "UTF-8";
#main::before {
  content: "";
  background: url("/images/home/top_bg_sp.png") no-repeat center center;
  background-size: cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; }

#main {
  width: 100%;
  min-height: calc(100vh - 55px); }

#top {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  #top_wrap {
    position: relative;
    width: 100%;
    max-width: 1200px;
    min-height: calc(100vh - 55px);
    display: flex;
    justify-content: center;
    padding-top: 27vh; }
    #top_wrap a {
      color: #0f83bc;
      position: absolute;
      bottom: 15vh;
      left: calc(50% - 34px);
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      letter-spacing: 3px;
      font-family: "Ropa Sans", "Noto Sans JP", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 17px; }
      #top_wrap a:hover {
        opacity: 1; }
    #top_wrap a span {
      display: inline-block;
      position: absolute;
      top: -40px;
      left: 50%;
      width: 13px;
      height: 13px;
      margin-left: -12px;
      border-left: 1px solid #0f83bc;
      border-bottom: 1px solid #0f83bc;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-animation: sdb 4s infinite;
      animation: sdb 4s infinite; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0; } }

@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0; } }
  #top_img {
    max-width: 100%; }
  #top_catch {
    margin-top: 20px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #0f83bc; }

#top_video {
  display: none; }

#services {
  background-color: rgba(255, 255, 255, 0.65); }
  #services_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 35px; }
  #services_text {
    margin-top: 30px; }

#services .headline_jp, #system .headline_jp {
  margin-top: 20px;
  letter-spacing: .56vw;
  line-height: 1.5; }

#system {
  background-color: rgba(248, 245, 240, 0.88); }
  #system_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px 40px; }

.system_box {
  min-height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 30px 20px;
  background: #fff;
  border: 3px solid #2a2a2a; }
  .system_box:first-of-type {
    margin-top: 40px; }
  .system_box_text {
    font-weight: 600;
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center; }

@media screen and (min-width: 1200px) {
  #main::before {
    background-image: none; }
  #top_wrap a {
    bottom: 5vh; }
  #top_catch {
    margin-top: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px; }
  #top_video {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -2; }
  #services_wrap {
    padding: 30px 20px 110px; }
  #services_text {
    margin-top: 30px; }
  #services .headline_jp, #system .headline_jp {
    margin-top: 50px;
    letter-spacing: 3px; }
  #system_wrap {
    padding: 60px 20px 60px; }
  .system {
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap; }
    .system_box {
      display: flex;
      justify-content: center;
      align-items: center;
      width: calc(50% - 20px);
      margin-top: 50px;
      padding: 35px 20px; }
      .system_box:first-of-type {
        margin-top: 50px; }
      .system_box_text {
        font-size: 22px;
        font-weight: 600;
        line-height: 35px; } }

/*# sourceMappingURL=index.css.map */