@charset "UTF-8";
/* =================================
home
================================= */
/* common */
.sec-title {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec-title {
    font-size: 2.7rem;
  }
}

.sec-title > small {
  display: block;
  margin-top: 25px;
  color: #058cd9;
  font-size: 1.6rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec-title > small {
    margin-top: 10px;
    font-size: 1.2rem;
  }
}

.sec-sub-title {
  margin: 70px 0;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sec-sub-title {
    margin: 30px 0;
    font-size: 2.2rem;
  }
}

.sec-sub-title > br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .sec-sub-title > br {
    display: block;
  }
}

.main-hero {
  position: relative;
  padding: 70px 0 0;
}

@media only screen and (max-width: 768px) {
  .main-hero {
    padding-top: 51px;
  }
}

.main-hero h1 {
  position: absolute;
  top: 20px;
  left: 14.7819%;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.88;
  opacity: 0;
  -webkit-transition: all .7s 2s ease-out;
  -o-transition: all .7s 2s ease-out;
  transition: all .7s 2s ease-out;
}

@media only screen and (max-width: 768px) {
  .main-hero h1 {
    left: 35px;
    font-size: 2.1rem;
    line-height: 1.79;
  }
}

.main-hero h1.animated {
  top: -14px;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .main-hero h1.animated {
    top: 12px;
  }
}

.main-hero img {
  width: 100%;
}

/* movie */
.movie-area {
  max-width: 756px;
  margin: 80px auto 0;
}

@media only screen and (max-width: 768px) {
  .movie-area {
    margin-top: 40px;
  }
}

.movie-area .movie-content {
  position: relative;
  width: 100%;
  padding-top: 56.26%;
}

.movie-area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* section */
.hvls-about {
  padding: 90px 0 100px;
}

@media only screen and (max-width: 768px) {
  .hvls-about {
    padding: 35px 0 40px;
  }
}

.hvls-about h2 {
  color: #058cd9;
}

@media only screen and (max-width: 768px) {
  .hvls-about h2 {
    font-size: 2.1rem;
  }
}

.hvls-about h2 > strong {
  display: inline-block;
  padding: 5px 11px;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 1.4rem;
  line-height: 1;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .hvls-about h2 > strong {
    display: block;
    max-width: 70px;
    margin: 10px auto 0;
    padding: 5px;
    font-size: 1rem;
  }
}

.hvls-about h2 + p {
  margin-top: 30px;
  text-align: center;
  line-height: 1.88;
}

@media only screen and (max-width: 768px) {
  .hvls-about h2 + p {
    margin-top: 10px;
    text-align: left;
  }
}

@media only screen and (max-width: 768px) {
  .hvls-about h2 + p > br {
    display: none;
  }
}

.hvls-about h2 > br {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hvls-about h2 > br {
    display: block;
  }
}

.hvls-about .about-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list {
    display: block;
  }
}

.hvls-about .about-list > li {
  position: relative;
  top: 20px;
  width: calc(100% / 3 - (70px / 3));
  padding: 30px 0;
  background: #eaf8ff;
  border: 1px solid #058cd9;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list > li {
    width: 100%;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list > li + li {
    margin-top: 10px;
  }
}

.hvls-about .about-list > li.animated {
  top: 0;
  opacity: 1;
}

.hvls-about .about-list > li:nth-child(1) dt:before {
  width: 30px;
  background-image: url(../images/home/icon_about_01.png);
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list > li:nth-child(1) dt:before {
    width: 22px;
  }
}

.hvls-about .about-list > li:nth-child(2) dt:before {
  width: 42px;
  background-image: url(../images/home/icon_about_02.png);
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list > li:nth-child(2) dt:before {
    width: 31px;
  }
}

.hvls-about .about-list > li:nth-child(3) dt:before {
  width: 38px;
  background-image: url(../images/home/icon_about_03.png);
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list > li:nth-child(3) dt:before {
    width: 28px;
  }
}

.hvls-about .about-list dl {
  height: 100%;
  padding-top: 54px;
}

.hvls-about .about-list dl dt {
  position: relative;
  max-width: 122px;
  margin: 0 auto;
  padding: 3px 0 2px;
  background: #058cd9;
  border-radius: 15px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list dl dt {
    max-width: 91px;
    font-size: 1.2rem;
  }
}

.hvls-about .about-list dl dt:before {
  display: block;
  content: "";
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 54px;
  background: no-repeat 0 0;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list dl dt:before {
    top: -40px;
    height: 40px;
  }
}

.hvls-about .about-list dl dd {
  margin-top: 20px;
  height: calc(100% - 50px);
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list dl dd {
    margin-top: 10px;
    height: 100%;
  }
}

.hvls-about .about-list dl dd p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list dl dd p {
    font-size: 1.5rem;
  }
}

.hvls-about .about-list dl dd p + p {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list dl dd p + p {
    margin-top: 10px;
  }
}

.hvls-about .about-list dl dd p strong {
  color: #058cd9;
  font-size: 3.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list dl dd p strong {
    font-size: 2.7rem;
  }
}

.hvls-about .about-list dl dd p em {
  color: #058cd9;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list dl dd p br {
    display: none;
  }
}

.hvls-about .about-list dl dd.center {
  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;
}

@media only screen and (max-width: 768px) {
  .hvls-about .about-list dl dd.center {
    display: block;
  }
}

.hvls-features {
  padding: 90px 0 154px;
  background: url(../images/home/bg_wave_bottom.svg) no-repeat bottom center, -webkit-gradient(linear, left bottom, left top, from(#eff3ff), to(#e5f9ff));
  background: url(../images/home/bg_wave_bottom.svg) no-repeat bottom center, -webkit-linear-gradient(bottom, #eff3ff, #e5f9ff);
  background: url(../images/home/bg_wave_bottom.svg) no-repeat bottom center, -o-linear-gradient(bottom, #eff3ff, #e5f9ff);
  background: url(../images/home/bg_wave_bottom.svg) no-repeat bottom center, linear-gradient(to top, #eff3ff, #e5f9ff);
  background-size: contain , auto;
  border-top: 3px solid #fff;
}

@media only screen and (max-width: 768px) {
  .hvls-features {
    padding: 35px 0 60px;
  }
}

.hvls-features .features-summary {
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-summary {
    margin: 0 -10px;
  }
}

.hvls-features .features-summary > img {
  width: 100%;
  max-width: 756px;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list {
    margin-top: 32px;
    padding: 0 10px;
  }
}

.hvls-features .features-list > li {
  position: absolute;
  padding: 10px 20px 20px;
  background: #fff;
  border-top: 10px solid rgba(0, 160, 233, 0.4);
  border-radius: 6px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list > li {
    position: static;
    padding: 10px 15px 15px;
    border-top-width: 7px;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list > li + li {
    margin-top: 15px;
  }
}

.hvls-features .features-list > li.animated {
  opacity: 1;
}

.hvls-features .features-list > li:nth-child(1) {
  top: 70px;
  left: 0;
  max-width: 459px;
}

.hvls-features .features-list > li:nth-child(2) {
  top: 6px;
  right: 0;
  max-width: 459px;
}

.hvls-features .features-list > li:nth-child(3) {
  bottom: 151px;
  left: 0;
  max-width: 360px;
}

.hvls-features .features-list > li:nth-child(4) {
  bottom: 40px;
  right: 0;
  max-width: 360px;
}

.hvls-features .features-list dl {
  text-align: left;
}

.hvls-features .features-list dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list dl dt {
    font-size: 1.4rem;
  }
}

.hvls-features .features-list dl dd {
  margin-top: 7px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list dl dd {
    margin-top: 5px;
  }
}

.hvls-features .features-list .item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hvls-features .features-list .item01 dl {
  width: calc(100% - 108px);
}

.hvls-features .features-list .item01 .image {
  width: 98px;
  margin-left: auto;
}

.hvls-features .features-list .item01 .image > img {
  width: 100%;
}

.hvls-features .features-list .item02 dd li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.hvls-features .features-list .item02 dd li + li {
  margin-top: 5px;
}

.hvls-features .features-list .item02 dd li > span {
  display: block;
}

.hvls-features .features-list .item02 dd li .title {
  position: relative;
  min-width: 76px;
  padding-left: 16px;
  color: #00a0e9;
  white-space: nowrap;
}

.hvls-features .features-list .item02 dd li .title:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  content: "●";
}

.hvls-features .features-list .item02 dd li .text {
  padding-left: 5px;
}

.hvls-features .features-list .item03 dd + dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.hvls-features .features-list .item03 dd ul {
  width: calc(100% - 108px);
}

.hvls-features .features-list .item03 dd ul li {
  position: relative;
  padding-left: 16px;
  color: #00a0e9;
}

.hvls-features .features-list .item03 dd ul li:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  content: "●";
}

.hvls-features .features-list .item03 dd .image {
  width: 98px;
  margin-left: auto;
}

.hvls-features .features-list .item03 dd .image > img {
  width: 100%;
}

.hvls-features .features-list .item04 dd .plus {
  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;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list .item04 dd .plus {
    margin-top: 10px;
  }
}

.hvls-features .features-list .item04 dd .plus .text {
  width: 100%;
  max-width: 112px;
  padding: 10px;
  background: #00a0e9;
  border-radius: 6px;
  -webkit-box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list .item04 dd .plus .text {
    max-width: 84px;
    padding: 5px;
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.15);
    font-size: 1.1rem;
  }
}

.hvls-features .features-list .item04 dd .plus .text strong {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list .item04 dd .plus .text strong {
    font-size: 1.8rem;
  }
}

.hvls-features .features-list .item04 dd .plus .code {
  margin: 0 10px;
  color: #00a0e9;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list .item04 dd .plus .code {
    margin: 0 5px;
    font-size: 1.5rem;
  }
}

.hvls-features .features-list .item04 dd .image {
  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;
  margin-top: 19px;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list .item04 dd .image {
    margin-top: 15px;
  }
}

.hvls-features .features-list .item04 dd .image > img {
  width: 100%;
  max-width: 102px;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list .item04 dd .image > img {
    max-width: 76px;
  }
}

.hvls-features .features-list .item04 dd .image > figcaption {
  margin-left: 20px;
  color: #00a0e9;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list .item04 dd .image > figcaption {
    margin-left: 10px;
    font-size: 1.1rem;
  }
}

.hvls-features .features-list .item04 dd .image > figcaption strong {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .hvls-features .features-list .item04 dd .image > figcaption strong {
    font-size: 1.8rem;
  }
}

.hvls-predominance {
  padding: 110px 0 120px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance {
    padding: 35px 0 40px;
  }
}

.hvls-predominance .predominance-list {
  position: relative;
  min-height: 1003px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list {
    min-height: auto;
    margin-top: 30px;
    padding: 0 9px;
  }
}

.hvls-predominance .predominance-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  max-width: 460px;
  min-height: 460px;
  padding: 63px;
  border: 1px solid #0393df;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li {
    position: relative;
    max-width: 337px;
    min-height: 337px;
    padding: 30px 46px 0;
  }
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li + li {
    margin-top: -18px;
  }
}

.hvls-predominance .predominance-list > li.animated {
  opacity: 1;
}

.hvls-predominance .predominance-list > li:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg, #9dadff 0%, #4fd5ff 70%);
  background: -o-linear-gradient(315deg, #9dadff 0%, #4fd5ff 70%);
  background: linear-gradient(135deg, #9dadff 0%, #4fd5ff 70%);
  border-radius: 50%;
  opacity: .15;
}

.hvls-predominance .predominance-list > li:nth-child(1) {
  top: 0;
  left: 0;
}

.hvls-predominance .predominance-list > li:nth-child(1):after {
  top: -15px;
  right: -12px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(1):after {
    top: -7px;
    right: -6px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(1) .icon img {
  width: 110px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(1) .icon img {
    width: 70px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(2) {
  top: 0;
  right: 0;
}

.hvls-predominance .predominance-list > li:nth-child(2):after {
  top: -7px;
  left: -12px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(2):after {
    top: -3px;
    left: -6px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(2) .icon img {
  width: 97px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(2) .icon img {
    width: 65px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(3) {
    top: auto;
    left: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
}

.hvls-predominance .predominance-list > li:nth-child(3):after {
  top: 13px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(3):after {
    top: 6px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(3) .icon img {
  width: 94px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(3) .icon img {
    width: 63px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(4) {
  bottom: 0;
  left: 0;
}

.hvls-predominance .predominance-list > li:nth-child(4):after {
  top: -12px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(4):after {
    top: -6px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(4) .icon img {
  width: 110px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(4) .icon img {
    width: 70px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(5) {
  bottom: 0;
  right: 0;
}

.hvls-predominance .predominance-list > li:nth-child(5):after {
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(5):after {
    top: 6px;
  }
}

.hvls-predominance .predominance-list > li:nth-child(5) .icon img {
  width: 107px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list > li:nth-child(5) .icon img {
    width: 71px;
  }
}

.hvls-predominance .predominance-list .wrap {
  position: relative;
  z-index: 3;
}

.hvls-predominance .predominance-list .icon {
  min-height: 114px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list .icon {
    min-height: 76px;
  }
}

.hvls-predominance .predominance-list dl {
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list dl {
    margin-top: 15px;
  }
}

.hvls-predominance .predominance-list dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list dl dt {
    font-size: 1.4rem;
  }
}

.hvls-predominance .predominance-list dl dd {
  margin-top: 15px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-list dl dd {
    margin-top: 10px;
    line-height: 1.5;
  }
}

.hvls-predominance .predominance-list dl dd small {
  font-size: 1.2rem;
}

.hvls-predominance .predominance-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 954px;
  margin: 65px auto 0;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-summary {
    display: block;
    margin-top: 25px;
  }
}

.hvls-predominance .predominance-summary dl {
  max-width: 261px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-summary dl {
    max-width: none;
  }
}

.hvls-predominance .predominance-summary dl dt {
  padding: 6px 15px;
  background: #00519b;
  border-radius: 6px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-summary dl dt {
    padding: 5px 10px 4px;
    font-size: 1.4rem;
  }
}

.hvls-predominance .predominance-summary dl dd {
  margin-top: 20px;
  font-size: 1.4rem;
}

.hvls-predominance .predominance-summary dl dd > img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-summary dl dd > img {
    max-width: 250px;
    margin: 0 auto 15px;
  }
}

.hvls-predominance .predominance-summary figure {
  width: calc(100% - 297px);
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  .hvls-predominance .predominance-summary figure {
    width: 100%;
    margin-top: 15px;
  }
}

.hvls-predominance .predominance-summary figure img {
  width: 100%;
}

.hvls-divercity {
  padding: 95px 0 90px;
  background: -webkit-gradient(linear, left bottom, left top, from(#eff4ff), to(#e5faff));
  background: -webkit-linear-gradient(bottom, #eff4ff, #e5faff);
  background: -o-linear-gradient(bottom, #eff4ff, #e5faff);
  background: linear-gradient(to top, #eff4ff, #e5faff);
}

@media only screen and (max-width: 768px) {
  .hvls-divercity {
    padding: 35px 0;
  }
}

.hvls-divercity .divercity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1026px;
  margin: -35px auto 0;
}

@media only screen and (max-width: 768px) {
  .hvls-divercity .divercity-list {
    margin: -20px 0 0;
    padding: 0 17.5px;
  }
}

.hvls-divercity .divercity-list > li {
  width: calc(100% / 4 - 76.5px);
  margin: 65px 0 0 102px;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

@media only screen and (max-width: 768px) {
  .hvls-divercity .divercity-list > li {
    width: calc(100% / 2 - 25px);
    margin: 40px 0 0;
  }
}

.hvls-divercity .divercity-list > li.animated {
  margin-top: 35px;
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .hvls-divercity .divercity-list > li.animated {
    margin-top: 20px;
  }
}

.hvls-divercity .divercity-list > li:nth-child(4n+1) {
  margin-left: 0;
}

.hvls-divercity .divercity-list .thumb img {
  width: 100%;
}

.hvls-divercity .divercity-list dl {
  margin-top: 15px;
  padding-left: 20px;
}

@media only screen and (max-width: 768px) {
  .hvls-divercity .divercity-list dl {
    padding-left: 10px;
  }
}

.hvls-divercity .divercity-list dl dt {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .hvls-divercity .divercity-list dl dt {
    font-size: 1.4rem;
  }
}

.hvls-divercity .divercity-list dl dd {
  margin-top: 15px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .hvls-divercity .divercity-list dl dd {
    margin-top: 5px;
    font-size: 1.2rem;
  }
}

.hvls-comparison {
  padding: 156px 0;
  background: url(../images/home/bg_comparison.png) no-repeat center center;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .hvls-comparison {
    padding: 0;
    background: none;
  }
}

.hvls-comparison .sp-image {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hvls-comparison .sp-image {
    display: block;
    position: relative;
    z-index: -1;
    margin: 0 -10px;
  }
}

@media only screen and (max-width: 768px) {
  .hvls-comparison .sp-image img {
    width: 100%;
  }
}

.hvls-comparison-box {
  max-width: 558px;
  margin-left: auto;
  margin-right: -80px;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

@media only screen and (max-width: 768px) {
  .hvls-comparison-box {
    max-width: none;
    margin-top: -40px;
    margin-right: 0;
  }
}

.hvls-comparison-box.animated {
  margin-right: 0;
  opacity: 1;
}

.hvls-comparison-box h2 {
  padding: 12px 23px;
  background: #058cd9;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .hvls-comparison-box h2 {
    padding: 7px 15px 6px;
    font-size: 1.8rem;
  }
}

.hvls-comparison-box ul {
  padding: 23px;
  background: #fff;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .hvls-comparison-box ul {
    padding: 15px;
  }
}

.hvls-comparison-box ul > li {
  position: relative;
  padding-left: 16px;
}

.hvls-comparison-box ul > li + li {
  margin-top: 17px;
}

@media only screen and (max-width: 768px) {
  .hvls-comparison-box ul > li + li {
    margin-top: 0;
  }
}

.hvls-comparison-box ul > li strong {
  font-weight: bold;
}

.hvls-comparison-box ul > li:before {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  content: "●";
  color: #058cd9;
}

.hvls-flow {
  padding: 110px 0 120px;
}

@media only screen and (max-width: 768px) {
  .hvls-flow {
    padding: 40px 0;
  }
}

.hvls-flow .flow-list {
  max-width: 756px;
  margin: 60px auto 0;
}

@media only screen and (max-width: 768px) {
  .hvls-flow .flow-list {
    margin-top: 30px;
  }
}

.hvls-flow .flow-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border: 1px solid #99d9f6;
  font-size: 1.8rem;
  opacity: 0;
  -webkit-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}

@media only screen and (max-width: 768px) {
  .hvls-flow .flow-list > li {
    font-size: 1.4rem;
  }
}

.hvls-flow .flow-list > li.animated {
  opacity: 1;
}

.hvls-flow .flow-list > li:after {
  display: block;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #99d9f6 transparent transparent transparent;
}

@media only screen and (max-width: 768px) {
  .hvls-flow .flow-list > li:after {
    bottom: -21px;
    border-width: 11px 6px 0 6px;
  }
}

.hvls-flow .flow-list > li:last-child:after {
  display: none;
}

.hvls-flow .flow-list > li + li {
  margin-top: 50px;
}

@media only screen and (max-width: 768px) {
  .hvls-flow .flow-list > li + li {
    margin-top: 31px;
  }
}

.hvls-flow .flow-list > li .num {
  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;
  min-width: 49px;
  min-height: 49px;
  background: #99d9f6;
}

@media only screen and (max-width: 768px) {
  .hvls-flow .flow-list > li .num {
    min-width: 39px;
    height: 100%;
  }
}

.hvls-flow .flow-list > li .text {
  margin-left: 20px;
}

@media only screen and (max-width: 768px) {
  .hvls-flow .flow-list > li .text {
    margin-left: 6px;
  }
}

/* story */
.takumi-story {
  background: -webkit-gradient(linear, left top, left bottom, from(#eff3ff), to(#e5f9ff));
  background: -webkit-linear-gradient(top, #eff3ff 0%, #e5f9ff 100%);
  background: -o-linear-gradient(top, #eff3ff 0%, #e5f9ff 100%);
  background: linear-gradient(to bottom, #eff3ff 0%, #e5f9ff 100%);
}

.takumi-story:after {
  content: "";
  display: table;
  clear: both;
}

.takumi-story_hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #058cd9;
}

.takumi-story_hero h1 {
  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: calc((495 / 1352) * 100%);
}

.takumi-story_hero h1 > picture {
  display: block;
  margin: 0 35px 0 auto;
}

@media only screen and (max-width: 768px) {
  .takumi-story_hero h1 > picture {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .takumi-story_hero h1 > picture img {
    max-width: 111px;
  }
}

.takumi-story_hero .photo {
  position: relative;
  width: calc((857 / 1352) * 100%);
}

.takumi-story_hero .photo > img {
  width: 100%;
}

.takumi-story_hero .photo .caption {
  display: block;
  position: absolute;
  bottom: 6.542%;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .takumi-story_hero .photo .caption {
    font-size: 1rem;
  }
}

.takumi-story_hero .photo .caption.left {
  left: 11.668%;
}

.takumi-story_hero .photo .caption.right {
  right: 25.0875%;
}

@media only screen and (max-width: 768px) {
  .takumi-story_hero .photo .caption.right {
    right: 22%;
  }
}

.takumi-story_hero .photo .caption b {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .takumi-story_hero .photo .caption b {
    font-size: 1rem;
  }
}

.takumi-story_hero .photo .caption .only-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .takumi-story_hero .photo .caption .only-sp {
    display: block;
  }
}

.takumi-story-inner {
  position: relative;
  max-width: 1153px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .takumi-story-inner {
    padding: 0 10px;
  }
}

.takumi-story-box {
  position: relative;
  height: auto;
  opacity: 1;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.takumi-story-box.is-hidden {
  height: 0;
  opacity: 0;
}

.takumi-story-box.is-hidden.blind:after {
  display: none;
}

.takumi-story-box.is-hidden.box03 {
  padding: 0;
}

.takumi-story-box.blind:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 570px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 248, 255, 0)), color-stop(60%, #e9f7ff));
  background: -webkit-linear-gradient(top, rgba(234, 248, 255, 0) 0%, #e9f7ff 60%);
  background: -o-linear-gradient(top, rgba(234, 248, 255, 0) 0%, #e9f7ff 60%);
  background: linear-gradient(to bottom, rgba(234, 248, 255, 0) 0%, #e9f7ff 60%);
}

@media only screen and (max-width: 768px) {
  .takumi-story-box.blind:after {
    min-height: 295px;
  }
}

.takumi-story-box.box01 {
  padding: 55px 0 0;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box.box01 {
    padding: 30px 0 0;
  }
}

.takumi-story-box.box03 {
  padding: 0 0 200px;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box.box03 {
    padding-bottom: 120px;
  }
}

.takumi-story-box h2 {
  margin-bottom: 55px;
  font-size: 3rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box h2 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
}

.takumi-story-box h2 + .interviewer {
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box h2 + .interviewer {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .takumi-story-box h2 .only-pc {
    display: none;
  }
}

.takumi-story-box h3 {
  margin: 40px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box h3 {
    margin: 25px 0 15px;
    font-size: 1.4rem;
  }
}

.takumi-story-box p {
  margin: 30px 0;
  line-height: 1.88;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box p {
    margin: 15px 0;
  }
}

.takumi-story-box p.interviewer {
  text-decoration: underline;
}

.takumi-story-box p.notes {
  font-size: 1.4rem;
}

.takumi-story-box p > .name {
  display: inline-block;
  margin-right: 1em;
  color: #058cd9;
  font-weight: bold;
}

.takumi-story-box p > strong {
  font-weight: bold;
}

.takumi-story-box .float-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .float-wrap {
    display: block;
  }
}

.takumi-story-box .text-wrap > h3 {
  margin-top: 0;
}

.takumi-story-box .text-wrap > p:first-child {
  margin-top: 0;
}

.takumi-story-box .image-left {
  margin: 0 35px 30px 0;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .image-left {
    margin: 0 0 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .image-left img {
    width: 100%;
    max-width: 229px;
  }
}

.takumi-story-box .image-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin: 0 0 30px 35px;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .image-right {
    margin: 0 0 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .image-right img {
    width: 100%;
    max-width: 229px;
  }
}

.takumi-story-box .image-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .image-center {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .image-center img {
    display: block;
    width: 100%;
    max-width: 229px;
    margin: 0 auto;
  }
}

.takumi-story-box .image-center img + img {
  margin-top: 15px;
}

.takumi-story-box .image-single {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .image-single img {
    width: 100%;
    max-width: 229px;
  }
}

.takumi-story-box .profile h4 {
  padding: 4px 0;
  border-top: 1px solid #058cd9;
  border-bottom: 1px solid #058cd9;
  color: #058cd9;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .profile h4 {
    font-size: 1.4rem;
  }
}

.takumi-story-box .profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .profile-wrap {
    display: block;
  }
}

.takumi-story-box .profile-wrap dl {
  width: calc(100% / 2 - 18px);
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .profile-wrap dl {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .takumi-story-box .profile-wrap dl + dl {
    margin-top: 15px;
  }
}

.takumi-story-box .profile-wrap dl dt {
  font-weight: bold;
}

.takumi-story-box .profile-wrap dl dd {
  margin-top: 5px;
  line-height: 1.88;
}

.takumi-story .btn-story-base {
  position: absolute;
  bottom: 87px;
  left: 50%;
  width: 100%;
  max-width: 360px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}

@media only screen and (max-width: 768px) {
  .takumi-story .btn-story-base {
    bottom: 40px;
    max-width: 270px;
  }
}

.takumi-story .btn-story-base > .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .takumi-story .btn-story-base > .icon {
    width: 37px;
    height: 37px;
  }
}

.takumi-story .btn-story-base > .icon:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 23px;
  background: no-repeat 0 0;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .takumi-story .btn-story-base > .icon:before {
    width: 5px;
    height: 17px;
  }
}

.takumi-story .btn-story-base > .text {
  display: block;
  padding: 16px 0;
  background: -webkit-gradient(linear, right top, left top, from(#0297e2), to(#4fd5ff));
  background: -webkit-linear-gradient(right, #0297e2, #4fd5ff);
  background: -o-linear-gradient(right, #0297e2, #4fd5ff);
  background: linear-gradient(to left, #0297e2, #4fd5ff);
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .takumi-story .btn-story-base > .text {
    padding: 13px 0;
    font-size: 1.3rem;
  }
}

.takumi-story .btn-story-base > .text:hover {
  background: -webkit-gradient(linear, right top, left top, from(#83ccf1), to(#a8eaff));
  background: -webkit-linear-gradient(right, #83ccf1, #a8eaff);
  background: -o-linear-gradient(right, #83ccf1, #a8eaff);
  background: linear-gradient(to left, #83ccf1, #a8eaff);
  text-decoration: none;
}

.takumi-story .btn-story-base.btn-more > .icon:before {
  background-image: url(../images/home/icon_arrow_more.png);
}

.takumi-story .btn-story-base.btn-close > .icon:before {
  background-image: url(../images/home/icon_arrow_close.png);
}

/* =================================
contact
================================= */
.page-title {
  padding: 21.5px 0;
  background: -webkit-gradient(linear, right top, left top, from(#0297e2), to(#4fd5ff));
  background: -webkit-linear-gradient(right, #0297e2, #4fd5ff);
  background: -o-linear-gradient(right, #0297e2, #4fd5ff);
  background: linear-gradient(to left, #0297e2, #4fd5ff);
}

@media only screen and (max-width: 768px) {
  .page-title {
    padding: 16.5px 0;
  }
}

.page-title h1 {
  max-width: 1153px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .page-title h1 {
    padding: 0 25px;
    font-size: 1.8rem;
  }
}

.l-contact-inner {
  max-width: 954px;
  margin: 0 auto;
  padding: 40px 0 60px;
}

@media only screen and (max-width: 768px) {
  .l-contact-inner {
    padding: 20px 10px 30px;
  }
}

.l-contact .contact-read {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .l-contact .contact-read {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
}

.l-contact .contact-finish-read {
  text-align: center;
}

.l-contact .contact-finish-notes {
  margin-top: 20px;
  color: #ff0000;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .l-contact .contact-finish-notes {
    text-align: left;
  }
}

.l-contact .contact-notes {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .l-contact .contact-notes {
    font-size: 1.2rem;
  }
}

.l-contact table {
  width: 100%;
  background: #eaeaea;
}

@media only screen and (max-width: 768px) {
  .l-contact table {
    font-size: 1.2rem;
  }
}

.l-contact table tbody tr {
  border-bottom: 1px solid #fff;
}

.l-contact table tbody tr:last-child {
  border-bottom: none;
}

.l-contact table tbody th {
  width: 261px;
  padding: 15px 0 15px 20px;
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .l-contact table tbody th {
    display: block;
    width: 100%;
    padding: 13px 10px 0;
  }
}

.l-contact table tbody td {
  padding: 15px 63px 15px 36px;
}

@media only screen and (max-width: 768px) {
  .l-contact table tbody td {
    display: block;
    width: 100%;
    padding: 13px 10px;
  }
}

.l-contact table tbody td .note {
  display: inline-block;
  margin-left: 36px;
}

@media only screen and (max-width: 768px) {
  .l-contact table tbody td .note {
    display: block;
    margin: 5px 0 0;
  }
}

.l-contact .required {
  display: inline-block;
  float: right;
  min-width: 63px;
  margin-left: auto;
  padding: 2px;
  background: #058cd9;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .l-contact .required {
    float: none;
    min-width: 47px;
    margin-left: 30px;
    font-size: 1.1rem;
  }
}

.l-contact .contact-submit {
  max-width: 360px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 768px) {
  .l-contact .contact-submit {
    max-width: 121px;
    margin-top: 15px;
  }
}

.l-contact .contact-submit input[type="submit"] {
  width: 100%;
  padding: 17px 10px 16px;
  background: -webkit-gradient(linear, right top, left top, from(#0297e2), to(#4fd5ff));
  background: -webkit-linear-gradient(right, #0297e2, #4fd5ff);
  background: -o-linear-gradient(right, #0297e2, #4fd5ff);
  background: linear-gradient(to left, #0297e2, #4fd5ff);
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .l-contact .contact-submit input[type="submit"] {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
}

.l-contact .contact-submit input[type="submit"]:hover {
  background: -webkit-gradient(linear, right top, left top, from(#83ccf1), to(#a8eaff));
  background: -webkit-linear-gradient(right, #83ccf1, #a8eaff);
  background: -o-linear-gradient(right, #83ccf1, #a8eaff);
  background: linear-gradient(to left, #83ccf1, #a8eaff);
}

.l-contact .confirm-submit {
  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;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .l-contact .confirm-submit {
    margin-top: 15px;
  }
}

.l-contact .confirm-submit > form {
  width: 100%;
  max-width: 162px;
}

@media only screen and (max-width: 768px) {
  .l-contact .confirm-submit > form {
    max-width: calc(100% / 2 - 7.5px);
  }
}

.l-contact .confirm-submit > form + form {
  margin-left: 36px;
}

@media only screen and (max-width: 768px) {
  .l-contact .confirm-submit > form + form {
    margin-left: 15px;
  }
}

.l-contact .confirm-submit input[type="submit"] {
  width: 100%;
  padding: 17px 10px 16px;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .l-contact .confirm-submit input[type="submit"] {
    padding: 12px 10px;
    font-size: 1.4rem;
  }
}

.l-contact .confirm-submit input[type="submit"].back {
  background: -webkit-gradient(linear, left top, right top, from(#a1a1a1), to(#555454));
  background: -webkit-linear-gradient(left, #a1a1a1 0%, #555454 100%);
  background: -o-linear-gradient(left, #a1a1a1 0%, #555454 100%);
  background: linear-gradient(to right, #a1a1a1 0%, #555454 100%);
}

.l-contact .confirm-submit input[type="submit"].back:hover {
  background: -webkit-gradient(linear, left top, right top, from(#d8d8d8), to(#707070));
  background: -webkit-linear-gradient(left, #d8d8d8 0%, #707070 100%);
  background: -o-linear-gradient(left, #d8d8d8 0%, #707070 100%);
  background: linear-gradient(to right, #d8d8d8 0%, #707070 100%);
}

.l-contact .confirm-submit input[type="submit"].finish {
  background: -webkit-gradient(linear, right top, left top, from(#0297e2), to(#4fd5ff));
  background: -webkit-linear-gradient(right, #0297e2, #4fd5ff);
  background: -o-linear-gradient(right, #0297e2, #4fd5ff);
  background: linear-gradient(to left, #0297e2, #4fd5ff);
}

.l-contact .confirm-submit input[type="submit"].finish:hover {
  background: -webkit-gradient(linear, right top, left top, from(#83ccf1), to(#a8eaff));
  background: -webkit-linear-gradient(right, #83ccf1, #a8eaff);
  background: -o-linear-gradient(right, #83ccf1, #a8eaff);
  background: linear-gradient(to left, #83ccf1, #a8eaff);
}

.l-contact .contact-error-list {
  margin-bottom: 5px;
}

.l-contact .contact-error-list li {
  color: #ff0000;
  font-weight: bold;
}

.personal {
  padding: 70px 0;
}

@media only screen and (max-width: 768px) {
  .personal {
    padding: 35px 0;
  }
}

.personal-inner {
  max-width: 954px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .personal-inner {
    padding: 0 10px;
  }
}

.personal h2 {
  position: relative;
  padding: 0 0 45px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .personal h2 {
    padding-bottom: 15px;
    font-size: 2.2rem;
  }
}

.personal h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 162px;
  height: 4px;
  background: #058cd9;
}

@media only screen and (max-width: 768px) {
  .personal h2:after {
    width: 81px;
    height: 2px;
  }
}

.personal h2 + p {
  margin-top: 45px;
  line-height: 2.25;
}

@media only screen and (max-width: 768px) {
  .personal h2 + p {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

::-webkit-input-placeholder {
  color: #bdbdbd;
}

:-ms-input-placeholder {
  color: #bdbdbd;
}

::-ms-input-placeholder {
  color: #bdbdbd;
}

::placeholder {
  color: #bdbdbd;
}

input[type="text"], input[type="email"], input[type="password"], textarea {
  width: 100%;
  height: 35px;
  padding: 3px 7px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  input[type="text"], input[type="email"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 30px;
    font-size: 1.2rem;
  }
}

input[type="text"].error, input[type="email"].error, input[type="password"].error, textarea.error {
  background: #fff0f0;
}

input[type="text"].small, input[type="email"].small, input[type="password"].small, textarea.small {
  max-width: 260px;
}

@media only screen and (max-width: 768px) {
  input[type="text"].small, input[type="email"].small, input[type="password"].small, textarea.small {
    max-width: none;
  }
}

input[type="text"].medium, input[type="email"].medium, input[type="password"].medium, textarea.medium {
  max-width: 360px;
}

@media only screen and (max-width: 768px) {
  input[type="text"].medium, input[type="email"].medium, input[type="password"].medium, textarea.medium {
    max-width: none;
  }
}

textarea {
  height: 350px;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  textarea {
    height: 300px;
  }
}
