.l-breadcrumbs__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.-flex {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 63.9375em) {
  .-flex {
    flex-direction: column;
  }
}
.-flex.-reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 63.9375em) {
  .-flex.-reverse {
    flex-direction: column;
  }
}

.p-cv {
  background-color: #02a0e8;
}
.p-cv .c-block__inner {
  max-width: 820px;
  padding-top: 40px;
  padding-bottom: 40px;
  align-items: center;
}
@media only screen and (max-width: 63.9375em) {
  .p-cv .c-block__inner .-pic {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 63.9375em) {
  .p-cv .c-block__inner .-pic img {
    width: 100%;
    max-width: 100%;
  }
}
.p-cv .c-block__inner .-column {
  width: 62%;
  text-align: center;
}
@media only screen and (max-width: 63.9375em) {
  .p-cv .c-block__inner .-column {
    width: 92%;
  }
}
.p-cv .c-block__inner .-column p:first-child {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .p-cv .c-block__inner .-column p:first-child {
    font-size: 5.5vw;
  }
}
.p-cv .c-block__inner .-column p {
  font-size: 1.2rem;
  color: #222b57;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-cv .c-block__inner .-column p {
    font-size: 4vw;
  }
}
.p-cv .c-block__inner .-column a {
  display: block;
  border-radius: 10rem;
  width: 90%;
  margin: 0 auto;
  font-size: 1.2rem;
  color: #2364ce;
  padding: 10px 0 8px;
  margin-top: 8px;
}
.p-cv .c-block__inner .-column a.c-button.-white {
  background-image: linear-gradient(to right, #fff 0, #fff 50%, #2364ce 50%, #2364ce 100%);
}
.p-cv .c-block__inner .-column a.c-button.-white:hover {
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .p-cv .c-block__inner .-column a.c-button.-white {
    background-image: none;
    background-color: #fff;
  }
  .p-cv .c-block__inner .-column a.c-button.-white:hover {
    color: #2364ce;
  }
}
.p-cv .c-block__inner .-column a.c-button.-navy {
  background-image: linear-gradient(to right, #222b57 0, #222b57 50%, #fff 50%, #fff 100%);
  color: #fff;
}
.p-cv .c-block__inner .-column a.c-button.-navy:hover {
  color: #222b57;
}
@media only screen and (max-width: 63.9375em) {
  .p-cv .c-block__inner .-column a.c-button.-navy {
    background-image: none;
    background-color: #222b57;
  }
  .p-cv .c-block__inner .-column a.c-button.-navy:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .p-cv .c-block__inner .-column a {
    font-size: 5vw;
  }
}
.p-cv .c-block__inner .c-cv__button li {
  width: 49%;
}
@media only screen and (max-width: 63.9375em) {
  .p-cv .c-block__inner .c-cv__button li {
    width: 100%;
  }
  .p-cv .c-block__inner .c-cv__button li:first-child {
    margin-bottom: 20px;
  }
}
.p-cv .c-block__inner .c-cv__button li a {
  width: 100%;
}

.c-header__title {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.c-header__title:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
  background: url(/wp-content/themes/indx/common/img/bg-title.png) no-repeat center bottom;
  height: 126px;
  z-index: 1;
  opacity: 0.85;
}
@media only screen and (max-width: 767px) {
  .c-header__title:after {
    bottom: -23px;
    background: url(/wp-content/themes/indx/common/img/bg-title_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-header__title.-header01:after {
    bottom: -20px;
  }
  .c-header__title.-header04:after {
    bottom: -30px;
  }
}
@media only screen and (max-width: 63.9375em) {
  .c-header__title {
    margin-bottom: 10vw;
  }
}
.c-header__title h1, .c-header__title h2 {
  display: inline-block;
  text-align: center;
  background: linear-gradient(90deg, #0698e4 0%, #22356c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-header__title h1 {
  font-size: 5rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .c-header__title h1 {
    font-size: 13vw;
  }
}
.c-header__title h1.h-medium {
  font-size: 3rem;
  padding-bottom: 0.9em;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .c-header__title h1.h-medium {
    font-size: 6vw;
    text-align: left;
  }
  .c-header__title h1.h-medium br {
    display: none;
  }
}

@media only screen and (min-width: 64em) {
  .l-header__wrap {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .l-header__wrap .l-header__logo {
    left: 0;
  }
  .l-header__wrap .menu-logo {
    display: none;
  }
}
.l-header__cta .l-header__link {
  color: #2364ce;
}
.l-header__cta .l-header__button li {
  margin-left: 0;
  position: relative;
}
.l-header__cta .l-header__button li:first-child .c-button.-header {
  border-radius: 10rem 0 0 10rem;
}
.l-header__cta .l-header__button li .c-button.-blue {
  background-image: -webkit-linear-gradient(left, #2364ce 0, #2364ce 50%, #042cae 50%, #042cae 100%);
}
.l-header__cta .l-header__button li:last-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 10px);
  border-left: 1px dotted #fff;
  left: 0;
  top: 5px;
  z-index: 1;
}
.l-header__cta .l-header__button li:last-child .c-button.-header {
  border-radius: 0 10rem 10rem 0;
}

@media only screen and (max-width: 63.9375em) {
  .l-menu-button.-active {
    justify-content: flex-end;
    background-color: transparent;
    box-shadow: none;
    border: none;
  }
  .l-menu-button.-active .l-menu-button__line {
    width: 40px;
  }
  .l-menu-button.-active .l-menu-button__text {
    display: none;
  }
  .l-header__inner {
    background-color: #2364ce;
  }
  .l-header__inner.-visible .menu-logo {
    display: block;
    z-index: 400001;
    top: 15px;
    width: 103px;
    height: auto;
  }
  .l-header__inner.-visible .menu-logo img {
    width: 100%;
    height: auto;
  }
  .l-header__inner .l-header__link {
    font-weight: normal;
    font-size: inherit;
  }
  .l-header__inner .l-header__link:before {
    width: 3px;
    height: 3px;
    border-radius: 1px;
  }
  .l-header__inner .p-main-menu__child > a {
    font-weight: normal;
    font-size: inherit;
    padding-left: 3px;
  }
  .l-header__inner .p-main-menu__child > a:before {
    display: none;
  }
  .l-header__sub a {
    font-weight: normal;
    font-size: inherit;
  }
  .l-header__sub a:before {
    width: 3px;
    height: 3px;
    border-radius: 1px;
  }
  .l-header__other {
    border-top: 1px dotted #fff;
  }
  .l-header__other a {
    display: inline-block;
    font-weight: normal;
    font-size: 3.2vw;
  }
  .l-header__other a:before {
    width: 3px;
    height: 3px;
    border-radius: 1px;
  }
  .l-header__cta {
    border-top: 1px dotted #fff;
  }
  .l-header__cta .l-header__link {
    color: #fff;
  }
  .l-header__cta .l-header__button {
    margin-top: 20px;
    justify-content: space-between;
  }
  .l-header__cta .l-header__button li {
    width: 47%;
  }
  .l-header__cta .l-header__button li .c-button {
    font-size: inherit;
  }
  .l-header__cta .l-header__button li .c-button.-blue {
    background-color: #fff;
    background-image: none;
    color: #2364ce;
  }
  .l-header__cta .l-header__button li:first-child .c-button.-header, .l-header__cta .l-header__button li:last-child .c-button.-header {
    border-radius: 10rem;
  }
  .l-header__cta .l-header__button li:first-child::before, .l-header__cta .l-header__button li:last-child::before {
    display: none;
  }
}
.l-breadcrumbs__inner li.l-breadcrumbs__item {
  color: #000;
}
.l-breadcrumbs__inner li.l-breadcrumbs__item:before {
  border-color: #000;
}
.l-breadcrumbs__inner a {
  color: #000;
}

.p-page-cover {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  padding-right: 4.267%;
  padding-left: 4.267%;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 63.9375em) {
  .p-page-cover {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.p-page-cover__desc {
  display: block;
  width: 100%;
  color: #000;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.75;
}
@media only screen and (max-width: 63.9375em) {
  .p-page-cover__desc {
    font-size: 3.4vw;
  }
}

.c-nav__list .c-block__inner {
  width: 68%;
  padding-bottom: 0;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list .c-block__inner {
    width: 100%;
  }
}
.c-nav__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul {
    width: 100%;
    margin-top: 20px;
  }
}
.c-nav__list ul li {
  width: 49%;
  margin-bottom: 20px;
}
.c-nav__list ul li a, .c-nav__list ul li span {
  display: block;
  width: 100%;
  border: 1px solid #2364ce;
  text-align: center;
  border-radius: 10rem;
  color: #2364ce;
  font-size: 1.2rem;
  padding: 10px;
  position: relative;
  background-image: linear-gradient(to right, #fff 0, #fff 50%, #2364ce 50%, #2364ce 100%);
}
@media only screen and (max-width: 767px) {
  .c-nav__list ul li a, .c-nav__list ul li span {
    font-size: 3.4vw;
  }
}
.c-nav__list ul li a:before, .c-nav__list ul li span:before {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.c-nav__list ul li a:hover, .c-nav__list ul li span:hover {
  color: #fff;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li a, .c-nav__list ul li span {
    background-image: none;
    background-color: #fff;
  }
  .c-nav__list ul li a:hover, .c-nav__list ul li span:hover {
    color: #2364ce;
  }
}
.c-nav__list ul li span,
.c-nav__list ul li span:hover {
  background-image: none;
  background-color: #fff;
  color: #999;
  border-color: #999;
}
.c-nav__list ul li:nth-child(1) span:before, .c-nav__list ul li:nth-child(1) a:before {
  background: url(/wp-content/themes/indx/common/img/icon_feature.png) no-repeat 0 0;
  background-size: 100%;
  width: 45px;
  height: 34px;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li:nth-child(1) span:before, .c-nav__list ul li:nth-child(1) a:before {
    width: 22px;
    height: 17px;
  }
}
.c-nav__list ul li:nth-child(1) span:before {
  background: url(/wp-content/themes/indx/common/img/icon_feature_off.png) no-repeat 0 0;
  background-size: 100%;
}
.c-nav__list ul li:nth-child(1) a:hover:before {
  background: url(/wp-content/themes/indx/common/img/icon_feature_on.png) no-repeat 0 0;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li:nth-child(1) a:hover:before {
    background: url(/wp-content/themes/indx/common/img/icon_feature.png) no-repeat 0 0;
    background-size: 100%;
  }
}
.c-nav__list ul li:nth-child(2) span:before, .c-nav__list ul li:nth-child(2) a:before {
  background: url(/wp-content/themes/indx/common/img/icon_function.png) no-repeat 0 0;
  background-size: 100%;
  width: 44px;
  height: 36px;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li:nth-child(2) span:before, .c-nav__list ul li:nth-child(2) a:before {
    width: 22px;
    height: 18px;
  }
}
.c-nav__list ul li:nth-child(2) span:before {
  background: url(/wp-content/themes/indx/common/img/icon_function_off.png) no-repeat 0 0;
  background-size: 100%;
}
.c-nav__list ul li:nth-child(2) a:hover:before {
  background: url(/wp-content/themes/indx/common/img/icon_function_on.png) no-repeat 0 0;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li:nth-child(2) a:hover:before {
    background: url(/wp-content/themes/indx/common/img/icon_function.png) no-repeat 0 0;
    background-size: 100%;
  }
}
.c-nav__list ul li:nth-child(3) span:before, .c-nav__list ul li:nth-child(3) a:before {
  background: url(/wp-content/themes/indx/common/img/icon_case.png) no-repeat 0 0;
  background-size: 100%;
  width: 42px;
  height: 34px;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li:nth-child(3) span:before, .c-nav__list ul li:nth-child(3) a:before {
    width: 21px;
    height: 17px;
  }
}
.c-nav__list ul li:nth-child(3) span:before {
  background: url(/wp-content/themes/indx/common/img/icon_case_off.png) no-repeat 0 0;
  background-size: 100%;
}
.c-nav__list ul li:nth-child(3) a:hover:before {
  background: url(/wp-content/themes/indx/common/img/icon_case_on.png) no-repeat 0 0;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li:nth-child(3) a:hover:before {
    background: url(/wp-content/themes/indx/common/img/icon_case.png) no-repeat 0 0;
    background-size: 100%;
  }
}
.c-nav__list ul li:nth-child(4) span:before, .c-nav__list ul li:nth-child(4) a:before {
  background: url(/wp-content/themes/indx/common/img/icon_price.png) no-repeat 0 0;
  background-size: 100%;
  width: 34px;
  height: 34px;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li:nth-child(4) span:before, .c-nav__list ul li:nth-child(4) a:before {
    width: 17px;
    height: 17px;
  }
}
.c-nav__list ul li:nth-child(4) span:before {
  background: url(/wp-content/themes/indx/common/img/icon_price_off.png) no-repeat 0 0;
  background-size: 100%;
}
.c-nav__list ul li:nth-child(4) a:hover:before {
  background: url(/wp-content/themes/indx/common/img/icon_price_on.png) no-repeat 0 0;
  background-size: 100%;
}
@media only screen and (max-width: 63.9375em) {
  .c-nav__list ul li:nth-child(4) a:hover:before {
    background: url(/wp-content/themes/indx/common/img/icon_price.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.p-news__tab {
  display: flex;
  border-width: 1px 0 3px 1px;
  border-color: #2364ce;
  border-style: solid;
  margin-bottom: 50px;
}
@media only screen and (max-width: 63.9375em) {
  .p-news__tab {
    flex-direction: column;
    border-bottom-width: 0;
  }
}
.p-news__tab li {
  width: 20%;
  text-align: center;
  font-weight: 700;
  border-right: 1px solid #2364ce;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 63.9375em) {
  .p-news__tab li {
    width: 100%;
    font-size: 0.875rem;
    border-bottom: 1px solid #2364ce;
  }
}
.p-news__tab li a, .p-news__tab li span {
  flex: 1;
  word-break: break-all;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.p-news__tab li a:hover,
.p-news__tab li span {
  background-color: #2364ce;
  color: #fff;
}

.p-news__link {
  display: flex;
  justify-content: space-between;
  color: #000;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px solid #969696;
}
@media only screen and (max-width: 63.9375em) {
  .p-news__link {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 左にテキスト、右に画像 */
    grid-template-rows: auto auto; /* 上にテキストと画像、下にタイトル */
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.p-news__link .p-news__date {
  display: inline-flex;
  align-items: center;
  color: #2364ce;
  margin-right: 10px;
}
.p-news__link .p-tag {
  display: inline-flex;
}
.p-news__link .p-tag.-news .p-tag__item span {
  min-width: 116px;
  width: auto;
  border-radius: 0;
  border: 1px solid #2364ce;
}
.p-news__link .p-tag.-news .p-tag__item.p-tag__item_child span {
  background-color: #fff;
  color: #2364ce;
}
.p-news__link .p-news-detail {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 63.9375em) {
  .p-news__link .p-news-detail {
    width: 100%;
    grid-column: 1; /* 左側の列に配置 */
    grid-row: 1; /* 1行目 */
  }
}
.p-news__link .p-news__title {
  margin-top: 20px;
  margin-left: 0;
}
.p-news__link .p-news__title.sp {
  display: none;
}
.p-news__link .p-news__title.pc {
  display: block;
}
@media only screen and (max-width: 63.9375em) {
  .p-news__link .p-news__title {
    margin-top: 0;
    grid-column: 1/span 2; /* 1列目から2列目までの幅を持つ */
    grid-row: 2; /* 2行目に配置 */
  }
  .p-news__link .p-news__title.sp {
    display: block;
  }
  .p-news__link .p-news__title.pc {
    display: none;
  }
}
.p-news__link .p-icatch {
  max-width: 260px;
}
@media only screen and (max-width: 63.9375em) {
  .p-news__link .p-icatch {
    grid-column: 2; /* 右側の列に配置 */
    grid-row: 1; /* 1行目 */
  }
}
.p-news__link .p-icatch img {
  width: 100%;
}