@charset "UTF-8";
html {
  color: #000000;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 62.5%;
}

a:hover {
  opacity: 0.7;
}

.u-pc {
  display: block;
}

.u-sp {
  display: none;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  height: 100px;
  margin: 0 auto;
  padding: 0 10px;
}

.mv {
  background-color: #F5F1E8;
}

.mv_img {
  max-width: 1180px;
  margin: 0 auto;
}

.mv_img img {
  width: 100%;
}

.container {
  padding: 0 10px;
}

.content {
  max-width: 1100px;
  margin: 0 auto;
}

.content_explain > p {
  margin: 50px 0 0;
  font-size: 2.2rem;
  letter-spacing: -1px;
  line-height: 1.5;
  text-align: center;
}

.content_virtual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content_merit > p {
  margin: 80px 0;
  font-size: 2.8rem;
  letter-spacing: -1px;
  line-height: 1.5;
  text-align: center;
}

.content_merit > p > strong {
  color: #0D8D54;
  font-weight: bold;
}

.content_cond {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-top: 40px;
  padding: 30px 40px;
  border: 3px solid #0D8D54;
  background-color: #fff;
  font-family: ヒラギノ角ゴ Std;
  text-align: left;
}

.content_cond:before {
  position: absolute;
  top: -21px;
  left: -6px;
  width: 0;
  height: 0;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #0D8D54;
  content: "";
}

.content_cond_head {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.content_cond_title {
  display: inline-block;
  margin-bottom: 10px;
  border-bottom: 2px solid #0D8D54;
  color: #0D8D54;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}

.content_cond_desc {
  font-size: 1.4rem;
  line-height: 1.5;
}

.virtual {
  width: 515px;
  margin-top: 80px;
  background-color: #F1F8F4;
  text-align: center;
}

.virtual-top {
  padding-bottom: 30px;
  background-color: #fff;
}

.virtual-top_title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  padding-left: 60px;
  border-bottom: 3px solid #0D8D54;
  font-family: ヒラギノ角ゴ Std;
  font-size: 3rem;
  font-weight: bold;
  text-align: left;
}

.virtual-top_title:before {
  display: inline-block;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
  width: 45px;
  height: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/vr-icon.png");
  background-size: 45px;
  content: '';
}

.virtual-top_text {
  margin-bottom: 50px;
  font-size: 2rem;
  line-height: 1.5;
}

.virtual-top_iframe {
  width: 100%;
  margin: 0 auto 50px;
}

.virtual-top_iframe > iframe {
  width: 100%;
  max-width: 480px;
  height: 375px;
}

.virtual-top_btn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #E86E6E;
  color: #fff;
  font-family: ヒラギノ角ゴ Std;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1;
  cursor: pointer;
}

.virtual-top_btn a > span {
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.virtual-top_btn a :after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  content: '';
}

.virtual-bottom {
  padding: 40px 30px;
  font-family: ヒラギノ角ゴ Std;
}

.virtual-bottom_title {
  margin-bottom: 40px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0D8D54;
  color: #0D8D54;
  font-size: 2.6rem;
  font-weight: bold;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

.virtual-bottom_list_wrap {
  text-align: left;
}

.virtual-bottom_list_wrap + .virtual-bottom_list_wrap {
  margin-top: 40px;
}

.virtual-bottom_list_title {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.virtual-bottom_list_title > strong {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #000;
  color: #E86E6E;
  line-height: 1;
}

.virtual-bottom_list_desc {
  font-size: 1.4rem;
  line-height: 1.5;
}

.virtual-bottom_list_p {
  line-height: 1.8;
}

.virtual-bottom_list_p.-dot {
  position: relative;
  padding-left: 15px;
}

.virtual-bottom_list_p.-dot:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '・';
}

.virtual-bottom_list_note {
  margin-top: 40px;
  color: #757575;
  font-size: 1.3rem;
  letter-spacing: -0.1px;
  line-height: 1.7;
  text-align: left;
}

.virtual-bottom_list_note_p {
  position: relative;
  padding-left: 15px;
}

.virtual-bottom_list_note_p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

.contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto;
  padding: 50px 40px;
  border: 10px solid #F5F1E8;
}

.contact_text {
  color: #523F1E;
  font-size: 2rem;
  line-height: 1.5;
}

.contact_title {
  margin: 40px 0;
  color: #523F1E;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.contact_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 500px;
  height: 80px;
  margin: 0 auto 40px;
  border-radius: 40px;
  background-color: #F78E00;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

.contact_btn:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 30px;
  margin-right: 20px;
  background-color: #fff;
  color: #F78E00;
  font-size: 1.6rem;
  content: '無料';
}

.contact_note {
  padding-left: 14px;
  color: #523F1E;
  font-size: 1.4rem;
  text-align: center;
}

.contact_note:before {
  content: '※';
}

.footer {
  margin-top: 150px;
  padding: 35px 10px;
  background-color: #11763C;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
}

.top-btn {
  z-index: 2;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  background-color: #90C31F;
}

.top-btn:after {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 4px);
  bottom: 0;
  left: calc(50% + 4px);
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  content: '';
}

.top-btn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
  .header {
    max-width: 100%;
  }
  .header_title {
    margin: 0 auto;
  }
  .container {
    padding: 0 20px;
  }
  .content_explain > p {
    margin: 40px 0 0;
    font-size: 1.6rem;
    line-height: 2;
  }
  .content_virtual {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0;
  }
  .content_merit > p {
    margin: 40px 0;
    font-size: 1.4rem;
  }
  .content_cond {
    position: relative;
    margin-top: 20px;
    padding: 20px 10px;
  }
  .content_cond:before {
    top: -13px;
    left: -3px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #0D8D54;
  }
  .content_cond_head {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .content_cond_title {
    color: #0D8D54;
    font-size: 1.2rem;
  }
  .content_cond_desc {
    font-size: 1.2rem;
  }
  .virtual {
    width: 100%;
    margin: 40px auto 0;
  }
  .virtual + .virtual {
    margin: 50px auto 0;
  }
  .virtual + .virtual .virtual-top_title {
    padding-bottom: 3px;
  }
  .virtual-top {
    padding-bottom: 20px;
  }
  .virtual-top_title {
    font-size: 2.4rem;
  }
  .virtual-top_title:before {
    width: 40px;
    height: 40px;
  }
  .virtual-top_text {
    margin-bottom: 30px;
    font-size: 1.6rem;
  }
  .virtual-top_iframe {
    margin: 0 auto 30px;
  }
  .virtual-top_iframe > iframe {
    width: 100%;
    max-width: 320px;
    height: 250px;
  }
  .virtual-top_btn a {
    height: 60px;
    font-size: 2rem;
  }
  .virtual-top_btn a > span {
    font-size: 1.2rem;
  }
  .virtual-top_btn a :after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
  }
  .virtual-bottom {
    padding: 25px 30px;
  }
  .virtual-bottom_title {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }
  .virtual-bottom_list_wrap + .virtual-bottom_list_wrap {
    margin-top: 30px;
  }
  .virtual-bottom_list_title {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .virtual-bottom_list_title > strong {
    margin-right: 10px;
    padding-right: 10px;
  }
  .virtual-bottom_list_desc {
    font-size: 1.2rem;
    line-height: 2;
  }
  .virtual-bottom_list_note {
    margin-top: 30px;
    font-size: 1rem;
  }
  .contact {
    padding: 30px 18px;
    border: 6px solid #F5F1E8;
  }
  .contact_text {
    font-size: 1.2rem;
    text-align: center;
  }
  .contact_title {
    margin: 30px 0 20px;
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .contact_btn {
    height: 60px;
    margin: 0 auto 20px;
    font-size: 2rem;
  }
  .contact_btn:before {
    width: 40px;
    height: 24px;
    font-size: 1.2rem;
    content: '無料';
  }
  .contact_note {
    position: relative;
    padding-left: 14px;
    font-size: 1rem;
    text-align: left;
  }
  .contact_note:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: '※';
  }
  .footer {
    margin-top: 60px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .virtual {
    margin: 80px auto 0;
  }
}
