@charset "UTF-8";
.s5-returnToTop {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .s5-returnToTop {
    padding-top: 0 !important;
  }
}

.navOut {
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .navOut {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
}

#simulation {
  margin: 0 auto;
  position: relative;
  padding: 0;
  color: #000000;
}
#simulation > * {
  font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", Verdana, Helvetica, sans-serif;
  box-sizing: border-box;
}
#simulation img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}
#simulation .s5-p1 {
  line-height: 1.6;
}
#simulation .kv {
  width: 100%;
  height: 720px;
  background: url(../images/bg.jpg) no-repeat center center/cover;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #simulation .kv {
    height: auto;
  }
}
#simulation .kv > div {
  width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #simulation .kv > div {
    margin-top: 40px;
  }
}
#simulation .kv h1 {
  max-width: 463px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #simulation .kv h1 {
    max-width: 100%;
    margin: 0 auto;
    width: 60%;
  }
}
#simulation .kv ul.choice {
  max-width: 880px;
  margin: 60px auto 0;
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #simulation .kv ul.choice {
    margin-top: 30px;
  }
}
#simulation .kv ul.choice li {
  position: relative;
  width: 50%;
  height: 120px;
}
@media screen and (max-width: 768px) {
  #simulation .kv ul.choice li {
    height: 70px;
  }
}
#simulation .kv ul.choice li a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  color: #fff;
  font-size: 28px;
  line-height: 1.3;
  transition: opacity 0.3s;
}
@media (hover) {
  #simulation .kv ul.choice li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #simulation .kv ul.choice li a {
    font-size: 16px;
  }
}
#simulation .kv ul.choice li a span {
  display: block;
  font-size: 32px;
  font-weight: bold;
  padding-top: 5px;
}
@media screen and (max-width: 768px) {
  #simulation .kv ul.choice li a span {
    font-size: 20px;
  }
}
#simulation .kv ul.choice li:first-child a {
  border-radius: 60px 0 0 60px;
  box-shadow: -8px 10px 14px 0 rgba(0, 0, 0, 0.4);
  background-color: #23a523;
}
#simulation .kv ul.choice li:last-child a {
  border-radius: 0 60px 60px 0;
  box-shadow: 8px 10px 14px 0 rgba(0, 0, 0, 0.4);
  background-color: #2d75c7;
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pcImg {
    display: inline-block !important;
  }
  .sp {
    display: none !important;
  }
  .spImg {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .spImg {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
  .pcImg {
    display: none !important;
  }
}