@charset "UTF-8";
/* ブレイクポイント */
html {
  font-size: 10px;
}
@media (min-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

main {
  overflow: hidden;
}
.background {
  position: relative;
  background-color: #fff;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.background::before {
  content: "";
  position: absolute;
  background-color: #F4F6F7;
  border-radius: 100px 0 0 100px;
  top: 0;
  left: 40%;
  width: 60%;
  height: inherit;
  z-index: -2;
}
@media (min-width: 992px) {
  .background::before {
    left: 25%;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .background {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
.background--service {
  padding-bottom: 16rem;
}
.background--service::before {
  border-radius: 0 100px 100px 0;
  right: 20%;
  left: 0;
  width: 80%;
}
@media (min-width: 992px) {
  .background--service::before {
    right: 37%;
    width: 63%;
  }
}
@media (min-width: 576px) {
  .background--service {
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 768px) {
  .background--service {
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 992px) {
  .background--service {
    padding-bottom: 16rem;
  }
}
.background--contact {
  padding-bottom: 8rem;
}
.background--contact::before {
  border-radius: 100px;
  right: 20%;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .background--contact::before {
    /*right: 8%;*/
    /*width: 92%;*/
  }
}
.background--guide {
  padding-bottom: 8rem;
}
.background--guide::before {
  border-radius: 100px 0 0 100px;
  right: 20%;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .background--guide::before {
    left: 8.5%;
    width: 91.5%;
  }
}

/* button */
.btn-link {
  max-width: 200px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-link--center {
  margin: auto;
}
@media (min-width: 992px) {
  .btn-link--center {
    margin: 0;
  }
}
.btn-link--contact {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-link--ckb01 {
  display: none;
}
@media (min-width: 768px) {
  .btn-link--ckb01 {
    display: block;
  }
}
.btn-link--ckb02 {
  margin: 0 auto 7.2rem;
}
@media (min-width: 768px) {
  .btn-link--ckb02 {
    display: none;
  }
}
.btn-link--ckb03 {
  margin-bottom: 9rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .btn-link--ckb03 {
    margin-bottom: 16rem;
  }
}
.btn-link:hover, .btn-link:focus {
  opacity: 0.7;
}

.button99 {
  color: #fff;
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 200px;
  width: 100%;
}

.button-contact,
.button-submit {
  color: #fff;
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 3rem;
  max-width: 200px;
  width: 100%;
}
.button-contact:hover, .button-contact:focus,
.button-submit:hover,
.button-submit:focus {
  opacity: 0.7;
}

.btn-link-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-back {
  background-color: #fff;
  border-bottom: 0.5px solid #404040;
  color: #404040;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-back:hover, .button-back:focus {
  opacity: 0.7;
}

.button-img {
  width: 1.6rem;
  margin-right: 0.8rem;
}
.button-img--login {
  width: 2rem;
  top: -0.2rem;
  position: relative;
}
.button-img--form {
  width: 2rem;
  top: -0.2rem;
  position: relative;
}

.button99 p {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .button99 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .button99 p {
    font-size: 1.6rem;
  }
}

/* top-view */
.top-view {
  background: url(../images/top-view.png) no-repeat center center/cover;
  margin-top: 64px;
}
@media (min-width: 992px) {
  .top-view {
    margin-top: 100px;
  }
}
.top-view__content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .top-view__content {
    padding-top: 8rem;
    padding-bottom: 8rem;
    text-align: left;
  }
}

.top-view__ruby {
  color: #EE9126;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .top-view__ruby {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.top-view__title {
  font-size: 2.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-view__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .top-view__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .top-view__title {
    font-size: 4.2rem;
  }
}

/* breadcrumb */
.breadcrumb {
  margin-top: 1.6rem;
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .breadcrumb {
    margin-top: 3.2rem;
    margin-bottom: 9.6rem;
  }
}

.breadcrumb__inner {
  max-width: 1200px;
  margin: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 576px) {
  .breadcrumb__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.breadcrumb-content {
  background-color: #F4F6F7;
  border-radius: 26px;
  display: inline-block;
  padding: 1em 0;
  width: 100%;
}
@media (min-width: 992px) {
  .breadcrumb-content {
    padding: 1.2em 0;
  }
}

.breadcrumb-content span {
  color: #4A4A4A;
  font-size: 1.3rem;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.breadcrumb-content .fa {
  color: #035F87;
  padding-right: 0.2em;
}

.home {
  margin-left: 1rem;
  padding-right: 1em;
}

.second-item {
  padding-left: 1em;
  padding-right: 1em;
}

.current-item {
  padding-left: 1em;
}

.home,
.second-item,
.current-item {
  color: #4A4A4A;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .home,
  .second-item,
  .current-item {
    font-size: 1.3rem;
  }
}

.breadcrumb-margin {
  margin-top: 9.1rem;
}
@media (min-width: 768px) {
  .breadcrumb-margin {
    margin-top: 13.2rem;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 75px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .header {
    height: 100px;
  }
}

.header a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header a:hover, .header a:focus {
  opacity: 0.7;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  max-width: 1340px !important;
}

.header__logo {
  width: 12.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .header__logo {
    width: 12.6rem;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 18.6rem;
  }
}
@media (min-width: 1400px) {
  .header__logo {
    width: 25.6rem;
  }
}

.header-contents {
  display: none;
}
@media (min-width: 1200px) {
  .header-contents {
    display: block;
    margin: auto 0 0 0;
  }
}
@media (min-width: 1200px) {
  .header-contents {
    margin: auto 0 0 auto;
  }
}

.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prompt{
  position: absolute;
    top: 51px;
    left: 19px;
    font-size: 12px;
    color: #5fb4e5;
}
@media screen and (max-width: 768px) {
  .prompt {
    position: absolute;
    top: 58px;
    left: 1%;
    font-size: 9px;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .prompt{
    font-size: 11px;
    left: 18px;
  }
}
.header-top__title {
  display: none;
}
@media (min-width: 768px) {
  .header-top__title {
    color: #2F2F2F;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-top__title {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .header-top__title {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .header-top__button {
    position: fixed;
    top: 0;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .header-top__button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    top: -37px;
    right: 20px;
  }
}

.header-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__item {
  background-color: #035F87;
}

.header-top__item a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
}

.header-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bottom__link {
  position: relative;
  color: #EE9126;
  display: block;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .header-bottom__link {
    font-size: 1.4rem;
    padding-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .header-bottom__link {
    font-size: 1.6rem;
    padding-bottom: 19px;
  }
}
.header-bottom__link::after {
  position: absolute;
  content: "";
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EE9126;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-bottom__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header-bottom__item:not(:last-child) .header-bottom__link {
  margin-right: 1.8rem;
}
@media (min-width: 992px) {
  .header-bottom__item:not(:last-child) .header-bottom__link {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-bottom__item:not(:last-child) .header-bottom__link {
    margin-right: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .header-bottom__item:not(:last-child) .header-bottom__link {
    margin-right: 1.6rem;
  }
}

.header-bottom__item:not(:first-child) .header-bottom__link {
  margin-left: 1.8rem;
}
@media (min-width: 992px) {
  .header-bottom__item:not(:first-child) .header-bottom__link {
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-bottom__item:not(:first-child) .header-bottom__link {
    margin-left: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .header-bottom__item:not(:first-child) .header-bottom__link {
    margin-left: 1.6rem;
  }
}

@media (min-width: 992px) {
  .nav-top:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav-top:not(:last-child) {
    margin-right: 2rem;
  }
}

/* メガメニュー */
.nav-sub {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 1200px;
  width: 100%;
  height: 275px;
  visibility: hidden;
  opacity: 0;
}

.nav-sub__bg {
  position: relative;
}
.nav-sub__bg::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(-61deg, transparent 68%, #F4F6F7 0%, #F4F6F7);
  background-position: right top;
  width: 100%;
  height: 275px;
  top: 0;
  left: 0;
  z-index: -1;
}

.nav-sub__inner {
  max-width: 1120px;
  width: 100%;
  height: 275px;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.nav-sub__left {
  margin: auto;
  width: 38%;
}

.nav-sub__title {
  color: #035F87;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.nav-sub__title::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 2px;
  background-color: #EE9126;
  bottom: -10px;
  left: 0;
}

.nav-sub__right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin: auto;
  width: 74%;
}
.nav-sub__right--guide {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.nav-sub__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-sub__item:hover {
  opacity: 0.7;
}

.nav-sub__img {
  margin-bottom: 1.6rem;
}
.nav-sub__text {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.nav-sub__text span {
  display: block;
}

.header-bottom__item:hover .nav-sub {
  opacity: 1;
  visibility: visible;
}

/* ドロワーメニュー */
.drawer-icon {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  width: 28px;
}
@media (min-width: 992px) {
  .drawer-icon {
    margin-left: 1%;
  }
}
@media (min-width: 1200px) {
  .drawer-icon {
    right: 0;
  }
}
@media (min-width: 992px) {
  .drawer-icon {
    display: none;
    top: 22px;
    right: 0;
  }
}
.drawer-icon:hover {
  opacity: 0.7;
}
@media (min-width: 1400px) {
  .drawer-icon.is-active .drawer-icon__bars {
    position: absolute;
    top: 30px;
    right: 50px;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__ruby {
  display: none;
}

.drawer-icon__bars {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}
@media (min-width: 1400px) {
  .drawer-icon__bars {
    width: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 28px;
  height: 2px;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  background: #EE9126;
  top: 0;
}

.drawer-icon__bar2 {
  background: #EE9126;
  top: 10px;
}

.drawer-icon__bar3 {
  background: #EE9126;
  top: 20px;
}

.drawer-content {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 92vh;
  position: fixed;
  top: 75px;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__items {
  position: relative;
  margin-bottom: 156px;
}
@media (min-width: 1200px) {
  .drawer-content__items {
    margin-left: 32px;
  }
}

.drawer-content__item {
  position: relative;
  border-bottom: 0.5px dotted #707070;
}
.drawer-content__item img {
  margin-right: 5%;
  width: 26px;
}
.drawer-content__item::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 10px;
  width: 56px;
  height: 36px;
}
.drawer-content__item:nth-child(2)::before {
  background: url(../images/drawer-icon_01.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(3)::before {
  background: url(../fonts/drawer-icon_02.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(4)::before {
  background: url(../fonts/drawer-icon_03.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(5)::before {
  background: url(../fonts/drawer-icon_04.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(6)::before {
  background: url(../fonts/drawer-icon_05.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(7)::before {
  background: url(../fonts/drawer-icon_06.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(8)::before {
  background: url(../fonts/drawer-icon_07.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(9)::before {
  background: url(../fonts/drawer-icon_08.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(10)::before {
  background: url(../fonts/drawer-icon_09.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(11)::before {
  background: url(../fonts/drawer-icon_10.svg) no-repeat center center/contain;
}

.drawer-content__link {
  position: relative;
  display: inline-block;
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 2rem 8em 2rem 8rem;
}
.drawer-content__link:hover, .drawer-content__link:focus {
  opacity: 0.7;
}
@media (max-width: 374px) {
  .drawer-content__link {
    padding: 2rem 5em 2rem 8rem;
  }
}

.drawer-content__bottom {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .drawer-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.drawer-accordion {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 28px;
  top: 23px;
}
.drawer-accordion.is-open .drawer-accordion-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.drawer-accordion-bar1 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #035F87;
  border: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.drawer-accordion-bar2 {
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #035F87;
  border-radius: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.drawer-nav {
  display: none;
  background-color: #C3DCE8;
  padding-left: 8rem;
}

.drawer-nav__link {
  position: relative;
  color: #333;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0 2rem 1.6rem;
}
.drawer-nav__link::before {
  position: absolute;
  content: "-";
  left: 0;
}

.drawer-nav__link:first-child {
  padding-top: 2rem;
}

.lang-box {
  position: relative;
  top: -1rem;
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-box-sp {
  position: relative;
  top: 3rem;
  margin-left: -1rem;
}
@media (min-width: 992px) {
  .lang-box-sp {
    display: none;
  }
}

.pll-switcher-select {
  padding: 5px;
}
@media (min-width: 992px) {
  .pll-switcher-select {
    padding: initial;
  }
}

.header-logo-box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-top__primary01 a,
.footer-top__primary02,
.footer-top__list a {
  color: #fff;
}

.footer-top__primary01 a,
.footer-top__primary02 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .footer-top__primary01 a,
  .footer-top__primary02 {
    font-size: 1.6rem;
  }
}

.footer-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#0279A5), to(#45AEDB));
  background: linear-gradient(to bottom, #0279A5, #45AEDB);
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .footer-top {
    background: -webkit-gradient(linear, left top, right top, from(#0279A5), to(#45AEDB));
    background: linear-gradient(to right, #0279A5, #45AEDB);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer-top {
    padding: 6rem 0;
  }
}

@media (min-width: 768px) {
  .footer-top__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-top__items {
  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;
}
@media (min-width: 768px) {
  .footer-top__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer-top__item {
  width: 40%;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .footer-top__item {
    width: 20%;
  }
}

.footer-top__items:nth-child(7) .footer-top__item {
  margin-top: -16px;
}

.footer-top__primary01:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .footer-top__primary01:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.footer-top__primary01 a {
  display: inline-block;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .footer-top__primary01 a {
    font-size: 1.6rem;
  }
  .footer-top__primary01 a:hover, .footer-top__primary01 a:focus {
    color: #EE9126;
  }
}

.footer-top__primary02 {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .footer-top__primary02 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-top__primary02 {
    font-size: 1.6rem;
  }
}

.footer-top__primary02 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-top__primary02 a:hover, .footer-top__primary02 a:focus {
  color: #EE9126;
}

.footer-top__list a {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding-left: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-top__list a::before {
  content: "-";
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .footer-top__list a {
    font-size: 1.4rem;
  }
  .footer-top__list a:hover, .footer-top__list a:focus {
    color: #EE9126;
  }
}

.footer-top__list:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .footer-top__list:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.footer-bottom {
  padding: 5rem 0 6rem;
}

@media (min-width: 768px) {
  .footer-bottom__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer-bottom__head {
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-bottom__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: initial;
  }
}
@media (min-width: 768px) {
  .footer-bottom__head {
    margin-bottom: 0;
  }
}

.footer-bottom__content a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer-bottom__content a {
    font-size: 1.6rem;
  }
}

@media (min-width: 576px) {
  .footer-bottom__content:not(:first-child) a {
    padding-left: 2rem;
  }
}

.footer-bottom__content:not(:last-child) a {
  margin-bottom: 1.6rem;
}
@media (min-width: 576px) {
  .footer-bottom__content:not(:last-child) a {
    padding-right: 2rem;
    margin-bottom: initial;
  }
}

@media (min-width: 768px) {
  .footer-bottom__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-bottom__logo {
  margin: auto auto 3.2rem;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-bottom__logo {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-bottom__logo {
    margin-right: 3.2rem;
  }
}

.footer-bottom__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .footer-bottom__sns {
    margin-bottom: 0;
  }
}

.footer-bottom__sns-link {
  display: inline-block;
}
.footer-bottom__sns-link img {
  width: 30px;
  height: 30px;
}

.footer-bottom__sns-link:not(:last-child) {
  padding-right: 2rem;
}

.footer-copyright {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .footer-copyright {
    font-size: 1rem;
  }
}

.bottom-s-banner {
  position: fixed;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  z-index: 150;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .bottom-s-banner {
    bottom: 32px;
  }
}
@media (min-width: 768px) {
  .bottom-s-banner {
    right: 24px;
    bottom: 16px;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 40%;
  }
}
.bottom-s-banner:hover {
  opacity: 0.8;
}

.bottom-banner {
  position: fixed;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  z-index: 150;
}
@media (min-width: 576px) {
  .bottom-banner {
    bottom: 32px;
  }
}
@media (min-width: 768px) {
  .bottom-banner {
    right: 24px;
    bottom: 16px;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

.close-btn {
  content: "";
  cursor: pointer;
  position: absolute;
  background: url(../images/line-close.png) no-repeat center center/contain;
  top: -14.5px;
  right: -12.5px;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .close-btn {
    top: -10px;
    right: -6px;
  }
}

.bottom-youtube {
  display: none;
}
@media (min-width: 992px) {
  .bottom-youtube {
    position: fixed;
    display: block;
    width: 250px;
    z-index: 150;
    right: 24px;
    bottom: 100px;
  }
}

.bottom-youtube__wrap {
  margin: auto;
  padding-top: 50%;
  position: relative;
  width: 100%;
}
.bottom-youtube__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .close-youtube-btn {
    content: "";
    cursor: pointer;
    position: absolute;
    background: url(../images/close-youtube.png) no-repeat center center/contain;
    width: 28px;
    height: 28px;
    top: -10px;
    right: -6px;
  }
}

.eo-fullcalendar .fc-bg .fc-sat {
  background: #ffb7b7;
}

/*「日」の枠の背景色*/
.eo-fullcalendar .fc-bg .fc-sun {
  background: #ffb7b7;
}

.fc-ltr .fc-basic-view .fc-day-number {
  font-size: 1.4rem;
}

.eo-fullcalendar .fc-event {
  pointer-events: none;
}

.fc-event {
  color: #fff !important;
}

.fc-toolbar .fc-left {
  font-size: 1.4rem;
  color: #035F87;
}

.calendar-bottom span {
  background-color: #ffb7b7;
  padding-left: 25px;
  margin-right: 10px;
}

.calendar-bottom {
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* biz calendar */
/* -------------------------------
 new-info
------------------------------- */
/* category-sp */
.category-sp {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .category-sp {
    display: none;
  }
}

.category-sp__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 576px) {
  .category-sp__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.category-sp__item {
  background-color: #F4F6F7;
  border-radius: 26px;
}

.category-sp__item a {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  padding: 1.2em 0;
  text-align: center;
}

/* category-pc */
.category-pc {
  display: none;
}
@media (min-width: 992px) {
  .category-pc {
    display: block;
    margin-bottom: 6rem;
  }
}

.category-pc__items {
  border-bottom: 1px solid #035F87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.category-pc__item {
  background-color: #F4F6F7;
  border-radius: 10px 10px 0 0;
}

.category-pc__item:not(:last-child) {
  margin-right: 2rem;
}

.category-pc__item a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 220px;
}

/* new-info */
.new-info {
  margin-bottom: 10rem;
}
@media (min-width: 992px) {
  .new-info {
    margin-bottom: 12rem;
  }
}

.new-info__contents {
  margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .new-info__contents {
    margin-bottom: 4rem;
  }
}

.new-info__year {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#035F87), to(#367D9B));
  background: linear-gradient(to right, #035F87, #367D9B);
  border-radius: 10px;
  margin-bottom: 2.4rem;
  padding: 1em 2.5em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .new-info__year {
    margin-bottom: 2.4rem;
    padding: 1.4em 3em;
    font-size: 1.8rem;
  }
}

.new-info__year-inner {
  max-width: 1260px;
  margin: auto;
}
@media (min-width: 992px) {
  .new-info__year-inner {
    padding: 0 60px;
  }
}

@media (min-width: 992px) {
  .new-info__year-content {
    font-size: 1.8rem;
  }
}

.new-info__year-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .new-info__year-icon {
    right: 20px;
  }
}
.new-info__year-icon.is-open .new-info__year-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.new-info__year-bar1 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.new-info__year-bar2 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.new-info__item {
  border-bottom: 0.5px dashed #898989;
  display: block;
  padding: 2.4em 0;
}
@media (min-width: 768px) {
  .new-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    padding: 3.2em 0;
  }
}
.new-info__item:hover {
  background-color: #F4F6F7;
}

.new-info__item:nth-child(1) {
  border-top: 0.5px dashed #898989;
}

.new-info__meta {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .new-info__meta {
    margin-bottom: 0;
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.new-info__time {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .new-info__time {
    margin-right: 3rem;
    font-size: 1.6rem;
  }
}

.new-info__category {
  background-color: #fff;
  border: 1px dotted #035F87;
  border-radius: 5px;
  color: #035F87;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.3em 0.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .new-info__category {
    font-size: 1.5rem;
  }
}

.new-info__category:not(:last-child) {
  margin-right: 0.8rem;
}

.new-info__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-info__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .new-info__text {
    font-size: 1.6rem;
    padding-left: 5rem;
    width: calc(100% - 330px);
  }
}

@media (min-width: 992px) {
  .category-pc__item a.is-active,
  .category-pc__item a:hover {
    background: #035F87;
    border-radius: 10px 10px 0 0;
    color: #fff;
  }
}

.category-sp__item a.is-active,
.category-sp__item a:hover {
  background: #035F87;
  border-radius: 26px;
  color: #fff;
}

/* -------------------------------
 about-system
------------------------------- */
/* about-system */
.about-system {
  counter-reset: number 0;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .about-system {
    padding-bottom: 120px;
  }
}

.about-system p {
  color: #333;
}

.about-system__title {
  color: #EE9126;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .about-system__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .about-system__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.about-system__lead {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .about-system__lead {
    font-size: 2.8rem;
    margin-bottom: 64px;
  }
}

.about-system__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 64px;
}
@media (min-width: 768px) {
  .about-system__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .about-system__contents {
    row-gap: 80px;
  }
}
@media (min-width: 1200px) {
  .about-system__contents {
    row-gap: 100px;
  }
}

.about-system__movie {
  margin-bottom: 16px;
}

.about-system__wrap {
  width: 100%;
  padding-top: 60.7547169811%;
  position: relative;
}
.about-system__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-system__body-title {
  position: relative;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 34px;
}
@media (min-width: 768px) {
  .about-system__body-title {
    font-size: 2rem;
  }
}
.about-system__body-title::before {
  position: absolute;
  content: "";
  color: #EE9126;
  font-size: 2.4rem;
  font-weight: 700;
  top: -4px;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .about-system__body-title::before {
    font-size: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.about-system__body-lead {
  color: #035F87 !important;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-system__body-lead {
    font-size: 2rem;
  }
}

.about-system__body-text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .about-system__body-text {
    font-size: 1.8rem;
  }
}

/* -------------------------------
 info-single
------------------------------- */
/* info-single */
.info-single {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .info-single {
    margin-bottom: 12rem;
  }
}

.info-single__inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.info-single__contents {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .info-single__contents {
    margin-bottom: 10rem;
  }
}

.info-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .info-single__meta {
    margin-bottom: 3rem;
  }
}

.info-single__category {
  background-color: #fff;
  border: 1px solid #035F87;
  border-radius: 5px;
  padding: 0.3em 2.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .info-single__category {
    font-size: 1.5rem;
  }
}

.info-single__category-text {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .info-single__category-text {
    font-size: 1.6rem;
  }
}

.info-single__row {
  margin-left: auto;
}

.info-single__date-time {
  color: #404040;
  font-size: 1.4rem;
}

.info-single__content .is-style-vk-numbered-square-mark li::before {
  background-color: #fff;
  color: #404040;
  font-weight: normal;
  left: -0.1em;
}

.info-single__title {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .info-single__title {
    margin-bottom: 4rem;
  }
}

.info-single article h2,
.info-single article h3,
.info-single article h4,
.info-single article h5,
.info-single article h6 {
  color: #035F87;
  font-weight: 600;
  margin: 3.2rem 0 2.4rem;
}

.info-single article h1 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .info-single article h1 {
    font-size: 2.8rem;
  }
}

.info-single article h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3.2rem 0 2.2rem;
}
@media (min-width: 768px) {
  .info-single article h2 {
    font-size: 2.4rem;
    margin: 5.6rem 0 3.8rem;
  }
}

.info-single article h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .info-single article h3 {
    font-size: 2rem;
  }
}

.info-single article h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .info-single article h4 {
    font-size: 1.8rem;
  }
}

.info-single article p {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .info-single article p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.info-single article img {
  margin: 2.4rem 0;
}

.info-single article ol {
  padding-left: 2.2rem;
}

.info-single article ol li {
  list-style-type: decimal;
}

.info-single article ul {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
  list-style-type: disc !important;
}

.info-single article li {
  list-style-type: initial;
}

.info-single article li,
.info-single article a {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .info-single article li,
  .info-single article a {
    font-size: 1.6rem;
  }
}

/* info-single */
.pagination-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.2rem;
}

.pagination-info__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-info__link:hover, .pagination-info__link:focus {
  opacity: 0.7;
}

.pagination-info__content {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #fff;
  border: 2px solid #035F87;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1.6em;
}
@media (min-width: 576px) {
  .pagination-info__content {
    padding: 1em 4em;
  }
}
.pagination-info__text {
  color: #404040;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .pagination-info__text {
    font-size: 1.4rem;
  }
}
/* -------------------------------
 company
------------------------------- */
/* common */
.company-inner,
.company-info__inner,
.company-primary__inner,
.access__inner {
  max-width: 1080px;
  margin: auto;
  width: 100%;
  padding: 0 20px;
}

.company-info__inner,
.company-primary__inner {
  border-bottom: 0.5px dotted #035F87;
}

.company-info__title,
.company-primary__title,
.company-access__title {
  color: #035F87 !important;
  font-size: 1.8rem;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  font-weight: 700;
  padding-top: 64px;
  margin-top: -64px;
}
@media (min-width: 992px) {
  .company-info__title,
  .company-primary__title,
  .company-access__title {
    font-size: 2.4rem;
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* category-company */
.category-company {
  display: block !important;
}
@media (min-width: 992px) {
  .category-company {
    margin-bottom: 6rem;
  }
}

.category-company__item {
  background-color: #F4F6F7;
  border-radius: 10px 10px 0 0;
}
.category-company__item .is-action {
  background-color: #035F87;
  color: #fff;
}

.category-company__item a {
  border-radius: 10px 10px 0 0;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
}

.category-company__item:not(:last-child) {
  margin-right: 0.6rem;
}
@media (min-width: 768px) {
  .category-company__item:not(:last-child) {
    margin-right: 2rem;
  }
}

.category-company__item a {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  padding: 0.8em 0;
  text-align: center;
  width: 100px;
}
@media (min-width: 576px) {
  .category-company__item a {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .category-company__item a {
    font-size: 1.6rem;
    padding: 1em 0;
    width: 220px;
  }
}

/* company-info */
.company-info {
  padding-top: 2rem;
}
.company-info__inner {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .company-info__inner {
    padding-bottom: 12rem;
  }
}

.company-info__contents {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .company-info__contents {
    margin: auto;
  }
}

.company-info__row {
  border-bottom: 0.5px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0 2em 0;
  width: 100%;
}
@media (min-width: 768px) {
  .company-info__row {
    padding: 2.4em 0 2.4em 2.4em;
  }
}

.company-info__item {
  color: #333;
  font-size: 1.4rem;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  font-weight: 300;
  width: 80px;
}
@media (min-width: 768px) {
  .company-info__item {
    width: 156px;
  }
}

.company-info__text {
  color: #333;
  font-size: 1.6rem;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  font-weight: 400;
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .company-info__text {
    width: calc(100% - 156px);
  }
}

/* company-primary */
.company-primary {
  padding-top: 8rem;
}

.company-primary__inner {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .company-primary__inner {
    padding-bottom: 12rem;
  }
}

.company-primary__head {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .company-primary__head {
    margin-bottom: 4rem;
  }
}

.company-primary__img {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .company-primary__img {
    margin-bottom: 3.2rem;
  }
}
.company-primary__img--pc {
  display: none;
}
@media (min-width: 768px) {
  .company-primary__img--pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .company-primary__img--sp {
    display: none;
  }
}

.company-primary__message {
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .company-primary__message {
    font-size: 2rem;
  }
}

.company-primary__name {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  text-align: right;
}
@media (min-width: 992px) {
  .company-primary__name {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.company-primary__name span {
  display: block;
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .company-primary__name span {
    font-size: 2rem;
  }
}

.company-primary__body-top,
.company-primary__body-bottom {
  color: #333;
  font-size: 1.4rem;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
}
@media (min-width: 992px) {
  .company-primary__body-top,
  .company-primary__body-bottom {
    font-size: 1.6rem;
  }
}

/* access */
.access {
  margin-top: 8rem;
}

.access__inner {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .access__inner {
    padding-bottom: 12rem;
  }
}

.access__top {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .access__top {
    margin-bottom: 5.6rem;
  }
}

.access__lead {
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .access__lead {
    font-size: 1.6rem;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 77.2727272727%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .iframe-wrap {
    padding-top: 39.1666666667%;
  }
}

@media (min-width: 768px) {
  .access-sp {
    display: none;
  }
}

/* -------------------------------
 faq
------------------------------- */
/* faq-category */
.faq-category {
  margin-bottom: 10rem;
}
@media (min-width: 992px) {
  .faq-category {
    margin-bottom: 12rem;
  }
}

.faq-category__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-category__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.6rem;
}
@media (min-width: 576px) {
  .faq-category__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .faq-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .faq-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .faq-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.faq-category__item {
  border: 1px solid #035F87;
  border-radius: 27px;
}

.faq-category__item .is-action {
  background-color: #035F87;
  border-radius: 27px;
  color: #fff;
}

.faq-category__text {
  color: #035F87;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.8em 1.6em;
  text-align: center;
}
@media (min-width: 992px) {
  .faq-category__text {
    font-size: 1.6rem;
    padding: 0.8em 1em;
  }
}

/* faq */
.faq {
  padding-bottom: 12rem;
}

.faq__items {
  position: relative;
  padding-top: 9rem;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.faq__items::before {
  position: absolute;
  content: "";
  background: url(../images/faq-icon_01.svg) no-repeat center center/contain;
  width: 145px;
  height: 88px;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .faq__items::before {
    width: 217px;
    height: 133px;
  }
}
.faq__items::after {
  position: absolute;
  content: "";
  background: url(../fonts/faq-icon_03.svg) no-repeat center center/contain;
  width: 130px;
  height: 143px;
  top: -55px;
  right: 0;
}
@media (min-width: 1200px) {
  .faq__items::after {
    width: 165px;
    height: 180px;
    top: 0;
    right: 0;
  }
}

.faq__boxes {
  margin-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  .faq__boxes {
    margin-bottom: 9.6rem;
  }
}

.faq__title {
  color: #EE9126;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
  padding-top: 64px;
  margin-top: -64px;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 2.4rem;
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .faq__title {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
}

.faq__box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 27px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .faq__box {
    margin-bottom: 3rem;
  }
}

.faq__question {
  position: relative;
  background-color: #F4F6F7;
  border-radius: 27px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8em 2.6em 0.8em 3.6em;
}
@media (min-width: 768px) {
  .faq__question {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .faq__question {
    font-size: 1.8rem;
    padding: 1em 3.6em;
  }
}
.faq__question::before {
  content: "Q";
  color: #EE9126;
  font-size: 2rem;
  position: absolute;
  top: 0.3em;
  left: 1em;
}
@media (min-width: 992px) {
  .faq__question::before {
    font-size: 2.4rem;
    top: 0.5em;
    left: 1em;
  }
}
.faq__question.is-action {
  background-color: #C3DCE8;
}

.faq__question-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .faq__question-icon {
    right: 20px;
  }
}
.faq__question-icon.is-open .faq__question-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__question-bar1 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #035F87;
  border: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.faq__question-bar2 {
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #035F87;
  border-radius: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.faq__answer {
  display: none;
  position: relative;
  padding: 2em 3em 2em 5em;
}
@media (min-width: 992px) {
  .faq__answer {
    padding: 2em 3em 4em 7em;
  }
}
.faq__answer::before {
  position: absolute;
  content: "A";
  color: #EE9126;
  font-size: 2rem;
  top: 14px;
  left: 22px;
}
@media (min-width: 992px) {
  .faq__answer::before {
    font-size: 2.4rem;
    top: 14px;
    left: 28px;
  }
}

.faq__answer-content {
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .faq__answer-content {
    font-size: 1.6rem;
  }
}

.faq__answer a {
  color: #333;
  font-size: 1.3rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .faq__answer a {
    font-size: 1.6rem;
  }
}

.faq__answer p {
  position: relative;
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .faq__answer p {
    font-size: 1.6rem;
  }
}

/* -------------------------------
 blog-archive
------------------------------- */
/* blog-category */
.blog-category {
  margin-bottom: 8rem;
}

.blog-category__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.blog-category__contents:first-child {
  margin-bottom: 4rem;
}

.blog-category__title {
  color: #035F87;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .blog-category__title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}

.blog-category__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.6rem;
}
@media (min-width: 576px) {
  .blog-category__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .blog-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .blog-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .blog-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.blog-category__items li a {
  border: 1px solid #EE9126;
  border-radius: 27px;
  color: #EE9126;
  display: block;
  font-size: 1.6rem;
  padding-left: 10px;
  padding: 0.8em 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-category__items li a:hover, .blog-category__items li a:focus {
  background-color: #EE9126;
  color: #fff;
}

.blog-category__item01 {
  border: 1px solid #EE9126;
  border-radius: 27px;
  text-align: center;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .blog-category__item01 {
    padding-left: 20px;
  }
}

.blog-category__item02 {
  border: 1px solid #035F87;
  border-radius: 27px;
  text-align: center;
}

.blog-category__text01,
.blog-category__text02 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.blog-category__text01 {
  color: #EE9126;
  padding: 0.8em 1em 0.8em 0.3em;
}
@media (min-width: 992px) {
  .blog-category__text01 {
    font-size: 1.6rem;
    padding: 0.8em 1em 0.8em 0.3em;
  }
}

.blog-category__text02 {
  color: #035F87;
  padding: 0.8em 1.6em;
}
@media (min-width: 992px) {
  .blog-category__text02 {
    font-size: 1.6rem;
    padding: 0.8em 1em;
  }
}

.file {
  font-size: 1.4rem;
  color: #EE9126;
}
@media (min-width: 992px) {
  .file {
    font-size: 2rem;
  }
}

/* blog-archive */
.blog-archive {
  margin-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  .blog-archive {
    margin-bottom: 10rem;
  }
}

.blog-archive__inner {
  background-color: #F4F6F7;
  border-radius: 100px;
  padding-top: 7.2rem;
  padding-bottom: 12rem;
}
@media (min-width: 1200px) {
  .blog-archive__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.blog-archive__box {
  max-width: 1080px;
  width: 100%;
  margin: auto auto 0;
}
.blog-archive__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 2.4rem;
  margin-bottom: 5rem;
}
@media (max-width: 374px) {
  .blog-archive__items {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (min-width: 576px) {
  .blog-archive__items {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 2.4rem;
  }
}
@media (min-width: 768px) {
  .blog-archive__items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 4rem;
  }
}
@media (min-width: 992px) {
  .blog-archive__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 5.6rem;
    margin-bottom: 5.8rem;
  }
}

.blog-archive__body {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 0.8em 1em 1.2em;
}
@media (min-width: 768px) {
  .blog-archive__body {
    padding: 1em 2em 2em;
  }
}
@media (min-width: 992px) {
  .blog-archive__body {
    padding: 2.5em;
  }
}

.blog-archive__items img {
  height: 39vw !important;
}
@media (min-width: 576px) {
  .blog-archive__items img {
    height: 17rem;
  }
}

.blog-archive__tag {
  margin-bottom: 1rem !important;
}

/* pagination */
.pagination {
  text-align: center;
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  background-color: #F4F6F7;
  font-size: 24px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #035F87;
  border-radius: 50px;
  color: #035F87;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 14px;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-numbers {
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    min-width: 40px;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #035F87;
  border: 1px solid #035F87;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.dots {
  background-color: #F4F6F7;
}

/* -------------------------------
 guide
------------------------------- */
/* page-guide */
.page-guide__inner {
  max-width: 900px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-guide__top {
  margin-bottom: 4rem;
}

.page-guide__lead {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .page-guide__lead {
    font-size: 1.6rem;
  }
}

.page-guide__item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 27px;
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .page-guide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-guide__img {
  background-color: #F4F6F7;
  border-radius: 27px 0 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.page-guide__img img {
  width: 60%;
}
@media (min-width: 992px) {
  .page-guide__img img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .page-guide__img {
    width: 28%;
  }
}

.page-guide__contents {
  padding: 2em 4em 3em;
  width: 100%;
}
@media (min-width: 768px) {
  .page-guide__contents {
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .page-guide__contents {
    padding: 4em 2.4em 3em;
  }
}

.page-guide__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .page-guide__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.page-guide__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-guide__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.page-guide__bottom {
  text-align: right;
}

.page-guide__link {
  position: relative;
  font-size: 1.4rem;
  padding-right: 4rem;
}
@media (min-width: 992px) {
  .page-guide__link {
    font-size: 1.6rem;
  }
}
.page-guide__link:after {
  content: "";
  position: absolute;
  background: url(../fonts/arrow-orange.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
@media (min-width: 992px) {
  .page-guide__link:after {
    width: 2rem;
    height: 3rem;
  }
}

.page-guide__img-bottom {
  padding: 2em 4em;
}
@media (min-width: 992px) {
  .page-guide__img-bottom {
    padding: 4em 2.3em 3em;
  }
}

@media (min-width: 768px) {
  .page-guide__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page-guide__pc {
  display: none;
}
@media (min-width: 768px) {
  .page-guide__pc {
    display: block;
    margin-top: 0.8rem;
  }
}

@media (min-width: 768px) {
  .page-guide__sp {
    display: none;
  }
}

/* -------------------------------
 contact
------------------------------- */
/* page-contact */
.page-contact {
  padding-bottom: 8rem;
}
@media (min-width: 1200px) {
  .page-contact {
    padding-bottom: 10rem;
  }
}

.page-contact__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-contact__lead {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 5.8rem;
}
@media (min-width: 992px) {
  .page-contact__lead {
    font-size: 1.6rem;
    margin-bottom: 12rem;
  }
}

.page-contact__lead:nth-child(1) {
  margin-bottom: 4rem;
}

.page-contact__top {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page-contact__top {
    margin-bottom: 10rem;
  }
}

.page-contact__content01 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#86CBBA), to(#6FD369));
  background: linear-gradient(to right, #86CBBA, #6FD369);
  border-radius: 27px;
  padding: 2em;
  width: 100%;
}
@media (min-width: 768px) {
  .page-contact__content01 {
    width: 70%;
    margin-left: auto;
  }
}
.page-contact__content01::after {
  position: absolute;
  content: "";
  background: url(../images/contact-img_01.png) no-repeat center center/contain;
  right: 0;
  bottom: 67px;
  width: 140px;
  height: 140px;
}
@media (max-width: 374px) {
  .page-contact__content01::after {
    right: -26px;
  }
}
@media (min-width: 576px) {
  .page-contact__content01::after {
    width: 200px;
    height: 200px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-contact__content01::after {
    width: 270px;
    height: 270px;
  }
}
@media (min-width: 992px) {
  .page-contact__content01 {
    padding: 2em 4em;
  }
}

.page-contact__item01 {
  width: 67%;
}
@media (max-width: 374px) {
  .page-contact__item01 {
    width: 72%;
  }
}
@media (min-width: 992px) {
  .page-contact__item01 {
    width: 60%;
  }
}

.page-contact__item01-head {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 374px) {
  .page-contact__item01-head {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item01-head {
    margin-bottom: 1.6rem;
  }
}

.page-contact__item01-head span {
  font-size: 2.2rem;
}
@media (max-width: 374px) {
  .page-contact__item01-head span {
    font-size: 2rem;
  }
}

.page-contact__bottom02 {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .page-contact__bottom02 {
    margin: 14rem auto 0;
    width: 70%;
  }
}

.page-contact__content04,
.page-contact__content03 {
  position: relative;
  border-radius: 27px;
  padding: 2em 1em;
  background-color: #F4F6F7;
}
@media (min-width: 768px) {
  .page-contact__content04,
  .page-contact__content03 {
    padding: 2em;
  }
}
@media (min-width: 992px) {
  .page-contact__content04,
  .page-contact__content03 {
    padding: 3em;
  }
}

.page-contact__content02 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#8797CB), to(#68D3D3));
  background: linear-gradient(to right, #8797CB, #68D3D3);
  border-radius: 27px;
  padding: 2em;
  width: 100%;
}
@media (min-width: 768px) {
  .page-contact__content02 {
    width: 70%;
    margin-right: auto;
  }
}
.page-contact__content02::after {
  position: absolute;
  content: "";
  background: url(../images/contact-system.png) no-repeat center center/contain;
  right: 8px;
  bottom: 67px;
  width: 120px;
  height: 156px;
}
@media (max-width: 374px) {
  .page-contact__content02::after {
    right: 4px;
  }
}
@media (min-width: 576px) {
  .page-contact__content02::after {
    width: 200px;
    height: 200px;
    bottom: 0;
    right: 47px;
  }
}
@media (min-width: 992px) {
  .page-contact__content02::after {
    width: 240px;
    height: 280px;
  }
}
@media (min-width: 992px) {
  .page-contact__content02 {
    padding: 2em 4em;
  }
}

.page-contact__item01 {
  width: 67%;
}
@media (max-width: 374px) {
  .page-contact__item01 {
    width: 72%;
  }
}
@media (min-width: 992px) {
  .page-contact__item01 {
    width: 60%;
  }
}

.page-contact__content04 {
  position: relative;
  width: 100%;
}
.page-contact__content04::before {
  position: absolute;
  content: "";
  background: url(../images/contact-img_02.png) no-repeat center center/contain;
  bottom: 13px;
  left: 0;
  width: 120px;
  height: 110px;
}
@media (max-width: 374px) {
  .page-contact__content04::before {
    bottom: 22px;
    left: -17px;
  }
}
@media (min-width: 576px) {
  .page-contact__content04::before {
    top: -34px;
    left: 0;
    width: 150px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .page-contact__content04::before {
    width: 240px;
    height: 230px;
  }
}
@media (min-width: 768px) {
  .page-contact__content04 {
    margin-right: 2%;
  }
}
@media (min-width: 1200px) {
  .page-contact__content04 {
    margin-right: 4%;
  }
}

.page-contact__content04:first-child {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .page-contact__content04:first-child {
    margin-bottom: 10rem;
  }
}

.page-contact__item04 {
  margin-left: auto;
  width: 63%;
}
@media (max-width: 374px) {
  .page-contact__item04 {
    width: 68%;
  }
}
@media (min-width: 992px) {
  .page-contact__item04 {
    width: 55%;
  }
}

.page-contact__item04-head {
  color: #035F87;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 374px) {
  .page-contact__item04-head {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .page-contact__item04-head {
    font-size: 1.8rem;
  }
}

.page-contact__item04-head span {
  font-size: 1.8rem;
}
@media (max-width: 374px) {
  .page-contact__item04-head span {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-contact__item04-head span {
    font-size: 2.6rem;
  }
}

.page-contact__item04-tel {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.4rem;
}
.page-contact__item04-tel::before {
  position: absolute;
  content: "";
  background: url(../fonts/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .page-contact__item04-tel::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 374px) {
  .page-contact__item04-tel {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page-contact__item04-tel {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item04-tel {
    padding-left: 2.4rem;
  }
}

.page-contact__item04-time {
  font-size: 1.3rem;
}
@media (max-width: 374px) {
  .page-contact__item04-time {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item04-time {
    font-size: 1.6rem;
  }
}

.page-contact__content02:first-child {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page-contact__content02:first-child {
    margin-bottom: 0;
  }
}

.page-contact__item02 {
  margin-right: auto;
  width: 63%;
}
@media (max-width: 374px) {
  .page-contact__item02 {
    width: 68%;
  }
}
@media (min-width: 992px) {
  .page-contact__item02 {
    width: 56%;
  }
}

.page-contact__item02-head {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 374px) {
  .page-contact__item02-head {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item02-head {
    margin-bottom: 1.6rem;
  }
}

.page-contact__item02-head span {
  font-size: 1.8rem;
}
@media (max-width: 374px) {
  .page-contact__item02-head span {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) {
  .page-contact__item02-head span {
    font-size: 2.2rem;
  }
}

.page-contact__item02-tel {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.4rem;
}
.page-contact__item02-tel::before {
  position: absolute;
  content: "";
  background: url(../fonts/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .page-contact__item02-tel::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 374px) {
  .page-contact__item02-tel {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page-contact__item02-tel {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item02-tel {
    padding-left: 2.4rem;
  }
}

.page-contact__item02-time {
  font-size: 1.3rem;
}
@media (max-width: 374px) {
  .page-contact__item02-time {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item02-time {
    font-size: 1.6rem;
  }
}

.page-contact__content03 {
  width: 100%;
}
.page-contact__content03::before {
  position: absolute;
  content: "";
  background: url(../fonts/80ace0137f444cea8e7518c1edbf8aa3.svg);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: #707070;
  font-family: inherit;
  font-size: 1.4rem;
  outline: none;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 40px;
  cursor: pointer;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .select {
    width: 60%;
  }
}

.contact-form__input-check {
  margin-right: 4rem;
}
@media (max-width: 374px) {
  .contact-form__input-check {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .contact-form__input-check {
    margin-right: 8rem;
  }
}

.contact-form__plat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__plat-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .contact-form__plat-form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .contact-form__plat-form span {
    width: 220px;
  }
}

.contact-form__plat-form02 {
  margin-top: 1.6rem;
}

.contact-form__plat:not(:last-child) {
  margin-bottom: 1.6rem;
}

.contact-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__check span {
  margin-right: 4rem;
}
@media (max-width: 374px) {
  .contact-form__check span {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .contact-form__check span {
    margin-right: 8rem;
  }
}

.mwform-checkbox-field-text {
  position: relative;
  bottom: 4px;
}

dd {
  position: relative;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* 2023.5 追記 */
.p-contact__box {
  display: block;
}

.p-contact__box-head--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .p-contact__box-head {
    line-height: 1.4;
  }
}

.p-contact__box-tel01 {
  display: block;
  margin-bottom: 8px;
}

.p-contact__box-text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .p-contact__box-text {
    font-size: 1.6rem;
  }
}

.p-contact__box-head01,
.p-contact__box-head02 {
  font-weight: 700;
  margin-bottom: 0.3em;
  display: inline-block;
}
.p-contact__box-head01 {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.2;
}
.p-contact__box-head01::before {
  content: "";
  position: absolute;
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
}
@media (min-width: 768px) {
  .p-contact__box-head01::before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (min-width: 768px) {
  .p-contact__box-head01 {
    padding-left: 2.6rem;
  }
}
@media (min-width: 992px) {
  .p-contact__box-head01 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .p-contact__box-head01 {
    font-size: 2.6rem;
  }
}

.p-contact__box-head02 {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.2;
}
.p-contact__box-head02::before {
  content: "";
  position: absolute;
  background: url(../fonts/chat-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 768px) {
  .p-contact__box-head02 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .p-contact__box-head02 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .p-contact__box-head02 {
    font-size: 2.6rem;
  }
}

.p-contact__box-bottom {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}

/* -------------------------------
 document
------------------------------- */
/* page-document */
.document-header {
  background-color: #fff;
  width: 100%;
  height: 75px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  margin-top: 64px;
  padding: 30px 0;
  position: fixed;
}
@media (min-width: 992px) {
  .document-header {
    height: 60px;
    margin-top: 100px;
    padding: 15px 0;
  }
}

.document-header__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.document-header__box {
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.document-header__logo {
  width: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .document-header__logo {
    width: 9.6rem;
  }
}

.document-header__title {
  color: #2F2F2F;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .document-header__title {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .document-header__title {
    font-size: 1.4rem;
  }
}

.document-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .document-flow {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .document-flow {
    width: 50%;
  }
}

.document-flow__list {
  border-bottom: 2px solid #cccccc;
  color: #898989;
  text-align: center;
  width: 33.33%;
}

.document-flow__list.current {
  border-bottom: 2px solid #EE9126;
}

.document {
  padding-top: 16rem;
}
@media (min-width: 992px) {
  .document {
    padding-top: 20rem;
  }
}

.document__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.document__title {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .document__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.document__lead {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .document__lead {
    margin-bottom: 5.6rem;
  }
}

.document-form {
  margin-bottom: 8rem;
}
@media (min-width: 1200px) {
  .document-form {
    margin-bottom: 12rem;
  }
}

.document-form__inner {
  max-width: 1080px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.document-form__items {
  border: 0.3px solid #D1D1D1;
  margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .document-form__items {
    margin-bottom: 6.4rem;
  }
}

@media (min-width: 768px) {
  .document-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.document-form__item:not(:last-child) {
  border-bottom: 0.3px solid #D1D1D1;
}

.document-form__title {
  background-color: #F4F6F7;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.2em;
}
@media (min-width: 768px) {
  .document-form__title {
    width: 30%;
  }
}

.document-form__tag {
  background-color: #EE9126;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.1em 0.6em;
}
.document-form__tag--grey {
  background-color: #DDD;
  color: #333;
}

.document-form__input {
  color: #333;
  font-size: 1.4rem;
  padding: 1.2em 1.2em 3em;
}
@media (max-width: 374px) {
  .document-form__input {
    padding: 1.2em 1.2em 2.2em;
  }
}
@media (min-width: 768px) {
  .document-form__input {
    font-size: 1.6rem;
    width: 70%;
  }
}
.document-form__input--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.document-form__input [type=checkbox] {
  background-color: #D1D1D1;
  width: 20px;
  height: 20px;
}

.document-form__meta {
  position: relative;
}
.document-form__meta--margin {
  margin-bottom: 1rem;
}

.doc-check-box {
  position: absolute;
  top: 64px;
  left: 6px;
}
@media (min-width: 576px) {
  .doc-check-box {
    top: 70px;
    left: 13px;
  }
}

.doc-img {
  margin-top: 0.8rem;
}

.document-form__row-text {
  color: #6e6e6e;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.document-form__row-text--bold {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 40px;
}
.form-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .form-input {
    width: 60%;
  }
}

.document-form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 250px;
}
.document-form__textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .document-form__textarea {
    height: 130px;
    width: 60%;
  }
}

.document-form__message {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}

.document-form__input-check {
  margin-right: 4rem;
}
@media (max-width: 374px) {
  .document-form__input-check {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .document-form__input-check {
    margin-right: 8rem;
  }
}

.document-form__check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.document-form__check-box {
  position: absolute;
  top: 38px;
  left: 10px;
}

.document-form__doc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .document-form__doc {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .document-form__doc {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* -------------------------------
 guide-flow
------------------------------- */
/* page-flow */
.flow {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .flow {
    margin-bottom: 6rem;
  }
}

.flow__title {
  text-align: center;
  margin-bottom: 3rem !important;
}

.flow__lead {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .flow__lead {
    font-size: 1.8rem;
    margin-bottom: 5.6rem;
  }
}
.flow__lead--large {
  font-size: 2.2em;
  font-weight: 700;
}
@media (min-width: 992px) {
  .flow__lead--large {
    font-size: 2.8rem;
  }
}

.flow__img {
  display: none;
}
@media (min-width: 768px) {
  .flow__img {
    display: block;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .flow__img {
    margin-bottom: 7rem;
  }
}

.flow__img-sp {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .flow__img-sp {
    display: none;
  }
}
.flow__lists{
  display: flex;
}
/* .flow__lists  .flow__list:nth-child(2n){
  margin: 0 30px;
} */
 .marginright{
  margin-right: 30px;
 }
.flow__list {
  background-color: #F8FCFF;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2.8em 1.8em;
}
@media (min-width: 768px) {
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .flow__list {
    /* padding: 3em 5em; */
    width: 320px;
  }
}

.flow__list:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .flow__list:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .flow__list:not(:last-child) {
    margin-bottom: 0rem;
    width: 320px;
    /*width: 33%;*/
    /*float: left;*/
  }
}

.flow__number-sp {
  color: #56A6AD;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
@media (min-width: 768px) {
  .flow__number-sp {
    display: none;
  }
}

.flow__number-sp span {
  color: #56A6AD;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
}

.flow__row {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .flow__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-right: 2.4rem; */
  }
}
@media (min-width: 992px) {
  .flow__row {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .flow__row {
    /* margin-right: 4rem; */
  }
}

.flow__list-number {
  display: none;
  color: #56A6AD;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  .flow__list-number {
    display: block;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .flow__list-number {
    font-size: 6rem;
    /* margin-right: 4rem; */
  }
}

.flow__list-img {
  width: 80px;
  margin: auto;
}
@media (min-width: 768px) {
  .flow__list-img {
    margin: initial;
  }
}

.flow__list-head {
  font-weight: bold;
  color: #0663a6;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-left: 66px;
  /* text-align: center!important; */
}
.flow__list-heads{
  font-weight: bold;
  color: #0663a6;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  margin-left: 35px;
  /* text-align: center!important; */
}
@media (min-width: 768px) {
  .flow__list-head {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .flow__list-head {
    font-size: 2.2rem;
  }
}

.flow__list-head span {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 300;
}

.flow__list-text {
  width: 208px;
  color: #404040;
  font-size: 1.6rem;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .flow__list-text {
    width: 100%;
    color: #404040;
    font-size: 1.6rem;
    padding-right: 0px;
  }
  .flow__lists{
    display: block;
  }
  .flow__list-head {
    font-weight: bold;
    color: #0663a6;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    margin-left: 0px;

  }
  .flow__list-heads{

    margin-left: 0px;

  }
  .marginright {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .flow__list-text {
    /*font-size: 1.8rem;*/
  }
}

.flow-link {
  margin-top: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .flow-link {
    margin-top: 1.4rem;
    text-align: left;
  }
}

.button-flow {
  background: -webkit-gradient(linear, left top, right top, from(#EE9126), to(#EDE151)) !important;
  background: linear-gradient(to right, #EE9126, #EDE151) !important;
  border: none !important;
}

.flow-box {
  max-width: 900px;
  width: 100%;
  margin: 12rem auto 0;
  padding-right: 20px;
  padding-left: 20px;
}

/* -------------------------------
 blog-single
------------------------------- */
/* blog */
.blog {
  margin-bottom: 12rem;
}
@media (min-width: 768px) {
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .blog {
    margin-bottom: 14rem;
  }
}

.inner-blog {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .blog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog__contents {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .blog__contents {
    margin-bottom: 0;
    margin-right: 5%;
    width: 63%;
  }
}

.blog__head {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .blog__head {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .blog__head {
    margin-bottom: 4rem;
  }
}

.blog__meta {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .blog__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog__category {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (min-width: 768px) {
  .blog__category {
    margin-bottom: 0;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.blog__category-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog__category-row div {
  position: relative;
  background-color: #EE9126;
  border-radius: 27px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.3em 1.2em 0.3em 3em;
  margin-bottom: 4px;
}
.blog__category-row div::before {
  position: absolute;
  content: "";
  background: url(../fonts/doc-white.svg) no-repeat center center/contain;
  width: 16px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
}

.blog__category-row > div:not(:last-child) {
  margin-right: 1rem;
}

.doc {
  color: #fff;
  font-size: 1.4rem;
}

.blog__category-text {
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding-left: 0.3em;
}

.blog__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (min-width: 768px) {
  .blog__row {
    margin-left: auto;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.blog__date:first-child {
  margin-right: 0.8rem;
}

.blog__date-time {
  color: #404040;
  font-size: 1.2rem;
}

.sns-share {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .sns-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sns-share__item1,
.sns-share__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-share__item1 {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .sns-share__item1 {
    margin-bottom: 0;
  }
}

.sns-share__link {
  margin-right: 0.8rem;
}

.twitter,
.facebook,
.instagram,
.copy {
  position: relative;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  width: 130px;
}
.twitter::before,
.facebook::before,
.instagram::before,
.copy::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.twitter,
.facebook,
.instagram {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.twitter:hover, .twitter:focus,
.facebook:hover,
.facebook:focus,
.instagram:hover,
.instagram:focus {
  opacity: 0.7;
}

.facebook {
  border: 1.5px solid #1877F2;
  color: #1877F2;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
}
.facebook::before {
  background: url(../fonts/facobook-logo.svg) no-repeat center center/contain;
  left: 19px;
}

.twitter {
  border: 1.5px solid #1D9BF0;
  color: #1D9BF0;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
}
.twitter::before {
  background: url(../fonts/twitter-logo.svg) no-repeat center center/contain;
  left: 27px;
}

.instagram {
  border: 1.5px solid #C739A2;
  color: #C739A2;
  padding: 0.5rem 1rem 0.5rem 3.8rem;
}
.instagram::before {
  background: url(../fonts/instagram-logo.svg) no-repeat center center/contain;
  left: 17px;
}

.copy {
  border: 1.5px solid #707070;
  color: #707070;
  cursor: pointer;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
}
.copy::before {
  background: url(../fonts/copy-logo.svg) no-repeat center center/contain;
  left: 19px;
}

.copy.copied:hover {
  background: #333333;
  color: #ffffff;
}

.blog__img-top {
  margin-bottom: 3.2rem;
}

.blog__img-content {
  margin: 2.4rem 0;
}

/* sidebar */
@media (min-width: 768px) {
  .sidebar {
    width: 32%;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .sidebar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.sidebar__contents {
  background: #f4f6f7;
  padding: 2.8em 1.8em 2.8em;
}
.sidebar__contents--table {
  display: none;
}
@media (min-width: 768px) {
  .sidebar__contents--table {
    background: #F4F6F7;
    display: block;
    position: sticky;
    top: 8rem;
    padding: 2em 1.8em;
    z-index: 8;
  }
}

.bbb {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ccc {
  height: 100%;
}

.sidebar__contents-top {
  background-color: #EE9126;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  padding: 1em 1.5em;
}

.sidebar__contents-icon {
  margin-right: 1rem;
}
.sidebar__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sidebar__title {
    font-size: 2rem;
  }
}

.sidebar__item-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.sidebar__item-category li {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  color: #404040;
  display: block;
  font-size: 1.6rem;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__item-category li:hover, .sidebar__item-category li:focus {
  background-color: #F4F6F7;
}

.sidebar__item-article {
  position: relative;
  background-color: #fff;
  padding: 1.5em 1em;
}

.sidebar__item-article:not(:last-child) {
  margin-bottom: 2.4rem;
}

.sidebar__content {
  display: relative;
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__content:hover, .sidebar__content:focus {
  opacity: 0.7;
}

.sidebar__ranking {
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__ranking:hover, .sidebar__ranking:focus {
  opacity: 0.7;
}

.sidebar__ranking:nth-child(1)::before,
.sidebar__ranking:nth-child(2)::before,
.sidebar__ranking:nth-child(3)::before {
  position: absolute;
  content: "";
  top: -27px;
  left: -27px;
  width: 90px;
  height: 90px;
}
@media (min-width: 768px) {
  .sidebar__ranking:nth-child(1)::before,
  .sidebar__ranking:nth-child(2)::before,
  .sidebar__ranking:nth-child(3)::before {
    top: -27.5px;
    left: -26.5px;
    width: 90px;
    height: 90px;
  }
}

.sidebar__item-article:nth-child(2) .sidebar__ranking::before {
  background: url(../fonts/ranking_01.svg);
}

.sidebar__item-article:nth-child(3) .sidebar__ranking::before {
  background: url(../fonts/ranking_02.svg);
}

.sidebar__item-article:nth-child(4) .sidebar__ranking::before {
  background: url(../fonts/ranking_03.svg);
}

.sidebar__ranking:nth-child(2)::before {
  background: url(../fonts/ranking_02.svg);
}

.sidebar__ranking:nth-child(3)::before {
  background: url(../fonts/ranking_03.svg);
}

.sidebar__content-img {
  margin-bottom: 0.8rem;
}
.sidebar__content-title {
  color: #404040;
  font-size: 1.5rem;
  font-weight: 600;
}

.blog article h1,
.blog article h2,
.blog article h3,
.blog article h4,
.blog article h5,
.blog article h6 {
  line-height: 1.3;
  font-weight: 600;
}

.blog article h2,
.blog article h3,
.blog article h4,
.blog article h5,
.blog article h6 {
  margin: 3.2rem 0 2.4rem;
}

.blog article h1 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .blog article h1 {
    font-size: 2.8rem;
  }
}

.blog article h2 {
  background-color: #EE9126;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3.2rem 0 2.2rem;
  padding: 1em 2em;
}
@media (min-width: 768px) {
  .blog article h2 {
    font-size: 2rem;
    margin: 5.6rem 0 3.8rem;
  }
}

.blog article h3 {
  background-color: #FFF7ED;
  border-left: 8px solid #EE9126;
  color: #EE9126;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  .blog article h3 {
    font-size: 1.8rem;
  }
}

.blog article h4 {
  position: relative;
  border-bottom: 1px dotted #EE9126;
  color: #404040;
  font-size: 1.5rem;
  padding: 0.3em 1em 0.3em 1.2em;
}
@media (min-width: 768px) {
  .blog article h4 {
    font-size: 1.7rem;
  }
}
.blog article h4::before {
  position: absolute;
  content: "";
  background: url(../fonts/article-h4.svg) no-repeat center center/contain;
  width: 10px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.blog article p {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .blog article p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.blog article img {
  margin: 2.4rem 0;
}

.blog__content li {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
  list-style: initial;
  list-style-type: initial;
}
@media (min-width: 768px) {
  .blog__content li {
    font-size: 1.6rem;
  }
}

.blog__content ul {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
  list-style-type: disc;
}

.blog__content a {
  text-decoration: underline;
}

.blog__content ol,
.blog__content ul {
  list-style: inside;
}

.blog__content ol {
  padding-left: 2.2rem;
  list-style-type: decimal !important;
}

blockquote {
  position: relative;
  padding: 10px 15px 10px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #035F87;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.blog__content .is-style-vk-numbered-square-mark li::before {
  background-color: #fff;
  color: #404040;
  font-weight: normal;
  left: -0.1em;
}
.blog__content .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .blog__content .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
    font-size: 1.6rem;
  }
}
.blog__content .su-label {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .blog__content .su-label {
    padding: 0.5em 0.8em;
    font-size: 1.6rem;
  }
}
.blog__content .su-label.related-label {
  background-color: #EE9126;
}

.linkcard {
  margin-top: 4px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 16px;
}

.lkc-thumbnail-img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ブログページ 目次 */
#toc_container {
  padding: 3em 4em;
  display: inherit;
}

.no_bullets {
  border-left: 5px solid #EE9126 !important;
}

.toc_title {
  position: relative;
  color: #EE9126 !important;
  font-size: 2rem !important;
  padding-left: 3rem !important;
  text-align: left !important;
}
.toc_title::before {
  position: absolute;
  content: "";
  background: url(../fonts/table-contents.svg) no-repeat center center/contain;
  width: 22px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 992px) {
  .toc_title {
    font-size: 2.2rem !important;
  }
}

.toc_toggle {
  color: #404040;
  font-size: 1.4rem !important;
  font-weight: 400;
}

@media (min-width: 992px) {
  .toc_list {
    margin-left: 5.6rem;
  }
}

.toc_list li a {
  color: #404040;
  font-size: 1.6rem;
}

.toc_list li ul li a {
  color: #404040;
  font-size: 1.5rem;
}

/* ブログページ サイドバー目次 */
.toc_widget {
  background: #fff;
  padding: 2rem;
  overflow-y: scroll;
  max-height: 250px;
}

.widget-title {
  display: none;
}

.toc_widget_list {
  border-left: #fff;
  padding-left: 1rem;
}

.toc_widget_list li a {
  color: #404040;
  font-size: 1.5rem;
  font-weight: 500;
}

.toc_widget li ul a {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
}

.su-list ul li {
  color: #035F87 !important;
}

.su-note-inner {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .su-note-inner {
    font-size: 1.6rem;
  }
}

.vk_balloon_icon_image {
  margin: 0 !important;
}

.vk_balloon {
  margin-top: 4em;
  margin-bottom: 4em;
}

.side-banner a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 24px;
}
.side-banner a:hover {
  opacity: 0.7;
}

/* -------------------------------
 purchasing-service
------------------------------- */
/* service-top */
.service-top {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .service-top {
    margin-bottom: 12rem;
  }
}

.service-top__lead {
  color: #EE9126;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .service-top__lead {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

.service-top__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .service-top__title {
    font-size: 3.6rem;
    margin-bottom: 8.8rem;
  }
}

/* service-main */
.service-main {
  padding-bottom: 16rem;
}
@media (min-width: 992px) {
  .service-main {
    padding-bottom: 25rem;
  }
}

.service-main__inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.service-main__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 7rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-main__title {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .service-main__title {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}

.service-main__contents {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.service-main__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .service-main__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .service-main__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.service-main__list {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-main__img img {
  border-radius: 40px 40px 0 0;
}

.service-main__body {
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  padding: 2.4em 2.4em 3em;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.service-main__list-head {
  color: #035F87;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .service-main__list-head {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.service-main__list-text {
  color: #404040;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .service-main__list-text {
    margin-bottom: 4rem;
  }
}

.service-main__background {
  position: relative;
}
.service-main__background::before {
  position: absolute;
  content: "";
  background-color: #EAF3F8;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  z-index: -1;
}

/* service-reason */
.service-reason {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-reason {
    margin-bottom: 16rem;
  }
}

.service-reason__items {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .service-reason__items {
    margin-top: 8rem;
  }
}

.service-reason__item {
  background-color: #F8FCFF;
  border-radius: 27px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 8rem;
  padding: 1em 2em 3em 2em;
}
@media (min-width: 768px) {
  .service-reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 4em 1em 2em;
  }
}
@media (min-width: 992px) {
  .service-reason__item {
    padding: 1em 5em 3em 2em;
  }
}

.service-reason__img {
  position: relative;
  margin: -5rem auto 0;
  width: 180px;
}
@media (min-width: 768px) {
  .service-reason__img {
    width: 24%;
    margin-top: -3rem;
    margin-right: 3%;
  }
}

@media (min-width: 768px) {
  .service-reason__content {
    width: 100%;
  }
}

.service-reason__number {
  position: relative;
  color: #56A6AD;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-reason__number {
    margin-bottom: 0;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .service-reason__number {
    font-size: 2.8rem;
    margin-top: -6.5rem;
  }
}

.service-reason__number span {
  font-size: 2.6em;
  margin-left: 0.8rem;
}
@media (min-width: 768px) {
  .service-reason__number span {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .service-reason__number span {
    font-size: 6rem;
  }
}

.service-reason__text {
  color: #404040;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .service-reason__text {
    font-size: 1.8rem;
  }
}

/* service-related */
.service-related {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-related {
    margin-bottom: 16rem;
  }
}

.service-related__items {
  background-color: #EAF3F8;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem;
  padding: 3em 3em;
}
@media (min-width: 768px) {
  .service-related__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
    row-gap: 3rem;
  }
}
@media (min-width: 992px) {
  .service-related__items {
    padding: 5em 10em;
  }
}
@media (min-width: 1200px) {
  .service-related__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
    row-gap: 3rem;
  }
}

.service-related__item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .service-related__item {
    margin-bottom: 1.6rem;
  }
}

.service-related__text {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .service-related__text {
    font-size: 1.6rem;
  }
}

.inspection-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
}
@media (min-width: 768px) {
  .inspection-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .inspection-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.logistics-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
}
@media (min-width: 768px) {
  .logistics-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .logistics-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.promotion__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .promotion__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .promotion__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

/* -------------------------------
 既存品買付サービス
------------------------------- */
/* service-purchase */
.service-feature__inner {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.service-purchase__items {
  counter-reset: number 0;
}

@media (min-width: 768px) {
  .service-purchase__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-purchase__item:not(:last-child) {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .service-purchase__item:not(:last-child) {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .service-purchase__item:nth-child(2n+1) .service-purchase__img {
    margin-right: 8.4%;
  }
}

@media (min-width: 768px) {
  .service-purchase__item:nth-child(2n) .service-purchase__content {
    margin-right: 8.4%;
  }
}
@media (min-width: 768px) {
  .service-purchase__item:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.service-purchase__img {
  margin: 0 auto 24px;
  width: 80%;
}
@media (min-width: 768px) {
  .service-purchase__img {
    margin-bottom: initial;
    width: 25.5%;
  }
}

@media (min-width: 768px) {
  .service-purchase__content {
    width: 66%;
  }
}

.service-purchase__title {
  position: relative;
  color:#0663a6;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 66px;
}
@media (min-width: 768px) {
  .service-purchase__title {
    padding-left: 100px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .service-purchase__title {
    font-size: 2.4rem;
  }
}
.service-purchase__title:before {
  position: absolute;
  color: #E9EEF8;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: italic;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
@media (min-width: 992px) {
  .service-purchase__title:before {
    font-size: 6rem;
  }
}

.service-purchase__text {
  color: #333;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .service-purchase__text {
    font-size: 1.8rem;
  }
}

.service-purchase__note {
  color: #333;
  font-size: 1.4rem;
}

/* buying */
.service-buying {
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .service-buying {
    padding-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .purchase-buying__sp {
    display: none;
  }
}

.purchase-buying__sp:not(:nth-of-type(5)) {
  margin-bottom: 24px;
}

.purchase-buying__text {
  color: #035F87;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .purchase-buying__text {
    display: none;
  }
}

/* service-tool */
.service-tool__top {
  text-align: center;
}

.service-title-tool {
  position: relative;
  display: inline-block;
}
.service-title-tool::before {
  position: absolute;
  content: "";
  background: url(../images/purchase-support.png) no-repeat center center/contain;
  width: 210px;
  height: 50px;
  top: -45px;
  left: -40px;
}
@media (min-width: 768px) {
  .service-title-tool::before {
    width: 262px;
    height: 70px;
    top: -56px;
    left: -28px;
  }
}
@media (min-width: 992px) {
  .service-title-tool::before {
    left: -104px;
  }
}

.service-tool__box {
  overflow-x: scroll !important;
  white-space: nowrap;
  margin: auto;
}

.service-tool__img {
  margin: auto;
  width: 700px;
}
@media (min-width: 768px) {
  .service-tool__img {
    width: 992px;
  }
}

/* service-flow */
@media (min-width: 768px) {
  .service-flow__img {
    max-width: 1200px;
    width: 100%;
  }
}

/* -------------------------------
 purchasing-service
------------------------------- */
.service- {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .service- {
    padding-bottom: 16rem;
  }
}

.service-purchase__contents {
  background-color: #EAF3F8;
  border-radius: 40px;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .service-purchase__contents {
    padding: 6.4rem 4rem;
  }
}
@media (min-width: 992px) {
  .service-purchase__contents {
    padding: 8rem 5.6rem;
  }
}

/* purchase-category */
.purchase-category {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .purchase-category {
    margin-bottom: 16rem;
  }
}

.purchase-category__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
}
@media (min-width: 768px) {
  .purchase-category__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 2.4rem;
  }
}
@media (min-width: 992px) {
  .purchase-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .purchase-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}

.purchase-category__img {
  background-color: #F7FCFF;
  border-radius: 40px;
  margin-bottom: 1.6rem;
}
.purchase-category__text {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .purchase-category__text {
    font-size: 1.6rem;
  }
}

.purchase-item {
  padding: 1em 2em 3em 2em;
}
@media (min-width: 768px) {
  .purchase-item {
    padding: 1em 4em 1em 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .purchase-item {
    padding: 1em 2em 3em 5em;
  }
}

.purchase-flow {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .purchase-flow {
    margin-bottom: 16rem;
  }
}

/* -------------------------------
 shipping-fee
------------------------------- */
/* shipping-fee */
.fee-top {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .fee-top {
    margin-bottom: 10rem;
  }
}

.fee-top__contents {
  background-color: #F4F6F7;
  border-radius: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem 3rem;
}
@media (min-width: 992px) {
  .fee-top__contents {
    padding: 6.4em 10rem;
  }
}
@media (min-width: 1200px) {
  .fee-top__contents {
    padding: 8rem 12rem;
  }
}

.fee-top__content {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .fee-top__content {
    margin-bottom: 4.8rem;
  }
}

.fee-top__text {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
@media (min-width: 992px) {
  .fee-top__text {
    font-size: 1.8rem;
  }
}

.fee-top__related > .fee-top__text {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .fee-top__related > .fee-top__text {
    font-size: 1.4rem;
  }
}

/* fee-category */
.fee {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .fee {
    padding-bottom: 16rem;
  }
}

.fee-category {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .fee-category {
    margin-bottom: 6rem;
  }
}

.fee-category__items {
  border-bottom: 0.5px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.fee-category__item {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.fee-category__item--blue {
  background-color: #035F87;
}
.fee-category__item--orange {
  background-color: #EE9126;
}

.fee-category__item:not(:last-child) {
  margin-right: 0.6rem;
}
@media (min-width: 768px) {
  .fee-category__item:not(:last-child) {
    margin-right: 2rem;
  }
}

.fee-category__item a {
  color: #fff;
  font-size: 1.3rem;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 150px;
}
@media (min-width: 992px) {
  .fee-category__item a {
    font-size: 1.6rem;
    width: 375px;
  }
}

/* fee-items */
.fee__items:not(:last-child) {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .fee__items:not(:last-child) {
    margin-bottom: 12rem;
  }
}

.fee__items-top {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .fee__items-top {
    margin-bottom: 6.4rem;
  }
}

.fee__items-head {
  background-color: #035F87;
  margin-bottom: 1.6rem;
  padding: 1rem 0 1rem 2rem;
}
@media (min-width: 992px) {
  .fee__items-head {
    margin-bottom: 2.4rem;
    padding: 1remm 0 1rem 3.8rem;
  }
}
.fee__items-head--orange {
  background-color: #EE9126;
}

.fee__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 992px) {
  .fee__title {
    font-size: 2.4em;
  }
}

.fee__items-content {
  background-color: #F4F6F7;
}

.fee__items-text {
  color: #404040;
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .fee__items-text {
    font-size: 1.6rem;
  }
}

.fee__item:not(:last-child) {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .fee__item:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}

.fee__item-company {
  background-color: #C3DCE8;
  border-left: 13px solid #035F87;
  margin-bottom: 3rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
}
@media (min-width: 768px) {
  .fee__item-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8rem 2rem 0.8rem 1rem;
  }
}
@media (min-width: 992px) {
  .fee__item-company {
    margin-bottom: 3rem;
  }
}
.fee__item-company--orange {
  background-color: #FFE5C6;
  border-left: 13px solid #EE9126;
}

.fee__item-title {
  color: #434343;
  font-size: 1.8rem;
  font-weight: 600;
}
.fee__item-time {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .fee__item-time {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fee__table {
  margin-bottom: 2.4rem;
}

.fee-table__1 {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .fee-table__1 {
    display: inline-table;
  }
}

@media (max-width: 374px) {
  .fee-table__2 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 576px) {
  .fee-table__2 {
    display: inline-table;
  }
}

.fee-table__3 {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fee-table__3 {
    white-space: initial;
  }
}
@media (min-width: 992px) {
  .fee-table__3 {
    display: inline-table;
  }
}

.fee-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.fee-table th,
.fee-table td {
  border: 0.5px solid #888888;
  color: #434343;
  text-align: center;
}
.fee-table th {
  background-color: #F4F6F7;
  font-size: 1.4rem;
  width: 82px;
}
.fee-table td {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.8em 0.8em;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .fee-table td {
    padding: 0.8em 1em;
  }
}
.fee-table th span {
  display: block;
  font-size: 1rem;
}
.fee-table .th-1 {
  vertical-align: middle;
}

.fee__item-content {
  background-color: #F4F6F7;
}

.fee__item-content01 {
  background-color: #F4F6F7;
  padding: 3.2rem 2.4rem;
}
@media (min-width: 768px) {
  .fee__item-content01 {
    padding: 4rem 0 4rem 6rem;
  }
}

.fee__item-content01 .fee__item-text {
  line-height: 1.8;
}

.fee__item-content:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .fee__item-content:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}

.fee__item-text {
  color: #404040;
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .fee__item-text {
    font-size: 1.6rem;
  }
}

.fee__item-text a {
  text-decoration: underline;
}

.fee-time {
  text-align: right;
  margin-bottom: 1.6rem;
}

.fee-time__text {
  color: #404040;
  font-size: 1.4rem;
}

/* -------------------------------
 plan-diagnosis
------------------------------- */
/* plan-diagnosis */
.plan-diagnosis__inner {
  max-width: 1000px;
  margin: 8.4rem auto auto;
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .plan-diagnosis__inner {
    margin-top: -3.2em;
    padding: 0;
    text-align: center;
  }
}
.plan-diagnosis__title {
  position: relative;
  margin: 0rem 0 1.5rem 0;
  color: #035F87;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .plan-diagnosis__title {
    margin-top: 11rem;
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.plan-diagnosis__title-inner {
  display: inline-block;
  position: relative;
  font-weight: 900;
}
.plan-diagnosis__title-inner:before, .plan-diagnosis__title-inner:after {
  position: absolute;
  bottom: -0.5em;
  -webkit-transform: scale(1, 2);
          transform: scale(1, 2);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .plan-diagnosis__title-inner:before, .plan-diagnosis__title-inner:after {
    text-shadow: 0.1px 0.1px #035F87, -0.1px 0.1px #035F87, -0.1px -0.1px #035F87, 0.1px -0.1px #035F87, 0.1px 0px #035F87, 0px 0.1px #035F87, -0.1px 0px #035F87, 0px -0.1px #035F87;
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    bottom: -0.3em;
  }
}
.plan-diagnosis__title-inner:before {
  left: -1.7em;
  content: "＼";
}
.plan-diagnosis__title-inner:after {
  right: -1.7em;
  content: "／";
}
.plan-diagnosis__title-num {
  position: relative;
  top: 2px;
  padding-right: 0.05em;
  padding-left: 0.05em;
  line-height: 1;
  font-size: 3rem;
  font-weight: normal;
  color: #ee9126;
}
@media (min-width: 768px) {
  .plan-diagnosis__title-num {
    font-size: 6rem;
  }
}
.plan-diagnosis__lead {
  text-align: left;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__lead {
    text-align: center;
    line-height: 2;
    font-size: 2rem;
  }
}
.plan-diagnosis__mv {
  margin: 3rem auto 0 auto;
  max-width: 983px;
}
@media (min-width: 768px) {
  .plan-diagnosis__mv {
    margin-top: 7rem;
  }
}
.plan-diagnosis__body {
  max-width: 983px;
  width: 100%;
  margin: auto;
  padding-top: 3em;
  text-align: left;
}
@media (min-width: 768px) {
  .plan-diagnosis__body {
    padding-top: 0;
  }
}
.plan-diagnosis__body > form {
  max-width: 950px;
  margin: auto;
  font-weight: 700;
}
.plan-diagnosis__step-title {
  margin: -0.7rem 0 5.5rem 6.4em;
  text-indent: -6.4em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__step-title {
    margin: -2.5rem 0 2.5rem 0;
    text-indent: 0;
    font-size: 2.4rem;
  }
}
.plan-diagnosis__step-title:first-child {
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__step-title:first-child {
    margin-top: 2rem;
  }
}
.plan-diagnosis__step-title > img {
  position: relative;
  top: 25px;
  margin: 0 1.2rem 0 0.5rem;
  width: 85px;
  height: auto;
}
@media (min-width: 576px) {
  .plan-diagnosis__step-title > img {
    top: 35px;
    width: 140px;
    margin-right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .plan-diagnosis__step-title > img {
    top: 35px;
    width: 140px;
  }
}
.plan-diagnosis__question {
  margin: 2rem 3rem 2rem 2.6em;
  text-indent: -2.1em;
  line-height: 1.2;
  color: #035F87;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__question {
    margin-top: 3.13rem;
    margin-bottom: 2rem;
    margin-left: 3.5em;
    font-size: 2rem;
  }
}
.plan-diagnosis__question-strong {
  padding-right: 0.2em;
  color: #ee9126;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__question-strong {
    font-size: 3rem;
  }
}
.plan-diagnosis__caution {
  padding: 0 1rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__caution {
    padding: 0;
    font-size: 1.4rem;
  }
}
.plan-diagnosis__items-wrapper {
  max-width: 600px;
  margin: auto -1.5rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__items-wrapper {
    margin: auto;
  }
}
.plan-diagnosis__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding: 0.5em 0.8em 3em 0.8em;
}
@media (min-width: 768px) {
  .plan-diagnosis__items {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.plan-diagnosis__btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.plan-diagnosis__btn {
  display: block;
  padding: 1.2em 1em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  text-align: center;
  background: #f4f6f7 0% 0% no-repeat padding-box;
  color: #035F87;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .plan-diagnosis__btn {
    padding: 0.9em 1em;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.plan-diagnosis__btn:hover {
  color: #035F87;
}
.plan-diagnosis__btn-check:focus + .plan-diagnosis__btn, .plan-diagnosis__btn:focus {
  outline: 0;
  -webkit-box-shadow: #000;
          box-shadow: #000;
  border: 2px solid #3e85ae;
}
.plan-diagnosis__btn-check:checked + .plan-diagnosis__btn, .plan-diagnosis__btn-check:active + .plan-diagnosis__btn, .plan-diagnosis__btn:active, .plan-diagnosis__btn.active {
  background-color: #035F87;
  border: 1px solid #035F87;
  color: #fff;
}
.plan-diagnosis__btn-check:checked + .plan-diagnosis__btn:focus, .plan-diagnosis__btn-check:active + .plan-diagnosis__btn:focus, .plan-diagnosis__btn:active:focus, .plan-diagnosis__btn.active:focus {
  background-color: #035F87;
}
.plan-diagnosis__submit-wrapper {
  margin: 3.5rem auto 8rem auto;
  text-align: center;
}
@media (min-width: 768px) {
  .plan-diagnosis__submit-wrapper {
    margin-top: 7rem;
  }
}
.plan-diagnosis__submit {
  display: block;
  margin: auto;
  padding: 1em;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px;
  background: transparent linear-gradient(94deg, #ee9833 0%, #ffda67 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 768px) {
  .plan-diagnosis__submit {
    font-size: 2.4rem;
  }
}

/* -------------------------------
 diagnosis-result
------------------------------- */
/*
このページでしか使わないカラー定義
*/
.diagnosis-result__inner {
  position: relative;
  max-width: 1050px;
  margin: -2rem auto auto;
  padding: 9em 0 0em 0;
  text-align: left;
}
@media (min-width: 576px) {
  .diagnosis-result__inner {
    margin-top: -6rem;
    padding-bottom: 11em;
  }
}
@media (min-width: 576px) {
  .diagnosis-result__inner {
    margin-top: -0.4rem;
    padding-top: 6.5em;
    text-align: center;
  }
}
.diagnosis-result--top .diagnosis-result__inner {
  background: url(../images/diagnosis-sp.svg) no-repeat top center;
  background-size: 67%;
}
@media (min-width: 576px) {
  .diagnosis-result--top .diagnosis-result__inner {
    background: none;
  }
  .diagnosis-result--top .diagnosis-result__inner::before {
    position: absolute;
    top: -2rem;
    left: -3rem;
    width: 200px;
    height: 200px;
    background: url(../fonts/diagnosis-pc_01.svg) no-repeat center center/contain;
    content: "";
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .diagnosis-result--top .diagnosis-result__inner::before {
    left: 28px;
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .diagnosis-result--top .diagnosis-result__inner::before {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 576px) {
  .diagnosis-result--top .diagnosis-result__inner::after {
    position: absolute;
    top: 0px;
    right: -3rem;
    width: 200px;
    height: 200px;
    background: url(../fonts/diagnosis-pc_02.svg) no-repeat center center/contain;
    content: "";
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .diagnosis-result--top .diagnosis-result__inner::after {
    right: 0;
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .diagnosis-result--top .diagnosis-result__inner::after {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__inner {
    margin-top: -6rem;
  }
}
.diagnosis-result__intro {
  padding: 0 2.5rem;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .diagnosis-result__intro {
    text-align: center;
    font-size: 2.4rem;
  }
}
.diagnosis-result__intro > br {
  display: none;
}
@media (min-width: 768px) {
  .diagnosis-result__intro > br {
    display: inline;
  }
}
.diagnosis-result__plan {
  position: relative;
  color: #a0325c;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin: 1.2rem 0 3.5rem 0;
}
@media (min-width: 768px) {
  .diagnosis-result__plan {
    font-size: 3rem;
  }
}
.diagnosis-result--economy .diagnosis-result__plan {
  color: #616770;
}
.diagnosis-result--premium .diagnosis-result__plan {
  color: #317c6e;
}
.diagnosis-result--business .diagnosis-result__plan {
  color: #234c63;
}
.diagnosis-result--first .diagnosis-result__plan {
  color: #a0325c;
}
.diagnosis-result--diamond .diagnosis-result__plan {
  color: #fac246;
}
.diagnosis-result__marker {
  padding-bottom: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #f4f6f7));
  background: linear-gradient(transparent 10%, #f4f6f7 10%);
}
@media (min-width: 768px) {
  .diagnosis-result__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f4f6f7));
    background: linear-gradient(transparent 40%, #f4f6f7 40%);
  }
}
.diagnosis-result__price {
  position: relative;
  margin: 2rem 0 3.5rem 0;
  padding: 0 0.2em;
  text-align: center;
  line-height: 1;
  color: #ee9126;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .diagnosis-result__price {
    font-size: 5rem;
  }
}
.diagnosis-result__body {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
}
@media (min-width: 576px) {
  .diagnosis-result__body {
    grid-template-columns: 0.7fr 1.3fr;
    padding-top: 9em;
    padding-left: 3em;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__body {
    grid-template-columns: 0.5fr 1.5fr;
  }
}
.diagnosis-result__image {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #a0325c;
}
@media (min-width: 768px) {
  .diagnosis-result__image {
    font-size: 3rem;
  }
}
.diagnosis-result--economy .diagnosis-result__image {
  color: #616770;
}
.diagnosis-result--premium .diagnosis-result__image {
  color: #317c6e;
}
.diagnosis-result--business .diagnosis-result__image {
  color: #234c63;
}
.diagnosis-result--first .diagnosis-result__image {
  color: #a0325c;
}
.diagnosis-result--diamond .diagnosis-result__image {
  color: #fac246;
}
@media (min-width: 576px) {
  .diagnosis-result__image {
    padding-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .diagnosis-result__image {
    padding-bottom: 0em;
  }
}
.diagnosis-result__image > img {
  width: 45%;
  margin: 1rem 0rem 1rem 0rem;
}
@media (min-width: 576px) {
  .diagnosis-result__image > img {
    width: 245px;
    height: auto;
    margin-top: 5.5rem;
  }
}
.diagnosis-result__image > div {
  margin-left: -2rem;
  margin-right: -2rem;
}
.diagnosis-result__reason {
  padding: 4em 3em 0 3em;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 576px) {
  .diagnosis-result__reason {
    padding: 0 5em 0 4.5em;
  }
}
@media (min-width: 768px) {
  .diagnosis-result__reason {
    padding-left: 3.5em;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__reason {
    padding-left: 10.5em;
  }
}
.diagnosis-result__reason-title {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #035F87;
}
@media (min-width: 768px) {
  .diagnosis-result__reason-title {
    font-size: 2.4rem;
  }
}
.diagnosis-result__reason-text {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.diagnosis-result__reason-text:last-child {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .diagnosis-result__reason-text {
    font-size: 1.8rem;
  }
}
.diagnosis-result__button-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  row-gap: 3rem;
  padding: 0 2.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .diagnosis-result__button-wrapper {
    grid-template-columns: 1fr 1fr;
    margin: 4rem 0 8rem 0;
    padding: 0 5em;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__button-wrapper {
    padding: 0 14.5em;
  }
}
.diagnosis-result__button-wrapper:nth-child(4) {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .diagnosis-result__button-wrapper:nth-child(4) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__button-wrapper:nth-child(4) {
    padding: 0 8.5em;
  }
}
.diagnosis-result__button {
  display: block;
  margin: auto;
  padding: 1em;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .diagnosis-result__button {
    font-size: 1.8rem;
  }
}
.diagnosis-result__button--simulation {
  background: transparent linear-gradient(94deg, #ee9833 0%, #ffda67 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.diagnosis-result__button--contact {
  background: transparent linear-gradient(95deg, var(--unnamed-color-035f87) 0%, #68b1b4 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(95deg, #035f87 0%, #68b1b4 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.diagnosis-result__button--retry {
  margin: 3rem auto 5em auto;
  background: #f3f5f6 0% 0% no-repeat padding-box;
  color: #035F87;
}

/* -------------------------------
 priceplan-simulator
------------------------------- */
@media (min-width: 768px) {
  main.page-priceplan-simulator {
    overflow: visible;
  }
}

/* priceplan-simulator */
/* 必要に応じて_color.scss等に移動してください*/
.priceplan-list__inner, .price-simulation__inner, .service-list__inner {
  max-width: 1240px;
  margin: 5rem auto auto;
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .priceplan-list__inner, .price-simulation__inner, .service-list__inner {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .priceplan-list__inner, .price-simulation__inner, .service-list__inner {
    margin: -4rem auto auto;
  }
}
.priceplan-list__lead, .option-list__lead, .service-list__lead {
  color: #212121;
  margin-top: -2rem;
  /* margin-bottom: 4.8rem; */
  line-height: 1.57;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .priceplan-list__lead, .option-list__lead, .service-list__lead {
    margin-top: -1.3rem;
    /* margin-bottom: 5.2rem; */
    font-size: 1.8rem;
  }
}
.priceplan-list__items {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
  row-gap: 5.3rem;
  margin-bottom: 5.6rem;
  text-align: center;
}
@media (min-width: 576px) {
  .priceplan-list__items {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .priceplan-list__items {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .priceplan-list__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.priceplan-list__item {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.priceplan-list__item--economy .priceplan-list__name {
  background-color: #aeaeac;
}
.priceplan-list__item--economy .priceplan-list__name {
  background-color: #aeaeac;
}
.priceplan-list__item--premium .priceplan-list__name {
  background-color: #57bcaa;
}
.priceplan-list__item--business .priceplan-list__name {
  background-color: #3e85ae;
}
.priceplan-list__item--first .priceplan-list__name {
  background-color: #f09d7b;
}
.priceplan-list__item--diamond .priceplan-list__name {
  background-color: #eccd5e;
}
.priceplan-list__name {
  padding: 0.8em 0.1em 0.8em;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .priceplan-list__name {
    padding: 1.4em 0.1em 1.1em;
  }
}
.priceplan-list__contents {
  min-height: 7rem;
  padding: 0.7em 0.5em 0.5em;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .priceplan-list__contents {
    padding: 1.4em 0.5em 0.5em;
  }
}
.priceplan-list__price {
  font-size: 1.6rem;
  font-weight: 700;
}
.priceplan-list__price-num {
  display: inline-block;
  position: relative;
  top: 4px;
  padding: 0 0.2em;
  color: #ee952e;
  font-size: 4rem;
  font-style: italic;
  letter-spacing: -1.4px;
}
.priceplan-list__item--economy .priceplan-list__price-num {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .priceplan-list__item--economy .priceplan-list__price-num {
    font-size: 3.6rem;
  }
}

.priceplan-list__item--diamond .priceplan-list__price-num {
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  font-style: normal;
  position: relative;
  top: 1.5rem;
}
@media (min-width: 768px) {
  .priceplan-list__price-num {
    font-size: 3.6rem;
  }
}
.priceplan-list__fee {
  display: inline-block;
  margin: -1rem 0;
  line-height: 1.6;
  font-size: 2rem;
}
.priceplan-list__fee span {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .priceplan-list__fee {
    margin: -0.5rem 0;
    line-height: 2.1;
  }
}
.priceplan-list__fee-detail {
  padding-top: 0.3em;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .priceplan-list__fee-detail {
    padding-top: 0;
    padding-left: 2em;
    text-align: left;
  }
}
.priceplan-list__strong {
  color: #ee952e;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
.priceplan-list__detail {
  padding: 1.6em 1.2em 2em 1.2em;
  line-height: 1.55;
  font-size: 1.4rem;
  text-align: left;
}
.priceplan-list__example {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: auto;
  color: #d49b58;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.list-table--support .first {
  color: #f09d7b;
}
.list-table--support .business {
  color: #3e85ae;
}
.list-table--support .business--support {
  color: #A7A7A7;
}
.list-table--support .premium {
  color: #57bcaa;
}
.list-table--support .premium--support {
  color: #A7A7A7;
}
.list-table--support .economy--support {
  color: #A7A7A7;
}

.service-list {
  text-align: center;
}
.service-list__inner {
  padding-right: 0;
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .service-list__inner {
    margin-top: 13.8rem;
  }
}
@media (min-width: 1200px) {
  .service-list__inner {
    padding-right: 20px;
  }
}
.service-list__lead {
  margin-bottom: 4rem;
}
.service-list__body {
  max-width: 1080px;
  margin: auto auto 10rem auto;
}

.option-list {
  text-align: center;
}
.option-list__inner {
  max-width: 1200px;
  margin: 5rem auto auto;
  padding: 0 0 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .option-list__inner {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .option-list__inner {
    margin: 13.9rem auto auto;
    padding-right: 20px;
  }
}
.option-list__lead {
  margin-bottom: 4.5rem;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .option-list__lead {
    padding-right: 0;
  }
}
.option-list__body {
  max-width: 1080px;
  margin: auto auto 8rem auto;
}
.option-list__body:last-child {
  padding-top: 1.5em;
}

.list-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  table-layout: fixed;
}
.list-table thead th:nth-child(1) {
  width: 400px;
  text-align: left;
}
.list-table tbody tr {
  background-color: #fff;
}
.list-table tbody tr:nth-child(odd) {
  background-color: #f4f6f7;
}
.list-table tbody td {
  padding: 1em;
  vertical-align: middle;
  color: #212121;
  font-size: 1.65rem;
}
.list-table tbody th :nth-child(1) {
  width: 400px;
}
.list-table__col-th {
  text-align: center;
  vertical-align: middle;
}
.list-table__headline {
  position: relative;
  margin: 10px 0 10px 10px;
  padding: 1em 0 0.7em;
  border-radius: 10px 10px 0 0;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .list-table__headline {
    padding: 1em 0 0.7em;
  }
}
.list-table__headline--item {
  position: relative;
  top: 0px;
  height: 100%;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  width: 138px;
  text-align: center;
  margin-left: 0;
}
.list-table__headline--item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  background-color: #FCC07C;
}
.list-table__headline--item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #FCC07C;
}
.list-table__headline--item02 {
  position: relative;
  top: 0px;
  height: 100%;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  width: 138px;
  text-align: center;
  margin-left: 0;
}
.list-table__headline--item02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  background-color: #55A9CC;
}
.list-table__headline--item02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #55A9CC;
}
.list-table__headline--economy {
  background-color: #aeaeac;
}
.list-table__headline--premium {
  background-color: #57bcaa;
}
.list-table__headline--business {
  background-color: #3e85ae;
}
.list-table__headline--first {
  background-color: #f09d7b;
}
.list-table__headline--diamond {
  margin-right: 0;
  background-color: #eccd5e;
}
.list-table__large {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  color: #FCC07C;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
@media (min-width: 768px) {
  .list-table__large {
    font-size: 4rem;
  }
}
.list-table__large--xl {
  font-size: 2rem;
}
.list-table__large--blue {
  color: #55A9CC;
}
.list-table__small {
  font-size: 1.1rem;
}
@media (min-width: 1200px) {
  .list-table__small {
    font-size: 1.3rem;
  }
}
.list-table__row-th {
  position: relative;
  text-align: left;
}
.list-table__row-name {
  color: #212121;
  display: inline-block;
  padding: 1.2em 0 1.2em 1.3em;
  text-align: left;
  font-size: 1.5rem;
}
.list-table__row-th.list-table__row-th--2line .list-table__row-name {
  padding: 1.2em 0 1.2em 1.3em;
}

.list-table__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-table__row-sub {
  display: block;
  font-size: 1.4rem;
}
.list-table__row-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 35px;
  height: 50px;
  margin: auto 0;
}
.list-table__row-th.list-table__row-th--2line .list-table__row-icon {
  left: 9px;
}

.list-table2 thead th:nth-child(1) {
  width: 160px;
  text-align: left;
}
.list-table2 tbody th :nth-child(1) {
  width: 160px;
}

.list-table3 .row-sub02 {
  color: #212121;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 1.3em;
  padding-bottom: 1.2em;
}
.list-table3 .row-small02 {
  vertical-align: initial;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #f4f6f7 !important;
}

.row-small {
  vertical-align: initial !important;
}

.font-bold {
  font-weight: bold;
}

.price-simulation {
  margin-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  .price-simulation {
    margin-bottom: 10rem;
  }
}
.price-simulation__inner {
  max-width: 1440px;
  margin-top: 12rem;
  padding-top: 7.2em;
  padding-bottom: 7.2em;
  border-radius: 100px;
  background-color: #f4f6f7;
  text-align: center;
}
@media (min-width: 1200px) {
  .price-simulation__inner {
    padding-top: 9.3em;
    padding-bottom: 8em;
  }
}
.price-simulation__body {
  padding: 0;
}
@media (min-width: 1200px) {
  .price-simulation__body {
    padding: 0 60px;
  }
}
@media (min-width: 1400px) {
  .price-simulation__body {
    padding: 0 100px;
  }
}

.simulation {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  overflow: visible;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 768px) {
  .simulation {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .simulation__input {
    padding-right: 1em;
  }
}
.simulation__question {
  padding: 0em 0 2.4em 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .simulation__question {
    padding-bottom: 3em;
  }
}
.simulation__question--q3 {
  padding-bottom: 1em;
}
.simulation__question--q4 {
  padding-left: 1em;
  padding-bottom: 1em;
  text-indent: -1em;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .simulation__question--q4 {
    padding-left: 0;
    text-indent: 0;
    margin-left: 0;
  }
}
.simulation__question + dd {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 768px) {
  .simulation__question + dd {
    margin-left: 0;
    margin-right: 0;
  }
}
.simulation__num {
  display: inline-block;
  position: relative;
  top: 0.75rem;
  margin-top: -2rem;
  padding-right: 0.2em;
  color: #ee952e;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .simulation__num {
    margin-top: 0;
    font-size: 4rem;
  }
}
.simulation__text {
  margin: 0 -0.1rem 1.3rem -0.1rem;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .simulation__text {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .simulation__text {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .simulation__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .simulation__text br {
    display: inline;
  }
}
@media (min-width: 992px) {
  .simulation__text br {
    display: none;
  }
}
.simulation__text span {
  display: inline-block;
  position: relative;
  bottom: -6px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .simulation__text span {
    bottom: 0;
  }
}
.simulation__text span:before, .simulation__text span:after {
  position: absolute;
  bottom: -0.3em;
  -webkit-transform: scale(1, 1.8);
          transform: scale(1, 1.8);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .simulation__text span:before, .simulation__text span:after {
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
  }
}
.simulation__text span:before {
  left: -0.9em;
  content: "＼";
}
@media (min-width: 992px) {
  .simulation__text span:before {
    left: -1.2em;
  }
}
.simulation__text span:after {
  right: -0.9em;
  content: "／";
}
@media (min-width: 992px) {
  .simulation__text span:after {
    right: -1.2em;
  }
}
.simulation__example-text {
  margin: 0 -1.5rem 1.3rem 0.2rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .simulation__example-text {
    margin: 0 -1.5rem 1.3rem -1.5rem;
    text-align: center;
    font-size: 1.5rem;
  }
}
.simulation__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2.2rem;
  margin: 0 0 6em 0;
}
@media (min-width: 576px) {
  .simulation__items {
    -webkit-column-gap: 1.9rem;
       -moz-column-gap: 1.9rem;
            column-gap: 1.9rem;
  }
}
@media (min-width: 992px) {
  .simulation__items {
    -webkit-column-gap: 2.9rem;
       -moz-column-gap: 2.9rem;
            column-gap: 2.9rem;
    row-gap: 3.2rem;
  }
}
.simulation__items--term {
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.simulation__items--example {
  grid-template-columns: 1fr;
  padding-left: 3.5em;
}
@media (min-width: 768px) {
  .simulation__items--example {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
}
.simulation__items--option {
  grid-template-columns: 1fr;
  row-gap: 0;
  margin-left: 7rem;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .simulation__items--option {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5.9rem;
       -moz-column-gap: 5.9rem;
            column-gap: 5.9rem;
    margin-top: -1.7rem;
    margin-left: 8.2rem;
    padding-left: 0;
  }
}
.simulation__btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.simulation__btn {
  display: block;
  padding: 1.2em 1em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .simulation__btn {
    font-size: 1.8rem;
  }
}
.simulation__btn:hover {
  color: #035F87;
}
.simulation__btn-check:focus + .simulation__btn, .simulation__btn:focus {
  -webkit-box-shadow: #000;
          box-shadow: #000;
  outline: 0;
  background-color: #3e85ae;
}
.simulation__btn-check:checked + .simulation__btn, .simulation__btn-check:active + .simulation__btn, .simulation__btn:active, .simulation__btn.active {
  background-color: #035F87;
  color: #fff;
}
.simulation__btn-check:checked + .simulation__btn:focus, .simulation__btn-check:active + .simulation__btn:focus, .simulation__btn:active:focus, .simulation__btn.active:focus {
  background-color: #035F87;
}
.simulation__num-input {
  position: relative;
  width: 100%;
  padding: 0.4em 1.5em 0.4em 0.4em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: none;
  text-align: right;
  color: #417f9a;
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
}
.simulation__num-input::-webkit-outer-spin-button, .simulation__num-input::-webkit-inner-spin-button {
  margin-left: 1.5rem;
}
.simulation__num-unit {
  position: relative;
  font-weight: 700;
}
.simulation__num-unit::after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  content: "元";
}
.simulation__num-unit--quantity::after {
  content: "点";
}
@media (min-width: 768px) {
  .simulation__result {
    position: sticky;
    top: 0;
    padding: 10em 0 0 2em;
  }
}
@media (min-width: 1200px) {
  .simulation__result {
    padding-left: 6em;
  }
}
.simulation__result-headline {
  padding: 0.7em 0;
  text-align: center;
  background-color: #ee952e;
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .simulation__result-headline {
    font-size: 2.4rem;
  }
}
.simulation__result-headline--result {
  padding: 1.2em 0;
  line-height: 1.2;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .simulation__result-headline--result {
    font-size: 2.4rem;
  }
}
.simulation__result-body {
  padding: 2em 0;
  background-color: #fff;
}
.simulation__table {
  margin: auto auto 20px;
  width: 90%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .simulation__table {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .simulation__table {
    width: 85%;
  }
}
.simulation__table thead {
  font-size: 1.6rem;
}
.simulation__table tr {
  border-bottom: 1px solid #acacac;
}
.simulation__table tr:first-child {
  border: none;
}
.simulation__table tr:last-child {
  border: none;
}
.simulation__table-col-th {
  padding: 1.4em 1em 0.8em 0.3em;
  color: #212121;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .simulation__table-col-th {
    padding: 1.2em 0.3em 0.8em 0.3em;
    font-size: 1.6rem;
  }
}
.simulation__table-col-th:nth-child(3) {
  width: 37%;
}
@media (min-width: 768px) {
  .simulation__table-col-th:nth-child(3) {
    width: 24%;
  }
}
.simulation__table-row-th {
  padding: 0.4em 0em 0.4em 0.7em;
  text-align: left;
  vertical-align: top;
  font-size: 2.4rem;
  color: #ee952e;
}
@media (min-width: 768px) {
  .simulation__table-row-th {
    font-size: 3rem;
  }
}
.simulation__table-row-th--reward {
  padding-top: 1.2em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .simulation__table-row-th--reward {
    padding-left: 1.3em;
    font-size: 1.8rem;
  }
}
.simulation__option-label {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .simulation__option-label {
    font-size: 1.5rem;
  }
}
.simulation__item-name {
  padding: 1.35em 0.3em 1em 0.3em;
  vertical-align: top;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .simulation__item-name {
    line-height: 2;
    padding: 0.5em 0.3em 1em 0.3em;
    font-size: 1.4rem;
  }
}
.simulation__table-row-th--reward + .simulation__item-name {
  padding-top: 1.5em;
}
.simulation__item-price {
  padding: 1.62em 2.3em 1em 0.3em;
  vertical-align: top;
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .simulation__item-price {
    padding-top: 0.7em;
    font-size: 1.4rem;
  }
}
.simulation__item-price-gen {
  display: block;
  margin-right: -1rem;
}
.simulation__result-total {
  padding: 0 0.3em;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  .simulation__result-total {
    font-size: 4rem;
  }
}
.simulation__tax {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .simulation__tax {
    font-size: 1.6rem;
  }
}
.simulation__example-price {
  margin-top: 3rem;
  font-size: 1.4rem;
}
.simulation__option {
  margin: 0 0 1.6rem -0.3rem;
}
@media (min-width: 768px) {
  .simulation__option {
    margin-bottom: 2.6rem;
  }
}
.simulation__option input {
  position: absolute;
  width: 3.3rem;
  height: 1.7rem;
  margin-top: 0.25em;
  margin-left: -4.5rem;
  border-radius: 2em;
  border: 2px solid #6b6b6b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 9 8'%3e%3ccircle r='3.5' fill='%236B6B6B'/%3e%3c/svg%3e");
  background-position: left center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.simulation__option input:checked {
  border-color: #035F87;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 9 8'%3e%3ccircle r='3.5' fill='%23ffffff'/%3e%3c/svg%3e");
  background-color: #035F87;
}
.simulation__option input:disabled {
  opacity: 0.4;
}

#tr-monthly-price .simulation__item-name p:nth-child(2) {
  color: #797979;
  font-weight: 400;
}

#tr-charge .simulation__item-name p:first-child {
  color: #212121;
  font-weight: 500;
}

.simulation__item-price {
  color: #212121;
  font-weight: 500;
}

#nostock-charge-gen {
  color: #797979;
  font-weight: 400;
}

#benefit-text,
#monthly-price-2,
#charge-price,
#option-subtotal,
#benefit-price {
  color: #212121;
  font-weight: 500;
}

#charge-price {
  color: #212121;
  font-weight: 500;
}

.simulation__table tr .simulation__item-name p:first-child {
  color: #212121;
  font-weight: 500;
}

.simulation__table tr .simulation__item-name p:not(:first-child) {
  color: #797979;
  font-weight: 500;
}

/* priceplan-category */
.priceplan-category {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .priceplan-category {
    margin-bottom: 6rem;
  }
}

.priceplan-category__items {
  border-bottom: 0.5px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.priceplan-category__item {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.priceplan-category__item--blue {
  border: 1px solid #035F87;
}
.priceplan-category__item--blue div {
  border: 1px solid #035F87;
  border-radius: 9px 9px 0 0;
  color: #035F87;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.priceplan-category__item--blue div:hover {
  background-color: #035F87;
  color: #fff;
}
.priceplan-category__item--orange {
  border: 1px solid #EE9126;
}
.priceplan-category__item--orange div {
  border: 1px solid #EE9126;
  border-radius: 9px 9px 0 0;
  color: #EE9126;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.priceplan-category__item--orange div:hover {
  background-color: #EE9126;
  color: #fff;
}
.priceplan-category__item:not(:last-child) {
  margin-right: 0.6rem;
}
@media (min-width: 768px) {
  .priceplan-category__item:not(:last-child) {
    margin-right: 2rem;
  }
}

.priceplan-category__item div {
  font-size: 1.3rem;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 150px;
}
@media (min-width: 992px) {
  .priceplan-category__item div {
    font-size: 1.6rem;
    width: 375px;
  }
}

.option-top {
  background-color: #035F87;
  padding: 1.2rem 0;
  margin-bottom: 4.5rem;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.option-top__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .option-top__text {
    font-size: 2rem;
  }
}

.name-small {
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  .priceplan-sp {
    display: none;
  }
}

.price-box .price-box-area {
  display: none;
}

.price-box .price-box-area.priceplan-active {
  display: block;
}

.priceplan-contents {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .priceplan-contents {
    margin-bottom: 12rem;
  }
}

.plan-img {
  width: 150px !important;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

/* 2022.11追記 料金プランページの修正 */
.priceplan-top {
  height: 50px;
  color: red;
  font-size: 14px;
}

.priceplan-bottom {
  /* height: 80px; */
  font-size: 14px;
}

.priceplan-middle {
  height: 60px;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .priceplan-top {
    height: 30px;
    color: red;
  }
  .priceplan-bottom {
    height: 70px;
  }
  .priceplan-middle {
    height: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .priceplan-top {
    height: 40px;
    color: red;
  }
  .priceplan-bottom {
    height: 80px;
  }
  .priceplan-middle {
    height: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .priceplan-top {
    height: 50px;
    color: red;
  }
  .priceplan-bottom {
    height: 80px;
  }
  .priceplan-middle {
    height: 50px;
  }
}
@media only screen and (max-width: 923px) {
  .priceplan-top {
    height: 50px;
    color: red;
  }
  .priceplan-bottom {
    height: 100px;
  }
  .priceplan-middle {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .priceplan-top {
    height: 30px;
    color: red;
  }
  .priceplan-bottom {
    height: 70px;
  }
  .priceplan-middle {
    height: 40px;
  }
}
@media only screen and (max-width: 730px) {
  .priceplan-top {
    height: 45px;
    color: red;
  }
  .priceplan-bottom {
    height: 70px;
  }
  .priceplan-middle {
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .priceplan-top {
    height: auto;
    color: red;
  }
  .priceplan-bottom {
    height: auto;
    padding-top: 10px;
  }
  .priceplan-middle {
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
/* -------------------------------
 about
------------------------------- */
/* primary */
.about-primary {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-primary {
    margin-bottom: 18rem;
  }
}

.about-primary__contents {
  position: relative;
}

.about-primary__top {
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.about-primary__title {
  text-align: center;
}

.about-primary__title span {
  color: #035F87;
}

.about-primary__img--pc {
  display: none;
}
@media (min-width: 768px) {
  .about-primary__img--pc {
    display: block;
  }
}
.about-primary__img--tab {
  display: none;
}
@media (min-width: 576px) {
  .about-primary__img--tab {
    display: block;
  }
}
@media (min-width: 768px) {
  .about-primary__img--tab {
    display: none;
  }
}
@media (min-width: 576px) {
  .about-primary__img--sp {
    display: none;
  }
}

.about-primary__bottom {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 14rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 992px) {
  .about-primary__bottom {
    bottom: 12rem;
  }
}

.about-primary__text {
  text-align: center;
  color: #404040;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .about-primary__text {
    font-size: 2.2rem;
  }
}

/* soution */
.solution {
  background: url(../fonts/74bf20b2b56541f0bd12a8bb9b91aafe.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  top: -87px;
  bottom: 21%;
  left: 0;
  z-index: 0;
  width: 51%;
}

.solution__title {
  position: relative;
  text-align: center;
}

.solution__title span {
  color: #035F87;
}

.solution__lists {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .solution__lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;
    row-gap: 3rem;
    margin-bottom: 10rem;
  }
}

.solution__bottom {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .solution__bottom {
    font-size: 2.2rem;
  }
}

/* value */
.value {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .value {
    margin-bottom: 18rem;
  }
}

.value__inner {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.value__top {
  position: relative;
}
.value__top::before {
  background: url(../fonts/value-title-pc.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  top: -87px;
  bottom: 21%;
  left: 0;
  z-index: 0;
  width: 39%;
}

.value__title {
  position: relative;
  text-align: center;
}
.value__title span {
  color: #035F87;
}

@media (min-width: 768px) {
  .value__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.value__content {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .value__content {
    width: 83%;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .value__content {
    width: 60%;
    margin-right: 5%;
  }
}

.value__content-title {
  color: #035F87;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .value__content-title {
    text-align: left;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .value__content-title {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }
}

.value__content-text {
  color: #404040;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .value__content-text {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .value__picture {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .value__picture {
    width: initial;
  }
}

.value__img01 {
  margin-left: auto;
  max-width: 67%;
  width: 100%;
}
@media (min-width: 768px) {
  .value__img01 {
    margin-left: initial;
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 992px) {
  .value__img01 {
    margin-left: auto;
    max-width: 67%;
    width: 100%;
  }
}
.value__img02 {
  margin-top: -6rem;
  max-width: 54%;
  width: 100%;
}
@media (min-width: 768px) {
  .value__img02 {
    margin-top: initial;
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 992px) {
  .value__img02 {
    margin-top: -6rem;
    max-width: 54%;
    width: 100%;
  }
}
/* about-reason */
.pc-about {
  display: none;
}
@media (min-width: 768px) {
  .pc-about {
    display: block;
  }
}

.about-reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(#EFF6F8), color-stop(#ECF6FA), color-stop(#EDF5F8), to(#FFF));
  background: linear-gradient(to bottom, #FFF, #EFF6F8, #ECF6FA, #EDF5F8, #FFF);
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-reason {
    padding-bottom: 18rem;
  }
}

.about-reason__inner {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.about-reason__title {
  text-align: center;
}

.about-reason__title span {
  color: #035F87;
}

.about-reason__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
}
@media (min-width: 768px) {
  .about-reason__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
    row-gap: 6rem;
  }
}

.about-reason__content {
  background-color: #fff;
  border-radius: 30px;
  padding: 4rem 4.8rem 4rem;
}
@media (min-width: 768px) {
  .about-reason__content {
    padding: 4rem 4.8rem 4rem;
  }
}

.about-reason__img {
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .about-reason__img {
    margin: 0 auto 2.4rem;
    width: 93%;
  }
}
@media (min-width: 992px) {
  .about-reason__img {
    margin-bottom: 3.2rem;
  }
}
.about-reason__img img {
  text-align: center;
}

.about-reason__body-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .about-reason__body-title {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 992px) {
  .about-reason__body-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.about-reason__text {
  color: #404040;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .about-reason__text {
    font-size: 1.6rem;
  }
}

/* campaign */
.campaign {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .campaign {
    padding-bottom: 12rem;
  }
}

.campaign__title {
  text-align: center;
}

.campaign__title span {
  color: #035F87;
}

.campaign__contents {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .campaign__contents {
    margin-bottom: 12rem;
  }
}

.campaign__contents {
  position: relative;
}
.campaign__contents .swiper-horizontal > .swiper-pagination-bullets, .campaign__contents .swiper-pagination-bullets.swiper-pagination-horizontal, .campaign__contents .swiper-pagination-custom, .campaign__contents .swiper-pagination-fraction {
  bottom: initial;
  margin-top: 2.4rem;
}
.campaign__contents .swiper-button-next0 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  margin-top: -2rem;
  right: -1.6rem;
}
.campaign__contents .swiper-button-next0:after {
  display: none;
}
@media (min-width: 1200px) {
  .campaign__contents .swiper-button-next0 {
    width: 40px;
    height: 40px;
    right: -5.6rem;
  }
}
.campaign__contents .swiper-button-prev0 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue_l.svg) no-repeat center center/contain;
  margin-top: -2rem;
  left: -1.6rem;
}
.campaign__contents .swiper-button-prev0:after {
  display: none;
}
@media (min-width: 1200px) {
  .campaign__contents .swiper-button-prev0 {
    width: 40px;
    height: 40px;
    left: -5.6rem;
  }
}
.campaign__contents .swiper-pagination-bullet-active {
  background-color: #EE9126 !important;
}

/* about youtube */
.about-secondary {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-secondary {
    padding-bottom: 14rem;
  }
}

.about-secondary__title span {
  color: #035F87;
}

.youtube-contents {
  max-width: 900px;
  width: 100%;
  margin: auto;
  position: relative;
}
.youtube-contents::before {
  position: absolute;
  content: "";
  background: url(../fonts/f71582a861ed4c45bf525be4845c05c7.svg) no-repeat center center/contain;
  margin-top: -2rem;
  right: -1.6rem;
}
.youtube-contents .swiper-button-next1:after {
  display: none;
}
@media (min-width: 768px) {
  .youtube-contents .swiper-button-next1 {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .youtube-contents .swiper-button-next1 {
    right: -5.6rem;
  }
}
.youtube-contents .swiper-button-prev1 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue_l.svg) no-repeat center center/contain;
  margin-top: -2rem;
  left: -1.6rem;
}
@media (min-width: 768px) {
  .youtube-contents .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .youtube-contents .swiper-button-prev1 {
    left: -5.6rem;
  }
}
.youtube-contents .swiper-button-prev1:after {
  display: none;
}

.about-youtube__wrap {
  margin: auto;
  padding-top: 50%;
  position: relative;
  width: 96%;
}
@media (min-width: 576px) {
  .about-youtube__wrap {
    padding-top: 53%;
    width: 96%;
  }
}
.about-youtube__wrap iframe {
  position: absolute;
  border-radius: 27px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.youtube-contents__content {
  position: relative;
}

.page-about__inner .swiper-horizontal > .swiper-pagination-bullets, .page-about__inner .swiper-pagination-bullets.swiper-pagination-horizontal, .page-about__inner .swiper-pagination-custom, .page-about__inner .swiper-pagination-fraction {
  bottom: initial;
  margin-top: 4.8rem;
  text-align: center;
}
.page-about__inner .swiper-pagination-bullet-active {
  background-color: #EE9126 !important;
}

/* about-service */
.about-service {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-service {
    padding-bottom: 16rem;
  }
}

.about-service__top {
  padding-bottom: 16rem;
}

.about-service__title {
  text-align: center;
}

.about-service__title span {
  color: #035F87;
}

.about-service__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

/* about-voice */
.about-voice {
  padding-bottom: 13rem;
}
@media (min-width: 992px) {
  .about-voice {
    padding-bottom: 12rem;
  }
}

.about-voice__inner .swiper-horizontal > .swiper-pagination-bullets, .about-voice__inner .swiper-pagination-bullets.swiper-pagination-horizontal, .about-voice__inner .swiper-pagination-custom, .about-voice__inner .swiper-pagination-fraction {
  bottom: initial;
  margin-top: 4.8rem;
  text-align: center;
}
.about-voice__inner .swiper-pagination-bullet-active {
  background-color: #EE9126 !important;
}

.about-voice__title {
  text-align: center;
}

.about-voice__title span {
  color: #035F87;
}

.about-voice__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
  text-align: center;
}
@media (min-width: 992px) {
  .about-voice__lead {
    margin-bottom: 6.4rem;
  }
}

/* about-concept */
.about-concept {
  position: relative;
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-concept {
    margin-bottom: 12rem;
  }
}

.about-concept__top {
  position: relative;
}

.about-concept__title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -3.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .about-concept__title {
    margin-top: 6.4rem;
  }
}
@media (min-width: 992px) {
  .about-concept__title {
    margin-top: 8rem;
  }
}
.about-concept__title:before {
  content: "";
  background: url(../images/about-concept-arrow-left.png) no-repeat center center/contain;
  width: 21px;
  height: 27px;
  margin-right: 0.8rem;
}
@media (min-width: 768px) {
  .about-concept__title:before {
    width: 33px;
    height: 42px;
    margin-right: 4rem;
  }
}
@media (min-width: 992px) {
  .about-concept__title:before {
    width: 33px;
    height: 54px;
  }
}
.about-concept__title:after {
  content: "";
  background: url(../images/about-concept-arrow-right.png) no-repeat center center/contain;
  width: 21px;
  height: 27px;
  margin-left: 0.8rem;
}
@media (min-width: 768px) {
  .about-concept__title:after {
    width: 33px;
    height: 42px;
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .about-concept__title:after {
    width: 33px;
    height: 54px;
  }
}

.about-concept__img--pc {
  display: none;
}
@media (min-width: 992px) {
  .about-concept__img--pc {
    display: block;
  }
}
.about-concept__img--tab {
  display: none;
}
@media (min-width: 768px) {
  .about-concept__img--tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-concept__img--tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-concept__img--sp {
    display: none;
  }
}

/* about-plan */
.about-plan {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-plan {
    padding-bottom: 16rem;
  }
}

.about-plan__top {
  text-align: center;
}

.about-plan__title span {
  color: #035F87;
}

.about-plan__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .about-plan__lead {
    margin-bottom: 10.4rem;
  }
}

.about-plan-icon01,
.about-plan-icon02 {
  position: relative;
  margin-top: 4rem;
}
.about-plan-icon01::before,
.about-plan-icon02::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -60px;
  right: -16px;
}
@media (min-width: 768px) {
  .about-plan-icon01::before,
  .about-plan-icon02::before {
    width: 90px;
    height: 90px;
    top: -66px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .about-plan-icon01,
  .about-plan-icon02 {
    margin-top: 0;
  }
}

.about-plan-icon01::before {
  background: url(../images/about-plan-icon_01.png) no-repeat center center/contain;
}

.about-plan-icon02::before {
  background: url(../images/about-plan-icon_02.png) no-repeat center center/contain;
}

.about-plan__contents {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .about-plan__contents {
    margin-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .about-priceplan-list__items {
    row-gap: 8.2rem;
  }
}
@media (min-width: 1200px) {
  .about-priceplan-list__items {
    row-gap: 2.4rem;
  }
}

/* about-flow */
.about-flow {
  margin-bottom: 12rem;
}
@media (min-width: 992px) {
  .about-flow {
    margin-bottom: 16rem;
  }
}

.about-flow__top {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .about-flow__top {
    margin-bottom: 6.4rem;
  }
}

.about-flow__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.about-flow__contents--buy {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .about-flow__contents--buy {
    margin-bottom: 8rem;
  }
}

.about-flow__heading {
  color: #404040;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .about-flow__heading {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}

.about-flow__img--pc {
  display: none;
}
@media (min-width: 992px) {
  .about-flow__img--pc {
    display: block;
  }
}
.about-flow__img--tab {
  display: none;
}
@media (min-width: 768px) {
  .about-flow__img--tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-flow__img--tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-flow__img--sp {
    display: none;
  }
}

.about-blog {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-blog {
    padding-bottom: 16rem;
  }
}

.about-blog-archive__inner {
  position: relative;
}
.about-blog-archive__inner::before {
  position: absolute;
  content: "";
  background: url(../images/about-blog-icon.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  top: -48px;
  left: 0;
}
@media (min-width: 992px) {
  .about-blog-archive__inner::before {
    width: 129px;
    height: 129px;
    top: -78px;
    left: 48px;
  }
}

.about-blog-archive__inner-ko {
  position: relative;
}
.about-blog-archive__inner-ko::before {
  position: absolute;
  content: "";
  background: url(../images/about-blog-icon-ko.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  top: -48px;
  left: 0;
}
@media (min-width: 992px) {
  .about-blog-archive__inner-ko::before {
    width: 129px;
    height: 129px;
    top: -78px;
    left: 48px;
  }
}

.about-blog-archive__inner-en {
  position: relative;
}
.about-blog-archive__inner-en::before {
  position: absolute;
  content: "";
  background: url(../images/about-blog-icon-en.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  top: -48px;
  left: 0;
}
@media (min-width: 992px) {
  .about-blog-archive__inner-en::before {
    width: 129px;
    height: 129px;
    top: -78px;
    left: 48px;
  }
}

.about-blog__title {
  text-align: center;
}

/* about-related */
.about-related {
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .about-related {
    padding-bottom: 16rem;
  }
}

.about-related__title {
  text-align: center;
}

.about-related__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .about-related__lead {
    margin-bottom: 4rem;
  }
}

.about-related__img01 {
  display: none;
}
@media (min-width: 768px) {
  .about-related__img01 {
    display: block;
    max-width: 980px;
    width: 100%;
    margin: auto;
  }
}

.about-related__img02 {
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .about-related__img02 {
    display: none;
  }
}

@media (min-width: 576px) {
  .about-related-sp {
    display: none;
  }
}

.lp-link-box {
  margin-top: 40px;
}

.lp-link-box02 {
  margin-top: 56px;
}
@media (min-width: 992px) {
  .lp-link-box02 {
    margin-top: 64px;
  }
}

.lp-button {
  background-color: #F15E2D;
  -webkit-box-shadow: 0 8px 0 #d11524;
          box-shadow: 0 8px 0 #d11524;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  margin: auto;
  padding: 16px 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .lp-button {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .lp-button {
    font-size: 2.6rem;
    max-width: 400px;
    padding: 20px 0;
  }
}
.lp-button:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -------------------------------
 contact confirm/finish
 data confirm/finish
------------------------------- */
/* contact confirm/finish */
.confirm {
  padding: 19.6rem 0 5.6rem;
}
@media (min-width: 992px) {
  .confirm {
    padding: 20.6rem 0 5.6rem;
  }
}

.contact-confrim {
  padding: 5.6rem;
}

.confirm__contents {
  text-align: center;
}

.confirm__title {
  color: #404040;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .confirm__title {
    font-size: 3.6rem;
  }
}

.confirm__text {
  font-size: 1.4rem;
  color: #404040;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .confirm__text {
    font-size: 1.6rem;
  }
}

.section-service {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .section-service {
    padding-bottom: 130px;
  }
}

.service-title {
  font-size: 44px;
  font-weight: 700;
  font-family: "Source Han Sans";
  text-align: center;
}
@media (min-width: 768px) {
  .service-title {
    font-size: 44px;
    font-weight: 700;
    font-family: "Source Han Sans";
  }
}
@media (min-width: 992px) {
  .service-title {
    margin-bottom: 3rem;
  }
}

.service-title__lead {
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .service-title__lead {
    font-size: 2.4rem;
    margin-bottom: 56px;
  }
}
.service-title__lead--plan {
  font-size: 1.8rem;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .service-title__lead--plan {
    font-size: 2rem;
    margin-bottom: 86px;
  }
}
.service-title__lead--ckb {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .service-title__lead--ckb {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

/* -------------------------------
 既存品買付サービスほか9ページの共通
------------------------------- */
/* -------------------------------
 oem/odm
------------------------------- */
/* service-feature */
.oem-plan__box {
  overflow-x: scroll !important;
  white-space: nowrap;
  margin: auto;
}

.oem-plan__img {
  margin: auto;
  width: 700px;
}
@media (min-width: 768px) {
  .oem-plan__img {
    width: 992px;
  }
}

.purchase-buying__sp-box:not(:last-child) {
  margin-bottom: 24px;
}

.purchase-buying__sp-img {
  margin-bottom: 8px;
}

.purchase-buying__sp-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.purchase-buying__sp-text {
  color: #333;
  font-size: 1.6rem;
}

.service-top__lead02 {
  color: #212121;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .service-top__lead02 {
    font-size: 2.2rem;
  }
}

/* service-feature */
.service-feature {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-feature {
    padding-bottom: 16rem;
  }
}

.service-feature__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-feature__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.service-purchase__contents {
  background-color: #EAF3F8;
  border-radius: 40px;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .service-purchase__contents {
    padding: 6.4rem 4rem;
  }
}
@media (min-width: 992px) {
  .service-purchase__contents {
    padding: 8rem 5.6rem;
  }
}

.service-feature__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5.6rem;
}
@media (min-width: 768px) {
  .service-feature__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;
  }
}
@media (min-width: 1200px) {
  .service-feature__lists {
    -webkit-column-gap: 6.6rem;
       -moz-column-gap: 6.6rem;
            column-gap: 6.6rem;
  }
}

.service-feature__img {
  margin: auto auto 2.4rem;
  width: 71%;
}
@media (min-width: 768px) {
  .service-feature__img {
    width: 71%;
  }
}

.service-feature__text {
  color: #212121;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-feature__text {
    font-size: 2rem;
  }
}

/* service-category */
.service-category {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-category {
    margin-bottom: 16rem;
  }
}

.service-category__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-category__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.service-category__lists {
  background-color: #EAF3F8;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
  padding: 4rem 1.6rem;
}
@media (min-width: 768px) {
  .service-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 5.6rem;
  }
}
@media (min-width: 992px) {
  .service-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 6.4rem;
    padding: 7.2rem 5.6rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .service-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 6.4rem;
  }
}

.service-category__img {
  border-radius: 40px;
  margin-bottom: 1.6rem;
  width: 60px;
}
.service-category__text {
  color: #212121;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .service-category__text {
    font-size: 1.6rem;
  }
}

/* service-support */
.service-support {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-support {
    margin-bottom: 16rem;
  }
}

.service-support__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-support__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.service-support__items {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .service-support__items {
    margin-top: 8rem;
  }
}

.service-support__item {
  background-color: #F8FCFF;
  border-radius: 27px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1em 2em 3em 2em;
}
@media (min-width: 768px) {
  .service-support__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 1em 4em 1em 2em;
  }
}
@media (min-width: 992px) {
  .service-support__item {
    padding: 1em 0em 0em 4em;
  }
}

.service-support__item:not(:last-child) {
  margin-bottom: 8rem;
}

.service-support__img {
  position: relative;
  margin: -5rem auto 0;
  width: 180px;
}
@media (min-width: 768px) {
  .service-support__img {
    width: 23.5%;
    margin-top: -5rem;
  }
}

@media (min-width: 768px) {
  .service-support__content {
    margin-right: 2%;
    width: 74.5%;
  }
}
.border_class{
  border: 2px solid #550606;
}
.service-support__number {
  position: relative;
  color: #56A6AD;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-support__number {
    margin-bottom: 0;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .service-support__number {
    font-size: 2.8rem;
    margin-top: -6.5rem;
  }
}

.service-support__number span {
  font-size: 2.6em;
  margin-left: 0.8rem;
}
@media (min-width: 768px) {
  .service-support__number span {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .service-support__number span {
    font-size: 6rem;
  }
}

.service-support__text {
  color: #404040;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .service-support__text {
    font-size: 1.8rem;
  }
}

/* service-step */
.service-step {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-step {
    margin-bottom: 16rem;
  }
}

.service-step__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-step__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.service-step__item {
  background-color: #F8FCFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .service-step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.6rem;
  }
}

.service-step__number {
  line-height: 1.2;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-step__number {
    margin-right: 2%;
    margin-bottom: initial;
    width: 16%;
  }
}

.service-step__head {
  color: #56A6AD;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.service-step__number-text {
  color: #56A6AD;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) {
  .service-step__number-text {
    font-size: 6rem;
  }
}

.service-step__content {
  padding: 0 2rem 2rem;
}
@media (min-width: 768px) {
  .service-step__content {
    padding: initial;
    width: 82%;
  }
}

.service-step__content-title {
  color: #56A6AD;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-step__content-title {
    font-size: 2.4rem;
    text-align: initial;
  }
}

.service-category__content-title span {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .service-category__content-title span {
    font-size: 1.8rem;
  }
}

.service-step__content-text {
  color: #404040;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .service-step__content-text {
    font-size: 1.8rem;
  }
}

.service-blog,
.service-shipping {
  padding-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .service-blog,
  .service-shipping {
    padding-bottom: 12rem;
  }
}

/* -------------------------------
 repair
------------------------------- */
.repair {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .repair {
    padding-bottom: 16rem;
  }
}

.repair__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .repair__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .repair__items:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.8rem;
  }
}

.repair__item {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .repair__item {
    margin-bottom: initial;
  }
}

@media (min-width: 576px) {
  .repair__item:nth-child(1) {
    margin-right: 2.7rem;
  }
}

.repair__head {
  color: #212121;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .repair__head {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 576px) {
  .repair__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) {
  .repair__picture01 {
    margin-right: 2.7rem;
  }
}

.repair__picture01,
.repair__picture {
  margin-bottom: 2.4rem;
}
@media (min-width: 576px) {
  .repair__picture01,
  .repair__picture {
    margin-bottom: initial;
  }
}

.repair__img,
.repair__img01 {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .repair__img,
  .repair__img01 {
    max-width: 250px;
    width: 100%;
  }
}

.repair__img01 {
  position: relative;
}
@media (min-width: 768px) {
  .repair__img01::before {
    position: absolute;
    content: "";
    background: url(../images/repair-arrow.svg) no-repeat center center/contain;
    width: 10px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -18px;
  }
}
.repair__arrow {
  width: 10px;
  margin-right: 1.4rem;
  margin-left: 1.4rem;
}
.repair__status01,
.repair__status02 {
  color: #212121;
  display: table;
  font-size: 1.4rem;
  padding: 0.2rem 1.2rem;
  margin: auto;
}

.repair__status01 {
  background-color: #EAF3F8;
}

.repair__status02 {
  background-color: #FDFBC0;
}

/* -------------------------------
 photo
------------------------------- */
.photo {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .photo {
    padding-bottom: 16rem;
  }
}

.photo__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .photo__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.photo__top {
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .photo__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .photo__top {
    margin-bottom: 4.6rem;
  }
}

@media (min-width: 576px) {
  .photo__top .photo__item {
    max-width: 250px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .photo__top .photo__item:not(:last-child) {
    margin-right: 5rem;
  }
}

@media (min-width: 576px) {
  .photo__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 576px) {
  .photo__bottom .photo__item {
    max-width: 200px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .photo__bottom .photo__item:not(:last-child) {
    margin-right: 5rem;
  }
}

.photo__item {
  margin-bottom: 3.2rem;
}
@media (min-width: 576px) {
  .photo__item {
    margin-bottom: initial;
  }
}

.photo__img {
  margin-bottom: 1rem;
}
.photo__text {
  color: #212121;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .photo__text {
    font-size: 1.6rem;
  }
}

/* -------------------------------
  privacy
------------------------------- */
/* privacy */
.privacy {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .privacy {
    padding-bottom: 12rem;
  }
}

.privacy__contents .privacy__top,
.privacy__contents .privacy__heading,
.privacy__contents .privacy__text {
  color: #212121;
}

.privacy__top {
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .privacy__top {
    font-size: 1.6rem;
  }
}

.privacy__content {
  margin-bottom: 3.2rem;
}

.privacy__heading {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .privacy__heading {
    font-size: 1.8rem;
  }
}

.privacy__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .privacy__text {
    font-size: 1.6rem;
  }
}

.privacy__top,
.privacy__text {
  line-height: 2;
}

/* -------------------------------
  rules
------------------------------- */
/* rules */
.rules {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .rules {
    padding-bottom: 12rem;
  }
}

.rules__contents .rules__title,
.rules__contents .rules__top,
.rules__contents .rules__heading,
.rules__contents .rules__text {
  color: #212121;
}

.rules__top {
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .rules__top {
    font-size: 1.6rem;
  }
}

.rules__content {
  margin-bottom: 3.2rem;
}

.rules__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .rules__title {
    font-size: 2rem;
  }
}

.rules__heading {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .rules__heading {
    font-size: 1.8rem;
  }
}

.rules__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .rules__text {
    font-size: 1.6rem;
  }
}

.rules__top,
.rules__text {
  line-height: 2;
}

.rules__contents a {
  text-decoration: underline;
}

/* -------------------------------
 system
------------------------------- */
.system-title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .system-title {
    font-size: 3.6rem;
  }
}

.system-link {
  text-align: center;
}
@media (min-width: 768px) {
  .system-link {
    text-align: initial;
  }
}
.system-link--feature {
  margin-top: 3.2rem;
}
.system-link--bottom {
  text-align: center;
}

.button-system {
  color: #fff;
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 24px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.6rem 3.2rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .button-system {
    font-size: 1.6rem;
  }
  .button-system:hover, .button-system:focus {
    color: #EE9126;
    background-color: #fff;
  }
}
.button-system--small {
  border: 1.5px solid #EE9126;
  background: #fff;
  color: #EE9126;
  padding: 0.8rem 4rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .button-system--small:hover {
    color: #fff;
    background-color: #EE9126;
  }
}
.button-system--large {
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 37px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .button-system--large {
    font-size: 2.4rem;
  }
  .button-system--large:hover {
    color: #EE9126;
    background-color: #fff;
  }
}

.system-inner {
  max-width: 1380px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.system-pc {
  display: none;
}
@media (min-width: 768px) {
  .system-pc {
    display: block;
  }
}

@media (min-width: 576px) {
  .system-sp {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .system-sp {
    display: none;
  }
}

/* system */
.system {
  margin-bottom: 8rem;
}

.system__title {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .system__title {
    margin-bottom: 1rem;
  }
}

.system__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .system__lead {
    font-size: 1.8rem;
    margin-bottom: 6.4rem;
  }
}

.system__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .system__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.system__content {
  display: contents;
}
@media (min-width: 768px) {
  .system__content {
    display: initial;
    margin-right: 8%;
    width: 54%;
  }
}

.system__content-title {
  background-color: #EAF3F8;
  font-size: 2rem;
  margin-bottom: 3.2rem;
  padding: 0.6rem 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .system__content-title {
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 4rem;
    text-align: initial;
  }
}

.system__text {
  color: #212121;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .system__text {
    font-size: 1.6rem;
  }
}

.system__text:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .system__text:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.system__bottom {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .system__bottom {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}

.system__picture {
  margin: auto;
  margin-bottom: 3.2rem;
  width: 80%;
}
@media (min-width: 768px) {
  .system__picture {
    margin-top: 4rem;
    width: 47%;
  }
}

.system__title,
.system__picture {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 768px) {
  .system__title,
  .system__picture {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

/* system-form */
.system-form {
  margin-bottom: 8rem;
}

.system-form__inner {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.system-form__box {
  background-color: #EAF3F8;
  border-radius: 33px;
  padding: 3.2rem 0 3.2rem;
}

.system-form__contents {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.system-form__title {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .system-form__title {
    font-size: 3.2rem;
    line-height: 1;
  }
}

.system-form__top {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .system-form__top {
    margin-bottom: 4rem;
  }
}

.system-form__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .system-form__lead {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.system-form__text {
  color: #212121;
  font-size: 1.4rem;
  line-height: 1.785;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .system-form__text {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
  }
}

/* system-primary */
.system-primary {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .system-primary {
    margin-bottom: 12rem;
  }
}

.system-primary__title {
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .system-primary__title {
    margin-bottom: 1.6rem;
  }
}

.system-primary__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .system-primary__lead {
    font-size: 2rem;
  }
}
.system-primary__lead::before {
  content: "";
  background: url(../fonts/lead-left.svg) no-repeat center center/contain;
  width: 26px;
  height: 50px;
  margin-right: 1rem;
}
.system-primary__lead::after {
  content: "";
  background: url(../fonts/lead-right.svg) no-repeat center center/contain;
  width: 26px;
  height: 50px;
  margin-left: 1rem;
}

.system-primary__lead-text {
  border-radius: 27px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #035F87;
  padding: 1rem 1.2rem;
}
@media (min-width: 768px) {
  .system-primary__lead-text {
    font-size: 1.8rem;
    padding: 1.4rem 2.4rem;
  }
}

.system-primary__contents {
  margin: auto;
  width: 71%;
}

/* system-feature */
.system-feature {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .system-feature {
    margin-bottom: 12rem;
  }
}

.system-feature__title {
  margin-bottom: 5.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .system-feature__title {
    margin-bottom: 7rem;
  }
}

.system-feature__contents {
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .system-feature__contents {
    margin-bottom: initial;
  }
}

@media (min-width: 768px) {
  .system-feature__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(3) .system-feature__box,
  .system-feature__contents:nth-child(5) .system-feature__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(2),
  .system-feature__contents:nth-child(3) {
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(3),
  .system-feature__contents:nth-child(4),
  .system-feature__contents:nth-child(5) {
    margin-bottom: 6.4rem;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(2) .system-feature__picture,
  .system-feature__contents:nth-child(4) .system-feature__picture,
  .system-feature__contents:nth-child(6) .system-feature__picture {
    margin-right: 3%;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(3) .system-feature__picture,
  .system-feature__contents:nth-child(5) .system-feature__picture {
    margin-left: 3%;
  }
}

.system-feature__picture {
  margin: auto auto 2.4rem;
  width: 70%;
}
@media (min-width: 768px) {
  .system-feature__picture {
    margin: initial;
    width: 45%;
  }
}

@media (min-width: 768px) {
  .system-feature__content {
    width: 45%;
  }
}

.system-feature__lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .system-feature__lead {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

.system-feature__text {
  color: #212121;
  font-size: 1.4rem;
}
.system-feature__text:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .system-feature__text:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.system-bg {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.system-bg::before {
  position: absolute;
  content: "";
  background-color: #EAF3F8;
  top: 0;
  height: inherit;
  z-index: -2;
}
.system-bg--02::before {
  border-radius: 30px 0 0 30px;
  top: 0;
  left: 6.2%;
  width: 93.8%;
  height: inherit;
}
.system-bg--04::before {
  border-radius: 0 30px 30px 0;
  top: 0;
  right: 6.2%;
  width: 93.8%;
  height: inherit;
}

/* system-price */
.system-price {
  margin-bottom: 12rem;
}
@media (min-width: 768px) {
  .system-price {
    margin-bottom: 14rem;
  }
}

.system-price__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .system-price__title {
    margin-bottom: 5.6rem;
  }
}

.system-price__contents {
  background-color: #EAF3F8;
  border-radius: 24px;
  margin-bottom: 5.6rem;
  padding: 5.6rem 1.6rem;
  text-align: center;
}

.system-price__contents-title {
  color: #EE9126;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.system-price__contents-title::after {
  content: "";
  background: url(../images/system-price.png) no-repeat center center/contain;
  width: 93px;
  height: 97px;
  right: -1rem;
  margin-top: -7rem;
}
@media (min-width: 768px) {
  .system-price__contents-title {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

.system-price__text {
  color: #212121;
  font-size: 1.4rem;
}

.system-price__text:not(:last-child) {
  margin-bottom: 2.4rem;
}

.system-price__text:last-child {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
}

.system-price__bottom {
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .system-price__bottom {
    font-size: 2rem;
  }
}
.system-price__bottom::before {
  content: "";
  background: url(../images/arrow-black-left.svg) no-repeat center center/contain;
  width: 11px;
  height: 19px;
  margin-top: 0.6rem;
}
.system-price__bottom::after {
  content: "";
  background: url(../fonts/arrow-black-right.svg) no-repeat center center/contain;
  width: 11px;
  height: 19px;
  margin-top: 0.6rem;
}

/* -------------------------------
 スタンダードプラン
------------------------------- */
.page-id-5829,
.page-id-5843 {
  color: #313131;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
@media (min-width: 768px) {
  .page-id-5829,
  .page-id-5843 {
    font-size: 1.6rem;
  }
}
.page-id-5829 img,
.page-id-5843 img {
  width: initial;
}

.lp-only-pc {
  display: none;
}
@media (min-width: 768px) {
  .lp-only-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .lp-only-sp {
    display: none;
  }
}

.lp-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lp-title {
    font-size: 3rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .lp-title {
    font-size: 4.4rem;
    margin-bottom: 24px;
  }
}
.lp-title--b {
  color: #035F87;
}

.lp-title__box {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-title__box {
    text-align: center;
    margin-bottom: 40px;
  }
}

.lp-title__lead {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .lp-title__lead {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lp-title__lead {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.lp-title__lead--01 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .lp-title__lead--01 {
    margin-bottom: 10px;
  }
}
.lp-title__lead--02 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E8EEF9));
  background: linear-gradient(transparent 50%, #E8EEF9 50%);
}

.lp-header {
  position: absolute;
  width: 100%;
  height: 75px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .lp-header {
    height: 100px;
  }
}

.lp-header a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lp-header a:hover, .lp-header a:focus {
  opacity: 0.7;
}

.lp-header__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  
}
.guanjianci{
  width: 1000px;
  margin: auto;
}
.bannera{
  background-color: #DFF6FF;
  height: 85px;
}
@media (min-width: 1600px) {
  .lp-header__inner {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .lp-header__inner--business {
    max-width: 1500px !important;
  }
}

.lp-header__logo {
  width: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lp-header__logo img{
    margin-top: 16px;
  }
  .mobilesearch{
    display: flex;
  }
}
@media screen and (min-width: 820px) and (max-width: 820px) {
  .lp-header__logo img{
    width: 68px;
    margin-top: 10px;
    max-width:125%!important;
  }
}
@media (min-width: 992px) {
  .lp-header__logo {
    width: 9.6rem;
  }
}

.lp-header__box {
  display: none;
}
@media (min-width: 768px) {
  .lp-header__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

.lp-header__link img {
  margin-right: 6px;
}
@media (min-width: 992px) {
  .lp-header__link img {
    margin-right: 10px;
  }
}

.lp-header__link:first-child {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .lp-header__link:first-child {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .lp-header__link:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .lp-header__link:first-child {
    margin-right: 30px;
  }
}

.lp-header__button {
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .lp-header__button {
    font-size: 1.6rem;
  }
}
.lp-header__button--blue {
  background-color: #035F87;
  padding: 10px 12px;
}
@media (min-width: 992px) {
  .lp-header__button--blue {
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .lp-header__button--blue {
    padding: 14px 40px;
  }
}
.lp-header__button--orange {
  background-color: #EE9126;
  padding: 10px 12px;
}
@media (min-width: 992px) {
  .lp-header__button--orange {
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .lp-header__button--orange {
    padding: 14px 36px;
  }
}
.lp-header__button--b {
  border-radius: initial;
}

/* lp-mv */
.lp-mv {
  position: relative;
  background: url(../images/lp-mv_sp.png) no-repeat center center/cover;
  padding-top: 224%;
}
@media (min-width: 768px) {
  .lp-mv {
    background: url(../images/lp-mv_pc.png) no-repeat center center/cover;
    padding-top: 68%;
  }
}
@media (min-width: 992px) {
  .lp-mv {
    padding-top: 57%;
  }
}
@media (min-width: 1200px) {
  .lp-mv {
    padding-top: 55%;
  }
}

.lp-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1600px) {
  .lp-inner--large {
    max-width: 1500px;
  }
}
@media (min-width: 1600px) {
  .lp-inner--e {
    max-width: 1330px;
  }
}

.lp-mv__bottom {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 324px;
  width: 100%;
}
@media (max-width: 374px) {
  .lp-mv__bottom {
    max-width: 264px;
  }
}
@media (min-width: 768px) {
  .lp-mv__bottom {
    top: 57%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 1200px) {
  .lp-mv__bottom {
    top: initial;
    bottom: 21%;
  }
}

.lp-mv__bottom-text01 {
  color: #313131;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-mv__bottom-text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .lp-mv__bottom-text01 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .lp-mv__bottom-text01 {
    font-size: 2.2rem;
  }
}

.lp-mv__bottom-text02 {
  color: #313131;
  position: relative;
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-mv__bottom-text02 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .lp-mv__bottom-text02 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .lp-mv__bottom-text02 {
    font-size: 2.4rem;
  }
}
.lp-mv__bottom-text02::before {
  position: absolute;
  content: "";
  background: url(../fonts/line-left.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  top: 0;
  left: -16px;
}
@media (min-width: 992px) {
  .lp-mv__bottom-text02::before {
    left: 26px;
  }
}
.lp-mv__bottom-text02::after {
  position: absolute;
  content: "";
  background: url(../fonts/line-right.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  top: 0;
  right: -16px;
}
@media (min-width: 992px) {
  .lp-mv__bottom-text02::after {
    right: 26px;
  }
}

.reservation-button {
  background-color: #58BAA7;
  -webkit-box-shadow: 3px 5px 0 #488E80;
          box-shadow: 3px 5px 0 #488E80;
  border-radius: 57px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
  margin: auto;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .reservation-button {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .reservation-button {
    font-size: 1.8rem;
    padding: 14px 0;
    max-width: 310px;
  }
}
@media (min-width: 1200px) {
  .reservation-button {
    padding: 20px 0;
    max-width: 360px;
  }
}
.reservation-button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1600px) {
  .reservation-button--top {
    font-size: 2rem;
    padding: 28px 0;
    max-width: 480px;
    width: 100%;
  }
}

/* lp-top */
.lp-top {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .lp-top {
    padding-top: 80px;
  }
}

.lp-top-title {
  text-align: center;
}

.lp-top__text {
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .lp-top__text {
    font-size: 2rem;
  }
}

.lp-top__img {
  margin: 0 auto 24px;
  max-width: 1040px;
  width: 100%;
}
.lp-top__text-bottom {
  font-weight: 700;
  text-align: center;
}

/* top-lead */
.top-lead {
  padding-top: 72px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .top-lead {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.top-lead__contents {
  margin: 0 auto 20px;
  max-width: 574px;
}
@media (min-width: 992px) {
  .top-lead__contents {
    margin-bottom: 30px;
  }
}
.top-lead__contents--b {
  max-width: 990px;
  width: 100%;
}

.top-lead__title {
  text-align: initial;
}

.top-lead__text-box {
  display: inline;
}

.top-lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-lead__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .top-lead__box:not(:last-child) {
    margin-bottom: 14px;
  }
}

.top-lead__img {
  margin-top: 6px;
  margin-right: 8px;
  max-width: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .top-lead__img {
    margin-top: initial;
    margin-right: 16px;
    max-width: 40px;
  }
}

.top-lead__text {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF598));
  background: linear-gradient(transparent 50%, #FFF598 50%);
  display: inline;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .top-lead__text {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .top-lead__text::after {
    position: absolute;
    content: "";
    background: url(../fonts/point.svg) no-repeat center center/contain;
    display: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 35px;
    right: -48px;
  }
}

.top-lead__text-bottom {
  font-size: 1.7rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .top-lead__text-bottom {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .top-lead__text-bottom {
    font-size: 2.2rem;
  }
}

.top-lead__text-bottom span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .top-lead__text-bottom span {
    font-size: 3.4rem;
  }
}

/* fee */
.lp-fee {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-fee {
    padding-bottom: 120px;
  }
}

.fee-content {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 24px 16px 24px;
}
@media (min-width: 1200px) {
  .fee-content {
    padding: 56px 40px 64px;
  }
}

.fee-content:not(:last-child) {
  margin-bottom: 60px;
}

.fee-content__title {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .fee-content__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .fee-content__title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}

.fee-content__img {
  overflow-x: scroll !important;
  white-space: nowrap;
  margin: auto;
}

.fee-content__box {
  margin: auto;
  width: 700px;
}
@media (min-width: 768px) {
  .fee-content__box {
    width: 992px;
  }
}
/* plan */
.plan {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .plan {
    padding-bottom: 100px;
  }
}
.plan--e {
  padding-bottom: 240px;
}
@media (min-width: 768px) {
  .plan--e {
    padding-bottom: 100px;
  }
}

.plan__title {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .plan__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .plan__title {
    font-size: 4.4rem;
  }
}

.plan__text {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .plan__text {
    font-size: 2.2rem;
  }
}

.plan__text span {
  color: #F03747;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .plan__text span {
    font-size: 4rem;
  }
}

.plan-banner-img {
  margin-top: 40px;
}

.plan-content {
  margin: 0 auto;
  max-width: 1012px;
  width: 100%;
}
/* lp-banner */
.lp-banner {
  position: relative;
  background: url(../images/banner_sp.png) no-repeat center center/cover;
  padding-top: 39%;
}
@media (min-width: 768px) {
  .lp-banner {
    background: url(../images/banner_tab.png) no-repeat center center/cover;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .lp-banner {
    background: url(../images/banner_pc.png) no-repeat center center/cover;
    padding-top: 6%;
  }
}
@media (min-width: 1200px) {
  .lp-banner {
    padding-top: 6%;
  }
}
@media (min-width: 1600px) {
  .lp-banner {
    padding-top: 7%;
  }
}

.lp-banner__content {
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 32px;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .lp-banner__content {
    margin-left: auto;
    margin-right: 0;
    padding-top: 56px;
    padding-bottom: 23px;
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  .lp-banner__content {
    padding-top: 0;
    max-width: 438px;
  }
}
@media (min-width: 1200px) {
  .lp-banner__content {
    max-width: 485px;
  }
}
@media (min-width: 1600px) {
  .lp-banner__content {
    padding-bottom: 64px;
  }
}

.lp-banner__text01 {
  color: #313131;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-banner__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .lp-banner__text01 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.lp-banner__text02 {
  color: #313131;
  position: relative;
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-banner__text02 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .lp-banner__text02 {
    margin-bottom: 16px;
  }
}
.lp-banner__text02::before {
  position: absolute;
  content: "";
  background: url(../fonts/line-left.svg) no-repeat center center/contain;
  width: 17px;
  height: 33px;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .lp-banner__text02::before {
    width: 22px;
    height: 42px;
    left: 48px;
  }
}
@media (min-width: 992px) {
  .lp-banner__text02::before {
    left: 64px;
  }
}
.lp-banner__text02::after {
  position: absolute;
  content: "";
  background: url(../fonts/line-right.svg) no-repeat center center/contain;
  width: 17px;
  height: 33px;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .lp-banner__text02::after {
    width: 22px;
    height: 42px;
    right: 48px;
  }
}
@media (min-width: 992px) {
  .lp-banner__text02::after {
    right: 64px;
  }
}

/* tool */
.tool {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .tool {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.tool--b {
  padding-top: 0;
}

.tool-content {
  margin: 0 auto;
  max-width: 1012px;
  width: 100%;
}
/* worries */
.worries {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .worries {
    padding-top: 80px;
    padding-bottom: 78px;
  }
}
.worries::after {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-yellow.svg) no-repeat center center/contain;
  width: 60px;
  height: 106px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .worries::after {
    width: 70px;
    height: 116px;
    bottom: -100px;
  }
}
.worries--b {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .worries--b {
    margin-top: 120px;
  }
}
.worries--b::after {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  width: 60px;
  height: 106px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .worries--b::after {
    width: 70px;
    height: 116px;
    bottom: -100px;
  }
}
.worries--e {
  background-color: #FFE5E9;
  margin-top: 0px;
}
.worries--e::after {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-red.svg) no-repeat center center/contain;
  width: 60px;
  height: 106px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .worries--e::after {
    width: 70px;
    height: 116px;
    bottom: -100px;
  }
}

.worries-contents {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .worries-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .worries-contents {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .worries-contents__img {
    margin-right: 2.5%;
    width: 33%;
  }
}

@media (min-width: 768px) {
  .worries-contents__content {
    width: 65%;
  }
}

.worries-contents__text {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 44px;
}
@media (min-width: 992px) {
  .worries-contents__text {
    font-size: 2rem;
    padding-left: 54px;
  }
}
.worries-contents__text::before {
  position: absolute;
  content: "";
  background: url(../fonts/check-yellow.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .worries-contents__text::before {
    width: 34px;
    height: 34px;
    top: 0;
  }
}
.worries-contents__text--b::before {
  position: absolute;
  content: "";
  background: url(../fonts/check-blue.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .worries-contents__text--b::before {
    width: 34px;
    height: 34px;
    top: 0;
  }
}
.worries-contents__text--e::before {
  position: absolute;
  content: "";
  background: url(../fonts/check-red.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .worries-contents__text--e::before {
    width: 34px;
    height: 34px;
    top: 0;
  }
}

.worries-contents__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .worries-contents__text:not(:last-child) {
    margin-bottom: 16px;
  }
}

.worries-contents__bottom {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .worries-contents__bottom {
    font-size: 2rem;
    margin: 0 auto;
    max-width: 894px;
    width: 100%;
  }
}

.worries-contents__bottom span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF598));
  background: linear-gradient(transparent 50%, #FFF598 50%);
}

/* solution */
.lp-solution {
  padding-top: 120px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .lp-solution {
    padding-top: 190px;
    padding-bottom: 80px;
  }
}
.lp-solution--b {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .lp-solution--b {
    margin-bottom: 40px;
  }
}
.lp-solution--e {
  padding-bottom: 220px;
}
@media (min-width: 768px) {
  .lp-solution--e {
    padding-bottom: 80px;
  }
}

.solution-title {
  font-size: 2.3rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .solution-title {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .solution-title {
    font-size: 4.4rem;
    margin-bottom: 56px;
  }
}

.solution-title span {
  position: relative;
}
.solution-title span::before {
  position: absolute;
  content: "・";
  color: #58BAA7;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solution-title--b span {
  position: relative;
}
.solution-title--b span::before {
  position: absolute;
  content: "・";
  color: #035F87;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solution-title--e span {
  position: relative;
}
.solution-title--e span::before {
  position: absolute;
  content: "・";
  color: #DB2541;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .lp-solution__img {
    max-width: 1200px;
  }
}

/* concept */
.concept {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .concept {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.concept-title span {
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .concept-title span {
    font-size: 3rem;
  }
}
.concept-title span::before {
  content: "";
  background: url(../images/line-left.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  margin-right: 12px;
}
.concept-title span::after {
  content: "";
  background: url(../fonts/line-right.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  margin-left: 12px;
}

.concept-title--b span {
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (min-width: 768px) {
  .concept-title--b span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .concept-title--b span {
    font-size: 3rem;
  }
}
.concept-title--b span::before {
  display: none;
}
.concept-title--b span::after {
  display: none;
}

.concept-title--e span::before {
  content: "";
  background: url(../images/line-left.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  margin-right: 12px;
}
.concept-title--e span::after {
  content: "";
  background: url(../fonts/line-right.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  margin-left: 12px;
}

@media (min-width: 768px) {
  .concept-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.concept-contents__img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .concept-contents__img {
    width: 39%;
  }
}

@media (min-width: 768px) {
  .concept-contents__content {
    margin-right: 5%;
    width: 56%;
  }
}

.concept-contents__content-top {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .concept-contents__content-top {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .concept-contents__content-top p {
    font-size: 1.8rem;
  }
}

.concept-contents__content-middle {
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .concept-contents__content-middle {
    margin-bottom: 20px;
  }
}
.concept-contents__content-middle--b p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E8EEF9)) !important;
  background: linear-gradient(transparent 50%, #E8EEF9 50%) !important;
}
.concept-contents__content-middle--e p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF7F4)) !important;
  background: linear-gradient(transparent 50%, #FFF7F4 50%) !important;
}

.concept-contents__content-middle p {
  font-size: 1.8rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF598));
  background: linear-gradient(transparent 50%, #FFF598 50%);
  display: inline;
}
@media (min-width: 992px) {
  .concept-contents__content-middle p {
    font-size: 2rem;
  }
}

.concept-contents__content-middle p:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .concept-contents__content-bottom p {
    font-size: 1.8rem;
  }
}

/* lp-reason */
.lp-reason {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-reason {
    padding-bottom: 120px;
  }
}
.lp-reason::after {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-yellow.svg) no-repeat center center/contain;
  width: 60px;
  height: 106px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .lp-reason::after {
    width: 70px;
    height: 116px;
    bottom: -100px;
  }
}
.lp-reason--b::after {
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
}
.lp-reason--e {
  background-color: #FFE5E9;
}
.lp-reason--e::after {
  background: url(../fonts/arrow-red.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .lp-reason-title {
    margin-bottom: 56px;
  }
}

.lp-reason__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .lp-reason__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 992px) {
  .lp-reason__contents {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.lp-reason__content {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 24px 20px;
}

.lp-reason__img {
  margin: 0 auto 16px;
  width: 90%;
}
@media (min-width: 768px) {
  .lp-reason__img {
    margin-bottom: 20px;
    max-width: 217px;
    width: 100%;
  }
}

.lp-reason__title {
  color: #035F87;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-reason__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
    min-height: 65px;
  }
}
@media (min-width: 992px) {
  .lp-reason__title {
    font-size: 2rem;
  }
}

/* lp-support */
.support {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .support {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .support-title {
    padding-bottom: 56px;
  }
}

@media (min-width: 768px) {
  .support-img {
    margin: 0 auto;
    max-width: 1200px;
  }
}

/* lp-service */
.lp-service {
  background-color: #F8F8F8;
  padding-top: 56px;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .lp-service {
    padding-top: 56px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.lp-service--b {
  margin-bottom: 180px;
}
@media (min-width: 768px) {
  .lp-service--b {
    margin-bottom: 120px;
  }
}
.lp-service--e {
  background-color: #fff;
  padding-bottom: 220px;
}
@media (min-width: 768px) {
  .lp-service--e {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .lp-service__title {
    padding-bottom: 56px;
  }
}
.lp-service__title--b span::before {
  color: #035F87 !important;
}
.lp-service__title--e span::before {
  color: #DB2541 !important;
}

.lp-service__title span {
  position: relative;
}
.lp-service__title span::before {
  position: absolute;
  content: "・";
  color: #58BAA7;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .lp-service__img {
    margin: 0 auto;
    max-width: 1200px;
  }
}

/* customer */
.customer {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .customer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .customer-contents {
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
  }
}

.customer-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .customer-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 16px;
  }
}
@media (min-width: 1200px) {
  .customer-lists {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

.customer-list {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 44px;
}
.customer-list::before {
  position: absolute;
  content: "";
  background: url(../fonts/check-blue.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 0;
}
@media (min-width: 768px) {
  .customer-list::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .customer-list {
    padding-left: 56px;
  }
}

.customer-list span {
  color: #EE9126;
}

/* lp-plan */
.lp-plan {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-plan {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .lp-plan-title {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .lp-plan__img {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
}

/* lp-flow */
.lp-flow {
  background-color: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .lp-flow {
    padding-bottom: 80px;
  }
}

.lp-flow__img01 {
  padding-bottom: 72px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lp-flow__img01 {
    max-width: 984px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .lp-flow__img01 {
    padding-bottom: 100px;
  }
}

.lp-flow__img02 {
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .lp-flow__img02 {
    margin-bottom: 100px;
    max-width: 1200px;
    width: 100%;
  }
}

.lp-flow__img03 {
  margin: auto;
}
@media (min-width: 768px) {
  .lp-flow__img03 {
    max-width: 1200px;
    width: 100%;
  }
}

.lp-flow__bottom-lead {
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-flow__bottom-lead {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lp-flow__bottom-lead {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

.lp-flow__bottom h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-flow__bottom h3 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lp-flow__bottom h3 {
    font-size: 3.8rem;
    margin-bottom: 40px;
  }
}

.lp-flow__bottom h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-flow__bottom h4 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lp-flow__bottom h4 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

.lp-flow__bottom--b h3,
.lp-flow__bottom--b h4 {
  color: #035F87 !important;
}

/* lp-youtube */
.lp-voice {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-voice {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.lp-voice--b {
  padding-bottom: 180px;
}
.lp-voice--e {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .lp-voice--e {
    padding-bottom: 100px;
  }
}

.lp-youtube__wrap {
  margin: auto;
  padding-top: 50%;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .lp-youtube__wrap {
    padding-top: 41%;
    width: 75%;
  }
}
.lp-youtube__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* lp-footer */
.footer-bottom-lp {
  padding-top: 64px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .footer-bottom-lp {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-bottom-lp {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .footer-bottom-lp .footer-bottom__content a {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .footer-bottom-lp .footer-bottom__content a {
    padding-right: initial;
    padding-left: initial;
  }
}

.footer-bottom__logo-lp {
  max-width: 164px;
  width: 100%;
}

.footer-copyright-lp {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .footer-copyright-lp {
    margin-bottom: initial;
  }
}
@media (min-width: 992px) {
  .footer-copyright-lp {
    font-size: 1.3rem;
  }
}

/* bottom-contact */
.bottom-contact {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.bottom-contact__link {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.bottom-contact__link--green {
  background-color: #58BAA7;
  width: 50%;
}
.bottom-contact__link--green span {
  font-size: 1.2rem;
}
.bottom-contact__link--orange {
  background-color: #EE9126;
  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: 50%;
}
.bottom-contact__link--blue {
  background-color: #285E83;
  width: 50%;
}
.bottom-contact__link--blue span {
  font-size: 1.2rem;
}
.bottom-contact__link--red {
  background-color: #DB2541;
  width: 50%;
}
.bottom-contact__link--red span {
  font-size: 1.2rem;
}
.bottom-contact__link--green-kaeru {
  background-color: #A3C622;
  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: 50%;
}
.bottom-contact__link--yellow {
  background-color: #FFC527;
  width: 50%;
}
@media (min-width: 768px) {
  .bottom-contact__link {
    display: none;
  }
}

/* side-btn */
.side-btn {
  display: none;
}
@media (min-width: 992px) {
  .side-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 998;
  }
}

.side-btn__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-btn__link:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .side-btn__link--01 {
    max-width: 50px;
    width: 100%;
    max-height: 248px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .side-btn__link--01 {
    max-width: 60px;
  }
}
.side-btn__link--02 {
  max-width: 50px;
  width: 100%;
  max-height: 140px;
  height: 100%;
}
@media (min-width: 1200px) {
  .side-btn__link--02 {
    max-width: 60px;
  }
}
.side-btn__link--03 {
  max-width: 50px;
  width: 100%;
  max-height: 204px;
  height: 100%;
}
@media (min-width: 1200px) {
  .side-btn__link--03 {
    max-width: 60px;
  }
}
.side-btn__link--blue {
  max-width: 50px;
  width: 100%;
  max-height: 265px;
  height: 100%;
}
@media (min-width: 1200px) {
  .side-btn__link--blue {
    max-width: 60px;
  }
}

.side-btn__link:not(:last-child) {
  margin-bottom: 4px;
}

/* lp-sniff */
.lp-sniff {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-sniff {
    padding-bottom: 100px;
  }
}

.lp-sniff__contents {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.lp-sniff__contents {
  position: relative;
}
.lp-sniff__contents .swiper-horizontal > .swiper-pagination-bullets,
.lp-sniff__contents .swiper-pagination-bullets.swiper-pagination-horizontal,
.lp-sniff__contents .swiper-pagination-custom,
.lp-sniff__contents .swiper-pagination-fraction {
  bottom: initial;
}
.lp-sniff__contents .swiper-button-next2 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  margin-top: -2rem;
  right: -1.6rem;
}
.lp-sniff__contents .swiper-button-next2:after {
  display: none;
}
@media (min-width: 1200px) {
  .lp-sniff__contents .swiper-button-next2 {
    width: 40px;
    height: 40px;
    right: -5.6rem;
  }
}
.lp-sniff__contents .swiper-button-prev2 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue_l.svg) no-repeat center center/contain;
  margin-top: -2rem;
  left: -1.6rem;
}
.lp-sniff__contents .swiper-button-prev2:after {
  display: none;
}
@media (min-width: 1200px) {
  .lp-sniff__contents .swiper-button-prev2 {
    width: 40px;
    height: 40px;
    left: -5.6rem;
  }
}
.lp-sniff__contents .swiper-pagination-bullet-active {
  background-color: #EE9126 !important;
}
.lp-sniff__contents .swiper-pagination-clickable .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}
.lp-sniff__contents .swiper-pagination-bullet {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
}

.lp-swiper-pagination {
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.lp-sniff__text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .lp-sniff__text {
    font-size: 2rem;
  }
}

/* -------------------------------
 ビジネスプラン
------------------------------- */
.page-id-6005,
.page-id-6042,
.page-id-13192,
.page-id-13276 {
  color: #313131;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
@media (min-width: 768px) {
  .page-id-6005,
  .page-id-6042,
  .page-id-13192,
  .page-id-13276 {
    font-size: 1.6rem;
  }
}
.page-id-6005 img,
.page-id-6042 img,
.page-id-13192 img,
.page-id-13276 img {
  width: initial;
}

.lp-inner02 {
  margin: auto;
  max-width: 1030px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

/* lp-mv */
.b-mv {
  position: relative;
  background: url(../images/fv_sp.png) no-repeat center center/cover;
  padding-top: 236%;
}
@media (min-width: 768px) {
  .b-mv {
    background: url(../images/fv_pc.png) no-repeat center center/cover;
    padding-top: 60%;
  }
}
@media (min-width: 992px) {
  .b-mv {
    padding-top: 57%;
  }
}
@media (min-width: 1200px) {
  .b-mv {
    padding-top: 56%;
  }
}
@media (min-width: 1400px) {
  .b-mv {
    padding-top: 54%;
  }
}
@media (min-width: 1600px) {
  .b-mv {
    background: url(../images/fv_pc02.png) no-repeat center center/cover;
  }
}

.b-mv__contents {
  position: absolute;
  top: 10%;
}
@media (min-width: 768px) {
  .b-mv__contents {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .b-mv__contents {
    top: 142px;
  }
}
@media (min-width: 1600px) {
  .b-mv__contents {
    top: 230px;
  }
}

.b-mv__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .b-mv__top {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-bottom: 6px;
  }
}

.b-mv__img {
  max-width: 80px;
  width: 100%;
}
@media (min-width: 992px) {
  .b-mv__img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .b-mv__img {
    max-width: 128px;
  }
}
@media (min-width: 1600px) {
  .b-mv__img {
    max-width: 170px;
  }
}

.b-mv__img:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .b-mv__img:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .b-mv__img:not(:last-child) {
    margin-right: 20px;
  }
}

.b-mv__title {
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .b-mv__title {
    line-height: initial;
  }
}
@media (min-width: 992px) {
  .b-mv__title {
    font-size: 4.4rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .b-mv__title {
    font-size: 6rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .b-mv__title {
    font-size: 7.8rem;
  }
}

.b-mv__text {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .b-mv__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .b-mv__text {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .b-mv__text {
    font-size: 2.4rem;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .b-mv__text {
    font-size: 3rem;
  }
}

.b-mv__text-bottom {
  color: #035F87;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.b-mv__text-bottom .b-text01 {
  color: #EE9126;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: italic;
}
@media (min-width: 992px) {
  .b-mv__text-bottom .b-text01 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .b-mv__text-bottom .b-text01 {
    font-size: 6rem;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1600px) {
  .b-mv__text-bottom .b-text01 {
    font-size: 8rem;
  }
}
.b-mv__text-bottom .b-text02 {
  color: #313131;
  font-size: 2rem;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .b-mv__text-bottom .b-text02 {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .b-mv__text-bottom {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .b-mv__text-bottom {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .b-mv__text-bottom {
    font-size: 4rem;
    margin-bottom: 26px;
  }
}
@media (min-width: 1600px) {
  .b-mv__text-bottom {
    font-size: 5.3rem;
  }
}

.b-reservation-button {
  background-color: #285E83;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #285E83;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .b-reservation-button {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .b-reservation-button {
    font-size: 1.8rem;
    padding: 20px 0;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .b-reservation-button {
    font-size: 2rem;
    padding: 22px 0;
    max-width: 434px;
  }
}
.b-reservation-button:hover {
  background-color: #fff;
  color: #035F87;
}
@media (min-width: 768px) {
  .b-reservation-button--top {
    font-size: 1.6rem;
    padding: 12px 0;
    margin: initial;
    max-width: 280px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .b-reservation-button--top {
    max-width: 300px;
    padding: 14px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .b-reservation-button--top {
    max-width: 360px;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .b-reservation-button--top {
    font-size: 2.4rem;
    max-width: 480px;
    padding: 26px 0;
  }
}

/* b-pic */
.b-pic {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .b-pic {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* top-lead */
.b-lead {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#6B9ADE), color-stop(#63AEED), to(#6593D8));
  background: linear-gradient(to right, #6B9ADE, #63AEED, #6593D8);
  padding-top: 72px;
  padding-bottom: 64px;
}
.b-lead:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px));
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .b-lead {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.b-lead .lp-title,
.b-lead .b-lead__text {
  color: #fff !important;
}

@media (min-width: 768px) {
  .b-lead__contents {
    margin: 0 auto;
    max-width: 930px;
  }
}

.b-lead__title {
  text-align: initial;
}

.b-lead__text-box {
  display: inline;
}

.b-lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .b-lead__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.b-lead__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .b-lead__box:not(:last-child) {
    margin-bottom: 14px;
  }
}

.b-lead__img {
  margin-top: 6px;
  margin-right: 8px;
  max-width: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .b-lead__img {
    margin-top: initial;
    margin-right: 16px;
    max-width: 40px;
  }
}

.b-lead__text {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .b-lead__text {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
.b-lead__text--02 span {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .b-lead__text--02 span {
    font-size: 3.6re;
  }
}

.b-lead__text span {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .b-lead__text span {
    font-size: 3.8rem;
  }
}

.b-lead__text-bottom {
  font-size: 1.7rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .b-lead__text-bottom {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .b-lead__text-bottom {
    font-size: 2.2rem;
  }
}

.b-lead__text-bottom span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .b-lead__text-bottom span {
    font-size: 3.4rem;
  }
}

/* b-fee */
.b-fee {
  background-color: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .b-fee__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1030px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .b-fee__content {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .b-fee__content:not(:last-child) {
    margin-right: 2%;
  }
}

.b-line {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .b-line {
    margin-bottom: 40px;
  }
}

/* b-banner */
.b-banner {
  background-color: #5C9CE4;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .b-banner {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .b-banner {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}

.b-banner__contents {
  position: relative;
}
@media (min-width: 768px) {
  .b-banner__contents {
    margin: auto;
    max-width: 1060px;
  }
}
.b-banner__contents::before {
  position: absolute;
  content: "";
  background: url(../images/banner.png) no-repeat center center/contain;
  width: 355px;
  min-height: 236px;
  height: 100%;
  top: -222px;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .b-banner__contents::before {
    width: 47.5%;
    min-height: 335px;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .b-banner__content {
    margin-left: auto;
    max-width: 434px;
    width: 100%;
  }
}

.b-banner__text01 {
  color: #313131;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
}
@media (min-width: 576px) {
  .b-banner__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .b-banner__text01 {
    font-size: 1.6rem;
    line-height: initial;
  }
}
@media (min-width: 992px) {
  .b-banner__text01 {
    font-size: 1.8rem;
  }
}

.b-banner__text02 {
  position: relative;
  color: #313131;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 576px) {
  .b-banner__text02 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .b-banner__text02 {
    font-size: 1.6rem;
    line-height: initial;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .b-banner__text02 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.b-banner__text02::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-buttom.png) no-repeat center center/contain;
  width: 70px;
  height: 40px;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .b-banner__text02::after {
    width: 92px;
    height: 42px;
    top: 36px;
  }
}

/* product-support */
.product-support {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .product-support {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .product-support__top {
    text-align: center;
  }
}

.product-support__title {
  position: relative;
  display: inline-block;
}
.product-support__title::before {
  position: absolute;
  content: "";
  background: url(../images/product-support-note.svg) no-repeat center center/contain;
  width: 230px;
  height: 70px;
  top: -66px;
  left: -33px;
}
@media (min-width: 768px) {
  .product-support__title::before {
    width: 260px;
    height: 100px;
    top: -66px;
    left: -116px;
  }
}

@media (min-width: 768px) {
  .product-support__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-support__img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .product-support__img {
    margin-bottom: initial;
    width: 46.2%;
  }
}

@media (min-width: 768px) {
  .product-support__content {
    margin-right: 3.5%;
    width: 49.6%;
  }
}

@media (min-width: 992px) {
  .product-support__lead {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 14px;
  }
}

@media (min-width: 992px) {
  .product-support__text {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .space {
    padding-top: 40px;
  }
}

/* -------------------------------
 エコノミープラン
------------------------------- */
.e-mv {
  margin-bottom: 70px;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .e-mv {
    padding-top: 100px;
  }
}

.e-background {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.e-background::before {
  content: "";
  position: absolute;
  background-color: #FFE5E9;
  border-radius: 0 0 0 100px;
  top: 0;
  left: 28%;
  width: 72%;
  height: inherit;
  z-index: -2;
}
@media (min-width: 768px) {
  .e-background::before {
    left: 40%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .e-background::before {
    left: 42.5%;
    width: 57.5%;
  }
}

@media (min-width: 992px) {
  .e-mv-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .e-mv__contents {
    margin-right: 1%;
    width: 51%;
  }
}
@media (min-width: 1400px) {
  .e-mv__contents {
    margin-right: 1%;
    width: 49%;
  }
}

.e-mv__lead-box {
  margin-bottom: 8px;
}

.e-mv__lead {
  color: #848484;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 374px) {
  .e-mv__lead {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) {
  .e-mv__lead {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .e-mv__lead {
    font-size: 3rem;
    text-align: initial;
  }
}
@media (min-width: 1600px) {
  .e-mv__lead {
    font-size: 3.3rem;
  }
}

.e-mv__lead span {
  color: #DB2541;
  font-size: 2.8rem;
  font-weight: 900;
}
@media (min-width: 992px) {
  .e-mv__lead span {
    font-size: 3.6rem;
    padding-left: 6px;
  }
}
@media (min-width: 1200px) {
  .e-mv__lead span {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .e-mv__lead span {
    font-size: 4.2rem;
    padding-left: 8px;
  }
}

.e-mv__lead01 {
  color: #848484;
  font-size: 2rem;
}
@media (max-width: 374px) {
  .e-mv__lead01 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .e-mv__lead01 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .e-mv__lead01 {
    font-size: 3.3rem;
  }
}

.e-mv__lead02 {
  color: #848484;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 374px) {
  .e-mv__lead02 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .e-mv__lead02 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .e-mv__lead02 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .e-mv__lead02 {
    font-size: 3.3rem;
  }
}

.e-mv__title {
  color: #848484;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 374px) {
  .e-mv__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .e-mv__title {
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .e-mv__title {
    font-size: 4.6rem;
  }
}
@media (min-width: 1600px) {
  .e-mv__title {
    font-size: 5.1rem;
  }
}

.title01 {
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 374px) {
  .title01 {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .title01 {
    color: #848484;
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  .title01 {
    font-size: 6.6rem;
  }
}

.title02 {
  font-size: 3.6rem;
  font-weight: 900;
}
@media (max-width: 374px) {
  .title02 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .title02 {
    color: #848484;
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  .title02 {
    font-size: 6.6rem;
  }
}

.mark {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 2.5;
}
@media (max-width: 374px) {
  .mark {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .mark {
    line-height: initial;
  }
}
@media (min-width: 1200px) {
  .mark {
    color: #848484;
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  .mark {
    font-size: 6.6rem;
  }
}
.mark::before {
  position: absolute;
  content: "・";
  color: #FF4B5B;
  font-size: 2.5rem;
  top: -1.1em;
  left: 50%;
  line-height: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .mark::before {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .mark::before {
    font-size: 3.3rem;
  }
}

.e-mv__text-bottom {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .e-mv__text-bottom {
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .e-mv__text-bottom {
    padding-left: 16px;
  }
}
@media (min-width: 1600px) {
  .e-mv__text-bottom {
    margin-top: 12px;
    margin-bottom: 22px;
  }
}

.e-text01 {
  position: relative;
  color: #848484;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .e-text01 {
    display: initial;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-right: 8px;
    margin-bottom: 10px;
    bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .e-text01 {
    font-size: 2rem;
    margin-right: 16px;
  }
}
@media (min-width: 1600px) {
  .e-text01 {
    font-size: 2.2rem;
    margin-top: 12px;
    margin-right: 18px;
    margin-bottom: 12px;
  }
}

.e-text02 {
  color: #848484;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (min-width: 1200px) {
  .e-text02 {
    font-size: 2rem;
    margin-right: 8px;
  }
}
@media (min-width: 1600px) {
  .e-text02 {
    font-size: 2.2rem;
    margin-right: 6px;
  }
}

.e-text03 {
  color: #60CCA3;
  font-size: 5.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: line-through;
  text-decoration-style: solid;
  text-decoration-color: #848484;
}
@media (max-width: 374px) {
  .e-text03 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1200px) {
  .e-text03 {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  .e-text03 {
    font-size: 7.8rem;
  }
}

.e-text04 {
  color: #60CCA3;
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .e-text04 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .e-text04 {
    font-size: 3.3rem;
  }
}

.e-text05 {
  position: relative;
  color: #D50013;
  font-size: 7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  padding-left: 20px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .e-text05 {
    font-size: 8.6rem;
  }
}
@media (min-width: 1200px) {
  .e-text05 {
    font-size: 10rem;
  }
}
@media (min-width: 1600px) {
  .e-text05 {
    font-size: 10.4rem;
  }
}
.e-text05::before {
  position: absolute;
  content: "▶︎";
  color: #848484;
  font-size: 1.8rem;
  top: 50%;
  left: 0;
}

.e-text06 {
  color: #D50013;
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .e-text06 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .e-text06 {
    font-size: 3.3rem;
  }
}

.e-mv-img {
  margin: 40px auto 0;
  width: 80%;
}
@media (min-width: 992px) {
  .e-mv-img {
    margin: initial;
    width: 48%;
  }
}
@media (min-width: 1400px) {
  .e-mv-img {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .e-title {
    margin-bottom: 50px;
  }
}

.economy-banner {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .economy-banner {
    margin-bottom: 100px;
  }
}

.economy-banner__img:not(:last-child) {
  margin-bottom: 40px;
}

/* economy-lead */
.e-lead {
  background-color: #FFE5E9;
  border-top: 10px solid #DB2541;
  border-bottom: 10px solid #DB2541;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .e-lead {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 128px;
  }
}

@media (min-width: 768px) {
  .e-lead__contents {
    margin: 0 auto;
    max-width: 670px;
  }
}

.e-lead .lp-title {
  color: #848484 !important;
}

.e-lead__text-box {
  display: inline;
}

.e-lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .e-lead__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.e-lead__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .e-lead__box:not(:last-child) {
    margin-bottom: 14px;
  }
}

.e-lead__img {
  margin-top: 6px;
  margin-right: 8px;
  max-width: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .e-lead__img {
    margin-top: initial;
    margin-right: 16px;
    max-width: 40px;
  }
}

.e-lead__text01,
.e-lead__text02 {
  color: #313131;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .e-lead__text01,
  .e-lead__text02 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

.e-campaign {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .e-campaign {
    margin-top: 60px;
  }
}

.e-campaign__inner {
  margin: 0 auto;
  max-width: 958px;
  width: 100%;
}

.e-banner {
  position: relative;
  background-color: #FFE5E9;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 56px 20px 24px;
}
@media (min-width: 992px) {
  .e-banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.e-banner::before {
  position: absolute;
  content: "";
  background: url(../images/check-it.png) no-repeat center center/contain;
  width: 195px;
  height: 77px;
  top: -22px;
  left: -6px;
}
@media (min-width: 768px) {
  .e-banner::before {
    width: 210px;
    height: 50px;
    top: -7px;
    left: -40px;
  }
}
@media (min-width: 992px) {
  .e-banner::before {
    width: 260px;
    height: 100px;
  }
}

.e-banner__content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .e-banner__content {
    margin-bottom: initial;
    margin-right: 45px;
  }
}
.e-banner__text01 {
  color: #2A68D0;
  font-size: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(80%, #FCEC4F));
  background: linear-gradient(transparent 20%, #FCEC4F 80%);
  display: inline;
}
@media (min-width: 992px) {
  .e-banner__text01 {
    font-size: 3rem;
  }
}

.e-banner__text01 span {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .e-banner__text01 span {
    font-size: 3.6rem;
  }
}

.e-banner__text02 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .e-banner__text02 {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .e-banner__img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.e-banner__arrow {
  display: none;
  margin-bottom: 24px;
  max-width: 75px;
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 992px) {
  .e-banner__arrow {
    display: block;
    -webkit-transform: initial;
            transform: initial;
    margin-right: 24px;
    margin-bottom: initial;
  }
}
.e-banner__qr {
  margin: auto;
  max-width: 130px;
  width: 100%;
}
@media (min-width: 768px) {
  .e-banner__qr {
    margin: initial;
  }
}

.e-banner__qr a {
  display: block;
}

/* banner-e */
.banner-e {
  background-color: #F78E9E;
  margin-top: 56px;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .banner-e {
    padding-top: 16px;
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .banner-e {
    margin-top: 80px;
    margin-bottom: 32px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}

.banner-e__contents {
  position: relative;
}
@media (min-width: 768px) {
  .banner-e__contents {
    margin: auto;
    max-width: 1060px;
  }
}
.banner-e__contents::before {
  position: absolute;
  content: "";
  background: url(../images/banner_sp.png) no-repeat center center/contain;
  width: 300px;
  min-height: 300px;
  height: 100%;
  top: -307px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .banner-e__contents::before {
    background: url(../images/banner.png) no-repeat center center/contain;
    width: 46.5%;
    min-height: 310px;
    height: 100%;
    top: 44%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
  }
}

@media (min-width: 768px) {
  .banner-e__content {
    margin-left: auto;
    max-width: 434px;
    width: 100%;
  }
}

.banner-e__text01 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (min-width: 576px) {
  .banner-e__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .banner-e__text01 {
    font-size: 1.6rem;
    line-height: initial;
  }
}
@media (min-width: 992px) {
  .banner-e__text01 {
    font-size: 1.8rem;
  }
}

.banner-e__text02 {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 576px) {
  .banner-e__text02 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .banner-e__text02 {
    font-size: 1.6rem;
    line-height: initial;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .banner-e__text02 {
    font-size: 1.8rem;
  }
}
.banner-e__text02::before {
  position: absolute;
  content: "";
  background: url(../images/line-left-white.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  top: -23px;
  left: 35px;
}
@media (min-width: 768px) {
  .banner-e__text02::before {
    width: 22px;
    height: 42px;
    left: 48px;
    top: -10px;
    left: 40px;
  }
}
@media (min-width: 992px) {
  .banner-e__text02::before {
    top: -10px;
    left: 40px;
  }
}
.banner-e__text02::after {
  position: absolute;
  content: "";
  background: url(../fonts/line-right-white.svg) no-repeat center center/contain;
  width: 22px;
  height: 40px;
  top: -23px;
  right: 35px;
}
@media (min-width: 768px) {
  .banner-e__text02::after {
    width: 22px;
    height: 42px;
    right: 48px;
    top: -10px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  .banner-e__text02::after {
    top: -10px;
    right: 40px;
  }
}

.reservation-button-e {
  background-color: #DB2541;
  border-radius: 57px;
  -webkit-box-shadow: 3px 5px 0 #BE0011;
          box-shadow: 3px 5px 0 #BE0011;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .reservation-button-e {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .reservation-button-e {
    font-size: 1.8rem;
    padding: 22px 0;
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .reservation-button-e {
    font-size: 2rem;
    padding: 28px 0;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .reservation-button-e--top {
    font-size: 1.6rem;
    padding: 12px 0;
    max-width: 360px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .reservation-button-e--top {
    margin: initial;
    padding: 20px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .reservation-button-e--top {
    max-width: 436px;
    font-size: 2rem;
    padding: 24px 0;
  }
}
@media (min-width: 1600px) {
  .reservation-button-e--top {
    font-size: 2.4rem;
    max-width: 480px;
    padding: 26px 0;
  }
}
.reservation-button-e--line {
  background-color: #06c755;
  -webkit-box-shadow: 3px 5px 0 #0DA24A;
          box-shadow: 3px 5px 0 #0DA24A;
}
@media (min-width: 768px) {
  .reservation-button-e--line {
    font-size: 1.6rem;
    padding: 12px 0;
    max-width: 360px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .reservation-button-e--line {
    margin: initial;
    padding: 20px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .reservation-button-e--line {
    max-width: 436px;
    font-size: 2rem;
    padding: 24px 0;
  }
}
@media (min-width: 1600px) {
  .reservation-button-e--line {
    font-size: 2.4rem;
    max-width: 480px;
    padding: 26px 0;
  }
}
.reservation-button-e:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.line-small-padding {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .line-small-padding {
    padding-bottom: initial;
  }
}

.line-inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.line-detail-large {
  margin: 0 auto 12rem;
  width: 100%;
}
@media (min-width: 992px) {
  .line-detail-large {
    margin-bottom: 16rem;
  }
}
.line-detail-large img {
  width: 100%;
}

.e-mv__line01,
.e-mv__line02 {
  color: #06c755;
  font-size: 2.8rem;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .e-mv__line01,
  .e-mv__line02 {
    font-size: 4rem;
    font-weight: 900;
  }
}

.e-mv__line01 {
  margin-top: 8px;
}

.e-mv__line02 {
  margin-bottom: 16px;
}

/* -------------------------------
 スタンダードプラン
------------------------------- */
.page-id-13188,
.page-id-13232 {
  color: #313131;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
@media (min-width: 768px) {
  .page-id-13188,
  .page-id-13232 {
    font-size: 1.8rem;
  }
}
.page-id-13188 img,
.page-id-13232 img {
  width: initial;
}

.tw-inner {
  margin: auto;
  max-width: 1020px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.bg-inner {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  position: relative;
}
.bg-inner::before {
  position: absolute;
  content: "";
  background: url(../images/triangle-left-large.png) no-repeat center center/contain;
  width: 97px;
  height: 75px;
  top: -40px;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .bg-inner::before {
    width: 198px;
    height: 154px;
  }
}
@media (min-width: 1200px) {
  .bg-inner::before {
    width: 373px;
    height: 290px;
  }
}

@media (min-width: 768px) {
  .tw-only-sp {
    display: none;
  }
}

.tw-only-pc {
  display: none;
}
@media (min-width: 768px) {
  .tw-only-pc {
    display: block;
  }
}

.tw-link {
  position: relative;
}
@media (min-width: 768px) {
  .tw-link {
    max-width: 280px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tw-link {
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .tw-link {
    max-width: 400px;
  }
}
.tw-link::before {
  position: absolute;
  content: "";
  background: url(../images/triangle-left-white.svg) no-repeat center center/contain;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
}
.tw-link::after {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-right-white.svg) no-repeat center center/contain;
  width: 37px;
  height: 37px;
  bottom: 0;
  right: 0;
}

.tw-button {
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .tw-button {
    font-size: 2.4rem;
    padding: 28px 0;
  }
}
.tw-button--01 {
  background-color: #00A0E9;
}
.tw-button--02 {
  background-color: #285E83;
}
.tw-button:hover {
  opacity: 0.7;
}

/* tw-mv */
.tw-mv {
  position: relative;
  background: url(../images/tw-mv_sp.jpg) no-repeat center center/cover;
  padding-top: 66%;
}
@media (min-width: 768px) {
  .tw-mv {
    background: url(../images/tw-mv_pc.jpg) no-repeat center center/cover;
    padding-top: 68%;
  }
}
@media (min-width: 992px) {
  .tw-mv {
    padding-top: 57%;
  }
}
@media (min-width: 1200px) {
  .tw-mv {
    padding-top: 50%;
  }
}

.tw-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.tw-mv__contents {
  position: relative;
  top: -196px;
}
@media (min-width: 768px) {
  .tw-mv__contents {
    position: absolute;
    top: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .tw-mv__contents {
    max-width: 620px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .tw-mv__contents {
    max-width: 820px;
  }
}
@media (min-width: 1600px) {
  .tw-mv__contents {
    top: 14%;
    max-width: 910px;
  }
}

.tw-mv__lead {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-mv__lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__lead {
    font-size: 2.4rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__lead {
    font-size: 2.6rem;
  }
}

.tw-mv__title {
  color: #fff;
  font-size: 3.5rem;
  letter-spacing: 0.07em;
  line-height: 1.45;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .tw-mv__title {
    font-size: 4rem;
    line-height: initial;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .tw-mv__title {
    margin-bottom: 56px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__title {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__title {
    font-size: 5.5rem;
  }
}

.tw-mv__title span {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 374px) {
  .tw-mv__title span {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .tw-mv__title span {
    font-size: 5rem;
    font-weight: initial;
  }
}
@media (min-width: 1400px) {
  .tw-mv__title span {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__title span {
    font-size: 7.7rem;
  }
}

.tw-mv__bottom-lead {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .tw-mv__bottom-lead {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__bottom-lead {
    font-size: 2rem;
  }
}

.tw-mv__bottom-items {
  position: relative;
  border-top: 3px solid #E0CA01;
  border-bottom: 3px solid #E0CA01;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .tw-mv__bottom-items {
    padding: 20px 0;
  }
}
.tw-mv__bottom-items::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #E0CA01;
  top: 6px;
  left: 0;
}
.tw-mv__bottom-items::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #E0CA01;
  bottom: 6px;
  left: 0;
}

.tw-mv__bottom-item {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .tw-mv__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: initial;
  }
}

.tw-mv__bottom-text01 {
  font-size: 3.9rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .tw-mv__bottom-text01 {
    margin-right: 36px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__bottom-text01 {
    font-size: 4.7rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__bottom-text01 {
    font-size: 5.2rem;
  }
}

.tw-mv__bottom-text02 {
  font-size: 4.3rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .tw-mv__bottom-text02 {
    line-height: 1.5;
    margin-left: 36px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__bottom-text02 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__bottom-text02 {
    font-size: 5.7rem;
  }
}

.tw-mv__bottom-mark {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .tw-mv__bottom-mark {
    top: 12px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__bottom-mark {
    font-size: 4.8rem;
    top: 16px;
  }
}
@media (min-width: 1600px) {
  .tw-mv__bottom-mark {
    font-size: 5.3rem;
  }
}

.tw-mv__bottom-text01,
.tw-mv__bottom-text02,
.tw-mv__bottom-mark {
  color: #E0CA01;
  text-align: center;
}
@media (min-width: 768px) {
  .tw-mv__bottom-text01,
  .tw-mv__bottom-text02,
  .tw-mv__bottom-mark {
    text-align: initial;
  }
}

.tw-mv__bottom-lead,
.tw-mv__bottom-text01,
.tw-mv__bottom-text02 {
  letter-spacing: 0.2em;
}

/* tw-top */
.tw-top {
  padding-bottom: 100px;
}

.tw-top__inner {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.tw-items {
  position: relative;
  margin-top: -80px;
  z-index: 10;
}
@media (min-width: 768px) {
  .tw-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px;
  }
}

.tw-item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px 30px 38px;
}
@media (min-width: 768px) {
  .tw-item {
    width: 45%;
    padding: 24px 28px 56px;
  }
}
@media (min-width: 992px) {
  .tw-item {
    padding: 24px 64px 60px;
  }
}
.tw-item::before {
  position: absolute;
  content: "";
  background: url(../images/circle-right.png) no-repeat center center/contain;
  width: 153px;
  height: 126px;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  .tw-item::before {
    width: 243px;
    height: 200px;
  }
}

.tw-item:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .tw-item:not(:last-child) {
    margin-right: 8%;
    margin-bottom: initial;
  }
}
@media (min-width: 1200px) {
  .tw-item:not(:last-child) {
    margin-right: 12%;
  }
}

.tw-item__logo {
  margin: 0 auto 10px;
  max-width: 192px;
  width: 100%;
}
@media (min-width: 768px) {
  .tw-item__logo {
    max-width: 304px;
  }
}

.tw-item__lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .tw-item__lead {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .tw-item__lead {
    font-size: 2.2rem;
  }
}

.tw-item__text01,
.tw-item__text02 {
  position: relative;
  padding-left: 33px;
}
@media (min-width: 768px) {
  .tw-item__text01,
  .tw-item__text02 {
    font-size: 1.6rem;
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .tw-item__text01,
  .tw-item__text02 {
    padding-left: 53px;
  }
}
@media (min-width: 1200px) {
  .tw-item__text01,
  .tw-item__text02 {
    font-size: 2rem;
  }
}
.tw-item__text01::before,
.tw-item__text02::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .tw-item__text01::before,
  .tw-item__text02::before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 992px) {
  .tw-item__text01::before,
  .tw-item__text02::before {
    width: 28px;
    height: 28px;
  }
}

.tw-item__text01::before {
  background: url(../fonts/check-orange.svg) no-repeat center center/contain;
}

.tw-item__text02::before {
  background: url(../fonts/check-blue.svg) no-repeat center center/contain;
}

.tw-item__text01:not(:last-child),
.tw-item__text02:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .tw-item__text01:not(:last-child),
  .tw-item__text02:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* tw-inner */
.tw-point {
  position: relative;
  background-color: #F4F4F4;
  padding-top: 56px;
  padding-bottom: 56px;
}
.tw-point::before {
  position: absolute;
  content: "";
  background: url(../images/circle-right-large.png) no-repeat center center/contain;
  width: 698px;
  height: 500px;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.tw-point__top {
  margin-bottom: 24px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .tw-point__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }
}

.tw-point__top-lead01,
.tw-point__top-lead02 {
  position: relative;
  font-size: 1.6rem;
  padding-left: 26px;
}
@media (min-width: 992px) {
  .tw-point__top-lead01,
  .tw-point__top-lead02 {
    font-size: 2rem;
    padding-left: 32px;
  }
}
.tw-point__top-lead01::before,
.tw-point__top-lead02::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .tw-point__top-lead01::before,
  .tw-point__top-lead02::before {
    width: 22px;
    height: 16px;
  }
}

@media (min-width: 992px) {
  .tw-point__top-lead01 {
    margin-right: 10%;
  }
}
.tw-point__top-lead01::before {
  background: url(../fonts/check-point-orange.svg) no-repeat center center/contain;
}

.tw-point__top-lead02::before {
  background: url(../fonts/check-point-blue.svg) no-repeat center center/contain;
}

.tw-point__box {
  position: relative;
}

.tw-point__box-text {
  background-color: #fff;
  padding: 16px 16px 16px 20px;
}

.tw-point__box-text:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tw-point__box-text:not(:last-child) {
    margin-bottom: 24px;
  }
}

.tw-point__text01,
.tw-point__text02,
.tw-point__text03 {
  position: relative;
  font-size: 1.6rem;
  padding-left: 32px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .tw-point__text01,
  .tw-point__text02,
  .tw-point__text03 {
    font-size: 2rem;
    padding-left: 50px;
  }
}
.tw-point__text01::before,
.tw-point__text02::before,
.tw-point__text03::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
}
@media (min-width: 768px) {
  .tw-point__text01::before,
  .tw-point__text02::before,
  .tw-point__text03::before {
    width: 22px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.tw-point__text01::before {
  background: url(../images/check-point-orange.svg) no-repeat center center/contain;
}

.tw-point__text02::before {
  background: url(../fonts/check-half.svg) no-repeat center center/contain;
}

.tw-point__text03::before {
  background: url(../fonts/check-point-blue.svg) no-repeat center center/contain;
}

/* w-service */
.w-service {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .w-service {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}

.w-service__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 992px) {
  .w-service__title {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}

.tw-about01__sub {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .tw-about01__sub {
    font-size: 1.4rem;
  }
}

.tw-about01__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.tw-about01__logo {
  max-width: 160px;
  width: 100%;
}
@media (min-width: 992px) {
  .tw-about01__logo {
    max-width: 217px;
  }
}

.tw-about01__top-text {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .tw-about01__top-text {
    font-size: 2rem;
  }
}

.tw-about01__top-lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tw-about01__top-lead {
    font-size: 1.95rem;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .tw-about01__top-lead {
    line-height: 1;
  }
}

.tw-about01__top-lead span {
  color: #00A3E8;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .tw-about01__top-lead span {
    font-size: 3.2rem;
  }
}

.small {
  color: #00A3E8 !important;
  font-size: 1.6rem !important;
  font-weight: 700;
}
@media (min-width: 992px) {
  .small {
    font-size: 1.95rem !important;
  }
}

.large {
  font-size: 3.8rem !important;
}
@media (min-width: 992px) {
  .large {
    font-size: 4.8rem !important;
  }
}

.tw-about01__issue-lead {
  border-top: 2px solid #00A3E8;
  font-size: 2.5rem;
  font-weight: 700;
  padding-top: 40px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-about01__issue-lead {
    border-top: none;
    font-size: 2.6rem;
    position: relative;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tw-about01__issue-lead::after {
    position: absolute;
    content: "";
    background-color: #00A3E8;
    bottom: 10px;
    right: 0;
    width: 55%;
    height: 2px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .tw-about01__issue-lead::after {
    width: 57%;
  }
}
@media (min-width: 992px) {
  .tw-about01__issue-lead {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.tw-about01__issue-lists {
  border-bottom: 2px solid #00A3E8;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .tw-about01__issue-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 32px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .tw-about01__issue-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 32px;
  }
}

.tw-about01__issue-title {
  color: #00A3E8;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tw-about01__issue-title {
    font-size: 2.4rem;
  }
}

.tw-about01__issue-text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .tw-about01__issue-text {
    font-size: 1.8rem;
  }
}

.tw-about01__solution {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .tw-about01__solution {
    padding-top: 64px;
  }
}

.tw-about01__solution-lead {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .tw-about01__solution-lead {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
.tw-about01__solution-lead img {
  margin-bottom: 8px;
  max-width: 160px;
}
@media (min-width: 992px) {
  .tw-about01__solution-lead img {
    max-width: 217px;
  }
}

.tw-about01__solution-box02 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .tw-about01__solution-box02 {
    margin-bottom: 40px;
  }
}

.tw-about01__solution-logo02 {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .tw-about01__solution-logo02 {
    font-size: 2.4rem;
  }
}
.tw-about01__solution-logo02 img {
  max-width: 130px;
}
@media (min-width: 992px) {
  .tw-about01__solution-logo02 img {
    max-width: 170px;
  }
}

.tw-about01__solution-text01 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .tw-about01__solution-text01 {
    font-size: 2.4rem;
  }
}

.tw-about01__solution-text01 span {
  color: #F03747;
  font-weight: 700;
}

.tw-about01__items {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .tw-about01__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .tw-about01__img {
    width: 574px;
    margin-right: 38px;
  }
}

@media (min-width: 768px) {
  .tw-about01__item {
    width: 389px;
  }
}

.tw-about01__content {
  position: relative;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  padding: 24px 32px;
}
.tw-about01__content::after {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-right-small.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  bottom: 0;
  right: 0;
}

.tw-about01__content:not(:last-child) {
  margin-bottom: 30px;
}

.tw-about01__content-text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .tw-about01__content-text {
    font-size: 1.8rem;
  }
}

.tw-about01__lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tw-about01__lead {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .tw-about01__lead {
    font-size: 2.4rem;
  }
}
.tw-about01__lead img {
  max-width: 130px;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .tw-about01__lead img {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .tw-about01__lead img {
    max-width: 170px;
  }
}

.tw-about01__lead span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .tw-about01__lead span {
    font-size: 3.2rem;
  }
}

.tw-about01__contents {
  position: relative;
  background-color: #F4F4F4;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .tw-about01__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .tw-about01__contents {
    padding: 54px 70px;
  }
}
.tw-about01__contents:before {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-left-small.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .tw-about01__contents:before {
    width: 77px;
    height: 77px;
  }
}
.tw-about01__contents--01 {
  position: relative;
}
.tw-about01__contents--01::after {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-grey.svg) no-repeat center center/contain;
  width: 56px;
  height: 31px;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tw-about01__contents:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tw-about01__contents:not(:last-child) {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .tw-about01__contents:not(:last-child) {
    margin-bottom: 66px;
  }
}

@media (min-width: 768px) {
  .tw-about01__contents-box {
    width: 41%;
  }
}

.tw-about01__contents-text01 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tw-about01__contents-text01 {
    margin-right: 9%;
    margin-bottom: initial;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .tw-about01__contents-text01 {
    font-size: 2.2rem;
  }
}

.tw-about01__contents-text01 span {
  color: #02A0E8;
  font-weight: 700;
}

.tw-about01__contents-text02 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .tw-about01__contents-text02 {
    font-size: 2rem;
  }
}

.tw-about01__contents-text02 span {
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .tw-about01__contents-text02 span {
    font-size: 4.2rem;
  }
}

.border {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF386));
  background: linear-gradient(transparent 70%, #FFF386 30%);
}

.tw-about01__bottom {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .tw-about01__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
}

.tw-about01__bottom-content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-about01__bottom-content {
    margin-bottom: initial;
  }
}

.tw-about01__bottom-logo {
  margin: 0 auto 10px;
  max-width: 204px;
  width: 100%;
}

.tw-about01__bottom-text {
  color: #00A0E9;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 576px) {
  .tw-about01__bottom-text {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .tw-about01__bottom-text {
    font-size: 2.8rem;
  }
}

/* lo-service */
.lo-service {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .lo-service {
    padding-bottom: 140px;
  }
}

.tw-about02 .tw-about02__top {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .tw-about02 .tw-about02__top {
    margin-bottom: 40px;
  }
}
.tw-about02 .tw-summary,
.tw-about02 .tw-feature {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-summary,
  .tw-about02 .tw-feature {
    margin-bottom: 48px;
  }
}
.tw-about02 .tw-summary__lead,
.tw-about02 .tw-feature__lead {
  color: #00A3E8;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-about02 .tw-summary__lead,
  .tw-about02 .tw-feature__lead {
    position: relative;
  }
  .tw-about02 .tw-summary__lead::after,
  .tw-about02 .tw-feature__lead::after {
    position: absolute;
    content: "";
    background-color: #00A3E8;
    bottom: 10px;
    right: 0;
    width: 76%;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .tw-about02 .tw-summary__lead,
  .tw-about02 .tw-feature__lead {
    font-size: 3.2rem;
  }
}
.tw-about02 .tw-summary__text,
.tw-about02 .tw-feature__text {
  position: relative;
  font-size: 1.6rem;
  padding-left: 26px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-summary__text,
  .tw-about02 .tw-feature__text {
    font-size: 1.8rem;
  }
}
.tw-about02 .tw-summary__text::before,
.tw-about02 .tw-feature__text::before {
  position: absolute;
  content: "●";
  color: #00A0E9;
  font-size: 1.6rem;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .tw-about02 .tw-summary__text::before,
  .tw-about02 .tw-feature__text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.tw-about02 .tw-summary__text:not(:last-child),
.tw-about02 .tw-feature__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-summary__text:not(:last-child),
  .tw-about02 .tw-feature__text:not(:last-child) {
    margin-bottom: 16px;
  }
}
.tw-about02 .tw-feature__text span {
  color: #F03747;
  font-weight: 700;
}
.tw-about02 .tw-feature__system,
.tw-about02 .tw-feature__cost {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-feature__system,
  .tw-about02 .tw-feature__cost {
    margin-bottom: 70px;
  }
}
.tw-about02 .tw-feature__system-lead,
.tw-about02 .tw-feature__cost-lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-feature__system-lead,
  .tw-about02 .tw-feature__cost-lead {
    font-size: 2.4rem;
  }
}
.tw-about02 .tw-feature__system-img {
  display: none;
}
@media (min-width: 576px) {
  .tw-about02 .tw-feature__system-img {
    display: block;
  }
}
@media (min-width: 576px) {
  .tw-about02 .tw-feature__system-sp {
    display: none;
  }
}
.tw-about02 .tw-feature__system-img-sp {
  margin: 0 auto 24px;
  width: 85%;
}
.tw-about02 .tw-feature__cost-img {
  display: none;
}
@media (min-width: 576px) {
  .tw-about02 .tw-feature__cost-img {
    display: block;
  }
}
@media (min-width: 576px) {
  .tw-about02 .tw-feature__cost-sp {
    display: none;
  }
}
.tw-about02 .tw-feature__cost-img-sp {
  margin: 0 auto 16px;
  width: 75%;
}
.tw-about02 .tw-fee__lead {
  color: #00A3E8;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .tw-about02 .tw-fee__lead {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .tw-about02 .tw-fee__lead {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
.tw-about02 .tw-fee__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .tw-about02 .tw-fee__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 992px) {
  .tw-about02 .tw-fee__contents {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
.tw-about02 .tw-fee__content {
  position: relative;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  padding: 40px 28px 56px;
}
.tw-about02 .tw-fee__content::after {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-right-small.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  bottom: 0;
  right: 0;
}
.tw-about02 .tw-fee__content-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .tw-about02 .tw-fee__content-text {
    font-size: 2.2rem;
  }
}
.tw-about02 .tw-fee__content-text span {
  color: #F03747;
  font-weight: 700;
}

/* s-service */
.s-service {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .s-service {
    padding-bottom: 140px;
  }
}

.s-service__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 992px) {
  .s-service__title {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}

.tw-about03 .tw-feature {
  margin-bottom: 48px;
}
.tw-about03 .tw-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .tw-about03 .tw-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
}
.tw-about03 .tw-feature__lead {
  color: #035F87;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-about03 .tw-feature__lead {
    font-size: 2.6rem;
    position: relative;
  }
  .tw-about03 .tw-feature__lead::after {
    position: absolute;
    content: "";
    background-color: #035F87;
    bottom: 10px;
    right: 0;
    width: 76%;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .tw-about03 .tw-feature__lead {
    font-size: 3.2rem;
  }
}
.tw-about03 .tw-feature__text {
  position: relative;
  font-size: 1.6rem;
  padding-left: 26px;
}
@media (min-width: 992px) {
  .tw-about03 .tw-feature__text {
    font-size: 1.8rem;
  }
}
.tw-about03 .tw-feature__text::before {
  position: absolute;
  content: "●";
  color: #285E83;
  font-size: 1.6rem;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .tw-about03 .tw-feature__text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.tw-about03 .tw-feature__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tw-about03 .tw-feature__text:not(:last-child) {
    margin-bottom: 16px;
  }
}
.tw-about03 .tw-feature__lead02 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tw-about03 .tw-feature__lead02 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .tw-about03 .tw-feature__lead02 {
    font-size: 2.4rem;
  }
}
.tw-about03 .about-reason__content {
  position: relative;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  border-radius: initial;
  margin: auto;
  width: 85%;
  padding: 4rem 2.5rem 4rem;
}
@media (min-width: 768px) {
  .tw-about03 .about-reason__content {
    margin: initial;
    width: initial;
    padding: 4rem 4.8rem 4rem;
  }
}
.tw-about03 .about-reason__content::before {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-left-small.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .tw-about03 .about-reason__content::before {
    width: 63px;
    height: 63px;
  }
}
.tw-about03 .about-reason__body-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #035F87;
  text-align: initial;
}
@media (min-width: 992px) {
  .tw-about03 .about-reason__body-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .tw-about03 .about-reason__img {
    max-width: 245px;
    width: 100%;
  }
}
.tw-about03 .about-reason__text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .tw-about03 .about-reason__text {
    font-size: 1.8rem;
  }
}
.tw-about03 .tw-about01__bottom-text {
  font-size: 1.7rem;
  color: #035F87;
}
@media (min-width: 576px) {
  .tw-about03 .tw-about01__bottom-text {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .tw-about03 .tw-about01__bottom-text {
    font-size: 2.8rem;
  }
}

.tw-bottom {
  position: relative;
  background: url(../images/bottom-bg_pc.jpg) no-repeat center center/cover;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .tw-bottom {
    padding-top: 21%;
  }
}

/* tw-company */
.tw-company {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .tw-company {
    padding-bottom: 64px;
  }
}

.tw-company__inner {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.tw-contents {
  margin-top: -94%;
}
@media (min-width: 768px) {
  .tw-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -200px;
  }
}
@media (min-width: 992px) {
  .tw-contents {
    margin-top: -250px;
  }
}

.tw-content {
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  padding: 38px 60px 56px;
}
@media (max-width: 374px) {
  .tw-content {
    padding: 38px 40px 56px;
  }
}
@media (min-width: 768px) {
  .tw-content {
    padding: 38px 32px 56px;
  }
}
@media (min-width: 992px) {
  .tw-content {
    padding: 38px 60px 56px;
  }
}

.tw-box--01 {
  margin-bottom: 32px;
}
.tw-content__logo {
  max-width: 254px;
  width: 100%;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .tw-content__logo {
    border-bottom: 1px dashed #707070;
    max-width: 174px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .tw-content__logo {
    max-width: 254px;
  }
}
@media (min-width: 768px) {
  .tw-content__menu {
    margin-top: 16px;
  }
}

.tw-content__link {
  font-size: 1.6rem;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .tw-content__link {
    font-size: 1.8rem;
  }
}

.tw-content01 {
  position: relative;
  margin-bottom: 40px;
}
.tw-content01:after {
  position: absolute;
  content: "";
  background: url(../images/triangle-right-small.svg) no-repeat center center/contain;
  width: 63px;
  height: 63px;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .tw-content01 {
    margin-bottom: initial;
    width: 45.5%;
  }
}
@media (min-width: 992px) {
  .tw-content01 {
    width: 31.5%;
  }
}
.tw-content01 .tw-content__link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tw-content01 .tw-content__link::before {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-sniff.svg) no-repeat center center/contain;
  width: 18px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.tw-content01 .tw-content__link:hover {
  color: #035F87;
}
.tw-content01 .tw-content__menu {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tw-content01 .tw-content__menu {
    margin-bottom: 24px;
  }
}

.tw-content__list:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tw-content__list:not(:last-child) {
    margin-bottom: 14px;
  }
}

.tw-content02 {
  position: relative;
}
.tw-content02:after {
  position: absolute;
  content: "";
  background: url(../images/triangle-right-blue.png) no-repeat center center/contain;
  width: 63px;
  height: 63px;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .tw-content02 {
    width: 45.5%;
  }
}
@media (min-width: 992px) {
  .tw-content02 {
    width: 66%;
  }
}
.tw-content02 .tw-content__link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tw-content02 .tw-content__link::before {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-wizzlinx.svg) no-repeat center center/contain;
  width: 20px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.tw-content02 .tw-content__link:hover {
  color: #00A0E9;
}

.tw-content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tw-content__sns-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tw-content__sns-link img {
  width: 30px;
  height: 30px;
}
.tw-content__sns-link:hover {
  opacity: 0.7;
}

.tw-content__sns-link:not(:last-child) {
  margin-right: 16px;
}

.tw-content__top {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .tw-content__top {
    border-bottom: 1px dashed #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tw-content__top .tw-content__logo {
  border-bottom: none;
}
@media (min-width: 768px) {
  .tw-content__top .tw-content__logo {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .tw-content__top .tw-content__logo {
    margin-right: 24px;
  }
}

.tw-content__top-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .tw-content__top-link {
    line-height: initial;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .tw-content__top-link {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}
.tw-content__top-link::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-wizzlinx.svg) no-repeat center center/contain;
  width: 20px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (min-width: 992px) {
  .tw-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* footer */
.bottom-contact-tw .bottom-contact__link {
  padding: 20px 0;
}
@media (max-width: 374px) {
  .bottom-contact-tw .bottom-contact__link {
    font-size: 1.4rem;
  }
}
.bottom-contact-tw .bottom-contact__link--orange {
  background-color: #EE9126;
  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: 50%;
}
.bottom-contact-tw .bottom-contact__link--blue {
  background-color: #003D67;
  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: 50%;
}
@media (min-width: 768px) {
  .bottom-contact-tw {
    display: none;
  }
}

@media (min-width: 992px) {
  .side-btn-tw .side-btn {
    top: 20px;
  }
}
@media (min-width: 1600px) {
  .side-btn-tw .side-btn {
    top: 40px;
  }
}
.side-btn-tw .side-btn__link {
  max-width: 40px;
  width: 100%;
  max-height: 262px;
  height: 100%;
}
@media (min-width: 1200px) {
  .side-btn-tw .side-btn__link {
    max-width: 50px;
    max-height: 324px;
  }
}
@media (min-width: 1600px) {
  .side-btn-tw .side-btn__link {
    max-width: 56px;
    max-height: 360px;
  }
}
.footer-copyright-tw {
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .footer-copyright-tw {
    padding-bottom: 24px;
  }
}

/* -------------------------------
 kaeru
------------------------------- */
.page-id-13745 .lp-header,
.page-id-13755 .lp-header {
  height: 76px;
}

.page-id-13745 .lp-header__logo,
.page-id-13755 .lp-header__logo {
  width: 80px;
}

.page-id-13745,
.page-id-13755 {
  color: #313131;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  /* mv */
  /* about */
  /* install */
  /* banner-k */
  /* feature */
  /* step */
  /* recommend */
  /* faq */
}
@media (min-width: 768px) {
  .page-id-13745,
  .page-id-13755 {
    font-size: 1.6rem;
  }
}
.page-id-13745 .section,
.page-id-13755 .section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-13745 .section,
  .page-id-13755 .section {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
.page-id-13745 .title,
.page-id-13755 .title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-13745 .title,
  .page-id-13755 .title {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .title,
  .page-id-13755 .title {
    font-size: 3.8rem;
  }
}
.page-id-13745 .lead,
.page-id-13755 .lead {
  font-size: 1.8rem;
  line-height: 2;
}
@media (min-width: 1200px) {
  .page-id-13745 .lead,
  .page-id-13755 .lead {
    font-size: 2rem;
  }
}
.page-id-13745 .cv-button,
.page-id-13755 .cv-button {
  background-color: #fff;
  border: 3px solid #FFBB00;
  border-radius: 57px;
  color: #FFBB00;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .page-id-13745 .cv-button:hover,
  .page-id-13755 .cv-button:hover {
    background-color: #FFBB00;
    color: #fff;
  }
}
.page-id-13745 .cv-button--top,
.page-id-13755 .cv-button--top {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .page-id-13745 .cv-button--top,
  .page-id-13755 .cv-button--top {
    max-width: 367px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .cv-button--top,
  .page-id-13755 .cv-button--top {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .cv-button--banner,
  .page-id-13755 .cv-button--banner {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .cv-button--banner,
  .page-id-13755 .cv-button--banner {
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .cv-button--banner,
  .page-id-13755 .cv-button--banner {
    font-size: 2rem;
    max-width: 400px;
  }
}
.page-id-13745 .kaeru-inner,
.page-id-13755 .kaeru-inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-13745 .mv,
.page-id-13755 .mv {
  position: relative;
  padding-top: 56px;
  padding-bottom: 60px;
  margin-top: 60px;
}
.page-id-13745 .mv::after,
.page-id-13755 .mv::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(131.5deg, transparent 35%, #E5EDFD 0%, #E5EDFD);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  .page-id-13745 .mv::after,
  .page-id-13755 .mv::after {
    background-image: linear-gradient(158.5deg, transparent 46%, #E5EDFD 0%, #E5EDFD);
  }
}
@media (min-width: 1600px) {
  .page-id-13745 .mv::after,
  .page-id-13755 .mv::after {
    background-image: linear-gradient(162.5deg, transparent 47%, #E5EDFD 0%, #E5EDFD);
  }
}
.page-id-13745 .mv__inner,
.page-id-13755 .mv__inner {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-13745 .mv__top,
.page-id-13755 .mv__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top,
  .page-id-13755 .mv__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}
.page-id-13745 .mv__top-img01,
.page-id-13755 .mv__top-img01 {
  margin: 0 auto 4px;
  width: 80%;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top-img01,
  .page-id-13755 .mv__top-img01 {
    margin: initial;
    width: 58%;
  }
}
.page-id-13745 .mv__top-img02,
.page-id-13755 .mv__top-img02 {
  margin: 0 auto 4px;
  width: 30%;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top-img02,
  .page-id-13755 .mv__top-img02 {
    margin: initial;
    width: 14%;
  }
}
.page-id-13745 .mv__top-img03,
.page-id-13755 .mv__top-img03 {
  margin: 0 auto;
  width: 31%;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top-img03,
  .page-id-13755 .mv__top-img03 {
    margin: initial;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top-img01,
  .page-id-13745 .mv__top-img02,
  .page-id-13755 .mv__top-img01,
  .page-id-13755 .mv__top-img02 {
    margin-right: 3%;
  }
}
.page-id-13745 .mv__content,
.page-id-13755 .mv__content {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-13745 .mv__content,
  .page-id-13755 .mv__content {
    margin: 0 auto 46px;
    width: 100%;
    max-width: 932px;
  }
}
.page-id-13745 .mv__content-text,
.page-id-13755 .mv__content-text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 34px;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__content-text,
  .page-id-13755 .mv__content-text {
    font-size: 2.2rem;
    padding-left: 62px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .mv__content-text,
  .page-id-13755 .mv__content-text {
    font-size: 2.8rem;
  }
}
.page-id-13745 .mv__content-text::before,
.page-id-13755 .mv__content-text::before {
  position: absolute;
  content: "";
  background: url(../fonts/check.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__content-text::before,
  .page-id-13755 .mv__content-text::before {
    width: 36px;
    height: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .mv__content-text::before,
  .page-id-13755 .mv__content-text::before {
    width: 49px;
    height: 49px;
  }
}
.page-id-13745 .mv__content-text:not(:last-child),
.page-id-13755 .mv__content-text:not(:last-child) {
  margin-bottom: 14px;
}
.page-id-13745 .mv01,
.page-id-13745 .mv02,
.page-id-13745 .mv03,
.page-id-13755 .mv01,
.page-id-13755 .mv02,
.page-id-13755 .mv03 {
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-id-13745 .mv01,
  .page-id-13745 .mv02,
  .page-id-13745 .mv03,
  .page-id-13755 .mv01,
  .page-id-13755 .mv02,
  .page-id-13755 .mv03 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .mv01,
  .page-id-13745 .mv02,
  .page-id-13745 .mv03,
  .page-id-13755 .mv01,
  .page-id-13755 .mv02,
  .page-id-13755 .mv03 {
    font-size: 2.8rem;
  }
}
.page-id-13745 .mv01,
.page-id-13755 .mv01 {
  color: #FF4E00;
}
.page-id-13745 .mv02,
.page-id-13755 .mv02 {
  color: #DB3301;
}
.page-id-13745 .mv03,
.page-id-13755 .mv03 {
  color: #F03747;
}
.page-id-13745 .about,
.page-id-13755 .about {
  background-color: #EBF6FD;
  padding-top: 80px;
  padding-bottom: 90px;
}
.page-id-13745 .about__inner,
.page-id-13755 .about__inner {
  background-color: #fff;
  border-radius: 50px;
  padding: 80px 30px;
}
@media (min-width: 768px) {
  .page-id-13745 .about__inner,
  .page-id-13755 .about__inner {
    padding: 80px 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .about__inner,
  .page-id-13755 .about__inner {
    padding: 80px 150px;
  }
}
.page-id-13745 .about__top,
.page-id-13755 .about__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-13745 .about__top,
  .page-id-13755 .about__top {
    margin-bottom: 64px;
  }
}
.page-id-13745 .about__box01,
.page-id-13755 .about__box01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-13745 .about__box01,
  .page-id-13755 .about__box01 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
    margin: 0 auto 24px;
    width: 100%;
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .about__img,
  .page-id-13755 .about__img {
    margin: initial;
    width: 100%;
    max-width: 105px;
  }
}
.page-id-13745 .about__box02,
.page-id-13755 .about__box02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (min-width: 768px) {
  .page-id-13745 .about__box02,
  .page-id-13755 .about__box02 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin: auto;
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .about__box02 .about__img,
  .page-id-13755 .about__box02 .about__img {
    width: 100%;
    max-width: 229px;
  }
}
.page-id-13745 .install,
.page-id-13755 .install {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .page-id-13745 .install,
  .page-id-13755 .install {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
.page-id-13745 .install__top,
.page-id-13755 .install__top {
  margin-bottom: 40px;
}
.page-id-13745 .install__img,
.page-id-13755 .install__img {
  margin-bottom: 56px;
  width: 100%;
}
.page-id-13745 .install__bottom a,
.page-id-13755 .install__bottom a {
  border-bottom: 1px solid #2A68D0;
  color: #2A68D0;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .page-id-13745 .install__bottom a,
  .page-id-13755 .install__bottom a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .install__bottom a,
  .page-id-13755 .install__bottom a {
    font-size: 2.2rem;
  }
}
.page-id-13745 .banner-k,
.page-id-13755 .banner-k {
  position: relative;
  background: url(../images/kaeru-bg.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k,
  .page-id-13755 .banner-k {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .banner-k,
  .page-id-13755 .banner-k {
    padding-top: 80px;
    padding-bottom: 44px;
  }
}
.page-id-13745 .banner-k__contents,
.page-id-13755 .banner-k__contents {
  position: relative;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__contents,
  .page-id-13755 .banner-k__contents {
    margin: auto;
    max-width: 1060px;
  }
}
.page-id-13745 .banner-k__contents::before,
.page-id-13755 .banner-k__contents::before {
  position: absolute;
  content: "";
  background: url(../images/bg-sale.png) no-repeat center center/contain;
  width: 66%;
  height: 100%;
  top: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__contents::before,
  .page-id-13755 .banner-k__contents::before {
    width: 40%;
    min-height: 248px;
    height: 100%;
    top: 44%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
  }
}
.page-id-13745 .banner-k__content,
.page-id-13755 .banner-k__content {
  position: relative;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__content,
  .page-id-13755 .banner-k__content {
    margin-left: auto;
    max-width: 426px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .banner-k__content,
  .page-id-13755 .banner-k__content {
    top: -6px;
  }
}
.page-id-13745 .banner-k__content::before,
.page-id-13755 .banner-k__content::before {
  position: absolute;
  content: "";
  background: url(../images/kaeru-icon.png) no-repeat center center/contain;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
  width: 66px;
  height: 66px;
  top: -24px;
  left: 0;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__content::before,
  .page-id-13755 .banner-k__content::before {
    width: 80px;
    height: 80px;
    left: -56px;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .banner-k__content::before,
  .page-id-13755 .banner-k__content::before {
    width: 112px;
    height: 112px;
    top: 0;
    left: -124px;
  }
}
.page-id-13745 .banner-k__text01,
.page-id-13755 .banner-k__text01 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-align: right;
}
@media (min-width: 576px) {
  .page-id-13745 .banner-k__text01,
  .page-id-13755 .banner-k__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__text01,
  .page-id-13755 .banner-k__text01 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .banner-k__text01,
  .page-id-13755 .banner-k__text01 {
    font-size: 3.2rem;
  }
}
.page-id-13745 .banner-k__text02,
.page-id-13755 .banner-k__text02 {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-align: right;
}
@media (min-width: 576px) {
  .page-id-13745 .banner-k__text02,
  .page-id-13755 .banner-k__text02 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__text02,
  .page-id-13755 .banner-k__text02 {
    font-size: 2rem;
    line-height: initial;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .banner-k__text02,
  .page-id-13755 .banner-k__text02 {
    font-size: 2.8rem;
  }
}
.page-id-13745 .feature,
.page-id-13755 .feature {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .page-id-13745 .feature,
  .page-id-13755 .feature {
    padding-top: 140px;
    padding-bottom: 130px;
  }
}
.page-id-13745 .kaeru-contents,
.page-id-13755 .kaeru-contents {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents,
  .page-id-13755 .kaeru-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .kaeru-contents,
  .page-id-13755 .kaeru-contents {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents01 .kaeru-content,
  .page-id-13745 .kaeru-contents03 .kaeru-content,
  .page-id-13755 .kaeru-contents01 .kaeru-content,
  .page-id-13755 .kaeru-contents03 .kaeru-content {
    margin-right: 6.4%;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents02 .kaeru-img,
  .page-id-13755 .kaeru-contents02 .kaeru-img {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents01 .kaeru-content,
  .page-id-13745 .kaeru-contents02 .kaeru-content,
  .page-id-13745 .kaeru-contents03 .kaeru-content,
  .page-id-13755 .kaeru-contents01 .kaeru-content,
  .page-id-13755 .kaeru-contents02 .kaeru-content,
  .page-id-13755 .kaeru-contents03 .kaeru-content {
    padding-left: 64px;
  }
}
.page-id-13745 .kaeru-contents01 .kaeru-content,
.page-id-13755 .kaeru-contents01 .kaeru-content {
  position: relative;
}
.page-id-13745 .kaeru-contents01 .kaeru-content::before,
.page-id-13755 .kaeru-contents01 .kaeru-content::before {
  position: absolute;
  content: "";
  background: url(../images/feature-number_01.png) no-repeat center center/contain;
  width: 63px;
  height: 97px;
  top: -18px;
  left: 0;
}
.page-id-13745 .kaeru-contents02 .kaeru-content,
.page-id-13755 .kaeru-contents02 .kaeru-content {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents02 .kaeru-content,
  .page-id-13755 .kaeru-contents02 .kaeru-content {
    margin-bottom: initial;
  }
}
.page-id-13745 .kaeru-contents02 .kaeru-content::before,
.page-id-13755 .kaeru-contents02 .kaeru-content::before {
  position: absolute;
  content: "";
  background: url(../images/feature-number_02.png) no-repeat center center/contain;
  width: 63px;
  height: 97px;
  top: -18px;
  left: 0;
}
.page-id-13745 .kaeru-contents03 .kaeru-content,
.page-id-13755 .kaeru-contents03 .kaeru-content {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents03 .kaeru-content,
  .page-id-13755 .kaeru-contents03 .kaeru-content {
    margin-bottom: initial;
  }
}
.page-id-13745 .kaeru-contents03 .kaeru-content::before,
.page-id-13755 .kaeru-contents03 .kaeru-content::before {
  position: absolute;
  content: "";
  background: url(../images/feature-number_03.png) no-repeat center center/contain;
  width: 63px;
  height: 97px;
  top: -18px;
  left: 0;
}
.page-id-13745 .kaeru-content,
.page-id-13755 .kaeru-content {
  position: relative;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-content,
  .page-id-13755 .kaeru-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 57%;
  }
}
.page-id-13745 .kaeru-content__title,
.page-id-13755 .kaeru-content__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 49px;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-content__title,
  .page-id-13755 .kaeru-content__title {
    padding-left: initial;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .kaeru-content__title,
  .page-id-13755 .kaeru-content__title {
    font-size: 2.4rem;
  }
}
.page-id-13745 .kaeru-content__title span,
.page-id-13755 .kaeru-content__title span {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .page-id-13745 .kaeru-content__title span,
  .page-id-13755 .kaeru-content__title span {
    font-size: 2.1rem;
  }
}
.page-id-13745 .kaeru-content__text,
.page-id-13755 .kaeru-content__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 992px) {
  .page-id-13745 .kaeru-content__text,
  .page-id-13755 .kaeru-content__text {
    font-size: 2rem;
  }
}
.page-id-13745 .kaeru-img,
.page-id-13755 .kaeru-img {
  margin: 0 auto 16px;
  width: 60%;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-img,
  .page-id-13755 .kaeru-img {
    margin: initial;
    width: 29%;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents02,
  .page-id-13755 .kaeru-contents02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-id-13745 .feature-bottom,
.page-id-13755 .feature-bottom {
  margin: auto;
  max-width: 900px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .page-id-13745 .feature-bottom,
  .page-id-13755 .feature-bottom {
    padding-top: initial;
  }
}
.page-id-13745 .feature-bottom__contents,
.page-id-13755 .feature-bottom__contents {
  margin-bottom: 24px;
}
.page-id-13745 .feature-bottom__contents-head,
.page-id-13755 .feature-bottom__contents-head {
  position: relative;
  background-color: #FFB700;
  border-radius: 10px 10px 0 0;
  padding: 8px 8px;
}
.page-id-13745 .feature-bottom__contents-head::before,
.page-id-13755 .feature-bottom__contents-head::before {
  position: absolute;
  content: "";
  background: url(../images/feature-note.png) no-repeat center center/contain;
  width: 80px;
  height: 80px;
  top: -56px;
  left: 0;
}
@media (min-width: 1200px) {
  .page-id-13745 .feature-bottom__contents-head::before,
  .page-id-13755 .feature-bottom__contents-head::before {
    width: 156px;
    height: 156px;
    top: -54px;
    left: -45px;
  }
}
.page-id-13745 .feature-bottom__contents-head::after,
.page-id-13755 .feature-bottom__contents-head::after {
  position: absolute;
  content: "";
  background: url(../images/triangle-orange.svg) no-repeat center center/contain;
  width: 37px;
  height: 24px;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-13745 .feature-bottom__contents-title,
.page-id-13755 .feature-bottom__contents-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-13745 .feature-bottom__contents-title,
  .page-id-13755 .feature-bottom__contents-title {
    line-height: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .feature-bottom__contents-title,
  .page-id-13755 .feature-bottom__contents-title {
    font-size: 2.8rem;
  }
}
.page-id-13745 .feature-bottom__contents-title span,
.page-id-13755 .feature-bottom__contents-title span {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .page-id-13745 .feature-bottom__contents-title span,
  .page-id-13755 .feature-bottom__contents-title span {
    font-weight: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .feature-bottom__contents-title span,
  .page-id-13755 .feature-bottom__contents-title span {
    font-size: 4rem;
  }
}
.page-id-13745 .feature-bottom__contents-body,
.page-id-13755 .feature-bottom__contents-body {
  background-color: #F5F5F5;
  border-radius: 0 0 16px 16px;
  padding: 43px 16px 36px;
}
@media (min-width: 768px) {
  .page-id-13745 .feature-bottom__contents-body,
  .page-id-13755 .feature-bottom__contents-body {
    padding: 43px 40px 36px;
  }
}
.page-id-13745 .feature-bottom__contents-text,
.page-id-13755 .feature-bottom__contents-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .page-id-13745 .feature-bottom__contents-text,
  .page-id-13755 .feature-bottom__contents-text {
    font-size: 2rem;
  }
}
.page-id-13745 .feature-bottom__contents-note,
.page-id-13755 .feature-bottom__contents-note {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .page-id-13745 .feature-bottom__contents-note,
  .page-id-13755 .feature-bottom__contents-note {
    font-size: 1.6rem;
  }
}
.page-id-13745 .step,
.page-id-13755 .step {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .page-id-13745 .step,
  .page-id-13755 .step {
    padding-top: 120px;
  }
}
.page-id-13745 .research,
.page-id-13745 .ch-ec,
.page-id-13755 .research,
.page-id-13755 .ch-ec {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-13745 .research,
  .page-id-13745 .ch-ec,
  .page-id-13755 .research,
  .page-id-13755 .ch-ec {
    margin-bottom: 100px;
  }
}
.page-id-13745 .research .step-title::before,
.page-id-13755 .research .step-title::before {
  background: url(../images/check-orange.svg) no-repeat center center/contain;
}
.page-id-13745 .step-title,
.page-id-13755 .step-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 48px;
}
@media (min-width: 992px) {
  .page-id-13745 .step-title,
  .page-id-13755 .step-title {
    font-size: 2.4rem;
    margin-bottom: 72px;
    padding-left: 64px;
  }
}
.page-id-13745 .step-title::before,
.page-id-13755 .step-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -6px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-13745 .step-title::before,
  .page-id-13755 .step-title::before {
    top: 0;
  }
}
.page-id-13745 .step-box,
.page-id-13755 .step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-13745 .step-box:not(:last-child),
.page-id-13755 .step-box:not(:last-child) {
  padding-bottom: 50px;
}
.page-id-13745 .step-box__num,
.page-id-13755 .step-box__num {
  position: relative;
  margin-right: 10px;
  margin-bottom: 4px;
  width: 100%;
  max-width: 62px;
}
@media (min-width: 992px) {
  .page-id-13745 .step-box__num,
  .page-id-13755 .step-box__num {
    margin-right: 40px;
    max-width: 120px;
  }
}
.page-id-13745 .step-box__num::before,
.page-id-13755 .step-box__num::before {
  position: absolute;
  background-color: #A3C622;
  content: "";
  width: 3px;
  height: 93%;
  top: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-id-13745 .step-box__num::before,
  .page-id-13755 .step-box__num::before {
    width: 5px;
    height: 69%;
    top: 128px;
  }
}
.page-id-13745 .research .step-box__num::before,
.page-id-13755 .research .step-box__num::before {
  background-color: #A3C622;
}
.page-id-13745 .num-none::before,
.page-id-13755 .num-none::before {
  display: none;
}
@media (min-width: 992px) {
  .page-id-13745 .step-row,
  .page-id-13755 .step-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 880px;
  }
}
.page-id-13745 .step-box__content,
.page-id-13755 .step-box__content {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page-id-13745 .step-box__content,
  .page-id-13755 .step-box__content {
    margin-right: 5.5%;
    margin-bottom: initial;
    width: 34%;
  }
}
.page-id-13745 .step-box__text,
.page-id-13755 .step-box__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 1200px) {
  .page-id-13745 .step-box__text,
  .page-id-13755 .step-box__text {
    font-size: 1.8rem;
  }
}
.page-id-13745 .step-box__img,
.page-id-13755 .step-box__img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .page-id-13745 .step-box__img,
  .page-id-13755 .step-box__img {
    width: 60%;
  }
}
.page-id-13745 .ch-ec .step-title::before,
.page-id-13745 .jp-ec .step-title::before,
.page-id-13755 .ch-ec .step-title::before,
.page-id-13755 .jp-ec .step-title::before {
  background: url(../fonts/check-green.svg) no-repeat center center/contain;
}
.page-id-13745 .ch-ec .step-box__num::before,
.page-id-13745 .jp-ec .step-box__num::before,
.page-id-13755 .ch-ec .step-box__num::before,
.page-id-13755 .jp-ec .step-box__num::before {
  background-color: #FFBB00;
}
.page-id-13745 .recommend,
.page-id-13755 .recommend {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-13745 .recommend,
  .page-id-13755 .recommend {
    margin-top: 150px;
    margin-bottom: 140px;
  }
}
.page-id-13745 .recommend-box,
.page-id-13755 .recommend-box {
  background-color: #EBF6FD;
  border-radius: 50px;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .page-id-13745 .recommend-box,
  .page-id-13755 .recommend-box {
    padding: 56px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .recommend-box,
  .page-id-13755 .recommend-box {
    padding: 80px;
  }
}
.page-id-13745 .recommend-contents,
.page-id-13755 .recommend-contents {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .page-id-13745 .recommend-contents,
  .page-id-13755 .recommend-contents {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .recommend-contents,
  .page-id-13755 .recommend-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 72px;
  }
}
.page-id-13745 .recommend-contents:not(:last-child),
.page-id-13755 .recommend-contents:not(:last-child) {
  margin-bottom: 48px;
}
.page-id-13745 .recommend-contents__box,
.page-id-13755 .recommend-contents__box {
  margin: 0 auto;
  width: 30%;
}
@media (min-width: 992px) {
  .page-id-13745 .recommend-contents__box,
  .page-id-13755 .recommend-contents__box {
    margin-right: 8%;
    margin-left: initial;
    width: 10.5%;
  }
}
.page-id-13745 .recommend-contents__img,
.page-id-13755 .recommend-contents__img {
  margin-bottom: 10px;
}
.page-id-13745 .recommend-contents__name,
.page-id-13755 .recommend-contents__name {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .page-id-13745 .recommend-contents__name,
  .page-id-13755 .recommend-contents__name {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .recommend-content__content,
  .page-id-13755 .recommend-content__content {
    width: 81%;
  }
}
.page-id-13745 .recommend-content__top,
.page-id-13755 .recommend-content__top {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 14px;
}
.page-id-13745 .recommend-content__text,
.page-id-13755 .recommend-content__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 1200px) {
  .page-id-13745 .recommend-content__text,
  .page-id-13755 .recommend-content__text {
    font-size: 1.8rem;
  }
}
.page-id-13745 .faq-inner,
.page-id-13755 .faq-inner {
  max-width: 990px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-13745 .faq-contents:not(:last-child),
.page-id-13755 .faq-contents:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .page-id-13745 .faq-contents:not(:last-child),
  .page-id-13755 .faq-contents:not(:last-child) {
    margin-bottom: 80px;
  }
}
.page-id-13745 .q,
.page-id-13745 .a,
.page-id-13755 .q,
.page-id-13755 .a {
  position: relative;
  padding-left: 64px;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page-id-13745 .q,
  .page-id-13745 .a,
  .page-id-13755 .q,
  .page-id-13755 .a {
    font-size: 2rem;
    padding-left: 84px;
  }
}
.page-id-13745 .q::before,
.page-id-13745 .a::before,
.page-id-13755 .q::before,
.page-id-13755 .a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -6px;
  left: 0;
}
@media (min-width: 768px) {
  .page-id-13745 .q::before,
  .page-id-13745 .a::before,
  .page-id-13755 .q::before,
  .page-id-13755 .a::before {
    width: 52px;
    height: 52px;
  }
}
.page-id-13745 .q,
.page-id-13755 .q {
  font-weight: 700;
  margin-bottom: 32px;
}
.page-id-13745 .q::before,
.page-id-13755 .q::before {
  background: url(../images/q.png) no-repeat center center/contain;
}
.page-id-13745 .a::before,
.page-id-13755 .a::before {
  background: url(../images/a.png) no-repeat center center/contain;
}
.page-id-13745 .line-inner,
.page-id-13755 .line-inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-13745 .line-detail-small,
.page-id-13755 .line-detail-small {
  margin: 56px auto 56px;
  width: 100%;
}
.page-id-13745 .line-detail-large,
.page-id-13755 .line-detail-large {
  margin: 0 auto 12rem;
  width: 100%;
}

/* -------------------------------
 s-lp
------------------------------- */
.page-id-14020 .camp-banner01,
.page-id-14021 .camp-banner01 {
  padding-top: 56px;
  padding-bottom: 16px;
}
.page-id-14020 .camp-banner02,
.page-id-14021 .camp-banner02 {
  padding-top: 56px;
  padding-bottom: 0px;
}

.page-id-14088 .camp-banner01,
.page-id-14089 .camp-banner01 {
  padding-top: 0;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .page-id-14088 .camp-banner01,
  .page-id-14089 .camp-banner01 {
    padding-top: 56px;
    margin-bottom: 40px;
  }
}
.page-id-14088 .camp-banner02,
.page-id-14089 .camp-banner02 {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .page-id-14088 .camp-banner02,
  .page-id-14089 .camp-banner02 {
    padding-top: 56px;
  }
}
.page-id-14088 .camp-banner02--camp-margin,
.page-id-14089 .camp-banner02--camp-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.page-id-14020 .camp-banner__inner,
.page-id-14089 .camp-banner__inner,
.page-id-14021 .camp-banner__inner,
.page-id-14088 .camp-banner__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14020,
.page-id-14021 {
  color: #05469A;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  /* ヘッダー */
  /* ドロワーメニュー */
  /* s-mv */
  /* s-point */
  /* target */
  /* s-step */
  /* s-faq */
  /* s-bottom */
  /* s-cv */
  /* footer */
}
.page-id-14020 .inner,
.page-id-14021 .inner {
  margin: auto;
  max-width: 1080px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14020 .s-title,
.page-id-14021 .s-title {
  font-size: 3rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-title,
  .page-id-14021 .s-title {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
}
.page-id-14020 .s-title span,
.page-id-14021 .s-title span {
  color: #F15E2D;
}
.page-id-14020 .lp-header,
.page-id-14021 .lp-header {
  background-color: #fff;
  position: fixed;
}
@media (min-width: 1200px) {
  .page-id-14020 .lp-header,
  .page-id-14021 .lp-header {
    background-color: initial;
    position: absolute;
  }
}
.page-id-14020 .lp-header__inner,
.page-id-14021 .lp-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .page-id-14020 #s-header-nav.m-fixed,
  .page-id-14021 #s-header-nav.m-fixed {
    background-color: #fff;
    left: 0;
    position: fixed !important;
    top: 0;
  }
}
.page-id-14020 .s-drawer-icon,
.page-id-14021 .s-drawer-icon {
  top: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  width: 30px;
  display: block;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-drawer-icon,
  .page-id-14021 .s-drawer-icon {
    cursor: pointer;
  }
}
@media (min-width: 1400px) {
  .page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bars,
  .page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bars {
    position: absolute;
    top: 38px;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bars,
  .page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bars {
    right: 50px;
  }
}
.page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bar1,
.page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bar1 {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 30px;
}
.page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bar2,
.page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bar2 {
  display: none;
}
.page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bar3,
.page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bar3 {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.page-id-14020 .s-drawer-icon__bars,
.page-id-14021 .s-drawer-icon__bars {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.page-id-14020 .s-drawer-icon__bar1,
.page-id-14020 .s-drawer-icon__bar2,
.page-id-14020 .s-drawer-icon__bar3,
.page-id-14021 .s-drawer-icon__bar1,
.page-id-14021 .s-drawer-icon__bar2,
.page-id-14021 .s-drawer-icon__bar3 {
  position: absolute;
  height: 3px;
  top: 0;
  right: 0;
}
.page-id-14020 .s-drawer-icon__bar1,
.page-id-14021 .s-drawer-icon__bar1 {
  background: #05469A;
  top: 0;
  width: 30px;
}
.page-id-14020 .s-drawer-icon__bar2,
.page-id-14021 .s-drawer-icon__bar2 {
  background: #05469A;
  top: 10px;
  width: 30px;
}
.page-id-14020 .s-drawer-icon__bar3,
.page-id-14021 .s-drawer-icon__bar3 {
  background: #05469A;
  top: 20px;
  width: 30px;
}
.page-id-14020 .s-drawer-content,
.page-id-14021 .s-drawer-content {
  background: rgba(5, 70, 154, 0.9);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  width: 84%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
  padding-bottom: 48px;
}
.page-id-14020 .s-drawer-content.is-active,
.page-id-14021 .s-drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-content,
  .page-id-14021 .s-drawer-content {
    width: 494px;
  }
}
.page-id-14020 .s-drawer-content__items,
.page-id-14021 .s-drawer-content__items {
  position: relative;
  margin-top: 120px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-content__items,
  .page-id-14021 .s-drawer-content__items {
    margin-top: 160px;
  }
}
.page-id-14020 .s-drawer-content__item,
.page-id-14021 .s-drawer-content__item {
  position: relative;
  font-weight: 600;
}
.page-id-14020 .s-drawer-content__item a,
.page-id-14021 .s-drawer-content__item a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 16px 16px 24px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-content__item a,
  .page-id-14021 .s-drawer-content__item a {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-content__item a,
  .page-id-14021 .s-drawer-content__item a {
    padding-left: 58px;
  }
}
.page-id-14020 .s-drawer-content__bottom,
.page-id-14021 .s-drawer-content__bottom {
  margin: 3.2rem 0 3.2rem 0;
}
.page-id-14020 .s-drawer-contact:not(:first-child),
.page-id-14021 .s-drawer-contact:not(:first-child) {
  margin-top: 20px;
}
.page-id-14020 .s-drawer-contact img,
.page-id-14021 .s-drawer-contact img {
  margin-right: 10px;
}
.page-id-14020 .s-drawer-accordion,
.page-id-14021 .s-drawer-accordion {
  position: absolute;
  background: #EFEFEF;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  right: 24px;
  top: 20px;
}
.page-id-14020 .s-drawer-accordion.is-open .drawer-accordion-bar2,
.page-id-14021 .s-drawer-accordion.is-open .drawer-accordion-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.page-id-14020 .s-drawer-accordion-bar1,
.page-id-14021 .s-drawer-accordion-bar1 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-id-14020 .s-drawer-accordion-bar2,
.page-id-14021 .s-drawer-accordion-bar2 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.page-id-14020 .s-drawer-contact,
.page-id-14021 .s-drawer-contact {
  max-width: 260px;
  width: 100%;
  margin-left: 24px;
}
@media (min-width: 576px) {
  .page-id-14020 .s-drawer-contact,
  .page-id-14021 .s-drawer-contact {
    max-width: 336px;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-contact,
  .page-id-14021 .s-drawer-contact {
    margin-left: 58px;
  }
}
.page-id-14020 .s-drawer-button,
.page-id-14021 .s-drawer-button {
  position: relative;
  background-color: #05B154;
  color: #fff;
  border-radius: 43px;
  display: block;
  padding: 12px 0 12px 20px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-drawer-button,
  .page-id-14021 .s-drawer-button {
    padding: 20px 0 20px 20px;
  }
}
.page-id-14020 .s-drawer-button::after,
.page-id-14021 .s-drawer-button::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-green.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.page-id-14020 .s-drawer-box,
.page-id-14021 .s-drawer-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-14020 .s-drawer-img,
.page-id-14021 .s-drawer-img {
  margin-right: 14px;
  max-width: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-img,
  .page-id-14021 .s-drawer-img {
    max-width: 36px;
  }
}
.page-id-14020 .s-drawer-text,
.page-id-14021 .s-drawer-text {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-text,
  .page-id-14021 .s-drawer-text {
    font-size: 1.6rem;
  }
}
.page-id-14020 .s-mv,
.page-id-14021 .s-mv {
  position: relative;
  background: url(../images/s-mv_sp.jpg) no-repeat center center/cover;
  margin-top: 60px;
  padding-top: 18%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-mv,
  .page-id-14021 .s-mv {
    background: url(../images/s-mv.jpg) no-repeat center center/cover;
    padding-top: 62%;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-mv,
  .page-id-14021 .s-mv {
    padding-top: 53.4%;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-mv,
  .page-id-14021 .s-mv {
    margin-top: initial;
    padding-top: 54%;
  }
}
.page-id-14020 .s-mv__inner,
.page-id-14021 .s-mv__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14020 .s-mv__box,
.page-id-14021 .s-mv__box {
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-mv__box,
  .page-id-14021 .s-mv__box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 21%;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-mv__contents,
  .page-id-14021 .s-mv__contents {
    margin-right: 5%;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-mv__contents,
  .page-id-14021 .s-mv__contents {
    width: initial;
  }
}
@media (min-width: 1400px) {
  .page-id-14020 .s-mv__contents,
  .page-id-14021 .s-mv__contents {
    margin-right: 3%;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-mv__contents,
  .page-id-14021 .s-mv__contents {
    margin-right: initial;
  }
}
.page-id-14020 .s-mv__top,
.page-id-14021 .s-mv__top {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-mv__top,
  .page-id-14021 .s-mv__top {
    margin-bottom: 56px;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-mv__top,
  .page-id-14021 .s-mv__top {
    margin-bottom: 64px;
  }
}
.page-id-14020 .s-mv__title,
.page-id-14021 .s-mv__title {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-mv__title,
  .page-id-14021 .s-mv__title {
    font-size: 5.1rem;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-mv__title,
  .page-id-14021 .s-mv__title {
    font-size: 5.5em;
  }
}
.page-id-14020 .large01,
.page-id-14020 .large02,
.page-id-14021 .large01,
.page-id-14021 .large02 {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-id-14020 .large01,
  .page-id-14020 .large02,
  .page-id-14021 .large01,
  .page-id-14021 .large02 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .large01,
  .page-id-14020 .large02,
  .page-id-14021 .large01,
  .page-id-14021 .large02 {
    font-size: 8rem;
  }
}
@media (min-width: 1400px) {
  .page-id-14020 .large01,
  .page-id-14020 .large02,
  .page-id-14021 .large01,
  .page-id-14021 .large02 {
    font-size: 9.1rem;
  }
}
@media (min-width: 1400px) {
  .page-id-14020 .large01,
  .page-id-14020 .large02,
  .page-id-14021 .large01,
  .page-id-14021 .large02 {
    font-size: 9.4rem;
  }
}
.page-id-14020 .large01,
.page-id-14021 .large01 {
  color: #F15E2C;
}
.page-id-14020 .large02,
.page-id-14021 .large02 {
  color: #05469A;
}
.page-id-14020 .s-link-top,
.page-id-14021 .s-link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 1600px) {
  .page-id-14020 .s-link-top,
  .page-id-14021 .s-link-top {
    margin-bottom: 32px;
  }
}
.page-id-14020 .s-button,
.page-id-14021 .s-button {
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  max-width: 170px;
  width: 100%;
  padding: 15px 0 15px 20px;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-button,
  .page-id-14021 .s-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-button:hover,
  .page-id-14021 .s-button:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-button,
  .page-id-14021 .s-button {
    max-width: 220px;
    padding: 18px 0 18px 32px;
  }
}
.page-id-14020 .s-button-log,
.page-id-14021 .s-button-log {
  position: relative;
  background-color: #F15E2C;
  margin-right: 24px;
}
.page-id-14020 .s-button-log::after,
.page-id-14021 .s-button-log::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-orange.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.page-id-14020 .s-button__box,
.page-id-14021 .s-button__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-14020 .s-button__img,
.page-id-14021 .s-button__img {
  margin-right: 8px;
  max-width: 25px;
  width: 100%;
}
@media (min-width: 1600px) {
  .page-id-14020 .s-button__img,
  .page-id-14021 .s-button__img {
    margin-right: 16px;
  }
}
.page-id-14020 .s-button__text,
.page-id-14021 .s-button__text {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .page-id-14020 .s-button__text,
  .page-id-14021 .s-button__text {
    font-size: 1.8rem;
  }
}
.page-id-14020 .s-button-reg,
.page-id-14021 .s-button-reg {
  position: relative;
  background-color: #05469A;
}
.page-id-14020 .s-button-reg::after,
.page-id-14021 .s-button-reg::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-blue.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.page-id-14020 .s-link-bottom,
.page-id-14021 .s-link-bottom {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-link-bottom,
  .page-id-14021 .s-link-bottom {
    margin-bottom: initial;
  }
}
.page-id-14020 .s-line-button,
.page-id-14021 .s-line-button {
  position: relative;
  background-color: #05B154;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  color: #fff;
  display: block;
  max-width: 364px;
  width: 100%;
  padding: 9.5px 0 9.5px 20px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-line-button,
  .page-id-14021 .s-line-button {
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-line-button,
  .page-id-14021 .s-line-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-line-button:hover,
  .page-id-14021 .s-line-button:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-line-button,
  .page-id-14021 .s-line-button {
    max-width: 460px;
    padding: 24px 0 24px 32px;
  }
}
.page-id-14020 .s-line-button::after,
.page-id-14021 .s-line-button::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-green.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.page-id-14020 .s-line__box,
.page-id-14021 .s-line__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-14020 .s-line__img,
.page-id-14021 .s-line__img {
  margin-right: 24px;
  max-width: 38px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-line__img,
  .page-id-14021 .s-line__img {
    max-width: 40px;
  }
}
.page-id-14020 .s-line__text,
.page-id-14021 .s-line__text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .page-id-14020 .s-line__text,
  .page-id-14021 .s-line__text {
    font-size: 2rem;
  }
}
.page-id-14020 .s-fv-picture,
.page-id-14021 .s-fv-picture {
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-fv-picture,
  .page-id-14021 .s-fv-picture {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-fv-picture,
  .page-id-14021 .s-fv-picture {
    position: relative;
    top: -70px;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-bottom: 0;
    width: 45.6%;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-fv-picture,
  .page-id-14021 .s-fv-picture {
    width: 39.6%;
  }
}
.page-id-14020 .s-fv-img,
.page-id-14021 .s-fv-img {
  position: relative;
}
@media (min-width: 576px) {
  .page-id-14020 .s-fv-img,
  .page-id-14021 .s-fv-img {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-fv-img,
  .page-id-14021 .s-fv-img {
    top: -10%;
    margin-right: -8vw;
  }
}
.page-id-14020 .s-point,
.page-id-14021 .s-point {
  position: relative;
  background-color: #EDFCFF;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point,
  .page-id-14021 .s-point {
    padding-top: 96px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-point,
  .page-id-14021 .s-point {
    margin-top: 56px;
  }
}
.page-id-14020 .s-point::before,
.page-id-14021 .s-point::before {
  position: absolute;
  content: "";
  background: url(../images/bg06.png) no-repeat center center/contain;
  width: 128px;
  height: 89px;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point::before,
  .page-id-14021 .s-point::before {
    width: 288px;
    height: 200px;
  }
}
.page-id-14020 .s-point::after,
.page-id-14021 .s-point::after {
  position: absolute;
  content: "";
  background: url(../images/bg07.png) no-repeat center center/contain;
  width: 170px;
  height: 111px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point::after,
  .page-id-14021 .s-point::after {
    width: 542px;
    height: 354px;
  }
}
.page-id-14020 .s-point__title,
.page-id-14021 .s-point__title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point__title,
  .page-id-14021 .s-point__title {
    margin-bottom: 72px;
  }
}
.page-id-14020 .s-point-bg,
.page-id-14021 .s-point-bg {
  position: relative;
}
.page-id-14020 .s-point-bg::before,
.page-id-14021 .s-point-bg::before {
  position: absolute;
  content: "";
  background: url(../images/bg01.png) no-repeat center center/contain;
  width: 208px;
  height: 145px;
  top: -79px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point-bg::before,
  .page-id-14021 .s-point-bg::before {
    width: 258px;
    height: 180px;
    top: -95px;
  }
}
.page-id-14020 .s-point-inner,
.page-id-14021 .s-point-inner {
  margin: auto;
  max-width: 970px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents,
  .page-id-14021 .s-point-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-id-14020 .s-point-contents:not(:last-child),
.page-id-14021 .s-point-contents:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents:nth-child(odd) .s-point-contents__img,
  .page-id-14021 .s-point-contents:nth-child(odd) .s-point-contents__img {
    margin-right: 10%;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents:nth-child(even),
  .page-id-14021 .s-point-contents:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents:nth-child(even) .s-point-contents__content,
  .page-id-14021 .s-point-contents:nth-child(even) .s-point-contents__content {
    margin-right: 10%;
  }
}
.page-id-14020 .s-point-contents__img,
.page-id-14021 .s-point-contents__img {
  margin: 0 auto 24px;
  width: 70%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents__img,
  .page-id-14021 .s-point-contents__img {
    margin: initial;
    width: 39%;
  }
}
.page-id-14020 .s-point-contents:nth-child(1),
.page-id-14021 .s-point-contents:nth-child(1) {
  position: relative;
}
.page-id-14020 .s-point-contents:nth-child(1)::after,
.page-id-14021 .s-point-contents:nth-child(1)::after {
  position: absolute;
  content: "";
  background: url(../images/bg03-1.png) no-repeat center center/contain;
  width: 202px;
  height: 220px;
  bottom: 32px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point-contents:nth-child(1)::after,
  .page-id-14021 .s-point-contents:nth-child(1)::after {
    width: 352px;
    height: 270px;
    bottom: -186px;
    left: 17%;
  }
}
.page-id-14020 .bg01,
.page-id-14021 .bg01 {
  position: relative;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents__content,
  .page-id-14021 .s-point-contents__content {
    width: 51%;
  }
}
.page-id-14020 .s-point-contents__num,
.page-id-14021 .s-point-contents__num {
  margin-bottom: 32px;
  max-width: 80px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents__num,
  .page-id-14021 .s-point-contents__num {
    max-width: 117px;
    width: 100%;
  }
}
.page-id-14020 .s-point-contents__text,
.page-id-14021 .s-point-contents__text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents__text,
  .page-id-14021 .s-point-contents__text {
    font-size: 2.4rem;
  }
}
.page-id-14020 .bg02,
.page-id-14021 .bg02 {
  position: relative;
}
.page-id-14020 .bg02::before,
.page-id-14021 .bg02::before {
  position: absolute;
  content: "";
  background: url(../images/bg03.png) no-repeat center center/contain;
  width: 202px;
  height: 220px;
  bottom: -49px;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .bg02::before,
  .page-id-14021 .bg02::before {
    width: 352px;
    height: 270px;
    bottom: -60px;
    right: -20px;
  }
}
.page-id-14020 .bg03,
.page-id-14021 .bg03 {
  position: relative;
}
.page-id-14020 .bg03::before,
.page-id-14021 .bg03::before {
  position: absolute;
  content: "";
  background: url(../images/bg05.png) no-repeat center center/contain;
  width: 152px;
  height: 170px;
  top: -88px;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .bg03::before,
  .page-id-14021 .bg03::before {
    width: 352px;
    height: 270px;
    top: -201px;
    right: -37px;
  }
}
.page-id-14020 .target,
.page-id-14021 .target {
  background-color: #BFE1FF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14020 .target,
  .page-id-14021 .target {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-id-14020 .target-inner,
.page-id-14021 .target-inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14020 .target-contents,
.page-id-14021 .target-contents {
  background-color: #fff;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents,
  .page-id-14021 .target-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 56px;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .target-contents,
  .page-id-14021 .target-contents {
    padding: 100px;
  }
}
.page-id-14020 .target-contents:not(:last-child),
.page-id-14021 .target-contents:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .page-id-14020 .target-contents:not(:last-child),
  .page-id-14021 .target-contents:not(:last-child) {
    margin-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents:nth-child(odd) .target-contents__content,
  .page-id-14021 .target-contents:nth-child(odd) .target-contents__content {
    margin-right: 9.6%;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents:nth-child(even),
  .page-id-14021 .target-contents:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents:nth-child(even) .target-contents__img,
  .page-id-14021 .target-contents:nth-child(even) .target-contents__img {
    margin-right: 9.6%;
  }
}
.page-id-14020 .target-bg01,
.page-id-14021 .target-bg01 {
  position: relative;
}
.page-id-14020 .target-bg01::before,
.page-id-14021 .target-bg01::before {
  position: absolute;
  content: "";
  background: url(../images/retail-bg.png) no-repeat center center/contain;
  width: 120px;
  height: 68px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg01::before,
  .page-id-14021 .target-bg01::before {
    width: 170px;
    height: 118px;
    top: 42px;
    left: 40px;
  }
}
.page-id-14020 .target-bg01::after,
.page-id-14021 .target-bg01::after {
  position: absolute;
  content: "";
  background: url(../images/bg05.png) no-repeat center center/contain;
  width: 249px;
  height: 168px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg01::after,
  .page-id-14021 .target-bg01::after {
    width: 349px;
    height: 268px;
    bottom: 7px;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents__content,
  .page-id-14021 .target-contents__content {
    width: 38.5%;
  }
}
.page-id-14020 .target-bg02,
.page-id-14021 .target-bg02 {
  position: relative;
}
.page-id-14020 .target-bg02::before,
.page-id-14021 .target-bg02::before {
  position: absolute;
  content: "";
  background: url(../images/bg04.png) no-repeat center center/contain;
  width: 256px;
  height: 173px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg02::before,
  .page-id-14021 .target-bg02::before {
    width: 356px;
    height: 273px;
    right: -86px;
    bottom: 14px;
  }
}
.page-id-14020 .target-contents__title,
.page-id-14021 .target-contents__title {
  color: #F15E2D;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  .page-id-14020 .target-contents__title,
  .page-id-14021 .target-contents__title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .target-contents__title,
  .page-id-14021 .target-contents__title {
    font-size: 4rem;
  }
}
.page-id-14020 .target-contents__text,
.page-id-14021 .target-contents__text {
  color: #05469A;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (min-width: 992px) {
  .page-id-14020 .target-contents__text,
  .page-id-14021 .target-contents__text {
    font-size: 2rem;
  }
}
.page-id-14020 .target-contents__img,
.page-id-14021 .target-contents__img {
  margin: 24px auto 0;
  width: 70%;
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents__img,
  .page-id-14021 .target-contents__img {
    width: 52.6%;
  }
}
.page-id-14020 .target-bg06,
.page-id-14021 .target-bg06 {
  position: relative;
}
.page-id-14020 .target-bg06::before,
.page-id-14021 .target-bg06::before {
  position: absolute;
  content: "";
  background: url(../images/retail-bg.png) no-repeat center center/contain;
  width: 120px;
  height: 68px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg06::before,
  .page-id-14021 .target-bg06::before {
    width: 170px;
    height: 118px;
    top: 42px;
    left: 40px;
  }
}
.page-id-14020 .target-bg06::after,
.page-id-14021 .target-bg06::after {
  position: absolute;
  content: "";
  background: url(../images/bg05.png) no-repeat center center/contain;
  width: 249px;
  height: 168px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg06::after,
  .page-id-14021 .target-bg06::after {
    width: 349px;
    height: 268px;
    bottom: 135px;
  }
}
.page-id-14020 .target-bg04,
.page-id-14021 .target-bg04 {
  position: relative;
}
.page-id-14020 .target-bg04::before,
.page-id-14021 .target-bg04::before {
  position: absolute;
  content: "";
  background: url(../images/bg04.png) no-repeat center center/contain;
  width: 249px;
  height: 168px;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg04::before,
  .page-id-14021 .target-bg04::before {
    width: 349px;
    height: 268px;
    bottom: -63px;
    left: -146px;
  }
}
.page-id-14020 .s-step,
.page-id-14021 .s-step {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step,
  .page-id-14021 .s-step {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.page-id-14020 .s-step-title,
.page-id-14021 .s-step-title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step-title,
  .page-id-14021 .s-step-title {
    margin-bottom: 64px;
  }
}
.page-id-14020 .s-step__lists,
.page-id-14021 .s-step__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 34px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-step__lists,
  .page-id-14021 .s-step__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__lists,
  .page-id-14021 .s-step__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    margin-bottom: 40px;
  }
}
.page-id-14020 .s-step__list,
.page-id-14021 .s-step__list {
  border: 5px solid #F15E2D;
  border-radius: 10px;
  padding: 20px 16px;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-step__list,
  .page-id-14021 .s-step__list {
    padding: 40px 25px 56px;
  }
}
.page-id-14020 .s-step__list:nth-child(1),
.page-id-14020 .s-step__list:nth-child(2),
.page-id-14021 .s-step__list:nth-child(1),
.page-id-14021 .s-step__list:nth-child(2) {
  position: relative;
}
.page-id-14020 .s-step__list:nth-child(1)::after,
.page-id-14020 .s-step__list:nth-child(2)::after,
.page-id-14021 .s-step__list:nth-child(1)::after,
.page-id-14021 .s-step__list:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(../images/s-arrow-bottom.svg) no-repeat center center/contain;
  width: 30px;
  height: 12px;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-id-14020 .s-step__list:nth-child(1)::after,
  .page-id-14020 .s-step__list:nth-child(2)::after,
  .page-id-14021 .s-step__list:nth-child(1)::after,
  .page-id-14021 .s-step__list:nth-child(2)::after {
    background: url(../fonts/s-arrow-single.svg) no-repeat center center/contain;
    width: 14px;
    height: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
    right: -26px;
    bottom: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__list:nth-child(1)::after,
  .page-id-14020 .s-step__list:nth-child(2)::after,
  .page-id-14021 .s-step__list:nth-child(1)::after,
  .page-id-14021 .s-step__list:nth-child(2)::after {
    right: -29px;
  }
}
.page-id-14020 .s-step__num,
.page-id-14021 .s-step__num {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__num,
  .page-id-14021 .s-step__num {
    font-size: 3rem;
  }
}
.page-id-14020 .s-step__num span,
.page-id-14021 .s-step__num span {
  font-size: 3.6rem;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__num span,
  .page-id-14021 .s-step__num span {
    font-size: 4rem;
  }
}
.page-id-14020 .s-step__title,
.page-id-14021 .s-step__title {
  color: #F15E2D;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14020 .s-step__title,
  .page-id-14021 .s-step__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-step__title,
  .page-id-14021 .s-step__title {
    font-size: 3.6rem;
  }
}
.page-id-14020 .s-step__img,
.page-id-14021 .s-step__img {
  margin: 0 auto 24px;
  max-width: 120px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__img,
  .page-id-14021 .s-step__img {
    max-width: 160px;
  }
}
.page-id-14020 .s-step__text,
.page-id-14021 .s-step__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-id-14020 .s-step__note,
.page-id-14021 .s-step__note {
  border-bottom: 1px solid #05469A;
  color: #0063E3;
  display: inline;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-id-14020 .s-step__note,
  .page-id-14021 .s-step__note {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__note,
  .page-id-14021 .s-step__note {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-step__note,
  .page-id-14021 .s-step__note {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-step__note:hover,
  .page-id-14021 .s-step__note:hover {
    opacity: 0.7;
  }
}
.page-id-14020 .s-step__note span,
.page-id-14021 .s-step__note span {
  color: #4BB332;
}
.page-id-14020 .s-faq,
.page-id-14021 .s-faq {
  background-color: #F0FCFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq,
  .page-id-14021 .s-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-id-14020 .s-faq-title,
.page-id-14021 .s-faq-title {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-title,
  .page-id-14021 .s-faq-title {
    margin-bottom: 40px;
  }
}
.page-id-14020 .s-faq-items__box:not(:last-child),
.page-id-14021 .s-faq-items__box:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__box:not(:last-child),
  .page-id-14021 .s-faq-items__box:not(:last-child) {
    margin-bottom: 60px;
  }
}
.page-id-14020 .s-faq-items__question,
.page-id-14021 .s-faq-items__question {
  background-color: #4D9CEB;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 21px 16px 38px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-faq-items__question,
  .page-id-14021 .s-faq-items__question {
    padding: 24px 72px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__question,
  .page-id-14021 .s-faq-items__question {
    font-size: 2rem;
    padding: 24px 92px 24px 94px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-faq-items__question,
  .page-id-14021 .s-faq-items__question {
    padding: 24px 92px 24px 94px;
  }
}
.page-id-14020 .s-faq-items__question::before,
.page-id-14021 .s-faq-items__question::before {
  position: absolute;
  content: "Q";
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  top: 9px;
  left: 10px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-faq-items__question::before,
  .page-id-14021 .s-faq-items__question::before {
    width: 32px;
    height: 40px;
    top: 20px;
    left: 17px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__question::before,
  .page-id-14021 .s-faq-items__question::before {
    font-size: 3.2rem;
    top: 14px;
    left: 48px;
  }
}
.page-id-14020 .s-faq-items__answer,
.page-id-14021 .s-faq-items__answer {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.page-id-14020 .s-faq-items__answer::before,
.page-id-14021 .s-faq-items__answer::before {
  position: absolute;
  content: "A";
  color: #4D9CEB;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 32px;
  height: 40px;
  left: 10px;
  top: 15px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-faq-items__answer::before,
  .page-id-14021 .s-faq-items__answer::before {
    width: 32px;
    height: 40px;
    top: 16px;
    left: 17px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__answer::before,
  .page-id-14021 .s-faq-items__answer::before {
    font-size: 3.2rem;
    left: 48px;
  }
}
.page-id-14020 .s-faq-items__answer-content,
.page-id-14021 .s-faq-items__answer-content {
  position: relative;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  padding: 16px 21px 16px 38px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-faq-items__answer-content,
  .page-id-14021 .s-faq-items__answer-content {
    font-size: 1.4rem;
    padding: 20px 72px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__answer-content,
  .page-id-14021 .s-faq-items__answer-content {
    font-size: 1.8rem;
    line-height: 1.777;
    padding: 24px 83px 24px 94px;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-faq-items__answer-content,
  .page-id-14021 .s-faq-items__answer-content {
    padding: 24px 83px 24px 94px;
  }
}
.page-id-14020 .s-bottom,
.page-id-14021 .s-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-bottom,
  .page-id-14021 .s-bottom {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}
.page-id-14020 .s-bottom__message,
.page-id-14021 .s-bottom__message {
  position: relative;
}
.page-id-14020 .s-bottom__message::before,
.page-id-14021 .s-bottom__message::before {
  position: absolute;
  content: "";
  background: url(../images/bg-large.png) no-repeat center center/contain;
  width: 280px;
  height: 186px;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-bottom__message::before,
  .page-id-14021 .s-bottom__message::before {
    width: 577px;
    height: 295px;
    top: -90px;
    left: -60px;
  }
}
.page-id-14020 .s-bottom-contents01,
.page-id-14021 .s-bottom-contents01 {
  display: block;
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents01,
  .page-id-14021 .s-bottom-contents01 {
    display: none;
  }
}
.page-id-14020 .s-bottom-contents01 .s-bottom__message,
.page-id-14021 .s-bottom-contents01 .s-bottom__message {
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.page-id-14020 .s-bottom-contents01 .s-bottom-sp,
.page-id-14021 .s-bottom-contents01 .s-bottom-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-14020 .s-bottom-contents01 .s-bottom-sp__text,
.page-id-14021 .s-bottom-contents01 .s-bottom-sp__text {
  color: #F15E2C;
  font-size: 4.2rem;
  font-weight: 700;
}
.page-id-14020 .s-bottom-contents01 .s-bottom__arrow,
.page-id-14021 .s-bottom-contents01 .s-bottom__arrow {
  margin-left: 10px;
  max-width: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents02,
  .page-id-14021 .s-bottom-contents02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-bottom-contents02,
  .page-id-14021 .s-bottom-contents02 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-bottom-contents02:hover .s-bottom__message,
  .page-id-14021 .s-bottom-contents02:hover .s-bottom__message {
    color: #F15E2C;
  }
  .page-id-14020 .s-bottom-contents02:hover .s-bottom__message span,
  .page-id-14021 .s-bottom-contents02:hover .s-bottom__message span {
    color: #05469A;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message {
    font-size: 6.6rem;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message span,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message span {
    position: relative;
    color: #F15E2C;
    font-size: 6rem;
    top: 2px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message span,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message span {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message span,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message span {
    left: 14px;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__arrow,
  .page-id-14021 .s-bottom-contents02 .s-bottom__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 28px;
    max-width: 76px;
    width: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-cv a,
  .page-id-14021 .s-cv a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-cv a:hover,
  .page-id-14021 .s-cv a:hover {
    opacity: 0.7;
  }
}
.page-id-14020 .footer-bottom__content a,
.page-id-14021 .footer-bottom__content a {
  color: #05469A;
}
.page-id-14020 .footer-copyright-lp,
.page-id-14021 .footer-copyright-lp {
  margin-bottom: 24px;
}

/* -------------------------------
 s-lp
------------------------------- */
.page-id-14088,
.page-id-14089 {
  color: #05469A;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  /* c-mv */
  /* c-solution */
  /* rate */
  /* c-feature */
  /* ckb-service */
}
.page-id-14088 .inner,
.page-id-14089 .inner {
  margin: auto;
  max-width: 1140px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14088 .lp-header__inner,
.page-id-14089 .lp-header__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14088 .c-mv,
.page-id-14089 .c-mv {
  position: relative;
  background: url(../images/mv_sp.jpg) no-repeat center center/cover;
  margin-top: 73px;
  padding-top: 186%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-mv,
  .page-id-14089 .c-mv {
    background: url(../images/mv_tab.jpg) no-repeat center center/cover;
    margin-top: 80px;
    padding-top: 91.6%;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-mv,
  .page-id-14089 .c-mv {
    background: url(../images/mv_pc.jpg) no-repeat center center/cover;
    margin-top: 100px;
    padding-top: 48.6%;
  }
}
.page-id-14088 .c-mv__inner,
.page-id-14089 .c-mv__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14088 .c-mv__contents,
.page-id-14089 .c-mv__contents {
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-mv__contents,
  .page-id-14089 .c-mv__contents {
    top: 8%;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-mv__contents,
  .page-id-14089 .c-mv__contents {
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-mv__contents,
  .page-id-14089 .c-mv__contents {
    top: 7%;
  }
}
.page-id-14088 .c-mv__title,
.page-id-14089 .c-mv__title {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 374px) {
  .page-id-14088 .c-mv__title,
  .page-id-14089 .c-mv__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .c-mv__title,
  .page-id-14089 .c-mv__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-mv__title,
  .page-id-14089 .c-mv__title {
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-mv__title,
  .page-id-14089 .c-mv__title {
    font-size: 4.1rem;
  }
}
.page-id-14088 .c-mv__title span,
.page-id-14089 .c-mv__title span {
  font-size: 3rem;
}
@media (max-width: 374px) {
  .page-id-14088 .c-mv__title span,
  .page-id-14089 .c-mv__title span {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .c-mv__title span,
  .page-id-14089 .c-mv__title span {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-mv__title span,
  .page-id-14089 .c-mv__title span {
    font-size: 6.2rem;
  }
}
.page-id-14088 .c-solution,
.page-id-14089 .c-solution {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution,
  .page-id-14089 .c-solution {
    padding-top: 100px;
  }
}
.page-id-14088 .c-solution__inner,
.page-id-14089 .c-solution__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents,
  .page-id-14089 .c-solution-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-14088 .c-solution-contents__content,
.page-id-14089 .c-solution-contents__content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content,
  .page-id-14089 .c-solution-contents__content {
    margin-right: 5%;
    margin-bottom: initial;
    width: 46.5%;
  }
}
.page-id-14088 .c-solution-contents__content-top,
.page-id-14089 .c-solution-contents__content-top {
  margin: 0 auto 10px;
  width: 200px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content-top,
  .page-id-14089 .c-solution-contents__content-top {
    margin: initial;
    margin-bottom: 10px;
    width: 345px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-top,
  .page-id-14089 .c-solution-contents__content-top {
    margin-top: 40px;
  }
}
.page-id-14088 .c-solution-contents__content-lead,
.page-id-14089 .c-solution-contents__content-lead {
  font-size: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content-lead,
  .page-id-14089 .c-solution-contents__content-lead {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-lead,
  .page-id-14089 .c-solution-contents__content-lead {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-solution-contents__content-lead,
  .page-id-14089 .c-solution-contents__content-lead {
    font-size: 4.4rem;
  }
}
.page-id-14088 .c-solution-contents__content-lead span,
.page-id-14089 .c-solution-contents__content-lead span {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-lead span,
  .page-id-14089 .c-solution-contents__content-lead span {
    font-size: 3.6rem;
  }
}
.page-id-14088 .c-solution-contents__content-title,
.page-id-14089 .c-solution-contents__content-title {
  color: #F15E2D;
  font-size: 5.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 374px) {
  .page-id-14088 .c-solution-contents__content-title,
  .page-id-14089 .c-solution-contents__content-title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content-title,
  .page-id-14089 .c-solution-contents__content-title {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-title,
  .page-id-14089 .c-solution-contents__content-title {
    font-size: 7rem;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-solution-contents__content-title,
  .page-id-14089 .c-solution-contents__content-title {
    font-size: 8rem;
  }
}
.page-id-14088 .c-solution-contents__content-bottom,
.page-id-14089 .c-solution-contents__content-bottom {
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content-bottom,
  .page-id-14089 .c-solution-contents__content-bottom {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-bottom,
  .page-id-14089 .c-solution-contents__content-bottom {
    font-size: 2.4rem;
  }
}
.page-id-14088 .c-solution-contents__img,
.page-id-14089 .c-solution-contents__img {
  margin: auto;
  width: 65%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__img,
  .page-id-14089 .c-solution-contents__img {
    margin: initial;
    width: 48%;
  }
}
.page-id-14088 .rate,
.page-id-14089 .rate {
  padding-bottom: 176px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate,
  .page-id-14089 .rate {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate,
  .page-id-14089 .rate {
    padding-bottom: 157px;
  }
}
.page-id-14088 .rate-top,
.page-id-14089 .rate-top {
  position: relative;
  background-color: hsl(214, 94%, 31%);
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 32px 0 16px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-top,
  .page-id-14089 .rate-top {
    border-radius: 82px;
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-top,
  .page-id-14089 .rate-top {
    padding: 12px 0 18px;
  }
}
.page-id-14088 .rate-top::before,
.page-id-14089 .rate-top::before {
  position: absolute;
  content: "";
  background: url(../images/hint.png) no-repeat center center/contain;
  width: 126px;
  height: 90px;
  top: -52px;
  left: -20px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-top::before,
  .page-id-14089 .rate-top::before {
    top: -84px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-top::before,
  .page-id-14089 .rate-top::before {
    width: 146px;
    height: 110px;
    left: -28px;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .rate-top::before,
  .page-id-14089 .rate-top::before {
    left: -66px;
  }
}
.page-id-14088 .rate-top::after,
.page-id-14089 .rate-top::after {
  position: absolute;
  content: "";
  background: url(../images/bottom-arrow.png) no-repeat center center/contain;
  width: 37px;
  height: 27px;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-14088 .rate-title,
.page-id-14089 .rate-title {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 374px) {
  .page-id-14088 .rate-title,
  .page-id-14089 .rate-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-title,
  .page-id-14089 .rate-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .rate-title,
  .page-id-14089 .rate-title {
    font-size: 4rem;
  }
}
.page-id-14088 .rate-title span,
.page-id-14089 .rate-title span {
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-title span,
  .page-id-14089 .rate-title span {
    font-size: 5rem;
  }
}
.page-id-14088 .rate-items,
.page-id-14089 .rate-items {
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-items,
  .page-id-14089 .rate-items {
    padding-bottom: 90px;
  }
}
.page-id-14088 .rate-item:not(:last-child),
.page-id-14089 .rate-item:not(:last-child) {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item:not(:last-child),
  .page-id-14089 .rate-item:not(:last-child) {
    margin-bottom: 120px;
  }
}
.page-id-14088 .rate-item,
.page-id-14089 .rate-item {
  position: relative;
  background-color: #FFD16A;
  padding: 107px 16px 32px;
}
@media (max-width: 374px) {
  .page-id-14088 .rate-item,
  .page-id-14089 .rate-item {
    padding: 107px 10px 32px;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item,
  .page-id-14089 .rate-item {
    padding: 107px 24px 32px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item,
  .page-id-14089 .rate-item {
    padding: 107px 32px 32px;
  }
}
.page-id-14088 .rate-item::before,
.page-id-14089 .rate-item::before {
  position: absolute;
  content: "";
  background: url(../images/item-mark_sp.png) no-repeat center center/contain;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item::before,
  .page-id-14089 .rate-item::before {
    background: url(../images/item-mark_pc.png) no-repeat center center/contain;
    height: 50px;
  }
}
.page-id-14088 .rate-item__top,
.page-id-14089 .rate-item__top {
  background-color: #fff;
  border-radius: 40px;
  margin: 0 auto 32px;
  padding: 14px 0;
  width: 80%;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__top,
  .page-id-14089 .rate-item__top {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__top,
  .page-id-14089 .rate-item__top {
    margin-bottom: 40px;
  }
}
.page-id-14088 .rate-item__title,
.page-id-14089 .rate-item__title {
  color: #F15E2D;
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__title,
  .page-id-14089 .rate-item__title {
    font-size: 3.2rem;
  }
}
.page-id-14088 .rate-item__box,
.page-id-14089 .rate-item__box {
  margin: 0 auto 40px;
  max-width: 900px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__box,
  .page-id-14089 .rate-item__box {
    margin-bottom: 56px;
  }
}
.page-id-14088 .rate-item__prices,
.page-id-14089 .rate-item__prices {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__prices,
  .page-id-14089 .rate-item__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
    padding-bottom: 40px;
  }
}
.page-id-14088 .rate-item__prices::after,
.page-id-14089 .rate-item__prices::after {
  position: absolute;
  content: "";
  background: url(../images/line-bottom.png) no-repeat center center/contain;
  width: 100%;
  height: 28px;
  bottom: 0;
  left: 0;
}
.page-id-14088 .rate-item__price01,
.page-id-14088 .rate-item__price02,
.page-id-14089 .rate-item__price01,
.page-id-14089 .rate-item__price02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-14088 .rate-item__average,
.page-id-14088 .rate-item__price,
.page-id-14089 .rate-item__average,
.page-id-14089 .rate-item__price {
  color: #333333;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__price01,
  .page-id-14089 .rate-item__price01 {
    margin-right: 56px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__price01,
  .page-id-14089 .rate-item__price01 {
    margin-right: 118px;
  }
}
.page-id-14088 .rate-item__average,
.page-id-14088 .rate-item__price span,
.page-id-14089 .rate-item__average,
.page-id-14089 .rate-item__price span {
  font-size: 1.8rem;
}
@media (max-width: 374px) {
  .page-id-14088 .rate-item__average,
  .page-id-14088 .rate-item__price span,
  .page-id-14089 .rate-item__average,
  .page-id-14089 .rate-item__price span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__average,
  .page-id-14088 .rate-item__price span,
  .page-id-14089 .rate-item__average,
  .page-id-14089 .rate-item__price span {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__average,
  .page-id-14088 .rate-item__price span,
  .page-id-14089 .rate-item__average,
  .page-id-14089 .rate-item__price span {
    font-size: 2.4rem;
  }
}
.page-id-14088 .rate-item__arrow,
.page-id-14089 .rate-item__arrow {
  margin-right: 10px;
  margin-left: 10px;
  max-width: 33px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__arrow,
  .page-id-14089 .rate-item__arrow {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.page-id-14088 .rate-item__price,
.page-id-14089 .rate-item__price {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__price,
  .page-id-14089 .rate-item__price {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__price,
  .page-id-14089 .rate-item__price {
    font-size: 3.6rem;
  }
}
.page-id-14088 .rate-item__profit,
.page-id-14089 .rate-item__profit {
  position: relative;
  padding-bottom: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .page-id-14088 .rate-item__profit,
  .page-id-14089 .rate-item__profit {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14088 .rate-item__profit:hover,
  .page-id-14089 .rate-item__profit:hover {
    color: #F15E2D;
  }
}
.page-id-14088 .rate-item__profit::after,
.page-id-14089 .rate-item__profit::after {
  position: absolute;
  content: "";
  background: url(../images/white-bottom.png) no-repeat center center/contain;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
}
.page-id-14088 .rate-item__rate,
.page-id-14088 .rate-item__per,
.page-id-14089 .rate-item__rate,
.page-id-14089 .rate-item__per {
  letter-spacing: 0.04em;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__rate,
  .page-id-14088 .rate-item__per,
  .page-id-14089 .rate-item__rate,
  .page-id-14089 .rate-item__per {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__rate,
  .page-id-14088 .rate-item__per,
  .page-id-14089 .rate-item__rate,
  .page-id-14089 .rate-item__per {
    font-size: 5rem;
  }
}
.page-id-14088 .rate-item__rate,
.page-id-14089 .rate-item__rate {
  position: relative;
}
.page-id-14088 .rate-item__rate::before,
.page-id-14089 .rate-item__rate::before {
  position: absolute;
  content: "";
  background: url(../images/up.png) no-repeat center center/contain;
  width: 41px;
  height: 54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__rate::before,
  .page-id-14089 .rate-item__rate::before {
    width: 62px;
    height: 82px;
    left: -84px;
  }
}
.page-id-14088 .rate-item__profit-img,
.page-id-14089 .rate-item__profit-img {
  margin-right: 14px;
  margin-left: 14px;
  max-width: 34px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__profit-img,
  .page-id-14089 .rate-item__profit-img {
    margin-right: 28px;
    margin-left: 28px;
    max-width: 38px;
  }
}
.page-id-14088 .rate-item__per span,
.page-id-14089 .rate-item__per span {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__per span,
  .page-id-14089 .rate-item__per span {
    font-size: 4rem;
  }
}
.page-id-14088 .ckb-items,
.page-id-14089 .ckb-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-items,
  .page-id-14089 .ckb-items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .ckb-items,
  .page-id-14089 .ckb-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-id-14088 .ckb-link,
.page-id-14089 .ckb-link {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .page-id-14088 .ckb-link,
  .page-id-14089 .ckb-link {
    max-width: 300px;
  }
}
.page-id-14088 .ckb-button,
.page-id-14089 .ckb-button {
  position: relative;
  background-color: #F15E2D;
  border: 3px solid #F15E2D;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 18px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-14088 .ckb-button,
  .page-id-14089 .ckb-button {
    font-size: 2rem;
    padding: 21px 0;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .ckb-button,
  .page-id-14089 .ckb-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14088 .ckb-button:hover,
  .page-id-14089 .ckb-button:hover {
    background-color: #fff;
    color: #F15E2D;
  }
}
.page-id-14088 .ckb-button::after,
.page-id-14089 .ckb-button::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-butoon.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.page-id-14088 .c-feature,
.page-id-14089 .c-feature {
  padding-bottom: 80px;
}
.page-id-14088 .c-feature-top,
.page-id-14089 .c-feature-top {
  position: relative;
  background-color: hsl(214, 94%, 31%);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 48px;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-top,
  .page-id-14089 .c-feature-top {
    border-radius: 82px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature-top,
  .page-id-14089 .c-feature-top {
    margin-bottom: 62px;
    padding: 16px 0 20px;
  }
}
.page-id-14088 .c-feature-top::after,
.page-id-14089 .c-feature-top::after {
  position: absolute;
  content: "";
  background: url(../images/bottom-arrow.png) no-repeat center center/contain;
  width: 37px;
  height: 27px;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-14088 .c-feature-title,
.page-id-14089 .c-feature-title {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  display: inline-block;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-title,
  .page-id-14089 .c-feature-title {
    font-size: 3rem;
    margin-left: 72px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature-title,
  .page-id-14089 .c-feature-title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-feature-title,
  .page-id-14089 .c-feature-title {
    margin-left: 40px;
  }
}
.page-id-14088 .c-feature-title::before,
.page-id-14089 .c-feature-title::before {
  position: absolute;
  content: "";
  background: url(../images/person.png) no-repeat center center/contain;
  width: 100px;
  height: 133px;
  top: -137px;
  bottom: 0px;
  left: 21px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-title::before,
  .page-id-14089 .c-feature-title::before {
    width: 110px;
    height: 143px;
    top: initial;
    bottom: -24px;
    left: -119px;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-feature-title::before,
  .page-id-14089 .c-feature-title::before {
    bottom: -24px;
    left: -135px;
  }
}
.page-id-14088 .c-feature-title span,
.page-id-14089 .c-feature-title span {
  font-size: 3.4rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-title span,
  .page-id-14089 .c-feature-title span {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature-title span,
  .page-id-14089 .c-feature-title span {
    font-size: 5rem;
  }
}
.page-id-14088 .c-feature__top-text,
.page-id-14088 .c-feature-bottom__text,
.page-id-14088 .c-feature__content-title,
.page-id-14088 .ckb-service__text,
.page-id-14089 .c-feature__top-text,
.page-id-14089 .c-feature-bottom__text,
.page-id-14089 .c-feature__content-title,
.page-id-14089 .ckb-service__text {
  letter-spacing: 0.04em;
}
.page-id-14088 .c-feature__top-text,
.page-id-14089 .c-feature__top-text {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 88px;
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature__top-text,
  .page-id-14089 .c-feature__top-text {
    font-size: 3.6rem;
  }
}
.page-id-14088 .c-feature__contents,
.page-id-14089 .c-feature__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 72px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature__contents,
  .page-id-14089 .c-feature__contents {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature__contents,
  .page-id-14089 .c-feature__contents {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.page-id-14088 .c-feature__content,
.page-id-14089 .c-feature__content {
  position: relative;
  border: 5px solid #F15E2D;
  border-radius: 10px;
  padding: 32px 20px 28px;
  margin: 0 auto;
  width: 70%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature__content,
  .page-id-14089 .c-feature__content {
    padding: 60px 20px 28px;
    margin: initial;
    width: initial;
  }
}
.page-id-14088 .c-feature__content-top,
.page-id-14089 .c-feature__content-top {
  position: absolute;
  background-color: #F15E2D;
  border-radius: 57px;
  padding: 10px 0;
  max-width: 320px;
  width: 100%;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-14088 .c-feature__content-title,
.page-id-14089 .c-feature__content-title {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature__content-title,
  .page-id-14089 .c-feature__content-title {
    font-size: 2.8rem;
  }
}
.page-id-14088 .c-feature__content-mark,
.page-id-14089 .c-feature__content-mark {
  margin: 0 auto 8px;
  width: 25%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature__content-mark,
  .page-id-14089 .c-feature__content-mark {
    width: 36.2%;
  }
}
.page-id-14088 .c-feature__content-img,
.page-id-14089 .c-feature__content-img {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature__content-img,
  .page-id-14089 .c-feature__content-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-bottom__contents,
  .page-id-14089 .c-feature-bottom__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1023px;
    width: 100%;
  }
}
.page-id-14088 .c-feature-bottom__content,
.page-id-14089 .c-feature-bottom__content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-bottom__content,
  .page-id-14089 .c-feature-bottom__content {
    margin-right: 2%;
    margin-bottom: initial;
    width: 81.8%;
  }
}
.page-id-14088 .c-feature-bottom__text,
.page-id-14089 .c-feature-bottom__text {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature-bottom__text,
  .page-id-14089 .c-feature-bottom__text {
    font-size: 3.6rem;
  }
}
.page-id-14088 .c-feature-bottom__img,
.page-id-14089 .c-feature-bottom__img {
  margin: 0 auto;
  width: 60%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-bottom__img,
  .page-id-14089 .c-feature-bottom__img {
    margin: initial;
    width: 18%;
  }
}
.page-id-14088 .ckb-service,
.page-id-14089 .ckb-service {
  padding-bottom: 70px;
}
.page-id-14088 .ckb-service__contents,
.page-id-14089 .ckb-service__contents {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__contents,
  .page-id-14089 .ckb-service__contents {
    background-color: #F15E2D;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .ckb-service__contents,
  .page-id-14089 .ckb-service__contents {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14088 .ckb-service__contents:hover,
  .page-id-14089 .ckb-service__contents:hover {
    opacity: 0.7;
  }
}
.page-id-14088 .ckb-service__contents-box,
.page-id-14089 .ckb-service__contents-box {
  position: relative;
  background-color: #FCDFD6;
  border-radius: 24px 24px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__contents-box,
  .page-id-14089 .ckb-service__contents-box {
    border-radius: 24px 0 0 24px;
    padding: 20px 0;
    width: 137px;
  }
}
.page-id-14088 .ckb-service__contents-box::after,
.page-id-14089 .ckb-service__contents-box::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-pink_bottom.png) no-repeat center center/contain;
  width: 26px;
  height: 14px;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__contents-box::after,
  .page-id-14089 .ckb-service__contents-box::after {
    background: url(../images/arrow-pink.png) no-repeat center center/contain;
    width: 26px;
    height: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
    right: -21px;
    bottom: initial;
  }
}
.page-id-14088 .ckb-service__logo,
.page-id-14089 .ckb-service__logo {
  margin: auto;
  max-width: 102px;
  width: 100%;
}
.page-id-14088 .ckb-service__content,
.page-id-14089 .ckb-service__content {
  background-color: #F15E2D;
  border-radius: 0 0 24px 24px;
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__content,
  .page-id-14089 .ckb-service__content {
    background-color: initial;
    padding: initial;
    width: calc(100% - 137px);
  }
}
.page-id-14088 .ckb-service__text,
.page-id-14089 .ckb-service__text {
  position: relative;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 374px) {
  .page-id-14088 .ckb-service__text,
  .page-id-14089 .ckb-service__text {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .ckb-service__text,
  .page-id-14089 .ckb-service__text {
    font-size: 3.4rem;
    padding-left: 56px;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .ckb-service__text,
  .page-id-14089 .ckb-service__text {
    padding-left: 100px;
  }
}
.page-id-14088 .ckb-service__text::after,
.page-id-14089 .ckb-service__text::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-button.png) no-repeat center center/contain;
  width: 21px;
  height: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__text::after,
  .page-id-14089 .ckb-service__text::after {
    width: 30px;
    height: 30px;
    right: 44px;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .s-cv a,
  .page-id-14089 .s-cv a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14088 .s-cv a:hover,
  .page-id-14089 .s-cv a:hover {
    opacity: 0.7;
  }
}
.page-id-14088 .footer-copyright-lp,
.page-id-14089 .footer-copyright-lp {
  margin-bottom: 24px;
}

/* -------------------------------
 lp-s03
------------------------------- */
.page-id-14254,
.page-id-14428 {
  background-color: #FFE74B;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  /* mv */
  /* price-box */
  /* intro */
  /* operation */
  /* worries */
  /* voice */
  /* solution */
}
.page-id-14254 .inner,
.page-id-14428 .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14254 .inner02,
.page-id-14428 .inner02 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14254 .camp-line-banner,
.page-id-14428 .camp-line-banner {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .camp-line-banner,
  .page-id-14428 .camp-line-banner {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .only-sp01,
  .page-id-14428 .only-sp01 {
    display: none;
  }
}
.page-id-14254 .only-pc01,
.page-id-14428 .only-pc01 {
  display: none;
}
@media (min-width: 992px) {
  .page-id-14254 .only-pc01,
  .page-id-14428 .only-pc01 {
    display: block;
  }
}
.page-id-14254 .mv,
.page-id-14428 .mv {
  margin-top: 60px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .page-id-14254 .mv,
  .page-id-14428 .mv {
    margin-top: 40px;
  }
}
.page-id-14254 .mv-inner,
.page-id-14428 .mv-inner {
  position: relative;
}
@media (min-width: 1200px) {
  .page-id-14254 .mv-inner,
  .page-id-14428 .mv-inner {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .mv-inner::before,
  .page-id-14428 .mv-inner::before {
    position: absolute;
    content: "";
    background: url(../images/mv_01.png) no-repeat center center/contain;
    width: 226px;
    height: 362px;
    bottom: -10px;
    left: -28px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .page-id-14254 .mv-inner::before,
  .page-id-14428 .mv-inner::before {
    height: 456px;
    left: -117px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .mv-inner::after,
  .page-id-14428 .mv-inner::after {
    position: absolute;
    content: "";
    background: url(../images/mv_02.png) no-repeat center center/contain;
    width: 338px;
    height: 187px;
    bottom: 0;
    right: -60px;
  }
}
.page-id-14254 .mv__logo,
.page-id-14428 .mv__logo {
  margin: 0 auto 14px;
  max-width: 118px;
  width: 100%;
}
.page-id-14254 .mv__title,
.page-id-14428 .mv__title {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .mv__title,
  .page-id-14428 .mv__title {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .mv__title,
  .page-id-14428 .mv__title {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) {
  .page-id-14254 .mv__title,
  .page-id-14428 .mv__title {
    font-size: 8rem;
  }
}
.page-id-14254 .mv__title span,
.page-id-14428 .mv__title span {
  color: #E71425;
}
.page-id-14254 .mv-link,
.page-id-14428 .mv-link {
  margin-bottom: 32px;
}
.page-id-14254 .cv__button,
.page-id-14428 .cv__button {
  background-color: #F15E2D;
  border-radius: 57px;
  -webkit-box-shadow: 8px 8px 0 #E71425;
          box-shadow: 8px 8px 0 #E71425;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 240px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .page-id-14254 .cv__button,
  .page-id-14428 .cv__button {
    font-size: 2rem;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .cv__button,
  .page-id-14428 .cv__button {
    font-size: 3rem;
    letter-spacing: 0.1em;
    max-width: 400px;
    padding: 32px 0;
  }
  .page-id-14254 .cv__button:hover,
  .page-id-14428 .cv__button:hover {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.page-id-14254 .cv-link img,
.page-id-14428 .cv-link img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .page-id-14254 .cv-link img,
  .page-id-14428 .cv-link img {
    margin-left: 56px;
    width: 50px;
    height: 50px;
  }
}
.page-id-14254 .mv-bottom,
.page-id-14428 .mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14254 .mv-bottom,
  .page-id-14428 .mv-bottom {
    margin-bottom: initial;
  }
}
.page-id-14254 .mv-bottom__img:not(:last-child),
.page-id-14428 .mv-bottom__img:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .page-id-14254 .mv-bottom__img:not(:last-child),
  .page-id-14428 .mv-bottom__img:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .mv-bottom__img:not(:last-child),
  .page-id-14428 .mv-bottom__img:not(:last-child) {
    margin-right: 40px;
  }
}
.page-id-14254 .mv-bottom__img,
.page-id-14428 .mv-bottom__img {
  margin: auto;
  max-width: 110px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14254 .mv-bottom__img,
  .page-id-14428 .mv-bottom__img {
    margin: initial;
    max-width: initial;
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .page-id-14254 .mv-bottom__img,
  .page-id-14428 .mv-bottom__img {
    width: 200px;
  }
}
.page-id-14254 .mv-bg-sp,
.page-id-14428 .mv-bg-sp {
  margin: 0 auto 32px;
  max-width: 335px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-14254 .mv-bg-sp,
  .page-id-14428 .mv-bg-sp {
    display: none;
  }
}
.page-id-14254 .price-box,
.page-id-14428 .price-box {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14254 .price-box,
  .page-id-14428 .price-box {
    padding-bottom: 140px;
  }
}
.page-id-14254 .price__title,
.page-id-14428 .price__title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-id-14254 .price__title,
  .page-id-14428 .price__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price__title,
  .page-id-14428 .price__title {
    font-size: 5rem;
    margin-bottom: 72px;
  }
}
.page-id-14254 .price__title span,
.page-id-14428 .price__title span {
  color: #E71425;
}
.page-id-14254 .price,
.page-id-14428 .price {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents,
  .page-id-14428 .price-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(2),
  .page-id-14428 .price-contents:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-id-14254 .price-contents:not(:last-child),
.page-id-14428 .price-contents:not(:last-child) {
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .page-id-14254 .price-contents:not(:last-child),
  .page-id-14428 .price-contents:not(:last-child) {
    margin-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(1) .price-contents__img-box,
  .page-id-14254 .price-contents:nth-child(3) .price-contents__img-box,
  .page-id-14428 .price-contents:nth-child(1) .price-contents__img-box,
  .page-id-14428 .price-contents:nth-child(3) .price-contents__img-box {
    margin-right: 75px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(2) .price-contents__content,
  .page-id-14428 .price-contents:nth-child(2) .price-contents__content {
    margin-right: 75px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__img-box,
  .page-id-14428 .price-contents__img-box {
    width: 450px;
  }
}
.page-id-14254 .price-contents__img,
.page-id-14428 .price-contents__img {
  margin: 0 auto 24px;
  width: 70%;
}
@media (min-width: 576px) {
  .page-id-14254 .price-contents__img,
  .page-id-14428 .price-contents__img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-id-14254 .price-contents__img,
  .page-id-14428 .price-contents__img {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__img,
  .page-id-14428 .price-contents__img {
    margin: initial;
    margin-bottom: 32px;
    width: initial;
  }
}
.page-id-14254 .price-contents__img img,
.page-id-14428 .price-contents__img img {
  border-radius: 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .price-contents__img img,
  .page-id-14428 .price-contents__img img {
    border-radius: 30px;
  }
}
.page-id-14254 .price-contents__content,
.page-id-14428 .price-contents__content {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__content,
  .page-id-14428 .price-contents__content {
    margin-bottom: initial;
    width: 572px;
  }
}
.page-id-14254 .price-button,
.page-id-14428 .price-button {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14254 .price-button,
  .page-id-14428 .price-button {
    max-width: 226px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price-button,
  .page-id-14428 .price-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.7rem;
  }
  .page-id-14254 .price-button:hover,
  .page-id-14428 .price-button:hover {
    opacity: 0.7;
  }
}
.page-id-14254 .price-link img,
.page-id-14428 .price-link img {
  width: 28px;
  margin-left: 16px;
}
.page-id-14254 .price-contents__title,
.page-id-14428 .price-contents__title {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__title,
  .page-id-14428 .price-contents__title {
    font-size: 4.6rem;
    margin-bottom: 8px;
    text-align: initial;
  }
}
.page-id-14254 .price-contents__title span,
.page-id-14428 .price-contents__title span {
  font-size: 1.8rem;
  display: block;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__title span,
  .page-id-14428 .price-contents__title span {
    font-size: 3rem;
  }
}
.page-id-14254 .price-contents__row,
.page-id-14428 .price-contents__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 16px;
  line-height: 1;
}
.page-id-14254 .price-contents__row::after,
.page-id-14428 .price-contents__row::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: linear-gradient(to right, #333, #333 4px, transparent 4px, transparent 9px);
  background-size: 9px 4px;
  background-repeat: repeat-x;
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-id-14254 .price-contents__item,
.page-id-14428 .price-contents__item {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .page-id-14254 .price-contents__item,
  .page-id-14428 .price-contents__item {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price-contents__item,
  .page-id-14428 .price-contents__item {
    font-size: 3rem;
  }
}
.page-id-14254 .price-contents__item span,
.page-id-14428 .price-contents__item span {
  color: #E71425;
}
.page-id-14254 .price-contents__price,
.page-id-14428 .price-contents__price {
  font-size: 3rem;
  font-family: "Ubuntu Condensed", sans-serif;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__price,
  .page-id-14428 .price-contents__price {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price-contents__price,
  .page-id-14428 .price-contents__price {
    font-size: 6rem;
  }
}
.page-id-14254 .price-contents__price span,
.page-id-14428 .price-contents__price span {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__price span,
  .page-id-14428 .price-contents__price span {
    font-size: 3rem;
  }
}
.page-id-14254 .price-padding01,
.page-id-14428 .price-padding01 {
  padding-top: 32px;
}
.page-id-14254 .price-large,
.page-id-14428 .price-large {
  color: #E71425;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .page-id-14254 .price-large,
  .page-id-14428 .price-large {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price-large,
  .page-id-14428 .price-large {
    font-size: 8rem;
  }
}
.page-id-14254 .price-large span,
.page-id-14428 .price-large span {
  color: #333;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-id-14254 .price-large span,
  .page-id-14428 .price-large span {
    font-size: 3rem;
  }
}
.page-id-14254 .price-contents:nth-child(1) .price-contents__row:nth-child(3),
.page-id-14428 .price-contents:nth-child(1) .price-contents__row:nth-child(3) {
  position: relative;
  padding-top: 82px;
}
.page-id-14254 .price-contents:nth-child(1) .price-contents__row:nth-child(3)::before,
.page-id-14428 .price-contents:nth-child(1) .price-contents__row:nth-child(3)::before {
  position: absolute;
  content: "";
  background: url(../images/70off_pc.png) no-repeat center center/contain;
  width: 215px;
  height: 63px;
  top: 22px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(1) .price-contents__row:nth-child(3)::before,
  .page-id-14428 .price-contents:nth-child(1) .price-contents__row:nth-child(3)::before {
    top: 36px;
  }
}
.page-id-14254 .price-contents:nth-child(2) .price-contents__row:nth-child(2),
.page-id-14428 .price-contents:nth-child(2) .price-contents__row:nth-child(2) {
  position: relative;
  padding-top: 82px;
}
.page-id-14254 .price-contents:nth-child(2) .price-contents__row:nth-child(2)::before,
.page-id-14428 .price-contents:nth-child(2) .price-contents__row:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(../images/75off_pc.png) no-repeat center center/contain;
  width: 215px;
  height: 63px;
  top: 22px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(2) .price-contents__row:nth-child(2)::before,
  .page-id-14428 .price-contents:nth-child(2) .price-contents__row:nth-child(2)::before {
    top: 36px;
  }
}
.page-id-14254 .price-contents:nth-child(3) .price-contents__row:nth-child(2),
.page-id-14428 .price-contents:nth-child(3) .price-contents__row:nth-child(2) {
  position: relative;
  padding-top: 82px;
}
.page-id-14254 .price-contents:nth-child(3) .price-contents__row:nth-child(2)::before,
.page-id-14428 .price-contents:nth-child(3) .price-contents__row:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(../images/74off_pc.png) no-repeat center center/contain;
  width: 215px;
  height: 63px;
  top: 22px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(3) .price-contents__row:nth-child(2)::before,
  .page-id-14428 .price-contents:nth-child(3) .price-contents__row:nth-child(2)::before {
    top: 36px;
  }
}
.page-id-14254 .intro,
.page-id-14428 .intro {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14254 .intro,
  .page-id-14428 .intro {
    padding-top: 100px;
  }
}
.page-id-14254 .intro__lead,
.page-id-14428 .intro__lead {
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-id-14254 .intro__lead,
  .page-id-14428 .intro__lead {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .intro__lead,
  .page-id-14428 .intro__lead {
    font-size: 5rem;
    margin-bottom: 80px;
  }
}
.page-id-14254 .intro-large01,
.page-id-14254 .intro-large02,
.page-id-14428 .intro-large01,
.page-id-14428 .intro-large02 {
  color: #E71425;
  line-height: 1;
}
.page-id-14254 .intro-large01,
.page-id-14428 .intro-large01 {
  font-size: 5rem;
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-large01,
  .page-id-14428 .intro-large01 {
    font-size: 10rem;
  }
}
.page-id-14254 .intro-large02,
.page-id-14428 .intro-large02 {
  font-size: 4rem;
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-large02,
  .page-id-14428 .intro-large02 {
    font-size: 8rem;
  }
}
.page-id-14254 .intro-contents,
.page-id-14428 .intro-contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-contents,
  .page-id-14428 .intro-contents {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .intro-contents,
  .page-id-14428 .intro-contents {
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-contents,
  .page-id-14428 .intro-contents {
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px;
    margin-bottom: 140px;
  }
}
.page-id-14254 .intro-contents__content:not(:last-child),
.page-id-14428 .intro-contents__content:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-contents__content:not(:last-child),
  .page-id-14428 .intro-contents__content:not(:last-child) {
    margin-bottom: initial;
  }
}
.page-id-14254 .intro-contents__img,
.page-id-14428 .intro-contents__img {
  margin: 0 auto 10px;
  width: 60%;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-contents__img,
  .page-id-14428 .intro-contents__img {
    margin: initial;
    width: initial;
  }
}
.page-id-14254 .intro-contents__text,
.page-id-14428 .intro-contents__text {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-contents__text,
  .page-id-14428 .intro-contents__text {
    font-size: 2rem;
  }
}
.page-id-14254 .intro-category__lead,
.page-id-14428 .intro-category__lead {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-category__lead,
  .page-id-14428 .intro-category__lead {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-category__lead,
  .page-id-14428 .intro-category__lead {
    font-size: 5rem;
  }
}
.page-id-14254 .intro-category__lead span,
.page-id-14428 .intro-category__lead span {
  font-size: 4rem;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-category__lead span,
  .page-id-14428 .intro-category__lead span {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-category__lead span,
  .page-id-14428 .intro-category__lead span {
    font-size: 7rem;
  }
}
.page-id-14254 .intro-box,
.page-id-14428 .intro-box {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .intro-box,
  .page-id-14428 .intro-box {
    margin-bottom: 100px;
  }
}
.page-id-14254 .operation,
.page-id-14428 .operation {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .operation,
  .page-id-14428 .operation {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.page-id-14254 .operation__lead,
.page-id-14428 .operation__lead {
  font-size: 4rem;
  margin-bottom: 56px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .operation__lead,
  .page-id-14428 .operation__lead {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .operation__lead,
  .page-id-14428 .operation__lead {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .operation__lead,
  .page-id-14428 .operation__lead {
    font-size: 7rem;
  }
}
.page-id-14254 .operation__items,
.page-id-14428 .operation__items {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14254 .operation__items,
  .page-id-14428 .operation__items {
    margin-bottom: 120px;
  }
}
.page-id-14254 .operation__img:not(:last-child),
.page-id-14428 .operation__img:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14254 .operation__img:not(:last-child),
  .page-id-14428 .operation__img:not(:last-child) {
    margin-bottom: 32px;
  }
}
.page-id-14254 .worries,
.page-id-14428 .worries {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .worries,
  .page-id-14428 .worries {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.page-id-14254 .worries::after,
.page-id-14428 .worries::after {
  display: none;
}
.page-id-14254 .worries-contents01,
.page-id-14428 .worries-contents01 {
  position: relative;
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01,
  .page-id-14428 .worries-contents01 {
    padding: 40px 0 40px 24px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents01,
  .page-id-14428 .worries-contents01 {
    border-radius: 42px;
    padding: 50px 0 50px 70px;
    margin-bottom: 170px;
  }
}
.page-id-14254 .worries-contents01::before,
.page-id-14428 .worries-contents01::before {
  position: absolute;
  content: "";
  background: url(../images/worries01_sp.png) no-repeat center center/contain;
  width: 186px;
  height: 162px;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01::before,
  .page-id-14428 .worries-contents01::before {
    background: url(../images/worries01_pc.png) no-repeat center center/contain;
    width: 278px;
    height: 253px;
    top: initial;
    bottom: 0;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    right: 28px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents01::before,
  .page-id-14428 .worries-contents01::before {
    width: 430px;
    height: 390px;
  }
}
.page-id-14254 .worries-contents01::after,
.page-id-14428 .worries-contents01::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-bottom.png) no-repeat center center/contain;
  width: 39px;
  height: 47px;
  bottom: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents01::after,
  .page-id-14428 .worries-contents01::after {
    width: 58px;
    height: 73px;
    bottom: -122px;
  }
}
.page-id-14254 .worries-contents01__lead,
.page-id-14428 .worries-contents01__lead {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 144px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01__lead,
  .page-id-14428 .worries-contents01__lead {
    font-size: 4rem;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .worries-contents01__lead,
  .page-id-14428 .worries-contents01__lead {
    font-size: 5rem;
  }
}
.page-id-14254 .worries-contents01__content,
.page-id-14428 .worries-contents01__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01__content,
  .page-id-14428 .worries-contents01__content {
    padding: 40px;
    width: 59%;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents01__content,
  .page-id-14428 .worries-contents01__content {
    border-radius: 50px;
  }
}
.page-id-14254 .worries-contents01__text,
.page-id-14428 .worries-contents01__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01__text,
  .page-id-14428 .worries-contents01__text {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .worries-contents01__text,
  .page-id-14428 .worries-contents01__text {
    font-size: 3.6rem;
  }
}
.page-id-14254 .worries-contents02,
.page-id-14428 .worries-contents02 {
  position: relative;
  background-color: #FFE74B;
  border-radius: 20px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02,
  .page-id-14428 .worries-contents02 {
    padding: 40px 24px 40px 0;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02,
  .page-id-14428 .worries-contents02 {
    border-radius: 42px;
    padding: 50px 70px 50px 0;
  }
}
.page-id-14254 .worries-contents02::before,
.page-id-14428 .worries-contents02::before {
  position: absolute;
  content: "";
  background: url(../images/worries02_pc.png) no-repeat center center/contain;
  width: 112px;
  height: 156px;
  top: 26px;
  bottom: 0;
  left: 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02::before,
  .page-id-14428 .worries-contents02::before {
    width: 226px;
    height: 305px;
    top: initial;
    left: 35px;
    bottom: -36px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02::before,
  .page-id-14428 .worries-contents02::before {
    width: 300px;
    height: 416px;
  }
}
.page-id-14254 .worries-contents02__lead,
.page-id-14428 .worries-contents02__lead {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-align: right;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02__lead,
  .page-id-14428 .worries-contents02__lead {
    font-size: 4rem;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .worries-contents02__lead,
  .page-id-14428 .worries-contents02__lead {
    font-size: 5rem;
  }
}
.page-id-14254 .worries-contents02__content,
.page-id-14428 .worries-contents02__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 26px 10px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02__content,
  .page-id-14428 .worries-contents02__content {
    padding: 40px;
    margin-left: auto;
    width: 66%;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02__content,
  .page-id-14428 .worries-contents02__content {
    border-radius: 50px;
  }
}
.page-id-14254 .worries-contents02__text:not(:last-child),
.page-id-14428 .worries-contents02__text:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02__text:not(:last-child),
  .page-id-14428 .worries-contents02__text:not(:last-child) {
    margin-bottom: 24px;
  }
}
.page-id-14254 .worries-contents02__text,
.page-id-14428 .worries-contents02__text {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding-left: 33px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02__text,
  .page-id-14428 .worries-contents02__text {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02__text,
  .page-id-14428 .worries-contents02__text {
    padding-left: 54px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .worries-contents02__text,
  .page-id-14428 .worries-contents02__text {
    font-size: 3rem;
  }
}
.page-id-14254 .worries-contents02__text::before,
.page-id-14428 .worries-contents02__text::before {
  position: absolute;
  content: "";
  background: url(../images/check.png) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02__text::before,
  .page-id-14428 .worries-contents02__text::before {
    width: 34px;
    height: 34px;
    top: 9px;
  }
}
.page-id-14254 .voice p,
.page-id-14428 .voice p {
  letter-spacing: 0.05em;
}
.page-id-14254 .voice,
.page-id-14428 .voice {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .voice,
  .page-id-14428 .voice {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.page-id-14254 .voice__title,
.page-id-14428 .voice__title {
  font-size: 4rem;
  margin-bottom: 56px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .voice__title,
  .page-id-14428 .voice__title {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .voice__title,
  .page-id-14428 .voice__title {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .voice__title,
  .page-id-14428 .voice__title {
    font-size: 7rem;
  }
}
.page-id-14254 .voice-box,
.page-id-14428 .voice-box {
  margin-bottom: 24px;
}
.page-id-14254 .voice-contents:not(:last-child),
.page-id-14428 .voice-contents:not(:last-child) {
  margin-bottom: 48px;
}
.page-id-14254 .voice-contents,
.page-id-14428 .voice-contents {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-contents,
  .page-id-14428 .voice-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 70px 64px 48px;
  }
}
.page-id-14254 .voice-contents__img,
.page-id-14428 .voice-contents__img {
  margin: 0 auto 16px;
  width: 35%;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-contents__img,
  .page-id-14428 .voice-contents__img {
    margin: initial;
    margin-right: 58px;
    max-width: 186px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-id-14254 .voice-contents__content,
  .page-id-14428 .voice-contents__content {
    width: calc(100% - 186px);
  }
}
.page-id-14254 .voice-content__row,
.page-id-14428 .voice-content__row {
  border-bottom: 2px solid #D3D3D3;
  margin-bottom: 24px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-content__row,
  .page-id-14428 .voice-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .voice-content__row,
  .page-id-14428 .voice-content__row {
    margin-top: 16px;
  }
}
.page-id-14254 .voice-content__name,
.page-id-14428 .voice-content__name {
  font-size: 2rem;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-content__name,
  .page-id-14428 .voice-content__name {
    font-size: 2.4rem;
    margin-bottom: initial;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .voice-content__name,
  .page-id-14428 .voice-content__name {
    font-size: 3rem;
  }
}
.page-id-14254 .voice-content__plan,
.page-id-14428 .voice-content__plan {
  margin-left: 10px;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-content__plan,
  .page-id-14428 .voice-content__plan {
    margin-left: 16px;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .voice-content__plan,
  .page-id-14428 .voice-content__plan {
    margin-left: 20px;
    font-size: 2rem;
  }
}
.page-id-14254 .voice-content__text,
.page-id-14428 .voice-content__text {
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .page-id-14254 .voice-content__text,
  .page-id-14428 .voice-content__text {
    font-size: 2rem;
    line-height: 2;
  }
}
.page-id-14254 .voice-content__note,
.page-id-14428 .voice-content__note {
  font-size: 1.4rem;
  font-weight: 500;
}
.page-id-14254 .solution,
.page-id-14428 .solution {
  background: none;
  margin-bottom: 100px;
  width: initial;
  height: initial;
}
@media (min-width: 992px) {
  .page-id-14254 .solution,
  .page-id-14428 .solution {
    margin-bottom: 140px;
  }
}
.page-id-14254 .solution__lead,
.page-id-14428 .solution__lead {
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .solution__lead,
  .page-id-14428 .solution__lead {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .solution__lead,
  .page-id-14428 .solution__lead {
    margin-bottom: 112px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .solution__lead,
  .page-id-14428 .solution__lead {
    font-size: 7rem;
  }
}
.page-id-14254 .solution__lead-small,
.page-id-14428 .solution__lead-small {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .page-id-14254 .solution__lead-small,
  .page-id-14428 .solution__lead-small {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .solution__lead-small,
  .page-id-14428 .solution__lead-small {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .solution__lead-small,
  .page-id-14428 .solution__lead-small {
    font-size: 5rem;
  }
}
.page-id-14254 .solution__lead-large,
.page-id-14428 .solution__lead-large {
  color: #E71425;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-id-14254 .solution__lead-large,
  .page-id-14428 .solution__lead-large {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .solution__lead-large,
  .page-id-14428 .solution__lead-large {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .solution__lead-large,
  .page-id-14428 .solution__lead-large {
    font-size: 7rem;
  }
}
.page-id-14254 .solution-contents,
.page-id-14428 .solution-contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 72px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-id-14254 .solution-contents,
  .page-id-14428 .solution-contents {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .solution-contents,
  .page-id-14428 .solution-contents {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 100px;
  }
}
.page-id-14254 .solution-content,
.page-id-14428 .solution-content {
  position: relative;
  background-color: #fff;
  border: 5px solid #333;
  border-radius: 10px;
  padding: 32px 20px 28px;
  margin: 0 auto;
  width: 70%;
}
@media (min-width: 768px) {
  .page-id-14254 .solution-content,
  .page-id-14428 .solution-content {
    padding: 60px 20px 28px;
    margin: initial;
    width: initial;
  }
}
.page-id-14254 .solution-content__top,
.page-id-14428 .solution-content__top {
  position: absolute;
  border: 5px solid #333;
  background-color: #fff;
  border-radius: 57px;
  padding: 10px 0;
  max-width: 320px;
  width: 100%;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-14254 .solution-content__title,
.page-id-14428 .solution-content__title {
  color: #333;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page-id-14254 .solution-content__title,
  .page-id-14428 .solution-content__title {
    font-size: 2.8rem;
  }
}
.page-id-14254 .solution-content__mark,
.page-id-14428 .solution-content__mark {
  margin: 0 auto 8px;
  width: 25%;
}
@media (min-width: 768px) {
  .page-id-14254 .solution-content__mark,
  .page-id-14428 .solution-content__mark {
    width: 36.2%;
  }
}
.page-id-14254 .solution-content__img,
.page-id-14428 .solution-content__img {
  margin: 0 auto;
  width: 65%;
}
@media (min-width: 992px) {
  .page-id-14254 .solution-content__img,
  .page-id-14428 .solution-content__img {
    width: 100%;
  }
}
.page-id-14254 .lp-s03-cv,
.page-id-14428 .lp-s03-cv {
  margin-bottom: 80px;
}
.page-id-14254 .footer-bottom,
.page-id-14428 .footer-bottom {
  padding-top: 56px;
  background-color: #fff;
}
.page-id-14254 .footer-copyright-lp,
.page-id-14428 .footer-copyright-lp {
  background-color:#3D3D3D;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-id-14254 .s-cv__img,
  .page-id-14428 .s-cv__img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14254 .s-cv__img:hover,
  .page-id-14428 .s-cv__img:hover {
    opacity: 0.7;
  }
}
.page-id-14254 .swiper10:not(:last-child),
.page-id-14428 .swiper10:not(:last-child) {
  margin-bottom: 20px;
}
.page-id-14254 .camp-banner02--camp-margin,
.page-id-14428 .camp-banner02--camp-margin {
  margin-bottom: 80px;
}
.page-id-14254 .tel p,
.page-id-14428 .tel p {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .tel p,
  .page-id-14428 .tel p {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .tel p,
  .page-id-14428 .tel p {
    font-size: 3.6rem;
  }
}
.page-id-14254 .tel a,
.page-id-14428 .tel a {
  color: #E71425;
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .page-id-14254 .tel a,
  .page-id-14428 .tel a {
    font-size: 3.4rem;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .tel a,
  .page-id-14428 .tel a {
    font-size: 5rem;
  }
}
.page-id-14254 .mail,
.page-id-14428 .mail {
  margin-bottom: 16px;
}
.page-id-14254 .mail p,
.page-id-14428 .mail p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-id-14254 .mail p,
  .page-id-14428 .mail p {
    font-size: 2.8rem;
  }
}
.page-id-14254 .mail span,
.page-id-14428 .mail span {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-id-14254 .mail span,
  .page-id-14428 .mail span {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .mail span,
  .page-id-14428 .mail span {
    font-size: 3rem;
  }
}

/* -------------------------------
 s-lpのリニューアルページ
------------------------------- */
.page-id-15609 {
  /* 共通 */
  color: #282B34;
  font-size: 1.6rem;
  /*font-family: "Noto Sans JP", "メイリオ", sans-serif;*/
  /* header */
  /* ドロワーメニュー */
  /* mv */
  /* mv-content-bottom sp */
  /* worries-box */
  /* reason-box */
  /* lp-movie-box */
  /* flow-box */
  /* lp-cv-box */
  /* price-box */
  /* footer */
  /* footer */
  /* totop */
}
.page-id-15609 body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.page-id-15609 .cv-link {
  margin: 0 auto;
  max-width: 312px;
  width: 100%;
}
.page-id-15609 .cv-button {
  position: relative;
  border-radius: 28px;
  display: block;
  line-height: 1.1;
  padding: 18px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.page-id-15609 .cv-button--white {
  background-color: #fff;
  border: 1px solid #0663a6;
  color: #0663a6;
}
.page-id-15609 .cv-button--white::after {
  /*background: url(../images/orange-arrow.png) no-repeat center center/contain;*/
}
.page-id-15609 .cv-button--orange {
  background-color: #0663a6;
  border: 1px solid #0663a6;
  color: #fff;
}
.page-id-15609 .cv-button--orange::after {
  background: url(../images/white-arrow.png) no-repeat center center/contain;
}
.page-id-15609 .cv-button::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}
.page-id-15609 .cv-button:hover {
  opacity: 0.7;
}
.page-id-15609 .cv-button span {
  font-size: 1.4rem;
}


@media screen and (min-width: 769px) {
    .page-id-15609 .inner {
        max-width: 1100px;
        width: 100%;
        margin: 0 auto;
        padding-right: 20px;
        padding-left: 20px;
        /*max-height: 170px;*/
    }
}

.page-id-15609 .lp-section {
  padding-bottom: 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-id-15609 .lp-section {
    padding-bottom: 20px;
  }
}
.page-id-15609 .section-title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-id-15609 .section-title {
    font-size: 3.2rem;
  }
}
.page-id-15609 .section-title01 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-id-15609 .section-title01 {
    margin-bottom: 32px;
  }
}
.page-id-15609 .section-title01::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #8C8C8C;
  border-radius: 2px;
  bottom: 0;
  width: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-15609 .lp-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 48px;
  z-index: 20;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .page-id-15609 .lp-header {
    height: 80px;
  }
}
.lp-header__inner{
  position: relative;
}
.lp-header-box{
  margin-top: 7px;
}
/* @media screen and (min-width: 769px) and (max-width: 1024px) {
  .lp-header-box{
    margin-left: 166px;
  }
} */
.box-top{
  margin-top: 29px!important;
}
.icon-flex{
  display: flex;
  align-items: center;
}
.dianhua{
  width: 232px;
  height: 38px;
  border-radius: 100px;
  opacity: 1;
  border: 1px solid #5fb4e5;
  background: #ffffff;
  font-size: 16px !important;
  display: block;
  color: #5FB4E5;
  font-weight: 400;
  text-align: center;
  line-height: 38px;
  margin-top: -5px;
}

.youxiang-shang{
  font-size: 12px!important;
  display: block;
  margin-top: -5px;
  margin-bottom: 7px;
  margin-left: 5px;
}
.huilv-shang{
  font-size: 12px!important;
  display: block;
  margin-top: -10px;
  margin-bottom: 8px;
  margin-left: 5px;
}
.mail-text{
  font-size: 12px!important;
  margin-left: 5px;
}
.huilvs{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px !important;
  /* color: #035F87; */
  color: #4f4c4c;
  margin-left: 12px;
}
.rates{
  position: absolute;
  left: 106px;
  top: 46px;
  font-size: 11px;
  color: #999;
}
.times{
  position: absolute;
  left: 1px;
  top: 15px;
}
.phones{
  position: relative;
  margin-top: 12px;
}
.youxiang{
  display: block;
  border: 1px solid #ccc;
  padding: 3px 9px 2px 9px;
  border-radius: 12px;
}
.mailbox{
  position: relative;
  margin-top: 6px;
}
/* .mailbox .lp-header-nav__link{
  margin-left: 30px!important;
} */
.youxiang{
  display: flex;
  align-items: center;
}
.mail{
  margin-top: 2px;
  width: 278px;
  height: 38px;
  border-radius: 100px;
  opacity: 1;
  border: 1px solid #5fb4e5;
  background: #ffffff;
  font-size: 16px !important;
  display: block;
  color: #5FB4E5;
  font-weight: 400;
  text-align: center;
  line-height: 38px;
}
.dianhua-shang{
  position: absolute;
  top: 39px;
  left: 62px;
  font-size: 11px!important;
  display: block;
  color: #999999;
}
.logo-box{
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .dianhua{
    margin-top: 2px;
  }
  .dianhua-shang {
    top: 46px;
    left: 54px;
  }
}
.times .lp-header-nav__link{
  font-size: 12px!important;
  margin-top: 24px;
  margin-left: 6px;
}
#s-header-nav{
  height: 195px;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #s-header-nav{
    height: 198px;
  }
}
.mains{
  margin-top: 170px;
}
.shoujifooter_showgwc{
  display: none;
}
.gwc_back,.gwc_back2 {
    background: #2da2e6;

}
@media screen and (max-width: 768px) {
  .shoujifooter_showgwc{
    display: block;
    padding-top: 8px;
    position: relative;
  }
  .shoujifooter_showgwc img{
    width: 43px;
    height: 47px;
  }
  .gwc_number_footer{
    position: absolute;
    top: -7px;
    right: 18px;
    color: #fff;
  }
  .gwc_back,.gwc_back2 {
    background: #2da2e6;
    display: inline-block;
    width: 59px;
    padding: 5px;
    height: 64px;
    /*line-height: 55px;*/
    border-radius: 8px;
  }
  .logo-box{
    /* display: block; */
    display: none;
  }
  /* .logo-box{
    position: absolute;
    top: 18px;
    left: 21px;
  } */
  .shouji_none{
    display: none;
  }
  .bannera{
    position: relative;
    height: 58px;
  }
  .daohang{
    display: flex!important; 
    justify-content: center!important; 
    align-items: center!important; 
  }
  #s-header-nav{
    height: 156px;
  }
  .mail{
    display: none;
  }
  .rates{
    /* position: absolute;
    top: 101px;
    left: -152px;
    width: 200px; */
    display: none;
  }
  .phones{
    /* position: absolute;
    top: 52px;
    right: -119px; */
    display: none;
  }
 .dianhua{
  width: 180px;
 }
 .dianhua-shang{
  left: 38px;
 }
}
.topPhone{
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.topMailbox{
  width: 30px;
  height: 26px;
}
.lp-header-left{
  position: absolute;
  left: 172px;
  top: 9px;
  font-size: 13px;
}
#pcSearch {
  position: relative !important;
  width: 864px !important;
  margin-right: -18px !important;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
	.mail{
    display: none;
  }
  .rates{
    width: 200px;
    left: 3px;
    top: 26px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  #pcSearch {
    width: 590px!important;
  }
}
@media screen and (min-width: 820px) and (max-width: 820px) {
  #pcSearch {
    width: 611px !important;
    margin-right: 1px !important;
  }
  .lp-header-left{
    left: 148px;
  }
}
@media screen and (max-width: 768px) {
	.dianhua{
    margin-top: -4px;
   }
   .dianhua-shang{
    top: 43px;
   }
   #pcSearch {
    margin-right: 0px !important;
    top: -77px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .shoujifooter_showgwc{
    display: none;
  }
  .logo-box{
    display: block;
  }
  .shouji_none{
    display: block;
  }
  .daohang{
    justify-content: initial !important; 
    align-items: initial !important; 
  }
  #pcSearch {
    width: 485px !important;
    position: absolute !important;
    top: -54px;
    right: 142px;
  }
  .mailbox{
    position: absolute;
    top: 72px;
    right: -505px;
  }
  .phones{
    position: absolute;
    top: -6px;
    right: -729px;
  }
  .bannera{
    height: 98px;
  }
  .prompt{
    top: 57px;
    left: 21%;
  }
  .lp-header__logo img {
    width: 68px;
    margin-top: 10px;
    max-width: 125% !important;
    display: none;
  }
  .rates {
    /* position: absolute;
    top: 80px;
    left: -470px;
    width: 200px; */
    display: none;
  }
  #s-header-nav{
    height: 211px;
  }
  .daohang{
    margin-top: 34px;
  }
}

.page-id-15609 .lp-header__inner {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .dianhua {
    width: 227px;
  }
  .dianhua-shang {
    display: flex;
    left: 27px;
  }
}
.page-id-15609 .logo-lead {
  display: none;
}
@media (min-width: 1200px) {
  .page-id-15609 .logo-lead {
    display: block;
    font-size: 1rem;
    line-height: 1;
  }
}
.page-id-15609 .lp-header__logo {
  max-width: 50px;
  width: 100%;
  margin-left: 36px;
}
@media (min-width: 1200px) {
  .page-id-15609 .lp-header__logo {
    /* margin: 20px auto 0!important;
    max-width: 77px; */
  }
}
.page-id-15609 .lp-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-15609 .box-top {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-id-15609  .box-top {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-bottom: -20px;
    z-index: 2;
}
}
.lp-header-left{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  z-index: 2;
}
@media (min-width: 1200px) {
  .page-id-15609 .lp-header-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-bottom: -20px;
    z-index: 2;
  }
}
.page-id-15609 .lp-header-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-15609 .lp-header-nav__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  /* color: #666; */
}
.page-id-15609 .lp-header-nav__item:not(:first-child) .lp-header-nav__link {
  margin-left: 9px;
}
.page-id-15609 .lp-header-nav__link {
  display: block;
  font-size: 1.3rem;
  margin-right: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-id-15609 .lp-header-nav__link {
    font-size: 1.1rem;
  }
}
.page-id-15609 .lp-header-nav__link:hover {
  opacity: 0.7;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .lp-header-nav__link{
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .lp-header-nav__item{
    margin: 0 5px;
  }
}
.page-id-15609 .lp-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 35px;
}
/* @media screen and (min-width: 769px) and (max-width: 1024px) {
  .page-id-15609 .lp-header-contact {
    margin-left: 15px;
    margin-top: 20px;
  }
}
.page-id-15609 .lp-contact-link:not(:last-child) {
  margin-right: 8px;
}
.page-id-15609 .lp-contact-link {
  width: 160px;
} */

@media (max-width: 992px) {
  .page-id-15609 .lp-contact-link {
    width: 124px;
  }
}
.page-id-15609 .lp-contact-button {
  position: relative;
  border-radius: 8px;
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 12.3px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.page-id-15609 .lp-contact-button--white {
  background-color: #fff;
  color: #5fb4e5;
  border-radius: 100px;
  border: 2px solid #5fb4e5;
  padding: 13px 36px;
}
.page-id-15609 .lp-contact-button--whites {
  background-color: #fff;
  color: #5fb4e5;
  border-radius: 100px;
  border: 2px solid #5fb4e5;
}
.page-id-15609 .lp-contact-button--orange {
  background-color: #0663a6;
  border: 1px solid #0663a6;
  color: #fff;
}
.page-id-15609 .lp-contact-button:hover {
  opacity: 0.7;
}
.page-id-15609 .lp-drawer-icon {
  position: fixed;
  top: 15px;
  right: 24px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  width: 26px;
  display: block;
}
@media (min-width: 1200px) {
  .page-id-15609 .lp-drawer-icon {
    display: none;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bars {
    position: absolute;
    top: 38px;
  }
}
@media (min-width: 1600px) {
  .page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bars {
    right: 50px;
  }
}
.page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bar1 {
  background-color: #282B34;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 26px;
}
.page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bar2 {
  display: none;
}
.page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bar3 {
  background-color: #282B34;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  width: 26px;
}
.page-id-15609 .lp-drawer-icon__bars {
  width: 26px;
  height: 18px;
  display: block;
  position: relative;
}
.page-id-15609 .lp-drawer-icon__bar1,
.page-id-15609 .lp-drawer-icon__bar2,
.page-id-15609 .lp-drawer-icon__bar3 {
  position: absolute;
  border-radius: 2px;
  height: 3px;
  top: 0;
  right: 0;
}
.page-id-15609 .lp-drawer-icon__bar1 {
  background: #282B34;
  top: 0;
  width: 26px;
}
.page-id-15609 .lp-drawer-icon__bar2 {
  background: #282B34;
  top: 8px;
  width: 26px;
}
.page-id-15609 .lp-drawer-icon__bar3 {
  background: #282B34;
  top: 16px;
  width: 26px;
}
.page-id-15609 .lp-drawer-content {
  position: fixed;
  background-color: #fff;
  width: 56.5%;
  height: 100vh;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
  padding-bottom: 80px;
}
.page-id-15609 .lp-drawer-content {
  transform: translateX(105%);
  transition: transform 0.5s ease;
}
.page-id-15609 .lp-drawer-content.show {
  transform: translateX(0);
}

.page-id-15609 .lp-drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) {
  .page-id-15609 .lp-drawer-content {
    width: 494px;
  }
}
.page-id-15609 .lp-drawer-content__items {
  position: relative;
  margin-top: 76px;
}
.page-id-15609 .lp-drawer-content__item {
  position: relative;
  font-weight: 600;
}
.page-id-15609 .lp-drawer-content__item a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 12px 16px 12px 48px;
}
.page-id-15609 .lp-drawer-contact {
  margin-top: 44px;
  margin-bottom: 48px;
  margin-left: 48px;
}
.page-id-15609 .lp-drawer-contact .lp-contact-link:not(:last-child) {
  margin-bottom: 8px;
}
.page-id-15609 .lp-drawer-bottom__link {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 8px 12px 8px 48px;
}
.page-id-15609 .lp-drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 298;
  display: none;
}
.page-id-15609 .lp-drawer-background.is-active {
  display: block;
}
.page-id-15609 .mv {
  position: relative;
  background: url(../images/banner.jpg) no-repeat center center/cover;
  margin-top: 48px;
}
/*@media (min-width: 768px) {*/
/*  .page-id-15609 .mv {*/
/*    background: url(../images/banner.jpg) no-repeat center center/cover;*/
/*    padding-top: 33.333%;*/
/*  }*/
/*}*/

@media (min-width: 768px) {
  .page-id-15609 .mv {
    background: url(../images/banner.jpg) no-repeat center center/cover;
    padding-top: 33.333%;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .mv {
    padding-top: 42.333%;
  }
}
@media (min-width: 1200px) {
  .page-id-15609 .mv {
    margin-top: 80px;
    padding-top: 33.333%;
  }
}
.page-id-15609 .mv-inner {
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .page-id-15609 .mv-inner {
    padding-right: 20px;
    padding-left: 20px;height: 300px;
  }
}


.page-id-15609 .mv-box {
  padding-top: 24px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-box {
    position: absolute;
    top: 20.8%;
    width: 660px;
    left: 30%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: initial;
    padding-bottom: initial;
  }
}
.page-id-15609 .mv-content {
  /*position: relative;*/
  position: absolute;
    margin-top: 159px;
    margin-left: 77px;
}
@media (max-width: 992px) {
  .page-id-15609 .mv-content {
    margin-top: 50px;
    margin-left: -180px;
    position: absolute;


  }

}
@media (min-width: 992px) {
  /*.page-id-15609 .mv-content::before {*/
  /*  position: absolute;*/
  /*  content: "";*/
  /*  background: url(../images/top_pc.webp) no-repeat center center/contain;*/
  /*  width: 236px;*/
  /*  height: 236px;*/
  /*  top: 13px;*/
  /*  left: -250px;*/
  /*}*/
}
/*@media (min-width: 992px) and (min-width: 1400px) {*/
/*  .page-id-15609 .mv-content::before {*/
/*    width: 336px;*/
/*    height: 336px;*/
/*    top: -31px;*/
/*    left: -361px;*/
/*  }*/
/*}*/
@media (min-width: 768px) {
  .page-id-15609 .mv-content-top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 33px;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .mv-content-top {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.page-id-15609 .mv-content__title {
  font-size: 2rem;
  letter-spacing: 0.34em;
  text-align: center;
}
@media (max-width: 992px) {
  .page-id-15609 .mv-content__title {
    font-size: 1rem;
    letter-spacing: 0.34em;
    text-align: center;
  }
}


@media (min-width: 768px) {
  .page-id-15609 .mv-content__title {
    letter-spacing: 0.25em;
    margin-right: 40px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .mv-content__title {
    font-size: 2.6rem;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .mv-content__title {
    font-size: 3.2rem;
    text-align: center;
  }
}
.page-id-15609 .mv-content__title span {
  border-bottom: 2px solid #282B34;
  font-size: 3.2rem;
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .page-id-15609 .mv-content__title span {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .mv-content__title span {
    font-size: 3.8rem;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .mv-content__title span {
    font-size: 4.8rem;
  }
}
.page-id-15609 .mv-content__num-box {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-content__num-box {
    margin-top: initial;
    margin-bottom: -4px;
  }
}
.page-id-15609 .mv-content__mum:not(:last-child) {
  margin-right: 8px;
}
.page-id-15609 .mv-content__mum {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #282B34;
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 96px;
}
@media (min-width: 1200px) {
  .page-id-15609 .mv-content__mum {
    width: 104px;
    height: 104px;
  }
}
.page-id-15609 .mv-content__mum-text01,
.page-id-15609 .mv-content__mum-text02,
.page-id-15609 .mv-content__mum-text03 {
  line-height: 1;
  text-align: center;
}
.page-id-15609 .mv-content__mum-text02,
.page-id-15609 .mv-content__mum-text03 {
  font-weight: 500;
}
.page-id-15609 .mv-content__mum-text01 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .page-id-15609 .mv-content__mum-text01 {
    font-size: 1.4rem;
  }
}
.page-id-15609 .mv-content__mum-text02 span {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .page-id-15609 .mv-content__mum-text02 span {
    font-size: 3.2rem;
  }
}
.page-id-15609 .mv-content__mum-text02 {
  font-size: 2rem;
}
.page-id-15609 .mv-content__mum-text03 {
  margin-top: 4px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-content__mum-text03 {
    margin-top: initial;
  }
}
.page-id-15609 .mv-content-bottom.pc {
  display: none;
}
@media (min-width: 992px) {
  .page-id-15609 .mv-content-bottom.pc {
    display: block;
  }
}
.page-id-15609 .mv-content-bottom__text {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-content-bottom__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .page-id-15609 .mv-content-bottom__text {
    font-size: 2rem;
  }
}
.page-id-15609 .sp-bottom {
  background-color: #FFEDE7;
}
@media (min-width: 992px) {
  .page-id-15609 .sp-bottom {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .sp-bottom .lp-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-id-15609 .sp-bottom .lp-area .cv-link {
    margin: initial;
  }
  .page-id-15609 .sp-bottom .lp-area .cv-link:not(:last-child) {
    margin-right: 16px;
  }
}
.page-id-15609 .sp-bottom-inner {
  padding-right: 23.5px;
  padding-left: 23.5px;
}
@media (min-width: 576px) {
  .page-id-15609 .sp-bottom-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .product-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -26px;
  margin-bottom: 40px;
}
.page-id-15609 .product-box__img:not(:last-child) {
  margin-right: 8px;
}
.page-id-15609 .product-box__img {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  max-width: 104px;
  width: 100%;
}
.page-id-15609 .product-box__img img {
  border-radius: 8px;
}
.page-id-15609 .sp-bottom .margin {
  margin-bottom: 8px;
}
/* .page-id-15609 .lp-section {
  background-color:#E6F4F8;
} */
 .background-places{
  /* background-image: url(../images/daixing2.jpg);
	background-repeat: no-repeat; */
  background-color: #DFF6FF!important;
 }
.page-id-15609 .worries-box-inner {
  padding-right: 35px;
  padding-left: 35px;
}
@media screen and (max-width: 768px) {
  .background-places{
    margin-top:40px
   }
  .page-id-15609 .lp-header-nav__link {
    font-size: 0.85rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) { 
	.page-id-15609 .lp-header-nav__link {
    font-size: 1.4rem;
  }
 } 
@media (min-width: 576px) {
  .page-id-15609 .worries-box-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .worries-title {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .page-id-15609 .worries-title {
    margin-bottom: 3.2rem;
  }
}
.page-id-15609 .worries__lead {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-15609 .worries__lead {
    margin-bottom: 40px;
  }
}
.page-id-15609 .lp-worries {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-worries {
    grid-template-columns: 1fr  1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.page-id-15609 .lp-worries .worries-item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
}
.page-id-15609 .lp-worries .worries-item__img {
  margin: 0 auto 24px;
  max-width: 400px;
  width: 100%;
}
.page-id-15609 .lp-worries .worries-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px
}
.mobileclass{
  display: none;
}
.pcclass{
  display: block;
}
@media (max-width: 968px) {
  .page-id-15609 .lp-worries .worries-item__row {

    margin-top: 10px
  }
  .mobileclass{
    display: block;
  }
  .pcclass{
    display: none;
  }
  .second-inner{
    margin-top: 40px!important;
  }
}


.page-id-15609 .lp-worries .worries-item__check {
  margin-right: 8px;
  margin-top: -2px;
  width: 24px;
}
.page-id-15609 .lp-worries .worries-item__text {
  line-height: 1.7;
}
.page-id-15609 .reason-title {
  margin-bottom: 20px;
}
.page-id-15609 .reason-title span {
  display: block;
  padding-top: 33px;
  color: #0663a6;
  padding-right: 8px;
}
/* @media (min-width: 768px) {
  .page-id-15609 .reason-title span {
    padding-top: 0px;
  }
} */
.page-id-15609 .reason-inner {
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 576px) {
  .page-id-15609 .reason-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .reason-item:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.page-id-15609 .reason-item {
  border: 1px solid #8C8C8C;
  border-radius: 14px;
  padding: 32px;
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .reason-item {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .page-id-15609 .reason-item:nth-child(odd) {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item:nth-child(odd) .reason-item__img {
    margin-right: 4.8%;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .page-id-15609 .reason-item:nth-child(even) {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item:nth-child(even) .reason-item__content {
    margin-right: 4.8%;
  }
}
.page-id-15609 .reason-item__img {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item__img {
    margin-bottom: initial;
    width: 42%;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item__content {
    width: 48.8%;
  }
}
.page-id-15609 .reason-item__content-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.page-id-15609 .reason-item__content__text {
  line-height: 1.7;
}
.page-id-15609 .lp-movie-box {
  background-color: #fff;
}
.page-id-15609 .lp-movie-inner {
  max-width: 900px;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-movie {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-15609 .lp-movie__content {
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-movie__content {
    margin-right: 8%;
    margin-bottom: initial;
    width: 39.2%;
  }
}
.page-id-15609 .lp-movie-title,
.page-id-15609 .lp-movie__content-text {
  /*color: #fff;*/
}
.page-id-15609 .lp-movie-title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-movie-title {
    margin-bottom: 36px;
  }
}
.page-id-15609 .lp-movie__content-text {
  line-height: 1.7;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-youtube {
    width: 52.3%;
  }
}
.page-id-15609 .iframe-wrap-youtube {
  width: 100%;
  padding-top: 52.5373134328%;
  position: relative;
}
.page-id-15609 .iframe-wrap-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .page-id-15609 .iframe-wrap-youtube {
    padding-top: 52.9801324503%;
  }
}
.page-id-15609 .lp-flow-box .flow-box-inner {
  max-width: 683px;
}
.page-id-15609 .lp-flow-box .lp-flow-box__lead {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-flow-box .lp-flow-box__lead {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .lp-flow-box .lp-flow01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-15609 .lp-flow-box .lp-flow01-items {
  margin: 0 auto 24px;
  margin-bottom: 24px;
  width: 240px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-flow-box .lp-flow01-items {
    margin: initial;
    margin-right: 13%;
    width: 37%;
  }
}
.page-id-15609 .lp-flow-box .lp-flow01-item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
.page-id-15609 .lp-flow-box .lp-flow01-item::before {
  position: absolute;
  z-index: -1;
}
.page-id-15609 .lp-flow-box .lp-flow01-item:not(:last-child) {
  padding-bottom: 30px;
}
.page-id-15609 .lp-flow-box .lp-flow01-item:not(:last-child)::before {
  content: "";
  background-color: #0663a6;
  width: 1px;
  height: 100%;
  top: 6px;
  left: 8px;
}
.page-id-15609 .lp-flow-box .lp-flow01-item__mark {
  background-color: #fff;
  border: 1px solid #0663a6;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 24px;
}
.page-id-15609 .lp-flow-box .lp-flow01-item__text {
  width: calc(100% - 40px);
  font-weight: 600;
}
.page-id-15609 .lp-flow-box .lp-flow01__img {
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 768px) {
  .page-id-15609 .lp-flow-box .lp-flow01__img {
    margin: initial;
    margin-right: calc(50% - 50vw);
    width: 112%;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .lp-flow-box .lp-flow01__img {
    width: 115%;
  }
}
@media (min-width: 1600px) {
  .page-id-15609 .lp-flow-box .lp-flow01__img {
    width: initial;
  }
}
.lp-cv{
  width: 800px!important;
  height: 332px;
  border-radius: 20px;
  opacity: 1;
  background: #5fb4e5;
}
@media screen and (max-width: 768px) {
  .lp-cv{
      width: 90% !important;
      height: 300px;
      margin: 0 auto;
  }
}
.lp_bottom{
  /*margin-top: 30px;*/
    padding-top: 20px;
}
.lp_bottom_title{
  color: #ffffff;
  text-align: left;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  font-family: "Source Han Sans";
}
.lp_bottom_tan{
  color: #ffffff;
  font-size: 23px;
  font-family: "Source Han Sans";
}
.lp_bottom_address{
  color: #ffffff;
  font-size: 15px;
  font-family: "Source Han Sans";
  margin-bottom: 2px;
}
.login_show{
  display: none;
}
.login_phone{
  display: none;
}
@media screen and (max-width: 768px) {
  .lp_bottom_title{
    font-size: 21px;
  }
  .lp_bottom_tan{
    font-size: 10px;
    margin-top: 10px;
  }
  .lp_bottom_address{
    font-size: 10px;
    width: 120px;
  }
  .lp_bottom_left{
    margin-left: 5px;
  }
}
.lp_bottom_tel{
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Han Sans";
}
@media screen and (max-width: 768px) {
  .lp_bottom_tel{
    font-size: 9px;
  }
}
.lp_bottom_number{
  color: #ffffff;
  font-size: 23px;
  font-weight: 700;
  font-family: "Source Han Sans";
}
@media screen and (max-width: 768px) {
  .lp_bottom_number{
    font-size: 10px;
  }
}
.open-modals{
  background: #ffffff;
  padding: 10px 26px;
  font-family: "Source Han Sans";
}
@media screen and (max-width: 768px) {
  .open-modals{
    padding: 1px;
    background:#5fb4e5;
    color: #fff;
    margin-left: 10px;
    font-weight: 700;
    font-size: 10px;
  }
    .lp_bottom_left{
        width: 100%!important;
    }
    .lp_bottom_right {
        width: 100%!important;

    }
}
.lp_bottom_left{
    width: 359px;
}

.lp_bottom_right{
  width: 356px;
  text-align: center;
  padding-left: 21px;
}
.middle_img{
  width: 123px;
  height: 110px;
}
.zuijia{
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 201px;
  bottom: 28px;
}
@media screen and (max-width: 768px) {
  .lp_bottom_right{
    padding-left: 0px;
  }
  .middle_img{
    width: 259px;
    height: 84px;
    margin-top: 8px;
    margin-right: 0px;
    max-width: 100%;
  }
  .zuijia{
    font-size: 10px;
    color: #fff;
    position: absolute;
    /* left: 124px;
    bottom: 46px; */
    left: 234px;
    bottom: 84px;
    width: 110px;
}
}
.lp_bottom_mail{
  margin-bottom: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .lp_bottom_mail{
    margin-bottom:0px;
  }
}
.bottom_gang{
  width: 38px;
  height: 4px;
  background: #ffffff;
  margin: 20px auto;
}
.lp_bottom_flex{
  display: flex;
  padding: 12px 37px 0px 42px;
}
@media screen and (max-width: 768px) {
  .lp_bottom_flex{
    padding: 5px;
  }
}

@media (min-width: 768px) {
  .page-id-15609 .lp-cv-box {

    padding-bottom: 0%;
    background-color: #fff;
  }
}

@media (min-width: 1200px) {
  .page-id-15609 .lp-cv-box {
    padding-top: 0%;

  }
}


@media screen and (min-width: 769px) {
    .page-id-15609 .lp-cv {
        margin: 0 auto;
    }
}

.page-id-15609 .lp-cv__text {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-cv__text {
    font-size: 2rem;
    margin-bottom:2px;        width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .lp-area {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-15609 .area:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .area:not(:last-child) {
    margin-bottom: initial;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .area {
    /*max-width: 312px;*/
    width: 100%;
  }
}
.page-id-15609 .area__text {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-id-15609 .lead-sp {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-15609 .lead-sp {
    display: none;
  }
}
.page-id-15609 .lead-sp .lead-sp__text01,
.page-id-15609 .lead-sp .lead-sp__text02,
.page-id-15609 .lead-sp .lead-sp__text03,
.page-id-15609 .lead-sp .lead-sp__text04,
.page-id-15609 .lead-sp .lead-sp__text05 {
  line-height: 1;
  text-align: center;
}
.page-id-15609 .lead-sp .lead-sp__text03 {
  margin-bottom: 3px;
}
.page-id-15609 .lead-sp .lead-sp__text03,
.page-id-15609 .lead-sp .lead-sp__text05 {
  margin-top: 8px;
}
.page-id-15609 .lead-sp .lead-span01 {
  color: #0663a6;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  padding-left: 3px;
}
.page-id-15609 .lead-sp .lead-span02 {
  color: #0663a6;
}
.page-id-15609 .lead-pc {
  display: none;
}
@media (min-width: 768px) {
  .page-id-15609 .lead-pc {
    display: block;
    margin-bottom: 32px;
    text-align: center;
  }
}
.page-id-15609 .lead-pc .price-box__lead {
  letter-spacing: 0.06em;
  font-weight: 500;
}
.page-id-15609 .lead-pc .price-box__lead .lead-span01 {
  color: #0663a6;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  padding-left: 3px;
}
@media (min-width: 992px) {
  .page-id-15609 .lead-pc .price-box__lead .lead-span01 {
    font-size: 3.2rem;
  }
}
.page-id-15609 .lead-pc .price-box__lead .lead-span02 {
  color: #0663a6;
}
.page-id-15609 .price-items {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .price-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 32px;
    margin-bottom: 32px;
    width: 576px;
  }
}
.page-id-15609 .price-item {
  background-color: #F7F7F7;
  border-top: 8px solid #282B34;
  border-bottom: 8px solid #282B34;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  margin: auto;
  max-width: 264px;
  width: 100%;
  padding: 24px 8px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-15609 .price-item {
    margin: initial;
  }
}
.page-id-15609 .price-item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .price-item:not(:last-child) {
    margin-right: 48px;
    margin-bottom: initial;
  }
}
.page-id-15609 .price-item__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.page-id-15609 .price-item__copy {
  border-top: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.4;
  margin-bottom: 20px;
  padding: 1px 0;
}
.page-id-15609 .price-item__price {
  font-weight: 500;
  line-height: 1.1;
}
.page-id-15609 .price-span01 {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  padding-left: 8px;
}
.page-id-15609 .price-span02 {
  font-size: 1rem;
}
.page-id-15609 .arrow-bottom {
  margin: 0 auto 4px;
  width: 20px;
}
.page-id-15609 .price-item__month {
  background-color: #fff;
  border: 1px solid #0663a6;
  border-radius: 4px;
  color: #0663a6;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 4px 20px;
  text-align: center;
}
.page-id-15609 .month-span01 {
  color: #0663a6;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  padding-left: 4px;
}
.page-id-15609 .month-span02 {
  color: #0663a6;
  font-size: 1rem;
}
.page-id-15609 .price-box__bottom {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-15609 .price-box__bottom {
    margin-bottom: 32px;
  }
}
.page-id-15609 .more-link {
  margin: auto;
  max-width: 312px;
  width: 100%;
}
.page-id-15609 .more-button {
  position: relative;
  border-radius: 28px;
  display: block;
  padding: 18px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  line-height: 1.1;
  width: 100%;
}
.page-id-15609 .more-button--white {
  background-color: #fff;
  border: 1px solid #0663a6;
  color: #0663a6;
}
.page-id-15609 .more-button--white::after {
  background: url(../images/orange-arrow.png) no-repeat center center/contain;
}
.page-id-15609 .more-button::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 17px;
}
.page-id-15609 .more-button:hover {
  opacity: 0.7;
}
.page-id-15609 .lp-faq-box {
  background-color: #F7F7F7;
}
.page-id-15609 .lp-faq-box-inner {
  padding-right: 4px;
  padding-left: 4px;
}
@media (min-width: 576px) {
  .page-id-15609 .lp-faq-box-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .lp-faq-items__box {
  border-bottom: 1px solid #8C8C8C;
}
@media (min-width: 576px) {
  .page-id-15609 .lp-faq-items__box {
    border-bottom: initial;
  }
}
@media (min-width: 576px) {
  .page-id-15609 .lp-faq-items__box:not(:last-child) {
    margin-bottom: 8px;
  }
}
.page-id-15609 .lp-faq-items__question {
  position: relative;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  padding: 34px 56px 34px 72px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__question {
    border-radius: 10px;
    padding: 16px 72px 16px 88px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .lp-faq-items__question {
    font-size: 1.6rem;
  }
}
.page-id-15609 .lp-faq-items__question::before {
  position: absolute;
  content: "";
  background: url(../images/q.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__question::before {
    left: 24px;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .lp-faq-items__question::before {
    font-size: 3.2rem;
  }
}
.page-id-15609 .lp-faq-items__question-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__question-icon {
    right: 24px;
  }
}
.page-id-15609 .lp-faq-items__question-icon.is-open .lp-faq-items__question-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.page-id-15609 .lp-faq-items__question-bar1 {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #282B34;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-id-15609 .lp-faq-items__question-bar2 {
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #282B34;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-id-15609 .lp-faq-items__answer {
  position: relative;
  display: none;
}
.page-id-15609 .lp-faq-items__answer::before {
  position: absolute;
  content: "";
  background: url(../images/a.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  font-weight: 700;
  left: 10px;
  top: 12px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__answer::before {
    top: 19px;
    left: 24px;
  }
}
.page-id-15609 .lp-faq-items__answer-content {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 14px 56px 32px 72px;
  word-break: break-all;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__answer-content {
    padding: 24px 72px 58px 88px;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .lp-faq-items__answer-content {
    font-size: 1.6rem;
  }
}
.page-id-15609 .lp-faq-items__answer-content a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-id-15609 .lp-faq-items__answer-content a:hover {
  opacity: 0.7;
}
.page-id-15609 .lp-faq-items__answer-content a {
  color: #3D8EDF;
  text-decoration: underline;
}
.page-id-15609 .footer {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 0px;
}
.page-id-15609 .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}
.page-id-15609 .footer-nav__item:not(:last-child) {
  margin-right: 24px;
}
.page-id-15609 .footer-nav__link {
  color:#3D3D3D;
  font-size: 0.8rem;
}
@media (max-width: 374px) {
  .page-id-15609 .footer-nav__link {
    font-size: 9px;
  }
}
.page-id-15609 .sns {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-15609 .sns-box:not(:last-child) {
  margin-right: 24px;
}
.page-id-15609 .sns-box {
  max-width: 32px;
  width: 100%;
}
.page-id-15609 .footer-copyright {
  color:#3D3D3D;
  font-size: 1rem;
  text-align: center;
}
.line_tip{
  width: 308px;
  height: auto;
  background-color: #fff;
  border: 1px solid #DADCE0;
  border-radius: 10px;
  position: fixed;
  right: 90px !important;
  bottom: 210px !important;
  z-index: 99;
}
.line_content{
  padding: 10px;
  display: flex;
}
.line_ma{
  width: 110px;
  height: 110px;
  margin-right: 10px;
}
.page-id-15609 .totop {
  height: auto;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 25px !important;
  bottom: 50px !important;
  z-index: 100;
  text-align: center;
  background-color: #fff;
  padding: 10px 10px 10px 7px;
}

.lianxi{
  text-align: center;
  width: 42px;
  margin-bottom: 8px;
}
.close_line{
  margin-bottom: 6.5px;
}
.close_lineALL {
  display: none; 
}
.line_tip{
  display: none;
}
.a_line{
  display: inline-block;
  width: 36px;
  text-align: center;
  height: 38px;
  line-height: 41px;
  background: #06c755;
  border-radius: 12px;
  margin-left: 4px;
  position: relative;
}
.line{
  margin-bottom: 0px;
}
.line img{
  width: 25px !important;
  height: 31px !important;
  position: absolute;
  top: 3px;
  left: 5px;
}
.collects{
  position: relative;
}
.gwc_number{
  position: absolute;
  top: 65px;
  right: 13px;
  font-size: 10px;
  color: #3586FF;
    /* background-color: #3586FF;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff; */
    
}
.collects img{
  /* width: 45px !important;
  height: 48px !important; */
  width: 40px !important;
  height: 44px !important;
}
.lianxi .title{
  font-size: 14px;
  margin-bottom: 2px;
}
.lianxi a{
  color: #000;
}
.lianxi img{
  width: 45px;
  /*height: 34px;*/
  /* border-bottom: 1px solid #ddd; */
  /* padding-bottom: 8px; */
  padding-top: 3px;
}
.muji{
  text-align: center;
  width: 30px;
}
.muji .title{
  font-size: 14px;
}
.muji  a{
  color: #000;
}
.muji img{
  width: 30px;
  height: 46px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 3px;
}
.totop__icon img{
  width: 30px;
  height: 27px;
  margin-top: 10px;
}
.fix_line{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .page-id-15609 .totop {
    display: none;
    right: 10px!important;
    height: auto;
    padding: 8px 1px 8px 0px;
    bottom: 100px!important;
  }
  .fix_line{
    display: block;
  }
  .tip_header{
    width: 160px;
    height: 60px;
    line-height:60px;
    text-align: center;
    background-color: #E6F4EA;
    color:#247D42;
    position: absolute;
    right: 0px;
    bottom: 76px;
    border-radius: 6px;
    z-index: 33;
  }
  .sjx{
    width: 0;
    height: 0;
    border: 13px solid #247D42;
    border-color: #E6F4EA transparent transparent transparent;
    position: absolute;
    right: 17px;
    top: 59px;
  }
  .tip_header .titles{
    margin-right: 25px;
  }
  .tip_close{
    color: #247D42 !important;
    font-size: 16px !important;
  }
  .fix_line .a_line {
    width: 57px;
    height: 60px;
    /*line-height: 50px;*/
    border-radius: 8px;
  } 
  .fix_line .close_lineALL .iconfont {
    font-size: 22px;
    line-height: 60px;
  }
  .lianxi img {
    width: 29px;
    height: 34px;
    margin-top: 0;
    padding-bottom: 8px;
  }
  .collects img {
    width: 26px !important;
    height: 38px !important;
  }
  .line img{
    width: 17px !important;
    height: 28px !important;
  }
  .a_line{
    width: 25px;
    height: 27px;
    line-height: 30px;
    border-radius: 8px;
    margin-left: 1px;
  }
  .line{
    margin-bottom: 9px;
  }
  .totop__icon img{
    width: 25px;
    height: 23px;
  }
  .close_lineALL  .iconfont{
    font-size: 11px;
    margin-bottom: 0.5px;
  }
  .line_tip{
    width: 287px;
    right: 20px !important;
    bottom: 166px !important;
  }
  .line_ma {
    width: 100px;
    height: 100px;
  }
  .line_content{
    font-size: 15px;
  }
  .gwc_number{
    top: -8px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .totop {
    bottom: 40px;
    right: 40px;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .totop {
    right: 168px;
  }
}
.page-id-15609 .totop__icon {
  display: block;
  /* width: 56px;
  height: 56px; */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-id-15609 .totop__icon:hover {
  opacity: 0.7;
}

body {
  color: #035F87;
  font-family: "ヒラギノ角ゴシック", YuGothic, "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}



.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner02 {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner03 {
  max-width: 940px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.sp-only {
  display: block;
}
@media (min-width: 992px) {
  .sp-only {
    display: none;
  }
}

.only-pc-tab {
  display: none;
}
@media (min-width: 992px) {
  .only-pc-tab {
    display: block;
  }
}

.util-link--center {
  text-align: center;
}

.nav-top__button {
  position: relative;
  padding-left: 2.8rem !important;
}
.nav-top__button::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-top__button--1::before {
  background: url(../images/doc-white-top_01.svg) no-repeat center center/contain;
  left: 42px;
}
.nav-top__button--2::before {
  background: url(../fonts/person-white-top.svg) no-repeat center center/contain;
  left: 38px;
}
.nav-top__button--3 {
  padding-left: 3.4rem !important;
}
.nav-top__button--3::before {
  background: url(../fonts/mail-white-top.svg) no-repeat center center/contain;
  left: 24px;
}

.button-nav {
  color: #fff;
  background: #035F87;
  border-radius: 0 0 1rem 1rem;
  display: inline-block;
  padding: 0.8rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
}
@media (min-width: 992px) {
  .button-nav {
    width: 15rem;
  }
}
@media (min-width: 1200px) {
  .button-nav {
    width: 17rem;
  }
}

.button-nav span {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .button-nav span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .button-nav span {
    font-size: 1.6rem;
  }
}

.button {
  color: #fff;
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8em 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 200px;
  width: 100%;
}
.button--white {
  background-color: #035F87;
  border: 3px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 166px;
  padding: 1em 0;
}
@media (min-width: 992px) {
  .button--white {
    max-width: 200px;
    font-size: 1.6rem;
  }
}
.button--doc, .button--reg {
  position: relative;
  padding-left: 2.8rem;
  text-align: center;
  white-space: nowrap;
}
.button--doc::before, .button--reg::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 1.9rem;
}
.button--reg::before {
  background: url(../fonts/register-icon.svg) no-repeat center center/contain;
}
.button--doc::before {
  background: url(../fonts/document-icon.svg) no-repeat center center/contain;
}
.button:hover, .button:focus {
  opacity: 0.7;
}

.util-link3 {
  text-align: center;
  position: relative;
  margin-top: auto;
}
.util-link3--left {
  text-align: left;
}
.util-link3--nav-sub {
  text-align: left;
}
.util-link3--nav-drawer {
  text-align: center;
}
.util-link3--nav-drawer:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .util-link3--nav-drawer:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .util-link3--nav-drawer {
    max-width: 180px;
    width: 100%;
  }
}

.button02 {
  color: #fff;
  border: 3px solid #035F87;
  background: #035F87;
  border-radius: 23px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.7em 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 220px;
  width: 100%;
}
.button02--orange {
  background-color: #EE9126;
  border: 3px solid #EE9126;
}
.button02--nav-sub {
  background-color: #EE9126;
  border: 3px solid #EE9126;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .button02:hover, .button02:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.section__title {
  color: #0663a6;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .section__title {
    font-size: 3.6rem;
    margin-bottom: 5rem;
    margin-top: 100px;
  }
}

/* first-view */
.fv {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px));
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center center;
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 64px;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  .fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 64px;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 992px) {
  .fv__inner {
    margin-top: 100px;
  }
}

.fv__contents {
  display: contents;
}
@media (min-width: 768px) {
  .fv__contents {
    display: initial;
    width: 50%;
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  .fv__contents {
    width: 52%;
  }
}
@media (min-width: 1200px) {
  .fv__contents {
    width: 50%;
  }
}

.fv__content {
  margin-bottom: 3.2rem;
}

.fv__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .fv__lead {
    font-size: 1.8rem;
    text-align: left;
  }
}

.fv__lead span {
  font-size: 2.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFBD72));
  background: linear-gradient(transparent 70%, #FFBD72 70%);
}
@media (min-width: 1200px) {
  .fv__lead span {
    font-size: 3.6rem;
  }
}

.fv__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .fv__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .fv__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .fv__title {
    font-size: 4.4rem;
  }
}
@media (min-width: 1400px) {
  .fv__title {
    font-size: 4.5rem;
  }
}

.fv__title span {
  color: #EE9126;
  font-size: 2.6rem;
}
@media (min-width: 1200px) {
  .fv__title span {
    font-size: 4.8rem;
  }
}

.fv__message-top {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
@media (min-width: 1200px) {
  .fv__message-top {
    font-size: 1.6rem;
  }
}

.fv__message {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .fv__message {
    font-size: 1.6rem;
  }
}

.fv__message:nth-child(odd) {
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  .fv__message:nth-child(odd) {
    margin-bottom: 0;
  }
}

.fv__button {
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .fv__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.fv__button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv__button-img {
  width: 1.6rem;
}
.button-fv {
  font-size: 1.4rem;
  margin: auto;
  max-width: 180px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .button-fv {
    margin: initial;
  }
}
@media (min-width: 1200px) {
  .button-fv {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .button-fv--02 {
    margin-right: initial;
  }
}
.button-fv--03 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .button-fv--03 {
    margin-top: initial;
  }
}

.button-fv:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .button-fv:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.fv__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 576px) {
  .fv__work {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .fv__work {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.fv-work__img {
  width: 10.8rem;
}
.fv-work__img:not(:last-child) {
  margin-right: 3.2rem;
}

.fv__picture {
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (min-width: 992px) {
  .fv__picture {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-bottom: 0;
    width: 50%;
  }
}

.fv__img {
  position: relative;
}
@media (min-width: 576px) {
  .fv__img {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .fv__img {
    top: -10%;
    margin-right: -8vw;
  }
}
/* news-top */
.news-top {
  margin-top: 6rem;
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .news-top {
    margin-top: 18rem;
    margin-bottom: 12rem;
  }
}

@media (min-width: 992px) {
  .news-top__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .news-top__box {
    margin-right: 5%;
    width: 65%;
  }
}

.news-top__title {
  color: #035F87;
  font-size: 2rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .news-top__title {
    font-size: 2.2rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 992px) {
  .news-top__title {
    font-size: 2.8rem;
    margin-right: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .news-top__title {
    margin-right: 6.4rem;
  }
}

.calendar {
  display: none;
}
@media (min-width: 768px) {
  .calendar {
    display: block;
    width: 30%;
  }
}

.news-top__item {
  border-bottom: 0.5px solid #D9D9D9;
  display: block;
  padding: 2.4em 0;
}
@media (min-width: 768px) {
  .news-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
}
.news-top__item:hover {
  background-color: #F4F6F7;
}

.news-top__item:nth-child(1) {
  border-top: 0.5px solid #D9D9D9;
}

.news-top__info {
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .news-top__info {
    margin-bottom: 0;
    width: 230px;
  }
}

.news-top__category {
  border: 1.5px solid #EE9126;
  border-radius: 20px;
  color: #EE9126;
  font-size: 1.1rem;
  padding: 0.3em 1em 0.4em;
}
@media (min-width: 768px) {
  .news-top__category {
    font-size: 1.2rem;
  }
}

.news-top__time {
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .news-top__time {
    font-size: 1.4rem;
    width: 7.2rem;
  }
}

.news-top__text {
  font-size: 1.3rem;
  font-weight: 600px;
}
@media (min-width: 768px) {
  .news-top__text {
    padding-left: 4rem;
    width: calc(100% - 230px);
    font-size: 1.6rem;
  }
}

.news-top__list {
  margin-top: 4rem;
  text-align: right;
}

.news-top__list a {
  position: relative;
  font-size: 1.2rem;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .news-top__list a {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .news-top__list a {
    margin-top: 2.4rem;
  }
}
.news-top__list a:after {
  content: "";
  position: absolute;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
@media (min-width: 992px) {
  .news-top__list a:after {
    width: 2rem;
    height: 3rem;
  }
}

/* partner */
.partner {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .partner {
    margin-bottom: 14rem;
  }
}

.partner__top {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .partner__top {
    margin-bottom: 10rem;
  }
}

.partner__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .partner__title {
    font-size: 3.6rem;
    margin-bottom: 6.4rem;
  }
}

/* about-top */
.about-top {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-top {
    margin-bottom: 12rem;
  }
}

.about-top__title {
  color: #035F87;
  margin-bottom: 4rem;
}
.about-top__title span {
  color: #EE9126;
}
@media (min-width: 992px) {
  .about-top__title {
    margin-bottom: 5rem;
  }
}

.about-top__contents {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .about-top__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .about-top__contents {
    margin-bottom: 12rem;
  }
}

.about-top__content {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .about-top__content {
    margin-right: 5.6rem;
    max-width: 41rem;
  }
}

.about-top__content:first-child .about-top__text {
  margin-bottom: 4rem;
}

.about-top__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .about-top__text {
    font-size: 1.6rem;
  }
}

.about-top__img01 img,
.about-top__img02 img {
  border-radius: 10px;
}

.about-top__img01 {
  margin-left: auto;
  max-width: 51%;
  width: 100%;
}
@media (min-width: 768px) {
  .about-top__img01 {
    margin-right: initial;
    max-width: 46.6%;
    width: 100%;
  }
}
.about-top__img02 {
  margin-top: -10rem;
  max-width: 68%;
  width: 100%;
}
@media (min-width: 768px) {
  .about-top__img02 {
    max-width: 65.3%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .about-top__img02 {
    margin-top: -19rem;
  }
}

.about-secondary__title {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 374px) {
  .about-secondary__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .about-secondary__title {
    margin-bottom: 5rem;
  }
}

.about-secondary__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4.8em;
  text-align: left;
}
@media (min-width: 768px) {
  .about-secondary__lead {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .about-secondary__lead {
    margin-bottom: 6.4rem;
  }
}

.youtube {
  position: relative;
}
.youtube::before {
  position: absolute;
  content: "";
  background: url(../images/youtube-frame.jpg) no-repeat center center/cover;
  top: -5.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78%;
  height: 112%;
  border-radius: 27px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .youtube::before {
    top: -3.7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 78%;
    height: 108%;
    border-radius: 27px;
  }
}

.youtube__wrap {
  margin: auto;
  padding-top: 50%;
  position: relative;
  width: 93%;
}
@media (min-width: 576px) {
  .youtube__wrap {
    padding-top: 41%;
    width: 75%;
  }
}
.youtube__wrap iframe {
  position: absolute;
  border-radius: 27px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* service */
.service {
  margin-bottom: 10rem;
}
@media (min-width: 992px) {
  .service {
    margin-bottom: 12rem;
  }
}

.service__lead {
  font-size: 1.6rem;
  font-weight: 700;
}
.service__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10rem;
}
@media (min-width: 576px) {
  .service__lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 10rem;
  }
}
@media (min-width: 992px) {
  .service__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
    row-gap: 2rem;
  }
}

.service__list {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 3em 3em;
  z-index: 2;
}
@media (min-width: 992px) {
  .service__list {
    margin-bottom: 0;
  }
}

.service__list:nth-child(1) {
  margin-top: -8rem;
}
@media (min-width: 576px) {
  .service__list:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .service__list:nth-child(1) {
    margin-top: -8rem;
  }
}

@media (min-width: 992px) {
  .service__list:nth-child(1),
  .service__list:nth-child(3) {
    margin-top: -8rem;
    margin-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  .service__list:nth-child(2),
  .service__list:nth-child(4) {
    margin-top: -4rem;
    margin-bottom: 4rem;
  }
}

.service__img {
  position: relative;
  margin: -5.8rem auto 0;
  max-width: 13rem;
  width: 100%;
  height: 14rem;
  z-index: 3;
}
.service__img img {
  text-align: center;
}
@media (min-width: 992px) {
  .service__img--01 {
    max-width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 1200px) {
  .service__img--01 {
    max-width: 16.2rem;
    height: 16rem;
  }
}
.service__img--02 {
  max-width: 16rem;
}
@media (min-width: 992px) {
  .service__img--02 {
    max-width: 17rem;
    height: 16rem;
  }
}
@media (min-width: 1200px) {
  .service__img--02 {
    max-width: 19.2rem;
    height: 17rem;
  }
}
.service__img--03 {
  height: 15rem;
}
@media (min-width: 576px) {
  .service__img--03 {
    height: 17rem;
  }
}
@media (min-width: 992px) {
  .service__img--03 {
    max-width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 1200px) {
  .service__img--03 {
    max-width: 15.7rem;
    height: 16rem;
  }
}
.service__img--04 {
  max-width: 15rem;
  height: 17rem;
}
@media (min-width: 992px) {
  .service__img--04 {
    max-width: 15rem;
    height: 16rem;
  }
}
@media (min-width: 1200px) {
  .service__img--04 {
    max-width: 16.6rem;
    height: 17rem;
  }
}

.service__body {
  padding-top: 0.3em;
  padding-bottom: 3em;
}
@media (min-width: 992px) {
  .service__body {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

.service__menu {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .service__menu {
    margin-bottom: 2.4rem;
  }
}

.service__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .service__text {
    font-size: 1.6rem;
  }
}

.service__text span {
  color: #EE9126;
  font-size: 1.8rem;
}

/* voice */
.voice {
  padding-bottom: 12rem;
}

.voice__title {
  text-align: center;
  margin-bottom: 10rem;
}

.voince__title span {
  color: #035F87;
}

.voice__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10.4rem;
}
@media (min-width: 768px) {
  .voice__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
}

.voice__item {
  background-color: #F4F6F7;
  border-radius: 50px;
}

.voice__img {
  margin: -6rem auto 1.2rem;
  max-width: 150px;
  width: 100%;
}
@media (min-width: 992px) {
  .voice__img {
    margin: -6rem auto 3.2rem;
  }
}

.voice__body {
  padding: 0 2.4em 4em;
}
@media (min-width: 992px) {
  .voice__body {
    padding: 0 4em 4.8em;
  }
}

.voice__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .voice__name {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}

.voice__message {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .voice__message {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .voice__message {
    font-size: 1.6rem;
  }
}

/* article */
.article {
  padding-bottom: 12rem;
}

.article__title {
  text-align: center;
}

.article__title span {
  color: #035F87;
}

.article__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.4rem;
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .article__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 3.2rem;
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 992px) {
  .article__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 3.2rem;
  }
}

.blog-card {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
@media (min-width: 992px) {
  .blog-card:hover .blog-card__img > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.6;
  }
}

.blog-card__img {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.blog-card__img img {
  height: 50vw;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (min-width: 576px) {
  .blog-card__img img {
    height: 17rem !important;
  }
}

.blog-card__body {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 0.8em 2.5em 2.5em;
}
@media (min-width: 992px) {
  .blog-card__body {
    padding: 2em 2.5em 2.5em 2em;
  }
}

.blog-card__time {
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .blog-card__time {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.blog-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .blog-card__tag {
    margin-bottom: 1.6rem;
  }
}
.blog-card__tag p {
  font-size: 1rem;
  border: 1.5px solid #EE9126;
  border-radius: 20px;
  color: #EE9126;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 0.3em 0.3em;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-card__tag p {
    font-size: 1.1rem;
    padding: 0.3em 0.8em;
  }
}

.blog-card__category {
  font-size: 1rem;
  border: 1.5px solid #EE9126;
  border-radius: 20px;
  color: #EE9126;
  margin-right: 0.3rem;
  padding: 0.3em 0.3em;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-card__category {
    font-size: 1.1rem;
    padding: 0.3em 0.8em;
  }
}

.blog-card__title {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .blog-card__title {
    font-size: 1.6rem;
  }
}

/* contact */
.contact {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .contact {
    margin-bottom: 8rem;
  }
}

.contact__inner {
  max-width: 1140px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact__boxes {
  background: #dff6ff;
  padding: 3em 2em;
}
@media (min-width: 768px) {
  .contact__boxes {
    margin-bottom: 0;
    /* margin-right: 2%; */
    width: 100%;
  }
}
@media (min-width: 992px) {
  .contact__boxes {
    padding: 2em;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contact__boxes {
    /* margin-right: 4%; */
    padding: 2em;
  }
}

.contact__lead {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .contact__lead {
    margin-bottom: 1.6rem;
  }
}

.contact__box--top {
  margin-bottom: 2.4rem;
}

.contact__box-head--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__box-tel01 {
  display: block;
  margin-bottom: 8px;
}
.contact__box-head{
  line-height: 40px;
}
.button-img--form {
  width: 2rem;
  top: -0.2rem;
  position: relative;
}
.button-img {
  width: 1.6rem;
  margin-right: 0.8rem;
}
.contact__box-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  margin : 0 20px;
}
@media (min-width: 1200px) {
  .contact__box-text {
    font-size: 1.6rem;
  }
}

.contact__box-block {
  text-align: center;
}

.contact__box-head01,
.contact__box-head02 {
  font-weight: 700;
  margin-bottom: 0.3em;
  display: inline-block;
}
.contact__box-head01 {
  font-size: 1.6rem;
  position: relative;
  padding-left: 3rem;
}
.contact__box-head01::before {
  content: "";
  position: absolute;
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
}
@media (min-width: 992px) {
  .contact__box-head01 {
    font-size: 2rem;
  }
}

.contact__box-head02 {
  font-size: 1.6rem;
  position: relative;
  padding-left: 3.8rem;
}
.contact__box-head02::before {
  content: "";
  position: absolute;
  background: url(../fonts/chat-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 992px) {
  .contact__box-head02 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .contact__box-head02 {
    font-size: 2rem;
  }
}

.contact__box-bottom {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.contact__info-box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 34px;
  display: block;
  padding: 4em 3.5em;
}
@media (min-width: 768px) {
  .contact__info-box {
    padding: 3em 2em;
  }
}
@media (min-width: 992px) {
  .contact__info-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3em 3em;
  }
}

.contact__info-box:first-child {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .contact__info-box:first-child {
    margin-bottom: 3.8rem;
  }
}

.contact__info-lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .contact__info-lead {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .contact__info-lead {
    margin-bottom: 0;
    width: 61%;
  }
}

/* guide */
.guide {
  margin-bottom: 9.6rem;
}

.guide__inner {
  max-width: 1140px;
}

.guide__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5.6rem;
}
@media (min-width: 768px) {
  .guide__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .guide__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}

.guide__item {
  position: relative;
  background-color: #fff;
  border-radius: 34px;
}

.guide__img01,
.guide__img02,
.guide__img03 {
  max-width: 160px;
  width: 100%;
  margin: -43px auto 1.2rem auto;
}
@media (min-width: 992px) {
  .guide__img01,
  .guide__img02,
  .guide__img03 {
    max-width: 180px;
    margin: -43px auto 1.2rem auto;
  }
}

.guide__body {
  padding: 0 3.2em 6.2em;
}
@media (min-width: 992px) {
  .guide__body {
    padding: 0 4em 4em;
  }
}

.guide__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: center;
}

.guide__text {
  color: #333;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .guide__text {
    font-size: 1.6rem;
  }
}

.guide__link::after {
  content: "";
  position: absolute;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  bottom: 2.4rem;
  right: 2.4rem;
}
@media (min-width: 992px) {
  .guide__link::after {
    width: 35px;
    height: 35px;
    bottom: 1.4rem;
    right: 1.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .guide__link::after:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* lp-banner */
.banner-lp {
  padding: 8rem 0 0;
}

.banner-lp__link {
  display: block;
}
@media (min-width: 1200px) {
  .banner-lp__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.banner-lp__link:hover {
  opacity: 0.7;
}

.banner-lp__img:not(:last-child) {
  margin-bottom: 40px;
}

/* top-banner */
.top-banner {
  padding-top: 5.6rem;
}
.top-banner__title {
  text-align: center;
}

.campaign__title span {
  color: #035F87;
}

.top-banner__contents {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .top-banner__contents {
    margin-bottom: 12rem;
  }
}

.top-banner__contents {
  position: relative;
}
.top-banner__contents .swiper-horizontal > .swiper-pagination-bullets,
.top-banner__contents .swiper-pagination-bullets.swiper-pagination-horizontal,
.top-banner__contents .swiper-pagination-custom,
.top-banner__contents .swiper-pagination-fraction {
  bottom: initial;
  margin-top: 2.4rem;
}
.top-banner__contents .swiper-button-next {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  margin-top: -2rem;
  right: -1.6rem;
}
.top-banner__contents .swiper-button-next:after {
  display: none;
}
@media (min-width: 1200px) {
  .top-banner__contents .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -5.6rem;
  }
}
.top-banner__contents .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue_l.svg) no-repeat center center/contain;
  margin-top: -2rem;
  left: -1.6rem;
}
.top-banner__contents .swiper-button-prev:after {
  display: none;
}
@media (min-width: 1200px) {
  .top-banner__contents .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -5.6rem;
  }
}
.top-banner__contents .swiper-pagination-bullet-active {
  background-color: #0663a6 !important;
}

.top-swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.top-banner__inner {
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.priceplan-banner-inner {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .priceplan-banner-inner {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  .priceplan-banner-inner {
    margin-bottom: 10rem;
  }
}

.swiper5 .swiper-slide {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

/* top-youtube */
.top-youtube {
  padding-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .top-youtube {
    padding-bottom: 14rem;
  }
}

.top-youtube__inner {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.top-youtube__title {
  text-align: center;
}

.top-youtube__title span {
  color: #333;
}

.top-youtube__link {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .top-youtube__link {
    font-size: 2.4rem;
  }
}

.swiper-youtube__wrap {
  width: 100%;
  padding-top: 56.7164179104%;
  position: relative;
}
.swiper-youtube__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .swiper-youtube__wrap {
    padding-top: 56.1904761905%;
  }
}

.media {
  background-color: #F4F6F7;
  padding-top: 80px;
  margin-bottom: 80px;
}

.media__card {
  width: 100%;
}

.media__body {
  padding: 16px;
}
@media (min-width: 768px) {
  .media__body {
    padding: 32px 20px;
  }
}

.media__img {
  background-color: #fff;
}
.media__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.media__title {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .media__title {
    font-size: 2rem;
  }
}

.media__name {
  color: #333;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .media__name {
    font-size: 1.8rem;
    font-weight: 600;
  }
}

.swiper9 {
  min-height: 350px;
  height: 100%;
}
@media (min-width: 768px) {
  .swiper9 {
    min-height: 340px;
  }
}

.swiper-slide {
  width: 1440px;
  transform: translate3d(-1440px, 0px, 0px);
  height:590px;
}
@media screen and (max-width: 768px) {
	.swiper-slide {
    width: 1440px;
    height:290px;
  }
}
.swiper-slide .media__card {
  height: 100%;
}

.swiper-slide img {
  height: 590px;
  width: 100%;
}
@media screen and (max-width: 768px) {
	.swiper-slide img {
    height: 177px;
    width: 100%;
  }
}
.swiper-wrapper {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* bottom-banner */
.banner-bottom {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .banner-bottom {
    padding-bottom: 120px;
  }
}

.banner-bottom__title {
  text-align: center;
}

.banner-bottom__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .banner-bottom__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  .banner-bottom__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 56px;
  }
}

.b-banner__title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* banner01 */
.banner01 {
  margin-top: 56px;
}

.banner01__img:not(:first-child) {
  margin-top: 3.2rem;
}

.banner02 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .banner02 {
    margin-top: 64px;
  }
}

/* top-partner */
.top-partner {
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .top-partner {
    padding-bottom: 10rem;
  }
}

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

.t-partner__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .t-partner__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  .t-partner__items {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .t-partner__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }
}

.t-partner__body {
  padding: 16px 16px 0;
}

.t-partner__body-title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.t-partner__body-text {
  font-size: 1.4rem;
  color: #333;
}

.box {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 860px;
}

.box-message01 {
  color: #333;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .box-message01 {
    font-size: 2.4rem;
  }
}

.box-message02 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .box-message02 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .box-message02 {
    font-size: 2rem;
  }
}

.box-message02 span {
  color: #c64848;
  font-weight: 600;
}

.registration {
  padding-top: 80px;
}/*# sourceMappingURL=style.css.map */


.modal {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定位置 */
  z-index: 1; /* 位于顶层 */
  left: 0;
  top: 0;
  width: 0%; /* 全屏宽度 */
  height: 100%; /* 全屏高度 */
  background-color: rgba(0,0,0,0.5); /* 半透明背景 */
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 垂直居中 */
  width: 80%;
}
.modal_background{
  background-image: url(../images/model_back.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.form-groups,.form-group{
  padding-bottom: 20px;
}
@media (max-width: 992px) {
    .modal_background{
        background-image: none;

    }
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 垂直居中 */
    /*padding: 20px;*/
    border: 1px solid #888;
    width: 100%;
  }
}
/* 关闭按钮样式 */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 9;
  padding: 20px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.basic-grey {
  z-index: 99;
  overflow-y: auto;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  padding: 0px 15px 25px 10px;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: #888;
}
.basic-grey h1 {
  color: #ffffff;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  font-family: "Source Han Sans";
  background: #5fb4e5;
  height: 67px;
  line-height: 67px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .basic-grey h1 {
    font-size: 23px;
    height: 57px;
    line-height: 57px;
  }
}
@media screen and (max-width: 768px) {
  .upicon {
    padding: 8.6px;
    font-size: 8px;
    position: absolute;
    bottom: 16px;
  }
  .n-default .msg-wrap{
    position: absolute;
    z-index: 1;
    left: -3px;
    top: -5px;
  }
}
.basic-grey h1>span {
  display: block;
  font-size: 11px;
}
.basic-grey label {
  display: block;
  margin: 0px;
}
.basic-grey .lform {
  float: left;
  width: 24%;
  padding-right: 0px;
  margin-top: 1px;
  color: #111111;
  font-size: 18px;
  font-family: "FZQingKeBenYueSongS-R-GB";
  text-align: right;
  margin-right: 20px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
  .basic-grey .lform {
    font-size: 11px;
    text-align: right;
    margin-right: 0px;
  }
}
@media (max-width: 992px) {
  .basic-grey label>span {
    float: left;
    width: 60%;
    text-align: left;
    margin-top: -5px;
    color: #888;
  }
  .n-msg{
    font-size: 8px;
  }
}
@media screen and (max-width: 768px) {
  .basic-grey label>span {
    font-size: 10px;
    margin-top: 2px;
  }
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 5px;
  width: 46%;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
  border-radius: 4px;
  border: 1px solid #dedede;
  background: #ffffffb3;
  backdrop-filter: blur(10px);
  height: 30px;
  line-height: 30px;
  color: #999999;
  font-size: 16px;
  font-family: "FZQingKeBenYueSongS-R-GB";
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    font-size: 12px;
  }
}
.basic-grey textarea{
  padding: 5px 3px 3px 5px;
}
@media screen and (max-width: 768px) {
  .basic-grey{
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select{
    margin-top: -7px;
    margin-right: -2px;
    font-size: 10px;
    width: 47%;
  }
  
}
.basic-grey select {
  background: #FFF url('down-arrow.png') no-repeat right;
  background: #FFF url('down-arrow.png') no-repeat right;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 70%;
  height: 35px;
  line-height: 25px;
}
.basic-grey textarea{
  height:100px;
}
.basic-grey .button {
  background: #0663a6;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #e6f4f8;
  cursor: pointer;
}
.basic-grey .button:hover {
  background: #e6f4f8;
  color: #000;
}

.contact-form__tag {
  background-color:  #EE9126;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  padding: 0.1em 0.6em;
  margin-right: 5px;
}

.aboutimg{
  padding: 120px 0 0 0;
}

@media (max-width: 992px) {
  .aboutimg{
    padding: 0;
  }
}
@media (min-width: 992px) {
  .hiulv{

  width: 100px;
  position: absolute;
  top: 30px;
  right: 20px;
  }
}
@media (max-width: 992px) {
  .hiulv{
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 100px;
    position: absolute;

  }
  .lp-area{
    width: 150px;
    margin: 0 auto;
  }
}
.form-text {
  font-size: 22px;
}

.form-link {
  color: blue;
  font-size: 30px;
  text-decoration: underline;
}

.form-text-note {
  color: red;
}

@media (min-width: 576px) {
  .padding {
    padding-top: 22px;
  }
}
.totopimg {
  max-width: 100%;

  height: auto;
}
.modal-content label {
  width: 100%;
  float: left;
}

.modal-content-button {
  width: 25% !important;
  margin: 0px auto;
  background: #5fb4e5;
}
.content-button{
  width: 46% !important;
  background: #5fb4e5;
  margin-left: 26.5%;
}
@media screen and (max-width: 768px) {
  .modal-content-button {
    margin-left: 26%;
  }
  .basic-grey .lform {
    font-size: 10px!important;
    font-weight: 400!important;
    margin-right: 9px;
    width: 28%;
  }
}
@media (max-width: 992px) {
  .modal-content label {
    width: 100%;
    float: left;
  }

  .basic-grey .lform {
    float: left;
    color: #555;
    font-size: 14px;
    font-weight: 600;
  }

  .modal-content-button {
    width: 100%;
/* ブレイクポイント */
html {
  font-size: 10px;
}
@media (min-width: 1200px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

main {
  overflow: hidden;
}
.background {
  position: relative;
  background-color: #fff;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.background::before {
  content: "";
  position: absolute;
  background-color: #F4F6F7;
  border-radius: 100px 0 0 100px;
  top: 0;
  left: 40%;
  width: 60%;
  height: inherit;
  z-index: -2;
}
@media (min-width: 992px) {
  .background::before {
    left: 25%;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .background {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
.background--service {
  padding-bottom: 16rem;
}
.background--service::before {
  border-radius: 0 100px 100px 0;
  right: 20%;
  left: 0;
  width: 80%;
}
@media (min-width: 992px) {
  .background--service::before {
    right: 37%;
    width: 63%;
  }
}
@media (min-width: 576px) {
  .background--service {
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 768px) {
  .background--service {
    padding-bottom: 5.6rem;
  }
}
@media (min-width: 992px) {
  .background--service {
    padding-bottom: 16rem;
  }
}
.background--contact {
  padding-bottom: 8rem;
}
.background--contact::before {
  border-radius: 100px;
  right: 20%;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .background--contact::before {
    /*right: 8%;*/
    /*width: 92%;*/
  }
}
.background--guide {
  padding-bottom: 8rem;
}
.background--guide::before {
  border-radius: 100px 0 0 100px;
  right: 20%;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .background--guide::before {
    left: 8.5%;
    width: 91.5%;
  }
}

/* button */
.btn-link {
  max-width: 200px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-link--center {
  margin: auto;
}
@media (min-width: 992px) {
  .btn-link--center {
    margin: 0;
  }
}
.btn-link--contact {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.btn-link--ckb01 {
  display: none;
}
@media (min-width: 768px) {
  .btn-link--ckb01 {
    display: block;
  }
}
.btn-link--ckb02 {
  margin: 0 auto 7.2rem;
}
@media (min-width: 768px) {
  .btn-link--ckb02 {
    display: none;
  }
}
.btn-link--ckb03 {
  margin-bottom: 9rem;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .btn-link--ckb03 {
    margin-bottom: 16rem;
  }
}
.btn-link:hover, .btn-link:focus {
  opacity: 0.7;
}

.button99 {
  color: #fff;
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 200px;
  width: 100%;
}

.button-contact,
.button-submit {
  color: #fff;
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 3rem;
  max-width: 200px;
  width: 100%;
}
.button-contact:hover, .button-contact:focus,
.button-submit:hover,
.button-submit:focus {
  opacity: 0.7;
}

.btn-link-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.button-back {
  background-color: #fff;
  border-bottom: 0.5px solid #404040;
  color: #404040;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-back:hover, .button-back:focus {
  opacity: 0.7;
}

.button-img {
  width: 1.6rem;
  margin-right: 0.8rem;
}
.button-img--login {
  width: 2rem;
  top: -0.2rem;
  position: relative;
}
.button-img--form {
  width: 2rem;
  top: -0.2rem;
  position: relative;
}

.button99 p {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .button99 p {
    font-size: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .button99 p {
    font-size: 1.6rem;
  }
}

/* top-view */
.top-view {
  background: url(../images/top-view.png) no-repeat center center/cover;
  margin-top: 64px;
}
@media (min-width: 992px) {
  .top-view {
    margin-top: 100px;
  }
}
.top-view__content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .top-view__content {
    padding-top: 8rem;
    padding-bottom: 8rem;
    text-align: left;
  }
}

.top-view__ruby {
  color: #EE9126;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .top-view__ruby {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.top-view__title {
  font-size: 2.6rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .top-view__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .top-view__title {
    font-size: 3.6rem;
  }
}
@media (min-width: 1200px) {
  .top-view__title {
    font-size: 4.2rem;
  }
}

/* breadcrumb */
.breadcrumb {
  margin-top: 1.6rem;
  margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .breadcrumb {
    margin-top: 3.2rem;
    margin-bottom: 9.6rem;
  }
}

.breadcrumb__inner {
  max-width: 1200px;
  margin: auto;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 576px) {
  .breadcrumb__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.breadcrumb-content {
  background-color: #F4F6F7;
  border-radius: 26px;
  display: inline-block;
  padding: 1em 0;
  width: 100%;
}
@media (min-width: 992px) {
  .breadcrumb-content {
    padding: 1.2em 0;
  }
}

.breadcrumb-content span {
  color: #4A4A4A;
  font-size: 1.3rem;
  padding-right: 0.2em;
  padding-left: 0.2em;
}

.breadcrumb-content .fa {
  color: #035F87;
  padding-right: 0.2em;
}

.home {
  margin-left: 1rem;
  padding-right: 1em;
}

.second-item {
  padding-left: 1em;
  padding-right: 1em;
}

.current-item {
  padding-left: 1em;
}

.home,
.second-item,
.current-item {
  color: #4A4A4A;
  font-size: 1.2rem;
  font-weight: 300;
}
@media (min-width: 992px) {
  .home,
  .second-item,
  .current-item {
    font-size: 1.3rem;
  }
}

.breadcrumb-margin {
  margin-top: 9.1rem;
}
@media (min-width: 768px) {
  .breadcrumb-margin {
    margin-top: 13.2rem;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  height: 75px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .header {
    height: 100px;
  }
}

.header a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header a:hover, .header a:focus {
  opacity: 0.7;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  max-width: 1340px !important;
}

.header__logo {
  width: 12.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .header__logo {
    width: 12.6rem;
  }
}
@media (min-width: 1200px) {
  .header__logo {
    width: 18.6rem;
  }
}
@media (min-width: 1400px) {
  .header__logo {
    width: 25.6rem;
  }
}

.header-contents {
  display: none;
}
@media (min-width: 1200px) {
  .header-contents {
    display: block;
    margin: auto 0 0 0;
  }
}
@media (min-width: 1200px) {
  .header-contents {
    margin: auto 0 0 auto;
  }
}
.header-top__title {
  display: none;
}
@media (min-width: 768px) {
  .header-top__title {
    color: #2F2F2F;
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-top__title {
    font-size: 1rem;
  }
}
@media (min-width: 1400px) {
  .header-top__title {
    font-size: 1.2rem;
  }
}

@media (min-width: 992px) {
  .header-top__button {
    position: fixed;
    top: 0;
    right: 20px;
  }
}
@media (min-width: 1200px) {
  .header-top__button {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    top: -37px;
    right: 20px;
  }
}

.header-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-top__item {
  background-color: #035F87;
}

.header-top__item a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
}

.header-bottom__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-bottom__link {
  position: relative;
  color: #EE9126;
  display: block;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .header-bottom__link {
    font-size: 1.4rem;
    padding-bottom: 22px;
  }
}
@media (min-width: 1200px) {
  .header-bottom__link {
    font-size: 1.6rem;
    padding-bottom: 19px;
  }
}
.header-bottom__link::after {
  position: absolute;
  content: "";
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #EE9126;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header-bottom__link:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.header-bottom__item:not(:last-child) .header-bottom__link {
  margin-right: 1.8rem;
}
@media (min-width: 992px) {
  .header-bottom__item:not(:last-child) .header-bottom__link {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-bottom__item:not(:last-child) .header-bottom__link {
    margin-right: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .header-bottom__item:not(:last-child) .header-bottom__link {
    margin-right: 1.6rem;
  }
}

.header-bottom__item:not(:first-child) .header-bottom__link {
  margin-left: 1.8rem;
}
@media (min-width: 992px) {
  .header-bottom__item:not(:first-child) .header-bottom__link {
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .header-bottom__item:not(:first-child) .header-bottom__link {
    margin-left: 1.2rem;
  }
}
@media (min-width: 1400px) {
  .header-bottom__item:not(:first-child) .header-bottom__link {
    margin-left: 1.6rem;
  }
}

@media (min-width: 992px) {
  .nav-top:not(:last-child) {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .nav-top:not(:last-child) {
    margin-right: 2rem;
  }
}

/* メガメニュー */
.nav-sub {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  max-width: 1200px;
  width: 100%;
  height: 275px;
  visibility: hidden;
  opacity: 0;
}

.nav-sub__bg {
  position: relative;
}
.nav-sub__bg::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(-61deg, transparent 68%, #F4F6F7 0%, #F4F6F7);
  background-position: right top;
  width: 100%;
  height: 275px;
  top: 0;
  left: 0;
  z-index: -1;
}

.nav-sub__inner {
  max-width: 1120px;
  width: 100%;
  height: 275px;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.nav-sub__left {
  margin: auto;
  width: 38%;
}

.nav-sub__title {
  color: #035F87;
  position: relative;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 5rem;
}
.nav-sub__title::after {
  position: absolute;
  content: "";
  width: 54px;
  height: 2px;
  background-color: #EE9126;
  bottom: -10px;
  left: 0;
}

.nav-sub__right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  margin: auto;
  width: 74%;
}
.nav-sub__right--guide {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}

.nav-sub__item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-sub__item:hover {
  opacity: 0.7;
}

.nav-sub__img {
  margin-bottom: 1.6rem;
}
.nav-sub__text {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.nav-sub__text span {
  display: block;
}

.header-bottom__item:hover .nav-sub {
  opacity: 1;
  visibility: visible;
}

/* ドロワーメニュー */
.drawer-icon {
  position: fixed;
  top: 25px;
  right: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  width: 28px;
}
@media (min-width: 992px) {
  .drawer-icon {
    margin-left: 1%;
  }
}
@media (min-width: 1200px) {
  .drawer-icon {
    right: 0;
  }
}
@media (min-width: 992px) {
  .drawer-icon {
    display: none;
    top: 22px;
    right: 0;
  }
}
.drawer-icon:hover {
  opacity: 0.7;
}
@media (min-width: 1400px) {
  .drawer-icon.is-active .drawer-icon__bars {
    position: absolute;
    top: 30px;
    right: 50px;
  }
}
.drawer-icon.is-active .drawer-icon__bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__ruby {
  display: none;
}

.drawer-icon__bars {
  width: 28px;
  height: 28px;
  display: block;
  position: relative;
}
@media (min-width: 1400px) {
  .drawer-icon__bars {
    width: 0px;
  }
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 28px;
  height: 2px;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  background: #EE9126;
  top: 0;
}

.drawer-icon__bar2 {
  background: #EE9126;
  top: 10px;
}

.drawer-icon__bar3 {
  background: #EE9126;
  top: 20px;
}

.drawer-content {
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 92vh;
  position: fixed;
  top: 75px;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
}
.drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__items {
  position: relative;
  margin-bottom: 156px;
}
@media (min-width: 1200px) {
  .drawer-content__items {
    margin-left: 32px;
  }
}

.drawer-content__item {
  position: relative;
  border-bottom: 0.5px dotted #707070;
}
.drawer-content__item img {
  margin-right: 5%;
  width: 26px;
}
.drawer-content__item::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 10px;
  width: 56px;
  height: 36px;
}
.drawer-content__item:nth-child(2)::before {
  background: url(../images/drawer-icon_01.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(3)::before {
  background: url(../fonts/drawer-icon_02.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(4)::before {
  background: url(../fonts/drawer-icon_03.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(5)::before {
  background: url(../fonts/drawer-icon_04.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(6)::before {
  background: url(../fonts/drawer-icon_05.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(7)::before {
  background: url(../fonts/drawer-icon_06.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(8)::before {
  background: url(../fonts/drawer-icon_07.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(9)::before {
  background: url(../fonts/drawer-icon_08.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(10)::before {
  background: url(../fonts/drawer-icon_09.svg) no-repeat center center/contain;
}
.drawer-content__item:nth-child(11)::before {
  background: url(../fonts/drawer-icon_10.svg) no-repeat center center/contain;
}

.drawer-content__link {
  position: relative;
  display: inline-block;
  color: #333;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 2rem 8em 2rem 8rem;
}
.drawer-content__link:hover, .drawer-content__link:focus {
  opacity: 0.7;
}
@media (max-width: 374px) {
  .drawer-content__link {
    padding: 2rem 5em 2rem 8rem;
  }
}

.drawer-content__bottom {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .drawer-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.drawer-accordion {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 28px;
  top: 23px;
}
.drawer-accordion.is-open .drawer-accordion-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.drawer-accordion-bar1 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #035F87;
  border: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.drawer-accordion-bar2 {
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #035F87;
  border-radius: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.drawer-nav {
  display: none;
  background-color: #C3DCE8;
  padding-left: 8rem;
}

.drawer-nav__link {
  position: relative;
  color: #333;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0 2rem 1.6rem;
}
.drawer-nav__link::before {
  position: absolute;
  content: "-";
  left: 0;
}

.drawer-nav__link:first-child {
  padding-top: 2rem;
}

.lang-box {
  position: relative;
  top: -1rem;
  margin-left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lang-box-sp {
  position: relative;
  top: 3rem;
  margin-left: -1rem;
}
@media (min-width: 992px) {
  .lang-box-sp {
    display: none;
  }
}

.pll-switcher-select {
  padding: 5px;
}
@media (min-width: 992px) {
  .pll-switcher-select {
    padding: initial;
  }
}

.header-logo-box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-top__primary01 a,
.footer-top__primary02,
.footer-top__list a {
  color: #fff;
}

.footer-top__primary01 a,
.footer-top__primary02 {
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .footer-top__primary01 a,
  .footer-top__primary02 {
    font-size: 1.6rem;
  }
}

.footer-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#0279A5), to(#45AEDB));
  background: linear-gradient(to bottom, #0279A5, #45AEDB);
  padding: 5rem 0;
}
@media (min-width: 768px) {
  .footer-top {
    background: -webkit-gradient(linear, left top, right top, from(#0279A5), to(#45AEDB));
    background: linear-gradient(to right, #0279A5, #45AEDB);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .footer-top {
    padding: 6rem 0;
  }
}

@media (min-width: 768px) {
  .footer-top__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-top__items {
  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;
}
@media (min-width: 768px) {
  .footer-top__items {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.footer-top__item {
  width: 40%;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .footer-top__item {
    width: 20%;
  }
}

.footer-top__items:nth-child(7) .footer-top__item {
  margin-top: -16px;
}

.footer-top__primary01:not(:last-child) {
  margin-bottom: 1.4rem;
}
@media (min-width: 768px) {
  .footer-top__primary01:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.footer-top__primary01 a {
  display: inline-block;
  font-size: 1.4rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .footer-top__primary01 a {
    font-size: 1.6rem;
  }
  .footer-top__primary01 a:hover, .footer-top__primary01 a:focus {
    color: #EE9126;
  }
}

.footer-top__primary02 {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .footer-top__primary02 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .footer-top__primary02 {
    font-size: 1.6rem;
  }
}

.footer-top__primary02 a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-top__primary02 a:hover, .footer-top__primary02 a:focus {
  color: #EE9126;
}

.footer-top__list a {
  font-size: 1.2rem;
  position: relative;
  display: inline-block;
  padding-left: 1.6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-top__list a::before {
  content: "-";
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .footer-top__list a {
    font-size: 1.4rem;
  }
  .footer-top__list a:hover, .footer-top__list a:focus {
    color: #EE9126;
  }
}

.footer-top__list:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .footer-top__list:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.footer-bottom {
  padding: 5rem 0 6rem;
}

@media (min-width: 768px) {
  .footer-bottom__items {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer-bottom__head {
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-bottom__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: initial;
  }
}
@media (min-width: 768px) {
  .footer-bottom__head {
    margin-bottom: 0;
  }
}

.footer-bottom__content a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .footer-bottom__content a {
    font-size: 1.6rem;
  }
}

@media (min-width: 576px) {
  .footer-bottom__content:not(:first-child) a {
    padding-left: 2rem;
  }
}

.footer-bottom__content:not(:last-child) a {
  margin-bottom: 1.6rem;
}
@media (min-width: 576px) {
  .footer-bottom__content:not(:last-child) a {
    padding-right: 2rem;
    margin-bottom: initial;
  }
}

@media (min-width: 768px) {
  .footer-bottom__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-bottom__logo {
  margin: auto auto 3.2rem;
  max-width: 200px;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-bottom__logo {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-bottom__logo {
    margin-right: 3.2rem;
  }
}

.footer-bottom__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .footer-bottom__sns {
    margin-bottom: 0;
  }
}

.footer-bottom__sns-link {
  display: inline-block;
}
.footer-bottom__sns-link img {
  width: 30px;
  height: 30px;
}

.footer-bottom__sns-link:not(:last-child) {
  padding-right: 2rem;
}

.footer-copyright {
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .footer-copyright {
    font-size: 1rem;
  }
}

.bottom-s-banner {
  position: fixed;
  bottom: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  z-index: 150;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 576px) {
  .bottom-s-banner {
    bottom: 32px;
  }
}
@media (min-width: 768px) {
  .bottom-s-banner {
    right: 24px;
    bottom: 16px;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    width: 40%;
  }
}
.bottom-s-banner:hover {
  opacity: 0.8;
}

.bottom-banner {
  position: fixed;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 250px;
  z-index: 150;
}
@media (min-width: 576px) {
  .bottom-banner {
    bottom: 32px;
  }
}
@media (min-width: 768px) {
  .bottom-banner {
    right: 24px;
    bottom: 16px;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}

.close-btn {
  content: "";
  cursor: pointer;
  position: absolute;
  background: url(../images/line-close.png) no-repeat center center/contain;
  top: -14.5px;
  right: -12.5px;
  width: 28px;
  height: 28px;
}
@media (min-width: 768px) {
  .close-btn {
    top: -10px;
    right: -6px;
  }
}

.bottom-youtube {
  display: none;
}
@media (min-width: 992px) {
  .bottom-youtube {
    position: fixed;
    display: block;
    width: 250px;
    z-index: 150;
    right: 24px;
    bottom: 100px;
  }
}

.bottom-youtube__wrap {
  margin: auto;
  padding-top: 50%;
  position: relative;
  width: 100%;
}
.bottom-youtube__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .close-youtube-btn {
    content: "";
    cursor: pointer;
    position: absolute;
    background: url(../images/close-youtube.png) no-repeat center center/contain;
    width: 28px;
    height: 28px;
    top: -10px;
    right: -6px;
  }
}

.eo-fullcalendar .fc-bg .fc-sat {
  background: #ffb7b7;
}

/*「日」の枠の背景色*/
.eo-fullcalendar .fc-bg .fc-sun {
  background: #ffb7b7;
}

.fc-ltr .fc-basic-view .fc-day-number {
  font-size: 1.4rem;
}

.eo-fullcalendar .fc-event {
  pointer-events: none;
}

.fc-event {
  color: #fff !important;
}

.fc-toolbar .fc-left {
  font-size: 1.4rem;
  color: #035F87;
}

.calendar-bottom span {
  background-color: #ffb7b7;
  padding-left: 25px;
  margin-right: 10px;
}

.calendar-bottom {
  font-size: 1.2rem;
  margin-top: 1rem;
}

/* biz calendar */
/* -------------------------------
 new-info
------------------------------- */
/* category-sp */
.category-sp {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .category-sp {
    display: none;
  }
}

.category-sp__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
}
@media (min-width: 576px) {
  .category-sp__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.category-sp__item {
  background-color: #F4F6F7;
  border-radius: 26px;
}

.category-sp__item a {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  padding: 1.2em 0;
  text-align: center;
}

/* category-pc */
.category-pc {
  display: none;
}
@media (min-width: 992px) {
  .category-pc {
    display: block;
    margin-bottom: 6rem;
  }
}

.category-pc__items {
  border-bottom: 1px solid #035F87;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.category-pc__item {
  background-color: #F4F6F7;
  border-radius: 10px 10px 0 0;
}

.category-pc__item:not(:last-child) {
  margin-right: 2rem;
}

.category-pc__item a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 220px;
}

/* new-info */
.new-info {
  margin-bottom: 10rem;
}
@media (min-width: 992px) {
  .new-info {
    margin-bottom: 12rem;
  }
}

.new-info__contents {
  margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .new-info__contents {
    margin-bottom: 4rem;
  }
}

.new-info__year {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#035F87), to(#367D9B));
  background: linear-gradient(to right, #035F87, #367D9B);
  border-radius: 10px;
  margin-bottom: 2.4rem;
  padding: 1em 2.5em;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .new-info__year {
    margin-bottom: 2.4rem;
    padding: 1.4em 3em;
    font-size: 1.8rem;
  }
}

.new-info__year-inner {
  max-width: 1260px;
  margin: auto;
}
@media (min-width: 992px) {
  .new-info__year-inner {
    padding: 0 60px;
  }
}

@media (min-width: 992px) {
  .new-info__year-content {
    font-size: 1.8rem;
  }
}

.new-info__year-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .new-info__year-icon {
    right: 20px;
  }
}
.new-info__year-icon.is-open .new-info__year-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.new-info__year-bar1 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.new-info__year-bar2 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.new-info__item {
  border-bottom: 0.5px dashed #898989;
  display: block;
  padding: 2.4em 0;
}
@media (min-width: 768px) {
  .new-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    padding: 3.2em 0;
  }
}
.new-info__item:hover {
  background-color: #F4F6F7;
}

.new-info__item:nth-child(1) {
  border-top: 0.5px dashed #898989;
}

.new-info__meta {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .new-info__meta {
    margin-bottom: 0;
    width: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.new-info__time {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .new-info__time {
    margin-right: 3rem;
    font-size: 1.6rem;
  }
}

.new-info__category {
  background-color: #fff;
  border: 1px dotted #035F87;
  border-radius: 5px;
  color: #035F87;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.3em 0.6em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .new-info__category {
    font-size: 1.5rem;
  }
}

.new-info__category:not(:last-child) {
  margin-right: 0.8rem;
}

.new-info__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new-info__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .new-info__text {
    font-size: 1.6rem;
    padding-left: 5rem;
    width: calc(100% - 330px);
  }
}

@media (min-width: 992px) {
  .category-pc__item a.is-active,
  .category-pc__item a:hover {
    background: #035F87;
    border-radius: 10px 10px 0 0;
    color: #fff;
  }
}

.category-sp__item a.is-active,
.category-sp__item a:hover {
  background: #035F87;
  border-radius: 26px;
  color: #fff;
}

/* -------------------------------
 about-system
------------------------------- */
/* about-system */
.about-system {
  counter-reset: number 0;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .about-system {
    padding-bottom: 120px;
  }
}

.about-system p {
  color: #333;
}

.about-system__title {
  color: #EE9126;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 576px) {
  .about-system__title {
    font-size: 2.2rem;
  }
}
@media (min-width: 768px) {
  .about-system__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.about-system__lead {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 992px) {
  .about-system__lead {
    font-size: 2.8rem;
    margin-bottom: 64px;
  }
}

.about-system__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 64px;
}
@media (min-width: 768px) {
  .about-system__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .about-system__contents {
    row-gap: 80px;
  }
}
@media (min-width: 1200px) {
  .about-system__contents {
    row-gap: 100px;
  }
}

.about-system__movie {
  margin-bottom: 16px;
}

.about-system__wrap {
  width: 100%;
  padding-top: 60.7547169811%;
  position: relative;
}
.about-system__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.about-system__body-title {
  position: relative;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 34px;
}
@media (min-width: 768px) {
  .about-system__body-title {
    font-size: 2rem;
  }
}
.about-system__body-title::before {
  position: absolute;
  content: "";
  color: #EE9126;
  font-size: 2.4rem;
  font-weight: 700;
  top: -4px;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}
@media (min-width: 768px) {
  .about-system__body-title::before {
    font-size: 3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.about-system__body-lead {
  color: #035F87 !important;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .about-system__body-lead {
    font-size: 2rem;
  }
}

.about-system__body-text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .about-system__body-text {
    font-size: 1.8rem;
  }
}

/* -------------------------------
 info-single
------------------------------- */
/* info-single */
.info-single {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .info-single {
    margin-bottom: 12rem;
  }
}

.info-single__inner {
  max-width: 900px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.info-single__contents {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .info-single__contents {
    margin-bottom: 10rem;
  }
}

.info-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .info-single__meta {
    margin-bottom: 3rem;
  }
}

.info-single__category {
  background-color: #fff;
  border: 1px solid #035F87;
  border-radius: 5px;
  padding: 0.3em 2.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 992px) {
  .info-single__category {
    font-size: 1.5rem;
  }
}

.info-single__category-text {
  color: #333;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .info-single__category-text {
    font-size: 1.6rem;
  }
}

.info-single__row {
  margin-left: auto;
}

.info-single__date-time {
  color: #404040;
  font-size: 1.4rem;
}

.info-single__content .is-style-vk-numbered-square-mark li::before {
  background-color: #fff;
  color: #404040;
  font-weight: normal;
  left: -0.1em;
}

.info-single__title {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .info-single__title {
    margin-bottom: 4rem;
  }
}

.info-single article h2,
.info-single article h3,
.info-single article h4,
.info-single article h5,
.info-single article h6 {
  color: #035F87;
  font-weight: 600;
  margin: 3.2rem 0 2.4rem;
}

.info-single article h1 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .info-single article h1 {
    font-size: 2.8rem;
  }
}

.info-single article h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3.2rem 0 2.2rem;
}
@media (min-width: 768px) {
  .info-single article h2 {
    font-size: 2.4rem;
    margin: 5.6rem 0 3.8rem;
  }
}

.info-single article h3 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .info-single article h3 {
    font-size: 2rem;
  }
}

.info-single article h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .info-single article h4 {
    font-size: 1.8rem;
  }
}

.info-single article p {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .info-single article p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.info-single article img {
  margin: 2.4rem 0;
}

.info-single article ol {
  padding-left: 2.2rem;
}

.info-single article ol li {
  list-style-type: decimal;
}

.info-single article ul {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
  list-style-type: disc !important;
}

.info-single article li {
  list-style-type: initial;
}

.info-single article li,
.info-single article a {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .info-single article li,
  .info-single article a {
    font-size: 1.6rem;
  }
}

/* info-single */
.pagination-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7.2rem;
}

.pagination-info__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-info__link:hover, .pagination-info__link:focus {
  opacity: 0.7;
}

.pagination-info__content {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  background-color: #fff;
  border: 2px solid #035F87;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1.6em;
}
@media (min-width: 576px) {
  .pagination-info__content {
    padding: 1em 4em;
  }
}
.pagination-info__text {
  color: #404040;
  font-size: 1rem;
  font-weight: 600;
}
@media (min-width: 576px) {
  .pagination-info__text {
    font-size: 1.4rem;
  }
}
/* -------------------------------
 company
------------------------------- */
/* common */
.company-inner,
.company-info__inner,
.company-primary__inner,
.access__inner {
  max-width: 1080px;
  margin: auto;
  width: 100%;
  padding: 0 20px;
}

.company-info__inner,
.company-primary__inner {
  border-bottom: 0.5px dotted #035F87;
}

.company-info__title,
.company-primary__title,
.company-access__title {
  color: #035F87 !important;
  font-size: 1.8rem;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  font-weight: 700;
  padding-top: 64px;
  margin-top: -64px;
}
@media (min-width: 992px) {
  .company-info__title,
  .company-primary__title,
  .company-access__title {
    font-size: 2.4rem;
    padding-top: 100px;
    margin-top: -100px;
  }
}

/* category-company */
.category-company {
  display: block !important;
}
@media (min-width: 992px) {
  .category-company {
    margin-bottom: 6rem;
  }
}

.category-company__item {
  background-color: #F4F6F7;
  border-radius: 10px 10px 0 0;
}
.category-company__item .is-action {
  background-color: #035F87;
  color: #fff;
}

.category-company__item a {
  border-radius: 10px 10px 0 0;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
}

.category-company__item:not(:last-child) {
  margin-right: 0.6rem;
}
@media (min-width: 768px) {
  .category-company__item:not(:last-child) {
    margin-right: 2rem;
  }
}

.category-company__item a {
  color: #333;
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  padding: 0.8em 0;
  text-align: center;
  width: 100px;
}
@media (min-width: 576px) {
  .category-company__item a {
    width: 150px;
  }
}
@media (min-width: 768px) {
  .category-company__item a {
    font-size: 1.6rem;
    padding: 1em 0;
    width: 220px;
  }
}

/* company-info */
.company-info {
  padding-top: 2rem;
}
.company-info__inner {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .company-info__inner {
    padding-bottom: 12rem;
  }
}

.company-info__contents {
  max-width: 800px;
  width: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .company-info__contents {
    margin: auto;
  }
}

.company-info__row {
  border-bottom: 0.5px solid #D9D9D9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2em 0 2em 0;
  width: 100%;
}
@media (min-width: 768px) {
  .company-info__row {
    padding: 2.4em 0 2.4em 2.4em;
  }
}

.company-info__item {
  color: #333;
  font-size: 1.4rem;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  font-weight: 300;
  width: 80px;
}
@media (min-width: 768px) {
  .company-info__item {
    width: 156px;
  }
}

.company-info__text {
  color: #333;
  font-size: 1.6rem;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  font-weight: 400;
  width: calc(100% - 80px);
}
@media (min-width: 768px) {
  .company-info__text {
    width: calc(100% - 156px);
  }
}

/* company-primary */
.company-primary {
  padding-top: 8rem;
}

.company-primary__inner {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .company-primary__inner {
    padding-bottom: 12rem;
  }
}

.company-primary__head {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .company-primary__head {
    margin-bottom: 4rem;
  }
}

.company-primary__img {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .company-primary__img {
    margin-bottom: 3.2rem;
  }
}
.company-primary__img--pc {
  display: none;
}
@media (min-width: 768px) {
  .company-primary__img--pc {
    display: block;
  }
}
@media (min-width: 768px) {
  .company-primary__img--sp {
    display: none;
  }
}

.company-primary__message {
  font-family: source-han-serif-japanese, serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .company-primary__message {
    font-size: 2rem;
  }
}

.company-primary__name {
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  text-align: right;
}
@media (min-width: 992px) {
  .company-primary__name {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}

.company-primary__name span {
  display: block;
  font-family: source-han-serif-japanese, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .company-primary__name span {
    font-size: 2rem;
  }
}

.company-primary__body-top,
.company-primary__body-bottom {
  color: #333;
  font-size: 1.4rem;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
}
@media (min-width: 992px) {
  .company-primary__body-top,
  .company-primary__body-bottom {
    font-size: 1.6rem;
  }
}

/* access */
.access {
  margin-top: 8rem;
}

.access__inner {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .access__inner {
    padding-bottom: 12rem;
  }
}

.access__top {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .access__top {
    margin-bottom: 5.6rem;
  }
}

.access__lead {
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
  font-family: noto-sans-cjk-jp, "メイリオ", sans-serif;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .access__lead {
    font-size: 1.6rem;
  }
}

.iframe-wrap {
  width: 100%;
  padding-top: 77.2727272727%;
  position: relative;
}
.iframe-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .iframe-wrap {
    padding-top: 39.1666666667%;
  }
}

@media (min-width: 768px) {
  .access-sp {
    display: none;
  }
}

/* -------------------------------
 faq
------------------------------- */
/* faq-category */
.faq-category {
  margin-bottom: 10rem;
}
@media (min-width: 992px) {
  .faq-category {
    margin-bottom: 12rem;
  }
}

.faq-category__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.faq-category__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.6rem;
}
@media (min-width: 576px) {
  .faq-category__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .faq-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .faq-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .faq-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.faq-category__item {
  border: 1px solid #035F87;
  border-radius: 27px;
}

.faq-category__item .is-action {
  background-color: #035F87;
  border-radius: 27px;
  color: #fff;
}

.faq-category__text {
  color: #035F87;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.8em 1.6em;
  text-align: center;
}
@media (min-width: 992px) {
  .faq-category__text {
    font-size: 1.6rem;
    padding: 0.8em 1em;
  }
}

/* faq */
.faq {
  padding-bottom: 12rem;
}

.faq__items {
  position: relative;
  padding-top: 9rem;
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.faq__items::before {
  position: absolute;
  content: "";
  background: url(../images/faq-icon_01.svg) no-repeat center center/contain;
  width: 145px;
  height: 88px;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .faq__items::before {
    width: 217px;
    height: 133px;
  }
}
.faq__items::after {
  position: absolute;
  content: "";
  background: url(../fonts/faq-icon_03.svg) no-repeat center center/contain;
  width: 130px;
  height: 143px;
  top: -55px;
  right: 0;
}
@media (min-width: 1200px) {
  .faq__items::after {
    width: 165px;
    height: 180px;
    top: 0;
    right: 0;
  }
}

.faq__boxes {
  margin-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  .faq__boxes {
    margin-bottom: 9.6rem;
  }
}

.faq__title {
  color: #EE9126;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
  padding-top: 64px;
  margin-top: -64px;
}
@media (min-width: 768px) {
  .faq__title {
    font-size: 2.4rem;
    padding-top: 100px;
    margin-top: -100px;
  }
}
@media (min-width: 992px) {
  .faq__title {
    font-size: 3.6rem;
    margin-bottom: 4rem;
  }
}

.faq__box {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 27px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .faq__box {
    margin-bottom: 3rem;
  }
}

.faq__question {
  position: relative;
  background-color: #F4F6F7;
  border-radius: 27px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8em 2.6em 0.8em 3.6em;
}
@media (min-width: 768px) {
  .faq__question {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .faq__question {
    font-size: 1.8rem;
    padding: 1em 3.6em;
  }
}
.faq__question::before {
  content: "Q";
  color: #EE9126;
  font-size: 2rem;
  position: absolute;
  top: 0.3em;
  left: 1em;
}
@media (min-width: 992px) {
  .faq__question::before {
    font-size: 2.4rem;
    top: 0.5em;
    left: 1em;
  }
}
.faq__question.is-action {
  background-color: #C3DCE8;
}

.faq__question-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 992px) {
  .faq__question-icon {
    right: 20px;
  }
}
.faq__question-icon.is-open .faq__question-bar2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__question-bar1 {
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #035F87;
  border: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.faq__question-bar2 {
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #035F87;
  border-radius: 20px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.faq__answer {
  display: none;
  position: relative;
  padding: 2em 3em 2em 5em;
}
@media (min-width: 992px) {
  .faq__answer {
    padding: 2em 3em 4em 7em;
  }
}
.faq__answer::before {
  position: absolute;
  content: "A";
  color: #EE9126;
  font-size: 2rem;
  top: 14px;
  left: 22px;
}
@media (min-width: 992px) {
  .faq__answer::before {
    font-size: 2.4rem;
    top: 14px;
    left: 28px;
  }
}

.faq__answer-content {
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .faq__answer-content {
    font-size: 1.6rem;
  }
}

.faq__answer a {
  color: #333;
  font-size: 1.3rem;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .faq__answer a {
    font-size: 1.6rem;
  }
}

.faq__answer p {
  position: relative;
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .faq__answer p {
    font-size: 1.6rem;
  }
}

/* -------------------------------
 blog-archive
------------------------------- */
/* blog-category */
.blog-category {
  margin-bottom: 8rem;
}

.blog-category__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.blog-category__contents:first-child {
  margin-bottom: 4rem;
}

.blog-category__title {
  color: #035F87;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (min-width: 992px) {
  .blog-category__title {
    font-size: 2.2rem;
    margin-bottom: 2.4rem;
  }
}

.blog-category__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1.6rem;
}
@media (min-width: 576px) {
  .blog-category__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .blog-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .blog-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .blog-category__items {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

.blog-category__items li a {
  border: 1px solid #EE9126;
  border-radius: 27px;
  color: #EE9126;
  display: block;
  font-size: 1.6rem;
  padding-left: 10px;
  padding: 0.8em 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-category__items li a:hover, .blog-category__items li a:focus {
  background-color: #EE9126;
  color: #fff;
}

.blog-category__item01 {
  border: 1px solid #EE9126;
  border-radius: 27px;
  text-align: center;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .blog-category__item01 {
    padding-left: 20px;
  }
}

.blog-category__item02 {
  border: 1px solid #035F87;
  border-radius: 27px;
  text-align: center;
}

.blog-category__text01,
.blog-category__text02 {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}

.blog-category__text01 {
  color: #EE9126;
  padding: 0.8em 1em 0.8em 0.3em;
}
@media (min-width: 992px) {
  .blog-category__text01 {
    font-size: 1.6rem;
    padding: 0.8em 1em 0.8em 0.3em;
  }
}

.blog-category__text02 {
  color: #035F87;
  padding: 0.8em 1.6em;
}
@media (min-width: 992px) {
  .blog-category__text02 {
    font-size: 1.6rem;
    padding: 0.8em 1em;
  }
}

.file {
  font-size: 1.4rem;
  color: #EE9126;
}
@media (min-width: 992px) {
  .file {
    font-size: 2rem;
  }
}

/* blog-archive */
.blog-archive {
  margin-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  .blog-archive {
    margin-bottom: 10rem;
  }
}

.blog-archive__inner {
  background-color: #F4F6F7;
  border-radius: 100px;
  padding-top: 7.2rem;
  padding-bottom: 12rem;
}
@media (min-width: 1200px) {
  .blog-archive__inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.blog-archive__box {
  max-width: 1080px;
  width: 100%;
  margin: auto auto 0;
}
.blog-archive__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 2.4rem;
  margin-bottom: 5rem;
}
@media (max-width: 374px) {
  .blog-archive__items {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (min-width: 576px) {
  .blog-archive__items {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
    row-gap: 2.4rem;
  }
}
@media (min-width: 768px) {
  .blog-archive__items {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 4rem;
  }
}
@media (min-width: 992px) {
  .blog-archive__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 5.6rem;
    margin-bottom: 5.8rem;
  }
}

.blog-archive__body {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 0.8em 1em 1.2em;
}
@media (min-width: 768px) {
  .blog-archive__body {
    padding: 1em 2em 2em;
  }
}
@media (min-width: 992px) {
  .blog-archive__body {
    padding: 2.5em;
  }
}

.blog-archive__items img {
  height: 39vw !important;
}
@media (min-width: 576px) {
  .blog-archive__items img {
    height: 17rem;
  }
}

.blog-archive__tag {
  margin-bottom: 1rem !important;
}

/* pagination */
.pagination {
  text-align: center;
}

.pagination a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.pagination a:hover {
  opacity: 0.6;
}

.pagination a.next,
.pagination a.prev {
  background-color: #F4F6F7;
  font-size: 24px;
}

.pagination a.next:hover,
.pagination a.prev:hover {
  opacity: 0.6;
}

.page-numbers {
  background: #fff;
  border: 1px solid #035F87;
  border-radius: 50px;
  color: #035F87;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-right: 14px;
  min-width: 30px;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  .page-numbers {
    font-size: 20px;
    height: 40px;
    line-height: 38px;
    min-width: 40px;
  }
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.current {
  background: #035F87;
  border: 1px solid #035F87;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
}

.page-numbers.dots,
.page-numbers.next,
.page-numbers.prev {
  border: none;
  line-height: 40px;
  min-width: initial;
  width: auto;
}

.dots {
  background-color: #F4F6F7;
}

/* -------------------------------
 guide
------------------------------- */
/* page-guide */
.page-guide__inner {
  max-width: 900px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-guide__top {
  margin-bottom: 4rem;
}

.page-guide__lead {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .page-guide__lead {
    font-size: 1.6rem;
  }
}

.page-guide__item {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 27px;
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .page-guide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-guide__img {
  background-color: #F4F6F7;
  border-radius: 27px 0 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.page-guide__img img {
  width: 60%;
}
@media (min-width: 992px) {
  .page-guide__img img {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .page-guide__img {
    width: 28%;
  }
}

.page-guide__contents {
  padding: 2em 4em 3em;
  width: 100%;
}
@media (min-width: 768px) {
  .page-guide__contents {
    width: 66%;
  }
}
@media (min-width: 1200px) {
  .page-guide__contents {
    padding: 4em 2.4em 3em;
  }
}

.page-guide__title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .page-guide__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}

.page-guide__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .page-guide__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.page-guide__bottom {
  text-align: right;
}

.page-guide__link {
  position: relative;
  font-size: 1.4rem;
  padding-right: 4rem;
}
@media (min-width: 992px) {
  .page-guide__link {
    font-size: 1.6rem;
  }
}
.page-guide__link:after {
  content: "";
  position: absolute;
  background: url(../fonts/arrow-orange.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
@media (min-width: 992px) {
  .page-guide__link:after {
    width: 2rem;
    height: 3rem;
  }
}

.page-guide__img-bottom {
  padding: 2em 4em;
}
@media (min-width: 992px) {
  .page-guide__img-bottom {
    padding: 4em 2.3em 3em;
  }
}

@media (min-width: 768px) {
  .page-guide__item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.page-guide__pc {
  display: none;
}
@media (min-width: 768px) {
  .page-guide__pc {
    display: block;
    margin-top: 0.8rem;
  }
}

@media (min-width: 768px) {
  .page-guide__sp {
    display: none;
  }
}

/* -------------------------------
 contact
------------------------------- */
/* page-contact */
.page-contact {
  padding-bottom: 8rem;
}
@media (min-width: 1200px) {
  .page-contact {
    padding-bottom: 10rem;
  }
}

.page-contact__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.page-contact__lead {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 5.8rem;
}
@media (min-width: 992px) {
  .page-contact__lead {
    font-size: 1.6rem;
    margin-bottom: 12rem;
  }
}

.page-contact__lead:nth-child(1) {
  margin-bottom: 4rem;
}

.page-contact__top {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page-contact__top {
    margin-bottom: 10rem;
  }
}

.page-contact__content01 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#86CBBA), to(#6FD369));
  background: linear-gradient(to right, #86CBBA, #6FD369);
  border-radius: 27px;
  padding: 2em;
  width: 100%;
}
@media (min-width: 768px) {
  .page-contact__content01 {
    width: 70%;
    margin-left: auto;
  }
}
.page-contact__content01::after {
  position: absolute;
  content: "";
  background: url(../images/contact-img_01.png) no-repeat center center/contain;
  right: 0;
  bottom: 67px;
  width: 140px;
  height: 140px;
}
@media (max-width: 374px) {
  .page-contact__content01::after {
    right: -26px;
  }
}
@media (min-width: 576px) {
  .page-contact__content01::after {
    width: 200px;
    height: 200px;
    bottom: 0;
  }
}
@media (min-width: 992px) {
  .page-contact__content01::after {
    width: 270px;
    height: 270px;
  }
}
@media (min-width: 992px) {
  .page-contact__content01 {
    padding: 2em 4em;
  }
}

.page-contact__item01 {
  width: 67%;
}
@media (max-width: 374px) {
  .page-contact__item01 {
    width: 72%;
  }
}
@media (min-width: 992px) {
  .page-contact__item01 {
    width: 60%;
  }
}

.page-contact__item01-head {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 374px) {
  .page-contact__item01-head {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item01-head {
    margin-bottom: 1.6rem;
  }
}

.page-contact__item01-head span {
  font-size: 2.2rem;
}
@media (max-width: 374px) {
  .page-contact__item01-head span {
    font-size: 2rem;
  }
}

.page-contact__bottom02 {
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .page-contact__bottom02 {
    margin: 14rem auto 0;
    width: 70%;
  }
}

.page-contact__content04,
.page-contact__content03 {
  position: relative;
  border-radius: 27px;
  padding: 2em 1em;
  background-color: #F4F6F7;
}
@media (min-width: 768px) {
  .page-contact__content04,
  .page-contact__content03 {
    padding: 2em;
  }
}
@media (min-width: 992px) {
  .page-contact__content04,
  .page-contact__content03 {
    padding: 3em;
  }
}

.page-contact__content02 {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#8797CB), to(#68D3D3));
  background: linear-gradient(to right, #8797CB, #68D3D3);
  border-radius: 27px;
  padding: 2em;
  width: 100%;
}
@media (min-width: 768px) {
  .page-contact__content02 {
    width: 70%;
    margin-right: auto;
  }
}
.page-contact__content02::after {
  position: absolute;
  content: "";
  background: url(../images/contact-system.png) no-repeat center center/contain;
  right: 8px;
  bottom: 67px;
  width: 120px;
  height: 156px;
}
@media (max-width: 374px) {
  .page-contact__content02::after {
    right: 4px;
  }
}
@media (min-width: 576px) {
  .page-contact__content02::after {
    width: 200px;
    height: 200px;
    bottom: 0;
    right: 47px;
  }
}
@media (min-width: 992px) {
  .page-contact__content02::after {
    width: 240px;
    height: 280px;
  }
}
@media (min-width: 992px) {
  .page-contact__content02 {
    padding: 2em 4em;
  }
}

.page-contact__item01 {
  width: 67%;
}
@media (max-width: 374px) {
  .page-contact__item01 {
    width: 72%;
  }
}
@media (min-width: 992px) {
  .page-contact__item01 {
    width: 60%;
  }
}

.page-contact__content04 {
  position: relative;
  width: 100%;
}
.page-contact__content04::before {
  position: absolute;
  content: "";
  background: url(../images/contact-img_02.png) no-repeat center center/contain;
  bottom: 13px;
  left: 0;
  width: 120px;
  height: 110px;
}
@media (max-width: 374px) {
  .page-contact__content04::before {
    bottom: 22px;
    left: -17px;
  }
}
@media (min-width: 576px) {
  .page-contact__content04::before {
    top: -34px;
    left: 0;
    width: 150px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .page-contact__content04::before {
    width: 240px;
    height: 230px;
  }
}
@media (min-width: 768px) {
  .page-contact__content04 {
    margin-right: 2%;
  }
}
@media (min-width: 1200px) {
  .page-contact__content04 {
    margin-right: 4%;
  }
}

.page-contact__content04:first-child {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .page-contact__content04:first-child {
    margin-bottom: 10rem;
  }
}

.page-contact__item04 {
  margin-left: auto;
  width: 63%;
}
@media (max-width: 374px) {
  .page-contact__item04 {
    width: 68%;
  }
}
@media (min-width: 992px) {
  .page-contact__item04 {
    width: 55%;
  }
}

.page-contact__item04-head {
  color: #035F87;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1;
}
@media (max-width: 374px) {
  .page-contact__item04-head {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .page-contact__item04-head {
    font-size: 1.8rem;
  }
}

.page-contact__item04-head span {
  font-size: 1.8rem;
}
@media (max-width: 374px) {
  .page-contact__item04-head span {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-contact__item04-head span {
    font-size: 2.6rem;
  }
}

.page-contact__item04-tel {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.4rem;
}
.page-contact__item04-tel::before {
  position: absolute;
  content: "";
  background: url(../fonts/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .page-contact__item04-tel::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 374px) {
  .page-contact__item04-tel {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page-contact__item04-tel {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item04-tel {
    padding-left: 2.4rem;
  }
}

.page-contact__item04-time {
  font-size: 1.3rem;
}
@media (max-width: 374px) {
  .page-contact__item04-time {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item04-time {
    font-size: 1.6rem;
  }
}

.page-contact__content02:first-child {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .page-contact__content02:first-child {
    margin-bottom: 0;
  }
}

.page-contact__item02 {
  margin-right: auto;
  width: 63%;
}
@media (max-width: 374px) {
  .page-contact__item02 {
    width: 68%;
  }
}
@media (min-width: 992px) {
  .page-contact__item02 {
    width: 56%;
  }
}

.page-contact__item02-head {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 374px) {
  .page-contact__item02-head {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item02-head {
    margin-bottom: 1.6rem;
  }
}

.page-contact__item02-head span {
  font-size: 1.8rem;
}
@media (max-width: 374px) {
  .page-contact__item02-head span {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) {
  .page-contact__item02-head span {
    font-size: 2.2rem;
  }
}

.page-contact__item02-tel {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.4rem;
}
.page-contact__item02-tel::before {
  position: absolute;
  content: "";
  background: url(../fonts/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}
@media (min-width: 768px) {
  .page-contact__item02-tel::before {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 374px) {
  .page-contact__item02-tel {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page-contact__item02-tel {
    font-size: 2.4rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item02-tel {
    padding-left: 2.4rem;
  }
}

.page-contact__item02-time {
  font-size: 1.3rem;
}
@media (max-width: 374px) {
  .page-contact__item02-time {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-contact__item02-time {
    font-size: 1.6rem;
  }
}

.page-contact__content03 {
  width: 100%;
}
.page-contact__content03::before {
  position: absolute;
  content: "";
  background: url(../fonts/80ace0137f444cea8e7518c1edbf8aa3.svg);
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: #707070;
  font-family: inherit;
  font-size: 1.4rem;
  outline: none;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 40px;
  cursor: pointer;
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 4rem;
}
@media (min-width: 992px) {
  .select {
    width: 60%;
  }
}

.contact-form__input-check {
  margin-right: 4rem;
}
@media (max-width: 374px) {
  .contact-form__input-check {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .contact-form__input-check {
    margin-right: 8rem;
  }
}

.contact-form__plat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-form__plat-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .contact-form__plat-form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .contact-form__plat-form span {
    width: 220px;
  }
}

.contact-form__plat-form02 {
  margin-top: 1.6rem;
}

.contact-form__plat:not(:last-child) {
  margin-bottom: 1.6rem;
}

.contact-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-form__check span {
  margin-right: 4rem;
}
@media (max-width: 374px) {
  .contact-form__check span {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .contact-form__check span {
    margin-right: 8rem;
  }
}

.mwform-checkbox-field-text {
  position: relative;
  bottom: 4px;
}

dd {
  position: relative;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

/* 2023.5 追記 */
.p-contact__box {
  display: block;
}

.p-contact__box-head--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .p-contact__box-head {
    line-height: 1.4;
  }
}

.p-contact__box-tel01 {
  display: block;
  margin-bottom: 8px;
}

.p-contact__box-text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .p-contact__box-text {
    font-size: 1.6rem;
  }
}

.p-contact__box-head01,
.p-contact__box-head02 {
  font-weight: 700;
  margin-bottom: 0.3em;
  display: inline-block;
}
.p-contact__box-head01 {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.2;
}
.p-contact__box-head01::before {
  content: "";
  position: absolute;
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.4rem;
  height: 1.4rem;
}
@media (min-width: 768px) {
  .p-contact__box-head01::before {
    width: 2.2rem;
    height: 2.2rem;
  }
}
@media (min-width: 768px) {
  .p-contact__box-head01 {
    padding-left: 2.6rem;
  }
}
@media (min-width: 992px) {
  .p-contact__box-head01 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .p-contact__box-head01 {
    font-size: 2.6rem;
  }
}

.p-contact__box-head02 {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.2;
}
.p-contact__box-head02::before {
  content: "";
  position: absolute;
  background: url(../fonts/chat-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 768px) {
  .p-contact__box-head02 {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .p-contact__box-head02 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .p-contact__box-head02 {
    font-size: 2.6rem;
  }
}

.p-contact__box-bottom {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}

/* -------------------------------
 document
------------------------------- */
/* page-document */
.document-header {
  background-color: #fff;
  width: 100%;
  height: 75px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  margin-top: 64px;
  padding: 30px 0;
  position: fixed;
}
@media (min-width: 992px) {
  .document-header {
    height: 60px;
    margin-top: 100px;
    padding: 15px 0;
  }
}

.document-header__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.document-header__box {
  display: none !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.document-header__logo {
  width: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .document-header__logo {
    width: 9.6rem;
  }
}

.document-header__title {
  color: #2F2F2F;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.2rem;
}
@media (min-width: 992px) {
  .document-header__title {
    font-size: 1.2rem;
  }
}
@media (min-width: 1200px) {
  .document-header__title {
    font-size: 1.4rem;
  }
}

.document-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 768px) {
  .document-flow {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .document-flow {
    width: 50%;
  }
}

.document-flow__list {
  border-bottom: 2px solid #cccccc;
  color: #898989;
  text-align: center;
  width: 33.33%;
}

.document-flow__list.current {
  border-bottom: 2px solid #EE9126;
}

.document {
  padding-top: 16rem;
}
@media (min-width: 992px) {
  .document {
    padding-top: 20rem;
  }
}

.document__inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.document__title {
  font-size: 1.8rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .document__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}

.document__lead {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .document__lead {
    margin-bottom: 5.6rem;
  }
}

.document-form {
  margin-bottom: 8rem;
}
@media (min-width: 1200px) {
  .document-form {
    margin-bottom: 12rem;
  }
}

.document-form__inner {
  max-width: 1080px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.document-form__items {
  border: 0.3px solid #D1D1D1;
  margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .document-form__items {
    margin-bottom: 6.4rem;
  }
}

@media (min-width: 768px) {
  .document-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.document-form__item:not(:last-child) {
  border-bottom: 0.3px solid #D1D1D1;
}

.document-form__title {
  background-color: #F4F6F7;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.2em;
}
@media (min-width: 768px) {
  .document-form__title {
    width: 30%;
  }
}

.document-form__tag {
  background-color: #EE9126;
  border-radius: 4px;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.1em 0.6em;
}
.document-form__tag--grey {
  background-color: #DDD;
  color: #333;
}

.document-form__input {
  color: #333;
  font-size: 1.4rem;
  padding: 1.2em 1.2em 3em;
}
@media (max-width: 374px) {
  .document-form__input {
    padding: 1.2em 1.2em 2.2em;
  }
}
@media (min-width: 768px) {
  .document-form__input {
    font-size: 1.6rem;
    width: 70%;
  }
}
.document-form__input--check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.document-form__input [type=checkbox] {
  background-color: #D1D1D1;
  width: 20px;
  height: 20px;
}

.document-form__meta {
  position: relative;
}
.document-form__meta--margin {
  margin-bottom: 1rem;
}

.doc-check-box {
  position: absolute;
  top: 64px;
  left: 6px;
}
@media (min-width: 576px) {
  .doc-check-box {
    top: 70px;
    left: 13px;
  }
}

.doc-img {
  margin-top: 0.8rem;
}

.document-form__row-text {
  color: #6e6e6e;
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.document-form__row-text--bold {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}

.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 40px;
}
.form-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .form-input {
    width: 60%;
  }
}

.document-form__textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
  height: 250px;
}
.document-form__textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
@media (min-width: 992px) {
  .document-form__textarea {
    height: 130px;
    width: 60%;
  }
}

.document-form__message {
  color: #333;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-align: center;
}

.document-form__input-check {
  margin-right: 4rem;
}
@media (max-width: 374px) {
  .document-form__input-check {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .document-form__input-check {
    margin-right: 8rem;
  }
}

.document-form__check {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.document-form__check-box {
  position: absolute;
  top: 38px;
  left: 10px;
}

.document-form__doc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  .document-form__doc {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .document-form__doc {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

/* -------------------------------
 guide-flow
------------------------------- */
/* page-flow */
.flow {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .flow {
    margin-bottom: 6rem;
  }
}

.flow__title {
  text-align: center;
  margin-bottom: 3rem !important;
}

.flow__lead {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .flow__lead {
    font-size: 1.8rem;
    margin-bottom: 5.6rem;
  }
}
.flow__lead--large {
  font-size: 2.2em;
  font-weight: 700;
}
@media (min-width: 992px) {
  .flow__lead--large {
    font-size: 2.8rem;
  }
}

.flow__img {
  display: none;
}
@media (min-width: 768px) {
  .flow__img {
    display: block;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .flow__img {
    margin-bottom: 7rem;
  }
}

.flow__img-sp {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .flow__img-sp {
    display: none;
  }
}
.flow__lists{
  display: flex;
}
/* .flow__lists  .flow__list:nth-child(2n){
  margin: 0 30px;
} */
 .marginright{
  margin-right: 30px;
 }
.flow__list {
  background-color: #F8FCFF;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2.8em 1.8em;
}
@media (min-width: 768px) {
  .flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .flow__list {
    /* padding: 3em 5em; */
    width: 320px;
  }
}

.flow__list:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .flow__list:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .flow__list:not(:last-child) {
    margin-bottom: 0rem;
    width: 320px;
    /*width: 33%;*/
    /*float: left;*/
  }
}

.flow__number-sp {
  color: #56A6AD;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
@media (min-width: 768px) {
  .flow__number-sp {
    display: none;
  }
}

.flow__number-sp span {
  color: #56A6AD;
  font-size: 5rem;
  font-weight: 700;
  font-style: italic;
}

.flow__row {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .flow__row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin-right: 2.4rem; */
  }
}
@media (min-width: 992px) {
  .flow__row {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  .flow__row {
    /* margin-right: 4rem; */
  }
}

.flow__list-number {
  display: none;
  color: #56A6AD;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  .flow__list-number {
    display: block;
    margin-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .flow__list-number {
    font-size: 6rem;
    /* margin-right: 4rem; */
  }
}

.flow__list-img {
  width: 80px;
  margin: auto;
}
@media (min-width: 768px) {
  .flow__list-img {
    margin: initial;
  }
}

.flow__list-head {
  font-weight: bold;
  color: #0663a6;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  margin-left: 66px;
  /* text-align: center!important; */
}
.flow__list-heads{
  font-weight: bold;
  color: #0663a6;
  font-size: 2.2rem;
  margin-bottom: 1rem;
  margin-left: 35px;
  /* text-align: center!important; */
}
@media (min-width: 768px) {
  .flow__list-head {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .flow__list-head {
    font-size: 2.2rem;
  }
}

.flow__list-head span {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 300;
}

.flow__list-text {
  width: 208px;
  color: #404040;
  font-size: 1.6rem;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .flow__list-text {
    width: 100%;
    color: #404040;
    font-size: 1.6rem;
    padding-right: 0px;
  }
  .flow__lists{
    display: block;
  }
  .flow__list-head {
    font-weight: bold;
    color: #0663a6;
    font-size: 2.2rem;
    margin-bottom: 1rem;
    margin-left: 0px;

  }
  .flow__list-heads{

    margin-left: 0px;

  }
  .marginright {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .flow__list-text {
    /*font-size: 1.8rem;*/
  }
}

.flow-link {
  margin-top: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .flow-link {
    margin-top: 1.4rem;
    text-align: left;
  }
}

.button-flow {
  background: -webkit-gradient(linear, left top, right top, from(#EE9126), to(#EDE151)) !important;
  background: linear-gradient(to right, #EE9126, #EDE151) !important;
  border: none !important;
}

.flow-box {
  max-width: 900px;
  width: 100%;
  margin: 12rem auto 0;
  padding-right: 20px;
  padding-left: 20px;
}

/* -------------------------------
 blog-single
------------------------------- */
/* blog */
.blog {
  margin-bottom: 12rem;
}
@media (min-width: 768px) {
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
}
@media (min-width: 992px) {
  .blog {
    margin-bottom: 14rem;
  }
}

.inner-blog {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .blog__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog__contents {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .blog__contents {
    margin-bottom: 0;
    margin-right: 5%;
    width: 63%;
  }
}

.blog__head {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .blog__head {
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .blog__head {
    margin-bottom: 4rem;
  }
}

.blog__meta {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .blog__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog__category {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.8rem;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (min-width: 768px) {
  .blog__category {
    margin-bottom: 0;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.blog__category-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog__category-row div {
  position: relative;
  background-color: #EE9126;
  border-radius: 27px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.3em 1.2em 0.3em 3em;
  margin-bottom: 4px;
}
.blog__category-row div::before {
  position: absolute;
  content: "";
  background: url(../fonts/doc-white.svg) no-repeat center center/contain;
  width: 16px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 18px;
}

.blog__category-row > div:not(:last-child) {
  margin-right: 1rem;
}

.doc {
  color: #fff;
  font-size: 1.4rem;
}

.blog__category-text {
  font-size: 1.2rem;
  font-weight: 600;
  display: inline-block;
  padding-left: 0.3em;
}

.blog__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (min-width: 768px) {
  .blog__row {
    margin-left: auto;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.blog__date:first-child {
  margin-right: 0.8rem;
}

.blog__date-time {
  color: #404040;
  font-size: 1.2rem;
}

.sns-share {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .sns-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sns-share__item1,
.sns-share__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sns-share__item1 {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .sns-share__item1 {
    margin-bottom: 0;
  }
}

.sns-share__link {
  margin-right: 0.8rem;
}

.twitter,
.facebook,
.instagram,
.copy {
  position: relative;
  border-radius: 8px;
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  width: 130px;
}
.twitter::before,
.facebook::before,
.instagram::before,
.copy::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.twitter,
.facebook,
.instagram {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.twitter:hover, .twitter:focus,
.facebook:hover,
.facebook:focus,
.instagram:hover,
.instagram:focus {
  opacity: 0.7;
}

.facebook {
  border: 1.5px solid #1877F2;
  color: #1877F2;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
}
.facebook::before {
  background: url(../fonts/facobook-logo.svg) no-repeat center center/contain;
  left: 19px;
}

.twitter {
  border: 1.5px solid #1D9BF0;
  color: #1D9BF0;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
}
.twitter::before {
  background: url(../fonts/twitter-logo.svg) no-repeat center center/contain;
  left: 27px;
}

.instagram {
  border: 1.5px solid #C739A2;
  color: #C739A2;
  padding: 0.5rem 1rem 0.5rem 3.8rem;
}
.instagram::before {
  background: url(../fonts/instagram-logo.svg) no-repeat center center/contain;
  left: 17px;
}

.copy {
  border: 1.5px solid #707070;
  color: #707070;
  cursor: pointer;
  padding: 0.5rem 1.5rem 0.5rem 4rem;
}
.copy::before {
  background: url(../fonts/copy-logo.svg) no-repeat center center/contain;
  left: 19px;
}

.copy.copied:hover {
  background: #333333;
  color: #ffffff;
}

.blog__img-top {
  margin-bottom: 3.2rem;
}

.blog__img-content {
  margin: 2.4rem 0;
}

/* sidebar */
@media (min-width: 768px) {
  .sidebar {
    width: 32%;
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .sidebar__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
}

.sidebar__contents {
  background: #f4f6f7;
  padding: 2.8em 1.8em 2.8em;
}
.sidebar__contents--table {
  display: none;
}
@media (min-width: 768px) {
  .sidebar__contents--table {
    background: #F4F6F7;
    display: block;
    position: sticky;
    top: 8rem;
    padding: 2em 1.8em;
    z-index: 8;
  }
}

.bbb {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.ccc {
  height: 100%;
}

.sidebar__contents-top {
  background-color: #EE9126;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
  padding: 1em 1.5em;
}

.sidebar__contents-icon {
  margin-right: 1rem;
}
.sidebar__title {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sidebar__title {
    font-size: 2rem;
  }
}

.sidebar__item-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  row-gap: 0.5rem;
}

.sidebar__item-category li {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 2px rgba(0, 0, 0, 0.16);
  color: #404040;
  display: block;
  font-size: 1.6rem;
  padding: 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__item-category li:hover, .sidebar__item-category li:focus {
  background-color: #F4F6F7;
}

.sidebar__item-article {
  position: relative;
  background-color: #fff;
  padding: 1.5em 1em;
}

.sidebar__item-article:not(:last-child) {
  margin-bottom: 2.4rem;
}

.sidebar__content {
  display: relative;
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__content:hover, .sidebar__content:focus {
  opacity: 0.7;
}

.sidebar__ranking {
  display: block;
  margin-bottom: 2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sidebar__ranking:hover, .sidebar__ranking:focus {
  opacity: 0.7;
}

.sidebar__ranking:nth-child(1)::before,
.sidebar__ranking:nth-child(2)::before,
.sidebar__ranking:nth-child(3)::before {
  position: absolute;
  content: "";
  top: -27px;
  left: -27px;
  width: 90px;
  height: 90px;
}
@media (min-width: 768px) {
  .sidebar__ranking:nth-child(1)::before,
  .sidebar__ranking:nth-child(2)::before,
  .sidebar__ranking:nth-child(3)::before {
    top: -27.5px;
    left: -26.5px;
    width: 90px;
    height: 90px;
  }
}

.sidebar__item-article:nth-child(2) .sidebar__ranking::before {
  background: url(../fonts/ranking_01.svg);
}

.sidebar__item-article:nth-child(3) .sidebar__ranking::before {
  background: url(../fonts/ranking_02.svg);
}

.sidebar__item-article:nth-child(4) .sidebar__ranking::before {
  background: url(../fonts/ranking_03.svg);
}

.sidebar__ranking:nth-child(2)::before {
  background: url(../fonts/ranking_02.svg);
}

.sidebar__ranking:nth-child(3)::before {
  background: url(../fonts/ranking_03.svg);
}

.sidebar__content-img {
  margin-bottom: 0.8rem;
}
.sidebar__content-title {
  color: #404040;
  font-size: 1.5rem;
  font-weight: 600;
}

.blog article h1,
.blog article h2,
.blog article h3,
.blog article h4,
.blog article h5,
.blog article h6 {
  line-height: 1.3;
  font-weight: 600;
}

.blog article h2,
.blog article h3,
.blog article h4,
.blog article h5,
.blog article h6 {
  margin: 3.2rem 0 2.4rem;
}

.blog article h1 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .blog article h1 {
    font-size: 2.8rem;
  }
}

.blog article h2 {
  background-color: #EE9126;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 3.2rem 0 2.2rem;
  padding: 1em 2em;
}
@media (min-width: 768px) {
  .blog article h2 {
    font-size: 2rem;
    margin: 5.6rem 0 3.8rem;
  }
}

.blog article h3 {
  background-color: #FFF7ED;
  border-left: 8px solid #EE9126;
  color: #EE9126;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.5em 1em;
}
@media (min-width: 768px) {
  .blog article h3 {
    font-size: 1.8rem;
  }
}

.blog article h4 {
  position: relative;
  border-bottom: 1px dotted #EE9126;
  color: #404040;
  font-size: 1.5rem;
  padding: 0.3em 1em 0.3em 1.2em;
}
@media (min-width: 768px) {
  .blog article h4 {
    font-size: 1.7rem;
  }
}
.blog article h4::before {
  position: absolute;
  content: "";
  background: url(../fonts/article-h4.svg) no-repeat center center/contain;
  width: 10px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.blog article p {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .blog article p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.blog article img {
  margin: 2.4rem 0;
}

.blog__content li {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
  list-style: initial;
  list-style-type: initial;
}
@media (min-width: 768px) {
  .blog__content li {
    font-size: 1.6rem;
  }
}

.blog__content ul {
  margin-bottom: 1.6rem;
  padding-left: 2.2rem;
  list-style-type: disc;
}

.blog__content a {
  text-decoration: underline;
}

.blog__content ol,
.blog__content ul {
  list-style: inside;
}

.blog__content ol {
  padding-left: 2.2rem;
  list-style-type: decimal !important;
}

blockquote {
  position: relative;
  padding: 10px 15px 10px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #035F87;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.blog__content .is-style-vk-numbered-square-mark li::before {
  background-color: #fff;
  color: #404040;
  font-weight: normal;
  left: -0.1em;
}
.blog__content .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .blog__content .vk_borderBox .vk_borderBox_title_container .vk_borderBox_title {
    font-size: 1.6rem;
  }
}
.blog__content .su-label {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .blog__content .su-label {
    padding: 0.5em 0.8em;
    font-size: 1.6rem;
  }
}
.blog__content .su-label.related-label {
  background-color: #EE9126;
}

.linkcard {
  margin-top: 4px;
  margin-bottom: 16px;
  margin-left: 0;
  margin-right: 16px;
}

.lkc-thumbnail-img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ブログページ 目次 */
#toc_container {
  padding: 3em 4em;
  display: inherit;
}

.no_bullets {
  border-left: 5px solid #EE9126 !important;
}

.toc_title {
  position: relative;
  color: #EE9126 !important;
  font-size: 2rem !important;
  padding-left: 3rem !important;
  text-align: left !important;
}
.toc_title::before {
  position: absolute;
  content: "";
  background: url(../fonts/table-contents.svg) no-repeat center center/contain;
  width: 22px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 992px) {
  .toc_title {
    font-size: 2.2rem !important;
  }
}

.toc_toggle {
  color: #404040;
  font-size: 1.4rem !important;
  font-weight: 400;
}

@media (min-width: 992px) {
  .toc_list {
    margin-left: 5.6rem;
  }
}

.toc_list li a {
  color: #404040;
  font-size: 1.6rem;
}

.toc_list li ul li a {
  color: #404040;
  font-size: 1.5rem;
}

/* ブログページ サイドバー目次 */
.toc_widget {
  background: #fff;
  padding: 2rem;
  overflow-y: scroll;
  max-height: 250px;
}

.widget-title {
  display: none;
}

.toc_widget_list {
  border-left: #fff;
  padding-left: 1rem;
}

.toc_widget_list li a {
  color: #404040;
  font-size: 1.5rem;
  font-weight: 500;
}

.toc_widget li ul a {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 400;
}

.su-list ul li {
  color: #035F87 !important;
}

.su-note-inner {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .su-note-inner {
    font-size: 1.6rem;
  }
}

.vk_balloon_icon_image {
  margin: 0 !important;
}

.vk_balloon {
  margin-top: 4em;
  margin-bottom: 4em;
}

.side-banner a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 24px;
}
.side-banner a:hover {
  opacity: 0.7;
}

/* -------------------------------
 purchasing-service
------------------------------- */
/* service-top */
.service-top {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .service-top {
    margin-bottom: 12rem;
  }
}

.service-top__lead {
  color: #EE9126;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .service-top__lead {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
}

.service-top__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .service-top__title {
    font-size: 3.6rem;
    margin-bottom: 8.8rem;
  }
}

/* service-main */
.service-main {
  padding-bottom: 16rem;
}
@media (min-width: 992px) {
  .service-main {
    padding-bottom: 25rem;
  }
}

.service-main__inner {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.service-main__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 7rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-main__title {
    margin-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .service-main__title {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}

.service-main__contents {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.service-main__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .service-main__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .service-main__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.service-main__list {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.service-main__img img {
  border-radius: 40px 40px 0 0;
}

.service-main__body {
  background-color: #fff;
  border-radius: 0 0 40px 40px;
  padding: 2.4em 2.4em 3em;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.service-main__list-head {
  color: #035F87;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .service-main__list-head {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.service-main__list-text {
  color: #404040;
  margin-bottom: 3.2rem;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .service-main__list-text {
    margin-bottom: 4rem;
  }
}

.service-main__background {
  position: relative;
}
.service-main__background::before {
  position: absolute;
  content: "";
  background-color: #EAF3F8;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  top: 80px;
  left: 0;
  z-index: -1;
}

/* service-reason */
.service-reason {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-reason {
    margin-bottom: 16rem;
  }
}

.service-reason__items {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .service-reason__items {
    margin-top: 8rem;
  }
}

.service-reason__item {
  background-color: #F8FCFF;
  border-radius: 27px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 8rem;
  padding: 1em 2em 3em 2em;
}
@media (min-width: 768px) {
  .service-reason__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 4em 1em 2em;
  }
}
@media (min-width: 992px) {
  .service-reason__item {
    padding: 1em 5em 3em 2em;
  }
}

.service-reason__img {
  position: relative;
  margin: -5rem auto 0;
  width: 180px;
}
@media (min-width: 768px) {
  .service-reason__img {
    width: 24%;
    margin-top: -3rem;
    margin-right: 3%;
  }
}

@media (min-width: 768px) {
  .service-reason__content {
    width: 100%;
  }
}

.service-reason__number {
  position: relative;
  color: #56A6AD;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-reason__number {
    margin-bottom: 0;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .service-reason__number {
    font-size: 2.8rem;
    margin-top: -6.5rem;
  }
}

.service-reason__number span {
  font-size: 2.6em;
  margin-left: 0.8rem;
}
@media (min-width: 768px) {
  .service-reason__number span {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .service-reason__number span {
    font-size: 6rem;
  }
}

.service-reason__text {
  color: #404040;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .service-reason__text {
    font-size: 1.8rem;
  }
}

/* service-related */
.service-related {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-related {
    margin-bottom: 16rem;
  }
}

.service-related__items {
  background-color: #EAF3F8;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2rem;
  padding: 3em 3em;
}
@media (min-width: 768px) {
  .service-related__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
    row-gap: 3rem;
  }
}
@media (min-width: 992px) {
  .service-related__items {
    padding: 5em 10em;
  }
}
@media (min-width: 1200px) {
  .service-related__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 8rem;
       -moz-column-gap: 8rem;
            column-gap: 8rem;
    row-gap: 3rem;
  }
}

.service-related__item {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .service-related__item {
    margin-bottom: 1.6rem;
  }
}

.service-related__text {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .service-related__text {
    font-size: 1.6rem;
  }
}

.inspection-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
}
@media (min-width: 768px) {
  .inspection-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .inspection-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.logistics-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
}
@media (min-width: 768px) {
  .logistics-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .logistics-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            column-gap: 4rem;
  }
}

.promotion__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .promotion__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 1200px) {
  .promotion__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

/* -------------------------------
 既存品買付サービス
------------------------------- */
/* service-purchase */
.service-feature__inner {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.service-purchase__items {
  counter-reset: number 0;
}

@media (min-width: 768px) {
  .service-purchase__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.service-purchase__item:not(:last-child) {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .service-purchase__item:not(:last-child) {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .service-purchase__item:nth-child(2n+1) .service-purchase__img {
    margin-right: 8.4%;
  }
}

@media (min-width: 768px) {
  .service-purchase__item:nth-child(2n) .service-purchase__content {
    margin-right: 8.4%;
  }
}
@media (min-width: 768px) {
  .service-purchase__item:nth-child(2n) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.service-purchase__img {
  margin: 0 auto 24px;
  width: 80%;
}
@media (min-width: 768px) {
  .service-purchase__img {
    margin-bottom: initial;
    width: 25.5%;
  }
}

@media (min-width: 768px) {
  .service-purchase__content {
    width: 66%;
  }
}

.service-purchase__title {
  position: relative;
  color:#0663a6;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  padding-left: 66px;
}
@media (min-width: 768px) {
  .service-purchase__title {
    padding-left: 100px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .service-purchase__title {
    font-size: 2.4rem;
  }
}
.service-purchase__title:before {
  position: absolute;
  color: #E9EEF8;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: italic;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}
@media (min-width: 992px) {
  .service-purchase__title:before {
    font-size: 6rem;
  }
}

.service-purchase__text {
  color: #333;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .service-purchase__text {
    font-size: 1.8rem;
  }
}

.service-purchase__note {
  color: #333;
  font-size: 1.4rem;
}

/* buying */
.service-buying {
  padding-bottom: 120px;
}
@media (min-width: 992px) {
  .service-buying {
    padding-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .purchase-buying__sp {
    display: none;
  }
}

.purchase-buying__sp:not(:nth-of-type(5)) {
  margin-bottom: 24px;
}

.purchase-buying__text {
  color: #035F87;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .purchase-buying__text {
    display: none;
  }
}

/* service-tool */
.service-tool__top {
  text-align: center;
}

.service-title-tool {
  position: relative;
  display: inline-block;
}
.service-title-tool::before {
  position: absolute;
  content: "";
  background: url(../images/purchase-support.png) no-repeat center center/contain;
  width: 210px;
  height: 50px;
  top: -45px;
  left: -40px;
}
@media (min-width: 768px) {
  .service-title-tool::before {
    width: 262px;
    height: 70px;
    top: -56px;
    left: -28px;
  }
}
@media (min-width: 992px) {
  .service-title-tool::before {
    left: -104px;
  }
}

.service-tool__box {
  overflow-x: scroll !important;
  white-space: nowrap;
  margin: auto;
}

.service-tool__img {
  margin: auto;
  width: 700px;
}
@media (min-width: 768px) {
  .service-tool__img {
    width: 992px;
  }
}

/* service-flow */
@media (min-width: 768px) {
  .service-flow__img {
    max-width: 1200px;
    width: 100%;
  }
}

/* -------------------------------
 purchasing-service
------------------------------- */
.service- {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .service- {
    padding-bottom: 16rem;
  }
}

.service-purchase__contents {
  background-color: #EAF3F8;
  border-radius: 40px;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .service-purchase__contents {
    padding: 6.4rem 4rem;
  }
}
@media (min-width: 992px) {
  .service-purchase__contents {
    padding: 8rem 5.6rem;
  }
}

/* purchase-category */
.purchase-category {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .purchase-category {
    margin-bottom: 16rem;
  }
}

.purchase-category__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
}
@media (min-width: 768px) {
  .purchase-category__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 2.4rem;
  }
}
@media (min-width: 992px) {
  .purchase-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .purchase-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}

.purchase-category__img {
  background-color: #F7FCFF;
  border-radius: 40px;
  margin-bottom: 1.6rem;
}
.purchase-category__text {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .purchase-category__text {
    font-size: 1.6rem;
  }
}

.purchase-item {
  padding: 1em 2em 3em 2em;
}
@media (min-width: 768px) {
  .purchase-item {
    padding: 1em 4em 1em 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .purchase-item {
    padding: 1em 2em 3em 5em;
  }
}

.purchase-flow {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .purchase-flow {
    margin-bottom: 16rem;
  }
}

/* -------------------------------
 shipping-fee
------------------------------- */
/* shipping-fee */
.fee-top {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .fee-top {
    margin-bottom: 10rem;
  }
}

.fee-top__contents {
  background-color: #F4F6F7;
  border-radius: 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 3rem 3rem;
}
@media (min-width: 992px) {
  .fee-top__contents {
    padding: 6.4em 10rem;
  }
}
@media (min-width: 1200px) {
  .fee-top__contents {
    padding: 8rem 12rem;
  }
}

.fee-top__content {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .fee-top__content {
    margin-bottom: 4.8rem;
  }
}

.fee-top__text {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
}
@media (min-width: 992px) {
  .fee-top__text {
    font-size: 1.8rem;
  }
}

.fee-top__related > .fee-top__text {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .fee-top__related > .fee-top__text {
    font-size: 1.4rem;
  }
}

/* fee-category */
.fee {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .fee {
    padding-bottom: 16rem;
  }
}

.fee-category {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .fee-category {
    margin-bottom: 6rem;
  }
}

.fee-category__items {
  border-bottom: 0.5px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.fee-category__item {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.fee-category__item--blue {
  background-color: #035F87;
}
.fee-category__item--orange {
  background-color: #EE9126;
}

.fee-category__item:not(:last-child) {
  margin-right: 0.6rem;
}
@media (min-width: 768px) {
  .fee-category__item:not(:last-child) {
    margin-right: 2rem;
  }
}

.fee-category__item a {
  color: #fff;
  font-size: 1.3rem;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 150px;
}
@media (min-width: 992px) {
  .fee-category__item a {
    font-size: 1.6rem;
    width: 375px;
  }
}

/* fee-items */
.fee__items:not(:last-child) {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .fee__items:not(:last-child) {
    margin-bottom: 12rem;
  }
}

.fee__items-top {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .fee__items-top {
    margin-bottom: 6.4rem;
  }
}

.fee__items-head {
  background-color: #035F87;
  margin-bottom: 1.6rem;
  padding: 1rem 0 1rem 2rem;
}
@media (min-width: 992px) {
  .fee__items-head {
    margin-bottom: 2.4rem;
    padding: 1remm 0 1rem 3.8rem;
  }
}
.fee__items-head--orange {
  background-color: #EE9126;
}

.fee__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 100px;
  margin-top: -100px;
}
@media (min-width: 992px) {
  .fee__title {
    font-size: 2.4em;
  }
}

.fee__items-content {
  background-color: #F4F6F7;
}

.fee__items-text {
  color: #404040;
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .fee__items-text {
    font-size: 1.6rem;
  }
}

.fee__item:not(:last-child) {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .fee__item:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}

.fee__item-company {
  background-color: #C3DCE8;
  border-left: 13px solid #035F87;
  margin-bottom: 3rem;
  padding: 0.8rem 1rem 0.8rem 1rem;
}
@media (min-width: 768px) {
  .fee__item-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8rem 2rem 0.8rem 1rem;
  }
}
@media (min-width: 992px) {
  .fee__item-company {
    margin-bottom: 3rem;
  }
}
.fee__item-company--orange {
  background-color: #FFE5C6;
  border-left: 13px solid #EE9126;
}

.fee__item-title {
  color: #434343;
  font-size: 1.8rem;
  font-weight: 600;
}
.fee__item-time {
  color: #404040;
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .fee__item-time {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.fee__table {
  margin-bottom: 2.4rem;
}

.fee-table__1 {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .fee-table__1 {
    display: inline-table;
  }
}

@media (max-width: 374px) {
  .fee-table__2 {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 576px) {
  .fee-table__2 {
    display: inline-table;
  }
}

.fee-table__3 {
  display: block;
  overflow-x: scroll;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .fee-table__3 {
    white-space: initial;
  }
}
@media (min-width: 992px) {
  .fee-table__3 {
    display: inline-table;
  }
}

.fee-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.fee-table th,
.fee-table td {
  border: 0.5px solid #888888;
  color: #434343;
  text-align: center;
}
.fee-table th {
  background-color: #F4F6F7;
  font-size: 1.4rem;
  width: 82px;
}
.fee-table td {
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.8em 0.8em;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .fee-table td {
    padding: 0.8em 1em;
  }
}
.fee-table th span {
  display: block;
  font-size: 1rem;
}
.fee-table .th-1 {
  vertical-align: middle;
}

.fee__item-content {
  background-color: #F4F6F7;
}

.fee__item-content01 {
  background-color: #F4F6F7;
  padding: 3.2rem 2.4rem;
}
@media (min-width: 768px) {
  .fee__item-content01 {
    padding: 4rem 0 4rem 6rem;
  }
}

.fee__item-content01 .fee__item-text {
  line-height: 1.8;
}

.fee__item-content:not(:last-child) {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .fee__item-content:not(:last-child) {
    margin-bottom: 6.4rem;
  }
}

.fee__item-text {
  color: #404040;
  font-size: 1.4em;
}
@media (min-width: 992px) {
  .fee__item-text {
    font-size: 1.6rem;
  }
}

.fee__item-text a {
  text-decoration: underline;
}

.fee-time {
  text-align: right;
  margin-bottom: 1.6rem;
}

.fee-time__text {
  color: #404040;
  font-size: 1.4rem;
}

/* -------------------------------
 plan-diagnosis
------------------------------- */
/* plan-diagnosis */
.plan-diagnosis__inner {
  max-width: 1000px;
  margin: 8.4rem auto auto;
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .plan-diagnosis__inner {
    margin-top: -3.2em;
    padding: 0;
    text-align: center;
  }
}
.plan-diagnosis__title {
  position: relative;
  margin: 0rem 0 1.5rem 0;
  color: #035F87;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .plan-diagnosis__title {
    margin-top: 11rem;
    margin-bottom: 2.5rem;
    font-size: 2.4rem;
  }
}
.plan-diagnosis__title-inner {
  display: inline-block;
  position: relative;
  font-weight: 900;
}
.plan-diagnosis__title-inner:before, .plan-diagnosis__title-inner:after {
  position: absolute;
  bottom: -0.5em;
  -webkit-transform: scale(1, 2);
          transform: scale(1, 2);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .plan-diagnosis__title-inner:before, .plan-diagnosis__title-inner:after {
    text-shadow: 0.1px 0.1px #035F87, -0.1px 0.1px #035F87, -0.1px -0.1px #035F87, 0.1px -0.1px #035F87, 0.1px 0px #035F87, 0px 0.1px #035F87, -0.1px 0px #035F87, 0px -0.1px #035F87;
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
    bottom: -0.3em;
  }
}
.plan-diagnosis__title-inner:before {
  left: -1.7em;
  content: "＼";
}
.plan-diagnosis__title-inner:after {
  right: -1.7em;
  content: "／";
}
.plan-diagnosis__title-num {
  position: relative;
  top: 2px;
  padding-right: 0.05em;
  padding-left: 0.05em;
  line-height: 1;
  font-size: 3rem;
  font-weight: normal;
  color: #ee9126;
}
@media (min-width: 768px) {
  .plan-diagnosis__title-num {
    font-size: 6rem;
  }
}
.plan-diagnosis__lead {
  text-align: left;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__lead {
    text-align: center;
    line-height: 2;
    font-size: 2rem;
  }
}
.plan-diagnosis__mv {
  margin: 3rem auto 0 auto;
  max-width: 983px;
}
@media (min-width: 768px) {
  .plan-diagnosis__mv {
    margin-top: 7rem;
  }
}
.plan-diagnosis__body {
  max-width: 983px;
  width: 100%;
  margin: auto;
  padding-top: 3em;
  text-align: left;
}
@media (min-width: 768px) {
  .plan-diagnosis__body {
    padding-top: 0;
  }
}
.plan-diagnosis__body > form {
  max-width: 950px;
  margin: auto;
  font-weight: 700;
}
.plan-diagnosis__step-title {
  margin: -0.7rem 0 5.5rem 6.4em;
  text-indent: -6.4em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__step-title {
    margin: -2.5rem 0 2.5rem 0;
    text-indent: 0;
    font-size: 2.4rem;
  }
}
.plan-diagnosis__step-title:first-child {
  margin-top: -2rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__step-title:first-child {
    margin-top: 2rem;
  }
}
.plan-diagnosis__step-title > img {
  position: relative;
  top: 25px;
  margin: 0 1.2rem 0 0.5rem;
  width: 85px;
  height: auto;
}
@media (min-width: 576px) {
  .plan-diagnosis__step-title > img {
    top: 35px;
    width: 140px;
    margin-right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .plan-diagnosis__step-title > img {
    top: 35px;
    width: 140px;
  }
}
.plan-diagnosis__question {
  margin: 2rem 3rem 2rem 2.6em;
  text-indent: -2.1em;
  line-height: 1.2;
  color: #035F87;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__question {
    margin-top: 3.13rem;
    margin-bottom: 2rem;
    margin-left: 3.5em;
    font-size: 2rem;
  }
}
.plan-diagnosis__question-strong {
  padding-right: 0.2em;
  color: #ee9126;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__question-strong {
    font-size: 3rem;
  }
}
.plan-diagnosis__caution {
  padding: 0 1rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__caution {
    padding: 0;
    font-size: 1.4rem;
  }
}
.plan-diagnosis__items-wrapper {
  max-width: 600px;
  margin: auto -1.5rem;
}
@media (min-width: 768px) {
  .plan-diagnosis__items-wrapper {
    margin: auto;
  }
}
.plan-diagnosis__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding: 0.5em 0.8em 3em 0.8em;
}
@media (min-width: 768px) {
  .plan-diagnosis__items {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.plan-diagnosis__btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.plan-diagnosis__btn {
  display: block;
  padding: 1.2em 1em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  text-align: center;
  background: #f4f6f7 0% 0% no-repeat padding-box;
  color: #035F87;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  font-size: 999;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .plan-diagnosis__btn {
    padding: 0.9em 1em;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.plan-diagnosis__btn:hover {
  color: #035F87;
}
.plan-diagnosis__btn-check:focus + .plan-diagnosis__btn, .plan-diagnosis__btn:focus {
  outline: 0;
  -webkit-box-shadow: #000;
          box-shadow: #000;
  border: 2px solid #3e85ae;
}
.plan-diagnosis__btn-check:checked + .plan-diagnosis__btn, .plan-diagnosis__btn-check:active + .plan-diagnosis__btn, .plan-diagnosis__btn:active, .plan-diagnosis__btn.active {
  background-color: #035F87;
  border: 1px solid #035F87;
  color: #fff;
}
.plan-diagnosis__btn-check:checked + .plan-diagnosis__btn:focus, .plan-diagnosis__btn-check:active + .plan-diagnosis__btn:focus, .plan-diagnosis__btn:active:focus, .plan-diagnosis__btn.active:focus {
  background-color: #035F87;
}
.plan-diagnosis__submit-wrapper {
  margin: 3.5rem auto 8rem auto;
  text-align: center;
}
@media (min-width: 768px) {
  .plan-diagnosis__submit-wrapper {
    margin-top: 7rem;
  }
}
.plan-diagnosis__submit {
  display: block;
  margin: auto;
  padding: 1em;
  max-width: 600px;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px;
  background: transparent linear-gradient(94deg, #ee9833 0%, #ffda67 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
@media (min-width: 768px) {
  .plan-diagnosis__submit {
    font-size: 2.4rem;
  }
}

/* -------------------------------
 diagnosis-result
------------------------------- */
/*
このページでしか使わないカラー定義
*/
.diagnosis-result__inner {
  position: relative;
  max-width: 1050px;
  margin: -2rem auto auto;
  padding: 9em 0 0em 0;
  text-align: left;
}
@media (min-width: 576px) {
  .diagnosis-result__inner {
    margin-top: -6rem;
    padding-bottom: 11em;
  }
}
@media (min-width: 576px) {
  .diagnosis-result__inner {
    margin-top: -0.4rem;
    padding-top: 6.5em;
    text-align: center;
  }
}
.diagnosis-result--top .diagnosis-result__inner {
  background: url(../images/diagnosis-sp.svg) no-repeat top center;
  background-size: 67%;
}
@media (min-width: 576px) {
  .diagnosis-result--top .diagnosis-result__inner {
    background: none;
  }
  .diagnosis-result--top .diagnosis-result__inner::before {
    position: absolute;
    top: -2rem;
    left: -3rem;
    width: 200px;
    height: 200px;
    background: url(../fonts/diagnosis-pc_01.svg) no-repeat center center/contain;
    content: "";
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .diagnosis-result--top .diagnosis-result__inner::before {
    left: 28px;
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .diagnosis-result--top .diagnosis-result__inner::before {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 576px) {
  .diagnosis-result--top .diagnosis-result__inner::after {
    position: absolute;
    top: 0px;
    right: -3rem;
    width: 200px;
    height: 200px;
    background: url(../fonts/diagnosis-pc_02.svg) no-repeat center center/contain;
    content: "";
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .diagnosis-result--top .diagnosis-result__inner::after {
    right: 0;
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 576px) and (min-width: 1200px) {
  .diagnosis-result--top .diagnosis-result__inner::after {
    width: 300px;
    height: 300px;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__inner {
    margin-top: -6rem;
  }
}
.diagnosis-result__intro {
  padding: 0 2.5rem;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 576px) {
  .diagnosis-result__intro {
    text-align: center;
    font-size: 2.4rem;
  }
}
.diagnosis-result__intro > br {
  display: none;
}
@media (min-width: 768px) {
  .diagnosis-result__intro > br {
    display: inline;
  }
}
.diagnosis-result__plan {
  position: relative;
  color: #a0325c;
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin: 1.2rem 0 3.5rem 0;
}
@media (min-width: 768px) {
  .diagnosis-result__plan {
    font-size: 3rem;
  }
}
.diagnosis-result--economy .diagnosis-result__plan {
  color: #616770;
}
.diagnosis-result--premium .diagnosis-result__plan {
  color: #317c6e;
}
.diagnosis-result--business .diagnosis-result__plan {
  color: #234c63;
}
.diagnosis-result--first .diagnosis-result__plan {
  color: #a0325c;
}
.diagnosis-result--diamond .diagnosis-result__plan {
  color: #fac246;
}
.diagnosis-result__marker {
  padding-bottom: 0.2em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #f4f6f7));
  background: linear-gradient(transparent 10%, #f4f6f7 10%);
}
@media (min-width: 768px) {
  .diagnosis-result__marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f4f6f7));
    background: linear-gradient(transparent 40%, #f4f6f7 40%);
  }
}
.diagnosis-result__price {
  position: relative;
  margin: 2rem 0 3.5rem 0;
  padding: 0 0.2em;
  text-align: center;
  line-height: 1;
  color: #ee9126;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .diagnosis-result__price {
    font-size: 5rem;
  }
}
.diagnosis-result__body {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
}
@media (min-width: 576px) {
  .diagnosis-result__body {
    grid-template-columns: 0.7fr 1.3fr;
    padding-top: 9em;
    padding-left: 3em;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__body {
    grid-template-columns: 0.5fr 1.5fr;
  }
}
.diagnosis-result__image {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #a0325c;
}
@media (min-width: 768px) {
  .diagnosis-result__image {
    font-size: 3rem;
  }
}
.diagnosis-result--economy .diagnosis-result__image {
  color: #616770;
}
.diagnosis-result--premium .diagnosis-result__image {
  color: #317c6e;
}
.diagnosis-result--business .diagnosis-result__image {
  color: #234c63;
}
.diagnosis-result--first .diagnosis-result__image {
  color: #a0325c;
}
.diagnosis-result--diamond .diagnosis-result__image {
  color: #fac246;
}
@media (min-width: 576px) {
  .diagnosis-result__image {
    padding-bottom: 2em;
  }
}
@media (min-width: 768px) {
  .diagnosis-result__image {
    padding-bottom: 0em;
  }
}
.diagnosis-result__image > img {
  width: 45%;
  margin: 1rem 0rem 1rem 0rem;
}
@media (min-width: 576px) {
  .diagnosis-result__image > img {
    width: 245px;
    height: auto;
    margin-top: 5.5rem;
  }
}
.diagnosis-result__image > div {
  margin-left: -2rem;
  margin-right: -2rem;
}
.diagnosis-result__reason {
  padding: 4em 3em 0 3em;
  text-align: left;
  font-weight: bold;
}
@media (min-width: 576px) {
  .diagnosis-result__reason {
    padding: 0 5em 0 4.5em;
  }
}
@media (min-width: 768px) {
  .diagnosis-result__reason {
    padding-left: 3.5em;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__reason {
    padding-left: 10.5em;
  }
}
.diagnosis-result__reason-title {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  color: #035F87;
}
@media (min-width: 768px) {
  .diagnosis-result__reason-title {
    font-size: 2.4rem;
  }
}
.diagnosis-result__reason-text {
  margin-bottom: 4rem;
  font-size: 1.4rem;
}
.diagnosis-result__reason-text:last-child {
  margin-bottom: 4.5rem;
}
@media (min-width: 768px) {
  .diagnosis-result__reason-text {
    font-size: 1.8rem;
  }
}
.diagnosis-result__button-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  row-gap: 3rem;
  padding: 0 2.5em;
  text-align: center;
}
@media (min-width: 768px) {
  .diagnosis-result__button-wrapper {
    grid-template-columns: 1fr 1fr;
    margin: 4rem 0 8rem 0;
    padding: 0 5em;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__button-wrapper {
    padding: 0 14.5em;
  }
}
.diagnosis-result__button-wrapper:nth-child(4) {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .diagnosis-result__button-wrapper:nth-child(4) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .diagnosis-result__button-wrapper:nth-child(4) {
    padding: 0 8.5em;
  }
}
.diagnosis-result__button {
  display: block;
  margin: auto;
  padding: 1em;
  width: 100%;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 40px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .diagnosis-result__button {
    font-size: 1.8rem;
  }
}
.diagnosis-result__button--simulation {
  background: transparent linear-gradient(94deg, #ee9833 0%, #ffda67 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.diagnosis-result__button--contact {
  background: transparent linear-gradient(95deg, var(--unnamed-color-035f87) 0%, #68b1b4 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(95deg, #035f87 0%, #68b1b4 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.diagnosis-result__button--retry {
  margin: 3rem auto 5em auto;
  background: #f3f5f6 0% 0% no-repeat padding-box;
  color: #035F87;
}

/* -------------------------------
 priceplan-simulator
------------------------------- */
@media (min-width: 768px) {
  main.page-priceplan-simulator {
    overflow: visible;
  }
}

/* priceplan-simulator */
/* 必要に応じて_color.scss等に移動してください*/
.priceplan-list__inner, .price-simulation__inner, .service-list__inner {
  max-width: 1240px;
  margin: 5rem auto auto;
  padding: 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .priceplan-list__inner, .price-simulation__inner, .service-list__inner {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .priceplan-list__inner, .price-simulation__inner, .service-list__inner {
    margin: -4rem auto auto;
  }
}
.priceplan-list__lead, .option-list__lead, .service-list__lead {
  color: #212121;
  margin-top: -2rem;
  /* margin-bottom: 4.8rem; */
  line-height: 1.57;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .priceplan-list__lead, .option-list__lead, .service-list__lead {
    margin-top: -1.3rem;
    /* margin-bottom: 5.2rem; */
    font-size: 1.8rem;
  }
}
.priceplan-list__items {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 2.8rem;
     -moz-column-gap: 2.8rem;
          column-gap: 2.8rem;
  row-gap: 5.3rem;
  margin-bottom: 5.6rem;
  text-align: center;
}
@media (min-width: 576px) {
  .priceplan-list__items {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .priceplan-list__items {
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 3.2rem;
  }
}
@media (min-width: 1200px) {
  .priceplan-list__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.priceplan-list__item {
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
.priceplan-list__item--economy .priceplan-list__name {
  background-color: #aeaeac;
}
.priceplan-list__item--economy .priceplan-list__name {
  background-color: #aeaeac;
}
.priceplan-list__item--premium .priceplan-list__name {
  background-color: #57bcaa;
}
.priceplan-list__item--business .priceplan-list__name {
  background-color: #3e85ae;
}
.priceplan-list__item--first .priceplan-list__name {
  background-color: #f09d7b;
}
.priceplan-list__item--diamond .priceplan-list__name {
  background-color: #eccd5e;
}
.priceplan-list__name {
  padding: 0.8em 0.1em 0.8em;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .priceplan-list__name {
    padding: 1.4em 0.1em 1.1em;
  }
}
.priceplan-list__contents {
  min-height: 7rem;
  padding: 0.7em 0.5em 0.5em;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .priceplan-list__contents {
    padding: 1.4em 0.5em 0.5em;
  }
}
.priceplan-list__price {
  font-size: 1.6rem;
  font-weight: 700;
}
.priceplan-list__price-num {
  display: inline-block;
  position: relative;
  top: 4px;
  padding: 0 0.2em;
  color: #ee952e;
  font-size: 4rem;
  font-style: italic;
  letter-spacing: -1.4px;
}
.priceplan-list__item--economy .priceplan-list__price-num {
  font-size: 5rem;
}
@media (min-width: 768px) {
  .priceplan-list__item--economy .priceplan-list__price-num {
    font-size: 3.6rem;
  }
}

.priceplan-list__item--diamond .priceplan-list__price-num {
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  font-size: 2.4rem;
  font-style: normal;
  position: relative;
  top: 1.5rem;
}
@media (min-width: 768px) {
  .priceplan-list__price-num {
    font-size: 3.6rem;
  }
}
.priceplan-list__fee {
  display: inline-block;
  margin: -1rem 0;
  line-height: 1.6;
  font-size: 2rem;
}
.priceplan-list__fee span {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .priceplan-list__fee {
    margin: -0.5rem 0;
    line-height: 2.1;
  }
}
.priceplan-list__fee-detail {
  padding-top: 0.3em;
  line-height: 1.4;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .priceplan-list__fee-detail {
    padding-top: 0;
    padding-left: 2em;
    text-align: left;
  }
}
.priceplan-list__strong {
  color: #ee952e;
  line-height: 1;
  font-weight: 700;
  font-size: 2rem;
}
.priceplan-list__detail {
  padding: 1.6em 1.2em 2em 1.2em;
  line-height: 1.55;
  font-size: 1.4rem;
  text-align: left;
}
.priceplan-list__example {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  width: auto;
  color: #d49b58;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

.list-table--support .first {
  color: #f09d7b;
}
.list-table--support .business {
  color: #3e85ae;
}
.list-table--support .business--support {
  color: #A7A7A7;
}
.list-table--support .premium {
  color: #57bcaa;
}
.list-table--support .premium--support {
  color: #A7A7A7;
}
.list-table--support .economy--support {
  color: #A7A7A7;
}

.service-list {
  text-align: center;
}
.service-list__inner {
  padding-right: 0;
  margin-top: 9rem;
}
@media (min-width: 768px) {
  .service-list__inner {
    margin-top: 13.8rem;
  }
}
@media (min-width: 1200px) {
  .service-list__inner {
    padding-right: 20px;
  }
}
.service-list__lead {
  margin-bottom: 4rem;
}
.service-list__body {
  max-width: 1080px;
  margin: auto auto 10rem auto;
}

.option-list {
  text-align: center;
}
.option-list__inner {
  max-width: 1200px;
  margin: 5rem auto auto;
  padding: 0 0 0 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .option-list__inner {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .option-list__inner {
    margin: 13.9rem auto auto;
    padding-right: 20px;
  }
}
.option-list__lead {
  margin-bottom: 4.5rem;
  padding-right: 20px;
}
@media (min-width: 576px) {
  .option-list__lead {
    padding-right: 0;
  }
}
.option-list__body {
  max-width: 1080px;
  margin: auto auto 8rem auto;
}
.option-list__body:last-child {
  padding-top: 1.5em;
}

.list-table {
  width: 100%;
  min-width: 1040px;
  border-collapse: separate;
  border-spacing: 0;
  text-align: center;
  table-layout: fixed;
}
.list-table thead th:nth-child(1) {
  width: 400px;
  text-align: left;
}
.list-table tbody tr {
  background-color: #fff;
}
.list-table tbody tr:nth-child(odd) {
  background-color: #f4f6f7;
}
.list-table tbody td {
  padding: 1em;
  vertical-align: middle;
  color: #212121;
  font-size: 1.65rem;
}
.list-table tbody th :nth-child(1) {
  width: 400px;
}
.list-table__col-th {
  text-align: center;
  vertical-align: middle;
}
.list-table__headline {
  position: relative;
  margin: 10px 0 10px 10px;
  padding: 1em 0 0.7em;
  border-radius: 10px 10px 0 0;
  color: #fff;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: normal;
}
@media (min-width: 768px) {
  .list-table__headline {
    padding: 1em 0 0.7em;
  }
}
.list-table__headline--item {
  position: relative;
  top: 0px;
  height: 100%;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  width: 138px;
  text-align: center;
  margin-left: 0;
}
.list-table__headline--item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  background-color: #FCC07C;
}
.list-table__headline--item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #FCC07C;
}
.list-table__headline--item02 {
  position: relative;
  top: 0px;
  height: 100%;
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  width: 138px;
  text-align: center;
  margin-left: 0;
}
.list-table__headline--item02::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  background-color: #55A9CC;
}
.list-table__headline--item02::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 5px;
  bottom: -5px;
  left: 0;
  background-color: #55A9CC;
}
.list-table__headline--economy {
  background-color: #aeaeac;
}
.list-table__headline--premium {
  background-color: #57bcaa;
}
.list-table__headline--business {
  background-color: #3e85ae;
}
.list-table__headline--first {
  background-color: #f09d7b;
}
.list-table__headline--diamond {
  margin-right: 0;
  background-color: #eccd5e;
}
.list-table__large {
  display: block;
  position: relative;
  font-size: 3rem;
  font-weight: 600;
  color: #FCC07C;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
@media (min-width: 768px) {
  .list-table__large {
    font-size: 4rem;
  }
}
.list-table__large--xl {
  font-size: 2rem;
}
.list-table__large--blue {
  color: #55A9CC;
}
.list-table__small {
  font-size: 1.1rem;
}
@media (min-width: 1200px) {
  .list-table__small {
    font-size: 1.3rem;
  }
}
.list-table__row-th {
  position: relative;
  text-align: left;
}
.list-table__row-name {
  color: #212121;
  display: inline-block;
  padding: 1.2em 0 1.2em 1.3em;
  text-align: left;
  font-size: 1.5rem;
}
.list-table__row-th.list-table__row-th--2line .list-table__row-name {
  padding: 1.2em 0 1.2em 1.3em;
}

.list-table__row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-table__row-sub {
  display: block;
  font-size: 1.4rem;
}
.list-table__row-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 35px;
  height: 50px;
  margin: auto 0;
}
.list-table__row-th.list-table__row-th--2line .list-table__row-icon {
  left: 9px;
}

.list-table2 thead th:nth-child(1) {
  width: 160px;
  text-align: left;
}
.list-table2 tbody th :nth-child(1) {
  width: 160px;
}

.list-table3 .row-sub02 {
  color: #212121;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  padding-left: 1.3em;
  padding-bottom: 1.2em;
}
.list-table3 .row-small02 {
  vertical-align: initial;
}

.bg-white {
  background-color: #fff !important;
}

.bg-grey {
  background-color: #f4f6f7 !important;
}

.row-small {
  vertical-align: initial !important;
}

.font-bold {
  font-weight: bold;
}

.price-simulation {
  margin-bottom: 6.4rem;
}
@media (min-width: 1200px) {
  .price-simulation {
    margin-bottom: 10rem;
  }
}
.price-simulation__inner {
  max-width: 1440px;
  margin-top: 12rem;
  padding-top: 7.2em;
  padding-bottom: 7.2em;
  border-radius: 100px;
  background-color: #f4f6f7;
  text-align: center;
}
@media (min-width: 1200px) {
  .price-simulation__inner {
    padding-top: 9.3em;
    padding-bottom: 8em;
  }
}
.price-simulation__body {
  padding: 0;
}
@media (min-width: 1200px) {
  .price-simulation__body {
    padding: 0 60px;
  }
}
@media (min-width: 1400px) {
  .price-simulation__body {
    padding: 0 100px;
  }
}

.simulation {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  overflow: visible;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 768px) {
  .simulation {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .simulation__input {
    padding-right: 1em;
  }
}
.simulation__question {
  padding: 0em 0 2.4em 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .simulation__question {
    padding-bottom: 3em;
  }
}
.simulation__question--q3 {
  padding-bottom: 1em;
}
.simulation__question--q4 {
  padding-left: 1em;
  padding-bottom: 1em;
  text-indent: -1em;
  margin-left: 1em;
}
@media (min-width: 768px) {
  .simulation__question--q4 {
    padding-left: 0;
    text-indent: 0;
    margin-left: 0;
  }
}
.simulation__question + dd {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media (min-width: 768px) {
  .simulation__question + dd {
    margin-left: 0;
    margin-right: 0;
  }
}
.simulation__num {
  display: inline-block;
  position: relative;
  top: 0.75rem;
  margin-top: -2rem;
  padding-right: 0.2em;
  color: #ee952e;
  font-size: 3.6rem;
}
@media (min-width: 768px) {
  .simulation__num {
    margin-top: 0;
    font-size: 4rem;
  }
}
.simulation__text {
  margin: 0 -0.1rem 1.3rem -0.1rem;
  text-align: center;
  line-height: 1.4;
  font-size: 1.2rem;
  font-weight: 700;
}
@media (min-width: 576px) {
  .simulation__text {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .simulation__text {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .simulation__text {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .simulation__text br {
    display: inline;
  }
}
@media (min-width: 992px) {
  .simulation__text br {
    display: none;
  }
}
.simulation__text span {
  display: inline-block;
  position: relative;
  bottom: -6px;
  font-weight: 900;
}
@media (min-width: 768px) {
  .simulation__text span {
    bottom: 0;
  }
}
.simulation__text span:before, .simulation__text span:after {
  position: absolute;
  bottom: -0.3em;
  -webkit-transform: scale(1, 1.8);
          transform: scale(1, 1.8);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  font-family: sans-serif;
}
@media (min-width: 768px) {
  .simulation__text span:before, .simulation__text span:after {
    -webkit-transform: scale(1, 1.2);
            transform: scale(1, 1.2);
  }
}
.simulation__text span:before {
  left: -0.9em;
  content: "＼";
}
@media (min-width: 992px) {
  .simulation__text span:before {
    left: -1.2em;
  }
}
.simulation__text span:after {
  right: -0.9em;
  content: "／";
}
@media (min-width: 992px) {
  .simulation__text span:after {
    right: -1.2em;
  }
}
.simulation__example-text {
  margin: 0 -1.5rem 1.3rem 0.2rem;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .simulation__example-text {
    margin: 0 -1.5rem 1.3rem -1.5rem;
    text-align: center;
    font-size: 1.5rem;
  }
}
.simulation__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 2.2rem;
  margin: 0 0 6em 0;
}
@media (min-width: 576px) {
  .simulation__items {
    -webkit-column-gap: 1.9rem;
       -moz-column-gap: 1.9rem;
            column-gap: 1.9rem;
  }
}
@media (min-width: 992px) {
  .simulation__items {
    -webkit-column-gap: 2.9rem;
       -moz-column-gap: 2.9rem;
            column-gap: 2.9rem;
    row-gap: 3.2rem;
  }
}
.simulation__items--term {
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.simulation__items--example {
  grid-template-columns: 1fr;
  padding-left: 3.5em;
}
@media (min-width: 768px) {
  .simulation__items--example {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }
}
.simulation__items--option {
  grid-template-columns: 1fr;
  row-gap: 0;
  margin-left: 7rem;
  padding-left: 1em;
}
@media (min-width: 768px) {
  .simulation__items--option {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5.9rem;
       -moz-column-gap: 5.9rem;
            column-gap: 5.9rem;
    margin-top: -1.7rem;
    margin-left: 8.2rem;
    padding-left: 0;
  }
}
.simulation__btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.simulation__btn {
  display: block;
  padding: 1.2em 1em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .simulation__btn {
    font-size: 1.8rem;
  }
}
.simulation__btn:hover {
  color: #035F87;
}
.simulation__btn-check:focus + .simulation__btn, .simulation__btn:focus {
  -webkit-box-shadow: #000;
          box-shadow: #000;
  outline: 0;
  background-color: #3e85ae;
}
.simulation__btn-check:checked + .simulation__btn, .simulation__btn-check:active + .simulation__btn, .simulation__btn:active, .simulation__btn.active {
  background-color: #035F87;
  color: #fff;
}
.simulation__btn-check:checked + .simulation__btn:focus, .simulation__btn-check:active + .simulation__btn:focus, .simulation__btn:active:focus, .simulation__btn.active:focus {
  background-color: #035F87;
}
.simulation__num-input {
  position: relative;
  width: 100%;
  padding: 0.4em 1.5em 0.4em 0.4em;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  border: none;
  text-align: right;
  color: #417f9a;
  font-size: 36px;
  font-style: italic;
  font-weight: bold;
}
.simulation__num-input::-webkit-outer-spin-button, .simulation__num-input::-webkit-inner-spin-button {
  margin-left: 1.5rem;
}
.simulation__num-unit {
  position: relative;
  font-weight: 700;
}
.simulation__num-unit::after {
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2rem;
  content: "元";
}
.simulation__num-unit--quantity::after {
  content: "点";
}
@media (min-width: 768px) {
  .simulation__result {
    position: sticky;
    top: 0;
    padding: 10em 0 0 2em;
  }
}
@media (min-width: 1200px) {
  .simulation__result {
    padding-left: 6em;
  }
}
.simulation__result-headline {
  padding: 0.7em 0;
  text-align: center;
  background-color: #ee952e;
  color: #fff;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .simulation__result-headline {
    font-size: 2.4rem;
  }
}
.simulation__result-headline--result {
  padding: 1.2em 0;
  line-height: 1.2;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .simulation__result-headline--result {
    font-size: 2.4rem;
  }
}
.simulation__result-body {
  padding: 2em 0;
  background-color: #fff;
}
.simulation__table {
  margin: auto auto 20px;
  width: 90%;
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .simulation__table {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .simulation__table {
    width: 85%;
  }
}
.simulation__table thead {
  font-size: 1.6rem;
}
.simulation__table tr {
  border-bottom: 1px solid #acacac;
}
.simulation__table tr:first-child {
  border: none;
}
.simulation__table tr:last-child {
  border: none;
}
.simulation__table-col-th {
  padding: 1.4em 1em 0.8em 0.3em;
  color: #212121;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .simulation__table-col-th {
    padding: 1.2em 0.3em 0.8em 0.3em;
    font-size: 1.6rem;
  }
}
.simulation__table-col-th:nth-child(3) {
  width: 37%;
}
@media (min-width: 768px) {
  .simulation__table-col-th:nth-child(3) {
    width: 24%;
  }
}
.simulation__table-row-th {
  padding: 0.4em 0em 0.4em 0.7em;
  text-align: left;
  vertical-align: top;
  font-size: 2.4rem;
  color: #ee952e;
}
@media (min-width: 768px) {
  .simulation__table-row-th {
    font-size: 3rem;
  }
}
.simulation__table-row-th--reward {
  padding-top: 1.2em;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .simulation__table-row-th--reward {
    padding-left: 1.3em;
    font-size: 1.8rem;
  }
}
.simulation__option-label {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .simulation__option-label {
    font-size: 1.5rem;
  }
}
.simulation__item-name {
  padding: 1.35em 0.3em 1em 0.3em;
  vertical-align: top;
  line-height: 1.6;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .simulation__item-name {
    line-height: 2;
    padding: 0.5em 0.3em 1em 0.3em;
    font-size: 1.4rem;
  }
}
.simulation__table-row-th--reward + .simulation__item-name {
  padding-top: 1.5em;
}
.simulation__item-price {
  padding: 1.62em 2.3em 1em 0.3em;
  vertical-align: top;
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .simulation__item-price {
    padding-top: 0.7em;
    font-size: 1.4rem;
  }
}
.simulation__item-price-gen {
  display: block;
  margin-right: -1rem;
}
.simulation__result-total {
  padding: 0 0.3em;
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
}
@media (min-width: 768px) {
  .simulation__result-total {
    font-size: 4rem;
  }
}
.simulation__tax {
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .simulation__tax {
    font-size: 1.6rem;
  }
}
.simulation__example-price {
  margin-top: 3rem;
  font-size: 1.4rem;
}
.simulation__option {
  margin: 0 0 1.6rem -0.3rem;
}
@media (min-width: 768px) {
  .simulation__option {
    margin-bottom: 2.6rem;
  }
}
.simulation__option input {
  position: absolute;
  width: 3.3rem;
  height: 1.7rem;
  margin-top: 0.25em;
  margin-left: -4.5rem;
  border-radius: 2em;
  border: 2px solid #6b6b6b;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 9 8'%3e%3ccircle r='3.5' fill='%236B6B6B'/%3e%3c/svg%3e");
  background-position: left center;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.simulation__option input:checked {
  border-color: #035F87;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -4 9 8'%3e%3ccircle r='3.5' fill='%23ffffff'/%3e%3c/svg%3e");
  background-color: #035F87;
}
.simulation__option input:disabled {
  opacity: 0.4;
}

#tr-monthly-price .simulation__item-name p:nth-child(2) {
  color: #797979;
  font-weight: 400;
}

#tr-charge .simulation__item-name p:first-child {
  color: #212121;
  font-weight: 500;
}

.simulation__item-price {
  color: #212121;
  font-weight: 500;
}

#nostock-charge-gen {
  color: #797979;
  font-weight: 400;
}

#benefit-text,
#monthly-price-2,
#charge-price,
#option-subtotal,
#benefit-price {
  color: #212121;
  font-weight: 500;
}

#charge-price {
  color: #212121;
  font-weight: 500;
}

.simulation__table tr .simulation__item-name p:first-child {
  color: #212121;
  font-weight: 500;
}

.simulation__table tr .simulation__item-name p:not(:first-child) {
  color: #797979;
  font-weight: 500;
}

/* priceplan-category */
.priceplan-category {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .priceplan-category {
    margin-bottom: 6rem;
  }
}

.priceplan-category__items {
  border-bottom: 0.5px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.priceplan-category__item {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
.priceplan-category__item--blue {
  border: 1px solid #035F87;
}
.priceplan-category__item--blue div {
  border: 1px solid #035F87;
  border-radius: 9px 9px 0 0;
  color: #035F87;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.priceplan-category__item--blue div:hover {
  background-color: #035F87;
  color: #fff;
}
.priceplan-category__item--orange {
  border: 1px solid #EE9126;
}
.priceplan-category__item--orange div {
  border: 1px solid #EE9126;
  border-radius: 9px 9px 0 0;
  color: #EE9126;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.priceplan-category__item--orange div:hover {
  background-color: #EE9126;
  color: #fff;
}
.priceplan-category__item:not(:last-child) {
  margin-right: 0.6rem;
}
@media (min-width: 768px) {
  .priceplan-category__item:not(:last-child) {
    margin-right: 2rem;
  }
}

.priceplan-category__item div {
  font-size: 1.3rem;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 150px;
}
@media (min-width: 992px) {
  .priceplan-category__item div {
    font-size: 1.6rem;
    width: 375px;
  }
}

.option-top {
  background-color: #035F87;
  padding: 1.2rem 0;
  margin-bottom: 4.5rem;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

.option-top__text {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .option-top__text {
    font-size: 2rem;
  }
}

.name-small {
  font-size: 0.8rem;
}

@media (min-width: 576px) {
  .priceplan-sp {
    display: none;
  }
}

.price-box .price-box-area {
  display: none;
}

.price-box .price-box-area.priceplan-active {
  display: block;
}

.priceplan-contents {
  margin-bottom: 7rem;
}
@media (min-width: 768px) {
  .priceplan-contents {
    margin-bottom: 12rem;
  }
}

.plan-img {
  width: 150px !important;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

/* 2022.11追記 料金プランページの修正 */
.priceplan-top {
  height: 50px;
  color: red;
  font-size: 14px;
}

.priceplan-bottom {
  /* height: 80px; */
  font-size: 14px;
}

.priceplan-middle {
  height: 60px;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .priceplan-top {
    height: 30px;
    color: red;
  }
  .priceplan-bottom {
    height: 70px;
  }
  .priceplan-middle {
    height: 40px;
  }
}
@media only screen and (max-width: 1080px) {
  .priceplan-top {
    height: 40px;
    color: red;
  }
  .priceplan-bottom {
    height: 80px;
  }
  .priceplan-middle {
    height: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .priceplan-top {
    height: 50px;
    color: red;
  }
  .priceplan-bottom {
    height: 80px;
  }
  .priceplan-middle {
    height: 50px;
  }
}
@media only screen and (max-width: 923px) {
  .priceplan-top {
    height: 50px;
    color: red;
  }
  .priceplan-bottom {
    height: 100px;
  }
  .priceplan-middle {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .priceplan-top {
    height: 30px;
    color: red;
  }
  .priceplan-bottom {
    height: 70px;
  }
  .priceplan-middle {
    height: 40px;
  }
}
@media only screen and (max-width: 730px) {
  .priceplan-top {
    height: 45px;
    color: red;
  }
  .priceplan-bottom {
    height: 70px;
  }
  .priceplan-middle {
    height: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .priceplan-top {
    height: auto;
    color: red;
  }
  .priceplan-bottom {
    height: auto;
    padding-top: 10px;
  }
  .priceplan-middle {
    height: auto;
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
/* -------------------------------
 about
------------------------------- */
/* primary */
.about-primary {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-primary {
    margin-bottom: 18rem;
  }
}

.about-primary__contents {
  position: relative;
}

.about-primary__top {
  position: absolute;
  top: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.about-primary__title {
  text-align: center;
}

.about-primary__title span {
  color: #035F87;
}

.about-primary__img--pc {
  display: none;
}
@media (min-width: 768px) {
  .about-primary__img--pc {
    display: block;
  }
}
.about-primary__img--tab {
  display: none;
}
@media (min-width: 576px) {
  .about-primary__img--tab {
    display: block;
  }
}
@media (min-width: 768px) {
  .about-primary__img--tab {
    display: none;
  }
}
@media (min-width: 576px) {
  .about-primary__img--sp {
    display: none;
  }
}

.about-primary__bottom {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  position: absolute;
  bottom: 14rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 992px) {
  .about-primary__bottom {
    bottom: 12rem;
  }
}

.about-primary__text {
  text-align: center;
  color: #404040;
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .about-primary__text {
    font-size: 2.2rem;
  }
}

/* soution */
.solution {
  background: url(../fonts/74bf20b2b56541f0bd12a8bb9b91aafe.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  top: -87px;
  bottom: 21%;
  left: 0;
  z-index: 0;
  width: 51%;
}

.solution__title {
  position: relative;
  text-align: center;
}

.solution__title span {
  color: #035F87;
}

.solution__lists {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .solution__lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;
    row-gap: 3rem;
    margin-bottom: 10rem;
  }
}

.solution__bottom {
  color: #404040;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .solution__bottom {
    font-size: 2.2rem;
  }
}

/* value */
.value {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .value {
    margin-bottom: 18rem;
  }
}

.value__inner {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.value__top {
  position: relative;
}
.value__top::before {
  background: url(../fonts/value-title-pc.svg) no-repeat center center/contain;
  position: absolute;
  content: "";
  top: -87px;
  bottom: 21%;
  left: 0;
  z-index: 0;
  width: 39%;
}

.value__title {
  position: relative;
  text-align: center;
}
.value__title span {
  color: #035F87;
}

@media (min-width: 768px) {
  .value__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.value__content {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .value__content {
    width: 83%;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .value__content {
    width: 60%;
    margin-right: 5%;
  }
}

.value__content-title {
  color: #035F87;
  font-size: 1.8rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .value__content-title {
    text-align: left;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .value__content-title {
    font-size: 2.8rem;
    margin-bottom: 3.2rem;
  }
}

.value__content-text {
  color: #404040;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .value__content-text {
    font-size: 1.6rem;
  }
}

@media (min-width: 768px) {
  .value__picture {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .value__picture {
    width: initial;
  }
}

.value__img01 {
  margin-left: auto;
  max-width: 67%;
  width: 100%;
}
@media (min-width: 768px) {
  .value__img01 {
    margin-left: initial;
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 992px) {
  .value__img01 {
    margin-left: auto;
    max-width: 67%;
    width: 100%;
  }
}
.value__img02 {
  margin-top: -6rem;
  max-width: 54%;
  width: 100%;
}
@media (min-width: 768px) {
  .value__img02 {
    margin-top: initial;
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 992px) {
  .value__img02 {
    margin-top: -6rem;
    max-width: 54%;
    width: 100%;
  }
}
/* about-reason */
.pc-about {
  display: none;
}
@media (min-width: 768px) {
  .pc-about {
    display: block;
  }
}

.about-reason {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(#EFF6F8), color-stop(#ECF6FA), color-stop(#EDF5F8), to(#FFF));
  background: linear-gradient(to bottom, #FFF, #EFF6F8, #ECF6FA, #EDF5F8, #FFF);
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-reason {
    padding-bottom: 18rem;
  }
}

.about-reason__inner {
  max-width: 1020px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.about-reason__title {
  text-align: center;
}

.about-reason__title span {
  color: #035F87;
}

.about-reason__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 3.2rem;
}
@media (min-width: 768px) {
  .about-reason__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 6rem;
       -moz-column-gap: 6rem;
            column-gap: 6rem;
    row-gap: 6rem;
  }
}

.about-reason__content {
  background-color: #fff;
  border-radius: 30px;
  padding: 4rem 4.8rem 4rem;
}
@media (min-width: 768px) {
  .about-reason__content {
    padding: 4rem 4.8rem 4rem;
  }
}

.about-reason__img {
  margin: 0 auto 2rem;
}
@media (min-width: 768px) {
  .about-reason__img {
    margin: 0 auto 2.4rem;
    width: 93%;
  }
}
@media (min-width: 992px) {
  .about-reason__img {
    margin-bottom: 3.2rem;
  }
}
.about-reason__img img {
  text-align: center;
}

.about-reason__body-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .about-reason__body-title {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }
}
@media (min-width: 992px) {
  .about-reason__body-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}

.about-reason__text {
  color: #404040;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .about-reason__text {
    font-size: 1.6rem;
  }
}

/* campaign */
.campaign {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .campaign {
    padding-bottom: 12rem;
  }
}

.campaign__title {
  text-align: center;
}

.campaign__title span {
  color: #035F87;
}

.campaign__contents {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .campaign__contents {
    margin-bottom: 12rem;
  }
}

.campaign__contents {
  position: relative;
}
.campaign__contents .swiper-horizontal > .swiper-pagination-bullets, .campaign__contents .swiper-pagination-bullets.swiper-pagination-horizontal, .campaign__contents .swiper-pagination-custom, .campaign__contents .swiper-pagination-fraction {
  bottom: initial;
  margin-top: 2.4rem;
}
.campaign__contents .swiper-button-next0 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  margin-top: -2rem;
  right: -1.6rem;
}
.campaign__contents .swiper-button-next0:after {
  display: none;
}
@media (min-width: 1200px) {
  .campaign__contents .swiper-button-next0 {
    width: 40px;
    height: 40px;
    right: -5.6rem;
  }
}
.campaign__contents .swiper-button-prev0 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue_l.svg) no-repeat center center/contain;
  margin-top: -2rem;
  left: -1.6rem;
}
.campaign__contents .swiper-button-prev0:after {
  display: none;
}
@media (min-width: 1200px) {
  .campaign__contents .swiper-button-prev0 {
    width: 40px;
    height: 40px;
    left: -5.6rem;
  }
}
.campaign__contents .swiper-pagination-bullet-active {
  background-color: #EE9126 !important;
}

/* about youtube */
.about-secondary {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-secondary {
    padding-bottom: 14rem;
  }
}

.about-secondary__title span {
  color: #035F87;
}

.youtube-contents {
  max-width: 900px;
  width: 100%;
  margin: auto;
  position: relative;
}
.youtube-contents::before {
  position: absolute;
  content: "";
  background: url(../fonts/f71582a861ed4c45bf525be4845c05c7.svg) no-repeat center center/contain;
  margin-top: -2rem;
  right: -1.6rem;
}
.youtube-contents .swiper-button-next1:after {
  display: none;
}
@media (min-width: 768px) {
  .youtube-contents .swiper-button-next1 {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .youtube-contents .swiper-button-next1 {
    right: -5.6rem;
  }
}
.youtube-contents .swiper-button-prev1 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue_l.svg) no-repeat center center/contain;
  margin-top: -2rem;
  left: -1.6rem;
}
@media (min-width: 768px) {
  .youtube-contents .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .youtube-contents .swiper-button-prev1 {
    left: -5.6rem;
  }
}
.youtube-contents .swiper-button-prev1:after {
  display: none;
}

.about-youtube__wrap {
  margin: auto;
  padding-top: 50%;
  position: relative;
  width: 96%;
}
@media (min-width: 576px) {
  .about-youtube__wrap {
    padding-top: 53%;
    width: 96%;
  }
}
.about-youtube__wrap iframe {
  position: absolute;
  border-radius: 27px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.youtube-contents__content {
  position: relative;
}

.page-about__inner .swiper-horizontal > .swiper-pagination-bullets, .page-about__inner .swiper-pagination-bullets.swiper-pagination-horizontal, .page-about__inner .swiper-pagination-custom, .page-about__inner .swiper-pagination-fraction {
  bottom: initial;
  margin-top: 4.8rem;
  text-align: center;
}
.page-about__inner .swiper-pagination-bullet-active {
  background-color: #EE9126 !important;
}

/* about-service */
.about-service {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-service {
    padding-bottom: 16rem;
  }
}

.about-service__top {
  padding-bottom: 16rem;
}

.about-service__title {
  text-align: center;
}

.about-service__title span {
  color: #035F87;
}

.about-service__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

/* about-voice */
.about-voice {
  padding-bottom: 13rem;
}
@media (min-width: 992px) {
  .about-voice {
    padding-bottom: 12rem;
  }
}

.about-voice__inner .swiper-horizontal > .swiper-pagination-bullets, .about-voice__inner .swiper-pagination-bullets.swiper-pagination-horizontal, .about-voice__inner .swiper-pagination-custom, .about-voice__inner .swiper-pagination-fraction {
  bottom: initial;
  margin-top: 4.8rem;
  text-align: center;
}
.about-voice__inner .swiper-pagination-bullet-active {
  background-color: #EE9126 !important;
}

.about-voice__title {
  text-align: center;
}

.about-voice__title span {
  color: #035F87;
}

.about-voice__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4.8rem;
  text-align: center;
}
@media (min-width: 992px) {
  .about-voice__lead {
    margin-bottom: 6.4rem;
  }
}

/* about-concept */
.about-concept {
  position: relative;
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-concept {
    margin-bottom: 12rem;
  }
}

.about-concept__top {
  position: relative;
}

.about-concept__title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -3.4rem;
  width: 100%;
}
@media (min-width: 768px) {
  .about-concept__title {
    margin-top: 6.4rem;
  }
}
@media (min-width: 992px) {
  .about-concept__title {
    margin-top: 8rem;
  }
}
.about-concept__title:before {
  content: "";
  background: url(../images/about-concept-arrow-left.png) no-repeat center center/contain;
  width: 21px;
  height: 27px;
  margin-right: 0.8rem;
}
@media (min-width: 768px) {
  .about-concept__title:before {
    width: 33px;
    height: 42px;
    margin-right: 4rem;
  }
}
@media (min-width: 992px) {
  .about-concept__title:before {
    width: 33px;
    height: 54px;
  }
}
.about-concept__title:after {
  content: "";
  background: url(../images/about-concept-arrow-right.png) no-repeat center center/contain;
  width: 21px;
  height: 27px;
  margin-left: 0.8rem;
}
@media (min-width: 768px) {
  .about-concept__title:after {
    width: 33px;
    height: 42px;
    margin-left: 4rem;
  }
}
@media (min-width: 992px) {
  .about-concept__title:after {
    width: 33px;
    height: 54px;
  }
}

.about-concept__img--pc {
  display: none;
}
@media (min-width: 992px) {
  .about-concept__img--pc {
    display: block;
  }
}
.about-concept__img--tab {
  display: none;
}
@media (min-width: 768px) {
  .about-concept__img--tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-concept__img--tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-concept__img--sp {
    display: none;
  }
}

/* about-plan */
.about-plan {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-plan {
    padding-bottom: 16rem;
  }
}

.about-plan__top {
  text-align: center;
}

.about-plan__title span {
  color: #035F87;
}

.about-plan__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4.8rem;
}
@media (min-width: 992px) {
  .about-plan__lead {
    margin-bottom: 10.4rem;
  }
}

.about-plan-icon01,
.about-plan-icon02 {
  position: relative;
  margin-top: 4rem;
}
.about-plan-icon01::before,
.about-plan-icon02::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: -60px;
  right: -16px;
}
@media (min-width: 768px) {
  .about-plan-icon01::before,
  .about-plan-icon02::before {
    width: 90px;
    height: 90px;
    top: -66px;
    right: 0;
  }
}
@media (min-width: 768px) {
  .about-plan-icon01,
  .about-plan-icon02 {
    margin-top: 0;
  }
}

.about-plan-icon01::before {
  background: url(../images/about-plan-icon_01.png) no-repeat center center/contain;
}

.about-plan-icon02::before {
  background: url(../images/about-plan-icon_02.png) no-repeat center center/contain;
}

.about-plan__contents {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .about-plan__contents {
    margin-bottom: 8rem;
  }
}

@media (min-width: 768px) {
  .about-priceplan-list__items {
    row-gap: 8.2rem;
  }
}
@media (min-width: 1200px) {
  .about-priceplan-list__items {
    row-gap: 2.4rem;
  }
}

/* about-flow */
.about-flow {
  margin-bottom: 12rem;
}
@media (min-width: 992px) {
  .about-flow {
    margin-bottom: 16rem;
  }
}

.about-flow__top {
  margin-bottom: 5.6rem;
}
@media (min-width: 992px) {
  .about-flow__top {
    margin-bottom: 6.4rem;
  }
}

.about-flow__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.about-flow__contents--buy {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .about-flow__contents--buy {
    margin-bottom: 8rem;
  }
}

.about-flow__heading {
  color: #404040;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media (min-width: 992px) {
  .about-flow__heading {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}

.about-flow__img--pc {
  display: none;
}
@media (min-width: 992px) {
  .about-flow__img--pc {
    display: block;
  }
}
.about-flow__img--tab {
  display: none;
}
@media (min-width: 768px) {
  .about-flow__img--tab {
    display: block;
  }
}
@media (min-width: 992px) {
  .about-flow__img--tab {
    display: none;
  }
}
@media (min-width: 768px) {
  .about-flow__img--sp {
    display: none;
  }
}

.about-blog {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-blog {
    padding-bottom: 16rem;
  }
}

.about-blog-archive__inner {
  position: relative;
}
.about-blog-archive__inner::before {
  position: absolute;
  content: "";
  background: url(../images/about-blog-icon.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  top: -48px;
  left: 0;
}
@media (min-width: 992px) {
  .about-blog-archive__inner::before {
    width: 129px;
    height: 129px;
    top: -78px;
    left: 48px;
  }
}

.about-blog-archive__inner-ko {
  position: relative;
}
.about-blog-archive__inner-ko::before {
  position: absolute;
  content: "";
  background: url(../images/about-blog-icon-ko.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  top: -48px;
  left: 0;
}
@media (min-width: 992px) {
  .about-blog-archive__inner-ko::before {
    width: 129px;
    height: 129px;
    top: -78px;
    left: 48px;
  }
}

.about-blog-archive__inner-en {
  position: relative;
}
.about-blog-archive__inner-en::before {
  position: absolute;
  content: "";
  background: url(../images/about-blog-icon-en.png) no-repeat center center/contain;
  width: 90px;
  height: 90px;
  top: -48px;
  left: 0;
}
@media (min-width: 992px) {
  .about-blog-archive__inner-en::before {
    width: 129px;
    height: 129px;
    top: -78px;
    left: 48px;
  }
}

.about-blog__title {
  text-align: center;
}

/* about-related */
.about-related {
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .about-related {
    padding-bottom: 16rem;
  }
}

.about-related__title {
  text-align: center;
}

.about-related__lead {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .about-related__lead {
    margin-bottom: 4rem;
  }
}

.about-related__img01 {
  display: none;
}
@media (min-width: 768px) {
  .about-related__img01 {
    display: block;
    max-width: 980px;
    width: 100%;
    margin: auto;
  }
}

.about-related__img02 {
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .about-related__img02 {
    display: none;
  }
}

@media (min-width: 576px) {
  .about-related-sp {
    display: none;
  }
}

.lp-link-box {
  margin-top: 40px;
}

.lp-link-box02 {
  margin-top: 56px;
}
@media (min-width: 992px) {
  .lp-link-box02 {
    margin-top: 64px;
  }
}

.lp-button {
  background-color: #F15E2D;
  -webkit-box-shadow: 0 8px 0 #d11524;
          box-shadow: 0 8px 0 #d11524;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 600;
  margin: auto;
  padding: 16px 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .lp-button {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .lp-button {
    font-size: 2.6rem;
    max-width: 400px;
    padding: 20px 0;
  }
}
.lp-button:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* -------------------------------
 contact confirm/finish
 data confirm/finish
------------------------------- */
/* contact confirm/finish */
.confirm {
  padding: 19.6rem 0 5.6rem;
}
@media (min-width: 992px) {
  .confirm {
    padding: 20.6rem 0 5.6rem;
  }
}

.contact-confrim {
  padding: 5.6rem;
}

.confirm__contents {
  text-align: center;
}

.confirm__title {
  color: #404040;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .confirm__title {
    font-size: 3.6rem;
  }
}

.confirm__text {
  font-size: 1.4rem;
  color: #404040;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .confirm__text {
    font-size: 1.6rem;
  }
}

.section-service {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .section-service {
    padding-bottom: 130px;
  }
}

.service-title {
  color: #333;
  font-size: 2.2rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-title {
    font-size: 3.4rem;
  }
}
@media (min-width: 992px) {
  .service-title {
    margin-bottom: 5rem;
  }
}

.service-title__lead {
  color: #333;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .service-title__lead {
    font-size: 2.4rem;
    margin-bottom: 56px;
  }
}
.service-title__lead--plan {
  font-size: 1.8rem;
  margin-bottom: 70px;
}
@media (min-width: 992px) {
  .service-title__lead--plan {
    font-size: 2rem;
    margin-bottom: 86px;
  }
}
.service-title__lead--ckb {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .service-title__lead--ckb {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.only-pc {
  display: none;
}
@media (min-width: 768px) {
  .only-pc {
    display: block;
  }
}

/* -------------------------------
 既存品買付サービスほか9ページの共通
------------------------------- */
/* -------------------------------
 oem/odm
------------------------------- */
/* service-feature */
.oem-plan__box {
  overflow-x: scroll !important;
  white-space: nowrap;
  margin: auto;
}

.oem-plan__img {
  margin: auto;
  width: 700px;
}
@media (min-width: 768px) {
  .oem-plan__img {
    width: 992px;
  }
}

.purchase-buying__sp-box:not(:last-child) {
  margin-bottom: 24px;
}

.purchase-buying__sp-img {
  margin-bottom: 8px;
}

.purchase-buying__sp-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.purchase-buying__sp-text {
  color: #333;
  font-size: 1.6rem;
}

.service-top__lead02 {
  color: #212121;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .service-top__lead02 {
    font-size: 2.2rem;
  }
}

/* service-feature */
.service-feature {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-feature {
    padding-bottom: 16rem;
  }
}

.service-feature__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-feature__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.service-purchase__contents {
  background-color: #EAF3F8;
  border-radius: 40px;
  padding: 4rem 3rem;
}
@media (min-width: 768px) {
  .service-purchase__contents {
    padding: 6.4rem 4rem;
  }
}
@media (min-width: 992px) {
  .service-purchase__contents {
    padding: 8rem 5.6rem;
  }
}

.service-feature__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5.6rem;
}
@media (min-width: 768px) {
  .service-feature__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 5.6rem;
       -moz-column-gap: 5.6rem;
            column-gap: 5.6rem;
  }
}
@media (min-width: 1200px) {
  .service-feature__lists {
    -webkit-column-gap: 6.6rem;
       -moz-column-gap: 6.6rem;
            column-gap: 6.6rem;
  }
}

.service-feature__img {
  margin: auto auto 2.4rem;
  width: 71%;
}
@media (min-width: 768px) {
  .service-feature__img {
    width: 71%;
  }
}

.service-feature__text {
  color: #212121;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-feature__text {
    font-size: 2rem;
  }
}

/* service-category */
.service-category {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-category {
    margin-bottom: 16rem;
  }
}

.service-category__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-category__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.service-category__lists {
  background-color: #EAF3F8;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.4rem;
     -moz-column-gap: 2.4rem;
          column-gap: 2.4rem;
  row-gap: 2.4rem;
  padding: 4rem 1.6rem;
}
@media (min-width: 768px) {
  .service-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 5.6rem;
  }
}
@media (min-width: 992px) {
  .service-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 6.4rem;
    padding: 7.2rem 5.6rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .service-category__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
    row-gap: 6.4rem;
  }
}

.service-category__img {
  border-radius: 40px;
  margin-bottom: 1.6rem;
  width: 60px;
}
.service-category__text {
  color: #212121;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .service-category__text {
    font-size: 1.6rem;
  }
}

/* service-support */
.service-support {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-support {
    margin-bottom: 16rem;
  }
}

.service-support__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-support__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.service-support__items {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .service-support__items {
    margin-top: 8rem;
  }
}

.service-support__item {
  background-color: #F8FCFF;
  border-radius: 27px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1em 2em 3em 2em;
}
@media (min-width: 768px) {
  .service-support__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 1em 4em 1em 2em;
  }
}
@media (min-width: 992px) {
  .service-support__item {
    padding: 1em 0em 0em 4em;
  }
}

.service-support__item:not(:last-child) {
  margin-bottom: 8rem;
}

.service-support__img {
  position: relative;
  margin: -5rem auto 0;
  width: 180px;
}
@media (min-width: 768px) {
  .service-support__img {
    width: 23.5%;
    margin-top: -5rem;
  }
}

@media (min-width: 768px) {
  .service-support__content {
    margin-right: 2%;
    width: 74.5%;
  }
}

.service-support__number {
  position: relative;
  color: #56A6AD;
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-support__number {
    margin-bottom: 0;
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .service-support__number {
    font-size: 2.8rem;
    margin-top: -6.5rem;
  }
}

.service-support__number span {
  font-size: 2.6em;
  margin-left: 0.8rem;
}
@media (min-width: 768px) {
  .service-support__number span {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .service-support__number span {
    font-size: 6rem;
  }
}

.service-support__text {
  color: #404040;
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .service-support__text {
    font-size: 1.8rem;
  }
}

/* service-step */
.service-step {
  margin-bottom: 9rem;
}
@media (min-width: 992px) {
  .service-step {
    margin-bottom: 16rem;
  }
}

.service-step__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-step__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.service-step__item {
  background-color: #F8FCFF;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  margin-bottom: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .service-step__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5.6rem;
  }
}

.service-step__number {
  line-height: 1.2;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-step__number {
    margin-right: 2%;
    margin-bottom: initial;
    width: 16%;
  }
}

.service-step__head {
  color: #56A6AD;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}

.service-step__number-text {
  color: #56A6AD;
  font-size: 5rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}
@media (min-width: 768px) {
  .service-step__number-text {
    font-size: 6rem;
  }
}

.service-step__content {
  padding: 0 2rem 2rem;
}
@media (min-width: 768px) {
  .service-step__content {
    padding: initial;
    width: 82%;
  }
}

.service-step__content-title {
  color: #56A6AD;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .service-step__content-title {
    font-size: 2.4rem;
    text-align: initial;
  }
}

.service-category__content-title span {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .service-category__content-title span {
    font-size: 1.8rem;
  }
}

.service-step__content-text {
  color: #404040;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .service-step__content-text {
    font-size: 1.8rem;
  }
}

.service-blog,
.service-shipping {
  padding-bottom: 6.4rem;
}
@media (min-width: 768px) {
  .service-blog,
  .service-shipping {
    padding-bottom: 12rem;
  }
}

/* -------------------------------
 repair
------------------------------- */
.repair {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .repair {
    padding-bottom: 16rem;
  }
}

.repair__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .repair__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  .repair__items:not(:last-child) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 4.8rem;
  }
}

.repair__item {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .repair__item {
    margin-bottom: initial;
  }
}

@media (min-width: 576px) {
  .repair__item:nth-child(1) {
    margin-right: 2.7rem;
  }
}

.repair__head {
  color: #212121;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .repair__head {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}

@media (min-width: 576px) {
  .repair__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) {
  .repair__picture01 {
    margin-right: 2.7rem;
  }
}

.repair__picture01,
.repair__picture {
  margin-bottom: 2.4rem;
}
@media (min-width: 576px) {
  .repair__picture01,
  .repair__picture {
    margin-bottom: initial;
  }
}

.repair__img,
.repair__img01 {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .repair__img,
  .repair__img01 {
    max-width: 250px;
    width: 100%;
  }
}

.repair__img01 {
  position: relative;
}
@media (min-width: 768px) {
  .repair__img01::before {
    position: absolute;
    content: "";
    background: url(../images/repair-arrow.svg) no-repeat center center/contain;
    width: 10px;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -18px;
  }
}
.repair__arrow {
  width: 10px;
  margin-right: 1.4rem;
  margin-left: 1.4rem;
}
.repair__status01,
.repair__status02 {
  color: #212121;
  display: table;
  font-size: 1.4rem;
  padding: 0.2rem 1.2rem;
  margin: auto;
}

.repair__status01 {
  background-color: #EAF3F8;
}

.repair__status02 {
  background-color: #FDFBC0;
}

.photo {
  padding-bottom: 9rem;
}
@media (min-width: 992px) {
  .photo {
    padding-bottom: 16rem;
  }
}

.photo__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .photo__title {
    font-size: 3.4rem;
    margin-bottom: 5rem;
  }
}

.photo__top {
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .photo__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .photo__top {
    margin-bottom: 4.6rem;
  }
}

@media (min-width: 576px) {
  .photo__top .photo__item {
    max-width: 250px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .photo__top .photo__item:not(:last-child) {
    margin-right: 5rem;
  }
}

@media (min-width: 576px) {
  .photo__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 576px) {
  .photo__bottom .photo__item {
    max-width: 200px;
    width: 100%;
  }
}

@media (min-width: 576px) {
  .photo__bottom .photo__item:not(:last-child) {
    margin-right: 5rem;
  }
}

.photo__item {
  margin-bottom: 3.2rem;
}
@media (min-width: 576px) {
  .photo__item {
    margin-bottom: initial;
  }
}

.photo__img {
  margin-bottom: 1rem;
}
.photo__text {
  color: #212121;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .photo__text {
    font-size: 1.6rem;
  }
}

/* -------------------------------
  privacy
------------------------------- */
/* privacy */
.privacy {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .privacy {
    padding-bottom: 12rem;
  }
}

.privacy__contents .privacy__top,
.privacy__contents .privacy__heading,
.privacy__contents .privacy__text {
  color: #212121;
}

.privacy__top {
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .privacy__top {
    font-size: 1.6rem;
  }
}

.privacy__content {
  margin-bottom: 3.2rem;
}

.privacy__heading {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .privacy__heading {
    font-size: 1.8rem;
  }
}

.privacy__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .privacy__text {
    font-size: 1.6rem;
  }
}

.privacy__top,
.privacy__text {
  line-height: 2;
}

/* -------------------------------
  rules
------------------------------- */
/* rules */
.rules {
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .rules {
    padding-bottom: 12rem;
  }
}

.rules__contents .rules__title,
.rules__contents .rules__top,
.rules__contents .rules__heading,
.rules__contents .rules__text {
  color: #212121;
}

.rules__top {
  font-size: 1.4rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .rules__top {
    font-size: 1.6rem;
  }
}

.rules__content {
  margin-bottom: 3.2rem;
}

.rules__title {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
}
@media (min-width: 768px) {
  .rules__title {
    font-size: 2rem;
  }
}

.rules__heading {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  .rules__heading {
    font-size: 1.8rem;
  }
}

.rules__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .rules__text {
    font-size: 1.6rem;
  }
}

.rules__top,
.rules__text {
  line-height: 2;
}

.rules__contents a {
  text-decoration: underline;
}

/* -------------------------------
 system
------------------------------- */
.system-title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .system-title {
    font-size: 3.6rem;
  }
}

.system-link {
  text-align: center;
}
@media (min-width: 768px) {
  .system-link {
    text-align: initial;
  }
}
.system-link--feature {
  margin-top: 3.2rem;
}
.system-link--bottom {
  text-align: center;
}

.button-system {
  color: #fff;
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 24px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0.6rem 3.2rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .button-system {
    font-size: 1.6rem;
  }
  .button-system:hover, .button-system:focus {
    color: #EE9126;
    background-color: #fff;
  }
}
.button-system--small {
  border: 1.5px solid #EE9126;
  background: #fff;
  color: #EE9126;
  padding: 0.8rem 4rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .button-system--small:hover {
    color: #fff;
    background-color: #EE9126;
  }
}
.button-system--large {
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 37px;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 0.8rem 2rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .button-system--large {
    font-size: 2.4rem;
  }
  .button-system--large:hover {
    color: #EE9126;
    background-color: #fff;
  }
}

.system-inner {
  max-width: 1380px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.system-pc {
  display: none;
}
@media (min-width: 768px) {
  .system-pc {
    display: block;
  }
}

@media (min-width: 576px) {
  .system-sp {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .system-sp {
    display: none;
  }
}

/* system */
.system {
  margin-bottom: 8rem;
}

.system__title {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .system__title {
    margin-bottom: 1rem;
  }
}

.system__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .system__lead {
    font-size: 1.8rem;
    margin-bottom: 6.4rem;
  }
}

.system__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .system__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.system__content {
  display: contents;
}
@media (min-width: 768px) {
  .system__content {
    display: initial;
    margin-right: 8%;
    width: 54%;
  }
}

.system__content-title {
  background-color: #EAF3F8;
  font-size: 2rem;
  margin-bottom: 3.2rem;
  padding: 0.6rem 1rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .system__content-title {
    display: inline-block;
    font-size: 2.4rem;
    margin-bottom: 4rem;
    text-align: initial;
  }
}

.system__text {
  color: #212121;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .system__text {
    font-size: 1.6rem;
  }
}

.system__text:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .system__text:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}

.system__bottom {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 3.2rem;
}
@media (min-width: 768px) {
  .system__bottom {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}

.system__picture {
  margin: auto;
  margin-bottom: 3.2rem;
  width: 80%;
}
@media (min-width: 768px) {
  .system__picture {
    margin-top: 4rem;
    width: 47%;
  }
}

.system__title,
.system__picture {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 768px) {
  .system__title,
  .system__picture {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

/* system-form */
.system-form {
  margin-bottom: 8rem;
}

.system-form__inner {
  max-width: 1440px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.system-form__box {
  background-color: #EAF3F8;
  border-radius: 33px;
  padding: 3.2rem 0 3.2rem;
}

.system-form__contents {
  max-width: 1080px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.system-form__title {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .system-form__title {
    font-size: 3.2rem;
    line-height: 1;
  }
}

.system-form__top {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .system-form__top {
    margin-bottom: 4rem;
  }
}

.system-form__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .system-form__lead {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.system-form__text {
  color: #212121;
  font-size: 1.4rem;
  line-height: 1.785;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .system-form__text {
    font-size: 1.6rem;
    letter-spacing: -0.03em;
    margin-bottom: 2rem;
  }
}

/* system-primary */
.system-primary {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .system-primary {
    margin-bottom: 12rem;
  }
}

.system-primary__title {
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .system-primary__title {
    margin-bottom: 1.6rem;
  }
}

.system-primary__lead {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .system-primary__lead {
    font-size: 2rem;
  }
}
.system-primary__lead::before {
  content: "";
  background: url(../fonts/lead-left.svg) no-repeat center center/contain;
  width: 26px;
  height: 50px;
  margin-right: 1rem;
}
.system-primary__lead::after {
  content: "";
  background: url(../fonts/lead-right.svg) no-repeat center center/contain;
  width: 26px;
  height: 50px;
  margin-left: 1rem;
}

.system-primary__lead-text {
  border-radius: 27px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background-color: #035F87;
  padding: 1rem 1.2rem;
}
@media (min-width: 768px) {
  .system-primary__lead-text {
    font-size: 1.8rem;
    padding: 1.4rem 2.4rem;
  }
}

.system-primary__contents {
  margin: auto;
  width: 71%;
}

/* system-feature */
.system-feature {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .system-feature {
    margin-bottom: 12rem;
  }
}

.system-feature__title {
  margin-bottom: 5.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .system-feature__title {
    margin-bottom: 7rem;
  }
}

.system-feature__contents {
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .system-feature__contents {
    margin-bottom: initial;
  }
}

@media (min-width: 768px) {
  .system-feature__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(3) .system-feature__box,
  .system-feature__contents:nth-child(5) .system-feature__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(2),
  .system-feature__contents:nth-child(3) {
    margin-bottom: 2.4rem;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(3),
  .system-feature__contents:nth-child(4),
  .system-feature__contents:nth-child(5) {
    margin-bottom: 6.4rem;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(2) .system-feature__picture,
  .system-feature__contents:nth-child(4) .system-feature__picture,
  .system-feature__contents:nth-child(6) .system-feature__picture {
    margin-right: 3%;
  }
}

@media (min-width: 768px) {
  .system-feature__contents:nth-child(3) .system-feature__picture,
  .system-feature__contents:nth-child(5) .system-feature__picture {
    margin-left: 3%;
  }
}

.system-feature__picture {
  margin: auto auto 2.4rem;
  width: 70%;
}
@media (min-width: 768px) {
  .system-feature__picture {
    margin: initial;
    width: 45%;
  }
}

@media (min-width: 768px) {
  .system-feature__content {
    width: 45%;
  }
}

.system-feature__lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .system-feature__lead {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

.system-feature__text {
  color: #212121;
  font-size: 1.4rem;
}
.system-feature__text:not(:last-child) {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .system-feature__text:not(:last-child) {
    margin-bottom: 3.2rem;
  }
}

.system-bg {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.system-bg::before {
  position: absolute;
  content: "";
  background-color: #EAF3F8;
  top: 0;
  height: inherit;
  z-index: -2;
}
.system-bg--02::before {
  border-radius: 30px 0 0 30px;
  top: 0;
  left: 6.2%;
  width: 93.8%;
  height: inherit;
}
.system-bg--04::before {
  border-radius: 0 30px 30px 0;
  top: 0;
  right: 6.2%;
  width: 93.8%;
  height: inherit;
}

/* system-price */
.system-price {
  margin-bottom: 12rem;
}
@media (min-width: 768px) {
  .system-price {
    margin-bottom: 14rem;
  }
}

.system-price__title {
  text-align: center;
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .system-price__title {
    margin-bottom: 5.6rem;
  }
}

.system-price__contents {
  background-color: #EAF3F8;
  border-radius: 24px;
  margin-bottom: 5.6rem;
  padding: 5.6rem 1.6rem;
  text-align: center;
}

.system-price__contents-title {
  color: #EE9126;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.system-price__contents-title::after {
  content: "";
  background: url(../images/system-price.png) no-repeat center center/contain;
  width: 93px;
  height: 97px;
  right: -1rem;
  margin-top: -7rem;
}
@media (min-width: 768px) {
  .system-price__contents-title {
    font-size: 2.4rem;
    margin-bottom: 3.2rem;
  }
}

.system-price__text {
  color: #212121;
  font-size: 1.4rem;
}

.system-price__text:not(:last-child) {
  margin-bottom: 2.4rem;
}

.system-price__text:last-child {
  color: #035F87;
  font-size: 1.6rem;
  font-weight: 700;
}

.system-price__bottom {
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .system-price__bottom {
    font-size: 2rem;
  }
}
.system-price__bottom::before {
  content: "";
  background: url(../images/arrow-black-left.svg) no-repeat center center/contain;
  width: 11px;
  height: 19px;
  margin-top: 0.6rem;
}
.system-price__bottom::after {
  content: "";
  background: url(../fonts/arrow-black-right.svg) no-repeat center center/contain;
  width: 11px;
  height: 19px;
  margin-top: 0.6rem;
}

/* -------------------------------
 スタンダードプラン
------------------------------- */
.page-id-5829,
.page-id-5843 {
  color: #313131;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
@media (min-width: 768px) {
  .page-id-5829,
  .page-id-5843 {
    font-size: 1.6rem;
  }
}
.page-id-5829 img,
.page-id-5843 img {
  width: initial;
}

.lp-only-pc {
  display: none;
}
@media (min-width: 768px) {
  .lp-only-pc {
    display: block;
  }
}

@media (min-width: 768px) {
  .lp-only-sp {
    display: none;
  }
}

.lp-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .lp-title {
    font-size: 3rem;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .lp-title {
    font-size: 4.4rem;
    margin-bottom: 24px;
  }
}
.lp-title--b {
  color: #035F87;
}

.lp-title__box {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-title__box {
    text-align: center;
    margin-bottom: 40px;
  }
}

.lp-title__lead {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .lp-title__lead {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lp-title__lead {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.lp-title__lead--01 {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .lp-title__lead--01 {
    margin-bottom: 10px;
  }
}
.lp-title__lead--02 {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E8EEF9));
  background: linear-gradient(transparent 50%, #E8EEF9 50%);
}

.lp-header {
  position: absolute;
  width: 100%;
  height: 75px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .lp-header {
    height: 100px;
  }
}

.lp-header a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lp-header a:hover, .lp-header a:focus {
  opacity: 0.7;
}

.lp-header__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  
}
.guanjianci{
  width: 1000px;
  margin: auto;
}
@media (min-width: 1600px) {
  .lp-header__inner {
    max-width: 1340px;
  }
}
@media (min-width: 1600px) {
  .lp-header__inner--business {
    max-width: 1500px !important;
  }
}

.lp-header__logo {
  width: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2rem;
}
@media (min-width: 992px) {
  .lp-header__logo {
    width: 9.6rem;
  }
}

.lp-header__box {
  display: none;
}
@media (min-width: 768px) {
  .lp-header__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

.lp-header__link img {
  margin-right: 6px;
}
@media (min-width: 992px) {
  .lp-header__link img {
    margin-right: 10px;
  }
}

.lp-header__link:first-child {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .lp-header__link:first-child {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .lp-header__link:first-child {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .lp-header__link:first-child {
    margin-right: 30px;
  }
}

.lp-header__button {
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .lp-header__button {
    font-size: 1.6rem;
  }
}
.lp-header__button--blue {
  background-color: #035F87;
  padding: 10px 12px;
}
@media (min-width: 992px) {
  .lp-header__button--blue {
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .lp-header__button--blue {
    padding: 14px 40px;
  }
}
.lp-header__button--orange {
  background-color: #EE9126;
  padding: 10px 12px;
}
@media (min-width: 992px) {
  .lp-header__button--orange {
    padding: 12px 24px;
  }
}
@media (min-width: 1200px) {
  .lp-header__button--orange {
    padding: 14px 36px;
  }
}
.lp-header__button--b {
  border-radius: initial;
}

/* lp-mv */
.lp-mv {
  position: relative;
  background: url(../images/lp-mv_sp.png) no-repeat center center/cover;
  padding-top: 224%;
}
@media (min-width: 768px) {
  .lp-mv {
    background: url(../images/lp-mv_pc.png) no-repeat center center/cover;
    padding-top: 68%;
  }
}
@media (min-width: 992px) {
  .lp-mv {
    padding-top: 57%;
  }
}
@media (min-width: 1200px) {
  .lp-mv {
    padding-top: 55%;
  }
}

.lp-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 1600px) {
  .lp-inner--large {
    max-width: 1500px;
  }
}
@media (min-width: 1600px) {
  .lp-inner--e {
    max-width: 1330px;
  }
}

.lp-mv__bottom {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 324px;
  width: 100%;
}
@media (max-width: 374px) {
  .lp-mv__bottom {
    max-width: 264px;
  }
}
@media (min-width: 768px) {
  .lp-mv__bottom {
    top: 57%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: initial;
    width: initial;
  }
}
@media (min-width: 1200px) {
  .lp-mv__bottom {
    top: initial;
    bottom: 21%;
  }
}

.lp-mv__bottom-text01 {
  color: #313131;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-mv__bottom-text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .lp-mv__bottom-text01 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1600px) {
  .lp-mv__bottom-text01 {
    font-size: 2.2rem;
  }
}

.lp-mv__bottom-text02 {
  color: #313131;
  position: relative;
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-mv__bottom-text02 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .lp-mv__bottom-text02 {
    margin-bottom: 16px;
  }
}
@media (min-width: 1600px) {
  .lp-mv__bottom-text02 {
    font-size: 2.4rem;
  }
}
.lp-mv__bottom-text02::before {
  position: absolute;
  content: "";
  background: url(../fonts/line-left.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  top: 0;
  left: -16px;
}
@media (min-width: 992px) {
  .lp-mv__bottom-text02::before {
    left: 26px;
  }
}
.lp-mv__bottom-text02::after {
  position: absolute;
  content: "";
  background: url(../fonts/line-right.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  top: 0;
  right: -16px;
}
@media (min-width: 992px) {
  .lp-mv__bottom-text02::after {
    right: 26px;
  }
}

.reservation-button {
  background-color: #58BAA7;
  -webkit-box-shadow: 3px 5px 0 #488E80;
          box-shadow: 3px 5px 0 #488E80;
  border-radius: 57px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
  margin: auto;
  max-width: 300px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .reservation-button {
    max-width: 280px;
  }
}
@media (min-width: 992px) {
  .reservation-button {
    font-size: 1.8rem;
    padding: 14px 0;
    max-width: 310px;
  }
}
@media (min-width: 1200px) {
  .reservation-button {
    padding: 20px 0;
    max-width: 360px;
  }
}
.reservation-button:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 1600px) {
  .reservation-button--top {
    font-size: 2rem;
    padding: 28px 0;
    max-width: 480px;
    width: 100%;
  }
}

/* lp-top */
.lp-top {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .lp-top {
    padding-top: 80px;
  }
}

.lp-top-title {
  text-align: center;
}

.lp-top__text {
  font-weight: 700;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .lp-top__text {
    font-size: 2rem;
  }
}

.lp-top__img {
  margin: 0 auto 24px;
  max-width: 1040px;
  width: 100%;
}
.lp-top__text-bottom {
  font-weight: 700;
  text-align: center;
}

/* top-lead */
.top-lead {
  padding-top: 72px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .top-lead {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}

.top-lead__contents {
  margin: 0 auto 20px;
  max-width: 574px;
}
@media (min-width: 992px) {
  .top-lead__contents {
    margin-bottom: 30px;
  }
}
.top-lead__contents--b {
  max-width: 990px;
  width: 100%;
}

.top-lead__title {
  text-align: initial;
}

.top-lead__text-box {
  display: inline;
}

.top-lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-lead__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .top-lead__box:not(:last-child) {
    margin-bottom: 14px;
  }
}

.top-lead__img {
  margin-top: 6px;
  margin-right: 8px;
  max-width: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .top-lead__img {
    margin-top: initial;
    margin-right: 16px;
    max-width: 40px;
  }
}

.top-lead__text {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF598));
  background: linear-gradient(transparent 50%, #FFF598 50%);
  display: inline;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .top-lead__text {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .top-lead__text::after {
    position: absolute;
    content: "";
    background: url(../fonts/point.svg) no-repeat center center/contain;
    display: initial;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 28px;
    height: 35px;
    right: -48px;
  }
}

.top-lead__text-bottom {
  font-size: 1.7rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .top-lead__text-bottom {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .top-lead__text-bottom {
    font-size: 2.2rem;
  }
}

.top-lead__text-bottom span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .top-lead__text-bottom span {
    font-size: 3.4rem;
  }
}

/* fee */
.lp-fee {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-fee {
    padding-bottom: 120px;
  }
}

.fee-content {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 24px 16px 24px;
}
@media (min-width: 1200px) {
  .fee-content {
    padding: 56px 40px 64px;
  }
}

.fee-content:not(:last-child) {
  margin-bottom: 60px;
}

.fee-content__title {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .fee-content__title {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .fee-content__title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}

.fee-content__img {
  overflow-x: scroll !important;
  white-space: nowrap;
  margin: auto;
}

.fee-content__box {
  margin: auto;
  width: 700px;
}
@media (min-width: 768px) {
  .fee-content__box {
    width: 992px;
  }
}
/* plan */
.plan {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .plan {
    padding-bottom: 100px;
  }
}
.plan--e {
  padding-bottom: 240px;
}
@media (min-width: 768px) {
  .plan--e {
    padding-bottom: 100px;
  }
}

.plan__title {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .plan__title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .plan__title {
    font-size: 4.4rem;
  }
}

.plan__text {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 992px) {
  .plan__text {
    font-size: 2.2rem;
  }
}

.plan__text span {
  color: #F03747;
  font-size: 3rem;
}
@media (min-width: 992px) {
  .plan__text span {
    font-size: 4rem;
  }
}

.plan-banner-img {
  margin-top: 40px;
}

.plan-content {
  margin: 0 auto;
  max-width: 1012px;
  width: 100%;
}
/* lp-banner */
.lp-banner {
  position: relative;
  background: url(../images/banner_sp.png) no-repeat center center/cover;
  padding-top: 39%;
}
@media (min-width: 768px) {
  .lp-banner {
    background: url(../images/banner_tab.png) no-repeat center center/cover;
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .lp-banner {
    background: url(../images/banner_pc.png) no-repeat center center/cover;
    padding-top: 6%;
  }
}
@media (min-width: 1200px) {
  .lp-banner {
    padding-top: 6%;
  }
}
@media (min-width: 1600px) {
  .lp-banner {
    padding-top: 7%;
  }
}

.lp-banner__content {
  max-width: 324px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 32px;
  padding-top: 64px;
}
@media (min-width: 768px) {
  .lp-banner__content {
    margin-left: auto;
    margin-right: 0;
    padding-top: 56px;
    padding-bottom: 23px;
    max-width: 420px;
  }
}
@media (min-width: 992px) {
  .lp-banner__content {
    padding-top: 0;
    max-width: 438px;
  }
}
@media (min-width: 1200px) {
  .lp-banner__content {
    max-width: 485px;
  }
}
@media (min-width: 1600px) {
  .lp-banner__content {
    padding-bottom: 64px;
  }
}

.lp-banner__text01 {
  color: #313131;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-banner__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .lp-banner__text01 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.lp-banner__text02 {
  color: #313131;
  position: relative;
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-banner__text02 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .lp-banner__text02 {
    margin-bottom: 16px;
  }
}
.lp-banner__text02::before {
  position: absolute;
  content: "";
  background: url(../fonts/line-left.svg) no-repeat center center/contain;
  width: 17px;
  height: 33px;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .lp-banner__text02::before {
    width: 22px;
    height: 42px;
    left: 48px;
  }
}
@media (min-width: 992px) {
  .lp-banner__text02::before {
    left: 64px;
  }
}
.lp-banner__text02::after {
  position: absolute;
  content: "";
  background: url(../fonts/line-right.svg) no-repeat center center/contain;
  width: 17px;
  height: 33px;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .lp-banner__text02::after {
    width: 22px;
    height: 42px;
    right: 48px;
  }
}
@media (min-width: 992px) {
  .lp-banner__text02::after {
    right: 64px;
  }
}

/* tool */
.tool {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .tool {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.tool--b {
  padding-top: 0;
}

.tool-content {
  margin: 0 auto;
  max-width: 1012px;
  width: 100%;
}
/* worries */
.worries {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .worries {
    padding-top: 80px;
    padding-bottom: 78px;
  }
}
.worries::after {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-yellow.svg) no-repeat center center/contain;
  width: 60px;
  height: 106px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .worries::after {
    width: 70px;
    height: 116px;
    bottom: -100px;
  }
}
.worries--b {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .worries--b {
    margin-top: 120px;
  }
}
.worries--b::after {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  width: 60px;
  height: 106px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .worries--b::after {
    width: 70px;
    height: 116px;
    bottom: -100px;
  }
}
.worries--e {
  background-color: #FFE5E9;
  margin-top: 0px;
}
.worries--e::after {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-red.svg) no-repeat center center/contain;
  width: 60px;
  height: 106px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .worries--e::after {
    width: 70px;
    height: 116px;
    bottom: -100px;
  }
}

.worries-contents {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .worries-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .worries-contents {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .worries-contents__img {
    margin-right: 2.5%;
    width: 33%;
  }
}

@media (min-width: 768px) {
  .worries-contents__content {
    width: 65%;
  }
}

.worries-contents__text {
  position: relative;
  font-size: 1.7rem;
  font-weight: 700;
  padding-left: 44px;
}
@media (min-width: 992px) {
  .worries-contents__text {
    font-size: 2rem;
    padding-left: 54px;
  }
}
.worries-contents__text::before {
  position: absolute;
  content: "";
  background: url(../fonts/check-yellow.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .worries-contents__text::before {
    width: 34px;
    height: 34px;
    top: 0;
  }
}
.worries-contents__text--b::before {
  position: absolute;
  content: "";
  background: url(../fonts/check-blue.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .worries-contents__text--b::before {
    width: 34px;
    height: 34px;
    top: 0;
  }
}
.worries-contents__text--e::before {
  position: absolute;
  content: "";
  background: url(../fonts/check-red.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .worries-contents__text--e::before {
    width: 34px;
    height: 34px;
    top: 0;
  }
}

.worries-contents__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .worries-contents__text:not(:last-child) {
    margin-bottom: 16px;
  }
}

.worries-contents__bottom {
  font-size: 1.7rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .worries-contents__bottom {
    font-size: 2rem;
    margin: 0 auto;
    max-width: 894px;
    width: 100%;
  }
}

.worries-contents__bottom span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF598));
  background: linear-gradient(transparent 50%, #FFF598 50%);
}

/* solution */
.lp-solution {
  padding-top: 120px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .lp-solution {
    padding-top: 190px;
    padding-bottom: 80px;
  }
}
.lp-solution--b {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .lp-solution--b {
    margin-bottom: 40px;
  }
}
.lp-solution--e {
  padding-bottom: 220px;
}
@media (min-width: 768px) {
  .lp-solution--e {
    padding-bottom: 80px;
  }
}

.solution-title {
  font-size: 2.3rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .solution-title {
    font-size: 3rem;
    line-height: 1.6;
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .solution-title {
    font-size: 4.4rem;
    margin-bottom: 56px;
  }
}

.solution-title span {
  position: relative;
}
.solution-title span::before {
  position: absolute;
  content: "・";
  color: #58BAA7;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solution-title--b span {
  position: relative;
}
.solution-title--b span::before {
  position: absolute;
  content: "・";
  color: #035F87;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.solution-title--e span {
  position: relative;
}
.solution-title--e span::before {
  position: absolute;
  content: "・";
  color: #DB2541;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .lp-solution__img {
    max-width: 1200px;
  }
}

/* concept */
.concept {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .concept {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.concept-title span {
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 992px) {
  .concept-title span {
    font-size: 3rem;
  }
}
.concept-title span::before {
  content: "";
  background: url(../images/line-left.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  margin-right: 12px;
}
.concept-title span::after {
  content: "";
  background: url(../fonts/line-right.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  margin-left: 12px;
}

.concept-title--b span {
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (min-width: 768px) {
  .concept-title--b span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .concept-title--b span {
    font-size: 3rem;
  }
}
.concept-title--b span::before {
  display: none;
}
.concept-title--b span::after {
  display: none;
}

.concept-title--e span::before {
  content: "";
  background: url(../images/line-left.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  margin-right: 12px;
}
.concept-title--e span::after {
  content: "";
  background: url(../fonts/line-right.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  margin-left: 12px;
}

@media (min-width: 768px) {
  .concept-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.concept-contents__img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .concept-contents__img {
    width: 39%;
  }
}

@media (min-width: 768px) {
  .concept-contents__content {
    margin-right: 5%;
    width: 56%;
  }
}

.concept-contents__content-top {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .concept-contents__content-top {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .concept-contents__content-top p {
    font-size: 1.8rem;
  }
}

.concept-contents__content-middle {
  line-height: 1.2;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .concept-contents__content-middle {
    margin-bottom: 20px;
  }
}
.concept-contents__content-middle--b p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #E8EEF9)) !important;
  background: linear-gradient(transparent 50%, #E8EEF9 50%) !important;
}
.concept-contents__content-middle--e p {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF7F4)) !important;
  background: linear-gradient(transparent 50%, #FFF7F4 50%) !important;
}

.concept-contents__content-middle p {
  font-size: 1.8rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFF598));
  background: linear-gradient(transparent 50%, #FFF598 50%);
  display: inline;
}
@media (min-width: 992px) {
  .concept-contents__content-middle p {
    font-size: 2rem;
  }
}

.concept-contents__content-middle p:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .concept-contents__content-bottom p {
    font-size: 1.8rem;
  }
}

/* lp-reason */
.lp-reason {
  position: relative;
  background-color: #F8F8F8;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-reason {
    padding-bottom: 120px;
  }
}
.lp-reason::after {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-yellow.svg) no-repeat center center/contain;
  width: 60px;
  height: 106px;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .lp-reason::after {
    width: 70px;
    height: 116px;
    bottom: -100px;
  }
}
.lp-reason--b::after {
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
}
.lp-reason--e {
  background-color: #FFE5E9;
}
.lp-reason--e::after {
  background: url(../fonts/arrow-red.svg) no-repeat center center/contain;
}

@media (min-width: 768px) {
  .lp-reason-title {
    margin-bottom: 56px;
  }
}

.lp-reason__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
}
@media (min-width: 768px) {
  .lp-reason__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 992px) {
  .lp-reason__contents {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }
}

.lp-reason__content {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 24px 20px;
}

.lp-reason__img {
  margin: 0 auto 16px;
  width: 90%;
}
@media (min-width: 768px) {
  .lp-reason__img {
    margin-bottom: 20px;
    max-width: 217px;
    width: 100%;
  }
}

.lp-reason__title {
  color: #035F87;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-reason__title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
    min-height: 65px;
  }
}
@media (min-width: 992px) {
  .lp-reason__title {
    font-size: 2rem;
  }
}

/* lp-support */
.support {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .support {
    padding-top: 160px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .support-title {
    padding-bottom: 56px;
  }
}

@media (min-width: 768px) {
  .support-img {
    margin: 0 auto;
    max-width: 1200px;
  }
}

/* lp-service */
.lp-service {
  background-color: #F8F8F8;
  padding-top: 56px;
  padding-bottom: 64px;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .lp-service {
    padding-top: 56px;
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.lp-service--b {
  margin-bottom: 180px;
}
@media (min-width: 768px) {
  .lp-service--b {
    margin-bottom: 120px;
  }
}
.lp-service--e {
  background-color: #fff;
  padding-bottom: 220px;
}
@media (min-width: 768px) {
  .lp-service--e {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .lp-service__title {
    padding-bottom: 56px;
  }
}
.lp-service__title--b span::before {
  color: #035F87 !important;
}
.lp-service__title--e span::before {
  color: #DB2541 !important;
}

.lp-service__title span {
  position: relative;
}
.lp-service__title span::before {
  position: absolute;
  content: "・";
  color: #58BAA7;
  top: -1.1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  .lp-service__img {
    margin: 0 auto;
    max-width: 1200px;
  }
}

/* customer */
.customer {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .customer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .customer-contents {
    margin: 0 auto;
    max-width: 820px;
    width: 100%;
  }
}

.customer-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .customer-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 16px;
  }
}
@media (min-width: 1200px) {
  .customer-lists {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}

.customer-list {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  padding-left: 44px;
}
.customer-list::before {
  position: absolute;
  content: "";
  background: url(../fonts/check-blue.svg) no-repeat center center/contain;
  width: 30px;
  height: 30px;
  top: 2px;
  left: 0;
}
@media (min-width: 768px) {
  .customer-list::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  .customer-list {
    padding-left: 56px;
  }
}

.customer-list span {
  color: #EE9126;
}

/* lp-plan */
.lp-plan {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-plan {
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .lp-plan-title {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .lp-plan__img {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
  }
}

/* lp-flow */
.lp-flow {
  background-color: #F8F8F8;
  padding-top: 40px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .lp-flow {
    padding-bottom: 80px;
  }
}

.lp-flow__img01 {
  padding-bottom: 72px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .lp-flow__img01 {
    max-width: 984px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .lp-flow__img01 {
    padding-bottom: 100px;
  }
}

.lp-flow__img02 {
  margin: 0 auto 40px;
}
@media (min-width: 768px) {
  .lp-flow__img02 {
    margin-bottom: 100px;
    max-width: 1200px;
    width: 100%;
  }
}

.lp-flow__img03 {
  margin: auto;
}
@media (min-width: 768px) {
  .lp-flow__img03 {
    max-width: 1200px;
    width: 100%;
  }
}

.lp-flow__bottom-lead {
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-flow__bottom-lead {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lp-flow__bottom-lead {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

.lp-flow__bottom h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-flow__bottom h3 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lp-flow__bottom h3 {
    font-size: 3.8rem;
    margin-bottom: 40px;
  }
}

.lp-flow__bottom h4 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .lp-flow__bottom h4 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .lp-flow__bottom h4 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

.lp-flow__bottom--b h3,
.lp-flow__bottom--b h4 {
  color: #035F87 !important;
}

/* lp-youtube */
.lp-voice {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-voice {
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.lp-voice--b {
  padding-bottom: 180px;
}
.lp-voice--e {
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .lp-voice--e {
    padding-bottom: 100px;
  }
}

.lp-youtube__wrap {
  margin: auto;
  padding-top: 50%;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .lp-youtube__wrap {
    padding-top: 41%;
    width: 75%;
  }
}
.lp-youtube__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* lp-footer */
.footer-bottom-lp {
  padding-top: 64px;
  padding-bottom: 18px;
}
@media (min-width: 768px) {
  .footer-bottom-lp {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer-bottom-lp {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  .footer-bottom-lp .footer-bottom__content a {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
}
@media (min-width: 992px) {
  .footer-bottom-lp .footer-bottom__content a {
    padding-right: initial;
    padding-left: initial;
  }
}

.footer-bottom__logo-lp {
  max-width: 164px;
  width: 100%;
}

.footer-copyright-lp {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .footer-copyright-lp {
    margin-bottom: initial;
  }
}
@media (min-width: 992px) {
  .footer-copyright-lp {
    font-size: 1.3rem;
  }
}

/* bottom-contact */
.bottom-contact {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 100;
}

.bottom-contact__link {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
}
.bottom-contact__link--green {
  background-color: #58BAA7;
  width: 50%;
}
.bottom-contact__link--green span {
  font-size: 1.2rem;
}
.bottom-contact__link--orange {
  background-color: #EE9126;
  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: 50%;
}
.bottom-contact__link--blue {
  background-color: #285E83;
  width: 50%;
}
.bottom-contact__link--blue span {
  font-size: 1.2rem;
}
.bottom-contact__link--red {
  background-color: #DB2541;
  width: 50%;
}
.bottom-contact__link--red span {
  font-size: 1.2rem;
}
.bottom-contact__link--green-kaeru {
  background-color: #A3C622;
  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: 50%;
}
.bottom-contact__link--yellow {
  background-color: #FFC527;
  width: 50%;
}
@media (min-width: 768px) {
  .bottom-contact__link {
    display: none;
  }
}

/* side-btn */
.side-btn {
  display: none;
}
@media (min-width: 992px) {
  .side-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 998;
  }
}

.side-btn__link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.side-btn__link:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  .side-btn__link--01 {
    max-width: 50px;
    width: 100%;
    max-height: 248px;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .side-btn__link--01 {
    max-width: 60px;
  }
}
.side-btn__link--02 {
  max-width: 50px;
  width: 100%;
  max-height: 140px;
  height: 100%;
}
@media (min-width: 1200px) {
  .side-btn__link--02 {
    max-width: 60px;
  }
}
.side-btn__link--03 {
  max-width: 50px;
  width: 100%;
  max-height: 204px;
  height: 100%;
}
@media (min-width: 1200px) {
  .side-btn__link--03 {
    max-width: 60px;
  }
}
.side-btn__link--blue {
  max-width: 50px;
  width: 100%;
  max-height: 265px;
  height: 100%;
}
@media (min-width: 1200px) {
  .side-btn__link--blue {
    max-width: 60px;
  }
}

.side-btn__link:not(:last-child) {
  margin-bottom: 4px;
}

/* lp-sniff */
.lp-sniff {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .lp-sniff {
    padding-bottom: 100px;
  }
}

.lp-sniff__contents {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

.lp-sniff__contents {
  position: relative;
}
.lp-sniff__contents .swiper-horizontal > .swiper-pagination-bullets,
.lp-sniff__contents .swiper-pagination-bullets.swiper-pagination-horizontal,
.lp-sniff__contents .swiper-pagination-custom,
.lp-sniff__contents .swiper-pagination-fraction {
  bottom: initial;
}
.lp-sniff__contents .swiper-button-next2 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  margin-top: -2rem;
  right: -1.6rem;
}
.lp-sniff__contents .swiper-button-next2:after {
  display: none;
}
@media (min-width: 1200px) {
  .lp-sniff__contents .swiper-button-next2 {
    width: 40px;
    height: 40px;
    right: -5.6rem;
  }
}
.lp-sniff__contents .swiper-button-prev2 {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue_l.svg) no-repeat center center/contain;
  margin-top: -2rem;
  left: -1.6rem;
}
.lp-sniff__contents .swiper-button-prev2:after {
  display: none;
}
@media (min-width: 1200px) {
  .lp-sniff__contents .swiper-button-prev2 {
    width: 40px;
    height: 40px;
    left: -5.6rem;
  }
}
.lp-sniff__contents .swiper-pagination-bullet-active {
  background-color: #EE9126 !important;
}
.lp-sniff__contents .swiper-pagination-clickable .swiper-pagination-bullet:not(:last-child) {
  margin-right: 6px;
}
.lp-sniff__contents .swiper-pagination-bullet {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
}

.lp-swiper-pagination {
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.lp-sniff__text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .lp-sniff__text {
    font-size: 2rem;
  }
}

/* -------------------------------
 ビジネスプラン
------------------------------- */
.page-id-6005,
.page-id-6042,
.page-id-13192,
.page-id-13276 {
  color: #313131;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
@media (min-width: 768px) {
  .page-id-6005,
  .page-id-6042,
  .page-id-13192,
  .page-id-13276 {
    font-size: 1.6rem;
  }
}
.page-id-6005 img,
.page-id-6042 img,
.page-id-13192 img,
.page-id-13276 img {
  width: initial;
}

.lp-inner02 {
  margin: auto;
  max-width: 1030px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

/* lp-mv */
.b-mv {
  position: relative;
  background: url(../images/fv_sp.png) no-repeat center center/cover;
  padding-top: 236%;
}
@media (min-width: 768px) {
  .b-mv {
    background: url(../images/fv_pc.png) no-repeat center center/cover;
    padding-top: 60%;
  }
}
@media (min-width: 992px) {
  .b-mv {
    padding-top: 57%;
  }
}
@media (min-width: 1200px) {
  .b-mv {
    padding-top: 56%;
  }
}
@media (min-width: 1400px) {
  .b-mv {
    padding-top: 54%;
  }
}
@media (min-width: 1600px) {
  .b-mv {
    background: url(../images/fv_pc02.png) no-repeat center center/cover;
  }
}

.b-mv__contents {
  position: absolute;
  top: 10%;
}
@media (min-width: 768px) {
  .b-mv__contents {
    top: 100px;
  }
}
@media (min-width: 992px) {
  .b-mv__contents {
    top: 142px;
  }
}
@media (min-width: 1600px) {
  .b-mv__contents {
    top: 230px;
  }
}

.b-mv__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .b-mv__top {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-bottom: 6px;
  }
}

.b-mv__img {
  max-width: 80px;
  width: 100%;
}
@media (min-width: 992px) {
  .b-mv__img {
    max-width: 100px;
  }
}
@media (min-width: 1200px) {
  .b-mv__img {
    max-width: 128px;
  }
}
@media (min-width: 1600px) {
  .b-mv__img {
    max-width: 170px;
  }
}

.b-mv__img:not(:last-child) {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .b-mv__img:not(:last-child) {
    margin-right: 8px;
  }
}
@media (min-width: 992px) {
  .b-mv__img:not(:last-child) {
    margin-right: 20px;
  }
}

.b-mv__title {
  font-size: 3.7rem;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .b-mv__title {
    line-height: initial;
  }
}
@media (min-width: 992px) {
  .b-mv__title {
    font-size: 4.4rem;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .b-mv__title {
    font-size: 6rem;
    margin-bottom: 35px;
  }
}
@media (min-width: 1600px) {
  .b-mv__title {
    font-size: 7.8rem;
  }
}

.b-mv__text {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .b-mv__text {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .b-mv__text {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .b-mv__text {
    font-size: 2.4rem;
    margin-bottom: 0px;
  }
}
@media (min-width: 1600px) {
  .b-mv__text {
    font-size: 3rem;
  }
}

.b-mv__text-bottom {
  color: #035F87;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
.b-mv__text-bottom .b-text01 {
  color: #EE9126;
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-style: italic;
}
@media (min-width: 992px) {
  .b-mv__text-bottom .b-text01 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .b-mv__text-bottom .b-text01 {
    font-size: 6rem;
    margin-left: 4px;
    margin-right: 4px;
  }
}
@media (min-width: 1600px) {
  .b-mv__text-bottom .b-text01 {
    font-size: 8rem;
  }
}
.b-mv__text-bottom .b-text02 {
  color: #313131;
  font-size: 2rem;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .b-mv__text-bottom .b-text02 {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .b-mv__text-bottom {
    font-size: 2.6rem;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .b-mv__text-bottom {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .b-mv__text-bottom {
    font-size: 4rem;
    margin-bottom: 26px;
  }
}
@media (min-width: 1600px) {
  .b-mv__text-bottom {
    font-size: 5.3rem;
  }
}

.b-reservation-button {
  background-color: #285E83;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 2px solid #285E83;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 0;
  text-align: center;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .b-reservation-button {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .b-reservation-button {
    font-size: 1.8rem;
    padding: 20px 0;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .b-reservation-button {
    font-size: 2rem;
    padding: 22px 0;
    max-width: 434px;
  }
}
.b-reservation-button:hover {
  background-color: #fff;
  color: #035F87;
}
@media (min-width: 768px) {
  .b-reservation-button--top {
    font-size: 1.6rem;
    padding: 12px 0;
    margin: initial;
    max-width: 280px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .b-reservation-button--top {
    max-width: 300px;
    padding: 14px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .b-reservation-button--top {
    max-width: 360px;
    font-size: 2rem;
  }
}
@media (min-width: 1600px) {
  .b-reservation-button--top {
    font-size: 2.4rem;
    max-width: 480px;
    padding: 26px 0;
  }
}

/* b-pic */
.b-pic {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  .b-pic {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* top-lead */
.b-lead {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#6B9ADE), color-stop(#63AEED), to(#6593D8));
  background: linear-gradient(to right, #6B9ADE, #63AEED, #6593D8);
  padding-top: 72px;
  padding-bottom: 64px;
}
.b-lead:before {
  position: absolute;
  content: "";
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px));
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .b-lead {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.b-lead .lp-title,
.b-lead .b-lead__text {
  color: #fff !important;
}

@media (min-width: 768px) {
  .b-lead__contents {
    margin: 0 auto;
    max-width: 930px;
  }
}

.b-lead__title {
  text-align: initial;
}

.b-lead__text-box {
  display: inline;
}

.b-lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .b-lead__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.b-lead__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .b-lead__box:not(:last-child) {
    margin-bottom: 14px;
  }
}

.b-lead__img {
  margin-top: 6px;
  margin-right: 8px;
  max-width: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .b-lead__img {
    margin-top: initial;
    margin-right: 16px;
    max-width: 40px;
  }
}

.b-lead__text {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .b-lead__text {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
.b-lead__text--02 span {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .b-lead__text--02 span {
    font-size: 3.6re;
  }
}

.b-lead__text span {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .b-lead__text span {
    font-size: 3.8rem;
  }
}

.b-lead__text-bottom {
  font-size: 1.7rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .b-lead__text-bottom {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .b-lead__text-bottom {
    font-size: 2.2rem;
  }
}

.b-lead__text-bottom span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .b-lead__text-bottom span {
    font-size: 3.4rem;
  }
}

/* b-fee */
.b-fee {
  background-color: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .b-fee__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1030px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .b-fee__content {
    width: 48%;
  }
}

@media (min-width: 768px) {
  .b-fee__content:not(:last-child) {
    margin-right: 2%;
  }
}

.b-line {
  margin-bottom: 90px;
}
@media (min-width: 768px) {
  .b-line {
    margin-bottom: 40px;
  }
}

/* b-banner */
.b-banner {
  background-color: #5C9CE4;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .b-banner {
    padding-top: 16px;
  }
}
@media (min-width: 992px) {
  .b-banner {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}

.b-banner__contents {
  position: relative;
}
@media (min-width: 768px) {
  .b-banner__contents {
    margin: auto;
    max-width: 1060px;
  }
}
.b-banner__contents::before {
  position: absolute;
  content: "";
  background: url(../images/banner.png) no-repeat center center/contain;
  width: 355px;
  min-height: 236px;
  height: 100%;
  top: -222px;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .b-banner__contents::before {
    width: 47.5%;
    min-height: 335px;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  .b-banner__content {
    margin-left: auto;
    max-width: 434px;
    width: 100%;
  }
}

.b-banner__text01 {
  color: #313131;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
}
@media (min-width: 576px) {
  .b-banner__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .b-banner__text01 {
    font-size: 1.6rem;
    line-height: initial;
  }
}
@media (min-width: 992px) {
  .b-banner__text01 {
    font-size: 1.8rem;
  }
}

.b-banner__text02 {
  position: relative;
  color: #313131;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 576px) {
  .b-banner__text02 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .b-banner__text02 {
    font-size: 1.6rem;
    line-height: initial;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .b-banner__text02 {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.b-banner__text02::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-buttom.png) no-repeat center center/contain;
  width: 70px;
  height: 40px;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .b-banner__text02::after {
    width: 92px;
    height: 42px;
    top: 36px;
  }
}

/* product-support */
.product-support {
  padding-top: 120px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .product-support {
    padding-top: 150px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .product-support__top {
    text-align: center;
  }
}

.product-support__title {
  position: relative;
  display: inline-block;
}
.product-support__title::before {
  position: absolute;
  content: "";
  background: url(../images/product-support-note.svg) no-repeat center center/contain;
  width: 230px;
  height: 70px;
  top: -66px;
  left: -33px;
}
@media (min-width: 768px) {
  .product-support__title::before {
    width: 260px;
    height: 100px;
    top: -66px;
    left: -116px;
  }
}

@media (min-width: 768px) {
  .product-support__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.product-support__img {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .product-support__img {
    margin-bottom: initial;
    width: 46.2%;
  }
}

@media (min-width: 768px) {
  .product-support__content {
    margin-right: 3.5%;
    width: 49.6%;
  }
}

@media (min-width: 992px) {
  .product-support__lead {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 14px;
  }
}

@media (min-width: 992px) {
  .product-support__text {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .space {
    padding-top: 40px;
  }
}

/* -------------------------------
 エコノミープラン
------------------------------- */
.e-mv {
  margin-bottom: 70px;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .e-mv {
    padding-top: 100px;
  }
}

.e-background {
  position: relative;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.e-background::before {
  content: "";
  position: absolute;
  background-color: #FFE5E9;
  border-radius: 0 0 0 100px;
  top: 0;
  left: 28%;
  width: 72%;
  height: inherit;
  z-index: -2;
}
@media (min-width: 768px) {
  .e-background::before {
    left: 40%;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .e-background::before {
    left: 42.5%;
    width: 57.5%;
  }
}

@media (min-width: 992px) {
  .e-mv-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 992px) {
  .e-mv__contents {
    margin-right: 1%;
    width: 51%;
  }
}
@media (min-width: 1400px) {
  .e-mv__contents {
    margin-right: 1%;
    width: 49%;
  }
}

.e-mv__lead-box {
  margin-bottom: 8px;
}

.e-mv__lead {
  color: #848484;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 374px) {
  .e-mv__lead {
    font-size: 1.8rem;
  }
}
@media (min-width: 576px) {
  .e-mv__lead {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .e-mv__lead {
    font-size: 3rem;
    text-align: initial;
  }
}
@media (min-width: 1600px) {
  .e-mv__lead {
    font-size: 3.3rem;
  }
}

.e-mv__lead span {
  color: #DB2541;
  font-size: 2.8rem;
  font-weight: 900;
}
@media (min-width: 992px) {
  .e-mv__lead span {
    font-size: 3.6rem;
    padding-left: 6px;
  }
}
@media (min-width: 1200px) {
  .e-mv__lead span {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .e-mv__lead span {
    font-size: 4.2rem;
    padding-left: 8px;
  }
}

.e-mv__lead01 {
  color: #848484;
  font-size: 2rem;
}
@media (max-width: 374px) {
  .e-mv__lead01 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .e-mv__lead01 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .e-mv__lead01 {
    font-size: 3.3rem;
  }
}

.e-mv__lead02 {
  color: #848484;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
@media (max-width: 374px) {
  .e-mv__lead02 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .e-mv__lead02 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .e-mv__lead02 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .e-mv__lead02 {
    font-size: 3.3rem;
  }
}

.e-mv__title {
  color: #848484;
  font-size: 2.6rem;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media (max-width: 374px) {
  .e-mv__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .e-mv__title {
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .e-mv__title {
    font-size: 4.6rem;
  }
}
@media (min-width: 1600px) {
  .e-mv__title {
    font-size: 5.1rem;
  }
}

.title01 {
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 374px) {
  .title01 {
    font-size: 4.2rem;
  }
}
@media (min-width: 1200px) {
  .title01 {
    color: #848484;
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  .title01 {
    font-size: 6.6rem;
  }
}

.title02 {
  font-size: 3.6rem;
  font-weight: 900;
}
@media (max-width: 374px) {
  .title02 {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .title02 {
    color: #848484;
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  .title02 {
    font-size: 6.6rem;
  }
}

.mark {
  position: relative;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 2.5;
}
@media (max-width: 374px) {
  .mark {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .mark {
    line-height: initial;
  }
}
@media (min-width: 1200px) {
  .mark {
    color: #848484;
    font-size: 6rem;
  }
}
@media (min-width: 1600px) {
  .mark {
    font-size: 6.6rem;
  }
}
.mark::before {
  position: absolute;
  content: "・";
  color: #FF4B5B;
  font-size: 2.5rem;
  top: -1.1em;
  left: 50%;
  line-height: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .mark::before {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .mark::before {
    font-size: 3.3rem;
  }
}

.e-mv__text-bottom {
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .e-mv__text-bottom {
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .e-mv__text-bottom {
    padding-left: 16px;
  }
}
@media (min-width: 1600px) {
  .e-mv__text-bottom {
    margin-top: 12px;
    margin-bottom: 22px;
  }
}

.e-text01 {
  position: relative;
  color: #848484;
  display: block;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .e-text01 {
    display: initial;
    font-size: 1.6rem;
    margin-top: 10px;
    margin-right: 8px;
    margin-bottom: 10px;
    bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .e-text01 {
    font-size: 2rem;
    margin-right: 16px;
  }
}
@media (min-width: 1600px) {
  .e-text01 {
    font-size: 2.2rem;
    margin-top: 12px;
    margin-right: 18px;
    margin-bottom: 12px;
  }
}

.e-text02 {
  color: #848484;
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (min-width: 1200px) {
  .e-text02 {
    font-size: 2rem;
    margin-right: 8px;
  }
}
@media (min-width: 1600px) {
  .e-text02 {
    font-size: 2.2rem;
    margin-right: 6px;
  }
}

.e-text03 {
  color: #60CCA3;
  font-size: 5.6rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: line-through;
  text-decoration-style: solid;
  text-decoration-color: #848484;
}
@media (max-width: 374px) {
  .e-text03 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1200px) {
  .e-text03 {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  .e-text03 {
    font-size: 7.8rem;
  }
}

.e-text04 {
  color: #60CCA3;
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .e-text04 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .e-text04 {
    font-size: 3.3rem;
  }
}

.e-text05 {
  position: relative;
  color: #D50013;
  font-size: 7rem;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  padding-left: 20px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .e-text05 {
    font-size: 8.6rem;
  }
}
@media (min-width: 1200px) {
  .e-text05 {
    font-size: 10rem;
  }
}
@media (min-width: 1600px) {
  .e-text05 {
    font-size: 10.4rem;
  }
}
.e-text05::before {
  position: absolute;
  content: "▶︎";
  color: #848484;
  font-size: 1.8rem;
  top: 50%;
  left: 0;
}

.e-text06 {
  color: #D50013;
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .e-text06 {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  .e-text06 {
    font-size: 3.3rem;
  }
}

.e-mv-img {
  margin: 40px auto 0;
  width: 80%;
}
@media (min-width: 992px) {
  .e-mv-img {
    margin: initial;
    width: 48%;
  }
}
@media (min-width: 1400px) {
  .e-mv-img {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .e-title {
    margin-bottom: 50px;
  }
}

.economy-banner {
  margin-bottom: 80px;
}
@media (min-width: 1200px) {
  .economy-banner {
    margin-bottom: 100px;
  }
}

.economy-banner__img:not(:last-child) {
  margin-bottom: 40px;
}

/* economy-lead */
.e-lead {
  background-color: #FFE5E9;
  border-top: 10px solid #DB2541;
  border-bottom: 10px solid #DB2541;
  padding-top: 50px;
  padding-bottom: 60px;
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .e-lead {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-bottom: 128px;
  }
}

@media (min-width: 768px) {
  .e-lead__contents {
    margin: 0 auto;
    max-width: 670px;
  }
}

.e-lead .lp-title {
  color: #848484 !important;
}

.e-lead__text-box {
  display: inline;
}

.e-lead__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .e-lead__box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.e-lead__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .e-lead__box:not(:last-child) {
    margin-bottom: 14px;
  }
}

.e-lead__img {
  margin-top: 6px;
  margin-right: 8px;
  max-width: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .e-lead__img {
    margin-top: initial;
    margin-right: 16px;
    max-width: 40px;
  }
}

.e-lead__text01,
.e-lead__text02 {
  color: #313131;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .e-lead__text01,
  .e-lead__text02 {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}

.e-campaign {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .e-campaign {
    margin-top: 60px;
  }
}

.e-campaign__inner {
  margin: 0 auto;
  max-width: 958px;
  width: 100%;
}

.e-banner {
  position: relative;
  background-color: #FFE5E9;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 56px 20px 24px;
}
@media (min-width: 992px) {
  .e-banner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 38px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.e-banner::before {
  position: absolute;
  content: "";
  background: url(../images/check-it.png) no-repeat center center/contain;
  width: 195px;
  height: 77px;
  top: -22px;
  left: -6px;
}
@media (min-width: 768px) {
  .e-banner::before {
    width: 210px;
    height: 50px;
    top: -7px;
    left: -40px;
  }
}
@media (min-width: 992px) {
  .e-banner::before {
    width: 260px;
    height: 100px;
  }
}

.e-banner__content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .e-banner__content {
    margin-bottom: initial;
    margin-right: 45px;
  }
}
.e-banner__text01 {
  color: #2A68D0;
  font-size: 2rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, transparent), color-stop(80%, #FCEC4F));
  background: linear-gradient(transparent 20%, #FCEC4F 80%);
  display: inline;
}
@media (min-width: 992px) {
  .e-banner__text01 {
    font-size: 3rem;
  }
}

.e-banner__text01 span {
  font-weight: 700;
  font-size: 2.6rem;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .e-banner__text01 span {
    font-size: 3.6rem;
  }
}

.e-banner__text02 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .e-banner__text02 {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .e-banner__img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.e-banner__arrow {
  display: none;
  margin-bottom: 24px;
  max-width: 75px;
  width: 100%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 992px) {
  .e-banner__arrow {
    display: block;
    -webkit-transform: initial;
            transform: initial;
    margin-right: 24px;
    margin-bottom: initial;
  }
}
.e-banner__qr {
  margin: auto;
  max-width: 130px;
  width: 100%;
}
@media (min-width: 768px) {
  .e-banner__qr {
    margin: initial;
  }
}

.e-banner__qr a {
  display: block;
}

/* banner-e */
.banner-e {
  background-color: #F78E9E;
  margin-top: 56px;
  padding-top: 100px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .banner-e {
    padding-top: 16px;
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .banner-e {
    margin-top: 80px;
    margin-bottom: 32px;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}

.banner-e__contents {
  position: relative;
}
@media (min-width: 768px) {
  .banner-e__contents {
    margin: auto;
    max-width: 1060px;
  }
}
.banner-e__contents::before {
  position: absolute;
  content: "";
  background: url(../images/banner_sp.png) no-repeat center center/contain;
  width: 300px;
  min-height: 300px;
  height: 100%;
  top: -307px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .banner-e__contents::before {
    background: url(../images/banner.png) no-repeat center center/contain;
    width: 46.5%;
    min-height: 310px;
    height: 100%;
    top: 44%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
  }
}

@media (min-width: 768px) {
  .banner-e__content {
    margin-left: auto;
    max-width: 434px;
    width: 100%;
  }
}

.banner-e__text01 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (min-width: 576px) {
  .banner-e__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .banner-e__text01 {
    font-size: 1.6rem;
    line-height: initial;
  }
}
@media (min-width: 992px) {
  .banner-e__text01 {
    font-size: 1.8rem;
  }
}

.banner-e__text02 {
  position: relative;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 576px) {
  .banner-e__text02 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .banner-e__text02 {
    font-size: 1.6rem;
    line-height: initial;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .banner-e__text02 {
    font-size: 1.8rem;
  }
}
.banner-e__text02::before {
  position: absolute;
  content: "";
  background: url(../images/line-left-white.svg) no-repeat center center/contain;
  width: 22px;
  height: 42px;
  top: -23px;
  left: 35px;
}
@media (min-width: 768px) {
  .banner-e__text02::before {
    width: 22px;
    height: 42px;
    left: 48px;
    top: -10px;
    left: 40px;
  }
}
@media (min-width: 992px) {
  .banner-e__text02::before {
    top: -10px;
    left: 40px;
  }
}
.banner-e__text02::after {
  position: absolute;
  content: "";
  background: url(../fonts/line-right-white.svg) no-repeat center center/contain;
  width: 22px;
  height: 40px;
  top: -23px;
  right: 35px;
}
@media (min-width: 768px) {
  .banner-e__text02::after {
    width: 22px;
    height: 42px;
    right: 48px;
    top: -10px;
    right: 40px;
  }
}
@media (min-width: 992px) {
  .banner-e__text02::after {
    top: -10px;
    right: 40px;
  }
}

.reservation-button-e {
  background-color: #DB2541;
  border-radius: 57px;
  -webkit-box-shadow: 3px 5px 0 #BE0011;
          box-shadow: 3px 5px 0 #BE0011;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .reservation-button-e {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .reservation-button-e {
    font-size: 1.8rem;
    padding: 22px 0;
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .reservation-button-e {
    font-size: 2rem;
    padding: 28px 0;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .reservation-button-e--top {
    font-size: 1.6rem;
    padding: 12px 0;
    max-width: 360px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .reservation-button-e--top {
    margin: initial;
    padding: 20px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .reservation-button-e--top {
    max-width: 436px;
    font-size: 2rem;
    padding: 24px 0;
  }
}
@media (min-width: 1600px) {
  .reservation-button-e--top {
    font-size: 2.4rem;
    max-width: 480px;
    padding: 26px 0;
  }
}
.reservation-button-e--line {
  background-color: #06c755;
  -webkit-box-shadow: 3px 5px 0 #0DA24A;
          box-shadow: 3px 5px 0 #0DA24A;
}
@media (min-width: 768px) {
  .reservation-button-e--line {
    font-size: 1.6rem;
    padding: 12px 0;
    max-width: 360px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .reservation-button-e--line {
    margin: initial;
    padding: 20px 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .reservation-button-e--line {
    max-width: 436px;
    font-size: 2rem;
    padding: 24px 0;
  }
}
@media (min-width: 1600px) {
  .reservation-button-e--line {
    font-size: 2.4rem;
    max-width: 480px;
    padding: 26px 0;
  }
}
.reservation-button-e:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.line-small-padding {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .line-small-padding {
    padding-bottom: initial;
  }
}

.line-inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.line-detail-large {
  margin: 0 auto 12rem;
  width: 100%;
}
@media (min-width: 992px) {
  .line-detail-large {
    margin-bottom: 16rem;
  }
}
.line-detail-large img {
  width: 100%;
}

.e-mv__line01,
.e-mv__line02 {
  color: #06c755;
  font-size: 2.8rem;
  font-weight: 900;
}
@media (min-width: 1200px) {
  .e-mv__line01,
  .e-mv__line02 {
    font-size: 4rem;
    font-weight: 900;
  }
}

.e-mv__line01 {
  margin-top: 8px;
}

.e-mv__line02 {
  margin-bottom: 16px;
}

/* -------------------------------
 スタンダードプラン
------------------------------- */
.page-id-13188,
.page-id-13232 {
  color: #313131;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
}
@media (min-width: 768px) {
  .page-id-13188,
  .page-id-13232 {
    font-size: 1.8rem;
  }
}
.page-id-13188 img,
.page-id-13232 img {
  width: initial;
}

.tw-inner {
  margin: auto;
  max-width: 1020px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.bg-inner {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  position: relative;
}
.bg-inner::before {
  position: absolute;
  content: "";
  background: url(../images/triangle-left-large.png) no-repeat center center/contain;
  width: 97px;
  height: 75px;
  top: -40px;
  left: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .bg-inner::before {
    width: 198px;
    height: 154px;
  }
}
@media (min-width: 1200px) {
  .bg-inner::before {
    width: 373px;
    height: 290px;
  }
}

@media (min-width: 768px) {
  .tw-only-sp {
    display: none;
  }
}

.tw-only-pc {
  display: none;
}
@media (min-width: 768px) {
  .tw-only-pc {
    display: block;
  }
}

.tw-link {
  position: relative;
}
@media (min-width: 768px) {
  .tw-link {
    max-width: 280px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .tw-link {
    max-width: 360px;
  }
}
@media (min-width: 1200px) {
  .tw-link {
    max-width: 400px;
  }
}
.tw-link::before {
  position: absolute;
  content: "";
  background: url(../images/triangle-left-white.svg) no-repeat center center/contain;
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
}
.tw-link::after {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-right-white.svg) no-repeat center center/contain;
  width: 37px;
  height: 37px;
  bottom: 0;
  right: 0;
}

.tw-button {
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .tw-button {
    font-size: 2.4rem;
    padding: 28px 0;
  }
}
.tw-button--01 {
  background-color: #00A0E9;
}
.tw-button--02 {
  background-color: #285E83;
}
.tw-button:hover {
  opacity: 0.7;
}

/* tw-mv */
.tw-mv {
  position: relative;
  background: url(../images/tw-mv_sp.jpg) no-repeat center center/cover;
  padding-top: 66%;
}
@media (min-width: 768px) {
  .tw-mv {
    background: url(../images/tw-mv_pc.jpg) no-repeat center center/cover;
    padding-top: 68%;
  }
}
@media (min-width: 992px) {
  .tw-mv {
    padding-top: 57%;
  }
}
@media (min-width: 1200px) {
  .tw-mv {
    padding-top: 50%;
  }
}

.tw-inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.tw-mv__contents {
  position: relative;
  top: -196px;
}
@media (min-width: 768px) {
  .tw-mv__contents {
    position: absolute;
    top: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .tw-mv__contents {
    max-width: 620px;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .tw-mv__contents {
    max-width: 820px;
  }
}
@media (min-width: 1600px) {
  .tw-mv__contents {
    top: 14%;
    max-width: 910px;
  }
}

.tw-mv__lead {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-mv__lead {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__lead {
    font-size: 2.4rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__lead {
    font-size: 2.6rem;
  }
}

.tw-mv__title {
  color: #fff;
  font-size: 3.5rem;
  letter-spacing: 0.07em;
  line-height: 1.45;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .tw-mv__title {
    font-size: 4rem;
    line-height: initial;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .tw-mv__title {
    margin-bottom: 56px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__title {
    font-size: 5rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__title {
    font-size: 5.5rem;
  }
}

.tw-mv__title span {
  font-size: 4rem;
  font-weight: 600;
}
@media (max-width: 374px) {
  .tw-mv__title span {
    font-size: 3.6rem;
  }
}
@media (min-width: 768px) {
  .tw-mv__title span {
    font-size: 5rem;
    font-weight: initial;
  }
}
@media (min-width: 1400px) {
  .tw-mv__title span {
    font-size: 7rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__title span {
    font-size: 7.7rem;
  }
}

.tw-mv__bottom-lead {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 992px) {
  .tw-mv__bottom-lead {
    font-size: 1.8rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__bottom-lead {
    font-size: 2rem;
  }
}

.tw-mv__bottom-items {
  position: relative;
  border-top: 3px solid #E0CA01;
  border-bottom: 3px solid #E0CA01;
  padding: 20px 0;
}
@media (min-width: 992px) {
  .tw-mv__bottom-items {
    padding: 20px 0;
  }
}
.tw-mv__bottom-items::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #E0CA01;
  top: 6px;
  left: 0;
}
.tw-mv__bottom-items::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1.5px;
  background-color: #E0CA01;
  bottom: 6px;
  left: 0;
}

.tw-mv__bottom-item {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .tw-mv__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: initial;
  }
}

.tw-mv__bottom-text01 {
  font-size: 3.9rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .tw-mv__bottom-text01 {
    margin-right: 36px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__bottom-text01 {
    font-size: 4.7rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__bottom-text01 {
    font-size: 5.2rem;
  }
}

.tw-mv__bottom-text02 {
  font-size: 4.3rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .tw-mv__bottom-text02 {
    line-height: 1.5;
    margin-left: 36px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__bottom-text02 {
    font-size: 5.2rem;
  }
}
@media (min-width: 1600px) {
  .tw-mv__bottom-text02 {
    font-size: 5.7rem;
  }
}

.tw-mv__bottom-mark {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  .tw-mv__bottom-mark {
    top: 12px;
  }
}
@media (min-width: 1400px) {
  .tw-mv__bottom-mark {
    font-size: 4.8rem;
    top: 16px;
  }
}
@media (min-width: 1600px) {
  .tw-mv__bottom-mark {
    font-size: 5.3rem;
  }
}

.tw-mv__bottom-text01,
.tw-mv__bottom-text02,
.tw-mv__bottom-mark {
  color: #E0CA01;
  text-align: center;
}
@media (min-width: 768px) {
  .tw-mv__bottom-text01,
  .tw-mv__bottom-text02,
  .tw-mv__bottom-mark {
    text-align: initial;
  }
}

.tw-mv__bottom-lead,
.tw-mv__bottom-text01,
.tw-mv__bottom-text02 {
  letter-spacing: 0.2em;
}

/* tw-top */
.tw-top {
  padding-bottom: 100px;
}

.tw-top__inner {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.tw-items {
  position: relative;
  margin-top: -80px;
  z-index: 10;
}
@media (min-width: 768px) {
  .tw-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px;
  }
}

.tw-item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px 30px 38px;
}
@media (min-width: 768px) {
  .tw-item {
    width: 45%;
    padding: 24px 28px 56px;
  }
}
@media (min-width: 992px) {
  .tw-item {
    padding: 24px 64px 60px;
  }
}
.tw-item::before {
  position: absolute;
  content: "";
  background: url(../images/circle-right.png) no-repeat center center/contain;
  width: 153px;
  height: 126px;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media (min-width: 992px) {
  .tw-item::before {
    width: 243px;
    height: 200px;
  }
}

.tw-item:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .tw-item:not(:last-child) {
    margin-right: 8%;
    margin-bottom: initial;
  }
}
@media (min-width: 1200px) {
  .tw-item:not(:last-child) {
    margin-right: 12%;
  }
}

.tw-item__logo {
  margin: 0 auto 10px;
  max-width: 192px;
  width: 100%;
}
@media (min-width: 768px) {
  .tw-item__logo {
    max-width: 304px;
  }
}

.tw-item__lead {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  .tw-item__lead {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .tw-item__lead {
    font-size: 2.2rem;
  }
}

.tw-item__text01,
.tw-item__text02 {
  position: relative;
  padding-left: 33px;
}
@media (min-width: 768px) {
  .tw-item__text01,
  .tw-item__text02 {
    font-size: 1.6rem;
    padding-left: 32px;
  }
}
@media (min-width: 992px) {
  .tw-item__text01,
  .tw-item__text02 {
    padding-left: 53px;
  }
}
@media (min-width: 1200px) {
  .tw-item__text01,
  .tw-item__text02 {
    font-size: 2rem;
  }
}
.tw-item__text01::before,
.tw-item__text02::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .tw-item__text01::before,
  .tw-item__text02::before {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 992px) {
  .tw-item__text01::before,
  .tw-item__text02::before {
    width: 28px;
    height: 28px;
  }
}

.tw-item__text01::before {
  background: url(../fonts/check-orange.svg) no-repeat center center/contain;
}

.tw-item__text02::before {
  background: url(../fonts/check-blue.svg) no-repeat center center/contain;
}

.tw-item__text01:not(:last-child),
.tw-item__text02:not(:last-child) {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .tw-item__text01:not(:last-child),
  .tw-item__text02:not(:last-child) {
    margin-bottom: 10px;
  }
}

/* tw-inner */
.tw-point {
  position: relative;
  background-color: #F4F4F4;
  padding-top: 56px;
  padding-bottom: 56px;
}
.tw-point::before {
  position: absolute;
  content: "";
  background: url(../images/circle-right-large.png) no-repeat center center/contain;
  width: 698px;
  height: 500px;
  bottom: 0;
  right: 0;
  z-index: 0;
}

.tw-point__top {
  margin-bottom: 24px;
  padding-left: 20px;
}
@media (min-width: 992px) {
  .tw-point__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
  }
}

.tw-point__top-lead01,
.tw-point__top-lead02 {
  position: relative;
  font-size: 1.6rem;
  padding-left: 26px;
}
@media (min-width: 992px) {
  .tw-point__top-lead01,
  .tw-point__top-lead02 {
    font-size: 2rem;
    padding-left: 32px;
  }
}
.tw-point__top-lead01::before,
.tw-point__top-lead02::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (min-width: 768px) {
  .tw-point__top-lead01::before,
  .tw-point__top-lead02::before {
    width: 22px;
    height: 16px;
  }
}

@media (min-width: 992px) {
  .tw-point__top-lead01 {
    margin-right: 10%;
  }
}
.tw-point__top-lead01::before {
  background: url(../fonts/check-point-orange.svg) no-repeat center center/contain;
}

.tw-point__top-lead02::before {
  background: url(../fonts/check-point-blue.svg) no-repeat center center/contain;
}

.tw-point__box {
  position: relative;
}

.tw-point__box-text {
  background-color: #fff;
  padding: 16px 16px 16px 20px;
}

.tw-point__box-text:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tw-point__box-text:not(:last-child) {
    margin-bottom: 24px;
  }
}

.tw-point__text01,
.tw-point__text02,
.tw-point__text03 {
  position: relative;
  font-size: 1.6rem;
  padding-left: 32px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .tw-point__text01,
  .tw-point__text02,
  .tw-point__text03 {
    font-size: 2rem;
    padding-left: 50px;
  }
}
.tw-point__text01::before,
.tw-point__text02::before,
.tw-point__text03::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
}
@media (min-width: 768px) {
  .tw-point__text01::before,
  .tw-point__text02::before,
  .tw-point__text03::before {
    width: 22px;
    height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.tw-point__text01::before {
  background: url(../images/check-point-orange.svg) no-repeat center center/contain;
}

.tw-point__text02::before {
  background: url(../fonts/check-half.svg) no-repeat center center/contain;
}

.tw-point__text03::before {
  background: url(../fonts/check-point-blue.svg) no-repeat center center/contain;
}

/* w-service */
.w-service {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .w-service {
    padding-top: 120px;
    padding-bottom: 160px;
  }
}

.w-service__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 992px) {
  .w-service__title {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}

.tw-about01__sub {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .tw-about01__sub {
    font-size: 1.4rem;
  }
}

.tw-about01__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.tw-about01__logo {
  max-width: 160px;
  width: 100%;
}
@media (min-width: 992px) {
  .tw-about01__logo {
    max-width: 217px;
  }
}

.tw-about01__top-text {
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-left: 10px;
}
@media (min-width: 992px) {
  .tw-about01__top-text {
    font-size: 2rem;
  }
}

.tw-about01__top-lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tw-about01__top-lead {
    font-size: 1.95rem;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .tw-about01__top-lead {
    line-height: 1;
  }
}

.tw-about01__top-lead span {
  color: #00A3E8;
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .tw-about01__top-lead span {
    font-size: 3.2rem;
  }
}

.small {
  color: #00A3E8 !important;
  font-size: 1.6rem !important;
  font-weight: 700;
}
@media (min-width: 992px) {
  .small {
    font-size: 1.95rem !important;
  }
}

.large {
  font-size: 3.8rem !important;
}
@media (min-width: 992px) {
  .large {
    font-size: 4.8rem !important;
  }
}

.tw-about01__issue-lead {
  border-top: 2px solid #00A3E8;
  font-size: 2.5rem;
  font-weight: 700;
  padding-top: 40px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-about01__issue-lead {
    border-top: none;
    font-size: 2.6rem;
    position: relative;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .tw-about01__issue-lead::after {
    position: absolute;
    content: "";
    background-color: #00A3E8;
    bottom: 10px;
    right: 0;
    width: 55%;
    height: 2px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .tw-about01__issue-lead::after {
    width: 57%;
  }
}
@media (min-width: 992px) {
  .tw-about01__issue-lead {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}

.tw-about01__issue-lists {
  border-bottom: 2px solid #00A3E8;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .tw-about01__issue-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 32px;
    padding-bottom: 48px;
  }
}
@media (min-width: 992px) {
  .tw-about01__issue-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 32px;
  }
}

.tw-about01__issue-title {
  color: #00A3E8;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tw-about01__issue-title {
    font-size: 2.4rem;
  }
}

.tw-about01__issue-text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .tw-about01__issue-text {
    font-size: 1.8rem;
  }
}

.tw-about01__solution {
  padding-top: 56px;
}
@media (min-width: 992px) {
  .tw-about01__solution {
    padding-top: 64px;
  }
}

.tw-about01__solution-lead {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .tw-about01__solution-lead {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
.tw-about01__solution-lead img {
  margin-bottom: 8px;
  max-width: 160px;
}
@media (min-width: 992px) {
  .tw-about01__solution-lead img {
    max-width: 217px;
  }
}

.tw-about01__solution-box02 {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .tw-about01__solution-box02 {
    margin-bottom: 40px;
  }
}

.tw-about01__solution-logo02 {
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .tw-about01__solution-logo02 {
    font-size: 2.4rem;
  }
}
.tw-about01__solution-logo02 img {
  max-width: 130px;
}
@media (min-width: 992px) {
  .tw-about01__solution-logo02 img {
    max-width: 170px;
  }
}

.tw-about01__solution-text01 {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .tw-about01__solution-text01 {
    font-size: 2.4rem;
  }
}

.tw-about01__solution-text01 span {
  color: #F03747;
  font-weight: 700;
}

.tw-about01__items {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .tw-about01__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .tw-about01__img {
    width: 574px;
    margin-right: 38px;
  }
}

@media (min-width: 768px) {
  .tw-about01__item {
    width: 389px;
  }
}

.tw-about01__content {
  position: relative;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  padding: 24px 32px;
}
.tw-about01__content::after {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-right-small.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  bottom: 0;
  right: 0;
}

.tw-about01__content:not(:last-child) {
  margin-bottom: 30px;
}

.tw-about01__content-text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .tw-about01__content-text {
    font-size: 1.8rem;
  }
}

.tw-about01__lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tw-about01__lead {
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .tw-about01__lead {
    font-size: 2.4rem;
  }
}
.tw-about01__lead img {
  max-width: 130px;
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .tw-about01__lead img {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .tw-about01__lead img {
    max-width: 170px;
  }
}

.tw-about01__lead span {
  font-size: 2.4rem;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .tw-about01__lead span {
    font-size: 3.2rem;
  }
}

.tw-about01__contents {
  position: relative;
  background-color: #F4F4F4;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  padding: 20px 16px;
}
@media (min-width: 768px) {
  .tw-about01__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .tw-about01__contents {
    padding: 54px 70px;
  }
}
.tw-about01__contents:before {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-left-small.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .tw-about01__contents:before {
    width: 77px;
    height: 77px;
  }
}
.tw-about01__contents--01 {
  position: relative;
}
.tw-about01__contents--01::after {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-grey.svg) no-repeat center center/contain;
  width: 56px;
  height: 31px;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.tw-about01__contents:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tw-about01__contents:not(:last-child) {
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  .tw-about01__contents:not(:last-child) {
    margin-bottom: 66px;
  }
}

@media (min-width: 768px) {
  .tw-about01__contents-box {
    width: 41%;
  }
}

.tw-about01__contents-text01 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .tw-about01__contents-text01 {
    margin-right: 9%;
    margin-bottom: initial;
    width: 47%;
  }
}
@media (min-width: 992px) {
  .tw-about01__contents-text01 {
    font-size: 2.2rem;
  }
}

.tw-about01__contents-text01 span {
  color: #02A0E8;
  font-weight: 700;
}

.tw-about01__contents-text02 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  .tw-about01__contents-text02 {
    font-size: 2rem;
  }
}

.tw-about01__contents-text02 span {
  font-size: 3.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .tw-about01__contents-text02 span {
    font-size: 4.2rem;
  }
}

.border {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF386));
  background: linear-gradient(transparent 70%, #FFF386 30%);
}

.tw-about01__bottom {
  margin-top: 48px;
}
@media (min-width: 768px) {
  .tw-about01__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 80px;
  }
}

.tw-about01__bottom-content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-about01__bottom-content {
    margin-bottom: initial;
  }
}

.tw-about01__bottom-logo {
  margin: 0 auto 10px;
  max-width: 204px;
  width: 100%;
}

.tw-about01__bottom-text {
  color: #00A0E9;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 576px) {
  .tw-about01__bottom-text {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .tw-about01__bottom-text {
    font-size: 2.8rem;
  }
}

/* lo-service */
.lo-service {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .lo-service {
    padding-bottom: 140px;
  }
}

.tw-about02 .tw-about02__top {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .tw-about02 .tw-about02__top {
    margin-bottom: 40px;
  }
}
.tw-about02 .tw-summary,
.tw-about02 .tw-feature {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-summary,
  .tw-about02 .tw-feature {
    margin-bottom: 48px;
  }
}
.tw-about02 .tw-summary__lead,
.tw-about02 .tw-feature__lead {
  color: #00A3E8;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-about02 .tw-summary__lead,
  .tw-about02 .tw-feature__lead {
    position: relative;
  }
  .tw-about02 .tw-summary__lead::after,
  .tw-about02 .tw-feature__lead::after {
    position: absolute;
    content: "";
    background-color: #00A3E8;
    bottom: 10px;
    right: 0;
    width: 76%;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .tw-about02 .tw-summary__lead,
  .tw-about02 .tw-feature__lead {
    font-size: 3.2rem;
  }
}
.tw-about02 .tw-summary__text,
.tw-about02 .tw-feature__text {
  position: relative;
  font-size: 1.6rem;
  padding-left: 26px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-summary__text,
  .tw-about02 .tw-feature__text {
    font-size: 1.8rem;
  }
}
.tw-about02 .tw-summary__text::before,
.tw-about02 .tw-feature__text::before {
  position: absolute;
  content: "●";
  color: #00A0E9;
  font-size: 1.6rem;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .tw-about02 .tw-summary__text::before,
  .tw-about02 .tw-feature__text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.tw-about02 .tw-summary__text:not(:last-child),
.tw-about02 .tw-feature__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-summary__text:not(:last-child),
  .tw-about02 .tw-feature__text:not(:last-child) {
    margin-bottom: 16px;
  }
}
.tw-about02 .tw-feature__text span {
  color: #F03747;
  font-weight: 700;
}
.tw-about02 .tw-feature__system,
.tw-about02 .tw-feature__cost {
  margin-bottom: 56px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-feature__system,
  .tw-about02 .tw-feature__cost {
    margin-bottom: 70px;
  }
}
.tw-about02 .tw-feature__system-lead,
.tw-about02 .tw-feature__cost-lead {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .tw-about02 .tw-feature__system-lead,
  .tw-about02 .tw-feature__cost-lead {
    font-size: 2.4rem;
  }
}
.tw-about02 .tw-feature__system-img {
  display: none;
}
@media (min-width: 576px) {
  .tw-about02 .tw-feature__system-img {
    display: block;
  }
}
@media (min-width: 576px) {
  .tw-about02 .tw-feature__system-sp {
    display: none;
  }
}
.tw-about02 .tw-feature__system-img-sp {
  margin: 0 auto 24px;
  width: 85%;
}
.tw-about02 .tw-feature__cost-img {
  display: none;
}
@media (min-width: 576px) {
  .tw-about02 .tw-feature__cost-img {
    display: block;
  }
}
@media (min-width: 576px) {
  .tw-about02 .tw-feature__cost-sp {
    display: none;
  }
}
.tw-about02 .tw-feature__cost-img-sp {
  margin: 0 auto 16px;
  width: 75%;
}
.tw-about02 .tw-fee__lead {
  color: #00A3E8;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .tw-about02 .tw-fee__lead {
    font-size: 2.6rem;
  }
}
@media (min-width: 992px) {
  .tw-about02 .tw-fee__lead {
    font-size: 3.2rem;
    margin-bottom: 32px;
  }
}
.tw-about02 .tw-fee__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 32px;
}
@media (min-width: 768px) {
  .tw-about02 .tw-fee__contents {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 32px;
  }
}
@media (min-width: 992px) {
  .tw-about02 .tw-fee__contents {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 20px;
  }
}
.tw-about02 .tw-fee__content {
  position: relative;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  padding: 40px 28px 56px;
}
.tw-about02 .tw-fee__content::after {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-right-small.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  bottom: 0;
  right: 0;
}
.tw-about02 .tw-fee__content-text {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 992px) {
  .tw-about02 .tw-fee__content-text {
    font-size: 2.2rem;
  }
}
.tw-about02 .tw-fee__content-text span {
  color: #F03747;
  font-weight: 700;
}

/* s-service */
.s-service {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .s-service {
    padding-bottom: 140px;
  }
}

.s-service__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 64px;
  text-align: center;
}
@media (min-width: 992px) {
  .s-service__title {
    font-size: 4rem;
    margin-bottom: 80px;
  }
}

.tw-about03 .tw-feature {
  margin-bottom: 48px;
}
.tw-about03 .tw-lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .tw-about03 .tw-lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }
}
.tw-about03 .tw-feature__lead {
  color: #035F87;
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .tw-about03 .tw-feature__lead {
    font-size: 2.6rem;
    position: relative;
  }
  .tw-about03 .tw-feature__lead::after {
    position: absolute;
    content: "";
    background-color: #035F87;
    bottom: 10px;
    right: 0;
    width: 76%;
    height: 2px;
  }
}
@media (min-width: 992px) {
  .tw-about03 .tw-feature__lead {
    font-size: 3.2rem;
  }
}
.tw-about03 .tw-feature__text {
  position: relative;
  font-size: 1.6rem;
  padding-left: 26px;
}
@media (min-width: 992px) {
  .tw-about03 .tw-feature__text {
    font-size: 1.8rem;
  }
}
.tw-about03 .tw-feature__text::before {
  position: absolute;
  content: "●";
  color: #285E83;
  font-size: 1.6rem;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .tw-about03 .tw-feature__text::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.tw-about03 .tw-feature__text:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tw-about03 .tw-feature__text:not(:last-child) {
    margin-bottom: 16px;
  }
}
.tw-about03 .tw-feature__lead02 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .tw-about03 .tw-feature__lead02 {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .tw-about03 .tw-feature__lead02 {
    font-size: 2.4rem;
  }
}
.tw-about03 .about-reason__content {
  position: relative;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  border-radius: initial;
  margin: auto;
  width: 85%;
  padding: 4rem 2.5rem 4rem;
}
@media (min-width: 768px) {
  .tw-about03 .about-reason__content {
    margin: initial;
    width: initial;
    padding: 4rem 4.8rem 4rem;
  }
}
.tw-about03 .about-reason__content::before {
  position: absolute;
  content: "";
  background: url(../fonts/triangle-left-small.svg) no-repeat center center/contain;
  width: 42px;
  height: 42px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .tw-about03 .about-reason__content::before {
    width: 63px;
    height: 63px;
  }
}
.tw-about03 .about-reason__body-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #035F87;
  text-align: initial;
}
@media (min-width: 992px) {
  .tw-about03 .about-reason__body-title {
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .tw-about03 .about-reason__img {
    max-width: 245px;
    width: 100%;
  }
}
.tw-about03 .about-reason__text {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .tw-about03 .about-reason__text {
    font-size: 1.8rem;
  }
}
.tw-about03 .tw-about01__bottom-text {
  font-size: 1.7rem;
  color: #035F87;
}
@media (min-width: 576px) {
  .tw-about03 .tw-about01__bottom-text {
    font-size: 2.2rem;
  }
}
@media (min-width: 992px) {
  .tw-about03 .tw-about01__bottom-text {
    font-size: 2.8rem;
  }
}

.tw-bottom {
  position: relative;
  background: url(../images/bottom-bg_pc.jpg) no-repeat center center/cover;
  padding-top: 100%;
}
@media (min-width: 768px) {
  .tw-bottom {
    padding-top: 21%;
  }
}

/* tw-company */
.tw-company {
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .tw-company {
    padding-bottom: 64px;
  }
}

.tw-company__inner {
  margin: auto;
  max-width: 1240px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}

.tw-contents {
  margin-top: -94%;
}
@media (min-width: 768px) {
  .tw-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -200px;
  }
}
@media (min-width: 992px) {
  .tw-contents {
    margin-top: -250px;
  }
}

.tw-content {
  background-color: #fff;
  -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
          box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.16);
  padding: 38px 60px 56px;
}
@media (max-width: 374px) {
  .tw-content {
    padding: 38px 40px 56px;
  }
}
@media (min-width: 768px) {
  .tw-content {
    padding: 38px 32px 56px;
  }
}
@media (min-width: 992px) {
  .tw-content {
    padding: 38px 60px 56px;
  }
}

.tw-box--01 {
  margin-bottom: 32px;
}
.tw-content__logo {
  max-width: 254px;
  width: 100%;
  padding-bottom: 6px;
}
@media (min-width: 768px) {
  .tw-content__logo {
    border-bottom: 1px dashed #707070;
    max-width: 174px;
    padding-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .tw-content__logo {
    max-width: 254px;
  }
}
@media (min-width: 768px) {
  .tw-content__menu {
    margin-top: 16px;
  }
}

.tw-content__link {
  font-size: 1.6rem;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .tw-content__link {
    font-size: 1.8rem;
  }
}

.tw-content01 {
  position: relative;
  margin-bottom: 40px;
}
.tw-content01:after {
  position: absolute;
  content: "";
  background: url(../images/triangle-right-small.svg) no-repeat center center/contain;
  width: 63px;
  height: 63px;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .tw-content01 {
    margin-bottom: initial;
    width: 45.5%;
  }
}
@media (min-width: 992px) {
  .tw-content01 {
    width: 31.5%;
  }
}
.tw-content01 .tw-content__link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tw-content01 .tw-content__link::before {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-sniff.svg) no-repeat center center/contain;
  width: 18px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.tw-content01 .tw-content__link:hover {
  color: #035F87;
}
.tw-content01 .tw-content__menu {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .tw-content01 .tw-content__menu {
    margin-bottom: 24px;
  }
}

.tw-content__list:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .tw-content__list:not(:last-child) {
    margin-bottom: 14px;
  }
}

.tw-content02 {
  position: relative;
}
.tw-content02:after {
  position: absolute;
  content: "";
  background: url(../images/triangle-right-blue.png) no-repeat center center/contain;
  width: 63px;
  height: 63px;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .tw-content02 {
    width: 45.5%;
  }
}
@media (min-width: 992px) {
  .tw-content02 {
    width: 66%;
  }
}
.tw-content02 .tw-content__link {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tw-content02 .tw-content__link::before {
  position: absolute;
  content: "";
  background: url(../fonts/arrow-wizzlinx.svg) no-repeat center center/contain;
  width: 20px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.tw-content02 .tw-content__link:hover {
  color: #00A0E9;
}

.tw-content__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tw-content__sns-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tw-content__sns-link img {
  width: 30px;
  height: 30px;
}
.tw-content__sns-link:hover {
  opacity: 0.7;
}

.tw-content__sns-link:not(:last-child) {
  margin-right: 16px;
}

.tw-content__top {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .tw-content__top {
    border-bottom: 1px dashed #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tw-content__top .tw-content__logo {
  border-bottom: none;
}
@media (min-width: 768px) {
  .tw-content__top .tw-content__logo {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .tw-content__top .tw-content__logo {
    margin-right: 24px;
  }
}

.tw-content__top-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .tw-content__top-link {
    line-height: initial;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .tw-content__top-link {
    font-size: 1.8rem;
    padding-left: 30px;
  }
}
.tw-content__top-link::before {
  position: absolute;
  content: "";
  background: url(../images/arrow-wizzlinx.svg) no-repeat center center/contain;
  width: 20px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

@media (min-width: 992px) {
  .tw-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* footer */
.bottom-contact-tw .bottom-contact__link {
  padding: 20px 0;
}
@media (max-width: 374px) {
  .bottom-contact-tw .bottom-contact__link {
    font-size: 1.4rem;
  }
}
.bottom-contact-tw .bottom-contact__link--orange {
  background-color: #EE9126;
  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: 50%;
}
.bottom-contact-tw .bottom-contact__link--blue {
  background-color: #003D67;
  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: 50%;
}
@media (min-width: 768px) {
  .bottom-contact-tw {
    display: none;
  }
}

@media (min-width: 992px) {
  .side-btn-tw .side-btn {
    top: 20px;
  }
}
@media (min-width: 1600px) {
  .side-btn-tw .side-btn {
    top: 40px;
  }
}
.side-btn-tw .side-btn__link {
  max-width: 40px;
  width: 100%;
  max-height: 262px;
  height: 100%;
}
@media (min-width: 1200px) {
  .side-btn-tw .side-btn__link {
    max-width: 50px;
    max-height: 324px;
  }
}
@media (min-width: 1600px) {
  .side-btn-tw .side-btn__link {
    max-width: 56px;
    max-height: 360px;
  }
}
.footer-copyright-tw {
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .footer-copyright-tw {
    padding-bottom: 24px;
  }
}

/* -------------------------------
 kaeru
------------------------------- */
.page-id-13745 .lp-header,
.page-id-13755 .lp-header {
  height: 76px;
}

.page-id-13745 .lp-header__logo,
.page-id-13755 .lp-header__logo {
  width: 80px;
}

.page-id-13745,
.page-id-13755 {
  color: #313131;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  /* mv */
  /* about */
  /* install */
  /* banner-k */
  /* feature */
  /* step */
  /* recommend */
  /* faq */
}
@media (min-width: 768px) {
  .page-id-13745,
  .page-id-13755 {
    font-size: 1.6rem;
  }
}
.page-id-13745 .section,
.page-id-13755 .section {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-13745 .section,
  .page-id-13755 .section {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
.page-id-13745 .title,
.page-id-13755 .title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-13745 .title,
  .page-id-13755 .title {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .title,
  .page-id-13755 .title {
    font-size: 3.8rem;
  }
}
.page-id-13745 .lead,
.page-id-13755 .lead {
  font-size: 1.8rem;
  line-height: 2;
}
@media (min-width: 1200px) {
  .page-id-13745 .lead,
  .page-id-13755 .lead {
    font-size: 2rem;
  }
}
.page-id-13745 .cv-button,
.page-id-13755 .cv-button {
  background-color: #fff;
  border: 3px solid #FFBB00;
  border-radius: 57px;
  color: #FFBB00;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 0;
  text-align: center;
  margin: auto;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1200px) {
  .page-id-13745 .cv-button:hover,
  .page-id-13755 .cv-button:hover {
    background-color: #FFBB00;
    color: #fff;
  }
}
.page-id-13745 .cv-button--top,
.page-id-13755 .cv-button--top {
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .page-id-13745 .cv-button--top,
  .page-id-13755 .cv-button--top {
    max-width: 367px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .cv-button--top,
  .page-id-13755 .cv-button--top {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .cv-button--banner,
  .page-id-13755 .cv-button--banner {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .cv-button--banner,
  .page-id-13755 .cv-button--banner {
    max-width: 380px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .cv-button--banner,
  .page-id-13755 .cv-button--banner {
    font-size: 2rem;
    max-width: 400px;
  }
}
.page-id-13745 .kaeru-inner,
.page-id-13755 .kaeru-inner {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-13745 .mv,
.page-id-13755 .mv {
  position: relative;
  padding-top: 56px;
  padding-bottom: 60px;
  margin-top: 60px;
}
.page-id-13745 .mv::after,
.page-id-13755 .mv::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(131.5deg, transparent 35%, #E5EDFD 0%, #E5EDFD);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
@media (min-width: 768px) {
  .page-id-13745 .mv::after,
  .page-id-13755 .mv::after {
    background-image: linear-gradient(158.5deg, transparent 46%, #E5EDFD 0%, #E5EDFD);
  }
}
@media (min-width: 1600px) {
  .page-id-13745 .mv::after,
  .page-id-13755 .mv::after {
    background-image: linear-gradient(162.5deg, transparent 47%, #E5EDFD 0%, #E5EDFD);
  }
}
.page-id-13745 .mv__inner,
.page-id-13755 .mv__inner {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-13745 .mv__top,
.page-id-13755 .mv__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top,
  .page-id-13755 .mv__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
}
.page-id-13745 .mv__top-img01,
.page-id-13755 .mv__top-img01 {
  margin: 0 auto 4px;
  width: 80%;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top-img01,
  .page-id-13755 .mv__top-img01 {
    margin: initial;
    width: 58%;
  }
}
.page-id-13745 .mv__top-img02,
.page-id-13755 .mv__top-img02 {
  margin: 0 auto 4px;
  width: 30%;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top-img02,
  .page-id-13755 .mv__top-img02 {
    margin: initial;
    width: 14%;
  }
}
.page-id-13745 .mv__top-img03,
.page-id-13755 .mv__top-img03 {
  margin: 0 auto;
  width: 31%;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top-img03,
  .page-id-13755 .mv__top-img03 {
    margin: initial;
    width: 20%;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .mv__top-img01,
  .page-id-13745 .mv__top-img02,
  .page-id-13755 .mv__top-img01,
  .page-id-13755 .mv__top-img02 {
    margin-right: 3%;
  }
}
.page-id-13745 .mv__content,
.page-id-13755 .mv__content {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-13745 .mv__content,
  .page-id-13755 .mv__content {
    margin: 0 auto 46px;
    width: 100%;
    max-width: 932px;
  }
}
.page-id-13745 .mv__content-text,
.page-id-13755 .mv__content-text {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 34px;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__content-text,
  .page-id-13755 .mv__content-text {
    font-size: 2.2rem;
    padding-left: 62px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .mv__content-text,
  .page-id-13755 .mv__content-text {
    font-size: 2.8rem;
  }
}
.page-id-13745 .mv__content-text::before,
.page-id-13755 .mv__content-text::before {
  position: absolute;
  content: "";
  background: url(../fonts/check.svg) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 6px;
  left: 0;
}
@media (min-width: 768px) {
  .page-id-13745 .mv__content-text::before,
  .page-id-13755 .mv__content-text::before {
    width: 36px;
    height: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .mv__content-text::before,
  .page-id-13755 .mv__content-text::before {
    width: 49px;
    height: 49px;
  }
}
.page-id-13745 .mv__content-text:not(:last-child),
.page-id-13755 .mv__content-text:not(:last-child) {
  margin-bottom: 14px;
}
.page-id-13745 .mv01,
.page-id-13745 .mv02,
.page-id-13745 .mv03,
.page-id-13755 .mv01,
.page-id-13755 .mv02,
.page-id-13755 .mv03 {
  font-weight: 700;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-id-13745 .mv01,
  .page-id-13745 .mv02,
  .page-id-13745 .mv03,
  .page-id-13755 .mv01,
  .page-id-13755 .mv02,
  .page-id-13755 .mv03 {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .mv01,
  .page-id-13745 .mv02,
  .page-id-13745 .mv03,
  .page-id-13755 .mv01,
  .page-id-13755 .mv02,
  .page-id-13755 .mv03 {
    font-size: 2.8rem;
  }
}
.page-id-13745 .mv01,
.page-id-13755 .mv01 {
  color: #FF4E00;
}
.page-id-13745 .mv02,
.page-id-13755 .mv02 {
  color: #DB3301;
}
.page-id-13745 .mv03,
.page-id-13755 .mv03 {
  color: #F03747;
}
.page-id-13745 .about,
.page-id-13755 .about {
  background-color: #EBF6FD;
  padding-top: 80px;
  padding-bottom: 90px;
}
.page-id-13745 .about__inner,
.page-id-13755 .about__inner {
  background-color: #fff;
  border-radius: 50px;
  padding: 80px 30px;
}
@media (min-width: 768px) {
  .page-id-13745 .about__inner,
  .page-id-13755 .about__inner {
    padding: 80px 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .about__inner,
  .page-id-13755 .about__inner {
    padding: 80px 150px;
  }
}
.page-id-13745 .about__top,
.page-id-13755 .about__top {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-13745 .about__top,
  .page-id-13755 .about__top {
    margin-bottom: 64px;
  }
}
.page-id-13745 .about__box01,
.page-id-13755 .about__box01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-13745 .about__box01,
  .page-id-13755 .about__box01 {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
    margin: 0 auto 24px;
    width: 100%;
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .about__img,
  .page-id-13755 .about__img {
    margin: initial;
    width: 100%;
    max-width: 105px;
  }
}
.page-id-13745 .about__box02,
.page-id-13755 .about__box02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media (min-width: 768px) {
  .page-id-13745 .about__box02,
  .page-id-13755 .about__box02 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin: auto;
    width: 100%;
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .about__box02 .about__img,
  .page-id-13755 .about__box02 .about__img {
    width: 100%;
    max-width: 229px;
  }
}
.page-id-13745 .install,
.page-id-13755 .install {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .page-id-13745 .install,
  .page-id-13755 .install {
    padding-top: 120px;
    padding-bottom: 140px;
  }
}
.page-id-13745 .install__top,
.page-id-13755 .install__top {
  margin-bottom: 40px;
}
.page-id-13745 .install__img,
.page-id-13755 .install__img {
  margin-bottom: 56px;
  width: 100%;
}
.page-id-13745 .install__bottom a,
.page-id-13755 .install__bottom a {
  border-bottom: 1px solid #2A68D0;
  color: #2A68D0;
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .page-id-13745 .install__bottom a,
  .page-id-13755 .install__bottom a {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .install__bottom a,
  .page-id-13755 .install__bottom a {
    font-size: 2.2rem;
  }
}
.page-id-13745 .banner-k,
.page-id-13755 .banner-k {
  position: relative;
  background: url(../images/kaeru-bg.jpg) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k,
  .page-id-13755 .banner-k {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .banner-k,
  .page-id-13755 .banner-k {
    padding-top: 80px;
    padding-bottom: 44px;
  }
}
.page-id-13745 .banner-k__contents,
.page-id-13755 .banner-k__contents {
  position: relative;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__contents,
  .page-id-13755 .banner-k__contents {
    margin: auto;
    max-width: 1060px;
  }
}
.page-id-13745 .banner-k__contents::before,
.page-id-13755 .banner-k__contents::before {
  position: absolute;
  content: "";
  background: url(../images/bg-sale.png) no-repeat center center/contain;
  width: 66%;
  height: 100%;
  top: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__contents::before,
  .page-id-13755 .banner-k__contents::before {
    width: 40%;
    min-height: 248px;
    height: 100%;
    top: 44%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
  }
}
.page-id-13745 .banner-k__content,
.page-id-13755 .banner-k__content {
  position: relative;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__content,
  .page-id-13755 .banner-k__content {
    margin-left: auto;
    max-width: 426px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .banner-k__content,
  .page-id-13755 .banner-k__content {
    top: -6px;
  }
}
.page-id-13745 .banner-k__content::before,
.page-id-13755 .banner-k__content::before {
  position: absolute;
  content: "";
  background: url(../images/kaeru-icon.png) no-repeat center center/contain;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
  width: 66px;
  height: 66px;
  top: -24px;
  left: 0;
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__content::before,
  .page-id-13755 .banner-k__content::before {
    width: 80px;
    height: 80px;
    left: -56px;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .banner-k__content::before,
  .page-id-13755 .banner-k__content::before {
    width: 112px;
    height: 112px;
    top: 0;
    left: -124px;
  }
}
.page-id-13745 .banner-k__text01,
.page-id-13755 .banner-k__text01 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 4px;
  text-align: right;
}
@media (min-width: 576px) {
  .page-id-13745 .banner-k__text01,
  .page-id-13755 .banner-k__text01 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__text01,
  .page-id-13755 .banner-k__text01 {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 16px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .banner-k__text01,
  .page-id-13755 .banner-k__text01 {
    font-size: 3.2rem;
  }
}
.page-id-13745 .banner-k__text02,
.page-id-13755 .banner-k__text02 {
  position: relative;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
  text-align: right;
}
@media (min-width: 576px) {
  .page-id-13745 .banner-k__text02,
  .page-id-13755 .banner-k__text02 {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .banner-k__text02,
  .page-id-13755 .banner-k__text02 {
    font-size: 2rem;
    line-height: initial;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .banner-k__text02,
  .page-id-13755 .banner-k__text02 {
    font-size: 2.8rem;
  }
}
.page-id-13745 .feature,
.page-id-13755 .feature {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .page-id-13745 .feature,
  .page-id-13755 .feature {
    padding-top: 140px;
    padding-bottom: 130px;
  }
}
.page-id-13745 .kaeru-contents,
.page-id-13755 .kaeru-contents {
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents,
  .page-id-13755 .kaeru-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .kaeru-contents,
  .page-id-13755 .kaeru-contents {
    margin-bottom: 120px;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents01 .kaeru-content,
  .page-id-13745 .kaeru-contents03 .kaeru-content,
  .page-id-13755 .kaeru-contents01 .kaeru-content,
  .page-id-13755 .kaeru-contents03 .kaeru-content {
    margin-right: 6.4%;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents02 .kaeru-img,
  .page-id-13755 .kaeru-contents02 .kaeru-img {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents01 .kaeru-content,
  .page-id-13745 .kaeru-contents02 .kaeru-content,
  .page-id-13745 .kaeru-contents03 .kaeru-content,
  .page-id-13755 .kaeru-contents01 .kaeru-content,
  .page-id-13755 .kaeru-contents02 .kaeru-content,
  .page-id-13755 .kaeru-contents03 .kaeru-content {
    padding-left: 64px;
  }
}
.page-id-13745 .kaeru-contents01 .kaeru-content,
.page-id-13755 .kaeru-contents01 .kaeru-content {
  position: relative;
}
.page-id-13745 .kaeru-contents01 .kaeru-content::before,
.page-id-13755 .kaeru-contents01 .kaeru-content::before {
  position: absolute;
  content: "";
  background: url(../images/feature-number_01.png) no-repeat center center/contain;
  width: 63px;
  height: 97px;
  top: -18px;
  left: 0;
}
.page-id-13745 .kaeru-contents02 .kaeru-content,
.page-id-13755 .kaeru-contents02 .kaeru-content {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents02 .kaeru-content,
  .page-id-13755 .kaeru-contents02 .kaeru-content {
    margin-bottom: initial;
  }
}
.page-id-13745 .kaeru-contents02 .kaeru-content::before,
.page-id-13755 .kaeru-contents02 .kaeru-content::before {
  position: absolute;
  content: "";
  background: url(../images/feature-number_02.png) no-repeat center center/contain;
  width: 63px;
  height: 97px;
  top: -18px;
  left: 0;
}
.page-id-13745 .kaeru-contents03 .kaeru-content,
.page-id-13755 .kaeru-contents03 .kaeru-content {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents03 .kaeru-content,
  .page-id-13755 .kaeru-contents03 .kaeru-content {
    margin-bottom: initial;
  }
}
.page-id-13745 .kaeru-contents03 .kaeru-content::before,
.page-id-13755 .kaeru-contents03 .kaeru-content::before {
  position: absolute;
  content: "";
  background: url(../images/feature-number_03.png) no-repeat center center/contain;
  width: 63px;
  height: 97px;
  top: -18px;
  left: 0;
}
.page-id-13745 .kaeru-content,
.page-id-13755 .kaeru-content {
  position: relative;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-content,
  .page-id-13755 .kaeru-content {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 57%;
  }
}
.page-id-13745 .kaeru-content__title,
.page-id-13755 .kaeru-content__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 24px;
  padding-left: 49px;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-content__title,
  .page-id-13755 .kaeru-content__title {
    padding-left: initial;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .kaeru-content__title,
  .page-id-13755 .kaeru-content__title {
    font-size: 2.4rem;
  }
}
.page-id-13745 .kaeru-content__title span,
.page-id-13755 .kaeru-content__title span {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .page-id-13745 .kaeru-content__title span,
  .page-id-13755 .kaeru-content__title span {
    font-size: 2.1rem;
  }
}
.page-id-13745 .kaeru-content__text,
.page-id-13755 .kaeru-content__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 992px) {
  .page-id-13745 .kaeru-content__text,
  .page-id-13755 .kaeru-content__text {
    font-size: 2rem;
  }
}
.page-id-13745 .kaeru-img,
.page-id-13755 .kaeru-img {
  margin: 0 auto 16px;
  width: 60%;
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-img,
  .page-id-13755 .kaeru-img {
    margin: initial;
    width: 29%;
  }
}
@media (min-width: 768px) {
  .page-id-13745 .kaeru-contents02,
  .page-id-13755 .kaeru-contents02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-id-13745 .feature-bottom,
.page-id-13755 .feature-bottom {
  margin: auto;
  max-width: 900px;
  padding-top: 56px;
}
@media (min-width: 768px) {
  .page-id-13745 .feature-bottom,
  .page-id-13755 .feature-bottom {
    padding-top: initial;
  }
}
.page-id-13745 .feature-bottom__contents,
.page-id-13755 .feature-bottom__contents {
  margin-bottom: 24px;
}
.page-id-13745 .feature-bottom__contents-head,
.page-id-13755 .feature-bottom__contents-head {
  position: relative;
  background-color: #FFB700;
  border-radius: 10px 10px 0 0;
  padding: 8px 8px;
}
.page-id-13745 .feature-bottom__contents-head::before,
.page-id-13755 .feature-bottom__contents-head::before {
  position: absolute;
  content: "";
  background: url(../images/feature-note.png) no-repeat center center/contain;
  width: 80px;
  height: 80px;
  top: -56px;
  left: 0;
}
@media (min-width: 1200px) {
  .page-id-13745 .feature-bottom__contents-head::before,
  .page-id-13755 .feature-bottom__contents-head::before {
    width: 156px;
    height: 156px;
    top: -54px;
    left: -45px;
  }
}
.page-id-13745 .feature-bottom__contents-head::after,
.page-id-13755 .feature-bottom__contents-head::after {
  position: absolute;
  content: "";
  background: url(../images/triangle-orange.svg) no-repeat center center/contain;
  width: 37px;
  height: 24px;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-13745 .feature-bottom__contents-title,
.page-id-13755 .feature-bottom__contents-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-13745 .feature-bottom__contents-title,
  .page-id-13755 .feature-bottom__contents-title {
    line-height: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .feature-bottom__contents-title,
  .page-id-13755 .feature-bottom__contents-title {
    font-size: 2.8rem;
  }
}
.page-id-13745 .feature-bottom__contents-title span,
.page-id-13755 .feature-bottom__contents-title span {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .page-id-13745 .feature-bottom__contents-title span,
  .page-id-13755 .feature-bottom__contents-title span {
    font-weight: 2.6rem;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .feature-bottom__contents-title span,
  .page-id-13755 .feature-bottom__contents-title span {
    font-size: 4rem;
  }
}
.page-id-13745 .feature-bottom__contents-body,
.page-id-13755 .feature-bottom__contents-body {
  background-color: #F5F5F5;
  border-radius: 0 0 16px 16px;
  padding: 43px 16px 36px;
}
@media (min-width: 768px) {
  .page-id-13745 .feature-bottom__contents-body,
  .page-id-13755 .feature-bottom__contents-body {
    padding: 43px 40px 36px;
  }
}
.page-id-13745 .feature-bottom__contents-text,
.page-id-13755 .feature-bottom__contents-text {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .page-id-13745 .feature-bottom__contents-text,
  .page-id-13755 .feature-bottom__contents-text {
    font-size: 2rem;
  }
}
.page-id-13745 .feature-bottom__contents-note,
.page-id-13755 .feature-bottom__contents-note {
  font-size: 1.4rem;
}
@media (min-width: 1200px) {
  .page-id-13745 .feature-bottom__contents-note,
  .page-id-13755 .feature-bottom__contents-note {
    font-size: 1.6rem;
  }
}
.page-id-13745 .step,
.page-id-13755 .step {
  padding-top: 80px;
  padding-bottom: 140px;
}
@media (min-width: 992px) {
  .page-id-13745 .step,
  .page-id-13755 .step {
    padding-top: 120px;
  }
}
.page-id-13745 .research,
.page-id-13745 .ch-ec,
.page-id-13755 .research,
.page-id-13755 .ch-ec {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-13745 .research,
  .page-id-13745 .ch-ec,
  .page-id-13755 .research,
  .page-id-13755 .ch-ec {
    margin-bottom: 100px;
  }
}
.page-id-13745 .research .step-title::before,
.page-id-13755 .research .step-title::before {
  background: url(../images/check-orange.svg) no-repeat center center/contain;
}
.page-id-13745 .step-title,
.page-id-13755 .step-title {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-left: 48px;
}
@media (min-width: 992px) {
  .page-id-13745 .step-title,
  .page-id-13755 .step-title {
    font-size: 2.4rem;
    margin-bottom: 72px;
    padding-left: 64px;
  }
}
.page-id-13745 .step-title::before,
.page-id-13755 .step-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -6px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-13745 .step-title::before,
  .page-id-13755 .step-title::before {
    top: 0;
  }
}
.page-id-13745 .step-box,
.page-id-13755 .step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-13745 .step-box:not(:last-child),
.page-id-13755 .step-box:not(:last-child) {
  padding-bottom: 50px;
}
.page-id-13745 .step-box__num,
.page-id-13755 .step-box__num {
  position: relative;
  margin-right: 10px;
  margin-bottom: 4px;
  width: 100%;
  max-width: 62px;
}
@media (min-width: 992px) {
  .page-id-13745 .step-box__num,
  .page-id-13755 .step-box__num {
    margin-right: 40px;
    max-width: 120px;
  }
}
.page-id-13745 .step-box__num::before,
.page-id-13755 .step-box__num::before {
  position: absolute;
  background-color: #A3C622;
  content: "";
  width: 3px;
  height: 93%;
  top: 68px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-id-13745 .step-box__num::before,
  .page-id-13755 .step-box__num::before {
    width: 5px;
    height: 69%;
    top: 128px;
  }
}
.page-id-13745 .research .step-box__num::before,
.page-id-13755 .research .step-box__num::before {
  background-color: #A3C622;
}
.page-id-13745 .num-none::before,
.page-id-13755 .num-none::before {
  display: none;
}
@media (min-width: 992px) {
  .page-id-13745 .step-row,
  .page-id-13755 .step-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 880px;
  }
}
.page-id-13745 .step-box__content,
.page-id-13755 .step-box__content {
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .page-id-13745 .step-box__content,
  .page-id-13755 .step-box__content {
    margin-right: 5.5%;
    margin-bottom: initial;
    width: 34%;
  }
}
.page-id-13745 .step-box__text,
.page-id-13755 .step-box__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 1200px) {
  .page-id-13745 .step-box__text,
  .page-id-13755 .step-box__text {
    font-size: 1.8rem;
  }
}
.page-id-13745 .step-box__img,
.page-id-13755 .step-box__img {
  border-radius: 10px;
}
@media (min-width: 992px) {
  .page-id-13745 .step-box__img,
  .page-id-13755 .step-box__img {
    width: 60%;
  }
}
.page-id-13745 .ch-ec .step-title::before,
.page-id-13745 .jp-ec .step-title::before,
.page-id-13755 .ch-ec .step-title::before,
.page-id-13755 .jp-ec .step-title::before {
  background: url(../fonts/check-green.svg) no-repeat center center/contain;
}
.page-id-13745 .ch-ec .step-box__num::before,
.page-id-13745 .jp-ec .step-box__num::before,
.page-id-13755 .ch-ec .step-box__num::before,
.page-id-13755 .jp-ec .step-box__num::before {
  background-color: #FFBB00;
}
.page-id-13745 .recommend,
.page-id-13755 .recommend {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-13745 .recommend,
  .page-id-13755 .recommend {
    margin-top: 150px;
    margin-bottom: 140px;
  }
}
.page-id-13745 .recommend-box,
.page-id-13755 .recommend-box {
  background-color: #EBF6FD;
  border-radius: 50px;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .page-id-13745 .recommend-box,
  .page-id-13755 .recommend-box {
    padding: 56px;
  }
}
@media (min-width: 1200px) {
  .page-id-13745 .recommend-box,
  .page-id-13755 .recommend-box {
    padding: 80px;
  }
}
.page-id-13745 .recommend-contents,
.page-id-13755 .recommend-contents {
  background-color: #fff;
  border-radius: 50px;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .page-id-13745 .recommend-contents,
  .page-id-13755 .recommend-contents {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .recommend-contents,
  .page-id-13755 .recommend-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 72px;
  }
}
.page-id-13745 .recommend-contents:not(:last-child),
.page-id-13755 .recommend-contents:not(:last-child) {
  margin-bottom: 48px;
}
.page-id-13745 .recommend-contents__box,
.page-id-13755 .recommend-contents__box {
  margin: 0 auto;
  width: 30%;
}
@media (min-width: 992px) {
  .page-id-13745 .recommend-contents__box,
  .page-id-13755 .recommend-contents__box {
    margin-right: 8%;
    margin-left: initial;
    width: 10.5%;
  }
}
.page-id-13745 .recommend-contents__img,
.page-id-13755 .recommend-contents__img {
  margin-bottom: 10px;
}
.page-id-13745 .recommend-contents__name,
.page-id-13755 .recommend-contents__name {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .page-id-13745 .recommend-contents__name,
  .page-id-13755 .recommend-contents__name {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .page-id-13745 .recommend-content__content,
  .page-id-13755 .recommend-content__content {
    width: 81%;
  }
}
.page-id-13745 .recommend-content__top,
.page-id-13755 .recommend-content__top {
  font-size: 2.6rem;
  line-height: 1.2;
  margin-bottom: 14px;
}
.page-id-13745 .recommend-content__text,
.page-id-13755 .recommend-content__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media (min-width: 1200px) {
  .page-id-13745 .recommend-content__text,
  .page-id-13755 .recommend-content__text {
    font-size: 1.8rem;
  }
}
.page-id-13745 .faq-inner,
.page-id-13755 .faq-inner {
  max-width: 990px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-13745 .faq-contents:not(:last-child),
.page-id-13755 .faq-contents:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .page-id-13745 .faq-contents:not(:last-child),
  .page-id-13755 .faq-contents:not(:last-child) {
    margin-bottom: 80px;
  }
}
.page-id-13745 .q,
.page-id-13745 .a,
.page-id-13755 .q,
.page-id-13755 .a {
  position: relative;
  padding-left: 64px;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page-id-13745 .q,
  .page-id-13745 .a,
  .page-id-13755 .q,
  .page-id-13755 .a {
    font-size: 2rem;
    padding-left: 84px;
  }
}
.page-id-13745 .q::before,
.page-id-13745 .a::before,
.page-id-13755 .q::before,
.page-id-13755 .a::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -6px;
  left: 0;
}
@media (min-width: 768px) {
  .page-id-13745 .q::before,
  .page-id-13745 .a::before,
  .page-id-13755 .q::before,
  .page-id-13755 .a::before {
    width: 52px;
    height: 52px;
  }
}
.page-id-13745 .q,
.page-id-13755 .q {
  font-weight: 700;
  margin-bottom: 32px;
}
.page-id-13745 .q::before,
.page-id-13755 .q::before {
  background: url(../images/q.png) no-repeat center center/contain;
}
.page-id-13745 .a::before,
.page-id-13755 .a::before {
  background: url(../images/a.png) no-repeat center center/contain;
}
.page-id-13745 .line-inner,
.page-id-13755 .line-inner {
  max-width: 990px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-13745 .line-detail-small,
.page-id-13755 .line-detail-small {
  margin: 56px auto 56px;
  width: 100%;
}
.page-id-13745 .line-detail-large,
.page-id-13755 .line-detail-large {
  margin: 0 auto 12rem;
  width: 100%;
}

/* -------------------------------
 s-lp
------------------------------- */
.page-id-14020 .camp-banner01,
.page-id-14021 .camp-banner01 {
  padding-top: 56px;
  padding-bottom: 16px;
}
.page-id-14020 .camp-banner02,
.page-id-14021 .camp-banner02 {
  padding-top: 56px;
  padding-bottom: 0px;
}

.page-id-14088 .camp-banner01,
.page-id-14089 .camp-banner01 {
  padding-top: 0;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .page-id-14088 .camp-banner01,
  .page-id-14089 .camp-banner01 {
    padding-top: 56px;
    margin-bottom: 40px;
  }
}
.page-id-14088 .camp-banner02,
.page-id-14089 .camp-banner02 {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .page-id-14088 .camp-banner02,
  .page-id-14089 .camp-banner02 {
    padding-top: 56px;
  }
}
.page-id-14088 .camp-banner02--camp-margin,
.page-id-14089 .camp-banner02--camp-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.page-id-14020 .camp-banner__inner,
.page-id-14089 .camp-banner__inner,
.page-id-14021 .camp-banner__inner,
.page-id-14088 .camp-banner__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14020,
.page-id-14021 {
  color: #05469A;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  /* ヘッダー */
  /* ドロワーメニュー */
  /* s-mv */
  /* s-point */
  /* target */
  /* s-step */
  /* s-faq */
  /* s-bottom */
  /* s-cv */
  /* footer */
}
.page-id-14020 .inner,
.page-id-14021 .inner {
  margin: auto;
  max-width: 1080px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14020 .s-title,
.page-id-14021 .s-title {
  font-size: 3rem;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-title,
  .page-id-14021 .s-title {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
}
.page-id-14020 .s-title span,
.page-id-14021 .s-title span {
  color: #F15E2D;
}
.page-id-14020 .lp-header,
.page-id-14021 .lp-header {
  background-color: #fff;
  position: fixed;
}
@media (min-width: 1200px) {
  .page-id-14020 .lp-header,
  .page-id-14021 .lp-header {
    background-color: initial;
    position: absolute;
  }
}
.page-id-14020 .lp-header__inner,
.page-id-14021 .lp-header__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1200px) {
  .page-id-14020 #s-header-nav.m-fixed,
  .page-id-14021 #s-header-nav.m-fixed {
    background-color: #fff;
    left: 0;
    position: fixed !important;
    top: 0;
  }
}
.page-id-14020 .s-drawer-icon,
.page-id-14021 .s-drawer-icon {
  top: 20px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  width: 30px;
  display: block;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-drawer-icon,
  .page-id-14021 .s-drawer-icon {
    cursor: pointer;
  }
}
@media (min-width: 1400px) {
  .page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bars,
  .page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bars {
    position: absolute;
    top: 38px;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bars,
  .page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bars {
    right: 50px;
  }
}
.page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bar1,
.page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bar1 {
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 30px;
}
.page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bar2,
.page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bar2 {
  display: none;
}
.page-id-14020 .s-drawer-icon.is-active .s-drawer-icon__bar3,
.page-id-14021 .s-drawer-icon.is-active .s-drawer-icon__bar3 {
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
}
.page-id-14020 .s-drawer-icon__bars,
.page-id-14021 .s-drawer-icon__bars {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
.page-id-14020 .s-drawer-icon__bar1,
.page-id-14020 .s-drawer-icon__bar2,
.page-id-14020 .s-drawer-icon__bar3,
.page-id-14021 .s-drawer-icon__bar1,
.page-id-14021 .s-drawer-icon__bar2,
.page-id-14021 .s-drawer-icon__bar3 {
  position: absolute;
  height: 3px;
  top: 0;
  right: 0;
}
.page-id-14020 .s-drawer-icon__bar1,
.page-id-14021 .s-drawer-icon__bar1 {
  background: #05469A;
  top: 0;
  width: 30px;
}
.page-id-14020 .s-drawer-icon__bar2,
.page-id-14021 .s-drawer-icon__bar2 {
  background: #05469A;
  top: 10px;
  width: 30px;
}
.page-id-14020 .s-drawer-icon__bar3,
.page-id-14021 .s-drawer-icon__bar3 {
  background: #05469A;
  top: 20px;
  width: 30px;
}
.page-id-14020 .s-drawer-content,
.page-id-14021 .s-drawer-content {
  background: rgba(5, 70, 154, 0.9);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  width: 84%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
  padding-bottom: 48px;
}
.page-id-14020 .s-drawer-content.is-active,
.page-id-14021 .s-drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-content,
  .page-id-14021 .s-drawer-content {
    width: 494px;
  }
}
.page-id-14020 .s-drawer-content__items,
.page-id-14021 .s-drawer-content__items {
  position: relative;
  margin-top: 120px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-content__items,
  .page-id-14021 .s-drawer-content__items {
    margin-top: 160px;
  }
}
.page-id-14020 .s-drawer-content__item,
.page-id-14021 .s-drawer-content__item {
  position: relative;
  font-weight: 600;
}
.page-id-14020 .s-drawer-content__item a,
.page-id-14021 .s-drawer-content__item a {
  position: relative;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 16px 16px 24px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-content__item a,
  .page-id-14021 .s-drawer-content__item a {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-content__item a,
  .page-id-14021 .s-drawer-content__item a {
    padding-left: 58px;
  }
}
.page-id-14020 .s-drawer-content__bottom,
.page-id-14021 .s-drawer-content__bottom {
  margin: 3.2rem 0 3.2rem 0;
}
.page-id-14020 .s-drawer-contact:not(:first-child),
.page-id-14021 .s-drawer-contact:not(:first-child) {
  margin-top: 20px;
}
.page-id-14020 .s-drawer-contact img,
.page-id-14021 .s-drawer-contact img {
  margin-right: 10px;
}
.page-id-14020 .s-drawer-accordion,
.page-id-14021 .s-drawer-accordion {
  position: absolute;
  background: #EFEFEF;
  border: 1px solid #707070;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  right: 24px;
  top: 20px;
}
.page-id-14020 .s-drawer-accordion.is-open .drawer-accordion-bar2,
.page-id-14021 .s-drawer-accordion.is-open .drawer-accordion-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.page-id-14020 .s-drawer-accordion-bar1,
.page-id-14021 .s-drawer-accordion-bar1 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-id-14020 .s-drawer-accordion-bar2,
.page-id-14021 .s-drawer-accordion-bar2 {
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #707070;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.page-id-14020 .s-drawer-contact,
.page-id-14021 .s-drawer-contact {
  max-width: 260px;
  width: 100%;
  margin-left: 24px;
}
@media (min-width: 576px) {
  .page-id-14020 .s-drawer-contact,
  .page-id-14021 .s-drawer-contact {
    max-width: 336px;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-contact,
  .page-id-14021 .s-drawer-contact {
    margin-left: 58px;
  }
}
.page-id-14020 .s-drawer-button,
.page-id-14021 .s-drawer-button {
  position: relative;
  background-color: #05B154;
  color: #fff;
  border-radius: 43px;
  display: block;
  padding: 12px 0 12px 20px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-drawer-button,
  .page-id-14021 .s-drawer-button {
    padding: 20px 0 20px 20px;
  }
}
.page-id-14020 .s-drawer-button::after,
.page-id-14021 .s-drawer-button::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-green.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.page-id-14020 .s-drawer-box,
.page-id-14021 .s-drawer-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-14020 .s-drawer-img,
.page-id-14021 .s-drawer-img {
  margin-right: 14px;
  max-width: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-img,
  .page-id-14021 .s-drawer-img {
    max-width: 36px;
  }
}
.page-id-14020 .s-drawer-text,
.page-id-14021 .s-drawer-text {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page-id-14020 .s-drawer-text,
  .page-id-14021 .s-drawer-text {
    font-size: 1.6rem;
  }
}
.page-id-14020 .s-mv,
.page-id-14021 .s-mv {
  position: relative;
  background: url(../images/s-mv_sp.jpg) no-repeat center center/cover;
  margin-top: 60px;
  padding-top: 18%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-mv,
  .page-id-14021 .s-mv {
    background: url(../images/s-mv.jpg) no-repeat center center/cover;
    padding-top: 62%;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-mv,
  .page-id-14021 .s-mv {
    padding-top: 53.4%;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-mv,
  .page-id-14021 .s-mv {
    margin-top: initial;
    padding-top: 54%;
  }
}
.page-id-14020 .s-mv__inner,
.page-id-14021 .s-mv__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14020 .s-mv__box,
.page-id-14021 .s-mv__box {
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-mv__box,
  .page-id-14021 .s-mv__box {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 21%;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-mv__contents,
  .page-id-14021 .s-mv__contents {
    margin-right: 5%;
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-mv__contents,
  .page-id-14021 .s-mv__contents {
    width: initial;
  }
}
@media (min-width: 1400px) {
  .page-id-14020 .s-mv__contents,
  .page-id-14021 .s-mv__contents {
    margin-right: 3%;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-mv__contents,
  .page-id-14021 .s-mv__contents {
    margin-right: initial;
  }
}
.page-id-14020 .s-mv__top,
.page-id-14021 .s-mv__top {
  margin-bottom: 32px;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-mv__top,
  .page-id-14021 .s-mv__top {
    margin-bottom: 56px;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-mv__top,
  .page-id-14021 .s-mv__top {
    margin-bottom: 64px;
  }
}
.page-id-14020 .s-mv__title,
.page-id-14021 .s-mv__title {
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-mv__title,
  .page-id-14021 .s-mv__title {
    font-size: 5.1rem;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-mv__title,
  .page-id-14021 .s-mv__title {
    font-size: 5.5em;
  }
}
.page-id-14020 .large01,
.page-id-14020 .large02,
.page-id-14021 .large01,
.page-id-14021 .large02 {
  font-size: 6rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-id-14020 .large01,
  .page-id-14020 .large02,
  .page-id-14021 .large01,
  .page-id-14021 .large02 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .large01,
  .page-id-14020 .large02,
  .page-id-14021 .large01,
  .page-id-14021 .large02 {
    font-size: 8rem;
  }
}
@media (min-width: 1400px) {
  .page-id-14020 .large01,
  .page-id-14020 .large02,
  .page-id-14021 .large01,
  .page-id-14021 .large02 {
    font-size: 9.1rem;
  }
}
@media (min-width: 1400px) {
  .page-id-14020 .large01,
  .page-id-14020 .large02,
  .page-id-14021 .large01,
  .page-id-14021 .large02 {
    font-size: 9.4rem;
  }
}
.page-id-14020 .large01,
.page-id-14021 .large01 {
  color: #F15E2C;
}
.page-id-14020 .large02,
.page-id-14021 .large02 {
  color: #05469A;
}
.page-id-14020 .s-link-top,
.page-id-14021 .s-link-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}
@media (min-width: 1600px) {
  .page-id-14020 .s-link-top,
  .page-id-14021 .s-link-top {
    margin-bottom: 32px;
  }
}
.page-id-14020 .s-button,
.page-id-14021 .s-button {
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  max-width: 170px;
  width: 100%;
  padding: 15px 0 15px 20px;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-button,
  .page-id-14021 .s-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-button:hover,
  .page-id-14021 .s-button:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-button,
  .page-id-14021 .s-button {
    max-width: 220px;
    padding: 18px 0 18px 32px;
  }
}
.page-id-14020 .s-button-log,
.page-id-14021 .s-button-log {
  position: relative;
  background-color: #F15E2C;
  margin-right: 24px;
}
.page-id-14020 .s-button-log::after,
.page-id-14021 .s-button-log::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-orange.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.page-id-14020 .s-button__box,
.page-id-14021 .s-button__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-14020 .s-button__img,
.page-id-14021 .s-button__img {
  margin-right: 8px;
  max-width: 25px;
  width: 100%;
}
@media (min-width: 1600px) {
  .page-id-14020 .s-button__img,
  .page-id-14021 .s-button__img {
    margin-right: 16px;
  }
}
.page-id-14020 .s-button__text,
.page-id-14021 .s-button__text {
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .page-id-14020 .s-button__text,
  .page-id-14021 .s-button__text {
    font-size: 1.8rem;
  }
}
.page-id-14020 .s-button-reg,
.page-id-14021 .s-button-reg {
  position: relative;
  background-color: #05469A;
}
.page-id-14020 .s-button-reg::after,
.page-id-14021 .s-button-reg::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-blue.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
.page-id-14020 .s-link-bottom,
.page-id-14021 .s-link-bottom {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-link-bottom,
  .page-id-14021 .s-link-bottom {
    margin-bottom: initial;
  }
}
.page-id-14020 .s-line-button,
.page-id-14021 .s-line-button {
  position: relative;
  background-color: #05B154;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
  color: #fff;
  display: block;
  max-width: 364px;
  width: 100%;
  padding: 9.5px 0 9.5px 20px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-line-button,
  .page-id-14021 .s-line-button {
    padding: 20px 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-line-button,
  .page-id-14021 .s-line-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-line-button:hover,
  .page-id-14021 .s-line-button:hover {
    opacity: 0.7;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-line-button,
  .page-id-14021 .s-line-button {
    max-width: 460px;
    padding: 24px 0 24px 32px;
  }
}
.page-id-14020 .s-line-button::after,
.page-id-14021 .s-line-button::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-green.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.page-id-14020 .s-line__box,
.page-id-14021 .s-line__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-14020 .s-line__img,
.page-id-14021 .s-line__img {
  margin-right: 24px;
  max-width: 38px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-line__img,
  .page-id-14021 .s-line__img {
    max-width: 40px;
  }
}
.page-id-14020 .s-line__text,
.page-id-14021 .s-line__text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (min-width: 1600px) {
  .page-id-14020 .s-line__text,
  .page-id-14021 .s-line__text {
    font-size: 2rem;
  }
}
.page-id-14020 .s-fv-picture,
.page-id-14021 .s-fv-picture {
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-fv-picture,
  .page-id-14021 .s-fv-picture {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-fv-picture,
  .page-id-14021 .s-fv-picture {
    position: relative;
    top: -70px;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-bottom: 0;
    width: 45.6%;
  }
}
@media (min-width: 1600px) {
  .page-id-14020 .s-fv-picture,
  .page-id-14021 .s-fv-picture {
    width: 39.6%;
  }
}
.page-id-14020 .s-fv-img,
.page-id-14021 .s-fv-img {
  position: relative;
}
@media (min-width: 576px) {
  .page-id-14020 .s-fv-img,
  .page-id-14021 .s-fv-img {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-fv-img,
  .page-id-14021 .s-fv-img {
    top: -10%;
    margin-right: -8vw;
  }
}
.page-id-14020 .s-point,
.page-id-14021 .s-point {
  position: relative;
  background-color: #EDFCFF;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point,
  .page-id-14021 .s-point {
    padding-top: 96px;
    padding-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-point,
  .page-id-14021 .s-point {
    margin-top: 56px;
  }
}
.page-id-14020 .s-point::before,
.page-id-14021 .s-point::before {
  position: absolute;
  content: "";
  background: url(../images/bg06.png) no-repeat center center/contain;
  width: 128px;
  height: 89px;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point::before,
  .page-id-14021 .s-point::before {
    width: 288px;
    height: 200px;
  }
}
.page-id-14020 .s-point::after,
.page-id-14021 .s-point::after {
  position: absolute;
  content: "";
  background: url(../images/bg07.png) no-repeat center center/contain;
  width: 170px;
  height: 111px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point::after,
  .page-id-14021 .s-point::after {
    width: 542px;
    height: 354px;
  }
}
.page-id-14020 .s-point__title,
.page-id-14021 .s-point__title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point__title,
  .page-id-14021 .s-point__title {
    margin-bottom: 72px;
  }
}
.page-id-14020 .s-point-bg,
.page-id-14021 .s-point-bg {
  position: relative;
}
.page-id-14020 .s-point-bg::before,
.page-id-14021 .s-point-bg::before {
  position: absolute;
  content: "";
  background: url(../images/bg01.png) no-repeat center center/contain;
  width: 208px;
  height: 145px;
  top: -79px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point-bg::before,
  .page-id-14021 .s-point-bg::before {
    width: 258px;
    height: 180px;
    top: -95px;
  }
}
.page-id-14020 .s-point-inner,
.page-id-14021 .s-point-inner {
  margin: auto;
  max-width: 970px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents,
  .page-id-14021 .s-point-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-id-14020 .s-point-contents:not(:last-child),
.page-id-14021 .s-point-contents:not(:last-child) {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents:nth-child(odd) .s-point-contents__img,
  .page-id-14021 .s-point-contents:nth-child(odd) .s-point-contents__img {
    margin-right: 10%;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents:nth-child(even),
  .page-id-14021 .s-point-contents:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents:nth-child(even) .s-point-contents__content,
  .page-id-14021 .s-point-contents:nth-child(even) .s-point-contents__content {
    margin-right: 10%;
  }
}
.page-id-14020 .s-point-contents__img,
.page-id-14021 .s-point-contents__img {
  margin: 0 auto 24px;
  width: 70%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents__img,
  .page-id-14021 .s-point-contents__img {
    margin: initial;
    width: 39%;
  }
}
.page-id-14020 .s-point-contents:nth-child(1),
.page-id-14021 .s-point-contents:nth-child(1) {
  position: relative;
}
.page-id-14020 .s-point-contents:nth-child(1)::after,
.page-id-14021 .s-point-contents:nth-child(1)::after {
  position: absolute;
  content: "";
  background: url(../images/bg03-1.png) no-repeat center center/contain;
  width: 202px;
  height: 220px;
  bottom: 32px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .s-point-contents:nth-child(1)::after,
  .page-id-14021 .s-point-contents:nth-child(1)::after {
    width: 352px;
    height: 270px;
    bottom: -186px;
    left: 17%;
  }
}
.page-id-14020 .bg01,
.page-id-14021 .bg01 {
  position: relative;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents__content,
  .page-id-14021 .s-point-contents__content {
    width: 51%;
  }
}
.page-id-14020 .s-point-contents__num,
.page-id-14021 .s-point-contents__num {
  margin-bottom: 32px;
  max-width: 80px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents__num,
  .page-id-14021 .s-point-contents__num {
    max-width: 117px;
    width: 100%;
  }
}
.page-id-14020 .s-point-contents__text,
.page-id-14021 .s-point-contents__text {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (min-width: 768px) {
  .page-id-14020 .s-point-contents__text,
  .page-id-14021 .s-point-contents__text {
    font-size: 2.4rem;
  }
}
.page-id-14020 .bg02,
.page-id-14021 .bg02 {
  position: relative;
}
.page-id-14020 .bg02::before,
.page-id-14021 .bg02::before {
  position: absolute;
  content: "";
  background: url(../images/bg03.png) no-repeat center center/contain;
  width: 202px;
  height: 220px;
  bottom: -49px;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .bg02::before,
  .page-id-14021 .bg02::before {
    width: 352px;
    height: 270px;
    bottom: -60px;
    right: -20px;
  }
}
.page-id-14020 .bg03,
.page-id-14021 .bg03 {
  position: relative;
}
.page-id-14020 .bg03::before,
.page-id-14021 .bg03::before {
  position: absolute;
  content: "";
  background: url(../images/bg05.png) no-repeat center center/contain;
  width: 152px;
  height: 170px;
  top: -88px;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .bg03::before,
  .page-id-14021 .bg03::before {
    width: 352px;
    height: 270px;
    top: -201px;
    right: -37px;
  }
}
.page-id-14020 .target,
.page-id-14021 .target {
  background-color: #BFE1FF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14020 .target,
  .page-id-14021 .target {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-id-14020 .target-inner,
.page-id-14021 .target-inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14020 .target-contents,
.page-id-14021 .target-contents {
  background-color: #fff;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents,
  .page-id-14021 .target-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 56px;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .target-contents,
  .page-id-14021 .target-contents {
    padding: 100px;
  }
}
.page-id-14020 .target-contents:not(:last-child),
.page-id-14021 .target-contents:not(:last-child) {
  margin-bottom: 64px;
}
@media (min-width: 992px) {
  .page-id-14020 .target-contents:not(:last-child),
  .page-id-14021 .target-contents:not(:last-child) {
    margin-bottom: 72px;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents:nth-child(odd) .target-contents__content,
  .page-id-14021 .target-contents:nth-child(odd) .target-contents__content {
    margin-right: 9.6%;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents:nth-child(even),
  .page-id-14021 .target-contents:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents:nth-child(even) .target-contents__img,
  .page-id-14021 .target-contents:nth-child(even) .target-contents__img {
    margin-right: 9.6%;
  }
}
.page-id-14020 .target-bg01,
.page-id-14021 .target-bg01 {
  position: relative;
}
.page-id-14020 .target-bg01::before,
.page-id-14021 .target-bg01::before {
  position: absolute;
  content: "";
  background: url(../images/retail-bg.png) no-repeat center center/contain;
  width: 120px;
  height: 68px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg01::before,
  .page-id-14021 .target-bg01::before {
    width: 170px;
    height: 118px;
    top: 42px;
    left: 40px;
  }
}
.page-id-14020 .target-bg01::after,
.page-id-14021 .target-bg01::after {
  position: absolute;
  content: "";
  background: url(../images/bg05.png) no-repeat center center/contain;
  width: 249px;
  height: 168px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg01::after,
  .page-id-14021 .target-bg01::after {
    width: 349px;
    height: 268px;
    bottom: 7px;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents__content,
  .page-id-14021 .target-contents__content {
    width: 38.5%;
  }
}
.page-id-14020 .target-bg02,
.page-id-14021 .target-bg02 {
  position: relative;
}
.page-id-14020 .target-bg02::before,
.page-id-14021 .target-bg02::before {
  position: absolute;
  content: "";
  background: url(../images/bg04.png) no-repeat center center/contain;
  width: 256px;
  height: 173px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg02::before,
  .page-id-14021 .target-bg02::before {
    width: 356px;
    height: 273px;
    right: -86px;
    bottom: 14px;
  }
}
.page-id-14020 .target-contents__title,
.page-id-14021 .target-contents__title {
  color: #F15E2D;
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}
@media (min-width: 992px) {
  .page-id-14020 .target-contents__title,
  .page-id-14021 .target-contents__title {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .target-contents__title,
  .page-id-14021 .target-contents__title {
    font-size: 4rem;
  }
}
.page-id-14020 .target-contents__text,
.page-id-14021 .target-contents__text {
  color: #05469A;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media (min-width: 992px) {
  .page-id-14020 .target-contents__text,
  .page-id-14021 .target-contents__text {
    font-size: 2rem;
  }
}
.page-id-14020 .target-contents__img,
.page-id-14021 .target-contents__img {
  margin: 24px auto 0;
  width: 70%;
}
@media (min-width: 768px) {
  .page-id-14020 .target-contents__img,
  .page-id-14021 .target-contents__img {
    width: 52.6%;
  }
}
.page-id-14020 .target-bg06,
.page-id-14021 .target-bg06 {
  position: relative;
}
.page-id-14020 .target-bg06::before,
.page-id-14021 .target-bg06::before {
  position: absolute;
  content: "";
  background: url(../images/retail-bg.png) no-repeat center center/contain;
  width: 120px;
  height: 68px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg06::before,
  .page-id-14021 .target-bg06::before {
    width: 170px;
    height: 118px;
    top: 42px;
    left: 40px;
  }
}
.page-id-14020 .target-bg06::after,
.page-id-14021 .target-bg06::after {
  position: absolute;
  content: "";
  background: url(../images/bg05.png) no-repeat center center/contain;
  width: 249px;
  height: 168px;
  bottom: 0;
  right: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg06::after,
  .page-id-14021 .target-bg06::after {
    width: 349px;
    height: 268px;
    bottom: 135px;
  }
}
.page-id-14020 .target-bg04,
.page-id-14021 .target-bg04 {
  position: relative;
}
.page-id-14020 .target-bg04::before,
.page-id-14021 .target-bg04::before {
  position: absolute;
  content: "";
  background: url(../images/bg04.png) no-repeat center center/contain;
  width: 249px;
  height: 168px;
  bottom: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14020 .target-bg04::before,
  .page-id-14021 .target-bg04::before {
    width: 349px;
    height: 268px;
    bottom: -63px;
    left: -146px;
  }
}
.page-id-14020 .s-step,
.page-id-14021 .s-step {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step,
  .page-id-14021 .s-step {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.page-id-14020 .s-step-title,
.page-id-14021 .s-step-title {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step-title,
  .page-id-14021 .s-step-title {
    margin-bottom: 64px;
  }
}
.page-id-14020 .s-step__lists,
.page-id-14021 .s-step__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 34px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-step__lists,
  .page-id-14021 .s-step__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__lists,
  .page-id-14021 .s-step__lists {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
    margin-bottom: 40px;
  }
}
.page-id-14020 .s-step__list,
.page-id-14021 .s-step__list {
  border: 5px solid #F15E2D;
  border-radius: 10px;
  padding: 20px 16px;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-step__list,
  .page-id-14021 .s-step__list {
    padding: 40px 25px 56px;
  }
}
.page-id-14020 .s-step__list:nth-child(1),
.page-id-14020 .s-step__list:nth-child(2),
.page-id-14021 .s-step__list:nth-child(1),
.page-id-14021 .s-step__list:nth-child(2) {
  position: relative;
}
.page-id-14020 .s-step__list:nth-child(1)::after,
.page-id-14020 .s-step__list:nth-child(2)::after,
.page-id-14021 .s-step__list:nth-child(1)::after,
.page-id-14021 .s-step__list:nth-child(2)::after {
  position: absolute;
  content: "";
  background: url(../images/s-arrow-bottom.svg) no-repeat center center/contain;
  width: 30px;
  height: 12px;
  bottom: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-id-14020 .s-step__list:nth-child(1)::after,
  .page-id-14020 .s-step__list:nth-child(2)::after,
  .page-id-14021 .s-step__list:nth-child(1)::after,
  .page-id-14021 .s-step__list:nth-child(2)::after {
    background: url(../fonts/s-arrow-single.svg) no-repeat center center/contain;
    width: 14px;
    height: 38px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
    right: -26px;
    bottom: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__list:nth-child(1)::after,
  .page-id-14020 .s-step__list:nth-child(2)::after,
  .page-id-14021 .s-step__list:nth-child(1)::after,
  .page-id-14021 .s-step__list:nth-child(2)::after {
    right: -29px;
  }
}
.page-id-14020 .s-step__num,
.page-id-14021 .s-step__num {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__num,
  .page-id-14021 .s-step__num {
    font-size: 3rem;
  }
}
.page-id-14020 .s-step__num span,
.page-id-14021 .s-step__num span {
  font-size: 3.6rem;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__num span,
  .page-id-14021 .s-step__num span {
    font-size: 4rem;
  }
}
.page-id-14020 .s-step__title,
.page-id-14021 .s-step__title {
  color: #F15E2D;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14020 .s-step__title,
  .page-id-14021 .s-step__title {
    font-size: 2.8rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-step__title,
  .page-id-14021 .s-step__title {
    font-size: 3.6rem;
  }
}
.page-id-14020 .s-step__img,
.page-id-14021 .s-step__img {
  margin: 0 auto 24px;
  max-width: 120px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__img,
  .page-id-14021 .s-step__img {
    max-width: 160px;
  }
}
.page-id-14020 .s-step__text,
.page-id-14021 .s-step__text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.page-id-14020 .s-step__note,
.page-id-14021 .s-step__note {
  border-bottom: 1px solid #05469A;
  color: #0063E3;
  display: inline;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-id-14020 .s-step__note,
  .page-id-14021 .s-step__note {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-step__note,
  .page-id-14021 .s-step__note {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-step__note,
  .page-id-14021 .s-step__note {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-step__note:hover,
  .page-id-14021 .s-step__note:hover {
    opacity: 0.7;
  }
}
.page-id-14020 .s-step__note span,
.page-id-14021 .s-step__note span {
  color: #4BB332;
}
.page-id-14020 .s-faq,
.page-id-14021 .s-faq {
  background-color: #F0FCFF;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq,
  .page-id-14021 .s-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.page-id-14020 .s-faq-title,
.page-id-14021 .s-faq-title {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-title,
  .page-id-14021 .s-faq-title {
    margin-bottom: 40px;
  }
}
.page-id-14020 .s-faq-items__box:not(:last-child),
.page-id-14021 .s-faq-items__box:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__box:not(:last-child),
  .page-id-14021 .s-faq-items__box:not(:last-child) {
    margin-bottom: 60px;
  }
}
.page-id-14020 .s-faq-items__question,
.page-id-14021 .s-faq-items__question {
  background-color: #4D9CEB;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 16px 21px 16px 38px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-faq-items__question,
  .page-id-14021 .s-faq-items__question {
    padding: 24px 72px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__question,
  .page-id-14021 .s-faq-items__question {
    font-size: 2rem;
    padding: 24px 92px 24px 94px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-faq-items__question,
  .page-id-14021 .s-faq-items__question {
    padding: 24px 92px 24px 94px;
  }
}
.page-id-14020 .s-faq-items__question::before,
.page-id-14021 .s-faq-items__question::before {
  position: absolute;
  content: "Q";
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  top: 9px;
  left: 10px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-faq-items__question::before,
  .page-id-14021 .s-faq-items__question::before {
    width: 32px;
    height: 40px;
    top: 20px;
    left: 17px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__question::before,
  .page-id-14021 .s-faq-items__question::before {
    font-size: 3.2rem;
    top: 14px;
    left: 48px;
  }
}
.page-id-14020 .s-faq-items__answer,
.page-id-14021 .s-faq-items__answer {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}
.page-id-14020 .s-faq-items__answer::before,
.page-id-14021 .s-faq-items__answer::before {
  position: absolute;
  content: "A";
  color: #4D9CEB;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: 32px;
  height: 40px;
  left: 10px;
  top: 15px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-faq-items__answer::before,
  .page-id-14021 .s-faq-items__answer::before {
    width: 32px;
    height: 40px;
    top: 16px;
    left: 17px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__answer::before,
  .page-id-14021 .s-faq-items__answer::before {
    font-size: 3.2rem;
    left: 48px;
  }
}
.page-id-14020 .s-faq-items__answer-content,
.page-id-14021 .s-faq-items__answer-content {
  position: relative;
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  padding: 16px 21px 16px 38px;
}
@media (min-width: 768px) {
  .page-id-14020 .s-faq-items__answer-content,
  .page-id-14021 .s-faq-items__answer-content {
    font-size: 1.4rem;
    padding: 20px 72px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-faq-items__answer-content,
  .page-id-14021 .s-faq-items__answer-content {
    font-size: 1.8rem;
    line-height: 1.777;
    padding: 24px 83px 24px 94px;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-faq-items__answer-content,
  .page-id-14021 .s-faq-items__answer-content {
    padding: 24px 83px 24px 94px;
  }
}
.page-id-14020 .s-bottom,
.page-id-14021 .s-bottom {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14020 .s-bottom,
  .page-id-14021 .s-bottom {
    padding-top: 200px;
    padding-bottom: 130px;
  }
}
.page-id-14020 .s-bottom__message,
.page-id-14021 .s-bottom__message {
  position: relative;
}
.page-id-14020 .s-bottom__message::before,
.page-id-14021 .s-bottom__message::before {
  position: absolute;
  content: "";
  background: url(../images/bg-large.png) no-repeat center center/contain;
  width: 280px;
  height: 186px;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .page-id-14020 .s-bottom__message::before,
  .page-id-14021 .s-bottom__message::before {
    width: 577px;
    height: 295px;
    top: -90px;
    left: -60px;
  }
}
.page-id-14020 .s-bottom-contents01,
.page-id-14021 .s-bottom-contents01 {
  display: block;
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents01,
  .page-id-14021 .s-bottom-contents01 {
    display: none;
  }
}
.page-id-14020 .s-bottom-contents01 .s-bottom__message,
.page-id-14021 .s-bottom-contents01 .s-bottom__message {
  font-size: 4.2rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
.page-id-14020 .s-bottom-contents01 .s-bottom-sp,
.page-id-14021 .s-bottom-contents01 .s-bottom-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-14020 .s-bottom-contents01 .s-bottom-sp__text,
.page-id-14021 .s-bottom-contents01 .s-bottom-sp__text {
  color: #F15E2C;
  font-size: 4.2rem;
  font-weight: 700;
}
.page-id-14020 .s-bottom-contents01 .s-bottom__arrow,
.page-id-14021 .s-bottom-contents01 .s-bottom__arrow {
  margin-left: 10px;
  max-width: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents02,
  .page-id-14021 .s-bottom-contents02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-bottom-contents02,
  .page-id-14021 .s-bottom-contents02 {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-bottom-contents02:hover .s-bottom__message,
  .page-id-14021 .s-bottom-contents02:hover .s-bottom__message {
    color: #F15E2C;
  }
  .page-id-14020 .s-bottom-contents02:hover .s-bottom__message span,
  .page-id-14021 .s-bottom-contents02:hover .s-bottom__message span {
    color: #05469A;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message {
    font-size: 5rem;
    font-weight: 900;
    letter-spacing: 0.04em;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message {
    font-size: 6.6rem;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message span,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message span {
    position: relative;
    color: #F15E2C;
    font-size: 6rem;
    top: 2px;
  }
}
@media (min-width: 992px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message span,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message span {
    font-size: 8rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__message span,
  .page-id-14021 .s-bottom-contents02 .s-bottom__message span {
    left: 14px;
  }
}
@media (min-width: 768px) {
  .page-id-14020 .s-bottom-contents02 .s-bottom__arrow,
  .page-id-14021 .s-bottom-contents02 .s-bottom__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 28px;
    max-width: 76px;
    width: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14020 .s-cv a,
  .page-id-14021 .s-cv a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14020 .s-cv a:hover,
  .page-id-14021 .s-cv a:hover {
    opacity: 0.7;
  }
}
.page-id-14020 .footer-bottom__content a,
.page-id-14021 .footer-bottom__content a {
  color: #05469A;
}
.page-id-14020 .footer-copyright-lp,
.page-id-14021 .footer-copyright-lp {
  margin-bottom: 24px;
}

/* -------------------------------
 s-lp
------------------------------- */
.page-id-14088,
.page-id-14089 {
  color: #05469A;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  /* c-mv */
  /* c-solution */
  /* rate */
  /* c-feature */
  /* ckb-service */
}
.page-id-14088 .inner,
.page-id-14089 .inner {
  margin: auto;
  max-width: 1140px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14088 .lp-header__inner,
.page-id-14089 .lp-header__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14088 .c-mv,
.page-id-14089 .c-mv {
  position: relative;
  background: url(../images/mv_sp.jpg) no-repeat center center/cover;
  margin-top: 73px;
  padding-top: 186%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-mv,
  .page-id-14089 .c-mv {
    background: url(../images/mv_tab.jpg) no-repeat center center/cover;
    margin-top: 80px;
    padding-top: 91.6%;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-mv,
  .page-id-14089 .c-mv {
    background: url(../images/mv_pc.jpg) no-repeat center center/cover;
    margin-top: 100px;
    padding-top: 48.6%;
  }
}
.page-id-14088 .c-mv__inner,
.page-id-14089 .c-mv__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14088 .c-mv__contents,
.page-id-14089 .c-mv__contents {
  position: absolute;
  top: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-mv__contents,
  .page-id-14089 .c-mv__contents {
    top: 8%;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-mv__contents,
  .page-id-14089 .c-mv__contents {
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-mv__contents,
  .page-id-14089 .c-mv__contents {
    top: 7%;
  }
}
.page-id-14088 .c-mv__title,
.page-id-14089 .c-mv__title {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 374px) {
  .page-id-14088 .c-mv__title,
  .page-id-14089 .c-mv__title {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .c-mv__title,
  .page-id-14089 .c-mv__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-mv__title,
  .page-id-14089 .c-mv__title {
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-mv__title,
  .page-id-14089 .c-mv__title {
    font-size: 4.1rem;
  }
}
.page-id-14088 .c-mv__title span,
.page-id-14089 .c-mv__title span {
  font-size: 3rem;
}
@media (max-width: 374px) {
  .page-id-14088 .c-mv__title span,
  .page-id-14089 .c-mv__title span {
    font-size: 2.6rem;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .c-mv__title span,
  .page-id-14089 .c-mv__title span {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-mv__title span,
  .page-id-14089 .c-mv__title span {
    font-size: 6.2rem;
  }
}
.page-id-14088 .c-solution,
.page-id-14089 .c-solution {
  padding-top: 80px;
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution,
  .page-id-14089 .c-solution {
    padding-top: 100px;
  }
}
.page-id-14088 .c-solution__inner,
.page-id-14089 .c-solution__inner {
  margin: auto;
  max-width: 1280px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents,
  .page-id-14089 .c-solution-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-14088 .c-solution-contents__content,
.page-id-14089 .c-solution-contents__content {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content,
  .page-id-14089 .c-solution-contents__content {
    margin-right: 5%;
    margin-bottom: initial;
    width: 46.5%;
  }
}
.page-id-14088 .c-solution-contents__content-top,
.page-id-14089 .c-solution-contents__content-top {
  margin: 0 auto 10px;
  width: 200px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content-top,
  .page-id-14089 .c-solution-contents__content-top {
    margin: initial;
    margin-bottom: 10px;
    width: 345px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-top,
  .page-id-14089 .c-solution-contents__content-top {
    margin-top: 40px;
  }
}
.page-id-14088 .c-solution-contents__content-lead,
.page-id-14089 .c-solution-contents__content-lead {
  font-size: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content-lead,
  .page-id-14089 .c-solution-contents__content-lead {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-lead,
  .page-id-14089 .c-solution-contents__content-lead {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-solution-contents__content-lead,
  .page-id-14089 .c-solution-contents__content-lead {
    font-size: 4.4rem;
  }
}
.page-id-14088 .c-solution-contents__content-lead span,
.page-id-14089 .c-solution-contents__content-lead span {
  font-size: 2.4rem;
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-lead span,
  .page-id-14089 .c-solution-contents__content-lead span {
    font-size: 3.6rem;
  }
}
.page-id-14088 .c-solution-contents__content-title,
.page-id-14089 .c-solution-contents__content-title {
  color: #F15E2D;
  font-size: 5.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 374px) {
  .page-id-14088 .c-solution-contents__content-title,
  .page-id-14089 .c-solution-contents__content-title {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content-title,
  .page-id-14089 .c-solution-contents__content-title {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-title,
  .page-id-14089 .c-solution-contents__content-title {
    font-size: 7rem;
    line-height: 1.3;
    margin-bottom: 24px;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-solution-contents__content-title,
  .page-id-14089 .c-solution-contents__content-title {
    font-size: 8rem;
  }
}
.page-id-14088 .c-solution-contents__content-bottom,
.page-id-14089 .c-solution-contents__content-bottom {
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__content-bottom,
  .page-id-14089 .c-solution-contents__content-bottom {
    text-align: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-solution-contents__content-bottom,
  .page-id-14089 .c-solution-contents__content-bottom {
    font-size: 2.4rem;
  }
}
.page-id-14088 .c-solution-contents__img,
.page-id-14089 .c-solution-contents__img {
  margin: auto;
  width: 65%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-solution-contents__img,
  .page-id-14089 .c-solution-contents__img {
    margin: initial;
    width: 48%;
  }
}
.page-id-14088 .rate,
.page-id-14089 .rate {
  padding-bottom: 176px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate,
  .page-id-14089 .rate {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate,
  .page-id-14089 .rate {
    padding-bottom: 157px;
  }
}
.page-id-14088 .rate-top,
.page-id-14089 .rate-top {
  position: relative;
  background-color: hsl(214, 94%, 31%);
  border-radius: 20px;
  margin-bottom: 80px;
  padding: 32px 0 16px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-top,
  .page-id-14089 .rate-top {
    border-radius: 82px;
    padding: 12px 0;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-top,
  .page-id-14089 .rate-top {
    padding: 12px 0 18px;
  }
}
.page-id-14088 .rate-top::before,
.page-id-14089 .rate-top::before {
  position: absolute;
  content: "";
  background: url(../images/hint.png) no-repeat center center/contain;
  width: 126px;
  height: 90px;
  top: -52px;
  left: -20px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-top::before,
  .page-id-14089 .rate-top::before {
    top: -84px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-top::before,
  .page-id-14089 .rate-top::before {
    width: 146px;
    height: 110px;
    left: -28px;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .rate-top::before,
  .page-id-14089 .rate-top::before {
    left: -66px;
  }
}
.page-id-14088 .rate-top::after,
.page-id-14089 .rate-top::after {
  position: absolute;
  content: "";
  background: url(../images/bottom-arrow.png) no-repeat center center/contain;
  width: 37px;
  height: 27px;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-14088 .rate-title,
.page-id-14089 .rate-title {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (max-width: 374px) {
  .page-id-14088 .rate-title,
  .page-id-14089 .rate-title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-title,
  .page-id-14089 .rate-title {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .rate-title,
  .page-id-14089 .rate-title {
    font-size: 4rem;
  }
}
.page-id-14088 .rate-title span,
.page-id-14089 .rate-title span {
  font-size: 4rem;
  line-height: 1;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-title span,
  .page-id-14089 .rate-title span {
    font-size: 5rem;
  }
}
.page-id-14088 .rate-items,
.page-id-14089 .rate-items {
  padding-bottom: 56px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-items,
  .page-id-14089 .rate-items {
    padding-bottom: 90px;
  }
}
.page-id-14088 .rate-item:not(:last-child),
.page-id-14089 .rate-item:not(:last-child) {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item:not(:last-child),
  .page-id-14089 .rate-item:not(:last-child) {
    margin-bottom: 120px;
  }
}
.page-id-14088 .rate-item,
.page-id-14089 .rate-item {
  position: relative;
  background-color: #FFD16A;
  padding: 107px 16px 32px;
}
@media (max-width: 374px) {
  .page-id-14088 .rate-item,
  .page-id-14089 .rate-item {
    padding: 107px 10px 32px;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item,
  .page-id-14089 .rate-item {
    padding: 107px 24px 32px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item,
  .page-id-14089 .rate-item {
    padding: 107px 32px 32px;
  }
}
.page-id-14088 .rate-item::before,
.page-id-14089 .rate-item::before {
  position: absolute;
  content: "";
  background: url(../images/item-mark_sp.png) no-repeat center center/contain;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item::before,
  .page-id-14089 .rate-item::before {
    background: url(../images/item-mark_pc.png) no-repeat center center/contain;
    height: 50px;
  }
}
.page-id-14088 .rate-item__top,
.page-id-14089 .rate-item__top {
  background-color: #fff;
  border-radius: 40px;
  margin: 0 auto 32px;
  padding: 14px 0;
  width: 80%;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__top,
  .page-id-14089 .rate-item__top {
    width: 350px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__top,
  .page-id-14089 .rate-item__top {
    margin-bottom: 40px;
  }
}
.page-id-14088 .rate-item__title,
.page-id-14089 .rate-item__title {
  color: #F15E2D;
  font-size: 2rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__title,
  .page-id-14089 .rate-item__title {
    font-size: 3.2rem;
  }
}
.page-id-14088 .rate-item__box,
.page-id-14089 .rate-item__box {
  margin: 0 auto 40px;
  max-width: 900px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__box,
  .page-id-14089 .rate-item__box {
    margin-bottom: 56px;
  }
}
.page-id-14088 .rate-item__prices,
.page-id-14089 .rate-item__prices {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__prices,
  .page-id-14089 .rate-item__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px;
    padding-bottom: 40px;
  }
}
.page-id-14088 .rate-item__prices::after,
.page-id-14089 .rate-item__prices::after {
  position: absolute;
  content: "";
  background: url(../images/line-bottom.png) no-repeat center center/contain;
  width: 100%;
  height: 28px;
  bottom: 0;
  left: 0;
}
.page-id-14088 .rate-item__price01,
.page-id-14088 .rate-item__price02,
.page-id-14089 .rate-item__price01,
.page-id-14089 .rate-item__price02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-14088 .rate-item__average,
.page-id-14088 .rate-item__price,
.page-id-14089 .rate-item__average,
.page-id-14089 .rate-item__price {
  color: #333333;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__price01,
  .page-id-14089 .rate-item__price01 {
    margin-right: 56px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__price01,
  .page-id-14089 .rate-item__price01 {
    margin-right: 118px;
  }
}
.page-id-14088 .rate-item__average,
.page-id-14088 .rate-item__price span,
.page-id-14089 .rate-item__average,
.page-id-14089 .rate-item__price span {
  font-size: 1.8rem;
}
@media (max-width: 374px) {
  .page-id-14088 .rate-item__average,
  .page-id-14088 .rate-item__price span,
  .page-id-14089 .rate-item__average,
  .page-id-14089 .rate-item__price span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__average,
  .page-id-14088 .rate-item__price span,
  .page-id-14089 .rate-item__average,
  .page-id-14089 .rate-item__price span {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__average,
  .page-id-14088 .rate-item__price span,
  .page-id-14089 .rate-item__average,
  .page-id-14089 .rate-item__price span {
    font-size: 2.4rem;
  }
}
.page-id-14088 .rate-item__arrow,
.page-id-14089 .rate-item__arrow {
  margin-right: 10px;
  margin-left: 10px;
  max-width: 33px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__arrow,
  .page-id-14089 .rate-item__arrow {
    margin-right: 16px;
    margin-left: 16px;
  }
}
.page-id-14088 .rate-item__price,
.page-id-14089 .rate-item__price {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__price,
  .page-id-14089 .rate-item__price {
    font-size: 2.8rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__price,
  .page-id-14089 .rate-item__price {
    font-size: 3.6rem;
  }
}
.page-id-14088 .rate-item__profit,
.page-id-14089 .rate-item__profit {
  position: relative;
  padding-bottom: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1200px) {
  .page-id-14088 .rate-item__profit,
  .page-id-14089 .rate-item__profit {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14088 .rate-item__profit:hover,
  .page-id-14089 .rate-item__profit:hover {
    color: #F15E2D;
  }
}
.page-id-14088 .rate-item__profit::after,
.page-id-14089 .rate-item__profit::after {
  position: absolute;
  content: "";
  background: url(../images/white-bottom.png) no-repeat center center/contain;
  width: 100%;
  height: 10px;
  bottom: 0;
  left: 0;
}
.page-id-14088 .rate-item__rate,
.page-id-14088 .rate-item__per,
.page-id-14089 .rate-item__rate,
.page-id-14089 .rate-item__per {
  letter-spacing: 0.04em;
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .page-id-14088 .rate-item__rate,
  .page-id-14088 .rate-item__per,
  .page-id-14089 .rate-item__rate,
  .page-id-14089 .rate-item__per {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__rate,
  .page-id-14088 .rate-item__per,
  .page-id-14089 .rate-item__rate,
  .page-id-14089 .rate-item__per {
    font-size: 5rem;
  }
}
.page-id-14088 .rate-item__rate,
.page-id-14089 .rate-item__rate {
  position: relative;
}
.page-id-14088 .rate-item__rate::before,
.page-id-14089 .rate-item__rate::before {
  position: absolute;
  content: "";
  background: url(../images/up.png) no-repeat center center/contain;
  width: 41px;
  height: 54px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__rate::before,
  .page-id-14089 .rate-item__rate::before {
    width: 62px;
    height: 82px;
    left: -84px;
  }
}
.page-id-14088 .rate-item__profit-img,
.page-id-14089 .rate-item__profit-img {
  margin-right: 14px;
  margin-left: 14px;
  max-width: 34px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__profit-img,
  .page-id-14089 .rate-item__profit-img {
    margin-right: 28px;
    margin-left: 28px;
    max-width: 38px;
  }
}
.page-id-14088 .rate-item__per span,
.page-id-14089 .rate-item__per span {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-id-14088 .rate-item__per span,
  .page-id-14089 .rate-item__per span {
    font-size: 4rem;
  }
}
.page-id-14088 .ckb-items,
.page-id-14089 .ckb-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 8px;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-items,
  .page-id-14089 .ckb-items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 24px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .ckb-items,
  .page-id-14089 .ckb-items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.page-id-14088 .ckb-link,
.page-id-14089 .ckb-link {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 576px) {
  .page-id-14088 .ckb-link,
  .page-id-14089 .ckb-link {
    max-width: 300px;
  }
}
.page-id-14088 .ckb-button,
.page-id-14089 .ckb-button {
  position: relative;
  background-color: #F15E2D;
  border: 3px solid #F15E2D;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  padding: 18px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-14088 .ckb-button,
  .page-id-14089 .ckb-button {
    font-size: 2rem;
    padding: 21px 0;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .ckb-button,
  .page-id-14089 .ckb-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14088 .ckb-button:hover,
  .page-id-14089 .ckb-button:hover {
    background-color: #fff;
    color: #F15E2D;
  }
}
.page-id-14088 .ckb-button::after,
.page-id-14089 .ckb-button::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-butoon.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.page-id-14088 .c-feature,
.page-id-14089 .c-feature {
  padding-bottom: 80px;
}
.page-id-14088 .c-feature-top,
.page-id-14089 .c-feature-top {
  position: relative;
  background-color: hsl(214, 94%, 31%);
  border-radius: 20px;
  text-align: center;
  margin-bottom: 48px;
  padding: 12px 0;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-top,
  .page-id-14089 .c-feature-top {
    border-radius: 82px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature-top,
  .page-id-14089 .c-feature-top {
    margin-bottom: 62px;
    padding: 16px 0 20px;
  }
}
.page-id-14088 .c-feature-top::after,
.page-id-14089 .c-feature-top::after {
  position: absolute;
  content: "";
  background: url(../images/bottom-arrow.png) no-repeat center center/contain;
  width: 37px;
  height: 27px;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-14088 .c-feature-title,
.page-id-14089 .c-feature-title {
  position: relative;
  color: #fff;
  font-size: 2.4rem;
  display: inline-block;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-title,
  .page-id-14089 .c-feature-title {
    font-size: 3rem;
    margin-left: 72px;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature-title,
  .page-id-14089 .c-feature-title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-feature-title,
  .page-id-14089 .c-feature-title {
    margin-left: 40px;
  }
}
.page-id-14088 .c-feature-title::before,
.page-id-14089 .c-feature-title::before {
  position: absolute;
  content: "";
  background: url(../images/person.png) no-repeat center center/contain;
  width: 100px;
  height: 133px;
  top: -137px;
  bottom: 0px;
  left: 21px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-title::before,
  .page-id-14089 .c-feature-title::before {
    width: 110px;
    height: 143px;
    top: initial;
    bottom: -24px;
    left: -119px;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .c-feature-title::before,
  .page-id-14089 .c-feature-title::before {
    bottom: -24px;
    left: -135px;
  }
}
.page-id-14088 .c-feature-title span,
.page-id-14089 .c-feature-title span {
  font-size: 3.4rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-title span,
  .page-id-14089 .c-feature-title span {
    font-size: 4rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature-title span,
  .page-id-14089 .c-feature-title span {
    font-size: 5rem;
  }
}
.page-id-14088 .c-feature__top-text,
.page-id-14088 .c-feature-bottom__text,
.page-id-14088 .c-feature__content-title,
.page-id-14088 .ckb-service__text,
.page-id-14089 .c-feature__top-text,
.page-id-14089 .c-feature-bottom__text,
.page-id-14089 .c-feature__content-title,
.page-id-14089 .ckb-service__text {
  letter-spacing: 0.04em;
}
.page-id-14088 .c-feature__top-text,
.page-id-14089 .c-feature__top-text {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 88px;
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature__top-text,
  .page-id-14089 .c-feature__top-text {
    font-size: 3.6rem;
  }
}
.page-id-14088 .c-feature__contents,
.page-id-14089 .c-feature__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 72px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature__contents,
  .page-id-14089 .c-feature__contents {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature__contents,
  .page-id-14089 .c-feature__contents {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
.page-id-14088 .c-feature__content,
.page-id-14089 .c-feature__content {
  position: relative;
  border: 5px solid #F15E2D;
  border-radius: 10px;
  padding: 32px 20px 28px;
  margin: 0 auto;
  width: 70%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature__content,
  .page-id-14089 .c-feature__content {
    padding: 60px 20px 28px;
    margin: initial;
    width: initial;
  }
}
.page-id-14088 .c-feature__content-top,
.page-id-14089 .c-feature__content-top {
  position: absolute;
  background-color: #F15E2D;
  border-radius: 57px;
  padding: 10px 0;
  max-width: 320px;
  width: 100%;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-14088 .c-feature__content-title,
.page-id-14089 .c-feature__content-title {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature__content-title,
  .page-id-14089 .c-feature__content-title {
    font-size: 2.8rem;
  }
}
.page-id-14088 .c-feature__content-mark,
.page-id-14089 .c-feature__content-mark {
  margin: 0 auto 8px;
  width: 25%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature__content-mark,
  .page-id-14089 .c-feature__content-mark {
    width: 36.2%;
  }
}
.page-id-14088 .c-feature__content-img,
.page-id-14089 .c-feature__content-img {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature__content-img,
  .page-id-14089 .c-feature__content-img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-bottom__contents,
  .page-id-14089 .c-feature-bottom__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 1023px;
    width: 100%;
  }
}
.page-id-14088 .c-feature-bottom__content,
.page-id-14089 .c-feature-bottom__content {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-bottom__content,
  .page-id-14089 .c-feature-bottom__content {
    margin-right: 2%;
    margin-bottom: initial;
    width: 81.8%;
  }
}
.page-id-14088 .c-feature-bottom__text,
.page-id-14089 .c-feature-bottom__text {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-id-14088 .c-feature-bottom__text,
  .page-id-14089 .c-feature-bottom__text {
    font-size: 3.6rem;
  }
}
.page-id-14088 .c-feature-bottom__img,
.page-id-14089 .c-feature-bottom__img {
  margin: 0 auto;
  width: 60%;
}
@media (min-width: 768px) {
  .page-id-14088 .c-feature-bottom__img,
  .page-id-14089 .c-feature-bottom__img {
    margin: initial;
    width: 18%;
  }
}
.page-id-14088 .ckb-service,
.page-id-14089 .ckb-service {
  padding-bottom: 70px;
}
.page-id-14088 .ckb-service__contents,
.page-id-14089 .ckb-service__contents {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 24px;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__contents,
  .page-id-14089 .ckb-service__contents {
    background-color: #F15E2D;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .ckb-service__contents,
  .page-id-14089 .ckb-service__contents {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14088 .ckb-service__contents:hover,
  .page-id-14089 .ckb-service__contents:hover {
    opacity: 0.7;
  }
}
.page-id-14088 .ckb-service__contents-box,
.page-id-14089 .ckb-service__contents-box {
  position: relative;
  background-color: #FCDFD6;
  border-radius: 24px 24px 0 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__contents-box,
  .page-id-14089 .ckb-service__contents-box {
    border-radius: 24px 0 0 24px;
    padding: 20px 0;
    width: 137px;
  }
}
.page-id-14088 .ckb-service__contents-box::after,
.page-id-14089 .ckb-service__contents-box::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-pink_bottom.png) no-repeat center center/contain;
  width: 26px;
  height: 14px;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__contents-box::after,
  .page-id-14089 .ckb-service__contents-box::after {
    background: url(../images/arrow-pink.png) no-repeat center center/contain;
    width: 26px;
    height: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: initial;
    right: -21px;
    bottom: initial;
  }
}
.page-id-14088 .ckb-service__logo,
.page-id-14089 .ckb-service__logo {
  margin: auto;
  max-width: 102px;
  width: 100%;
}
.page-id-14088 .ckb-service__content,
.page-id-14089 .ckb-service__content {
  background-color: #F15E2D;
  border-radius: 0 0 24px 24px;
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__content,
  .page-id-14089 .ckb-service__content {
    background-color: initial;
    padding: initial;
    width: calc(100% - 137px);
  }
}
.page-id-14088 .ckb-service__text,
.page-id-14089 .ckb-service__text {
  position: relative;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 374px) {
  .page-id-14088 .ckb-service__text,
  .page-id-14089 .ckb-service__text {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .page-id-14088 .ckb-service__text,
  .page-id-14089 .ckb-service__text {
    font-size: 3.4rem;
    padding-left: 56px;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .ckb-service__text,
  .page-id-14089 .ckb-service__text {
    padding-left: 100px;
  }
}
.page-id-14088 .ckb-service__text::after,
.page-id-14089 .ckb-service__text::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-button.png) no-repeat center center/contain;
  width: 21px;
  height: 21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
}
@media (min-width: 768px) {
  .page-id-14088 .ckb-service__text::after,
  .page-id-14089 .ckb-service__text::after {
    width: 30px;
    height: 30px;
    right: 44px;
  }
}
@media (min-width: 1200px) {
  .page-id-14088 .s-cv a,
  .page-id-14089 .s-cv a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14088 .s-cv a:hover,
  .page-id-14089 .s-cv a:hover {
    opacity: 0.7;
  }
}
.page-id-14088 .footer-copyright-lp,
.page-id-14089 .footer-copyright-lp {
  margin-bottom: 24px;
}

/* -------------------------------
 lp-s03
------------------------------- */
.page-id-14254,
.page-id-14428 {
  background-color: #FFE74B;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 900;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  /* mv */
  /* price-box */
  /* intro */
  /* operation */
  /* worries */
  /* voice */
  /* solution */
}
.page-id-14254 .inner,
.page-id-14428 .inner {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14254 .inner02,
.page-id-14428 .inner02 {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-14254 .camp-line-banner,
.page-id-14428 .camp-line-banner {
  margin-top: 40px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .camp-line-banner,
  .page-id-14428 .camp-line-banner {
    margin-top: 40px;
    margin-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .only-sp01,
  .page-id-14428 .only-sp01 {
    display: none;
  }
}
.page-id-14254 .only-pc01,
.page-id-14428 .only-pc01 {
  display: none;
}
@media (min-width: 992px) {
  .page-id-14254 .only-pc01,
  .page-id-14428 .only-pc01 {
    display: block;
  }
}
.page-id-14254 .mv,
.page-id-14428 .mv {
  margin-top: 60px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .page-id-14254 .mv,
  .page-id-14428 .mv {
    margin-top: 40px;
  }
}
.page-id-14254 .mv-inner,
.page-id-14428 .mv-inner {
  position: relative;
}
@media (min-width: 1200px) {
  .page-id-14254 .mv-inner,
  .page-id-14428 .mv-inner {
    width: 80%;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .mv-inner::before,
  .page-id-14428 .mv-inner::before {
    position: absolute;
    content: "";
    background: url(../images/mv_01.png) no-repeat center center/contain;
    width: 226px;
    height: 362px;
    bottom: -10px;
    left: -28px;
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .page-id-14254 .mv-inner::before,
  .page-id-14428 .mv-inner::before {
    height: 456px;
    left: -117px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .mv-inner::after,
  .page-id-14428 .mv-inner::after {
    position: absolute;
    content: "";
    background: url(../images/mv_02.png) no-repeat center center/contain;
    width: 338px;
    height: 187px;
    bottom: 0;
    right: -60px;
  }
}
.page-id-14254 .mv__logo,
.page-id-14428 .mv__logo {
  margin: 0 auto 14px;
  max-width: 118px;
  width: 100%;
}
.page-id-14254 .mv__title,
.page-id-14428 .mv__title {
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .mv__title,
  .page-id-14428 .mv__title {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .mv__title,
  .page-id-14428 .mv__title {
    font-size: 6rem;
  }
}
@media (min-width: 1400px) {
  .page-id-14254 .mv__title,
  .page-id-14428 .mv__title {
    font-size: 8rem;
  }
}
.page-id-14254 .mv__title span,
.page-id-14428 .mv__title span {
  color: #E71425;
}
.page-id-14254 .mv-link,
.page-id-14428 .mv-link {
  margin-bottom: 32px;
}
.page-id-14254 .cv__button,
.page-id-14428 .cv__button {
  background-color: #F15E2D;
  border-radius: 57px;
  -webkit-box-shadow: 8px 8px 0 #E71425;
          box-shadow: 8px 8px 0 #E71425;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  max-width: 240px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .page-id-14254 .cv__button,
  .page-id-14428 .cv__button {
    font-size: 2rem;
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .cv__button,
  .page-id-14428 .cv__button {
    font-size: 3rem;
    letter-spacing: 0.1em;
    max-width: 400px;
    padding: 32px 0;
  }
  .page-id-14254 .cv__button:hover,
  .page-id-14428 .cv__button:hover {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.page-id-14254 .cv-link img,
.page-id-14428 .cv-link img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
@media (min-width: 1200px) {
  .page-id-14254 .cv-link img,
  .page-id-14428 .cv-link img {
    margin-left: 56px;
    width: 50px;
    height: 50px;
  }
}
.page-id-14254 .mv-bottom,
.page-id-14428 .mv-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14254 .mv-bottom,
  .page-id-14428 .mv-bottom {
    margin-bottom: initial;
  }
}
.page-id-14254 .mv-bottom__img:not(:last-child),
.page-id-14428 .mv-bottom__img:not(:last-child) {
  margin-right: 8px;
}
@media (min-width: 768px) {
  .page-id-14254 .mv-bottom__img:not(:last-child),
  .page-id-14428 .mv-bottom__img:not(:last-child) {
    margin-right: 16px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .mv-bottom__img:not(:last-child),
  .page-id-14428 .mv-bottom__img:not(:last-child) {
    margin-right: 40px;
  }
}
.page-id-14254 .mv-bottom__img,
.page-id-14428 .mv-bottom__img {
  margin: auto;
  max-width: 110px;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14254 .mv-bottom__img,
  .page-id-14428 .mv-bottom__img {
    margin: initial;
    max-width: initial;
    width: 150px;
  }
}
@media (min-width: 1400px) {
  .page-id-14254 .mv-bottom__img,
  .page-id-14428 .mv-bottom__img {
    width: 200px;
  }
}
.page-id-14254 .mv-bg-sp,
.page-id-14428 .mv-bg-sp {
  margin: 0 auto 32px;
  max-width: 335px;
  width: 100%;
}
@media (min-width: 992px) {
  .page-id-14254 .mv-bg-sp,
  .page-id-14428 .mv-bg-sp {
    display: none;
  }
}
.page-id-14254 .price-box,
.page-id-14428 .price-box {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14254 .price-box,
  .page-id-14428 .price-box {
    padding-bottom: 140px;
  }
}
.page-id-14254 .price__title,
.page-id-14428 .price__title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-id-14254 .price__title,
  .page-id-14428 .price__title {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price__title,
  .page-id-14428 .price__title {
    font-size: 5rem;
    margin-bottom: 72px;
  }
}
.page-id-14254 .price__title span,
.page-id-14428 .price__title span {
  color: #E71425;
}
.page-id-14254 .price,
.page-id-14428 .price {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents,
  .page-id-14428 .price-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(2),
  .page-id-14428 .price-contents:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.page-id-14254 .price-contents:not(:last-child),
.page-id-14428 .price-contents:not(:last-child) {
  margin-bottom: 100px;
}
@media (min-width: 1200px) {
  .page-id-14254 .price-contents:not(:last-child),
  .page-id-14428 .price-contents:not(:last-child) {
    margin-bottom: 140px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(1) .price-contents__img-box,
  .page-id-14254 .price-contents:nth-child(3) .price-contents__img-box,
  .page-id-14428 .price-contents:nth-child(1) .price-contents__img-box,
  .page-id-14428 .price-contents:nth-child(3) .price-contents__img-box {
    margin-right: 75px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(2) .price-contents__content,
  .page-id-14428 .price-contents:nth-child(2) .price-contents__content {
    margin-right: 75px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__img-box,
  .page-id-14428 .price-contents__img-box {
    width: 450px;
  }
}
.page-id-14254 .price-contents__img,
.page-id-14428 .price-contents__img {
  margin: 0 auto 24px;
  width: 70%;
}
@media (min-width: 576px) {
  .page-id-14254 .price-contents__img,
  .page-id-14428 .price-contents__img {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .page-id-14254 .price-contents__img,
  .page-id-14428 .price-contents__img {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__img,
  .page-id-14428 .price-contents__img {
    margin: initial;
    margin-bottom: 32px;
    width: initial;
  }
}
.page-id-14254 .price-contents__img img,
.page-id-14428 .price-contents__img img {
  border-radius: 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .price-contents__img img,
  .page-id-14428 .price-contents__img img {
    border-radius: 30px;
  }
}
.page-id-14254 .price-contents__content,
.page-id-14428 .price-contents__content {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__content,
  .page-id-14428 .price-contents__content {
    margin-bottom: initial;
    width: 572px;
  }
}
.page-id-14254 .price-button,
.page-id-14428 .price-button {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 18px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .page-id-14254 .price-button,
  .page-id-14428 .price-button {
    max-width: 226px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price-button,
  .page-id-14428 .price-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.7rem;
  }
  .page-id-14254 .price-button:hover,
  .page-id-14428 .price-button:hover {
    opacity: 0.7;
  }
}
.page-id-14254 .price-link img,
.page-id-14428 .price-link img {
  width: 28px;
  margin-left: 16px;
}
.page-id-14254 .price-contents__title,
.page-id-14428 .price-contents__title {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__title,
  .page-id-14428 .price-contents__title {
    font-size: 4.6rem;
    margin-bottom: 8px;
    text-align: initial;
  }
}
.page-id-14254 .price-contents__title span,
.page-id-14428 .price-contents__title span {
  font-size: 1.8rem;
  display: block;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__title span,
  .page-id-14428 .price-contents__title span {
    font-size: 3rem;
  }
}
.page-id-14254 .price-contents__row,
.page-id-14428 .price-contents__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 16px;
  line-height: 1;
}
.page-id-14254 .price-contents__row::after,
.page-id-14428 .price-contents__row::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-image: linear-gradient(to right, #333, #333 4px, transparent 4px, transparent 9px);
  background-size: 9px 4px;
  background-repeat: repeat-x;
  position: absolute;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
}
.page-id-14254 .price-contents__item,
.page-id-14428 .price-contents__item {
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .page-id-14254 .price-contents__item,
  .page-id-14428 .price-contents__item {
    font-size: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price-contents__item,
  .page-id-14428 .price-contents__item {
    font-size: 3rem;
  }
}
.page-id-14254 .price-contents__item span,
.page-id-14428 .price-contents__item span {
  color: #E71425;
}
.page-id-14254 .price-contents__price,
.page-id-14428 .price-contents__price {
  font-size: 3rem;
  font-family: "Ubuntu Condensed", sans-serif;
  margin-left: auto;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__price,
  .page-id-14428 .price-contents__price {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price-contents__price,
  .page-id-14428 .price-contents__price {
    font-size: 6rem;
  }
}
.page-id-14254 .price-contents__price span,
.page-id-14428 .price-contents__price span {
  font-size: 2rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  padding-left: 8px;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents__price span,
  .page-id-14428 .price-contents__price span {
    font-size: 3rem;
  }
}
.page-id-14254 .price-padding01,
.page-id-14428 .price-padding01 {
  padding-top: 32px;
}
.page-id-14254 .price-large,
.page-id-14428 .price-large {
  color: #E71425;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .page-id-14254 .price-large,
  .page-id-14428 .price-large {
    font-size: 6rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .price-large,
  .page-id-14428 .price-large {
    font-size: 8rem;
  }
}
.page-id-14254 .price-large span,
.page-id-14428 .price-large span {
  color: #333;
  font-size: 2rem;
}
@media (min-width: 992px) {
  .page-id-14254 .price-large span,
  .page-id-14428 .price-large span {
    font-size: 3rem;
  }
}
.page-id-14254 .price-contents:nth-child(1) .price-contents__row:nth-child(3),
.page-id-14428 .price-contents:nth-child(1) .price-contents__row:nth-child(3) {
  position: relative;
  padding-top: 82px;
}
.page-id-14254 .price-contents:nth-child(1) .price-contents__row:nth-child(3)::before,
.page-id-14428 .price-contents:nth-child(1) .price-contents__row:nth-child(3)::before {
  position: absolute;
  content: "";
  background: url(../images/70off_pc.png) no-repeat center center/contain;
  width: 215px;
  height: 63px;
  top: 22px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(1) .price-contents__row:nth-child(3)::before,
  .page-id-14428 .price-contents:nth-child(1) .price-contents__row:nth-child(3)::before {
    top: 36px;
  }
}
.page-id-14254 .price-contents:nth-child(2) .price-contents__row:nth-child(2),
.page-id-14428 .price-contents:nth-child(2) .price-contents__row:nth-child(2) {
  position: relative;
  padding-top: 82px;
}
.page-id-14254 .price-contents:nth-child(2) .price-contents__row:nth-child(2)::before,
.page-id-14428 .price-contents:nth-child(2) .price-contents__row:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(../images/75off_pc.png) no-repeat center center/contain;
  width: 215px;
  height: 63px;
  top: 22px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(2) .price-contents__row:nth-child(2)::before,
  .page-id-14428 .price-contents:nth-child(2) .price-contents__row:nth-child(2)::before {
    top: 36px;
  }
}
.page-id-14254 .price-contents:nth-child(3) .price-contents__row:nth-child(2),
.page-id-14428 .price-contents:nth-child(3) .price-contents__row:nth-child(2) {
  position: relative;
  padding-top: 82px;
}
.page-id-14254 .price-contents:nth-child(3) .price-contents__row:nth-child(2)::before,
.page-id-14428 .price-contents:nth-child(3) .price-contents__row:nth-child(2)::before {
  position: absolute;
  content: "";
  background: url(../images/74off_pc.png) no-repeat center center/contain;
  width: 215px;
  height: 63px;
  top: 22px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14254 .price-contents:nth-child(3) .price-contents__row:nth-child(2)::before,
  .page-id-14428 .price-contents:nth-child(3) .price-contents__row:nth-child(2)::before {
    top: 36px;
  }
}
.page-id-14254 .intro,
.page-id-14428 .intro {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14254 .intro,
  .page-id-14428 .intro {
    padding-top: 100px;
  }
}
.page-id-14254 .intro__lead,
.page-id-14428 .intro__lead {
  font-size: 3rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-id-14254 .intro__lead,
  .page-id-14428 .intro__lead {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .intro__lead,
  .page-id-14428 .intro__lead {
    font-size: 5rem;
    margin-bottom: 80px;
  }
}
.page-id-14254 .intro-large01,
.page-id-14254 .intro-large02,
.page-id-14428 .intro-large01,
.page-id-14428 .intro-large02 {
  color: #E71425;
  line-height: 1;
}
.page-id-14254 .intro-large01,
.page-id-14428 .intro-large01 {
  font-size: 5rem;
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-large01,
  .page-id-14428 .intro-large01 {
    font-size: 10rem;
  }
}
.page-id-14254 .intro-large02,
.page-id-14428 .intro-large02 {
  font-size: 4rem;
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-large02,
  .page-id-14428 .intro-large02 {
    font-size: 8rem;
  }
}
.page-id-14254 .intro-contents,
.page-id-14428 .intro-contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 24px;
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-contents,
  .page-id-14428 .intro-contents {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .intro-contents,
  .page-id-14428 .intro-contents {
    -webkit-column-gap: 72px;
       -moz-column-gap: 72px;
            column-gap: 72px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-contents,
  .page-id-14428 .intro-contents {
    -webkit-column-gap: 85px;
       -moz-column-gap: 85px;
            column-gap: 85px;
    margin-bottom: 140px;
  }
}
.page-id-14254 .intro-contents__content:not(:last-child),
.page-id-14428 .intro-contents__content:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-contents__content:not(:last-child),
  .page-id-14428 .intro-contents__content:not(:last-child) {
    margin-bottom: initial;
  }
}
.page-id-14254 .intro-contents__img,
.page-id-14428 .intro-contents__img {
  margin: 0 auto 10px;
  width: 60%;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-contents__img,
  .page-id-14428 .intro-contents__img {
    margin: initial;
    width: initial;
  }
}
.page-id-14254 .intro-contents__text,
.page-id-14428 .intro-contents__text {
  text-align: center;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-contents__text,
  .page-id-14428 .intro-contents__text {
    font-size: 2rem;
  }
}
.page-id-14254 .intro-category__lead,
.page-id-14428 .intro-category__lead {
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 64px;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-category__lead,
  .page-id-14428 .intro-category__lead {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-category__lead,
  .page-id-14428 .intro-category__lead {
    font-size: 5rem;
  }
}
.page-id-14254 .intro-category__lead span,
.page-id-14428 .intro-category__lead span {
  font-size: 4rem;
}
@media (min-width: 768px) {
  .page-id-14254 .intro-category__lead span,
  .page-id-14428 .intro-category__lead span {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .intro-category__lead span,
  .page-id-14428 .intro-category__lead span {
    font-size: 7rem;
  }
}
.page-id-14254 .intro-box,
.page-id-14428 .intro-box {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .intro-box,
  .page-id-14428 .intro-box {
    margin-bottom: 100px;
  }
}
.page-id-14254 .operation,
.page-id-14428 .operation {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .operation,
  .page-id-14428 .operation {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.page-id-14254 .operation__lead,
.page-id-14428 .operation__lead {
  font-size: 4rem;
  margin-bottom: 56px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .operation__lead,
  .page-id-14428 .operation__lead {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .operation__lead,
  .page-id-14428 .operation__lead {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .operation__lead,
  .page-id-14428 .operation__lead {
    font-size: 7rem;
  }
}
.page-id-14254 .operation__items,
.page-id-14428 .operation__items {
  margin-bottom: 100px;
}
@media (min-width: 992px) {
  .page-id-14254 .operation__items,
  .page-id-14428 .operation__items {
    margin-bottom: 120px;
  }
}
.page-id-14254 .operation__img:not(:last-child),
.page-id-14428 .operation__img:not(:last-child) {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .page-id-14254 .operation__img:not(:last-child),
  .page-id-14428 .operation__img:not(:last-child) {
    margin-bottom: 32px;
  }
}
.page-id-14254 .worries,
.page-id-14428 .worries {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .worries,
  .page-id-14428 .worries {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.page-id-14254 .worries::after,
.page-id-14428 .worries::after {
  display: none;
}
.page-id-14254 .worries-contents01,
.page-id-14428 .worries-contents01 {
  position: relative;
  background-color: #F0F0F0;
  border-radius: 20px;
  padding: 24px 16px;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01,
  .page-id-14428 .worries-contents01 {
    padding: 40px 0 40px 24px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents01,
  .page-id-14428 .worries-contents01 {
    border-radius: 42px;
    padding: 50px 0 50px 70px;
    margin-bottom: 170px;
  }
}
.page-id-14254 .worries-contents01::before,
.page-id-14428 .worries-contents01::before {
  position: absolute;
  content: "";
  background: url(../images/worries01_sp.png) no-repeat center center/contain;
  width: 186px;
  height: 162px;
  top: 44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01::before,
  .page-id-14428 .worries-contents01::before {
    background: url(../images/worries01_pc.png) no-repeat center center/contain;
    width: 278px;
    height: 253px;
    top: initial;
    bottom: 0;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
    right: 28px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents01::before,
  .page-id-14428 .worries-contents01::before {
    width: 430px;
    height: 390px;
  }
}
.page-id-14254 .worries-contents01::after,
.page-id-14428 .worries-contents01::after {
  position: absolute;
  content: "";
  background: url(../images/arrow-bottom.png) no-repeat center center/contain;
  width: 39px;
  height: 47px;
  bottom: -84px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents01::after,
  .page-id-14428 .worries-contents01::after {
    width: 58px;
    height: 73px;
    bottom: -122px;
  }
}
.page-id-14254 .worries-contents01__lead,
.page-id-14428 .worries-contents01__lead {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 144px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01__lead,
  .page-id-14428 .worries-contents01__lead {
    font-size: 4rem;
    margin-bottom: 32px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .worries-contents01__lead,
  .page-id-14428 .worries-contents01__lead {
    font-size: 5rem;
  }
}
.page-id-14254 .worries-contents01__content,
.page-id-14428 .worries-contents01__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01__content,
  .page-id-14428 .worries-contents01__content {
    padding: 40px;
    width: 59%;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents01__content,
  .page-id-14428 .worries-contents01__content {
    border-radius: 50px;
  }
}
.page-id-14254 .worries-contents01__text,
.page-id-14428 .worries-contents01__text {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents01__text,
  .page-id-14428 .worries-contents01__text {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .worries-contents01__text,
  .page-id-14428 .worries-contents01__text {
    font-size: 3.6rem;
  }
}
.page-id-14254 .worries-contents02,
.page-id-14428 .worries-contents02 {
  position: relative;
  background-color: #FFE74B;
  border-radius: 20px;
  padding: 24px 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02,
  .page-id-14428 .worries-contents02 {
    padding: 40px 24px 40px 0;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02,
  .page-id-14428 .worries-contents02 {
    border-radius: 42px;
    padding: 50px 70px 50px 0;
  }
}
.page-id-14254 .worries-contents02::before,
.page-id-14428 .worries-contents02::before {
  position: absolute;
  content: "";
  background: url(../images/worries02_pc.png) no-repeat center center/contain;
  width: 112px;
  height: 156px;
  top: 26px;
  bottom: 0;
  left: 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02::before,
  .page-id-14428 .worries-contents02::before {
    width: 226px;
    height: 305px;
    top: initial;
    left: 35px;
    bottom: -36px;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02::before,
  .page-id-14428 .worries-contents02::before {
    width: 300px;
    height: 416px;
  }
}
.page-id-14254 .worries-contents02__lead,
.page-id-14428 .worries-contents02__lead {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
  text-align: right;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02__lead,
  .page-id-14428 .worries-contents02__lead {
    font-size: 4rem;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .worries-contents02__lead,
  .page-id-14428 .worries-contents02__lead {
    font-size: 5rem;
  }
}
.page-id-14254 .worries-contents02__content,
.page-id-14428 .worries-contents02__content {
  background-color: #fff;
  border-radius: 20px;
  padding: 26px 10px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02__content,
  .page-id-14428 .worries-contents02__content {
    padding: 40px;
    margin-left: auto;
    width: 66%;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02__content,
  .page-id-14428 .worries-contents02__content {
    border-radius: 50px;
  }
}
.page-id-14254 .worries-contents02__text:not(:last-child),
.page-id-14428 .worries-contents02__text:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02__text:not(:last-child),
  .page-id-14428 .worries-contents02__text:not(:last-child) {
    margin-bottom: 24px;
  }
}
.page-id-14254 .worries-contents02__text,
.page-id-14428 .worries-contents02__text {
  position: relative;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding-left: 33px;
}
@media (min-width: 768px) {
  .page-id-14254 .worries-contents02__text,
  .page-id-14428 .worries-contents02__text {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02__text,
  .page-id-14428 .worries-contents02__text {
    padding-left: 54px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .worries-contents02__text,
  .page-id-14428 .worries-contents02__text {
    font-size: 3rem;
  }
}
.page-id-14254 .worries-contents02__text::before,
.page-id-14428 .worries-contents02__text::before {
  position: absolute;
  content: "";
  background: url(../images/check.png) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 0;
}
@media (min-width: 992px) {
  .page-id-14254 .worries-contents02__text::before,
  .page-id-14428 .worries-contents02__text::before {
    width: 34px;
    height: 34px;
    top: 9px;
  }
}
.page-id-14254 .voice p,
.page-id-14428 .voice p {
  letter-spacing: 0.05em;
}
.page-id-14254 .voice,
.page-id-14428 .voice {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  .page-id-14254 .voice,
  .page-id-14428 .voice {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}
.page-id-14254 .voice__title,
.page-id-14428 .voice__title {
  font-size: 4rem;
  margin-bottom: 56px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .voice__title,
  .page-id-14428 .voice__title {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .voice__title,
  .page-id-14428 .voice__title {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .voice__title,
  .page-id-14428 .voice__title {
    font-size: 7rem;
  }
}
.page-id-14254 .voice-box,
.page-id-14428 .voice-box {
  margin-bottom: 24px;
}
.page-id-14254 .voice-contents:not(:last-child),
.page-id-14428 .voice-contents:not(:last-child) {
  margin-bottom: 48px;
}
.page-id-14254 .voice-contents,
.page-id-14428 .voice-contents {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 16px;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-contents,
  .page-id-14428 .voice-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 48px 70px 64px 48px;
  }
}
.page-id-14254 .voice-contents__img,
.page-id-14428 .voice-contents__img {
  margin: 0 auto 16px;
  width: 35%;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-contents__img,
  .page-id-14428 .voice-contents__img {
    margin: initial;
    margin-right: 58px;
    max-width: 186px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-id-14254 .voice-contents__content,
  .page-id-14428 .voice-contents__content {
    width: calc(100% - 186px);
  }
}
.page-id-14254 .voice-content__row,
.page-id-14428 .voice-content__row {
  border-bottom: 2px solid #D3D3D3;
  margin-bottom: 24px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-content__row,
  .page-id-14428 .voice-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .voice-content__row,
  .page-id-14428 .voice-content__row {
    margin-top: 16px;
  }
}
.page-id-14254 .voice-content__name,
.page-id-14428 .voice-content__name {
  font-size: 2rem;
  margin-bottom: 8px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-content__name,
  .page-id-14428 .voice-content__name {
    font-size: 2.4rem;
    margin-bottom: initial;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .voice-content__name,
  .page-id-14428 .voice-content__name {
    font-size: 3rem;
  }
}
.page-id-14254 .voice-content__plan,
.page-id-14428 .voice-content__plan {
  margin-left: 10px;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .voice-content__plan,
  .page-id-14428 .voice-content__plan {
    margin-left: 16px;
    text-align: initial;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .voice-content__plan,
  .page-id-14428 .voice-content__plan {
    margin-left: 20px;
    font-size: 2rem;
  }
}
.page-id-14254 .voice-content__text,
.page-id-14428 .voice-content__text {
  font-weight: 500;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .page-id-14254 .voice-content__text,
  .page-id-14428 .voice-content__text {
    font-size: 2rem;
    line-height: 2;
  }
}
.page-id-14254 .voice-content__note,
.page-id-14428 .voice-content__note {
  font-size: 1.4rem;
  font-weight: 500;
}
.page-id-14254 .solution,
.page-id-14428 .solution {
  background: none;
  margin-bottom: 100px;
  width: initial;
  height: initial;
}
@media (min-width: 992px) {
  .page-id-14254 .solution,
  .page-id-14428 .solution {
    margin-bottom: 140px;
  }
}
.page-id-14254 .solution__lead,
.page-id-14428 .solution__lead {
  font-size: 4rem;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .solution__lead,
  .page-id-14428 .solution__lead {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .solution__lead,
  .page-id-14428 .solution__lead {
    margin-bottom: 112px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .solution__lead,
  .page-id-14428 .solution__lead {
    font-size: 7rem;
  }
}
.page-id-14254 .solution__lead-small,
.page-id-14428 .solution__lead-small {
  font-size: 2.4rem;
}
@media (min-width: 768px) {
  .page-id-14254 .solution__lead-small,
  .page-id-14428 .solution__lead-small {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .solution__lead-small,
  .page-id-14428 .solution__lead-small {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .solution__lead-small,
  .page-id-14428 .solution__lead-small {
    font-size: 5rem;
  }
}
.page-id-14254 .solution__lead-large,
.page-id-14428 .solution__lead-large {
  color: #E71425;
  font-size: 4rem;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .page-id-14254 .solution__lead-large,
  .page-id-14428 .solution__lead-large {
    font-size: 5rem;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .solution__lead-large,
  .page-id-14428 .solution__lead-large {
    margin-bottom: 64px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .solution__lead-large,
  .page-id-14428 .solution__lead-large {
    font-size: 7rem;
  }
}
.page-id-14254 .solution-contents,
.page-id-14428 .solution-contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 72px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .page-id-14254 .solution-contents,
  .page-id-14428 .solution-contents {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: initial;
  }
}
@media (min-width: 992px) {
  .page-id-14254 .solution-contents,
  .page-id-14428 .solution-contents {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    margin-bottom: 100px;
  }
}
.page-id-14254 .solution-content,
.page-id-14428 .solution-content {
  position: relative;
  background-color: #fff;
  border: 5px solid #333;
  border-radius: 10px;
  padding: 32px 20px 28px;
  margin: 0 auto;
  width: 70%;
}
@media (min-width: 768px) {
  .page-id-14254 .solution-content,
  .page-id-14428 .solution-content {
    padding: 60px 20px 28px;
    margin: initial;
    width: initial;
  }
}
.page-id-14254 .solution-content__top,
.page-id-14428 .solution-content__top {
  position: absolute;
  border: 5px solid #333;
  background-color: #fff;
  border-radius: 57px;
  padding: 10px 0;
  max-width: 320px;
  width: 100%;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-14254 .solution-content__title,
.page-id-14428 .solution-content__title {
  color: #333;
  text-align: center;
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .page-id-14254 .solution-content__title,
  .page-id-14428 .solution-content__title {
    font-size: 2.8rem;
  }
}
.page-id-14254 .solution-content__mark,
.page-id-14428 .solution-content__mark {
  margin: 0 auto 8px;
  width: 25%;
}
@media (min-width: 768px) {
  .page-id-14254 .solution-content__mark,
  .page-id-14428 .solution-content__mark {
    width: 36.2%;
  }
}
.page-id-14254 .solution-content__img,
.page-id-14428 .solution-content__img {
  margin: 0 auto;
  width: 65%;
}
@media (min-width: 992px) {
  .page-id-14254 .solution-content__img,
  .page-id-14428 .solution-content__img {
    width: 100%;
  }
}
.page-id-14254 .lp-s03-cv,
.page-id-14428 .lp-s03-cv {
  margin-bottom: 80px;
}
.page-id-14254 .footer-bottom,
.page-id-14428 .footer-bottom {
  padding-top: 56px;
  background-color: #fff;
}
.page-id-14254 .footer-copyright-lp,
.page-id-14428 .footer-copyright-lp {
  background-color: #fff;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .page-id-14254 .s-cv__img,
  .page-id-14428 .s-cv__img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-id-14254 .s-cv__img:hover,
  .page-id-14428 .s-cv__img:hover {
    opacity: 0.7;
  }
}
.page-id-14254 .swiper10:not(:last-child),
.page-id-14428 .swiper10:not(:last-child) {
  margin-bottom: 20px;
}
.page-id-14254 .camp-banner02--camp-margin,
.page-id-14428 .camp-banner02--camp-margin {
  margin-bottom: 80px;
}
.page-id-14254 .tel p,
.page-id-14428 .tel p {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-14254 .tel p,
  .page-id-14428 .tel p {
    font-size: 3rem;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .tel p,
  .page-id-14428 .tel p {
    font-size: 3.6rem;
  }
}
.page-id-14254 .tel a,
.page-id-14428 .tel a {
  color: #E71425;
  font-size: 3rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .page-id-14254 .tel a,
  .page-id-14428 .tel a {
    font-size: 3.4rem;
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .tel a,
  .page-id-14428 .tel a {
    font-size: 5rem;
  }
}
.page-id-14254 .mail,
.page-id-14428 .mail {
  margin-bottom: 16px;
}
.page-id-14254 .mail p,
.page-id-14428 .mail p {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-id-14254 .mail p,
  .page-id-14428 .mail p {
    font-size: 2.8rem;
  }
}
.page-id-14254 .mail span,
.page-id-14428 .mail span {
  font-size: 2.2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-id-14254 .mail span,
  .page-id-14428 .mail span {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  .page-id-14254 .mail span,
  .page-id-14428 .mail span {
    font-size: 3rem;
  }
}

/* -------------------------------
 s-lpのリニューアルページ
------------------------------- */
.page-id-15609 {
  /* 共通 */
  color: #282B34;
  font-size: 1.6rem;
  /*font-family: "Noto Sans JP", "メイリオ", sans-serif;*/
  /* header */
  /* ドロワーメニュー */
  /* mv */
  /* mv-content-bottom sp */
  /* worries-box */
  /* reason-box */
  /* lp-movie-box */
  /* flow-box */
  /* lp-cv-box */
  /* price-box */
  /* footer */
  /* footer */
  /* totop */
}
.page-id-15609 body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
.page-id-15609 .cv-link {
  margin: 0 auto;
  max-width: 312px;
  width: 100%;
}
.page-id-15609 .cv-button {
  position: relative;
  border-radius: 28px;
  display: block;
  line-height: 1.1;
  padding: 18px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.page-id-15609 .cv-button--white {
  background-color: #fff;
  border: 1px solid #0663a6;
  color: #0663a6;
}
.page-id-15609 .cv-button--white::after {
  /*background: url(../images/orange-arrow.png) no-repeat center center/contain;*/
}
.page-id-15609 .cv-button--orange {
  background-color: #0663a6;
  border: 1px solid #0663a6;
  color: #fff;
}
.page-id-15609 .cv-button--orange::after {
  background: url(../images/white-arrow.png) no-repeat center center/contain;
}
.page-id-15609 .cv-button::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}
.page-id-15609 .cv-button:hover {
  opacity: 0.7;
}
.page-id-15609 .cv-button span {
  font-size: 1.4rem;
}
.page-id-15609 .inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
.page-id-15609 .lp-section {
  /* padding-top: 64px; */
  padding-bottom: 64px;
  /* background-color: #e6f4f8; */
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .page-id-15609 .lp-section {
    padding-bottom: 20px;
  }
}
.page-id-15609 .section-title {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1200px) {
  .page-id-15609 .section-title {
    font-size: 3.2rem;
  }
}
.page-id-15609 .section-title01 {
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-id-15609 .section-title01 {
    margin-bottom: 32px;
  }
}
.page-id-15609 .section-title01::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #8C8C8C;
  border-radius: 2px;
  bottom: 0;
  width: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-id-15609 .lp-header {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  height: 48px;
  z-index: 20;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .page-id-15609 .lp-header {
    height: 80px;
  }
}
.lp-header__inner{
  position: relative;
}
.lp-header-box{
  /* position: absolute; */
  /* top: 16px; */
  margin-top: 16px;
  font-size: 13px;
}
.icon-flex{
  display: flex;
  align-items: center;
}
.topPhone{
  width: 30px;
  height: 30px;
  margin-right: 8px;
}
.topMailbox{
  width: 30px;
  height: 26px;
}
.lp-header-left{
  position: absolute;
  left: 28px;
  top: 16px;
  font-size: 13px;
}
form:not(#contact-form) {
  position: relative!important;
  width: 618px!important;
  margin-right: 2px!important;
}
/* .header-top{
  margin-top: 18px;
} */
.page-id-15609 .lp-header__inner {
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .logo-lead {
  display: none;
}
@media (min-width: 1200px) {
  .page-id-15609 .logo-lead {
    display: block;
    font-size: 1rem;
    line-height: 1;
  }
}
.page-id-15609 .lp-header__logo {
  max-width: 128px;
  width: 100%;
}
@media (min-width: 1200px) {
  .page-id-15609 .lp-header__logo {
    margin: 30px auto 0!important;
    max-width: 180px;
  }
}
.page-id-15609 .lp-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-15609 .lp-header-box .box-top {
  display: none;
}
.lp-header-left{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.lp-header-left{

}
@media (min-width: 1200px) {
  .page-id-15609 .lp-header-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-bottom: -20px;
  }
}
.page-id-15609 .lp-header-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-15609 .lp-header-nav__items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* color: #666; */
}
.page-id-15609 .lp-header-nav__item:not(:first-child) .lp-header-nav__link {
  margin-left: 12px;
}
.page-id-15609 .lp-header-nav__link {
  display: block;
  font-size: 1.6rem;
  margin-right: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-id-15609 .lp-header-nav__link:hover {
  opacity: 0.7;
}
.page-id-15609 .lp-header-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px;
}
.page-id-15609 .lp-contact-link:not(:last-child) {
  margin-right: 8px;
}
.page-id-15609 .lp-contact-link {
  width: 160px;
}

@media (max-width: 992px) {
  .page-id-15609 .lp-contact-link {
    width: 124px;
  }
}
.page-id-15609 .lp-contact-button {
  position: relative;
  border-radius: 8px;
  display: block;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 12.3px 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 100%;
}
.page-id-15609 .lp-contact-button--white {
  background-color: #fff;
  border: 1px solid #0663a6;
  color: #0663a6;
}
.page-id-15609 .lp-contact-button--orange {
  background-color: #0663a6;
  border: 1px solid #0663a6;
  color: #fff;
}
.page-id-15609 .lp-contact-button:hover {
  opacity: 0.7;
}
.page-id-15609 .lp-drawer-icon {
  position: fixed;
  top: 15px;
  right: 24px;
  z-index: 300;
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  margin-left: auto;
  width: 26px;
  display: block;
}
@media (min-width: 1200px) {
  .page-id-15609 .lp-drawer-icon {
    display: none;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bars {
    position: absolute;
    top: 38px;
  }
}
@media (min-width: 1600px) {
  .page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bars {
    right: 50px;
  }
}
.page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bar1 {
  background-color: #282B34;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  width: 26px;
}
.page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bar2 {
  display: none;
}
.page-id-15609 .lp-drawer-icon.is-active .lp-drawer-icon__bar3 {
  background-color: #282B34;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  width: 26px;
}
.page-id-15609 .lp-drawer-icon__bars {
  width: 26px;
  height: 18px;
  display: block;
  position: relative;
}
.page-id-15609 .lp-drawer-icon__bar1,
.page-id-15609 .lp-drawer-icon__bar2,
.page-id-15609 .lp-drawer-icon__bar3 {
  position: absolute;
  border-radius: 2px;
  height: 3px;
  top: 0;
  right: 0;
}
.page-id-15609 .lp-drawer-icon__bar1 {
  background: #282B34;
  top: 0;
  width: 26px;
}
.page-id-15609 .lp-drawer-icon__bar2 {
  background: #282B34;
  top: 8px;
  width: 26px;
}
.page-id-15609 .lp-drawer-icon__bar3 {
  background: #282B34;
  top: 16px;
  width: 26px;
}
.page-id-15609 .lp-drawer-content {
  position: fixed;
  background-color: #fff;
  width: 56.5%;
  height: 100vh;
  top: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: -webkit-transform 0.5s ease 0s;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
  z-index: 299;
  padding-bottom: 80px;
}
.page-id-15609 .lp-drawer-content.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 768px) {
  .page-id-15609 .lp-drawer-content {
    width: 494px;
  }
}
.page-id-15609 .lp-drawer-content__items {
  position: relative;
  margin-top: 76px;
}
.page-id-15609 .lp-drawer-content__item {
  position: relative;
  font-weight: 600;
}
.page-id-15609 .lp-drawer-content__item a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 12px 16px 12px 48px;
}
.page-id-15609 .lp-drawer-contact {
  margin-top: 44px;
  margin-bottom: 48px;
  margin-left: 48px;
}
.page-id-15609 .lp-drawer-contact .lp-contact-link:not(:last-child) {
  margin-bottom: 8px;
}
.page-id-15609 .lp-drawer-bottom__link {
  display: block;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 8px 12px 8px 48px;
}
.page-id-15609 .lp-drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 298;
  display: none;
}
.page-id-15609 .lp-drawer-background.is-active {
  display: block;
}
.page-id-15609 .mv {
  position: relative;
  background: url(../images/banner.jpg) no-repeat center center/cover;
  margin-top: 48px;
}
/*@media (min-width: 768px) {*/
/*  .page-id-15609 .mv {*/
/*    background: url(../images/banner.jpg) no-repeat center center/cover;*/
/*    padding-top: 33.333%;*/
/*  }*/
/*}*/

@media (min-width: 768px) {
  .page-id-15609 .mv {
    background: url(../images/banner.jpg) no-repeat center center/cover;
    padding-top: 33.333%;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .mv {
    padding-top: 42.333%;
  }
}
@media (min-width: 1200px) {
  .page-id-15609 .mv {
    margin-top: 80px;
    padding-top: 33.333%;
  }
}
.page-id-15609 .mv-inner {
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .page-id-15609 .mv-inner {
    padding-right: 20px;
    padding-left: 20px;height: 300px;
  }
}


.page-id-15609 .mv-box {
  padding-top: 24px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-box {
    position: absolute;
    top: 20.8%;
    width: 660px;
    left: 30%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding-top: initial;
    padding-bottom: initial;
  }
}
.page-id-15609 .mv-content {
  /*position: relative;*/
  position: absolute;
    margin-top: 159px;
    margin-left: 77px;
}
@media (max-width: 992px) {
  .page-id-15609 .mv-content {
    margin-top: 50px;
    margin-left: -180px;
    position: absolute;


  }

}
@media (min-width: 992px) {
  /*.page-id-15609 .mv-content::before {*/
  /*  position: absolute;*/
  /*  content: "";*/
  /*  background: url(../images/top_pc.webp) no-repeat center center/contain;*/
  /*  width: 236px;*/
  /*  height: 236px;*/
  /*  top: 13px;*/
  /*  left: -250px;*/
  /*}*/
}
/*@media (min-width: 992px) and (min-width: 1400px) {*/
/*  .page-id-15609 .mv-content::before {*/
/*    width: 336px;*/
/*    height: 336px;*/
/*    top: -31px;*/
/*    left: -361px;*/
/*  }*/
/*}*/
@media (min-width: 768px) {
  .page-id-15609 .mv-content-top {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 33px;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .mv-content-top {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}
.page-id-15609 .mv-content__title {
  font-size: 2rem;
  letter-spacing: 0.34em;
  text-align: center;
}
@media (max-width: 992px) {
  .page-id-15609 .mv-content__title {
    font-size: 1rem;
    letter-spacing: 0.34em;
    text-align: center;
  }
}


@media (min-width: 768px) {
  .page-id-15609 .mv-content__title {
    letter-spacing: 0.25em;
    margin-right: 40px;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .mv-content__title {
    font-size: 2.6rem;
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .mv-content__title {
    font-size: 3.2rem;
    text-align: center;
  }
}
.page-id-15609 .mv-content__title span {
  border-bottom: 2px solid #282B34;
  font-size: 3.2rem;
  padding-bottom: 8px;
}
@media (max-width: 992px) {
  .page-id-15609 .mv-content__title span {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .mv-content__title span {
    font-size: 3.8rem;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .mv-content__title span {
    font-size: 4.8rem;
  }
}
.page-id-15609 .mv-content__num-box {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-content__num-box {
    margin-top: initial;
    margin-bottom: -4px;
  }
}
.page-id-15609 .mv-content__mum:not(:last-child) {
  margin-right: 8px;
}
.page-id-15609 .mv-content__mum {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #282B34;
  border-radius: 50%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 96px;
  height: 96px;
}
@media (min-width: 1200px) {
  .page-id-15609 .mv-content__mum {
    width: 104px;
    height: 104px;
  }
}
.page-id-15609 .mv-content__mum-text01,
.page-id-15609 .mv-content__mum-text02,
.page-id-15609 .mv-content__mum-text03 {
  line-height: 1;
  text-align: center;
}
.page-id-15609 .mv-content__mum-text02,
.page-id-15609 .mv-content__mum-text03 {
  font-weight: 500;
}
.page-id-15609 .mv-content__mum-text01 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  .page-id-15609 .mv-content__mum-text01 {
    font-size: 1.4rem;
  }
}
.page-id-15609 .mv-content__mum-text02 span {
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .page-id-15609 .mv-content__mum-text02 span {
    font-size: 3.2rem;
  }
}
.page-id-15609 .mv-content__mum-text02 {
  font-size: 2rem;
}
.page-id-15609 .mv-content__mum-text03 {
  margin-top: 4px;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-content__mum-text03 {
    margin-top: initial;
  }
}
.page-id-15609 .mv-content-bottom.pc {
  display: none;
}
@media (min-width: 992px) {
  .page-id-15609 .mv-content-bottom.pc {
    display: block;
  }
}
.page-id-15609 .mv-content-bottom__text {
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .mv-content-bottom__text {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .page-id-15609 .mv-content-bottom__text {
    font-size: 2rem;
  }
}
.page-id-15609 .sp-bottom {
  background-color: #FFEDE7;
}
@media (min-width: 992px) {
  .page-id-15609 .sp-bottom {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .sp-bottom .lp-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-id-15609 .sp-bottom .lp-area .cv-link {
    margin: initial;
  }
  .page-id-15609 .sp-bottom .lp-area .cv-link:not(:last-child) {
    margin-right: 16px;
  }
}
.page-id-15609 .sp-bottom-inner {
  padding-right: 23.5px;
  padding-left: 23.5px;
}
@media (min-width: 576px) {
  .page-id-15609 .sp-bottom-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .product-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -26px;
  margin-bottom: 40px;
}
.page-id-15609 .product-box__img:not(:last-child) {
  margin-right: 8px;
}
.page-id-15609 .product-box__img {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  max-width: 104px;
  width: 100%;
}
.page-id-15609 .product-box__img img {
  border-radius: 8px;
}
.page-id-15609 .sp-bottom .margin {
  margin-bottom: 8px;
}
/* .page-id-15609 .lp-section {
  background-color:#E6F4F8;
} */
 .background-place{
  background-color:#E6F4F8!important;
 }
 .background-places{
  background-image: url(../images/daixing2.jpg);
	background-repeat: no-repeat;
 }
.page-id-15609 .worries-box-inner {
  padding-right: 35px;
  padding-left: 35px;

}
@media (min-width: 576px) {
  .page-id-15609 .worries-box-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .worries-title {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .page-id-15609 .worries-title {
    margin-bottom: 3.2rem;
  }
}
.page-id-15609 .worries__lead {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  .page-id-15609 .worries__lead {
    margin-bottom: 40px;
  }
}
.page-id-15609 .lp-worries {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-worries {
    grid-template-columns: 1fr  1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
.page-id-15609 .lp-worries .worries-item {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  padding: 24px 16px;
}
.page-id-15609 .lp-worries .worries-item__img {
  margin: 0 auto 24px;
  max-width: 400px;
  width: 100%;
}
.page-id-15609 .lp-worries .worries-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 120px
}
.mobileclass{
  display: none;
}
.pcclass{
  display: block;
}
@media (max-width: 968px) {
  .page-id-15609 .lp-worries .worries-item__row {

    margin-top: 10px
  }
  .mobileclass{
    display: block;
  }
  .pcclass{
    display: none;
  }
  .second-inner{
    margin-top: 40px!important;
  }
}


.page-id-15609 .lp-worries .worries-item__check {
  margin-right: 8px;
  margin-top: -2px;
  width: 24px;
}
.page-id-15609 .lp-worries .worries-item__text {
  line-height: 1.7;
}
.page-id-15609 .reason-title {
  margin-bottom: 20px;
}
.page-id-15609 .reason-title span {
  display: block;
  padding-top: 33px;
  color: #0663a6;
  padding-right: 8px;
}
/* @media (min-width: 768px) {
  .page-id-15609 .reason-title span {
    padding-top: 0px;
  }
} */
.page-id-15609 .reason-inner {
  padding-right: 12px;
  padding-left: 12px;
}
@media (min-width: 576px) {
  .page-id-15609 .reason-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .reason-item:not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.page-id-15609 .reason-item {
  border: 1px solid #8C8C8C;
  border-radius: 14px;
  padding: 32px;
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .reason-item {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .page-id-15609 .reason-item:nth-child(odd) {
    margin-right: 80px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item:nth-child(odd) .reason-item__img {
    margin-right: 4.8%;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .page-id-15609 .reason-item:nth-child(even) {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item:nth-child(even) .reason-item__content {
    margin-right: 4.8%;
  }
}
.page-id-15609 .reason-item__img {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item__img {
    margin-bottom: initial;
    width: 42%;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .reason-item__content {
    width: 48.8%;
  }
}
.page-id-15609 .reason-item__content-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.page-id-15609 .reason-item__content__text {
  line-height: 1.7;
}
.page-id-15609 .lp-movie-box {
  background-color: #fff;
}
.page-id-15609 .lp-movie-inner {
  max-width: 900px;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-movie {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-15609 .lp-movie__content {
  margin-bottom: 27px;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-movie__content {
    margin-right: 8%;
    margin-bottom: initial;
    width: 39.2%;
  }
}
.page-id-15609 .lp-movie-title,
.page-id-15609 .lp-movie__content-text {
  /*color: #fff;*/
}
.page-id-15609 .lp-movie-title {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-movie-title {
    margin-bottom: 36px;
  }
}
.page-id-15609 .lp-movie__content-text {
  line-height: 1.7;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-youtube {
    width: 52.3%;
  }
}
.page-id-15609 .iframe-wrap-youtube {
  width: 100%;
  padding-top: 52.5373134328%;
  position: relative;
}
.page-id-15609 .iframe-wrap-youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .page-id-15609 .iframe-wrap-youtube {
    padding-top: 52.9801324503%;
  }
}
.page-id-15609 .lp-flow-box .flow-box-inner {
  max-width: 683px;
}
.page-id-15609 .lp-flow-box .lp-flow-box__lead {
  line-height: 1.7;
  text-align: center;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .page-id-15609 .lp-flow-box .lp-flow-box__lead {
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .lp-flow-box .lp-flow01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-15609 .lp-flow-box .lp-flow01-items {
  margin: 0 auto 24px;
  margin-bottom: 24px;
  width: 240px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-flow-box .lp-flow01-items {
    margin: initial;
    margin-right: 13%;
    width: 37%;
  }
}
.page-id-15609 .lp-flow-box .lp-flow01-item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
.page-id-15609 .lp-flow-box .lp-flow01-item::before {
  position: absolute;
  z-index: -1;
}
.page-id-15609 .lp-flow-box .lp-flow01-item:not(:last-child) {
  padding-bottom: 30px;
}
.page-id-15609 .lp-flow-box .lp-flow01-item:not(:last-child)::before {
  content: "";
  background-color: #0663a6;
  width: 1px;
  height: 100%;
  top: 6px;
  left: 8px;
}
.page-id-15609 .lp-flow-box .lp-flow01-item__mark {
  background-color: #fff;
  border: 1px solid #0663a6;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 24px;
}
.page-id-15609 .lp-flow-box .lp-flow01-item__text {
  width: calc(100% - 40px);
  font-weight: 600;
}
.page-id-15609 .lp-flow-box .lp-flow01__img {
  margin: 0 calc(50% - 50vw);
}
@media (min-width: 768px) {
  .page-id-15609 .lp-flow-box .lp-flow01__img {
    margin: initial;
    margin-right: calc(50% - 50vw);
    width: 112%;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .lp-flow-box .lp-flow01__img {
    width: 115%;
  }
}
@media (min-width: 1600px) {
  .page-id-15609 .lp-flow-box .lp-flow01__img {
    width: initial;
  }
}



.page-id-15609 .lp-cv {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 95%;
}

.page-id-15609 .lp-cv__text {
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-cv__text {
    font-size: 2rem;
    margin-bottom:2px;        width: 50%;
    float: left;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .lp-area {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-id-15609 .area:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .area:not(:last-child) {
    margin-bottom: initial;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .area {
    /*max-width: 312px;*/
    width: 100%;
  }
}
.page-id-15609 .area__text {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.page-id-15609 .lead-sp {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-15609 .lead-sp {
    display: none;
  }
}
.page-id-15609 .lead-sp .lead-sp__text01,
.page-id-15609 .lead-sp .lead-sp__text02,
.page-id-15609 .lead-sp .lead-sp__text03,
.page-id-15609 .lead-sp .lead-sp__text04,
.page-id-15609 .lead-sp .lead-sp__text05 {
  line-height: 1;
  text-align: center;
}
.page-id-15609 .lead-sp .lead-sp__text03 {
  margin-bottom: 3px;
}
.page-id-15609 .lead-sp .lead-sp__text03,
.page-id-15609 .lead-sp .lead-sp__text05 {
  margin-top: 8px;
}
.page-id-15609 .lead-sp .lead-span01 {
  color: #0663a6;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  padding-left: 3px;
}
.page-id-15609 .lead-sp .lead-span02 {
  color: #0663a6;
}
.page-id-15609 .lead-pc {
  display: none;
}
@media (min-width: 768px) {
  .page-id-15609 .lead-pc {
    display: block;
    margin-bottom: 32px;
    text-align: center;
  }
}
.page-id-15609 .lead-pc .price-box__lead {
  letter-spacing: 0.06em;
  font-weight: 500;
}
.page-id-15609 .lead-pc .price-box__lead .lead-span01 {
  color: #0663a6;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  padding-left: 3px;
}
@media (min-width: 992px) {
  .page-id-15609 .lead-pc .price-box__lead .lead-span01 {
    font-size: 3.2rem;
  }
}
.page-id-15609 .lead-pc .price-box__lead .lead-span02 {
  color: #0663a6;
}
.page-id-15609 .price-items {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .price-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 32px;
    margin-bottom: 32px;
    width: 576px;
  }
}
.page-id-15609 .price-item {
  background-color: #F7F7F7;
  border-top: 8px solid #282B34;
  border-bottom: 8px solid #282B34;
  border-radius: 4px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
  margin: auto;
  max-width: 264px;
  width: 100%;
  padding: 24px 8px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-15609 .price-item {
    margin: initial;
  }
}
.page-id-15609 .price-item:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .price-item:not(:last-child) {
    margin-right: 48px;
    margin-bottom: initial;
  }
}
.page-id-15609 .price-item__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.page-id-15609 .price-item__copy {
  border-top: 1px solid #8C8C8C;
  border-bottom: 1px solid #8C8C8C;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 2.4;
  margin-bottom: 20px;
  padding: 1px 0;
}
.page-id-15609 .price-item__price {
  font-weight: 500;
  line-height: 1.1;
}
.page-id-15609 .price-span01 {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  padding-left: 8px;
}
.page-id-15609 .price-span02 {
  font-size: 1rem;
}
.page-id-15609 .arrow-bottom {
  margin: 0 auto 4px;
  width: 20px;
}
.page-id-15609 .price-item__month {
  background-color: #fff;
  border: 1px solid #0663a6;
  border-radius: 4px;
  color: #0663a6;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.1;
  padding: 4px 20px;
  text-align: center;
}
.page-id-15609 .month-span01 {
  color: #0663a6;
  font-size: 2.4rem;
  font-family: "Roboto", sans-serif;
  padding-left: 4px;
}
.page-id-15609 .month-span02 {
  color: #0663a6;
  font-size: 1rem;
}
.page-id-15609 .price-box__bottom {
  margin-bottom: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .page-id-15609 .price-box__bottom {
    margin-bottom: 32px;
  }
}
.page-id-15609 .more-link {
  margin: auto;
  max-width: 312px;
  width: 100%;
}
.page-id-15609 .more-button {
  position: relative;
  border-radius: 28px;
  display: block;
  padding: 18px 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  line-height: 1.1;
  width: 100%;
}
.page-id-15609 .more-button--white {
  background-color: #fff;
  border: 1px solid #0663a6;
  color: #0663a6;
}
.page-id-15609 .more-button--white::after {
  background: url(../images/orange-arrow.png) no-repeat center center/contain;
}
.page-id-15609 .more-button::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 17px;
}
.page-id-15609 .more-button:hover {
  opacity: 0.7;
}
.page-id-15609 .lp-faq-box {
  background-color: #F7F7F7;
}
.page-id-15609 .lp-faq-box-inner {
  padding-right: 4px;
  padding-left: 4px;
}
@media (min-width: 576px) {
  .page-id-15609 .lp-faq-box-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-id-15609 .lp-faq-items__box {
  border-bottom: 1px solid #8C8C8C;
}
@media (min-width: 576px) {
  .page-id-15609 .lp-faq-items__box {
    border-bottom: initial;
  }
}
@media (min-width: 576px) {
  .page-id-15609 .lp-faq-items__box:not(:last-child) {
    margin-bottom: 8px;
  }
}
.page-id-15609 .lp-faq-items__question {
  position: relative;
  background-color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
  padding: 34px 56px 34px 72px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__question {
    border-radius: 10px;
    padding: 16px 72px 16px 88px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .lp-faq-items__question {
    font-size: 1.6rem;
  }
}
.page-id-15609 .lp-faq-items__question::before {
  position: absolute;
  content: "";
  background: url(../images/q.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__question::before {
    left: 24px;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .lp-faq-items__question::before {
    font-size: 3.2rem;
  }
}
.page-id-15609 .lp-faq-items__question-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__question-icon {
    right: 24px;
  }
}
.page-id-15609 .lp-faq-items__question-icon.is-open .lp-faq-items__question-bar2 {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.page-id-15609 .lp-faq-items__question-bar1 {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #282B34;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-id-15609 .lp-faq-items__question-bar2 {
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #282B34;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.page-id-15609 .lp-faq-items__answer {
  position: relative;
  display: none;
}
.page-id-15609 .lp-faq-items__answer::before {
  position: absolute;
  content: "";
  background: url(../images/a.png) no-repeat center center/contain;
  width: 40px;
  height: 40px;
  font-weight: 700;
  left: 10px;
  top: 12px;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__answer::before {
    top: 19px;
    left: 24px;
  }
}
.page-id-15609 .lp-faq-items__answer-content {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7;
  padding: 14px 56px 32px 72px;
  word-break: break-all;
}
@media (min-width: 768px) {
  .page-id-15609 .lp-faq-items__answer-content {
    padding: 24px 72px 58px 88px;
  }
}
@media (min-width: 992px) {
  .page-id-15609 .lp-faq-items__answer-content {
    font-size: 1.6rem;
  }
}
.page-id-15609 .lp-faq-items__answer-content a {
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-id-15609 .lp-faq-items__answer-content a:hover {
  opacity: 0.7;
}
.page-id-15609 .lp-faq-items__answer-content a {
  color: #3D8EDF;
  text-decoration: underline;
}
.page-id-15609 .footer {
  background-color: #7a7a7a;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 0px;
}
.page-id-15609 .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
.page-id-15609 .footer-nav__item:not(:last-child) {
  margin-right: 24px;
}
.page-id-15609 .footer-nav__link {
  color: #3D3D3D;
  font-size: 1.2rem;
}
@media (max-width: 374px) {
  .page-id-15609 .footer-nav__link {
    font-size: 9px;
  }
}
.page-id-15609 .sns {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-id-15609 .sns-box:not(:last-child) {
  margin-right: 24px;
}
.page-id-15609 .sns-box {
  max-width: 32px;
  width: 100%;
}
.page-id-15609 .footer-copyright {
  color: #fff;
  font-size: 1rem;
  text-align: center;
}
.page-id-15609 .totop {
  height: 355px;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 33px !important;
  bottom: 100px !important;
  z-index: 100;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .page-id-15609 .totop {
    right: 7px!important;
  }
}
.lianxi{
  text-align: center;
  width: 30px;
  .title{
    font-size: 14px;
  }
  a{
    color: #000;
  }
  img{
    width: 30px;
    height: 37px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 3px;
  }
}
.muji{
  text-align: center;
  width: 30px;
  .title{
    font-size: 14px;
  }
  a{
    color: #000;
  }
  img{
    width: 30px;
    height: 46px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 3px;
  }
}
.totop__icon{
  img{
    width: 30px;
    height: 27px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .page-id-15609 .totop {
    bottom: 40px;
    right: 40px;
  }
}
@media (min-width: 1400px) {
  .page-id-15609 .totop {
    right: 168px;
  }
}
.page-id-15609 .totop__icon {
  display: block;
  /* width: 56px;
  height: 56px; */
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-id-15609 .totop__icon:hover {
  opacity: 0.7;
}

body {
  color: #035F87;
  font-family: "ヒラギノ角ゴシック", YuGothic, "游ゴシック体", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}



.inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner02 {
  max-width: 1160px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.inner03 {
  max-width: 940px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}

.sp-only {
  display: block;
}
@media (min-width: 992px) {
  .sp-only {
    display: none;
  }
}

.only-pc-tab {
  display: none;
}
@media (min-width: 992px) {
  .only-pc-tab {
    display: block;
  }
}

.util-link--center {
  text-align: center;
}

.nav-top__button {
  position: relative;
  padding-left: 2.8rem !important;
}
.nav-top__button::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.nav-top__button--1::before {
  background: url(../images/doc-white-top_01.svg) no-repeat center center/contain;
  left: 42px;
}
.nav-top__button--2::before {
  background: url(../fonts/person-white-top.svg) no-repeat center center/contain;
  left: 38px;
}
.nav-top__button--3 {
  padding-left: 3.4rem !important;
}
.nav-top__button--3::before {
  background: url(../fonts/mail-white-top.svg) no-repeat center center/contain;
  left: 24px;
}

.button-nav {
  color: #fff;
  background: #035F87;
  border-radius: 0 0 1rem 1rem;
  display: inline-block;
  padding: 0.8rem;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 100%;
}
@media (min-width: 992px) {
  .button-nav {
    width: 15rem;
  }
}
@media (min-width: 1200px) {
  .button-nav {
    width: 17rem;
  }
}

.button-nav span {
  font-size: 1.6rem;
}
@media (min-width: 992px) {
  .button-nav span {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .button-nav span {
    font-size: 1.6rem;
  }
}

.button {
  color: #fff;
  border: 3px solid #EE9126;
  background: #EE9126;
  border-radius: 35px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8em 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 200px;
  width: 100%;
}
.button--white {
  background-color: #035F87;
  border: 3px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 166px;
  padding: 1em 0;
}
@media (min-width: 992px) {
  .button--white {
    max-width: 200px;
    font-size: 1.6rem;
  }
}
.button--doc, .button--reg {
  position: relative;
  padding-left: 2.8rem;
  text-align: center;
  white-space: nowrap;
}
.button--doc::before, .button--reg::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1.6rem;
  height: 1.9rem;
}
.button--reg::before {
  background: url(../fonts/register-icon.svg) no-repeat center center/contain;
}
.button--doc::before {
  background: url(../fonts/document-icon.svg) no-repeat center center/contain;
}
.button:hover, .button:focus {
  opacity: 0.7;
}

.util-link3 {
  text-align: center;
  position: relative;
  margin-top: auto;
}
.util-link3--left {
  text-align: left;
}
.util-link3--nav-sub {
  text-align: left;
}
.util-link3--nav-drawer {
  text-align: center;
}
.util-link3--nav-drawer:not(:last-child) {
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .util-link3--nav-drawer:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .util-link3--nav-drawer {
    max-width: 180px;
    width: 100%;
  }
}

.button02 {
  color: #fff;
  border: 3px solid #035F87;
  background: #035F87;
  border-radius: 23px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.7em 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 220px;
  width: 100%;
}
.button02--orange {
  background-color: #EE9126;
  border: 3px solid #EE9126;
}
.button02--nav-sub {
  background-color: #EE9126;
  border: 3px solid #EE9126;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .button02:hover, .button02:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.section__title {
  color: #0663a6;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .section__title {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}

/* first-view */
.fv {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f5f5f5 calc(100% - 1px));
  background-size: 8px 8px;
  background-repeat: repeat;
  background-position: center center;
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 64px;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 768px) {
  .fv__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 64px;
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 992px) {
  .fv__inner {
    margin-top: 100px;
  }
}

.fv__contents {
  display: contents;
}
@media (min-width: 768px) {
  .fv__contents {
    display: initial;
    width: 50%;
    margin-right: 2%;
  }
}
@media (min-width: 992px) {
  .fv__contents {
    width: 52%;
  }
}
@media (min-width: 1200px) {
  .fv__contents {
    width: 50%;
  }
}

.fv__content {
  margin-bottom: 3.2rem;
}

.fv__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .fv__lead {
    font-size: 1.8rem;
    text-align: left;
  }
}

.fv__lead span {
  font-size: 2.6rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFBD72));
  background: linear-gradient(transparent 70%, #FFBD72 70%);
}
@media (min-width: 1200px) {
  .fv__lead span {
    font-size: 3.6rem;
  }
}

.fv__title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .fv__title {
    font-size: 3rem;
  }
}
@media (min-width: 992px) {
  .fv__title {
    font-size: 3.4rem;
  }
}
@media (min-width: 1200px) {
  .fv__title {
    font-size: 4.4rem;
  }
}
@media (min-width: 1400px) {
  .fv__title {
    font-size: 4.5rem;
  }
}

.fv__title span {
  color: #EE9126;
  font-size: 2.6rem;
}
@media (min-width: 1200px) {
  .fv__title span {
    font-size: 4.8rem;
  }
}

.fv__message-top {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 1.8rem;
}
@media (min-width: 1200px) {
  .fv__message-top {
    font-size: 1.6rem;
  }
}

.fv__message {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.8;
}
@media (min-width: 1200px) {
  .fv__message {
    font-size: 1.6rem;
  }
}

.fv__message:nth-child(odd) {
  margin-bottom: 1.8rem;
}
@media (min-width: 992px) {
  .fv__message:nth-child(odd) {
    margin-bottom: 0;
  }
}

.fv__button {
  margin-bottom: 3.2rem;
}
@media (min-width: 992px) {
  .fv__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.fv__button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv__button-img {
  width: 1.6rem;
}
.button-fv {
  font-size: 1.4rem;
  margin: auto;
  max-width: 180px !important;
  width: 100%;
}
@media (min-width: 768px) {
  .button-fv {
    margin: initial;
  }
}
@media (min-width: 1200px) {
  .button-fv {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .button-fv--02 {
    margin-right: initial;
  }
}
.button-fv--03 {
  margin-top: 0;
}
@media (min-width: 992px) {
  .button-fv--03 {
    margin-top: initial;
  }
}

.button-fv:not(:last-child) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .button-fv:not(:last-child) {
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.fv__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 576px) {
  .fv__work {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 992px) {
  .fv__work {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.fv-work__img {
  width: 10.8rem;
}
.fv-work__img:not(:last-child) {
  margin-right: 3.2rem;
}

.fv__picture {
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (min-width: 992px) {
  .fv__picture {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-bottom: 0;
    width: 50%;
  }
}

.fv__img {
  position: relative;
}
@media (min-width: 576px) {
  .fv__img {
    margin: auto;
  }
}
@media (min-width: 768px) {
  .fv__img {
    top: -10%;
    margin-right: -8vw;
  }
}
/* news-top */
.news-top {
  margin-top: 6rem;
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .news-top {
    margin-top: 18rem;
    margin-bottom: 12rem;
  }
}

@media (min-width: 992px) {
  .news-top__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) and (min-width: 992px) {
  .news-top__box {
    margin-right: 5%;
    width: 65%;
  }
}

.news-top__title {
  color: #035F87;
  font-size: 2rem;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .news-top__title {
    font-size: 2.2rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 992px) {
  .news-top__title {
    font-size: 2.8rem;
    margin-right: 2.4rem;
  }
}
@media (min-width: 1200px) {
  .news-top__title {
    margin-right: 6.4rem;
  }
}

.calendar {
  display: none;
}
@media (min-width: 768px) {
  .calendar {
    display: block;
    width: 30%;
  }
}

.news-top__item {
  border-bottom: 0.5px solid #D9D9D9;
  display: block;
  padding: 2.4em 0;
}
@media (min-width: 768px) {
  .news-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
  }
}
.news-top__item:hover {
  background-color: #F4F6F7;
}

.news-top__item:nth-child(1) {
  border-top: 0.5px solid #D9D9D9;
}

.news-top__info {
  margin-bottom: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  .news-top__info {
    margin-bottom: 0;
    width: 230px;
  }
}

.news-top__category {
  border: 1.5px solid #EE9126;
  border-radius: 20px;
  color: #EE9126;
  font-size: 1.1rem;
  padding: 0.3em 1em 0.4em;
}
@media (min-width: 768px) {
  .news-top__category {
    font-size: 1.2rem;
  }
}

.news-top__time {
  color: #333;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .news-top__time {
    font-size: 1.4rem;
    width: 7.2rem;
  }
}

.news-top__text {
  font-size: 1.3rem;
  font-weight: 600px;
}
@media (min-width: 768px) {
  .news-top__text {
    padding-left: 4rem;
    width: calc(100% - 230px);
    font-size: 1.6rem;
  }
}

.news-top__list {
  margin-top: 4rem;
  text-align: right;
}

.news-top__list a {
  position: relative;
  font-size: 1.2rem;
  padding-right: 4rem;
}
@media (min-width: 768px) {
  .news-top__list a {
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .news-top__list a {
    margin-top: 2.4rem;
  }
}
.news-top__list a:after {
  content: "";
  position: absolute;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
}
@media (min-width: 992px) {
  .news-top__list a:after {
    width: 2rem;
    height: 3rem;
  }
}

/* partner */
.partner {
  margin-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .partner {
    margin-bottom: 14rem;
  }
}

.partner__top {
  margin-bottom: 4rem;
}
@media (min-width: 992px) {
  .partner__top {
    margin-bottom: 10rem;
  }
}

.partner__title {
  color: #EE9126;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .partner__title {
    font-size: 3.6rem;
    margin-bottom: 6.4rem;
  }
}

/* about-top */
.about-top {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .about-top {
    margin-bottom: 12rem;
  }
}

.about-top__title {
  color: #035F87;
  margin-bottom: 4rem;
}
.about-top__title span {
  color: #EE9126;
}
@media (min-width: 992px) {
  .about-top__title {
    margin-bottom: 5rem;
  }
}

.about-top__contents {
  margin-bottom: 8rem;
}
@media (min-width: 768px) {
  .about-top__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 992px) {
  .about-top__contents {
    margin-bottom: 12rem;
  }
}

.about-top__content {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .about-top__content {
    margin-right: 5.6rem;
    max-width: 41rem;
  }
}

.about-top__content:first-child .about-top__text {
  margin-bottom: 4rem;
}

.about-top__text {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .about-top__text {
    font-size: 1.6rem;
  }
}

.about-top__img01 img,
.about-top__img02 img {
  border-radius: 10px;
}

.about-top__img01 {
  margin-left: auto;
  max-width: 51%;
  width: 100%;
}
@media (min-width: 768px) {
  .about-top__img01 {
    margin-right: initial;
    max-width: 46.6%;
    width: 100%;
  }
}
.about-top__img02 {
  margin-top: -10rem;
  max-width: 68%;
  width: 100%;
}
@media (min-width: 768px) {
  .about-top__img02 {
    max-width: 65.3%;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .about-top__img02 {
    margin-top: -19rem;
  }
}

.about-secondary__title {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 374px) {
  .about-secondary__title {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .about-secondary__title {
    margin-bottom: 5rem;
  }
}

.about-secondary__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 4.8em;
  text-align: left;
}
@media (min-width: 768px) {
  .about-secondary__lead {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .about-secondary__lead {
    margin-bottom: 6.4rem;
  }
}

.youtube {
  position: relative;
}
.youtube::before {
  position: absolute;
  content: "";
  background: url(../images/youtube-frame.jpg) no-repeat center center/cover;
  top: -5.2%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 78%;
  height: 112%;
  border-radius: 27px;
  width: 100%;
  z-index: -1;
}
@media (min-width: 768px) {
  .youtube::before {
    top: -3.7%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 78%;
    height: 108%;
    border-radius: 27px;
  }
}

.youtube__wrap {
  margin: auto;
  padding-top: 50%;
  position: relative;
  width: 93%;
}
@media (min-width: 576px) {
  .youtube__wrap {
    padding-top: 41%;
    width: 75%;
  }
}
.youtube__wrap iframe {
  position: absolute;
  border-radius: 27px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* service */
.service {
  margin-bottom: 10rem;
}
@media (min-width: 992px) {
  .service {
    margin-bottom: 12rem;
  }
}

.service__lead {
  font-size: 1.6rem;
  font-weight: 700;
}
.service__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10rem;
}
@media (min-width: 576px) {
  .service__lists {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 10rem;
  }
}
@media (min-width: 992px) {
  .service__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
    row-gap: 2rem;
  }
}

.service__list {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 3em 3em;
  z-index: 2;
}
@media (min-width: 992px) {
  .service__list {
    margin-bottom: 0;
  }
}

.service__list:nth-child(1) {
  margin-top: -8rem;
}
@media (min-width: 576px) {
  .service__list:nth-child(1) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .service__list:nth-child(1) {
    margin-top: -8rem;
  }
}

@media (min-width: 992px) {
  .service__list:nth-child(1),
  .service__list:nth-child(3) {
    margin-top: -8rem;
    margin-bottom: 8rem;
  }
}

@media (min-width: 992px) {
  .service__list:nth-child(2),
  .service__list:nth-child(4) {
    margin-top: -4rem;
    margin-bottom: 4rem;
  }
}

.service__img {
  position: relative;
  margin: -5.8rem auto 0;
  max-width: 13rem;
  width: 100%;
  height: 14rem;
  z-index: 3;
}
.service__img img {
  text-align: center;
}
@media (min-width: 992px) {
  .service__img--01 {
    max-width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 1200px) {
  .service__img--01 {
    max-width: 16.2rem;
    height: 16rem;
  }
}
.service__img--02 {
  max-width: 16rem;
}
@media (min-width: 992px) {
  .service__img--02 {
    max-width: 17rem;
    height: 16rem;
  }
}
@media (min-width: 1200px) {
  .service__img--02 {
    max-width: 19.2rem;
    height: 17rem;
  }
}
.service__img--03 {
  height: 15rem;
}
@media (min-width: 576px) {
  .service__img--03 {
    height: 17rem;
  }
}
@media (min-width: 992px) {
  .service__img--03 {
    max-width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 1200px) {
  .service__img--03 {
    max-width: 15.7rem;
    height: 16rem;
  }
}
.service__img--04 {
  max-width: 15rem;
  height: 17rem;
}
@media (min-width: 992px) {
  .service__img--04 {
    max-width: 15rem;
    height: 16rem;
  }
}
@media (min-width: 1200px) {
  .service__img--04 {
    max-width: 16.6rem;
    height: 17rem;
  }
}

.service__body {
  padding-top: 0.3em;
  padding-bottom: 3em;
}
@media (min-width: 992px) {
  .service__body {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

.service__menu {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .service__menu {
    margin-bottom: 2.4rem;
  }
}

.service__text {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .service__text {
    font-size: 1.6rem;
  }
}

.service__text span {
  color: #EE9126;
  font-size: 1.8rem;
}

/* voice */
.voice {
  padding-bottom: 12rem;
}

.voice__title {
  text-align: center;
  margin-bottom: 10rem;
}

.voince__title span {
  color: #035F87;
}

.voice__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10.4rem;
}
@media (min-width: 768px) {
  .voice__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 3.2rem;
       -moz-column-gap: 3.2rem;
            column-gap: 3.2rem;
  }
}

.voice__item {
  background-color: #F4F6F7;
  border-radius: 50px;
}

.voice__img {
  margin: -6rem auto 1.2rem;
  max-width: 150px;
  width: 100%;
}
@media (min-width: 992px) {
  .voice__img {
    margin: -6rem auto 3.2rem;
  }
}

.voice__body {
  padding: 0 2.4em 4em;
}
@media (min-width: 992px) {
  .voice__body {
    padding: 0 4em 4.8em;
  }
}

.voice__name {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media (min-width: 992px) {
  .voice__name {
    font-size: 2rem;
    margin-bottom: 3.2rem;
  }
}

.voice__message {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .voice__message {
    font-size: 1.6rem;
  }
}
@media (min-width: 992px) {
  .voice__message {
    font-size: 1.6rem;
  }
}

/* article */
.article {
  padding-bottom: 12rem;
}

.article__title {
  text-align: center;
}

.article__title span {
  color: #035F87;
}

.article__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 2.4rem;
  margin-bottom: 5.6rem;
}
@media (min-width: 768px) {
  .article__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 3.2rem;
    margin-bottom: 6.4rem;
  }
}
@media (min-width: 992px) {
  .article__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 2.4rem;
       -moz-column-gap: 2.4rem;
            column-gap: 2.4rem;
    row-gap: 3.2rem;
  }
}

.blog-card {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
}
@media (min-width: 992px) {
  .blog-card:hover .blog-card__img > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0.6;
  }
}

.blog-card__img {
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.blog-card__img img {
  height: 50vw;
  border-radius: 20px 20px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media (min-width: 576px) {
  .blog-card__img img {
    height: 17rem !important;
  }
}

.blog-card__body {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 0.8em 2.5em 2.5em;
}
@media (min-width: 992px) {
  .blog-card__body {
    padding: 2em 2.5em 2.5em 2em;
  }
}

.blog-card__time {
  font-size: 1.3rem;
  font-weight: 600;
  display: block;
  margin-bottom: 0.8rem;
}
@media (min-width: 992px) {
  .blog-card__time {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.blog-card__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .blog-card__tag {
    margin-bottom: 1.6rem;
  }
}
.blog-card__tag p {
  font-size: 1rem;
  border: 1.5px solid #EE9126;
  border-radius: 20px;
  color: #EE9126;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  padding: 0.3em 0.3em;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-card__tag p {
    font-size: 1.1rem;
    padding: 0.3em 0.8em;
  }
}

.blog-card__category {
  font-size: 1rem;
  border: 1.5px solid #EE9126;
  border-radius: 20px;
  color: #EE9126;
  margin-right: 0.3rem;
  padding: 0.3em 0.3em;
  text-align: center;
}
@media (min-width: 992px) {
  .blog-card__category {
    font-size: 1.1rem;
    padding: 0.3em 0.8em;
  }
}

.blog-card__title {
  font-size: 1.4rem;
  font-weight: 600;
}
@media (min-width: 992px) {
  .blog-card__title {
    font-size: 1.6rem;
  }
}

/* contact */
.contact {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .contact {
    margin-bottom: 8rem;
  }
}

.contact__inner {
  max-width: 1140px;
  width: 100%;
}

@media (min-width: 768px) {
  .contact__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact__boxes {

  background: linear-gradient(to right, #0663a6, #F0B36A);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 34px;
  margin-bottom: 3.2em;
  padding: 3em 2em;
}
@media (min-width: 768px) {
  .contact__boxes {
    margin-bottom: 0;
    /* margin-right: 2%; */
    width: 100%;
  }
}
@media (min-width: 992px) {
  .contact__boxes {
    padding: 2em;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .contact__boxes {
    /* margin-right: 4%; */
    padding: 3em 2em;
  }
}

.contact__lead {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .contact__lead {
    margin-bottom: 1.6rem;
  }
}

.contact__box {
  color: #fff;
  /*background-color: #fff;*/
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: block;
  padding: 1.6em;
}
@media (min-width: 992px) {
  .contact__box {
    padding: 2em 0;
  }
}
.contact__box--top {
  margin-bottom: 2.4rem;
}

.contact__box-head--line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact__box-tel01 {
  display: block;
  margin-bottom: 8px;
}
.contact__box-head{
  line-height: 40px;
}
.button-img--form {
  width: 2rem;
  top: -0.2rem;
  position: relative;
}
.button-img {
  width: 1.6rem;
  margin-right: 0.8rem;
}
.contact__box-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: left;
  margin : 0 20px;
}
@media (min-width: 1200px) {
  .contact__box-text {
    font-size: 1.6rem;
  }
}

.contact__box-block {
  text-align: center;
}

.contact__box-head01,
.contact__box-head02 {
  font-weight: 700;
  margin-bottom: 0.3em;
  display: inline-block;
}
.contact__box-head01 {
  font-size: 1.6rem;
  position: relative;
  padding-left: 3rem;
}
.contact__box-head01::before {
  content: "";
  position: absolute;
  background: url(../images/tel-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
}
@media (min-width: 992px) {
  .contact__box-head01 {
    font-size: 2rem;
  }
}

.contact__box-head02 {
  font-size: 1.6rem;
  position: relative;
  padding-left: 3.8rem;
}
.contact__box-head02::before {
  content: "";
  position: absolute;
  background: url(../fonts/chat-icon.svg) no-repeat center center/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 992px) {
  .contact__box-head02 {
    font-size: 2rem;
  }
}
@media (min-width: 1200px) {
  .contact__box-head02 {
    font-size: 2rem;
  }
}

.contact__box-bottom {
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.contact__info-box {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 34px;
  display: block;
  padding: 4em 3.5em;
}
@media (min-width: 768px) {
  .contact__info-box {
    padding: 3em 2em;
  }
}
@media (min-width: 992px) {
  .contact__info-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3em 3em;
  }
}

.contact__info-box:first-child {
  margin-bottom: 2.4rem;
}
@media (min-width: 992px) {
  .contact__info-box:first-child {
    margin-bottom: 3.8rem;
  }
}

.contact__info-lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .contact__info-lead {
    font-size: 1.6em;
  }
}
@media (min-width: 992px) {
  .contact__info-lead {
    margin-bottom: 0;
    width: 61%;
  }
}

/* guide */
.guide {
  margin-bottom: 9.6rem;
}

.guide__inner {
  max-width: 1140px;
}

.guide__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5.6rem;
}
@media (min-width: 768px) {
  .guide__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (min-width: 992px) {
  .guide__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}

.guide__item {
  position: relative;
  background-color: #fff;
  border-radius: 34px;
}

.guide__img01,
.guide__img02,
.guide__img03 {
  max-width: 160px;
  width: 100%;
  margin: -43px auto 1.2rem auto;
}
@media (min-width: 992px) {
  .guide__img01,
  .guide__img02,
  .guide__img03 {
    max-width: 180px;
    margin: -43px auto 1.2rem auto;
  }
}

.guide__body {
  padding: 0 3.2em 6.2em;
}
@media (min-width: 992px) {
  .guide__body {
    padding: 0 4em 4em;
  }
}

.guide__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.6rem;
  text-align: center;
}

.guide__text {
  color: #333;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  .guide__text {
    font-size: 1.6rem;
  }
}

.guide__link::after {
  content: "";
  position: absolute;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  width: 25px;
  height: 25px;
  bottom: 2.4rem;
  right: 2.4rem;
}
@media (min-width: 992px) {
  .guide__link::after {
    width: 35px;
    height: 35px;
    bottom: 1.4rem;
    right: 1.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .guide__link::after:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* lp-banner */
.banner-lp {
  padding: 8rem 0 0;
}

.banner-lp__link {
  display: block;
}
@media (min-width: 1200px) {
  .banner-lp__link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.banner-lp__link:hover {
  opacity: 0.7;
}

.banner-lp__img:not(:last-child) {
  margin-bottom: 40px;
}

/* top-banner */
.top-banner {
  padding-top: 5.6rem;
}
.top-banner__title {
  text-align: center;
}

.campaign__title span {
  color: #035F87;
}

.top-banner__contents {
  margin-bottom: 8rem;
}
@media (min-width: 992px) {
  .top-banner__contents {
    margin-bottom: 12rem;
  }
}

.top-banner__contents {
  position: relative;
}
.top-banner__contents .swiper-horizontal > .swiper-pagination-bullets,
.top-banner__contents .swiper-pagination-bullets.swiper-pagination-horizontal,
.top-banner__contents .swiper-pagination-custom,
.top-banner__contents .swiper-pagination-fraction {
  bottom: initial;
  margin-top: 2.4rem;
}
.top-banner__contents .swiper-button-next {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue.svg) no-repeat center center/contain;
  margin-top: -2rem;
  right: -1.6rem;
}
.top-banner__contents .swiper-button-next:after {
  display: none;
}
@media (min-width: 1200px) {
  .top-banner__contents .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -5.6rem;
  }
}
.top-banner__contents .swiper-button-prev {
  width: 30px;
  height: 30px;
  background: url(../fonts/arrow-blue_l.svg) no-repeat center center/contain;
  margin-top: -2rem;
  left: -1.6rem;
}
.top-banner__contents .swiper-button-prev:after {
  display: none;
}
@media (min-width: 1200px) {
  .top-banner__contents .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -5.6rem;
  }
}
.top-banner__contents .swiper-pagination-bullet-active {
  background-color: #0663a6 !important;
}

.top-swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.top-banner__inner {
  max-width: 750px;
  width: 100%;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.priceplan-banner-inner {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .priceplan-banner-inner {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1200px) {
  .priceplan-banner-inner {
    margin-bottom: 10rem;
  }
}

.swiper5 .swiper-slide {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

/* top-youtube */
.top-youtube {
  padding-bottom: 6.4rem;
}
@media (min-width: 992px) {
  .top-youtube {
    padding-bottom: 14rem;
  }
}

.top-youtube__inner {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}

.top-youtube__title {
  text-align: center;
}

.top-youtube__title span {
  color: #333;
}

.top-youtube__link {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  margin-top: 16px;
}
@media (min-width: 992px) {
  .top-youtube__link {
    font-size: 2.4rem;
  }
}

.swiper-youtube__wrap {
  width: 100%;
  padding-top: 56.7164179104%;
  position: relative;
}
.swiper-youtube__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .swiper-youtube__wrap {
    padding-top: 56.1904761905%;
  }
}

.media {
  background-color: #F4F6F7;
  padding-top: 80px;
  margin-bottom: 80px;
}

.media__card {
  width: 100%;
}

.media__body {
  padding: 16px;
}
@media (min-width: 768px) {
  .media__body {
    padding: 32px 20px;
  }
}

.media__img {
  background-color: #fff;
}
.media__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.media__title {
  font-size: 1.8rem;
}
@media (min-width: 992px) {
  .media__title {
    font-size: 2rem;
  }
}

.media__name {
  color: #333;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .media__name {
    font-size: 1.8rem;
    font-weight: 600;
  }
}

.swiper9 {
  min-height: 350px;
  height: 100%;
}
@media (min-width: 768px) {
  .swiper9 {
    min-height: 340px;
  }
}

.swiper-slide {
  height: auto;
}
.swiper-slide .media__card {
  height: 100%;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-wrapper {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

/* bottom-banner */
.banner-bottom {
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  .banner-bottom {
    padding-bottom: 120px;
  }
}

.banner-bottom__title {
  text-align: center;
}

.banner-bottom__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .banner-bottom__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  .banner-bottom__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 56px;
  }
}

.b-banner__title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

/* banner01 */
.banner01 {
  margin-top: 56px;
}

.banner01__img:not(:first-child) {
  margin-top: 3.2rem;
}

.banner02 {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .banner02 {
    margin-top: 64px;
  }
}

/* top-partner */
.top-partner {
  padding-bottom: 8rem;
}
@media (min-width: 768px) {
  .top-partner {
    padding-bottom: 10rem;
  }
}

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

.t-partner__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
@media (min-width: 768px) {
  .t-partner__items {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}
@media (min-width: 992px) {
  .t-partner__items {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .t-partner__items {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 40px;
  }
}

.t-partner__body {
  padding: 16px 16px 0;
}

.t-partner__body-title {
  color: #333;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.t-partner__body-text {
  font-size: 1.4rem;
  color: #333;
}

.box {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 860px;
}

.box-message01 {
  color: #333;
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .box-message01 {
    font-size: 2.4rem;
  }
}

.box-message02 {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .box-message02 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .box-message02 {
    font-size: 2rem;
  }
}

.box-message02 span {
  color: #c64848;
  font-weight: 600;
}

.registration {
  padding-top: 80px;
}/*# sourceMappingURL=style.css.map */


.modal {
  display: none; /* 默认隐藏 */
  position: fixed; /* 固定位置 */
  z-index: 1; /* 位于顶层 */
  left: 0;
  top: 0;
  width: r0%; /* 全屏宽度 */
  height: 100%; /* 全屏高度 */
  background-color: rgba(0,0,0,0.5); /* 半透明背景 */
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto; /* 垂直居中 */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
@media (max-width: 992px) {
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 垂直居中 */
    padding: 20px;
    border: 1px solid #888;
    width: 100%;
  }
}
/* 关闭按钮样式 */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


.basic-grey {
  z-index: 99;
  overflow: auto;
  margin-left:auto;
  margin-right:auto;
  width: 100%;
  /*background: #F7F7F7;*/
  padding: 25px 15px 25px 10px;
  font: 12px Georgia, "Times New Roman", Times, serif;
  color: #888;
  /*text-shadow: 1px 1px 1px #FFF;*/
  border:1px solid #E4E4E4;
}
.basic-grey h1 {
  font-size: 25px;
  padding: 0px 0px 10px 40px;
  display: block;
  border-bottom:1px solid #E4E4E4;
  margin: -10px -15px 30px -10px;;
  color: #888;
  width: 90%;
}
.basic-grey h1>span {
  display: block;
  font-size: 11px;
}
.basic-grey label {
  display: block;
  margin: 0px;
}
.basic-grey .lform {
  float: left;
  width: 25%;
  /*text-align: right;*/
  padding-right: 10px;
  margin-top: 10px;
  color: #888;
}


@media (max-width: 992px) {
  .basic-grey label>span {
    float: left;
    width: 40%;
    text-align: left;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
  }

}

.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
  border: 1px solid #DADADA;
  color: #888;
  height: 30px;
  margin-bottom: 16px;
  margin-right: 6px;
  margin-top: 2px;
  outline: 0 none;
  padding: 3px 3px 3px 5px;
  width: 50%;
  font-size: 12px;
  line-height:15px;
  box-shadow: inset 0px 1px 4px #ECECEC;
  -moz-box-shadow: inset 0px 1px 4px #ECECEC;
  -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
  padding: 5px 3px 3px 5px;
}
.basic-grey select {
  background: #FFF url('down-arrow.png') no-repeat right;
  background: #FFF url('down-arrow.png') no-repeat right;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  width: 70%;
  height: 35px;
  line-height: 25px;
}
.basic-grey textarea{
  height:100px;
}
.basic-grey .button {
  background: #0663a6;
  border: none;
  padding: 10px 25px 10px 25px;
  color: #FFF;
  box-shadow: 1px 1px 5px #B6B6B6;
  border-radius: 3px;
  text-shadow: 1px 1px 1px #e6f4f8;
  cursor: pointer;
}
.basic-grey .button:hover {
  background: #e6f4f8;
  color: #000;
}

.contact-form__tag {
  background-color:  #EE9126;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  padding: 0.3em 0.6em;
}
@media screen and (max-width: 768px) {
  .contact-form__tag {
    font-size: 8px;
  }
}
.aboutimg{
  padding: 120px 0 0 0;
}

@media (max-width: 992px) {
  .aboutimg{
    padding: 0;
  }
}
@media (min-width: 992px) {
  .hiulv{

  width: 100px;
  position: absolute;
  top: 30px;
  right: 20px;
  }
}
@media (max-width: 992px) {
  .hiulv{
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 100px;
    position: absolute;

  }
  .lp-area{
    width: 150px;
    margin: 0 auto;
  }
}
.form-text {
  font-size: 22px;
}

.form-link {
  color: blue;
  font-size: 30px;
  text-decoration: underline;
}

.form-text-note {
  color: red;
}

@media (min-width: 576px) {
  .padding {
    padding-top: 22px;
  }
}
.totopimg {
  max-width: 100%;

  height: auto;
}
.modal-content label {
  width: 100%;
  float: left;
}

.modal-content-button {
  width: 20%;
  margin: 0 auto;
}

@media (max-width: 992px) {
  .modal-content label {
    width: 100%;
    float: left;
  }

  .basic-grey .lform {
    float: left;
    width: 35%;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
    text-align: right;
  }

  .modal-content-button {
    width: 100%;

  }

}
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}

  }

}
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 0.07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.model_padding{
  padding: 20px 0 10px 193px;
}
.model_padding1{
  padding: 20px 0 10px 130px;
}
.btn-danger{
  padding: 8px 6px!important;
  font-size: 9.8px!important;
}
@media screen and (max-width: 768px) {
  .model_padding1{
    padding: 15px;
  }
  .model_padding{
    padding: 15px 8px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .model_padding{
    padding: 20px 0 10px 20px;
  }
  .page-id-15609 .totop{
    bottom: 150px !important;
  }
}
.download{
  display: inline-block;
  width: 161px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 4px;
  opacity: 1;
  border: 1px solid #5fb4e5;
  background: #dff6ff;
  color: #5fb4e5;
  font-family: "FZQingKeBenYueSongS-R-GB";
}
@media screen and (max-width: 768px) {
  .download{
    width: 95px;
    height: 36px;
    line-height: 36px;
  }
}
.xiazai{
  margin-top: 12px !important;
}
.xztext{
  text-align: left!important;
}
.contact_btn{
  margin-left: 35%!important;
}
.contact_btns{
  margin-left: 36.7%!important;
}
@media screen and (min-width: 768px) and (max-width: 768px) { 
  .contact_btn{
    margin-top: -10px!important;
  }
  .fix_line{
    display: none;
  }
  .page-id-15609 .totop {
    display: block;
  }
  .line_tip {
    width: 287px;
    right: 69px !important;
    bottom: 152px !important;
  }
 } 
 @media screen and (min-width: 769px) and (max-width: 1024px) {
  .contact_btn{
    margin-left: 36.5% !important;
  }
  .contact_btns{
    margin-left: 45.7%!important;
  }
  .line_tip{
    bottom: 414px!important;
  }
}
@media screen and (max-width: 768px) {
  .contact_btn{
    margin-left: 29% !important;
    margin-top: -20px;
    padding: 6px 3px;
    font-size: 14px;
  }
}
.product_subject,.product_sku,.product_sy{
  color: #999999;
  font-size: 16px;
  font-family: "FZQingKeBenYueSongS-R-GB";
}
.product_sku{
  display: inline-block;
  margin-top: 5px;
}
.skulabel{
  margin-top: 5px !important;
}
.sku2label{
  margin-top: 7px !important;
}
.small_lot{
  display: inline-block;
  width: 150px;
}
.header-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_height{
  height: auto!important;
}
.dengluIMG{
  width: 35px;
  height: 35px;
  border-radius: 150px;
}
.shouji_showgwc{
  display: none;
}
@media screen and (max-width: 768px) {
  .header-top{
    position: absolute!important;
    /* top: 120px; */
    top: 83px;
    width: 88%;
  }
  .top_height{
    height: 118px!important;
  }
  .dengluIMG{
    width: 25px;
    height: 25px;
    border-radius: 50%;
  }
  .page-id-15609 .lp-header__logo {
    margin-left: -4px;
  }
  .shouji_showgwc{
    /* display: block;
    position: absolute;
    top: 61px;
    right: -174px; */
  }
  .shouji_showgwc img{
    width: 41px !important;
    height: 55px !important;
  }
  .shouji_showgwc .gwc_numbers {
    top: -3px;
    position: absolute;
    right: 13px;
    font-size: 10px;
    color: #5fb4e5;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .header-top{
    margin-top: 11px;
    width: 77%;
  }
  .top_height {
    display: flex;
    align-items: center; 
    justify-content: center; 
    text-align: center; 
  }
  .lp-header-box {
      margin-left: 17px;
  }
  .small_lot {
    width: unset; 
  }
}
@media screen and (min-width: 820px) and (max-width: 820px) {
	.header-top{
    margin-top: 11px;
    width: 102%;
  }
}
@media screen and (max-width: 768px) {
  .pcdis {
    display: none !important;
  }
  .cateMenu{
    display: none !important;
  }
  .cateMenu1{
    display: block !important;
  }
  .lianxi .title{
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .pcdis {
    display: none !important;
  }
  .cateMenu1{
    display: block !important;
    padding: 7px 10px;
    padding-left: 31px;
    background: url(../../img/icon_cate.png) 10px 11px no-repeat;
    background-size: 20px;
    border: 1px solid #5fb4e5;
    border-radius: 20px;
    margin-top: 72px;
    position: absolute;
    width: 20%;
    z-index: 9999999;
    color: #5fb4e5;
  }
}
#pagination,#Page {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}

#pagination button,#Page button {
  margin: 0 10px;
}

#pagination span,#Page span {
  margin: 0 10px;
}
