@charset "UTF-8";
.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg-red {
  background-color: #ff0033;
}

.mv-link-box {
  padding: 5px;
  display: block;
  border: solid 2px #fff;
  border-radius: 5px;
}

.text-neutral {
  font-size: min(18px, 4vw);
}
.text-middle {
  font-size: min(22px, 4.5vw);
}
.text-large {
  font-size: min(26px, 5vw);
}
.text-smaller {
  font-size: 0.75em;
}
.text-larger {
  font-size: 2em;
}
.text-big {
  font-size: 3em;
}
.text-ex {
  font-size: 12px;
}
.text-ex.list > li {
  font-size: 12px;
}
.text-main {
  position: relative;
  line-height: 1;
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.text-sub {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(1.1em, -0.8em);
          transform: translate(1.1em, -0.8em);
}
.text-underline {
  line-height: 2;
  border-bottom: solid 2px #FE0232;
}
.text-img {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}

.ttl-rainbow {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  font-size: min(40px, 7vw);
  background: repeating-linear-gradient(-45deg, #FF9508 0, #FF9508 50px, #FF0033 50px, #FF0033 100px, #148BA1 100px, #148BA1 150px);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .ttl-rainbow {
    background: repeating-linear-gradient(-45deg, #FF9508 0, #FF9508 25px, #FF0033 25px, #FF0033 50px, #148BA1 50px, #148BA1 75px);
    -webkit-background-clip: text;
            background-clip: text;
  }
}
.ttl-rainbow-big {
  font-size: 1.25em;
}
.ttl-rainbow-img {
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
@media (max-width: 768px) {
  .ttl-rainbow-img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ttl-rainbow-border {
  text-align: center;
  font-weight: bold;
  font-size: min(28px, 5.5vw);
}
.ttl-rainbow-border::after {
  content: "";
  margin-top: 0.5em;
  width: 100%;
  height: 5px;
  display: block;
  background: repeating-linear-gradient(90deg, #FF7F99 0, #FF7F99 80px, #FFCB83 80px, #FFCB83 160px, #89C5D1 160px, #89C5D1 240px);
}
@media (max-width: 768px) {
  .ttl-rainbow-border::after {
    background: repeating-linear-gradient(90deg, #FF7F99 0, #FF7F99 40px, #FFCB83 40px, #FFCB83 80px, #89C5D1 80px, #89C5D1 120px);
  }
}
.ttl-eyecatch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1;
  font-weight: bold;
  font-size: min(40px, 6vw);
}
.ttl-eyecatch-icon {
  margin-right: 0.5em;
  width: 30%;
  max-width: 150px;
}
.ttl-eyecatch-big {
  font-family: "Oswald", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2em;
}
.ttl-waiwai {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  font-weight: bold;
  font-size: min(28px, 5.25vw);
}
.ttl-waiwai::before, .ttl-waiwai::after {
  content: "";
  height: 1.2em;
  display: block;
  border-left: solid 3px #000;
}
.ttl-waiwai::before {
  margin-right: 1em;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.ttl-waiwai::after {
  margin-left: 1em;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.ttl-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: min(40px, 7vw);
}

.btn.btn-rarrow {
  padding-left: 1em;
  padding-right: 2em;
  font-size: min(18px, 3.5vw);
}
@media (max-width: 768px) {
  .btn.btn-rarrow {
    padding-left: 3px;
  }
}
.btn.btn-rarrow:hover {
  padding-left: 1em;
  padding-right: 2em;
}
.btn.btn-rarrow::before, .btn.btn-rarrow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}
.btn.btn-rarrow::before {
  right: 0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #CACACA;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .btn.btn-rarrow::before {
    right: 1em;
  }
}
.btn.btn-rarrow::after {
  right: 1em;
  width: 0.3em;
  height: 0.3em;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg) translate(-15%, -55%);
          transform: rotate(45deg) translate(-15%, -55%);
}
@media (max-width: 768px) {
  .btn.btn-rarrow::after {
    right: 1.5em;
    border-width: 1px;
  }
}
@media (max-width: 768px) {
  .btn-red.btn-rarrow, .btn-cta.btn-rarrow {
    padding-left: 3px;
  }
}
.btn-red.btn-rarrow::before, .btn-cta.btn-rarrow::before {
  background-color: #fff;
}
.btn-red.btn-rarrow::after, .btn-cta.btn-rarrow::after {
  border-color: #FC0F3A;
}
.btn-cta.btn-rarrow {
  margin: 0 auto;
  width: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: min(24px, 4.25vw);
}
@media (max-width: 768px) {
  .btn-cta.btn-rarrow {
    padding: 5px 0;
    width: 90%;
  }
  .btn-cta.btn-rarrow:hover {
    padding: 5px 0;
  }
  .btn-cta.btn-rarrow::before, .btn-cta.btn-rarrow::after {
    display: none;
  }
}
.btn-cta.btn-rarrow img {
  margin-right: 0.5em;
  max-width: 6em;
}
@media (max-width: 768px) {
  .btn-cta.btn-rarrow img {
    max-width: 4em;
  }
}
.btn-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .btn-submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.btn-submenu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: min(24px, 5.5vw);
}
.btn-submenu-content-icon {
  margin: 0 0.5em;
  width: 3em;
  max-width: 100px;
}
.btn-submenu-separate {
  margin: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .btn-submenu-separate {
    margin: 1em 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.btn-submenu-separate::before, .btn-submenu-separate::after {
  content: "";
  height: 1.5em;
  display: block;
  border-left: dashed 3px #000;
}
@media (max-width: 768px) {
  .btn-submenu-separate::before, .btn-submenu-separate::after {
    height: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: dashed 3px #000;
  }
}
.btn-submenu-separate span {
  margin: 0.25em 0;
  padding: 0.75em 0.25em;
  width: 1.5em;
  display: block;
  line-height: 1;
  border-radius: 5em;
  background-color: #000;
}
@media (max-width: 768px) {
  .btn-submenu-separate span {
    margin: 0 0.25em;
    padding: 0.5em 0.75em;
    width: auto;
  }
}
.btn.btn-rainbow {
  padding-right: 2em;
  color: #000;
  font-weight: bold;
  border: solid 3px #000;
  -webkit-box-shadow: 0px 3px 0px #000;
          box-shadow: 0px 3px 0px #000;
}
@media (max-width: 768px) {
  .btn.btn-rainbow {
    border-width: 2px;
  }
}
.btn.btn-rainbow:hover {
  padding-right: 2em;
  background: #000;
  background: linear-gradient(-45deg, #FFEACE 0, #FFEACE 33.3%, #FFCCD6 33.3%, #FFCCD6 66.6%, #D3F1F4 66.6%, #D3F1F4 100%);
  text-shadow: 0.08em 0.08em 0 #fff;
}
.btn.btn-rainbow::before, .btn.btn-rainbow::after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
}
.btn.btn-rainbow::before {
  right: 1em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .btn.btn-rainbow::before {
    right: 1em;
  }
}
.btn.btn-rainbow::after {
  right: 1.5em;
  width: 0.3em;
  height: 0.3em;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(45deg) translate(-15%, -85%);
          transform: rotate(45deg) translate(-15%, -85%);
}
@media (max-width: 768px) {
  .btn.btn-rainbow::after {
    right: 1.5em;
    border-width: 1px;
  }
}

.bg-white {
  background-color: #fff;
}
.bg-stripe {
  background: repeating-linear-gradient(-45deg, #fff 0, #fff 9px, #EBEBEB 9px, #EBEBEB 12px, #fff 12px);
}
@media (max-width: 768px) {
  .bg-stripe {
    background: repeating-linear-gradient(-45deg, #fff 0, #fff 7px, #EBEBEB 7px, #EBEBEB 10px, #fff 10px);
  }
}

/* 料金表調整用 */
#plan_oyakowari .plan-accordion .accordion-box {
  margin-top: 0;
}
#plan_oyakowari .plan-ttl-s {
  font-size: min(24px, 4.25vw);
}
#plan_oyakowari .plan-ttl-l {
  font-size: min(36px, 6.5vw);
}
#plan_oyakowari .plan-ttl-rainbow-border {
  font-size: min(24px, 4.5vw);
}
#plan_oyakowari .plan-table-txt {
  font-size: min(28px, 5.5vw);
}
#plan_oyakowari .plan-table-flex-content-ttl {
  font-size: min(80px, 10vw);
}
#plan_oyakowari .plan-card-content-flex-ttl {
  font-size: min(20px, 5vw);
}

.l-slider-inner {
  margin: 0 auto;
  max-width: 980px;
  overflow: hidden;
}

.l-inner-ssi {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.plan-linkarrow {
  display: inline-block !important;
  color: #157ED8 !important;
  text-decoration: none !important;
  cursor: pointer;
}
.plan-linkarrow-icon {
  position: relative;
  margin-right: 5px;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #323232;
}
.plan-linkarrow-icon::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.275em);
  left: calc(50% - 0.35em);
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border: solid 0.15em transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.plan-linkarrow-white {
  color: #fff !important;
}
.plan-linkarrow-white .plan-linkarrow-icon {
  background-color: #fff;
}
.plan-linkarrow-white .plan-linkarrow-icon::before {
  border-top-color: #323232;
  border-right-color: #323232;
}