@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
#main {
  position: relative;
}
#main:before {
  content: "";
  display: block;
  width: calc(100% - 1.6rem);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: calc(50% - 5.5rem);
}
@media screen and (max-width: 767.98px) {
  #main:before {
    width: calc(100% - 0.3rem);
    height: calc(100% + 0.3rem);
    right: auto;
  }
}

/* ************************
contact common
************************ */
.contactcnt {
  margin-top: 0.72rem;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .contactcnt {
    margin-top: 0.3rem;
    padding-bottom: 1.5rem;
  }
}
.contactcnt .container {
  max-width: 11rem;
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .contactcnt .container {
    padding: 0 0.6rem 0 0.3rem;
  }
}
.contactcnt.contact-thanks .contact-box {
  max-width: none;
}
@media screen and (max-width: 767.98px) {
  .contactcnt.contact-thanks .contact-box {
    padding-bottom: 0;
  }
}
.contactcnt.contact-thanks .contact-box-info .thx-txt {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .contactcnt.contact-thanks .contact-box-info .thx-txt {
    font-size: 0.2rem;
  }
}
.contactcnt.contact-thanks .contact-box .arrow-left {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .contactcnt.contact-thanks .contact-box .arrow-left {
    margin-top: 0.4rem;
  }
}

.contact-title {
  font-size: 0.22rem;
  font-weight: 700;
  padding-left: 0.36rem;
  margin-bottom: 0.6rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .contact-title {
    font-size: 0.2rem;
    padding-left: 0.32rem;
    margin-bottom: 0.4rem;
    line-height: 1.5;
  }
}
.contact-title:before {
  content: "";
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.64rem;
  color: #269db9;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.06rem;
  margin-left: -0.36rem;
}
@media screen and (max-width: 767.98px) {
  .contact-title:before {
    font-size: 0.45rem;
    margin-bottom: 0.04rem;
    margin-left: -0.32rem;
  }
}
.contact-title:after {
  content: "";
  display: block;
  width: 0.18rem;
  height: 0.04rem;
  border-right: 1px solid #0a0a0a;
  border-bottom: 1px solid #0a0a0a;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  position: absolute;
  bottom: 0.18rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .contact-title:after {
    width: 0.23rem;
    height: 0.06rem;
    bottom: 0.13rem;
  }
}
.contact-list {
  max-width: 9.3rem;
}
.contact-list h2 {
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .contact-list h2 {
    font-size: 0.2rem;
    margin-bottom: 0.4rem;
  }
}
.contact-list input,
.contact-list textarea {
  background-color: #f2f2f2;
  padding: 0.08rem 0.16rem;
}
@media screen and (max-width: 767.98px) {
  .contact-list input,
  .contact-list textarea {
    padding: 0.09rem 0.12rem;
    font-size: 0.16rem;
  }
}
.contact-list input {
  min-height: 0.5rem;
}
@media screen and (max-width: 767.98px) {
  .contact-list input {
    min-height: 0;
  }
}
.contact-list textarea {
  height: 2rem;
  resize: vertical;
}
@media screen and (max-width: 767.98px) {
  .contact-list textarea {
    height: 1.08rem;
  }
}
.contact-list dl {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .contact-list dl {
    display: block;
    margin-top: 0.2rem;
  }
}
.contact-list dl dt {
  width: 1.94rem;
  font-size: 0.16rem;
  font-weight: 500;
  padding-right: 0.28rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .contact-list dl dt {
    width: 100%;
    display: inline-block;
    font-size: 0.13rem;
    margin-bottom: 0.04rem;
  }
}
.contact-list dl dt .required {
  min-width: 0.46rem;
  display: inline-block;
  background-color: #0a0a0a;
  font-size: 0.13rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 0.04rem 0.08rem;
}
@media screen and (max-width: 767.98px) {
  .contact-list dl dt .required {
    min-width: 0;
    margin-left: 0.16rem;
    padding: 0.02rem 0.04rem;
    font-size: 0.11rem;
  }
}
.contact-list dl dd {
  width: calc(100% - 1.94rem);
}
@media screen and (max-width: 767.98px) {
  .contact-list dl dd {
    width: 100%;
  }
}
.contact-list dl.message {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact-list dl.message dt {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.contact-list p.pptxt {
  margin-top: 0.6rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .contact-list p.pptxt {
    margin-top: 0.3rem;
    font-size: 0.11rem;
  }
}
.contact-list a {
  color: #269db9;
}
.contact-list .btnbox .btn {
  width: 2.2rem;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .contact-list .btnbox .btn {
    width: 70%;
    height: 0.55rem;
    font-size: 0.15rem;
  }
}

/* ************************
content
************************ */
#contact .contact-title:before {
  content: "CONTACT";
  letter-spacing: 0;
}
#trial .contact-title:before {
  content: "TRIAL";
  letter-spacing: 0;
}
#trial .contact-list dl.message dt {
  padding-right: 0.08rem;
  line-height: 1.5;
}
#trial .contact-list dl.message dd textarea {
  height: 1rem;
}

#confirm .contact-title:before {
  content: "CONFIRM";
  letter-spacing: 0;
}
#confirm .contact-title.trial-title:before {
  content: "TRIAL";
}
#confirm .formbox dl .required {
  display: none;
}
#confirm .formbox dl.message dt {
  padding-right: 0.08rem;
}
#confirm .formbox .pptxt {
  display: none;
}
#confirm .formbox .btnbox {
  padding-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  #confirm .formbox .btnbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#confirm .formbox .btnbox .btn {
  margin: 0 0.2rem;
}
@media screen and (max-width: 767.98px) {
  #confirm .formbox .btnbox .btn {
    margin: 0 0.1rem;
  }
}
#confirm .formbox .btnbox .btn.back {
  background-color: #808080;
}

.foot-bridge {
  padding: 0.8rem 0 0.6rem;
  background: transparent url(../img/index/bg_bridge01.jpg) no-repeat scroll 0 0/cover;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge {
    padding: 1.15rem 0 0.35rem;
    background-image: url(../img/index/bg_bridge01_sp.jpg);
  }
}
.foot-bridge-title {
  font-size: 0.22rem;
  font-weight: 700;
  width: 4.3rem;
  height: 0.6rem;
  color: #fff;
  background-color: #0a0a0a;
  margin-top: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -0.3rem;
  left: calc(50% - 5.55rem);
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-title {
    font-size: 0.15rem;
    width: 2.85rem;
    height: 0.4rem;
    top: -0.2rem;
    left: 0.3rem;
  }
}
.foot-bridge .container {
  top: 0;
  padding-left: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge .container {
    display: block;
    padding-left: 0;
  }
}
.foot-bridge-img {
  width: 2.32rem;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-img {
    width: 100%;
    text-align: center;
    margin-bottom: 0.16rem;
  }
}
.foot-bridge-img img {
  aspect-ratio: 792/1064;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-img img {
    width: 0.8rem;
  }
}
.foot-bridge-info {
  width: 3.5rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-info {
    width: 100%;
    margin-left: 0;
  }
}
.foot-bridge-info-title {
  font-size: 0.29rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #fff;
  text-align: center;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-info-title {
    font-size: 0.2rem;
  }
}
.foot-bridge-info-title:before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 0.54rem;
  background: transparent url(../img/index/logo_w.svg) no-repeat scroll center center/contain;
  margin-bottom: 0.74rem;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-info-title:before {
    width: 2.1rem;
    margin: 0 auto 0.32rem;
  }
}
.foot-bridge-info-title:after {
  content: "FREE TRIAL";
  display: block;
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.34rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0.64rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-info-title:after {
    top: 0.46rem;
    font-size: 0.25rem;
  }
}
.foot-bridge-info-title span {
  display: block;
  width: 1.32rem;
  color: #fff;
  font-size: 0.17rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.14em;
  padding: 0.08rem 0.12rem;
  margin: 0 auto 0.24rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-info-title span {
    width: 1rem;
    font-size: 0.13rem;
    padding: 0.06rem 0.06rem;
    margin-bottom: 0.16rem;
  }
}
.foot-bridge-info-title span:before, .foot-bridge-info-title span:after {
  content: "";
  display: block;
}
.foot-bridge-info-title span:before {
  width: 0.12rem;
  height: 0.12rem;
  background-color: #269db9;
  border: 2px solid transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  bottom: -0.06rem;
  left: calc((100% - 0.14rem) / 2);
  z-index: -1;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.foot-bridge-info-title span:after {
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  background-color: #269db9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-info-button {
    padding-top: 0.24rem;
  }
}
.foot-bridge-info-button .btn {
  width: 2.22rem;
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-info-button .btn {
    width: 2rem;
    height: 0.55rem;
  }
}
@media screen and (max-width: 767.98px) {
  .foot-bridge-info-button .btn span {
    font-size: 0.15rem;
    letter-spacing: 0.05em;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}