@charset "UTF-8";
.lh135 {
  line-height: 135%;
}

.lh150 {
  line-height: 150%;
}

.lh180 {
  line-height: 180%;
}

.lh200 {
  line-height: 200%;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

html {
  font-size: 18px;
  /* height: 100%; */
}

body {
  background-color: #fff;
  color: #495d77;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 2px;
  line-height: 2.1;
  margin: 0;
  padding: 0;
  width: 100%;
}

a {
  color: #495d77;
  text-decoration: underline;
}
a:hover {
  color: #495d77;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w30 {
  width: 30% !important;
}

.w60 {
  width: 60% !important;
}

.w100 {
  width: 100% !important;
}

.contents-w {
  margin: 0 auto;
  width: 1257px;
}

.contents-w-left {
  margin: 0 auto 0 0;
  width: 1257px;
}

.contents-w-right {
  margin: 0 0 0 auto;
  width: 1257px;
}

.contents-w-s01 {
  margin: 0 auto;
  width: 1000px;
}

.font-xxl {
  font-size: 1.6rem;
}

.font-xl {
  font-size: 1.4rem;
}

.font-l {
  font-size: 1.15rem;
}

.font-m {
  font-size: 1rem;
}

.font-s {
  font-size: 0.9rem;
}

.font-xs {
  font-size: 0.8rem;
}

.font-xxs {
  font-size: 0.7rem;
}

.mb25 {
  margin-bottom: 25px;
}

.mb00 {
  margin-bottom: 0 !important;
}

.pb90 {
  padding-bottom: 90px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt50 {
  padding-top: 50px;
}

.pt40 {
  padding-top: 40px;
}

.pt30 {
  padding-top: 30px;
}

.pt20 {
  padding-top: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pt05 {
  padding-top: 5px;
}

.pt00 {
  padding-top: 0;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/* delighter */
.delighter.bottom-in {
  -webkit-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.delighter.bottom-in.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delighter.left-in {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.delighter.left-in.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delighter.right-in {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.delighter.right-in.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delighter.top-in01 {
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.delighter.top-in01.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.delighter.top-in02 {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.delighter.top-in02.started {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  75% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.delighter.bounce {
  opacity: 0;
}
.delighter.bounce.started {
  opacity: 1;
  -webkit-animation: bounce 0.7s;
          animation: bounce 0.7s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.delighter.pulse.started {
  -webkit-animation: pulse 0.7s;
          animation: pulse 0.7s;
}

.delighter.fade-in {
  opacity: 0;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.delighter.fade-in.started {
  opacity: 1;
}

.headShake {
  cursor: pointer;
}
.headShake:hover {
  -webkit-animation: headShake 0.5s;
          animation: headShake 0.5s;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.clearfix:after {
  content: " ";
  clear: both;
  display: block;
  font-size: 0.1em;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}


.heading-breadcrumbs {
    align-items: flex-start;
    box-sizing: content-box;
    display: flex;
    font-size: 12px;
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
    position: relative
}

.heading-breadcrumbs:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 16px
}

.heading-breadcrumbs.noheader {
    background: #152e4d;
    margin: 0 0 20px;
    max-width: 100%;
    padding: 32px 80px
}

.heading-breadcrumbs>span {
    max-width: calc(100% - 30px)
}

.heading-breadcrumbs a:hover {
    text-decoration: underline
}


.form-container {
    margin: 80px auto;
    padding: 0 15px
}

/* hubsport form */
.form-container .hs-form-frame {
    background-color: #F0F4F5;
    padding: 0 56px;
    border-radius: 12px;
}


footer #foot-bg {
  background-image: url("../../monovr/img/bg701.png");
  color: #fff;
  font-size: 0.7rem;
  margin-top: 4%;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
footer #foot-bg .contents-w-s01 > p:first-child {
  margin-top: 6%;
}
footer #foot-bg .contents-w-s01 div#foot-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer #foot-bg .contents-w-s01 div#foot-txt ul {
  width: 42%;
  margin: 0 4%;
}
footer #foot-bg .contents-w-s01 div#foot-txt ul li:first-child {
  border-bottom: 1px solid #e6e9ec;
  font-weight: bold;
  padding: 3% 10%;
}
footer #foot-bg .contents-w-s01 div#foot-txt ul li:last-child {
  padding: 4% 1% 13% 10%;
}
footer #foot-bg .contents-w-s01 div#foot-btn {
  display: block;
  margin: 0 auto;
  width: 68.36%;
}
footer #foot-bg .contents-w-s01 div#foot-btn p:last-child {
  margin-top: 4%;
}
footer #foot-bg .contents-w-s01 div#foot-btn-sp {
  margin: 0 auto;
  margin: 7% auto 1% auto;
  width: 73.4%;
}
footer #foot-bg .contents-w-s01 div#foot-btn-sp p:last-child {
  margin-top: 4%;
}
footer #foot-bg .contents-w-s01 p#foot-copyright {
  padding: 5% 0 6% 0;
  text-align: center;
}

@media screen and (max-width: 819px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .heading-breadcrumbs.noheader {
    margin: 0 0 50px;
    padding: 10px
  }

  .form-container {
      margin: 50px auto
  }

  /* hubsport form */
  .form-container .hs-form-frame {
      padding: 0;
  }


  footer #foot-bg {
    background-image: url("../../monovr/img/sp/bg701s.png");
    font-size: 1.15rem;
    margin-top: 10%;
  }
  footer #foot-bg .contents-w-s01 div#foot-txt {
    display: block;
  }
  footer #foot-bg .contents-w-s01 div#foot-txt ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 6% 0 12%;
    padding: 2% 0;
    width: 82%;
  }
  footer #foot-bg .contents-w-s01 div#foot-txt ul li {
    display: inline-block;
  }
  footer #foot-bg .contents-w-s01 div#foot-txt ul li:first-child {
    border-bottom: none;
    padding: 0;
    width: 23%;
  }
  footer #foot-bg .contents-w-s01 div#foot-txt ul li:last-child {
    border-left: 1px solid #e6e9ec;
    padding: 0 0 0 8%;
    width: 77%;
  }
  footer #foot-bg .contents-w-s01 p#foot-copyright {
    padding: 5% 1% 8% 1%;
    font-size: 0.9rem;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  html {
    font-size: 12px;
  }
}
