@charset "UTF-8";
/*
---------------------------------------------

    base settings

*/
.block-navi-e-a .page-top p {
  bottom: 8.5714285714rem !important;
}

@media only screen and (min-width: 668px) and (max-width: 1200px) {
  .block-navi-e-a .page-top p {
    bottom: 10vw !important;
  }
}
/*
---------------------------------------------

    utility settings

*/
._bg-color\:primary {
  background: #3465B7 !important;
}

._bg-color\:secondary {
  background: #D9E7FD !important;
}

._bg-color\:white {
  background: #FFF;
}

._align-items\:flex-end {
  align-items: flex-end !important;
}

._justify-content\:center {
  justify-content: center !important;
}

._gap\:0 {
  gap: 0 !important;
}

._gap\:15 {
  gap: 1.0714285714rem !important;
}

._gap\:20 {
  gap: 1.4285714286rem !important;
}

._gap\:40 {
  gap: 2.8571428571rem !important;
}

._margin-bottom\:0 {
  margin-bottom: 0 !important;
}

._margin-bottom\:80 {
  margin-bottom: 5.7142857143rem !important;
}

._for-pc {
  display: block !important;
}

._for-sp {
  display: none !important;
}

/*
---------------------------------------------

    layout: header

*/
.l-header {
  width: 100%;
  padding: 2.8571428571rem 3.5714285714rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.4285714286rem;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.l-header * {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 668px) and (max-width: 1140px) {
  .l-header {
    padding: 1.7543859649vw 2.6315789474vw;
  }
}
/*
---------------------------------------------

    layout: main

*/
.l-main {
  min-height: 100vh;
  flex: 1;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}
.l-main ul {
  margin: 0;
  padding: 0;
}
.l-main ul li {
  list-style: none;
}
.l-main * {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

/*
---------------------------------------------

    layout: fixed menu

*/
.l-fixed-menu {
  width: 100%;
  height: 7.1428571429rem;
  padding: 1.4285714286rem 2.1428571429rem;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4;
  transform: translate(0, 100%);
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s;
}
.l-fixed-menu.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
.l-fixed-menu * {
  box-sizing: border-box;
}

.l-fixed-menu-inner {
  display: flex;
  align-items: center;
  gap: 3.5087719298vw;
}

@media only screen and (min-width: 668px) and (max-width: 1200px) {
  .l-fixed-menu {
    height: 8.3333333333vw;
    padding: 1.6666666667vw 2.5vw;
  }

  .l-fixed-menu-inner {
    gap: 2.5vw;
  }
}
/*
---------------------------------------------

    layout: column

*/
.l-column {
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 2.1428571429rem;
}

.l-column-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.1428571429rem;
}

.l-column-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.1428571429rem;
}

@media only screen and (min-width: 668px) and (max-width: 1140px) {
  .l-column {
    gap: 2.6315789474vw;
  }

  .l-column-wrap {
    gap: 2.6315789474vw;
  }

  .l-column-center {
    gap: 2.6315789474vw;
  }
}
/*
---------------------------------------------

    layout: inner

*/
.l-inner {
  width: calc(100% - 3.5714285714rem);
  max-width: 79.2857142857rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.7857142857rem;
  padding-left: 1.7857142857rem;
  box-sizing: content-box;
  position: relative;
}

.l-inner-narrow {
  width: calc(100% - 3.5714285714rem);
  max-width: 65.7142857143rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.7857142857rem;
  padding-left: 1.7857142857rem;
  box-sizing: content-box;
  position: relative;
}

.l-inner-wide {
  width: calc(100% - 3.5714285714rem);
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.7857142857rem;
  padding-left: 1.7857142857rem;
  box-sizing: content-box;
  position: relative;
}

/*
---------------------------------------------

    layout: mv

*/
.l-mv {
  padding: 13.3571428571rem 0 13.9285714286rem;
  background: #fff url("../images/mv-bg-01.png") no-repeat top center/113.7142857143rem auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.l-mv::after {
  content: "";
  width: 100%;
  min-width: 102.8571428571rem;
  height: 12.0957142857rem;
  background: url("../images/mv-bg-02.svg") no-repeat top left/100% 100%;
  position: absolute;
  bottom: -1px;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 0);
}

/*
---------------------------------------------

    layout: solution

*/
.l-solution {
  padding: 4.2857142857rem 0 8.5714285714rem;
}

/*
---------------------------------------------

    layout: service

*/
.l-service {
  padding: 7.1428571429rem 0 8.5714285714rem;
}

/*
---------------------------------------------

    layout: service detail

*/
.l-service-detail {
  padding: 5.7142857143rem 0 8.5714285714rem;
}

/*
---------------------------------------------

    layout: feature

*/
.l-feature {
  padding: 8.5714285714rem 0;
}

/*
---------------------------------------------

    layout: operation

*/
.l-operation {
  padding: 8.5714285714rem 0;
}

/*
---------------------------------------------

    layout: introduction

*/
.l-introduction {
  padding: 8.5714285714rem 0;
}

/*
---------------------------------------------

    layout: schedule

*/
.l-schedule {
  padding: 8.5714285714rem 0;
}

/*
---------------------------------------------

    layout: faq

*/
.l-faq {
  padding: 8.5714285714rem 0;
}

/*
---------------------------------------------

    layout: about

*/
.l-about {
  padding: 8.5714285714rem 0;
}

/*
---------------------------------------------

    layout: contact

*/
.l-contact {
  padding: 8.5714285714rem 0;
}

/*
---------------------------------------------

    btn

*/
.btn-primary {
  text-align: center;
}
.btn-primary__link {
  min-width: 18.2142857143rem;
  margin: 0 auto;
  padding: 0.8571428571rem 2.1428571429rem;
  border: 2px solid #3465B7;
  border-radius: 100px;
  background-color: #3465B7;
  display: inline-block;
  color: #FFF;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.4s;
}
.btn-primary__link:hover {
  color: #fff;
  opacity: 0.6;
}
.btn-primary--wide .btn-primary__link {
  padding: 0.8571428571rem 5.3571428571rem;
}

._bg-color\:primary .btn-primary__link {
  color: #3465B7;
  border-color: #FFF;
  background-color: #FFF;
}
._bg-color\:primary .btn-primary__link:hover {
  color: #3465B7;
}

.btn-secondary {
  text-align: center;
}
.btn-secondary__link {
  min-width: 18.2142857143rem;
  margin: 0 auto;
  padding: 0.8571428571rem 2.1428571429rem;
  background-color: #fff;
  border: 2px solid #3465B7;
  border-radius: 100px;
  display: inline-block;
  color: #3465B7;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.4s;
}
.btn-secondary__link:hover {
  color: #3465B7;
  opacity: 0.6;
}

._bg-color\:primary .btn-secondary__link {
  background-color: #3465B7;
  border-color: #fff;
  color: #fff;
}
._bg-color\:primary .btn-secondary__link:hover {
  color: #fff;
}

.btn-more {
  position: relative;
}
.btn-more__link {
  padding: 0 2.1428571429rem;
  background: #DE7C7D;
  border: 2px solid #DE7C7D;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  font-size: 0.8571428571rem;
  font-weight: 700;
  line-height: 2;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.4s;
}
.btn-more__link:hover {
  color: #fff;
  opacity: 0.6;
}

/*
---------------------------------------------

    section

*/
.section-title {
  margin: 0 0 2.8571428571rem;
  color: #3465B7;
  font-size: 1.7142857143rem;
  text-align: center;
  line-height: 2;
}
.section-title__en {
  display: block;
  color: #152949;
  font-size: 1.1428571429rem;
  font-weight: normal;
}

.section-title-secondary {
  margin: 0 0 2.8571428571rem;
  color: #3465B7;
  font-size: 1.2857142857rem;
  text-align: center;
  line-height: 2;
}

.section-lead {
  margin: 0;
  font-size: 1.1428571429rem;
  line-height: 2;
  text-align: center;
}
.section-lead__em {
  color: #3465B7;
  font-weight: 700;
}
.section-lead__note {
  font-size: 1rem;
}

.section-text {
  margin: 0;
  line-height: 2;
  text-align: center;
}
.section-text__em {
  color: #3465B7;
  font-weight: 700;
}
.section-text + .section-text {
  margin-top: 2.1428571429rem;
}

.section-text-note {
  margin: 0;
  font-size: 0.8571428571rem;
  line-height: 2;
  text-align: center;
}

.section-text-em {
  margin: 0;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.section-text-point {
  margin: 0;
  color: #3465B7;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  position: relative;
}
.section-text-point__inner {
  padding: 0 3.5714285714rem;
  display: inline-block;
  position: relative;
}
.section-text-point__inner::before, .section-text-point__inner::after {
  content: "";
  width: 2px;
  height: 3.5714285714rem;
  background: #3465B7;
  position: absolute;
  bottom: 0;
}
.section-text-point__inner::before {
  left: 1.4285714286rem;
  transform: rotate(-33deg);
}
.section-text-point__inner::after {
  right: 1.4285714286rem;
  transform: rotate(33deg);
}

.section-summary {
  width: 100%;
  max-width: 52.1428571429rem;
  margin: 0 auto;
  font-size: 1.1428571429rem;
  display: flex;
  flex-wrap: wrap;
}
.section-summary__label {
  width: 30%;
  margin: 0;
  padding: 1.4285714286rem 3.5714285714rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 2;
}
.section-summary__content {
  width: 70%;
  margin: 0;
  padding: 1.4285714286rem 3.5714285714rem;
  line-height: 2;
}
.section-summary + .section-summary {
  border-top: 1px solid #3465B7;
}

/*
---------------------------------------------

    list

*/
.list-check__item {
  padding: 0 0 0 1.1em;
  color: inherit;
  font-size: inherit;
  line-height: 2.33;
  position: relative;
}
.list-check__item::before {
  content: "✓";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.list-dot__item {
  padding: 0 0 0 1.5em;
  color: inherit;
  font-size: inherit;
  line-height: 2;
  position: relative;
}
.list-dot__item::before {
  content: "●";
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot__item + .list-dot__item {
  margin-top: 1.5em;
}

/*
---------------------------------------------

    contact

*/
.contact-box-01 {
  margin: 0;
  padding: 0 0 0 4.2857142857rem;
  background: url("../images/icon-tel.svg") no-repeat bottom left/3rem 3rem;
  flex-shrink: 0;
}
.contact-box-01__tel {
  display: block;
  color: #3465B7;
  font-size: 1.4285714286rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
}
.contact-box-01__note {
  display: block;
  color: #3465B7;
  letter-spacing: 0.1em;
  text-indent: -0.5em;
}

._bg-color\:primary .contact-box-01 {
  background-image: url("../images/icon-tel-white.svg");
}
._bg-color\:primary .contact-box-01__tel {
  color: #FFF;
}
._bg-color\:primary .contact-box-01__note {
  color: #FFF;
}

@media only screen and (min-width: 668px) and (max-width: 1140px) {
  .l-fixed-menu .contact-box-01 {
    padding: 0 0 0 5.2631578947vw;
    background-size: 3.6842105263vw 3.6842105263vw;
  }
  .l-fixed-menu .contact-box-01__tel {
    font-size: 1.7543859649vw;
  }
  .l-fixed-menu .contact-box-01__note {
    font-size: 1.2280701754vw;
  }
}
/*
---------------------------------------------

    fixed menu

*/
.fixed-menu-title {
  margin: 0;
  padding: 0;
}
.fixed-menu-title__img {
  width: 14.5414285714rem;
}

.fixed-menu-box-01,
.fixed-menu-box-03 {
  flex: 1;
}

.fixed-menu-box-02 {
  flex: 2;
}

.fixed-menu-spacer {
  width: 1px;
  height: 4.2857142857rem;
}

.l-fixed-menu .btn-primary {
  margin-left: auto;
}

@media only screen and (min-width: 668px) and (max-width: 1200px) {
  .fixed-menu-title__img {
    width: 16.965vw;
  }

  .fixed-menu-spacer {
    width: 1px;
    height: 5.2631578947vw;
  }

  .l-fixed-menu .btn-primary__link {
    min-width: 21.25vw;
    padding: 1.25vw 2.5vw;
    font-size: 1.3333333333vw;
  }
  .l-fixed-menu .btn-secondary__link {
    min-width: 21.25vw;
    padding: 1.25vw 2.5vw;
    font-size: 1.3333333333vw;
  }
}
@media only screen and (min-width: 668px) and (max-width: 750px) {
  .fixed-menu-box-03 {
    flex: 1.2;
  }
}
/*
---------------------------------------------

    header

*/
.header-logo {
  width: 8.2142857143rem;
}
.header-logo__img {
  width: 100%;
}

.header-text {
  margin: 0;
  font-size: 0.7142857143rem;
  line-height: 1.6;
}

.header-logo + .header-text {
  margin-left: 1.4em;
}

@media only screen and (min-width: 668px) and (max-width: 1140px) {
  .header-logo {
    width: 17.1754385965vw;
  }
}
/*
---------------------------------------------

    footer

*/
footer {
  margin-bottom: 7.1428571429rem !important;
}

@media only screen and (min-width: 668px) and (max-width: 1200px) {
  footer {
    margin-bottom: 8.3333333333vw !important;
  }
}
/*
---------------------------------------------

    page: index

*/
.mv-title {
  margin: 0 0 2.8571428571rem;
  color: #3E4144;
  text-align: center;
  font-weight: 700;
}
.mv-title__sub {
  display: block;
}
.mv-title__img {
  width: 45rem;
}

.mv-text {
  margin: 0 0 4.2857142857rem;
  color: #3E4144;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

.mv-recommend {
  width: 100%;
  max-width: 51.1428571429rem;
  margin: 18.5714285714rem auto 0;
}
.mv-recommend__label {
  margin-bottom: 5.7142857143rem;
  color: #3465B7;
  font-size: 1.7142857143rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.mv-recommend__content {
  margin: 0;
}

.mv-recommend-list__item {
  padding: 0 0 0 1.83em;
  background: url("../images/icon-cehck.svg") no-repeat left top 0.3em/1.248em auto;
  font-size: 1.2857142857rem;
  line-height: 2;
}
.mv-recommend-list__item + .mv-recommend-list__item {
  margin-top: 1.27em;
}

.solution-title {
  margin: 0 0 4.6428571429rem;
  text-align: center;
}
.solution-title__img {
  width: pixelToRem(600);
}

.solution-media-01 {
  margin: 0 0 4.2857142857rem;
  text-align: center;
}
.solution-media-01__img {
  width: 83.9285714286rem;
}

.solution-text {
  margin: 0;
  color: #3465B7;
  font-size: 1.1428571429rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.5;
}
.solution-text__em {
  color: #DE7C7D;
  font-size: 1.4285714286rem;
}

.service-title {
  margin: 0 0 5.7142857143rem;
  text-align: center;
}
.service-title__img {
  width: 26.2742857143rem;
}

.service-index {
  width: 100%;
}
.service-index__link {
  height: 100%;
  padding: 2.8571428571rem 1.7857142857rem 5rem;
  background: #D9E7FD url("../images/arrow-01.svg") no-repeat bottom 2.2857142857rem center/3.2857142857rem 2rem;
  border-radius: 1.2857142857rem;
  display: block;
  color: #152949;
  text-decoration: none;
  transition: opacity 0.4s;
}
.service-index__link:hover {
  color: #152949;
  opacity: 0.6;
}
.service-index__copy {
  margin: 0 0 1.4285714286rem;
  color: #3465B7;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 2;
}
.service-index__text {
  margin: 0;
  line-height: 2;
}

.service-index-num {
  width: 100%;
  max-width: 10.3571428571rem;
  margin: 0 auto 1.0714285714rem;
  display: block;
}
.service-index-num__img {
  width: 100%;
}

.service-detail-title__sub {
  font-size: 0.8571428571rem;
}

.service-detail-box-01 {
  width: 100%;
  max-width: 65.7142857143rem;
  margin: 0 auto;
}
.service-detail-box-01__text-area {
  width: 100%;
}
.service-detail-box-01 + .service-detail-box-01 {
  margin-top: 4.5714285714rem;
}
.service-detail-box-01__title {
  margin: 0 0 2.1428571429rem;
  color: #3465B7;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 2;
}
.service-detail-box-01__text {
  margin: 0;
  line-height: 2;
}

.service-detail-box-02 {
  margin: 4.2857142857rem 0;
  padding: 4.2857142857rem 1.4285714286rem;
  background-color: #EFF3F8;
  border-radius: 1.2857142857rem;
}

.service-detail-box-03 {
  width: 100%;
  margin: 0;
  padding: 2.1428571429rem 1.4285714286rem;
  background-color: #EFF3F8;
  font-size: 0.8571428571rem;
}
.service-detail-box-03:nth-child(even) {
  background-color: #DBE2EC;
}
.service-detail-box-03__title {
  margin: 0 0 1.4285714286rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}
.service-detail-box-03__icon {
  width: 2.8928571429rem;
  margin: 0 auto 1.4285714286rem;
  text-align: center;
}
.service-detail-box-03__icon__img {
  width: 100%;
}

.service-detail-box-03-wrapper {
  margin: 2.8571428571rem 0;
}

.service-detail-box-04 {
  width: 100%;
  margin: 0;
  padding: 2.8571428571rem 2.1428571429rem;
  background: #FFF;
  border-radius: 1.2857142857rem;
}
.service-detail-box-04__title {
  margin: 0 0 2.1428571429rem;
  color: #3465B7;
  font-size: 1.2857142857rem;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.service-detail-box-04-wrapper {
  margin: 4.2857142857rem 0;
}

.service-detail-box-05 {
  width: 100%;
  margin: 0;
  padding: 1.4285714286rem;
  background: #F5F5F5;
  border-radius: 0.7857142857rem;
}
.service-detail-box-05 + .service-detail-box-05 {
  margin-top: 1.4285714286rem;
}
.service-detail-box-05__icon {
  width: 26%;
  max-width: 8.2142857143rem;
  flex-shrink: 0;
}
.service-detail-box-05__title {
  margin: 0 0 1em;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 2;
}
.service-detail-box-05__text {
  margin: 0;
  line-height: 1.5;
}

.service-detail-box-06 {
  width: calc((100% - 2.1428571429rem) / 2);
  padding: 1.4285714286rem;
  background: #EFF3F8;
  border-radius: 0.5714285714rem;
}
.service-detail-box-06__thumb {
  width: 32%;
  max-width: 11.4285714286rem;
  flex-shrink: 0;
}
.service-detail-box-06__copy {
  margin: 0;
  font-weight: 700;
  line-height: 2;
}
.service-detail-box-06__title {
  margin: 0;
  color: #3465B7;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 2;
}
.service-detail-box-06__text {
  margin: 0 0 1.4285714286rem;
  font-size: 0.8571428571rem;
  line-height: 2;
}

.service-detail-01-media-01 {
  width: 100%;
  margin: 4.2857142857rem 0 5.7142857143rem;
}
.service-detail-01-media-01__img {
  width: 100%;
}

.service-detail-01-media-02 {
  width: 100%;
}

.service-detail-01-media-03 {
  width: 100%;
}

.service-detail-02-media-01 {
  width: 100%;
  max-width: 46.4285714286rem;
  margin: 0 auto 2.1428571429rem;
}
.service-detail-02-media-01__img {
  width: 100%;
}

.service-detail-02-media-02 {
  margin: 0 auto 2.8571428571rem;
}
.service-detail-02-media-02__img {
  width: 100%;
}

.service-detail-04-media-01 {
  width: 100%;
  max-width: 65.7142857143rem;
  margin: 4.2857142857rem auto 5.7142857143rem;
}
.service-detail-04-media-01__img {
  width: 100%;
}

.feature-title {
  margin: 0 0 3.2142857143rem;
  text-align: center;
}
.feature-title__img {
  width: 50.1678571429rem;
}

.feature-text {
  margin: 0 0 3.5714285714rem;
  color: #3465B7;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.feature-text__em {
  color: #DE7C7D;
  font-size: 2rem;
}

.feature-box-01 {
  width: 100%;
}
.feature-box-01__thumb {
  margin: 0 0 2.1428571429rem;
}
.feature-box-01__title {
  margin: 0 0 2.1428571429rem;
  color: #3465B7;
  font-size: 1.1428571429rem;
  font-weight: 700;
  line-height: 2;
}

.operation-media-01 {
  margin-top: 4.2857142857rem;
}
.operation-media-01__img {
  width: 100%;
}

.introduction-media-01 {
  margin: 2.8571428571rem auto;
}

.schedule-media-01 {
  margin: 4.2857142857rem auto 2.8571428571rem;
}
.schedule-media-01__img {
  width: 100%;
}

.faq-box-01 {
  margin: 0;
}
.faq-box-01__label {
  margin: 0;
  padding: 1.0714285714rem 0 1.0714285714rem 6.7857142857rem;
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
.faq-box-01__label::before {
  content: "Q";
  width: 4.6428571429rem;
  height: 4.6428571429rem;
  background: #3465B7;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 2.5714285714rem;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
}
.faq-box-01__content {
  margin: 0;
  padding: 1.4285714286rem 0 1.4285714286rem 6.7857142857rem;
  font-size: 1.2857142857rem;
  line-height: 1.5;
  position: relative;
}
.faq-box-01__content::before {
  content: "A";
  width: 4.6428571429rem;
  height: 4.6428571429rem;
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3465B7;
  font-size: 2.5714285714rem;
  position: absolute;
  top: 0;
  left: 0;
}

.faq-box-01__label + .faq-box-01__content {
  margin-top: 2.8571428571rem;
}

.faq-box-01__content + .faq-box-01__label {
  margin-top: 4.2857142857rem;
}

.about-title {
  margin: 0 0 3.2142857143rem;
  text-align: center;
}
.about-title__img {
  width: 35.4264285714rem;
}

.about-box-01 {
  width: 100%;
  text-align: center;
}
.about-box-01__icon {
  width: 84%;
}
.about-box-01__text {
  display: block;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (min-width: 668px) and (max-width: 980px) {
  .about-box-01__text {
    font-size: 1.4285714286vw;
  }
}
.about-box-01-wrapper {
  margin: 2.8571428571rem 0 5.7142857143rem;
}

.about-box-01__icon + .about-box-01__text {
  margin-top: 1.4285714286rem;
}

.contact-lead {
  margin: 0 0 1.4285714286rem;
  font-size: 1.1428571429rem;
  line-height: 2;
  text-align: center;
}

.contact-box-02 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.contact-box-02__label {
  margin: 0 0 0.7142857143rem;
  padding: 0;
  font-size: 1.2857142857rem;
  font-weight: 700;
  text-align: center;
}
.contact-box-02__content {
  margin: 0;
  padding: 0;
}
.contact-box-02__icon {
  width: 5.7177857143rem;
  margin: 0 auto 1.4285714286rem;
}
.contact-box-02__icon__img {
  width: 100%;
}
.contact-box-02__tel {
  display: block;
  color: #3465B7;
  font-size: 2.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
  text-decoration: none;
}
.contact-box-02__text {
  display: block;
  text-align: center;
  line-height: 2;
}
.contact-box-02__text + .btn-secondary {
  margin-top: 1.4285714286rem;
}
.contact-box-02__note {
  display: block;
  font-size: 0.8571428571rem;
  text-align: center;
  line-height: 2;
}

.contact-box-02-spacer {
  width: 1px;
  height: 15.7142857143rem;
  background: #3465B7;
}

.contact-box-02-wrapper {
  width: 100%;
  max-width: 52.1428571429rem;
  margin: 0 auto;
  padding: 2.8571428571rem;
  background: #FFF;
  border-radius: 8px;
}

@media only screen and (max-width: 667px) {
  /*
  ---------------------------------------------

      sp base settings

  */
  body {
    padding-top: 0 !important;
  }

  .block-navi-e-a .page-top p {
    bottom: 37.3333333333vw !important;
  }
}
@media only screen and (max-width: 667px) {
  /*
  ---------------------------------------------

      sp utility settings

  */
  ._align-items-sp\:center {
    align-items: center !important;
  }

  ._flex-wrap-sp\:nowrap {
    flex-wrap: nowrap !important;
  }

  ._gap-sp\:10 {
    gap: 2.6666666667vw !important;
  }

  ._gap-sp\:40 {
    gap: 10.6666666667vw !important;
  }

  ._gap\:15 {
    gap: 4vw !important;
  }

  ._gap\:20 {
    gap: 5.3333333333vw !important;
  }

  ._gap\:40 {
    gap: 10.6666666667vw !important;
  }

  ._for-pc {
    display: none !important;
  }

  ._for-sp {
    display: block !important;
  }
}
@media only screen and (max-width: 667px) {
  /*
  ---------------------------------------------

      sp layout: header

  */
  .l-header {
    padding: 6.6666666667vw;
  }

  /*
  ---------------------------------------------

      layout: fixed menu

  */
  .l-fixed-menu {
    height: 32vw;
    padding: 4.8vw 6.6666666667vw;
  }

  .l-fixed-menu-inner {
    gap: 1.3333333333vw;
    flex-wrap: wrap;
  }

  /*
  ---------------------------------------------

      sp layout: column

  */
  .l-column {
    gap: 5.3333333333vw;
    flex-wrap: wrap;
  }

  .l-column-wrap {
    gap: 5.3333333333vw;
  }

  .l-column-center {
    gap: 5.3333333333vw;
    flex-wrap: wrap;
  }

  /*
  ---------------------------------------------

      sp layout: inner

  */
  .l-inner {
    width: calc(100% - 13.3333333333vw);
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }

  .l-inner-narrow {
    width: calc(100% - 13.3333333333vw);
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }

  .l-inner-wide {
    width: calc(100% - 13.3333333333vw);
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }

  /*
  ---------------------------------------------

      sp layout: mv

  */
  .l-mv {
    padding: 57.0666666667vw 0 21.3333333333vw;
    background-image: url("../images/mv-bg-01-sp.png");
    background-size: 100%;
  }
  .l-mv::after {
    min-width: inherit;
    height: 10.6666666667vw;
  }

  /*
  ---------------------------------------------

      sp layout: solution

  */
  .l-solution {
    padding: 13.3333333333vw 0 21.3333333333vw;
  }

  /*
  ---------------------------------------------

      sp layout: service

  */
  .l-service {
    padding: 21.3333333333vw 0;
  }

  /*
  ---------------------------------------------

      sp layout: service detail

  */
  .l-service-detail {
    padding: 21.3333333333vw 0;
  }

  /*
  ---------------------------------------------

      sp layout: feature

  */
  .l-feature {
    padding: 21.3333333333vw 0;
  }

  /*
  ---------------------------------------------

      sp layout: operation

  */
  .l-operation {
    padding: 21.3333333333vw 0;
  }

  /*
  ---------------------------------------------

      sp layout: introduction

  */
  .l-introduction {
    padding: 21.3333333333vw 0;
  }

  /*
  ---------------------------------------------

      sp layout: schedule

  */
  .l-schedule {
    padding: 21.3333333333vw 0;
  }

  /*
  ---------------------------------------------

      sp layout: faq

  */
  .l-faq {
    padding: 21.3333333333vw 0;
  }

  /*
  ---------------------------------------------

      sp layout: about

  */
  .l-about {
    padding: 21.3333333333vw 0;
  }

  /*
  ---------------------------------------------

      sp layout: contact

  */
  .l-contact {
    padding: 21.3333333333vw 0;
  }
}
@media only screen and (max-width: 667px) {
  /*
  ---------------------------------------------

      sp btn

  */
  .btn-primary__link {
    min-width: 68vw;
    padding: 3.2vw 8vw;
    font-size: 4.2666666667vw;
  }
  .btn-primary__link:hover {
    opacity: 1;
  }
  .btn-primary--wide .btn-primary__link {
    padding: 3.2vw 8vw;
  }

  .btn-secondary__link {
    min-width: 68vw;
    padding: 3.2vw 8vw;
    font-size: 4.2666666667vw;
  }
  .btn-secondary__link:hover {
    opacity: 1;
  }

  .btn-more__link {
    padding: 1.3333333333vw 8vw;
    font-size: 3.2vw;
  }
  .btn-more__link:hover {
    opacity: 1;
  }

  /*
  ---------------------------------------------

      sp section

  */
  .section-title {
    margin-bottom: 9.3333333333vw;
    font-size: 5.3333333333vw;
  }
  .section-title__en {
    font-size: 3.7333333333vw;
  }

  .section-title-secondary {
    margin-bottom: 9.3333333333vw;
    font-size: 4.2666666667vw;
  }

  .section-lead {
    font-size: 3.7333333333vw;
    text-align: left;
  }
  .section-lead__note {
    font-size: 3.2vw;
  }

  .section-text {
    font-size: 3.7333333333vw;
    text-align: left;
  }
  .section-text-note {
    font-size: 3.2vw;
    text-align: left;
  }

  .section-text-em {
    font-size: 3.2vw;
  }

  .section-text-point {
    font-size: 3.2vw;
  }
  .section-text-point__inner {
    padding: 0 8vw;
  }
  .section-text-point__inner::before, .section-text-point__inner::after {
    height: 13.3333333333vw;
  }
  .section-text-point__inner::before {
    left: 4vw;
  }
  .section-text-point__inner::after {
    right: 4vw;
  }

  .section-summary {
    padding: 4.2666666667vw 0 2.1333333333vw;
    font-size: 3.2vw;
    flex-wrap: wrap;
  }
  .section-summary__label {
    width: 100%;
    padding: 0;
    display: block;
  }
  .section-summary__content {
    width: 100%;
    padding: 0;
  }
  /*
  ---------------------------------------------

      sp contact

  */
  .contact-box-01 {
    padding-left: 9.3333333333vw;
    background-size: 6.9333333333vw 6.9333333333vw;
  }
  .contact-box-01__tel {
    display: inline-block;
    font-size: 6.6666666667vw;
  }
  .contact-box-01__note {
    display: inline-block;
    font-size: 2.6666666667vw;
    text-indent: 0;
  }

  /*
  ---------------------------------------------

      sp fixed menu

  */
  .fixed-menu-title {
    margin: 0;
    padding: 0;
  }
  .fixed-menu-title__img {
    width: 14.5414285714rem;
  }

  .fixed-menu-spacer {
    display: none;
  }

  .fixed-menu-box-01 {
    display: none;
  }

  .fixed-menu-box-02 {
    flex-basis: 100%;
    flex: 1;
  }

  .fixed-menu-box-03 {
    flex-basis: 100%;
  }

  .l-fixed-menu .btn-primary {
    margin-left: 0;
  }
  .l-fixed-menu .btn-primary__link {
    min-width: 40vw;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .l-fixed-menu .btn-secondary__link {
    min-width: 40vw;
    padding: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media only screen and (max-width: 667px) {
  /*
  ---------------------------------------------

      sp header

  */
  .header-logo {
    width: 28vw;
  }
  .header-text {
    font-size: 2.1333333333vw;
    line-height: 1.3;
  }

  .header-logo + .header-text {
    margin-left: 1em;
  }
}
@media only screen and (max-width: 667px) {
  /*
  ---------------------------------------------

      sp footer

  */
  footer {
    margin-bottom: 32vw !important;
  }
}
@media only screen and (max-width: 667px) {
  /*
  ---------------------------------------------

      sp page: index

  */
  .mv-title {
    margin-bottom: 10.6666666667vw;
  }
  .mv-title__sub {
    font-size: 3.2vw;
  }
  .mv-title__img {
    width: 86.6666666667vw;
  }

  .mv-text {
    margin-bottom: 16vw;
    font-size: 3.2vw;
  }

  .mv-recommend {
    margin-top: 48vw;
  }
  .mv-recommend__label {
    margin-bottom: 8vw;
    font-size: 5.3333333333vw;
  }
  .mv-recommend-list__item {
    font-size: 4.2666666667vw;
  }
  .solution-title {
    margin-bottom: 18.1333333333vw;
  }
  .solution-title__img {
    width: 68.8906666667vw;
  }

  .solution-media-01 {
    margin-bottom: 10.6666666667vw;
  }
  .solution-media-01__img {
    width: 100%;
  }

  .solution-text {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
  .solution-text__em {
    font-size: 4.5333333333vw;
  }

  .service-title {
    margin-bottom: 18.1333333333vw;
  }
  .service-title__img {
    width: 80.1226666667vw;
  }

  .service-index-num {
    max-width: 32vw;
    margin-bottom: 6.6666666667vw;
  }

  .service-index__link {
    padding: 10.6666666667vw 6.6666666667vw 16vw;
    background-position: bottom 5.3333333333vw center;
    background-size: 12.2666666667vw 7.4666666667vw;
  }
  .service-index__link:hover {
    opacity: 1;
  }
  .service-index__header {
    margin: 0 0 5.3333333333vw;
    display: flex;
    align-items: center;
    gap: 5.3333333333vw;
  }
  .service-index__copy {
    margin: 0;
    font-size: 3.7333333333vw;
  }
  .service-index__text {
    font-size: 3.2vw;
  }
  .service-index .service-index-num {
    max-width: 21.3333333333vw;
    margin: 0;
  }

  .service-detail-title__sub {
    font-size: 2.6666666667vw;
  }

  .service-detail-box-01 + .service-detail-box-01 {
    margin-top: 10.6666666667vw;
  }
  .service-detail-box-01__title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .service-detail-box-01__text {
    font-size: 3.2vw;
  }

  .service-detail-box-02 {
    margin: 16vw 0;
    padding: 16vw 3.2vw;
  }

  .service-detail-box-03 {
    width: calc((100% - 5.3333333333vw) / 2);
    font-size: 2.6666666667vw;
  }
  .service-detail-box-03:nth-child(even) {
    background-color: #EFF3F8;
  }
  .service-detail-box-03__title {
    font-size: 3.2vw;
  }
  .service-detail-box-03__icon {
    width: 10.8vw;
    margin-bottom: 1.3333333333vw;
  }

  .service-detail-box-03-wrapper {
    margin: 13.3333333333vw 0 10.6666666667vw;
  }

  .service-detail-box-04 {
    padding: 10.6666666667vw 3.2vw;
  }
  .service-detail-box-04__title {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }

  .service-detail-box-04-wrapper {
    margin: 10.6666666667vw 0;
  }

  .service-detail-box-05 {
    padding: 5.3333333333vw 3.2vw;
  }
  .service-detail-box-05 + .service-detail-box-05 {
    margin-top: 5.3333333333vw;
  }
  .service-detail-box-05__icon {
    width: 14.6666666667vw;
  }
  .service-detail-box-05__text-area {
    width: calc(100% - 20vw);
  }
  .service-detail-box-05__title {
    margin-bottom: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .service-detail-box-05__text {
    font-size: 3.2vw;
  }

  .service-detail-box-06 {
    width: 100%;
    padding: 5.3333333333vw 3.2vw;
  }
  .service-detail-box-06__thumb {
    width: 26.6666666667vw;
  }
  .service-detail-box-06__text-area {
    width: calc(100% - 30.6666666667vw);
  }
  .service-detail-box-06__copy {
    font-size: 3.7333333333vw;
  }
  .service-detail-box-06__title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .service-detail-box-06__text {
    margin: 0 0 1.4285714286rem;
    font-size: 3.2vw;
  }

  .service-detail-01-media-01 {
    margin: 5.3333333333vw 0 10.6666666667vw;
  }

  .service-detail-02-media-01 {
    margin-bottom: 10.6666666667vw;
  }

  .service-detail-02-media-02 {
    margin-bottom: 10.6666666667vw;
  }

  .service-detail-04-media-01 {
    margin: 10.6666666667vw 0 16vw;
  }

  .feature-title {
    margin-bottom: 6.6666666667vw;
  }
  .feature-title__img {
    width: 60.5306666667vw;
  }

  .feature-text {
    margin-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .feature-text__em {
    font-size: 6.4vw;
  }

  .feature-box-01 {
    font-size: 3.7333333333vw;
  }
  .feature-box-01__thumb {
    margin-bottom: 4vw;
  }
  .feature-box-01__title {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }

  .operation-media-01 {
    margin-top: 10.6666666667vw;
  }

  .introduction-media-01 {
    margin: 10.6666666667vw auto;
  }

  .schedule-media-01 {
    margin: 10.6666666667vw auto;
  }

  .faq-box-01__label {
    padding: 0 0 0 18.6666666667vw;
    font-size: 4.2666666667vw;
  }
  .faq-box-01__label::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 6.9333333333vw;
  }
  .faq-box-01__content {
    padding: 0 0 0 18.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .faq-box-01__content::before {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    font-size: 6.9333333333vw;
  }

  .faq-box-01__label + .faq-box-01__content {
    margin-top: 10.6666666667vw;
  }

  .faq-box-01__content + .faq-box-01__label {
    margin-top: 16vw;
  }

  .about-title {
    margin-bottom: 12vw;
  }
  .about-title__img {
    width: 69.6426666667vw;
  }

  .about-box-01 {
    width: 33.3333333333%;
    margin: 2.6666666667vw 0;
  }
  .about-box-01__icon {
    width: 20vw;
  }
  .about-box-01__text {
    font-size: 2.6666666667vw;
  }

  .about-box-01-wrapper {
    margin: 8vw -6.6666666667vw;
  }

  .about-box-01__icon + .about-box-01__text {
    margin-top: 2.6666666667vw;
  }

  .contact-lead {
    margin-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }

  .contact-box-02__label {
    margin: 0 0 0.7142857143rem;
    font-size: 4.2666666667vw;
  }
  .contact-box-02__icon {
    width: 21.3466666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .contact-box-02__tel {
    font-size: 7.4666666667vw;
  }
  .contact-box-02__text {
    font-size: 3.2vw;
  }
  .contact-box-02__text + .btn-secondary {
    margin-top: 10.6666666667vw;
  }
  .contact-box-02__note {
    font-size: 3.2vw;
  }

  .contact-box-02-spacer {
    width: 100%;
    height: 1px;
  }

  .contact-box-02-wrapper {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
