@charset "UTF-8";
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 767.99px) {
  .sp-none {
    display: none;
  }
}

img {
  max-width: 100%;
}

.main {
  background-color: #F7F7F5;
  background-image: url(../image/bg_main.png);
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  overflow: hidden;
}

table,
td,
th {
  border-collapse: collapse;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.fv {
  position: relative;
  background: url(../image/img_fv.jpg) center / cover no-repeat;
  height: 630px;
}
.fv::before {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  /* margin-left: calc(-1366px / 2); */
  width: 825px;
  height: 88px;
  background: url(../image/img_fv-txt-jpxprime150.png) center / contain no-repeat;
  opacity: 0.9;
}
@media screen and (max-width: 767.99px) {
  .fv {
    height: 564px;
  }
  .fv::before,
  .fv::after {
    background: url(../image/img_fv-txt-jpxprime150.png) center / contain no-repeat;
    content: '';
    display: block;
    position: absolute;
    margin: 0;
    width: 558px;
    height: 61px;
    opacity: 0.4;
  }

  .fv::before {
    top: auto;
    left: -2px;
    transform: rotate(-90deg);
    transform-origin: left top;
    bottom: -54px;
  }

  .fv::after {
    bottom: 6px;
    left: auto;
    right: 59px;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.fv__lp-kv {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.fv__lp-kv-img {
  display: none;
}
.fv__lp-kv-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto 76px;
  position: relative;
}
.fv__lp-kv-kazu-img {
  /* left: 13vw; */
  height: auto;
  width: 37.41%;
  position: relative;
  z-index: 2;
  margin-left: 4.9%;
}
.fv__lp-kv-txt-img {
  height: auto;
  width: 75.65%;
  position: relative;
  z-index: 1;
  margin-left: -70px;
  margin-right: -80px;
  margin-top: -40px;
}
.fv__lp-kv {
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .fv__lp-kv-img {
    display: block;
    height: auto;
    width: 100vw;
  }
  .fv__lp-kv-txt {
    width: 100%;
    margin: 0 auto -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
  }
  .fv__lp-kv-kazu-img {
    order: 2;
    margin: -30px 0 0 0;
    width: 68.8%;
    max-width: 250px;
  }
  .fv__lp-kv-txt-img {
    order: 1;
    width: 100%;
    max-width: 470px;
  }
}

.strategist-movie {
  max-width: 1080px;
  margin: -96px auto 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .strategist-movie {
    margin: 0 auto;
  }
}
.strategist-movie__box {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0,0,0,0.16);
  padding: 60px 150px 66px;
}
@media screen and (max-width: 767.99px) {
  .strategist-movie__box {
    padding: 40px 20px;
    box-shadow: none;
  }
}
.strategist-movie__box-upper-txt {
  text-align: center;
  color: #1773B7;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 23px;
}
.strategist-movie__box-upper-txt::before {
  background-image: url(../image/img_ttl-blue-left.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: min(1.3392857143vw, 12px);
  width: min(3.767857vw, 61px);
  height: min(3.3928571429vw, 38px);
}
@media screen and (max-width: 767.99px) {
  .strategist-movie__box-upper-txt::before {
    top: -1px;
  }
}
.strategist-movie__box-upper-txt::after {
  background-image: url(../image/img_ttl-blue-right.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: min(1.3392857143vw, 12px);
  width: min(3.767857vw, 61px);
  height: min(3.3928571429vw, 38px);
}
@media screen and (max-width: 767.99px) {
  .strategist-movie__box-upper-txt::after {
    top: -1px;
  }
}
@media screen and (max-width: 767.99px) {
  .strategist-movie__box-upper-txt {
    font-size: 20px;
  }
}
.strategist-movie__box-lower-txt {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-decoration: underline 5px;
  text-decoration-color: #F0D44D;
  text-underline-offset: 11px;
}
@media screen and (max-width: 767.99px) {
  .strategist-movie__box-lower-txt {
    font-size: 28px;
    line-height: 1.5;
    text-underline-offset: 5px;
  }
}
.strategist-movie__small-txt {
  font-size: 28px;
}
.strategist-movie__blue-txt {
  color: #1773B7;
}
.strategist-movie__size {
  aspect-ratio: 16 / 9;
  margin-top: 57px;
  width: 100%;
  position: relative;
}
.strategist-movie__iframe {
  height: 100%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767.99px) {
  .strategist-movie__size {
    margin-top: 35px;
  }
}

.page-move-btn {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 70px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .page-move-btn {
    padding: 40px 30px;
  }
}
.page-move-btn__main {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .page-move-btn__main {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.page-move-btn__block {
  background-color: #4EA0DD;
  text-align: center;
  width: 270px;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .page-move-btn__block {
    min-width: 230px;
    margin: 0 10px;
  }
}
.page-move-btn__block a {
  text-decoration: none;
}
@media screen and (max-width: 767.99px) {
  .page-move-btn__block a {
    text-decoration: none;
    display: flex;
    aspect-ratio: 5/2.25;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767.99px) {
  .page-move-btn__base-img {
    display: none;
  }
}
.page-move-btn__txt {
  color: #fff;
  display: block;
  font-size: 17px;
}
.page-move-btn__img {
  width: 35px;
  padding-top: 10px;
}
@media screen and (max-width: 767.99px) {
  .page-move-btn__img {
    width: 25px;
  }
}
.page-move-btn__txt-wrap {
  width: 100%;
  top: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767.99px) {
  .page-move-btn__txt-wrap {
    top: 5px;
    width: 100%;
    position: relative;
  }
}
.page-move-btn__img-wrap {
  width: 100%;
  top: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767.99px) {
  .page-move-btn__img-wrap {
    top: 5px;
    width: 100%;
    position: relative;
  }
}

.what-prime {
  background-size: 100% 580px;
  background-repeat: no-repeat;
  margin-top: -69px;
}
@media screen and (max-width: 767.99px) {
  .what-prime {
    margin-top: -10px;
    background-size: auto 90vw;
    background-position: top center;
  }
}
.what-prime__ttl {
  text-align: center;
  padding-top: 135px;
  background-image: url(../image/bg_section_ttl.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: block;
  position: static;
}
@media screen and (max-width: 767.99px) {
  .what-prime__ttl {
    padding-top: 55px;
  }
}
.what-prime__ttl-bg {
  background-image: url(../image/bg_section_ttl.jpg);
  background-size: cover;
  background-position: center;
  z-index: 999;
  display: block;
  position: relative;
}
.what-prime__ttl-wrap {
  color: #1773B7;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  padding: 12px 50px 12px;
  border-radius: 80px;
  font-size: 45px;
  font-weight: 700;
}
@media screen and (max-width: 767.99px) {
  .what-prime__ttl-wrap {
    padding: 8px 32px;
    font-size: 22px;
  }
}
.what-prime__small-txt-img {
  width: 540px;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 767.99px) {
  .what-prime__small-txt-img {
    width: 260px;
  }
}
.what-prime__small-txt {
  font-size: 36px;
  color: #4EA0DD;
}
@media screen and (max-width: 767.99px) {
  .what-prime__small-txt {
    font-size: 16px;
  }
}
.what-prime__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.what-prime__feature-img {
  width: 460px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-img {
    width: 80%;
  }
}
.what-prime__kazu {
  text-align: center;
  margin-top: -72px;
  margin-left: 11px;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .what-prime__kazu {
    margin-top: -29px;
    z-index: 3;
    position: relative;
  }
}
.what-prime__feature {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0,0,0,0.16);
  margin-top: -56px;
  padding: 50px 90px 100px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature {
    box-shadow: none;
    padding: 20px 20px 60px;
    margin-top: -44px;
  }
}
.what-prime__feature-ttl {
  text-align: center;
  padding-top: 40px;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-decoration: underline 5px;
  text-decoration-color: #F0D44D;
  text-underline-offset: 11px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-ttl {
    font-size: 30px;
  }
}
.what-prime__feature-small-txt {
  font-size: 28px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-small-txt {
    font-size: 77.77%;
  }
}
.what-prime__blue-txt {
  color: #4EA0DD;
  font-weight: 700;
  letter-spacing: -0.25px;
}
.what-prime__explanation {
  padding-top: 67px;
  font-size: 22px;
  line-height: 1.8;
}
@media screen and (max-width: 767.99px) {
  .what-prime__explanation {
    padding-top: 50px;
    font-size: 17px;
    letter-spacing: 0;
  }
}
.what-prime__feature-list-block {
  padding: 29px 48px 23px;
  border: 2px solid #1773B7;
  border-radius: 10px;
  min-width: 420px;
  background-color: #EFF5FA;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list-block {
    padding: 29px 25px 23px;
    min-width: 300px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-list-block {
    margin-bottom: 50px;
  }
}
.what-prime__feature-list:after {
  background-image: url(../image/img_what-prime-03.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  top: 27px;
  width: 107px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list:after {
    top: 14px;
    width: 13vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-list:after {
    top: 10px;
    width: 8vw;
  }
}
.what-prime__feature-list-block-lower {
  display: flex;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list-block-lower {
    align-items: center;
    justify-content: space-around;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-list-block-lower {
    justify-content: space-around;
  }
}
.what-prime__feature-list {
  display: flex;
  justify-content: space-between;
  padding-top: 52px;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list {
    flex-direction: column;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-list {
    flex-direction: column;
  }
}
.what-prime__feature-list-img {
  width: 140px;
  margin-top: 13px;
  margin-left: 21px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list-img {
    width: 100px;
    margin-top: 35px;
  }
}
.what-prime__feature-list-block-upper {
  text-align: center;
  font-size: 36px;
  color: #4EA0DD;
  font-weight: 600;
  border-bottom: 4px solid #1773B7;
  padding-bottom: 22px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list-block-upper {
    font-size: 26px;
  }
}
.what-prime__feature-list-block-lower-txt {
  padding-top: 24px;
  line-height: 1.7;
  font-size: 20px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list-block-lower-txt {
    font-size: 18px;
    line-height: 1.8;
  }
}
.what-prime__feature-list-blue-txt {
  color: #4EA0DD;
  font-size: 37px;
  font-weight: 700;
  margin-top: -31px;
  line-height: 0;
  display: inline-block;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list-blue-txt {
    font-size: 27px;
  }
}
.what-prime__feature-list-large-txt {
  font-size: 25px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-list-large-txt {
    font-size: 15px;
  }
}
.what-prime__feature-index {
  padding-top: 72px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-index {
    padding-top: 30px;
  }
}
.what-prime td {
  width: 240px;
  border: 2px solid #333333;
}
.what-prime th {
  width: 660px;
  padding: 17px 49px;
  border: 2px solid #333333;
}
@media screen and (max-width: 767.99px) {
  .what-prime table {
    width: 100%;
  }
  .what-prime td,
  .what-prime th {
    padding: 10px 35px;
    font-size: 15px;
    width: auto;
    display: block;
    width: 100%;
    border-top: none;
  }
}
.what-prime__feature-index-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.what-prime__feature-index-ttl::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: -8px;
  margin-right: min(1.3392857143vw, 12px);
  width: min(3.767857vw, 61px);
  height: min(3.3928571429vw, 38px);
  border-bottom: 2px dotted;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-index-ttl::before {
    width: min(8.767857vw, 61px);
  }
}
.what-prime__feature-index-ttl::after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: -8px;
  margin-right: min(1.3392857143vw, 12px);
  width: min(3.767857vw, 61px);
  height: min(3.3928571429vw, 38px);
  border-bottom: 2px dotted;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-index-ttl::after {
    width: min(8.767857vw, 61px);
  }
}
.what-prime__feature-index-table {
  padding-top: 36px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-index-table {
    overflow: scroll;
  }
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-index-table table {
    width: 100%;
    border-top: 2px solid #333333;
  }
}
.what-prime__feature-index-blue {
  font-size: 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background-color: #1773B7;
}
.what-prime__feature-index-white {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-index-white {
    font-size: 15px;
  }
}
.what-prime__feature-index-skyblue {
  font-size: 20px;
  background-color: #E2EEF7;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-index-skyblue {
    font-size: 17px;
  }
}
.what-prime__feature-index-txt-left {
  text-align: left;
}
.what-prime__feature-index-border-none {
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
  outline: none;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-index-border-none {
    display: none !important;
  }
}
.what-prime__feature-index-capture-txt {
  font-size: 12px;
  color: #333333;
}
.what-prime__feature-index-capture {
  padding-top: 14px;
}
.what-prime__feature-kazu-01 {
  display: flex;
  padding-top: 59px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-kazu-01 {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-kazu-01 {
    justify-content: space-evenly;
  }
}
.what-prime__feature-kazu-txt {
  font-size: 24px;
  padding: 31px 76px 31px 103px;
  border-radius: 10px;
  font-weight: 500;
  background-color: #BA062B;
  color: #fff;
  display: inline-block;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-kazu-txt {
    font-size: 14px;
    padding: 31px 20px 31px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-kazu-txt {
    padding: 31px 20px;
  }
}
.what-prime__feature-kazu-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  border: 19px solid transparent;
  border-left: 44px solid #BA062B;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-kazu-txt::before {
    top: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-kazu-txt::before {
    top: 20%;
  }
}
.what-prime__feature-kazu-bold-txt {
  font-weight: 900;
}
.what-prime__feature-kazu-img {
  width: 131px;
}
.what-prime__accordion {
  padding-top: 89px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__accordion {
    padding-top: 40px;
  }
}
.what-prime__accordion-blue-txt {
  color: #1773B7;
  font-weight: 700;
}
.what-prime__accordion-capture {
  font-size: 12px;
  padding-bottom: 55px;
}
.what-prime__point-ttl {
  text-align: center;
  padding-top: 60px;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 767.99px) {
  .what-prime__point-ttl {
    padding-top: 35px;
  }
}
.what-prime__point-ttl::before {
  background-image: url(../image/img_ttl-white-left.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: min(1.3392857143vw, 12px);
  width: min(3.767857vw, 61px);
  height: min(3.3928571429vw, 38px);
}
@media screen and (max-width: 767.99px) {
  .what-prime__point-ttl::before {
    top: -3px;
    width: min(8.767857vw, 61px);
  }
}
.what-prime__point-ttl::after {
  background-image: url(../image/img_ttl-white-right.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: 10px;
  margin-left: min(1.3392857143vw, 12px);
  width: min(3.767857vw, 61px);
  height: min(3.3928571429vw, 38px);
}
@media screen and (max-width: 767.99px) {
  .what-prime__point-ttl::after {
    top: -3px;
    width: min(8.767857vw, 61px);
  }
}
.what-prime__point {
  margin-top: 98px;
  color: #fff;
  background-color: #1773B7;
  border-radius: 10px;
  padding: 0 56px 59px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__point {
    margin-top: 40px;
    padding: 0 20px 59px;
  }
}
.what-prime__point-ttl-sub {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-top: 23px;
  text-decoration: underline 5px;
  text-decoration-color: #F0D44D;
  text-underline-offset: 11px;
}
@media screen and (max-width: 767.99px) {
  .what-prime__point-ttl-sub {
    font-size: 26px;
    text-underline-offset: 7px;
  }
}
.what-prime__point-small-txt {
  font-size: 28px;
}
.what-prime__point-main-txt {
  padding-top: 65px;
  margin-left: 3px;
  line-height: 1.9;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767.99px) {
  .what-prime__point-main-txt {
    padding-top: 40px;
    font-size: 14px;
  }
}
.what-prime__point-img {
  padding-top: 20px;
}
.what-prime__point-capture-txt {
  font-size: 12px;
}
.what-prime__point-capture {
  padding-top: 6px;
  margin-left: 4px;
}
.what-prime__feature-kazu-02 .what-prime__feature-kazu-img {
  width: 122px;
}
.what-prime__feature-kazu-02 {
  display: flex;
  padding-top: 61px;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-kazu-02 {
    padding-top: 35px;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-kazu-02 {
    justify-content: space-evenly;
  }
}
.what-prime__feature-kazu-02 .what-prime__feature-kazu-txt {
  padding: 32px 175px 26px 132px;
  margin-top: 13px;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-kazu-02 .what-prime__feature-kazu-txt {
    font-size: 14px;
    padding: 31px 20px 31px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .what-prime__feature-kazu-02 .what-prime__feature-kazu-txt {
    padding: 32px 21px;
  }
}
.what-prime__feature-kazu-02 .what-prime__feature-kazu-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  right: initial;
  transform: translateY(-50%);
  border: 19px solid transparent;
  border-right: 44px solid #BA062B;
  border-left: initial;
}
@media screen and (max-width: 767.99px) {
  .what-prime__feature-kazu-02 .what-prime__feature-kazu-txt::before {
    top: 40%;
    left: -30px;
  }
}

/*ベース*/
.toggle {
  display: none;
}

.Label {
  /*タイトル*/
  display: block;
  color: #154260;
  background: #fff;
}

.accordion-btn {
  position: relative;
}
.accordion-btn::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #1773B7;
  border-right: 3px solid #1773B7;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.8rem);
  right: 3.9rem;
  transform: rotate(135deg);
}

.accordion-btn::after {
  content: "";
  width: 3rem;
  height: 3rem;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 1.7rem);
  right: 2.9rem;
  background-color: #fff;
  transform: rotate(135deg);
  border-radius: 30px;
}

.accordion-btn.open::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #1773B7;
  border-right: 3px solid #1773B7;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 0.4rem);
  right: 3.9rem;
  transform: rotate(315deg);
}

div,
.accordion-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.3s;
}

.accordion-content {
  width: 100%;
  margin: -10px auto 0;
  font-size: 24px;
  padding: 0 56px;
  font-weight: 700;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  text-align: center;
  border-left: 2px solid #1773B7;
  border-right: 2px solid #1773B7;
  border-bottom: 2px solid #1773B7;
}
@media screen and (max-width: 767.99px) {
  .accordion-content {
    padding: 0 20px;
  }
}

.content-block-upper {
  padding-top: 45px;
  font-size: 20px;
  line-height: 1.9;
}
@media screen and (max-width: 767.99px) {
  .content-block-upper {
    padding-top: 25px;
    font-size: 16px;
  }
}

.content-block-mid {
  padding-top: 25px;
}

.content-block-lower {
  padding-top: 12px;
}

.accordion-btn {
  cursor: pointer;
  padding: 36px 10px 34px;
  background-color: #1773B7;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
}

.accordion-content p {
  text-align: left;
  font-weight: 500;
}

.accordion-content-wrapper {
  margin-top: -10px;
}

.performance {
  background-image: url(../image/bg_section_ttl.jpg);
  background-size: 100% 580px;
  background-repeat: no-repeat;
  margin-top: -72px;
}
@media screen and (max-width: 767.99px) {
  .performance {
    background-size: auto 90vw;
    background-position: top center;
  }
}
.performance__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 101px;
}
@media screen and (max-width: 767.99px) {
  .performance__inner {
    padding-bottom: 60px;
  }
}
.performance__ttl {
  text-align: center;
  padding-top: 135px;
  background-image: url(../image/bg_section_ttl.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  display: block;
  position: static;
}
.performance__ttl-txt {
  color: #1773B7;
  background-color: #fff;
  display: inline-flex;
  padding: 12px 50px 12px 50px;
  border-radius: 80px;
  line-height: 1;
  margin-right: 20px;
  gap: 7px;
  align-items: center;
}
@media screen and (max-width: 767.99px) {
  .performance__ttl-txt {
    display: inline-block;
    padding: 12px 12px 12px;
    width: 80%;
    margin-right: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .performance__ttl-txt {
    width: 80%;
  }
}
.performance__ttl-txt-img-01 {
  height: auto;
  width: 336px;
  margin-right: 8px;
  margin-left: 13px;
}
@media screen and (max-width: 767.99px) {
  .performance__ttl-txt-img-01 {
    width: 180px;
    margin-right: initial;
    margin-left: initial;
  }
}
.performance__ttl-txt-img-02 {
  height: auto;
  width: 27px;
  margin: 0 -6px;
}
@media screen and (max-width: 767.99px) {
  .performance__ttl-txt-img-02 {
    width: 16px;
    margin: 0 0 0 3px;
  }
}
.performance__ttl-txt-img-03 {
  height: auto;
  width: 386px;
  margin-left: 4px;
  margin-right: 25px;
}
@media screen and (max-width: 767.99px) {
  .performance__ttl-txt-img-03 {
    width: 180px;
    margin-left: initial;
    margin-top: 8px;
    margin-right: initial;
  }
}
.performance__small-txt {
  color: #4EA0DD;
  font-size: 36px;
  margin: 0 5px;
}
@media screen and (max-width: 767.99px) {
  .performance__small-txt {
    font-size: 19px;
  }
}
.performance__kazu {
  text-align: center;
  margin-top: -72px;
  margin-left: 11px;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .performance__kazu {
    margin-top: -36px;
  }
}
.performance__feature-img {
  width: 460px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-img {
    width: 80%;
  }
}
.performance__feature {
  background-color: #fff;
  box-shadow: 0 3px 20px rgba(0,0,0,0.16);
  margin-top: -56px;
  padding: 50px 88px 104px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature {
    box-shadow: none;
    margin-top: -44px;
    padding: 20px 20px 60px;
  }
}
.performance__feature-ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}
.performance__feature-ttl::before {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: -8px;
  margin-right: min(1.3392857143vw, 12px);
  width: min(3.767857vw, 61px);
  height: min(3.3928571429vw, 38px);
  border-bottom: 2px dotted;
}
.performance__feature-ttl::after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: relative;
  top: -8px;
  margin-right: min(1.3392857143vw, 12px);
  width: min(3.767857vw, 61px);
  height: min(3.3928571429vw, 38px);
  border-bottom: 2px dotted;
}
@media screen and (max-width: 767.99px) {
.performance__feature-ttl::before,
.performance__feature-ttl::after {
  width: min(8.767857vw, 61px);
}
  
}
.performance__feature-block-upper {
  padding-top: 41px;
}
.performance__feature-index-table {
  padding-top: 37px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-index-table {
    overflow: scroll;
  }
  .performance__feature-index-table table {
    width: 700px;
  }
}
.performance__feature-index-border-none {
  border-top: none !important;
  border-left: none !important;
  border-bottom: none !important;
  outline: none;
}
.performance__feature-index-table td {
  border: 2px solid #333333;
  padding: 5px 10px;
}
.performance__feature-index-skyblue {
  width: 54px;
  text-align: center;
  height: 37px;
  background-color: #EFF5FA;
}
.performance__feature-index-gray {
  height: 41px;
  width: 104px;
  text-align: center;
  background-color: #AAAAAA;
  color: #fff;
  font-size: 20px;
}
.performance__feature-index-blue {
  height: 41px;
  width: 104px;
  text-align: center;
  background-color: #1773B7;
  color: #fff;
  font-size: 20px;
}
.performance__feature-index-mei {
  width: 320px !important;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-index-skyblue,
  .performance__feature-index-gray,
  .performance__feature-index-blue,
  .performance__feature-index-mei {
    font-size: 15px;
    width: auto;
  }
}
.performance__feature-index-per {
  text-align: center;
  font-size: 16px;
}
.performance__feature-index-capture {
  padding-top: 15px;
  margin-left: 2px;
}
.performance__feature-index-capture-02 {
  padding-top: 0;
  margin-left: 2px;
}
.performance__feature-index-capture-txt {
  font-size: 14px;
}
.performance__feature-block-mid {
  padding-top: 53px;
}
.performance__feature-block-mid-img {
  padding-top: 12px;
  margin-left: -6px;
  max-width: initial;
  width: 101.9%;
}
.performance__feature-block-lower {
  padding-top: 97px;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower {
    padding-top: 60px;
  }
}
.performance__feature-block-lower-ttl {
  background-color: #1773B7;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: 700;
}
.performance__feature-block-lower-inenr {
  border-left: 4px solid #1773B7;
  border-right: 4px solid #1773B7;
  border-bottom: 4px solid #1773B7;
  border-radius: 15px;
}
.performance__feature-block-lower-main-txt {
  padding: 46px 58px 10px;
  font-size: 20px;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-main-txt {
    padding: 20px 20px 10px;
    font-size: 14px;
  }
}
.performance__feature-block-lower-blue-txt {
  color: #4EA0DD;
  font-weight: 900;
}
.performance__feature-block-lower-img-01 {
  width: 790px;
  padding-top: 15px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-img-01 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .performance__feature-block-lower-img-01 {
    padding: 15px 20px 0;
  }
}
.performance__feature-block-lower-graph-ttl-txt {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-graph-ttl-txt {
    font-size: 17px;
    padding: 0 10px;
  }
}
.performance__feature-block-lower-graph-ttl-01 {
  padding-top: 44px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-graph-ttl-01 {
    padding-top: 14px;
  }
}
.performance__feature-block-lower-graph-ttl-02 {
  padding-top: 43px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-graph-ttl-02 {
    padding-top: 14px;
  }
}
.performance__feature-block-lower-img-02 {
  width: 795px;
  padding-top: 14px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-img-02 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .performance__feature-block-lower-img-02 {
    padding: 15px 20px 0;
  }
}
.performance__feature-block-lower-graph-ttl-03 {
  padding-top: 40px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-graph-ttl-03 {
    padding-top: 14px;
  }
}
.performance__feature-block-lower-img-03 {
  width: 795px;
  padding-top: 14px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-img-03 {
    padding: 15px 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .performance__feature-block-lower-img-03 {
    padding: 15px 20px 0;
  }
}
.performance__feature-block-lower-capture {
  padding: 35px 58px 52px;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-block-lower-capture {
    padding: 10px 20px 25px;
    text-align: left;
    font-size: 10px;
  }
}
.performance__feature-block-lower-capture-txt {
  line-height: 2;
}
.performance__feature-kazu {
  display: flex;
  padding-top: 57px;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-kazu {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .performance__feature-kazu {
    justify-content: space-evenly;
  }
}
.performance__feature-kazu-txt {
  font-size: 24px;
  padding: 24px 71px 27px 104px;
  border-radius: 10px;
  font-weight: 500;
  background-color: #BA062B;
  color: #fff;
  display: inline-block;
  line-height: 1.9;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-kazu-txt {
    font-size: 14px;
    padding: 31px 20px 31px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .performance__feature-kazu-txt {
    padding: 24px 31px;
  }
}
.performance__feature-kazu-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  border: 19px solid transparent;
  border-left: 44px solid #BA062B;
}
@media screen and (max-width: 767.99px) {
  .performance__feature-kazu-txt::before {
    top: 20%;
  }
}
.performance__feature-kazu-bold-txt {
  font-weight: 900;
}
.performance__feature-kazu-img {
  width: 131px;
}

.intro {
  background-color: #EFF5FA;
  background-image: url(../image/bg_intro.png);
  background-size: 100% 271px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.99px) {
  .intro {
    background-size: 100% 111px;
  }
}
.intro__ttl {
  text-align: center;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  padding-top: 47px;
}
@media screen and (max-width: 767.99px) {
  .intro__ttl {
    font-size: 18px;
    padding-top: 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .intro__ttl {
    font-size: 38px;
  }
}
.intro__ttl span {
  font-size: 36px;
}
@media screen and (max-width: 767.99px) {
  .intro__ttl span {
    font-size: 13px;
  }
}
.intro__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 170px;
  padding-bottom: 62px;
}
@media screen and (max-width: 767.99px) {
  .intro__inner {
    padding: 78px 20px 0;
  }
}
.intro__table {
  background-color: #fff;
  padding: 60px 90px;
  border-radius: 10px;
}
@media screen and (max-width: 767.99px) {
  .intro__table {
    border-radius: initial;
    padding: initial;
    overflow: hidden !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .intro__table {
    overflow: scroll;
  }
}
.intro__table table {
  width: 900px;
}
@media screen and (max-width: 767.99px) {
  .intro__table table {
    width: 100%;
    border-top: 2px solid #333333;
  }
}
.intro__table th,
.intro__table td {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  border: 2px solid #333333;
  padding: 9px;
}
@media screen and (max-width: 767.99px) {
  .intro__table td,
  .intro__table th {
    font-size: 15px;
    display: block;
    width: 100%;
    border-top: none;
  }
}
.intro__table-wrap {
  border-radius: 10px;
}
@media screen and (max-width: 767.99px) {
  .intro__table-wrap {
    padding: 60px 25px;
    background-color: #fff;
  }
}
.intro__table-blue {
  background-color: #1773B7;
  width: 136px;
  color: #fff;
  text-align: center;
}
.intro__table-mid {
  width: 248px !important;
}
.intro__table-left {
  width: 164px;
  text-align: center;
}
.intro__table-right {
  width: 350px;
  text-align: center;
}
@media screen and (max-width: 767.99px) {
  .intro__table-blue,
  .intro__table-mid,
  .intro__table-left,
  .intro__table-right {
    width: auto !important;
  }
}
.intro__table-capture-txt {
  font-size: 14px;
}
.intro__table-capture {
  padding-top: 18px;
  margin-left: 3px;
}
.intro__buy {
  font-size: 20px;
  text-align: center;
  font-weight: 800;
  padding-top: 47px;
  line-height: 2;
}
@media screen and (max-width: 767.99px) {
  .intro__buy {
    font-size: 14px;
  }
}
.intro__btn-img {
  width: 574px;
  position: relative;
}
.intro__btn-wrap {
  text-align: center;
  padding: 55px 0;
  position: relative;
}
.intro__btn-wrap span {
  position: absolute;
  top: 145px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 767.99px) {
  .intro__btn-wrap span {
    top: 54%;
    font-size: 14px;
    width: 100%;
  }
}
.intro__bold-txt {
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767.99px) {
  .intro__bold-txt {
    top: 36%;
    font-size: 24px;
    width: 100%;
  }
}

.copyright {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.99px) {
  .copyright {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.copyright__ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767.99px) {
  .copyright__ttl {
    font-size: 15px;
  }
}
.copyright__main-txt {
  padding-top: 17px;
  font-size: 14px;
  line-height: 1.85;
}
@media screen and (max-width: 767.99px) {
  .copyright__main-txt {
    font-size: 11px;
  }
}
.copyright__inner {
  max-width: 900px;
  margin: 0 auto;
  border: 2px solid #333333;
  border-radius: 10px;
  padding: 69px 68px 65px;
}
@media screen and (max-width: 767.99px) {
  .copyright__inner {
    margin: 0 20px;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .copyright__inner {
    margin: 0 40px;
  }
}

.etflp-blackBox {
  background: #000;
  padding: 80px 15px;
}

.etflp-blackBox a {
  display: block;
  margin: auto;
  max-width: 800px;
}

.etflp-blackBox a + a {
  margin-top: 40px;
}

.etflp-blackBox .txt_black03 {
  max-width: 777px;
}
@media screen and (max-width: 1000px) {
  .etflp-blackBox {
    padding: 30px;
  }
  .etflp-blackBox a + a {
    margin-top: 30px;
  }
}