@charset "UTF-8";
body {
  overflow-x: hidden;
  letter-spacing: 0.03rem;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  display: block;
}

.l-header .p-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 100px;
  background-color: #003E74;
  padding: 0 35px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .l-header .p-header {
    background-color: white;
    height: 70px;
    padding: 0 0 0 16px;
  }
}
.l-header .p-header .p-header__logo-box {
  width: 160px;
}
.l-header .p-header .p-header__pc-nav {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (min-width: 1500px) {
  .l-header .p-header .p-header__pc-nav {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .p-header .p-header__pc-nav {
    display: none;
  }
}
.l-header .p-header .p-header__pc-nav .p-header__pc-nav-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (min-width: 1500px) {
  .l-header .p-header .p-header__pc-nav .p-header__pc-nav-list {
    -moz-column-gap: 34px;
         column-gap: 34px;
  }
}
.l-header .p-header .p-header__pc-nav .p-header__pc-nav-list .p-header__nav-link {
  color: white;
  font-weight: 500;
}
@media screen and (min-width: 1500px) {
  .l-header .p-header .p-header__pc-nav .p-header__pc-nav-list .p-header__nav-link {
    font-size: 20px;
  }
}
.l-header .p-header .p-header__pc-nav .p-header__pc-nav-contact-btn {
  display: block;
  padding: 14px 30px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #399FE5 0%, #0076C7 100%);
}
.l-header .p-header .p-header__pc-nav .p-header__pc-nav-contact-btn .p-header__pc-nav-contact-txt {
  color: white;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1500px) {
  .l-header .p-header .p-header__pc-nav .p-header__pc-nav-contact-btn .p-header__pc-nav-contact-txt {
    font-size: 20px;
  }
}
.l-header .p-header .p-header__sp-nav-hb-btn {
  position: relative;
  width: 108px;
  height: 108px;
  cursor: pointer;
  z-index: 1001;
  background-color: #144176;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}
.l-header .p-header .p-header__sp-nav-hb-btn.is-active {
  background: white;
}
@media screen and (max-width: 767px) {
  .l-header .p-header .p-header__sp-nav-hb-btn {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .l-header .p-header .p-header__sp-nav-hb-btn {
    display: none;
  }
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box {
  width: 36px;
  height: 28px;
  position: relative;
  margin: 0 auto;
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box-span,
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box .p-header__sp-nav-hb-span {
  position: absolute;
  text-align: left;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box-span:nth-child(1),
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box .p-header__sp-nav-hb-span:nth-child(1) {
  top: 0px;
  width: 36px;
  right: 0;
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box-span:nth-child(2),
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box .p-header__sp-nav-hb-span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  right: 0;
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box-span:nth-child(3),
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box .p-header__sp-nav-hb-span:nth-child(3) {
  bottom: 0px;
  width: 18px;
  right: 0;
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box.is-active .p-header__sp-nav-hb-span {
  transition: background-color 0.3s;
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box.is-active .p-header__sp-nav-hb-span:nth-child(1) {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 28px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #144176;
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box.is-active .p-header__sp-nav-hb-span:nth-child(2) {
  opacity: 0;
}
.l-header .p-header .p-header__sp-nav-hb-btn .p-header__sp-nav-hb-box.is-active .p-header__sp-nav-hb-span:nth-child(3) {
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 28px;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #144176;
}
.l-header .p-header .p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003E74;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
  overflow-y: auto;
}
.l-header .p-header .p-drawer.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0%);
}
.l-header .p-header .p-drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 60px 20px;
}
.l-header .p-header .p-drawer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
.l-header .p-header .p-drawer__item a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.l-header .p-header .p-drawer__contact-btn {
  display: inline-block;
  padding: 16px 48px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4a90e2, #6fb1f0);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.l-header .p-header body.is-drawer-open {
  overflow: hidden;
}

.main-visual .mainvisual-img-box {
  position: relative;
  width: 100%;
}
.main-visual .main-visual__img-box {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.main-visual .main-visual__cta-box {
  position: absolute;
  left: 8%;
  top: 28%;
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual__cta-box {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    transform: translateX(-50%);
    top: 17%;
  }
}
.main-visual .mainvisual-collaboration-img {
  width: 400px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1500px) {
  .main-visual .mainvisual-collaboration-img {
    width: 500px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .mainvisual-collaboration-img {
    display: none;
  }
}
.main-visual .mainvisual-logo {
  width: 400px;
  margin-bottom: 45px;
}
@media screen and (min-width: 1500px) {
  .main-visual .mainvisual-logo {
    width: 500px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .mainvisual-logo {
    width: 280px;
    margin-bottom: 20px;
  }
}
.main-visual .main-visual__cta-btn-box {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.main-visual .main-visual__cta-btn-box .main-visual__rfi-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 57px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #0065BE 0%, #003E74 100%);
}
@media screen and (min-width: 1500px) {
  .main-visual .main-visual__cta-btn-box .main-visual__rfi-btn {
    width: 240px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual__cta-btn-box .main-visual__rfi-btn {
    width: 138px;
    height: 43px;
  }
}
.main-visual .main-visual__cta-btn-box .main-visual__rfi-btn .main-visual__rfi-btn-txt {
  font-size: 18px;
  color: white;
  letter-spacing: 0.12rem;
}
@media screen and (min-width: 1500px) {
  .main-visual .main-visual__cta-btn-box .main-visual__rfi-btn .main-visual__rfi-btn-txt {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual__cta-btn-box .main-visual__rfi-btn .main-visual__rfi-btn-txt {
    font-size: 12px;
  }
}
.main-visual .main-visual__cta-btn-box .main-visual__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 185px;
  height: 57px;
  border-radius: 9999px;
  background: linear-gradient(135deg, #399FE5 0%, #0076C7 100%);
}
@media screen and (min-width: 1500px) {
  .main-visual .main-visual__cta-btn-box .main-visual__contact-btn {
    width: 240px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual__cta-btn-box .main-visual__contact-btn {
    width: 138px;
    font-size: 12px;
    height: 43px;
  }
}
.main-visual .main-visual__cta-btn-box .main-visual__contact-btn .main-visual__contact-btn-txt {
  font-size: 18px;
  color: white;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1500px) {
  .main-visual .main-visual__cta-btn-box .main-visual__contact-btn .main-visual__contact-btn-txt {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .main-visual .main-visual__cta-btn-box .main-visual__contact-btn .main-visual__contact-btn-txt {
    font-size: 12px;
  }
}

.mainvisual-scrolll-icon {
  position: absolute;
  bottom: 8vw;
  left: 3vw;
  width: 45px;
}
@media screen and (min-width: 1500px) {
  .mainvisual-scrolll-icon {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mainvisual-scrolll-icon {
    left: inherit;
    right: 3vw;
    width: 30px;
    bottom: -10px;
  }
}

.p-trouble-section {
  background: #f1f1f1;
  padding: 200px 0 0px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-trouble-section {
    padding: 170px 0 70px;
  }
}
.p-trouble-section .p-trouble-section__wrap {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap {
    max-width: 1400px;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  font-weight: bold;
  color: #003E74;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl {
    font-size: 20px;
    letter-spacing: 0.03rem;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl::after {
  content: "";
  position: absolute;
  left: -65px;
  top: -100px;
  width: 250px;
  height: 86px;
  background: url(../img/trouble-section__ttl-bubble.svg) center center/cover no-repeat;
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl::after {
    left: -65px;
    top: -176px;
    width: 340px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl::after {
    left: -16px;
    top: -90px;
    width: 200px;
    height: 66px;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl .dot-top {
  position: relative;
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl .dot-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background: #003E74;
  border-radius: 9999px;
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__ttl .dot-top::after {
    width: 6px;
    height: 6px;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list {
  width: 80%;
  margin: 180px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list {
    margin-top: 230px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 175px;
    width: 85%;
    margin: 130px auto 0;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  box-shadow: 9px 9px 25px -8px #777777;
  aspect-ratio: 1;
  background: white;
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item01, .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item02, .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 {
  position: relative;
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item01 img, .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item02 img, .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 img {
  position: absolute;
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item01 .p-trouble-section__trouble-item01-top {
  top: -84px;
  left: -126px;
  width: clamp(220px, 133.44px + 11.28vw, 280px);
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item01 .p-trouble-section__trouble-item01-top {
    width: 335px;
    left: -182px;
    top: -113px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item01 .p-trouble-section__trouble-item01-top {
    top: -73px;
    left: -20px;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item01 .p-trouble-section__trouble-item01-bottom {
  bottom: -100px;
  left: -160px;
  width: clamp(220px, 133.44px + 11.28vw, 280px);
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item01 .p-trouble-section__trouble-item01-bottom {
    width: 325px;
    left: -180px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item01 .p-trouble-section__trouble-item01-bottom {
    bottom: -49px;
    left: -12px;
    width: clamp(200px, 133.44px + 11.28vw, 280px);
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item02 .p-trouble-section__trouble-item02-top {
  top: -115px;
  right: -60px;
  width: clamp(220px, 133.44px + 11.28vw, 280px);
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item02 .p-trouble-section__trouble-item02-top {
    width: 352px;
    top: -150px;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item02 .p-trouble-section__trouble-item02-top {
    top: -84px;
    right: -41px;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item02 .p-trouble-section__trouble-item02-bottom {
  bottom: -130px;
  left: -96px;
  width: clamp(220px, 133.44px + 11.28vw, 280px);
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item02 .p-trouble-section__trouble-item02-bottom {
    width: 320px;
    left: -86px;
    bottom: -157px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item02 .p-trouble-section__trouble-item02-bottom {
    left: -37px;
    bottom: -95px;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-top {
  top: -100px;
  right: -120px;
  width: clamp(220px, 133.44px + 11.28vw, 280px);
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-top {
    width: 339px;
    top: -132px;
    right: -100px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-top {
    top: -82px;
    right: -28px;
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-bottom {
  bottom: -153px;
  left: -103px;
  width: clamp(220px, 133.44px + 11.28vw, 280px);
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-bottom {
    bottom: -195px;
    left: -80px;
    width: 335px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-bottom {
    left: -41px;
    bottom: -93px;
    width: clamp(200px, 133.44px + 11.28vw, 280px);
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-rigth {
  bottom: -78px;
  right: -192px;
  width: clamp(200px, 113.53px + 11.26vw, 260px);
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-rigth {
    width: 305px;
    bottom: -90px;
    right: -189px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item.trouble-item03 .p-trouble-section__trouble-item03-rigth {
    bottom: -30px;
    right: -45px;
    width: clamp(190px, 113.53px + 11.26vw, 260px);
  }
}
.p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item .p-trouble-section__txt {
  font-size: 26px;
  font-weight: bold;
  color: #003E74;
  letter-spacing: 0.21rem;
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble-section__wrap .p-trouble-section__list .p-trouble-section__item .p-trouble-section__txt {
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.15rem;
  }
}
.p-trouble-section .p-trouble__trouble-figure-img {
  margin: 200px auto 0;
  width: 80%;
  max-width: 600px;
}
@media screen and (min-width: 1500px) {
  .p-trouble-section .p-trouble__trouble-figure-img {
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .p-trouble-section .p-trouble__trouble-figure-img {
    margin: 160px auto 0;
  }
}

.p-solution-section {
  background: linear-gradient(180deg, #E3F5FF 0%, #A7E0FF 100%);
  padding: 0 0 240px;
}
@media screen and (max-width: 767px) {
  .p-solution-section {
    padding: 0 0 140px;
  }
}
.p-solution-section .p-solution-section__wrap {
  max-width: 1420px;
  width: 90%;
  margin: 0 auto;
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap {
    padding-top: 80px;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box {
  position: relative;
}
.p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box .p-solution-section__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  font-weight: bold;
  color: #003E74;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (min-width: 1500px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box .p-solution-section__ttl {
    font-size: 54px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box .p-solution-section__ttl {
    font-size: 20px;
    letter-spacing: 0.03rem;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box .p-solution-section__ttl .dot-top {
  position: relative;
}
.p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box .p-solution-section__ttl .dot-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background: #003E74;
  border-radius: 9999px;
}
@media screen and (min-width: 1500px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box .p-solution-section__ttl .dot-top::after {
    width: 6px;
    height: 6px;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box .p-solution-section__ttl-bg-img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__ttl-box .p-solution-section__ttl-bg-img {
    width: 100%;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__lead-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-solution-section .p-solution-section__wrap .p-solution-section__lead-box .p-solution-section__lead-bubble {
  top: -80px;
  position: absolute;
  width: 140px;
  right: -100px;
}
@media screen and (min-width: 1500px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__lead-box .p-solution-section__lead-bubble {
    width: 190px;
    right: -160px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__lead-box .p-solution-section__lead-bubble {
    right: 2px;
    top: -106px;
    width: 120px;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__lead-box .p-solution-section__lead-txt {
  font-size: 20px;
  margin-top: 170px;
  color: #003E74;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 1500px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__lead-box .p-solution-section__lead-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__lead-box .p-solution-section__lead-txt {
    font-size: 16px;
    text-align: left;
    margin-top: 162px;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box {
  width: 80%;
  margin: 90px auto 0;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box {
    width: 100%;
    margin: 45px auto 0;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper {
  max-height: 400px;
  padding: 26px 0;
  display: flex;
  background: white;
  box-shadow: 9px 9px 25px -8px #777777;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper {
    flex-direction: column;
    max-height: inherit;
    padding: 20px;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper:not(:last-child) {
    margin-bottom: 40px;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 40px 10px 130px;
}
@media screen and (min-width: 1500px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left {
    padding: 30px 40px 30px 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left {
    width: 100%;
    padding: 50px 0 20px;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left::after {
  content: "";
  position: absolute;
  display: block;
  width: 43px;
  height: 41px;
  left: 50px;
  top: 20px;
  background: url(../img/p-solution-section__check-icon.svg) center center/cover no-repeat;
}
@media screen and (min-width: 1500px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left::after {
    width: 54px;
    height: 53px;
    left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left::after {
    width: 32px;
    height: 31px;
    left: 2px;
    top: 1px;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left .p-solution-section__check-card-left-txt {
  font-size: 21px;
  letter-spacing: 0.03rem;
  color: #003E74;
  line-height: 2.2;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left .p-solution-section__check-card-left-txt {
    font-size: 18px;
    line-height: 1.8;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-left .p-solution-section__check-card-left-txt .marker-bg {
  background-color: #FFDB60;
  padding: 0 2px;
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid black;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth {
    border-left: none;
    padding-top: 20px;
    border-top: 1px solid black;
    width: 100%;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img01,
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img02,
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img03 {
  margin: 0 auto;
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img01 {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img01 {
    width: 100%;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img02 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img02 {
    width: 60%;
  }
}
.p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img03 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .p-solution-section .p-solution-section__wrap .p-solution-section__check-card-box .p-solution-section__check-card-wrapper .p-solution-section__check-card-rigth .p-solution-section__check-card-img03 {
    display: block;
    width: 80%;
    margin-top: 20px;
  }
}

.p-app-section {
  position: relative;
  padding: 0px 0 150px;
  background: linear-gradient(180deg, #53B9FF 0%, #399FE5 100%);
}
@media screen and (max-width: 767px) {
  .p-app-section {
    padding: 0px 0 100px;
  }
}
.p-app-section .p-app-section__top-figure {
  position: absolute;
  top: -100px;
  left: 150px;
  width: 300px;
}
@media screen and (min-width: 1500px) {
  .p-app-section .p-app-section__top-figure {
    top: -60px;
    width: 360px;
  }
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__top-figure {
    width: 150px;
    top: -51px;
    left: 20px;
  }
}
.p-app-section .p-app-section__wrap {
  width: 90%;
  max-width: 1480px;
  margin: 180px auto 0;
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap {
    margin: 120px auto 0;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__ttl-box {
  position: relative;
}
.p-app-section .p-app-section__wrap .p-app-section__ttl-box .p-app-section__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (min-width: 1500px) {
  .p-app-section .p-app-section__wrap .p-app-section__ttl-box .p-app-section__ttl {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__ttl-box .p-app-section__ttl {
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.03rem;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__ttl-box .p-app-section__ttl-bg-img {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1500px) {
  .p-app-section .p-app-section__wrap .p-app-section__ttl-box .p-app-section__ttl-bg-img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__ttl-box .p-app-section__ttl-bg-img {
    width: 100%;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__puzzle-box {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box {
    margin-top: 70px;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: white;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1500px) {
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-ttl {
    font-size: 18px;
    letter-spacing: 0.1rem;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-ttl::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 30.5px;
  background: url(../img/app-section__puzzle-ttl-check-img.svg) center center/cover no-repeat;
}
@media screen and (min-width: 1500px) {
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-ttl::after {
    width: 38px;
    height: 36.5px;
    left: -49px;
  }
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-ttl::after {
    width: 28px;
    height: 26.5px;
    left: -36px;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list {
  display: flex;
  flex-wrap: wrap;
  gap: -20px 0;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: inherit;
    justify-content: inherit;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(1) {
    width: 19%;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(2) {
    width: 17%;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(3) {
    width: 21%;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(4) {
    width: 21%;
    margin-left: -21px !important;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(5) {
    width: 19%;
    margin-left: -24px !important;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(6) {
    width: 17%;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(7) {
    width: 21.2%;
    margin-top: -48px !important;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(8) {
    width: 17%;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(9) {
    margin-top: -48px !important;
    margin-left: -25px !important;
    width: 21%;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(10) {
    width: 21%;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(n+6) {
    margin-top: -25px;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:not(:nth-child(5n+1)) {
    margin-left: -22px;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(-n+5) {
    z-index: 2;
  }
  .p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item:nth-child(n+6) {
    z-index: 1;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__puzzle-box .p-app-section__puzzle-list .p-app-section__puzzle-item .p-app-section__puzzle-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #003E74;
  font-weight: bold;
}
.p-app-section .p-app-section__wrap .p-app-section__lead-box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-app-section .p-app-section__wrap .p-app-section__lead-box .p-app-section__lead-txt {
  font-size: 18px;
  letter-spacing: 0.05rem;
  margin-top: 100px;
  color: white;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 1500px) {
  .p-app-section .p-app-section__wrap .p-app-section__lead-box .p-app-section__lead-txt {
    font-size: 24px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__lead-box .p-app-section__lead-txt {
    font-size: 16px;
    text-align: left;
    margin-top: 40px;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__puls-img {
  width: 70px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__puls-img {
    width: 40px;
    margin: 30px auto 0;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box {
  margin-top: 100px;
}
.p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__op-puzzle-ttl {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  color: white;
  text-align: center;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 1500px) {
  .p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__op-puzzle-ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__op-puzzle-ttl {
    font-size: 18px;
    letter-spacing: 0.1rem;
    line-height: 1.5;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__op-puzzle-ttl::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 30.5px;
  background: url(../img/app-section__puzzle-ttl-check-img.svg) center center/cover no-repeat;
}
@media screen and (min-width: 1500px) {
  .p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__op-puzzle-ttl::after {
    width: 38px;
    height: 36.5px;
    left: -49px;
  }
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__op-puzzle-ttl::after {
    width: 28px;
    height: 26.5px;
    left: -36px;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__op-puzzle-ttl::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -150px;
  width: 230px;
  height: 164px;
  background: url(../img/app-section__op-puzzle-ttl-bubble.svg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__op-puzzle-ttl::before {
    top: -99px;
    right: -74px;
    width: 120px;
    height: 85px;
  }
}
.p-app-section .p-app-section__wrap .p-app-section__op-puzzle-box .p-app-section__puls-img-box {
  max-width: 1210px;
  width: 90%;
  margin: 0 auto;
}

.p-usage-flow-section {
  position: relative;
  background: #f1f1f1;
}
.p-usage-flow-section .p-usage-flow-section__start-img {
  margin-top: -2px;
}
.p-usage-flow-section .p-usage-flow-section__top-figure {
  position: absolute;
  top: -50px;
  right: 100px;
  width: 300px;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__top-figure {
    width: 360px;
    right: 200px;
    top: -65px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__top-figure {
    top: -52px;
    right: 28px;
    width: 130px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap {
  width: 90%;
  max-width: 1480px;
  padding: 200px 0;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap {
    padding: 200px 0 320px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap {
    padding: 90px 0;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ttl-box {
  position: relative;
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ttl-box .p-usage-flow-section__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 42px;
  font-weight: bold;
  color: #003E74;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ttl-box .p-usage-flow-section__ttl {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ttl-box .p-usage-flow-section__ttl {
    line-height: 2.2;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.03rem;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ttl-box .p-usage-flow-section__ttl .dot-top {
  position: relative;
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ttl-box .p-usage-flow-section__ttl .dot-top::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -4px;
  transform: translateX(-50%);
  width: 3px;
  height: 3px;
  background: #003E74;
  border-radius: 9999px;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ttl-box .p-usage-flow-section__ttl .dot-top::after {
    width: 6px;
    height: 6px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__lead-box {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__lead-box .p-usage-flow-section__lead-txt {
  font-size: 18px;
  letter-spacing: 0.1rem;
  margin-top: 50px;
  color: #003E74;
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__lead-box .p-usage-flow-section__lead-txt {
    font-size: 24px;
    margin-top: 70px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__lead-box .p-usage-flow-section__lead-txt {
    font-size: 16px;
    text-align: left;
    margin-top: 26px;
    letter-spacing: 0.05rem;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__cost-box {
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: 90%;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__cost-box {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__cost-box {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    width: 100%;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ann {
  display: block;
  font-size: 14px;
  color: #003E74;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 250px;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ann {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__ann {
    line-height: 1.8;
    font-size: 12px;
    margin: 8px auto 180px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package:last-child {
    margin-top: 180px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-box-rigth {
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../img/p-usage-flow-section__s-package-box-rigth-img.svg) center bottom/cover no-repeat;
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-box-rigth .p-usage-flow-section__s-package-box-rigth-img-box {
  position: absolute;
  top: 50%;
  left: 53%;
  display: block;
  width: 320px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-box-rigth .p-usage-flow-section__s-package-box-rigth-img-box {
    display: none;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-box-rigth .p-usage-flow-section__s-package-box-rigth-img-box::after {
  content: "";
  position: absolute;
  display: block;
  top: -114px;
  right: 0px;
  width: 139px;
  height: 100px;
  background: url(../img/usage-flow-section__s-package-left-ttl-bubble.svg) center center/cover no-repeat;
  z-index: 6;
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-left-ttl {
  max-width: 250px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-left-ttl {
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-left-ttl {
    max-width: 180px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-left-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: -114px;
  right: -80px;
  width: 139px;
  height: 100px;
  background: url(../img/usage-flow-section__l-package-left-ttl-bubble.svg) center center/cover no-repeat;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-left-ttl::after {
    top: -150px;
    width: 170px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-left-ttl::after {
    top: -106px;
    width: 122px;
    height: 86px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-left-ttl {
  max-width: 250px;
  margin: 0 auto 40px;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-left-ttl {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-left-ttl {
    max-width: 180px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-left-ttl::after {
  content: "";
  position: absolute;
  display: block;
  top: -114px;
  right: -80px;
  width: 139px;
  height: 100px;
  background: url(../img/usage-flow-section__s-package-left-ttl-bubble.svg) center center/cover no-repeat;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-left-ttl::after {
    top: -150px;
    width: 170px;
    height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__s-package-left-ttl::after {
    top: -106px;
    width: 122px;
    height: 86px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box {
  display: grid;
  grid-template-columns: 1fr 240px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box {
    grid-template-columns: 1fr 60px;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner {
  padding: 60px 100px 60px 60px;
  border-top: 1px #003E74 solid;
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner {
    padding: 20px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner:last-child {
  border-bottom: 1px #003E74 solid;
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-num {
  display: block;
  font-size: 62px;
  color: #399FE5;
  margin-bottom: 20px;
  font-weight: 500;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-num {
    font-size: 82px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-num {
    font-size: 32px;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-ttl {
  font-weight: bold;
  font-size: 32px;
  color: #003E74;
  margin-bottom: 20px;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-ttl {
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 1.5;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-txt {
  color: #003E74;
  font-size: 16px;
  letter-spacing: 0.03rem;
  line-height: 2;
}
@media screen and (min-width: 1500px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-left .p-usage-flow-section__e-package-content-inner .p-usage-flow-section__e-package-content-txt {
    font-size: 15px;
    line-height: 1.7;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-rigth {
  position: relative;
  height: 100%;
  width: 100%;
  background: url(../img/p-usage-flow-section__e-package-box-rigth-img.svg) center bottom/cover no-repeat;
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-rigth .p-usage-flow-section__e-package-box-rigth-img-box {
  position: absolute;
  top: 50%;
  left: 53%;
  display: block;
  width: 320px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-rigth .p-usage-flow-section__e-package-box-rigth-img-box {
    display: none;
  }
}
.p-usage-flow-section .p-usage-flow-section__wrap .p-usage-flow-section__e-package .p-usage-flow-section__e-package-box .p-usage-flow-section__e-package-box-rigth .p-usage-flow-section__e-package-box-rigth-img-box::after {
  content: "";
  position: absolute;
  display: block;
  top: -114px;
  right: 0px;
  width: 139px;
  height: 100px;
  background: url(../img/usage-flow-section__l-package-left-ttl-bubble.svg) center center/cover no-repeat;
  z-index: 6;
}

.p-faq-section {
  background: linear-gradient(135deg, #C0EAF2 0%, #399FE5 100%);
}
.p-faq-section .p-faq-section__wrap {
  width: 90%;
  max-width: 1480px;
  padding: 150px 0;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .p-faq-section .p-faq-section__wrap {
    padding: 200px 0 150px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap {
    padding: 90px 0;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  font-size: 42px;
  font-weight: bold;
  color: white;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__ttl {
    margin: 0 auto 50px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 3px;
  height: 30px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__ttl::after {
    top: 8px;
    width: 3px;
    height: 15px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -20px;
  width: 3px;
  height: 30px;
  background: #FFFFFF;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__ttl::before {
    top: 23px;
    width: 3px;
    height: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__ttl {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__ttl {
    line-height: 2.2;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.03rem;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box {
  padding: 25px 35px;
  background: white;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1500px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box {
    padding: 41px 45px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box:not(:last-child) {
  margin-bottom: 20px;
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-faq-section__accodion-ttl-left {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-faq-section__accodion-ttl-left {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-faq-section__accodion-ttl-left .p-faq-section__accodion-ttl-faq {
  font-size: 40px;
  margin-bottom: 12px;
  color: #003E74;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-faq-section__accodion-ttl-left .p-faq-section__accodion-ttl-faq {
    font-size: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-faq-section__accodion-ttl-left .p-faq-section__accodion-ttl-faq {
    font-size: 50px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-faq-section__accodion-ttl-left .p-faq-section__accodion-ttl {
  color: #003E74;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-faq-section__accodion-ttl-left .p-faq-section__accodion-ttl {
    font-size: 15px;
    margin-right: 18px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 1500px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-faq-section__accodion-ttl-left .p-faq-section__accodion-ttl {
    font-size: 24px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-section__accodion-toggle-box {
  position: relative;
  right: 10px;
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-section__accodion-toggle-box::before {
  content: "";
  display: inline-block;
  background-color: #003E74;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 1px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-section__accodion-toggle-box::before {
    height: 15px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-section__accodion-toggle-box::after {
  content: "";
  display: inline-block;
  background-color: #003E74;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  height: 1px;
  width: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box .p-section__accodion-toggle-box::after {
    width: 15px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box.open .p-section__accodion-toggle-box::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-section__accodion-ttl-box.open .p-section__accodion-toggle-box::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-faq-section__accodion-ditail-box {
  padding-top: 37px;
  margin-top: 24px;
  border-top: 1px #003E74 solid;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-faq-section__accodion-ditail-box {
    padding-top: 24px;
    margin-top: 23px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-faq-section__accodion-ditail-box .p-faq-section__accodion-box-txt {
  color: #003E74;
  letter-spacing: 0.05rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-faq-section__accodion-ditail-box .p-faq-section__accodion-box-txt {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-faq-section__accodion-ditail-box .p-faq-section__accodion-box-txt {
    font-size: 20px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__accodion-box .p-faq-section__accodion-box-inner .p-faq-section__accodion-ditail-box.is-active {
  display: block;
}
.p-faq-section .p-faq-section__wrap .p-faq-section__list-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(90deg, #0065BE 0%, #003E74 100%);
  padding: 20px 40px;
  border-radius: 9999px;
  margin: 73px auto 0;
}
@media screen and (max-width: 767px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__list-btn {
    padding: 18px 38px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 1500px) {
  .p-faq-section .p-faq-section__wrap .p-faq-section__list-btn {
    padding: 30px 43px;
  }
}
.p-faq-section .p-faq-section__wrap .p-faq-section__list-btn .p-faq-section__list-btn-txt {
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.p-ie-section {
  background: #F4F4F4;
}
.p-ie-section .p-ie-section__wrap {
  width: 90%;
  max-width: 1480px;
  padding: 160px 0 220px;
  margin: 0 auto;
}
@media screen and (min-width: 1500px) {
  .p-ie-section .p-ie-section__wrap {
    padding: 200px 0 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap {
    padding: 90px 0 120px;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__ttl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
  font-size: 42px;
  font-weight: bold;
  color: #003E74;
  letter-spacing: 0.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__ttl {
    margin: 0 auto 50px;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__ttl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 3px;
  height: 30px;
  background: #003E74;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__ttl::after {
    top: 8px;
    width: 3px;
    height: 15px;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: -20px;
  width: 3px;
  height: 30px;
  background: #003E74;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__ttl::before {
    top: 23px;
    width: 3px;
    height: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__ttl {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__ttl {
    line-height: 2.2;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.03rem;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  background: white;
  padding: 33px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item {
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column-reverse;
    gap: 33px;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-ttl {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #003E74;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-ttl {
    margin-bottom: 21px;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-field-box .p-ie-section__card-field-wrapper {
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  align-items: center;
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-field-box .p-ie-section__card-field-wrapper:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-field-box .p-ie-section__card-field-wrapper:not(:last-child) {
    margin-bottom: 9px;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-field-box .p-ie-section__card-field-wrapper .p-ie-section__card-field-hedding-box {
  padding: 5px 10px;
  background: #003E74;
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-field-box .p-ie-section__card-field-wrapper .p-ie-section__card-field-hedding-box .p-ie-section__card-field-hedding {
  color: white;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-field-box .p-ie-section__card-field-wrapper .p-ie-section__card-field-hedding-box .p-ie-section__card-field-hedding {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05rem;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-field-box .p-ie-section__card-field-wrapper .p-ie-section__card-field-ditail-box .p-ie-section__card-field-ditail {
  color: #003E74;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-field-box .p-ie-section__card-field-wrapper .p-ie-section__card-field-ditail-box .p-ie-section__card-field-ditail {
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-item-link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  letter-spacing: 0.1rem;
  margin-top: 60px;
  color: #003E74;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-item-link {
    font-size: 14px;
    letter-spacing: 0.05rem;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-item-link::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 17.5px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/ie-section__card-item-link-img.svg) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-item-link::after {
    width: 6px;
    height: 12.5px;
    right: -13px;
  }
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-item-right {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__card-list .p-ie-section__card-item .p-ie-section__card-item-left {
    order: 2;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__list-btn {
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to right, #399FE5 0%, #006BB5 100%);
  padding: 20px 40px;
  border-radius: 9999px;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__list-btn {
    padding: 18px 38px;
    margin: 45px auto 0;
  }
}
@media screen and (min-width: 1500px) {
  .p-ie-section .p-ie-section__wrap .p-ie-section__list-btn {
    padding: 30px 50px;
  }
}
.p-ie-section .p-ie-section__wrap .p-ie-section__list-btn .p-ie-section__list-btn-txt {
  color: white;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.l-footer {
  background: #003E74;
  position: relative;
  padding: 100px 0;
}
@media screen and (min-width: 1500px) {
  .l-footer {
    padding: 220px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 80px 0;
  }
}
.l-footer .footer-page-top {
  position: absolute;
  top: -30px;
  right: 50px;
  width: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer .footer-page-top {
    right: 30px;
  }
}
.l-footer .p-footer {
  width: 86%;
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer {
    flex-direction: column;
    row-gap: 50px;
    width: 90%;
  }
}
.l-footer .p-footer .p-footer__left {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__left {
    width: 100%;
  }
}
.l-footer .p-footer .p-footer__left .p-footer__logo-box {
  width: 190px;
}
@media screen and (min-width: 1500px) {
  .l-footer .p-footer .p-footer__left .p-footer__logo-box {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__left .p-footer__logo-box {
    width: 160px;
  }
}
.l-footer .p-footer .p-footer__left .p-footer__left-address-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__left .p-footer__left-address-list {
    margin-top: 36px;
  }
}
.l-footer .p-footer .p-footer__left .p-footer__left-address-list .p-footer__left-address-item:first-child {
  margin-bottom: 20px;
}
.l-footer .p-footer .p-footer__left .p-footer__left-address-list .p-footer__left-address-item .p-footer__left-address-store-name {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
  letter-spacing: 0.1rem;
  color: white;
}
@media screen and (min-width: 1500px) {
  .l-footer .p-footer .p-footer__left .p-footer__left-address-list .p-footer__left-address-item .p-footer__left-address-store-name {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__left .p-footer__left-address-list .p-footer__left-address-item .p-footer__left-address-store-name {
    font-size: 16px;
  }
}
.l-footer .p-footer .p-footer__left .p-footer__left-address-list .p-footer__left-address-item .p-footer__left-address {
  color: white;
  font-size: 14px;
}
@media screen and (min-width: 1500px) {
  .l-footer .p-footer .p-footer__left .p-footer__left-address-list .p-footer__left-address-item .p-footer__left-address {
    font-size: 18px;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__left .p-footer__left-address-list .p-footer__left-address-item .p-footer__left-address {
    font-size: 14px;
    line-height: 1.5;
  }
}
.l-footer .p-footer .p-footer__rigth {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__rigth {
    width: 100%;
  }
}
.l-footer .p-footer .p-footer__rigth .p-footer__info-box {
  display: flex;
  padding: 20px;
  background: white;
  color: #003E74;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: self-end;
}
@media screen and (min-width: 1500px) {
  .l-footer .p-footer .p-footer__rigth .p-footer__info-box {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__rigth .p-footer__info-box {
    -moz-column-gap: 16px;
         column-gap: 16px;
    padding: 10px;
  }
}
.l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-left {
  width: calc(100% - 155px);
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-left {
    width: calc(100% - 105px);
  }
}
.l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-left .p-footer__info-left-ttl {
  line-height: 1.4;
  letter-spacing: 0.03rem;
  display: block;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (min-width: 1500px) {
  .l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-left .p-footer__info-left-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-left .p-footer__info-left-ttl {
    margin-bottom: 14px;
    font-size: 14px;
  }
}
.l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-left .p-footer__info-left-txt {
  line-height: 1.7;
  font-size: 14px;
}
@media screen and (min-width: 1500px) {
  .l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-left .p-footer__info-left-txt {
    font-size: 16px;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-left .p-footer__info-left-txt {
    font-size: 12px;
  }
}
.l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-rigth {
  width: 130px;
}
.l-footer .p-footer .p-footer__rigth .p-footer__info-box .p-footer__info-rigth .p-footer__info-rigth-img {
  margin-top: auto;
}

.modal-click-box {
  display: none;
}
.modal-click-box.is-active {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 100%;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-click-box .modal-click-box__item {
  width: 50%;
  position: relative;
  padding: 50px;
  background: white;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .modal-click-box .modal-click-box__item {
    width: 80%;
    padding: 30px;
  }
}
.modal-click-box .modal-click-box__item .modal-click-box__close-img-box {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: -10px;
  top: -10px;
}
.modal-click-box .modal-click-box__item .modal-click-box__item-ttl-box {
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (min-width: 1500px) {
  .modal-click-box .modal-click-box__item .modal-click-box__item-ttl-box {
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .modal-click-box .modal-click-box__item .modal-click-box__item-ttl-box {
    margin-bottom: 20px;
  }
}
.modal-click-box .modal-click-box__item .modal-click-box__item-ttl-box .modal-click-box__item-ttl {
  color: #003E74;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
.modal-click-box .modal-click-box__item .modal-click-box__item-txt-box {
  border-top: 1px #003E74 solid;
  padding-top: 35px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1500px) {
  .modal-click-box .modal-click-box__item .modal-click-box__item-txt-box {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .modal-click-box .modal-click-box__item .modal-click-box__item-txt-box {
    padding-top: 20px;
  }
}
.modal-click-box .modal-click-box__item .modal-click-box__item-txt-box .modal-click-box__item-txt {
  color: #003E74;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .modal-click-box .modal-click-box__item .modal-click-box__item-txt-box .modal-click-box__item-txt {
    line-height: 1.6;
    font-weight: 500;
  }
}

/* スライドインアニメーションーーーーーーー */
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 対象クラスすべてを初期状態で非表示に設定 */
.p-trouble-section__ttl,
.p-solution-section__ttl,
.p-app-section__ttl,
.p-usage-flow-section__ttl {
  opacity: 0;
}

/* クラスが付与されたらスライドインを実行 */
.p-trouble-section__ttl.is-active,
.p-solution-section__ttl.is-active,
.p-app-section__ttl.is-active,
.p-usage-flow-section__ttl.is-active {
  animation: slideInFromLeft 0.8s ease-out forwards;
}

/* 吹き出し画像の初期状態（縮小＋透過＋少し下に配置） */
.p-trouble-section__trouble-item01-top,
.p-trouble-section__trouble-item01-bottom,
.p-trouble-section__trouble-item02-top,
.p-trouble-section__trouble-item02-bottom,
.p-trouble-section__trouble-item03-top,
.p-trouble-section__trouble-item03-bottom,
.p-trouble-section__trouble-item03-rigth {
  opacity: 0;
  transform: scale(0.5) translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: opacity, transform;
}

/* is-active が付いたら表示 */
.is-active .p-trouble-section__trouble-item01-top,
.is-active .p-trouble-section__trouble-item01-bottom,
.is-active .p-trouble-section__trouble-item02-top,
.is-active .p-trouble-section__trouble-item02-bottom,
.is-active .p-trouble-section__trouble-item03-top,
.is-active .p-trouble-section__trouble-item03-bottom,
.is-active .p-trouble-section__trouble-item03-rigth {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* 01（導入の悩みグループ）: 即時 */
.trouble-item01.is-active img {
  transition-delay: 0s;
}

/* 02（管理の悩みグループ）: 0.3秒後 */
.trouble-item02.is-active img {
  transition-delay: 0.3s;
}

/* 03（入力の悩みグループ）: 0.6秒後 */
.trouble-item03.is-active img {
  transition-delay: 0.6s;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */