@charset "UTF-8";
/*------------------------------------------------------------------------------
  ローカル調整用
------------------------------------------------------------------------------*/
.cs-body {
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  background-color: #fff;
  margin: 0;
}

.cs-wrapper {
  max-width: 860px;
  padding: 200px 0;
  margin: 0 auto;
}

.cs-wrapper-sm {
  max-width: 844px;
  margin: 0 auto;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------------------------------------------
  SWELLテーマ調整用
------------------------------------------------------------------------------*/
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .c-gnav > .menu-item > a .ttl {
    font-size: 14px;
  }
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header__barInner,
.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 0;
}
@media screen and (max-width: 959px) {
  .l-header__barInner,
  .l-header__inner.l-container,
  .l-fixHeader__inner.l-container {
    padding-left: 0;
  }
}

/*------------------------------------------------------------------------------
  cs-footer
------------------------------------------------------------------------------*/
.cs-footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 104px 0 72px;
  position: relative;
}
.cs-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #E7EFF6;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .cs-footer {
    padding: 44px 0 32px;
  }
}

.cs-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1296px;
  padding: 0 16px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .cs-footer__inner {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer__inner {
    display: block;
  }
}

.cs-footer__contents {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-top: 24px;
}

.cs-footer__logo {
  display: block;
  margin: 0 0 48px !important;
  padding: 0 !important;
  border: none !important;
}
@media screen and (max-width: 900px) {
  .cs-footer__logo {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer__logo {
    margin-bottom: 20px !important;
  }
}
.cs-footer__logo::before {
  content: none !important;
}
.cs-footer__logo img {
  width: 100%;
  max-width: 330px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}
@media screen and (max-width: 900px) {
  .cs-footer__logo img {
    max-width: 290px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer__logo img {
    max-width: 250px;
  }
}

.cs-footer__info {
  margin: 0 !important;
}

.cs-footer__info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #002C58;
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .cs-footer__info-block {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer__info-block {
    font-size: 13px;
  }
}
.cs-footer__info-block:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cs-footer__info-block:not(:last-child) {
    margin-bottom: 12px;
  }
}
.cs-footer__info-block dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 112px;
          flex: 0 0 112px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 16px;
}
@media screen and (max-width: 900px) {
  .cs-footer__info-block dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 96px;
            flex: 0 0 96px;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer__info-block dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.cs-footer__info-block dd {
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.cs-footer__map {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
  max-width: 530px;
}
@media screen and (max-width: 767px) {
  .cs-footer__map {
    max-width: 100%;
    margin-top: 24px;
  }
}
.cs-footer__map iframe {
  width: 100%;
  height: 428px;
}
@media screen and (max-width: 767px) {
  .cs-footer__map iframe {
    height: 55vw;
  }
}

.w-beforeFooter {
  margin: 0 !important;
}

@media screen and (max-width: 959px) {
  .l-footer {
    padding-bottom: 56px;
  }
}

.page-id-38 .cs-footer {
  display: none !important;
}

/*------------------------------------------------------------------------------
  cs-section-title
------------------------------------------------------------------------------*/
.cs-section-title {
  margin-bottom: 0 !important;
}

.cs-section-title__en {
  color: #1C6EC0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 4px;
}
@media screen and (max-width: 900px) {
  .cs-section-title__en {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cs-section-title__en {
    font-size: 14px;
  }
}
.cs-section-title__en span {
  position: relative;
}
.cs-section-title__en span::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -64px;
  width: 48px;
  height: 1px;
  background-color: #1C6EC0;
  opacity: 0.8;
  display: block;
}
@media screen and (max-width: 900px) {
  .cs-section-title__en span::before {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .cs-section-title__en span::before {
    top: 9px;
    right: -46px;
    width: 36px;
  }
}

.cs-section-title__ja {
  color: #002C58 !important;
  font-size: 36px !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.cs-section-title__ja::before {
  content: none !important;
}
@media screen and (max-width: 900px) {
  .cs-section-title__ja {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .cs-section-title__ja {
    font-size: 22px !important;
    letter-spacing: 0.05em;
  }
}

/*------------------------------------------------------------------------------
  cs-btn
------------------------------------------------------------------------------*/
.cs-btn {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #F08009;
  border-radius: 48px;
  width: 100%;
  max-width: 420px;
  height: 60px;
  padding-right: 8px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .cs-btn {
    font-size: 15px;
    letter-spacing: 0.03em;
    max-width: 360px;
    height: 54px;
  }
}
@media screen and (max-width: 369px) {
  .cs-btn {
    font-size: 13px;
    max-width: 350px;
    height: 52px;
  }
}
.cs-btn::after {
  content: "";
  position: absolute;
  top: 52%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow_btn.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .cs-btn::after {
    top: 50%;
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 369px) {
  .cs-btn::after {
    width: 20px;
    height: 20px;
  }
}
.cs-btn:hover {
  opacity: 0.75;
}

/*------------------------------------------------------------------------------
  cs-spacer
------------------------------------------------------------------------------*/
.cs-spacer {
  height: 56px;
}
@media screen and (max-width: 767px) {
  .cs-spacer {
    height: 24px;
  }
}

.cs-spacer--md {
  height: 32px;
}
@media screen and (max-width: 767px) {
  .cs-spacer--md {
    height: 24px;
  }
}

/*------------------------------------------------------------------------------
  cs-header-cta（ヘッダーTEL&LINEボタン）
------------------------------------------------------------------------------*/
.cs-header-cta.wp-block-columns {
  gap: 0 !important;
}
.cs-header-cta .wp-block-image .alignleft {
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .l-header .cs-header-cta img {
    width: 100% !important;
    max-width: 162px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header .cs-header-cta img {
    max-width: 295px;
  }
}

.l-fixHeader .cs-header-cta img {
  width: 96px !important;
}
@media screen and (max-width: 1200px) {
  .l-fixHeader .cs-header-cta img {
    width: 100% !important;
    max-width: 130px;
  }
}
@media screen and (max-width: 1023px) {
  .l-fixHeader .cs-header-cta img {
    max-width: 212px;
  }
}

/*------------------------------------------------------------------------------
  cs-section-lead
------------------------------------------------------------------------------*/
.cs-section-lead {
  color: #333 !important;
  font-size: 28px !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .cs-section-lead {
    font-size: 19px !important;
  }
}
.cs-section-lead span {
  color: #1C6EC0;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .cs-section-lead span {
    font-size: 22px;
  }
}
.cs-section-lead::before {
  content: none !important;
}

/*------------------------------------------------------------------------------
  cs-postList
------------------------------------------------------------------------------*/
.cs-postList .p-postList__thumb,
.post-type-archive-voice .p-postList__thumb {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/*------------------------------------------------------------------------------
  cs-cta-btn
------------------------------------------------------------------------------*/
.cs-cta-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 28px;
  padding: 0 !important;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn-wrap {
    display: block;
  }
}

.cs-cta-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 350px;
          flex: 0 1 350px;
  max-width: 350px;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn {
    margin: 0 auto !important;
  }
}

.cs-cta-btn__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 350px;
  height: 70px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__link {
    max-width: 326px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cs-cta-btn__link:hover {
  opacity: 0.8;
}

.cs-cta-btn__link--line {
  background-color: #06C755;
  padding-bottom: 1px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__link--line {
    margin-bottom: 44px;
  }
}
.cs-cta-btn__link--line::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/micro-copy.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 142px;
  height: 42px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__link--line::before {
    bottom: -22px;
    width: 118px;
    height: 36px;
  }
}

.cs-cta-btn__link--tel {
  background-color: #F08009;
}

.cs-cta-btn__link-text {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__link-text {
    font-size: 20px;
  }
}

.cs-cta-btn__line-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45px;
          flex: 0 1 45px;
  width: 45px;
  display: block;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__line-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 38px;
            flex: 0 1 38px;
    width: 38px;
    margin-right: 6px;
  }
}
.cs-cta-btn__line-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__line-icon img {
    margin-top: 5px;
  }
}

.cs-cta-btn__tel-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24px;
          flex: 0 1 24px;
  width: 24px;
  display: block;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__tel-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 19px;
            flex: 0 1 19px;
    width: 19px;
  }
}
.cs-cta-btn__tel-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: -4px;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__tel-icon img {
    vertical-align: -3px;
  }
}

.cs-cta-btn__sub-text {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .cs-cta-btn__sub-text {
    font-size: 12px;
    margin-top: 4px;
  }
}

/*------------------------------------------------------------------------------
  cs-fixed-cta
------------------------------------------------------------------------------*/
.cs-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .cs-fixed-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cs-fixed-cta__btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 56px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cs-fixed-cta__btn:hover {
  opacity: 0.8;
}

.cs-fixed-cta__btn--line {
  background-color: #06C755;
}

.cs-fixed-cta__btn--tel {
  background-color: #F08009;
}

.cs-fixed-cta__text {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 369px) {
  .cs-fixed-cta__text {
    font-size: 15px;
  }
}

.cs-fixed-cta__icon img {
  -o-object-fit: contain;
     object-fit: contain;
}

.cs-fixed-cta__icon--line {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35px;
          flex: 0 1 35px;
  width: 35px;
  display: block;
  margin-right: 5px;
  margin-left: -2px;
}
@media screen and (max-width: 369px) {
  .cs-fixed-cta__icon--line {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30px;
            flex: 0 1 30px;
    width: 30px;
  }
}
.cs-fixed-cta__icon--line img {
  vertical-align: bottom;
  margin-top: 3px;
}

.cs-fixed-cta__icon--tel {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 22px;
          flex: 0 1 22px;
  width: 22px;
  display: block;
  margin-right: 6px;
}
@media screen and (max-width: 369px) {
  .cs-fixed-cta__icon--tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 19px;
            flex: 0 1 19px;
    width: 19px;
  }
}
.cs-fixed-cta__icon--tel img {
  vertical-align: -4px;
}

/*------------------------------------------------------------------------------
  cs-dot
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .cs-dot {
    line-height: 1.8;
  }
}
.cs-dot .cs-dot__char {
  position: relative;
  display: inline-block;
}
.cs-dot .cs-dot__char::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #F08009;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cs-dot .cs-dot__char::before {
    width: 4.5px;
    height: 4.5px;
    -webkit-transform: translate(-50%, 6px);
            transform: translate(-50%, 6px);
  }
}

/*------------------------------------------------------------------------------
  cs-info-table
------------------------------------------------------------------------------*/
.cs-info-table .wp-block-table > table tr > :first-child:not(.-no1) {
  min-width: 180px !important;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .cs-info-table .wp-block-table > table tr > :first-child:not(.-no1) {
    min-width: 96px !important;
    width: 96px;
  }
}
.cs-info-table .wp-block-table td,
.cs-info-table .wp-block-table th {
  padding: 1em 1.25em;
}
@media screen and (max-width: 767px) {
  .cs-info-table .wp-block-table td,
  .cs-info-table .wp-block-table th {
    font-size: 13px;
    padding: 1.25em 0.75em;
  }
}

/*------------------------------------------------------------------------------
  cs-fixed-cta
------------------------------------------------------------------------------*/
.c-symptom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px 2%;
}
@media screen and (max-width: 767px) {
  .c-symptom-list {
    gap: 16px 16px;
  }
}
@media screen and (max-width: 520px) {
  .c-symptom-list {
    gap: 8px 0;
  }
}

.c-symptom-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  -ms-flex-item-align: start;
      align-self: flex-start;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-symptom-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px);
  }
}
@media screen and (max-width: 520px) {
  .c-symptom-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.c-symptom-list__link {
  color: #002C58;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  border-radius: 2px;
  padding: 32px 48px 32px 16px;
  background-image: url(../img/btn-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 90px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}
@media screen and (max-width: 520px) {
  .c-symptom-list__link {
    font-size: 15px;
    height: 72px;
    padding: 24px 48px 24px 16px;
  }
}
.c-symptom-list__link:hover {
  opacity: 0.8;
}
.c-symptom-list__link::after {
  content: "";
  position: absolute;
  top: 51%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url(../img/arrow_btn_primary.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 520px) {
  .c-symptom-list__link::after {
    width: 23px;
    height: 23px;
  }
}

/*------------------------------------------------------------------------------
  cs-plan-table
------------------------------------------------------------------------------*/
.cs-plan-table th:nth-child(2),
.cs-plan-table td:nth-child(2),
.cs-plan-table th:last-child,
.cs-plan-table td:last-child {
  width: 12.5%;
}

/*------------------------------------------------------------------------------
  cs-problem
------------------------------------------------------------------------------*/
.cs-problem {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 32px 72px;
  background-color: #F7F8FA;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #EBEEF3 10px, #EBEEF3 11px);
}
@media screen and (max-width: 767px) {
  .cs-problem {
    padding: 40px 16px 32px;
  }
}

.cs-problem__title {
  color: #333 !important;
  font-size: 28px !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .cs-problem__title {
    font-size: 19px !important;
  }
}
.cs-problem__title span {
  color: #1C6EC0;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .cs-problem__title span {
    font-size: 22px;
  }
}
.cs-problem__title::before {
  content: none !important;
}

.cs-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 24px;
  margin: 40px auto 24px;
  padding: 0 !important;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .cs-problem__list {
    gap: 16px 16px;
    margin: 24px auto 16px;
  }
}
.cs-problem__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 12px);
          flex: 0 1 calc(50% - 12px);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cs-problem__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(50% - 8px);
            flex: 0 1 calc(50% - 8px);
    font-size: 13px;
    padding-left: 22px;
  }
}
.cs-problem__list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icon_check_orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .cs-problem__list li::before {
    width: 15px;
    height: 22px;
  }
}

.cs-problem__sub-lead {
  color: #002C58;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cs-problem__sub-lead {
    font-size: 18px;
    letter-spacing: 0.05em;
    margin-bottom: 8px;
  }
}

.cs-problem__solution {
  max-width: 560px;
  margin: 0 auto;
}
.cs-problem__solution img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

.cs-problem__bottom-text {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .cs-problem__bottom-text {
    font-size: 12px;
    line-height: 1.6;
    margin-top: 14px;
  }
}

/*------------------------------------------------------------------------------
  cs-card
------------------------------------------------------------------------------*/
.cs-card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0 !important;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .cs-card-wrap {
    margin: 24px auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px 0;
  }
}

.c-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 16px);
          flex: 0 1 calc(50% - 16px);
  background-color: #F7F8FA;
  padding: 0 !important;
  list-style: none;
  margin: 0 !important;
}

.c-card__img {
  width: 100%;
}
.c-card__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

.c-card__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 32px;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    padding: 16px 16px 28px;
  }
}

.c-card__label {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #002C58;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-card__label {
    font-size: 15px;
  }
}

.c-card__name {
  color: #002C58 !important;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background: transparent !important;
  margin: 0 0 22px !important;
  padding: 0 !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .c-card__name {
    font-size: 26px !important;
    margin: 0 0 16px !important;
  }
}
.c-card__name::before {
  content: none !important;
}
.c-card__name span {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .c-card__name span {
    font-size: 16px;
  }
}

.c-card_lead {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-card_lead {
    font-size: 17px;
    margin-bottom: 12px;
  }
}

.c-card__text {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-card__text {
    font-size: 13px;
  }
}

/*------------------------------------------------------------------------------
  cs-reason
------------------------------------------------------------------------------*/
.cs-reason {
  background-color: #F7F8FA;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #EBEEF3 10px, #EBEEF3 11px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 86px 32px 80px;
}
@media screen and (max-width: 767px) {
  .cs-reason {
    padding: 56px 16px 48px;
  }
  .cs-reason.u-mb-11 {
    margin-bottom: 48px !important;
  }
}

.cs-reason__img {
  margin: 34px auto 24px;
}
@media screen and (max-width: 767px) {
  .cs-reason__img {
    margin: 20px auto 16px;
  }
}
.cs-reason__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

.cs-reason__texts {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .cs-reason__texts {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}
.cs-reason__texts .u-secondary-color {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .cs-reason__texts .u-secondary-color {
    font-size: 15px;
  }
}

/*------------------------------------------------------------------------------
  cs-feature
------------------------------------------------------------------------------*/
.cs-feature {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C3D9EE;
  border-radius: 2px;
  overflow: hidden;
}
.cs-feature:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cs-feature:not(:last-child) {
    margin-bottom: 32px;
  }
}

.cs-feature__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #1C6EC0;
  padding: 26px 16px 26px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .cs-feature__heading {
    padding: 18px 12px 18px 16px;
  }
}
.cs-feature__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/logo-title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 122px;
  height: 149px;
  mix-blend-mode: multiply;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .cs-feature__heading::before {
    left: -8px;
    width: 102px;
    height: 120px;
    opacity: 0.6;
  }
}

._cs-feature_number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  font-size: 38px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Montserrat", sans-serif;
  margin-right: 16px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  ._cs-feature_number {
    font-size: 28px;
    margin-right: 14px;
  }
}

.cs-feature__title {
  color: #fff !important;
  font-size: 22px !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.07em;
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .cs-feature__title {
    font-size: 17px !important;
    letter-spacing: 0.05em;
  }
}
.cs-feature__title::before {
  content: none !important;
}

.cs-feature__img {
  width: 100%;
}
.cs-feature__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: bottom;
}

.cs-feature__body {
  background-color: #FAFCFE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px 32px;
}
@media screen and (max-width: 767px) {
  .cs-feature__body {
    padding: 16px 20px 24px;
  }
}

.cs-feature__texts {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .cs-feature__texts {
    font-size: 13px;
    line-height: 1.7;
  }
}
.cs-feature__texts p {
  margin: 0 !important;
}

/*------------------------------------------------------------------------------
  cs-cta
------------------------------------------------------------------------------*/
.cs-cta {
  background-image: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 110px 20px;
}
@media screen and (max-width: 767px) {
  .cs-cta {
    padding: 64px 16px;
    width: calc(100% + 8vw);
    position: relative;
    -webkit-transform: translateX(-4vw) !important;
            transform: translateX(-4vw) !important;
  }
}
@media screen and (max-width: 520px) {
  .cs-cta {
    background-image: url(../img/cta-bg_sp.jpg);
  }
}

.cs-cta__title {
  color: #fff !important;
  font-size: 34px !important;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  background: transparent !important;
  margin: 0 0 48px !important;
  padding: 0 !important;
  border: none !important;
}
.cs-cta__title::before {
  content: none !important;
}
@media screen and (max-width: 767px) {
  .cs-cta__title {
    font-size: 26px !important;
    line-height: 1.55;
    letter-spacing: 0.08em;
    margin: 0 0 28px !important;
  }
}
.cs-cta__title span {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .cs-cta__title span {
    font-size: 22px;
  }
}

/*------------------------------------------------------------------------------
  cs-campaign
------------------------------------------------------------------------------*/
.cs-campaign {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #FFE500;
  border-radius: 4px;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #FFF7B6 10px, #FFF7B6 11px);
  overflow: hidden;
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 767px) {
  .cs-campaign {
    border-width: 4px;
  }
}

.cs-campaign__title {
  color: #DF3C26 !important;
  font-size: 48px !important;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  background: #FFE500 !important;
  margin: 0 !important;
  padding: 18px 0 !important;
  border: none !important;
}
@media screen and (max-width: 767px) {
  .cs-campaign__title {
    font-size: 32px !important;
    padding: 12px 0 !important;
  }
}
.cs-campaign__title::before {
  content: none !important;
}

.cs-campaign__body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 16px 64px;
}
@media screen and (max-width: 767px) {
  .cs-campaign__body {
    padding: 32px 20px;
  }
}

.cs-campaign__lead {
  color: #002C58;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .cs-campaign__lead {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.cs-campaign__price {
  color: #DF3C26;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .cs-campaign__price {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
.cs-campaign__price .--lg {
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.01em;
  margin: 0 2px;
}
@media screen and (max-width: 767px) {
  .cs-campaign__price .--lg {
    font-size: 72px;
  }
}
.cs-campaign__price .--comma {
  font-size: 56px;
  font-weight: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .cs-campaign__price .--comma {
    font-size: 48px;
  }
}

.cs-campaign__text {
  color: #002C58;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .cs-campaign__text {
    font-size: 13px;
  }
}

.cs-campaign__notes {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .cs-campaign__notes {
    font-size: 13px;
    letter-spacing: 0;
    margin-top: 24px;
  }
}

.cs-campaign__cta {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .cs-campaign__cta {
    margin-top: 28px;
  }
}
.cs-campaign__cta .cs-cta-btn__sub-text {
  color: #333;
}

.cs-campaign__cta-title {
  color: #002C58;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
  background: transparent !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: none !important;
}
.cs-campaign__cta-title::before {
  content: none !important;
}
@media screen and (max-width: 767px) {
  .cs-campaign__cta-title {
    font-size: 22px !important;
    line-height: 1.55;
    letter-spacing: 0.08em;
    margin: 0 0 20px !important;
  }
}
.cs-campaign__cta-title span {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .cs-campaign__cta-title span {
    font-size: 20px;
  }
}

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-space-2 {
  margin-top: 2px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-space-4 {
  margin-top: 4px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05 {
  margin-bottom: 4px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-mb-8 {
  margin-bottom: 64px !important;
}

.u-mb-9 {
  margin-bottom: 72px !important;
}

.u-mb-10 {
  margin-bottom: 80px !important;
}

.u-mb-11 {
  margin-bottom: 88px !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-05 {
  margin-left: 4px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-m-space-4 {
  margin: 4px !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
.u-text-color {
  color: #333;
}

.u-primary-color {
  color: #002C58;
}

.u-secondary-color {
  color: #1C6EC0;
}

/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz16 {
  font-size: 16px !important;
}

.u-fz15 {
  font-size: 15px !important;
}

@media screen and (max-width: 767px) {
  .u-fz12--sp {
    font-size: 12px !important;
  }
}
/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fw-bold {
  font-weight: bold;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-normal {
  font-weight: 400;
}

/*------------------------------------------------------------------------------
  u-text-align
------------------------------------------------------------------------------*/
.u-text-align-left {
  text-align: left;
}

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

.u-text-align-right {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */