@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------------------

  開発環境の初期化

------------------------------*/
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #444;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 14.6666666667vw;
  }
}
body a {
  text-decoration: none;
  transition: all 0.3s;
  color: inherit;
}
@media screen and (min-width: 768px) {
  body a:hover {
    opacity: 0.7;
  }
}

.l-inner {
  position: relative;
  z-index: 3;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: min(1000px, 78.125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 92vw;
  }
}

.js-accordion-body {
  display: none;
}

.u-en {
  font-family: "Inter", sans-serif;
}

.c-bg {
  background-color: #DDF3FF;
}

@media screen and (min-width: 768px) {
  .c-text-l {
    font-size: clamp(14.4px, 1.875vw, 24px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .c-text-l {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.c-text-center {
  text-align: center;
}

.c-title {
  text-align: center;
}
.c-title-en {
  position: relative;
  display: block;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title-en {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .c-title-en {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .c-title-en {
    margin-bottom: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .c-title-en {
    margin-bottom: 4vw;
  }
}
.c-title-jp {
  display: block;
  color: #013AC1;
}
@media screen and (min-width: 768px) {
  .c-title-jp {
    font-size: clamp(24px, 3.125vw, 40px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-title-jp {
    font-size: calc(26 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

@media screen and (min-width: 768px) {
  .c-sec {
    padding: min(120px, 9.375vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .c-sec {
    padding: 16vw 0;
  }
}

.l-header {
  position: fixed;
  background-color: #fff;
  z-index: 1000001;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 14.6666666667vw;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    max-width: min(1200px, 93.75vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 2.6666666667vw;
  }
}
.l-header__logo a {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__logo a {
    width: min(194px, 15.15625vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    width: 21.3333333333vw;
  }
}
.l-header__btnwrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .l-header__btnwrap {
    column-gap: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-header__btnwrap {
    column-gap: 1.3333333333vw;
  }
}
.l-header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header__btn {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.5555555556;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    font-size: calc(11 / 375 * 100vw);
    line-height: 2.0363636364;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .l-header__btn {
    height: min(60px, 4.6875vw);
    border-radius: min(50px, 3.90625vw);
  }
  .l-header__btn:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btn {
    width: 29.3333333333vw;
    height: 9.3333333333vw;
    border-radius: 10.6666666667vw;
  }
}
.l-header__btn.btn1 {
  background-color: #fff;
  color: #036ED6;
  border: 2px solid #036ED6;
}
@media screen and (min-width: 768px) {
  .l-header__btn.btn1 {
    width: min(215px, 16.796875vw);
  }
  .l-header__btn.btn1:hover {
    background-color: #036ED6;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btn.btn1 {
    border-width: 1px;
  }
}
.l-header__btn.btn2 {
  background-color: #FF8F3A;
  border: 2px solid #FF8F3A;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header__btn.btn2 {
    width: min(240px, 18.75vw);
  }
  .l-header__btn.btn2:hover {
    background-color: #fff;
    color: #FF8F3A;
  }
}
@media screen and (max-width: 767px) {
  .l-header__btn.btn2 {
    border-width: 1px;
  }
}

.l-footer {
  background-color: #55626F;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: min(41px, 3.203125vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 5.3333333333vw 0;
  }
}
.l-footer__list {
  display: flex;
  justify-content: center;
}
.l-footer__list li {
  display: flex;
}
.l-footer__list li:not(:last-of-type) {
  border-right: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .l-footer__list li:not(:last-of-type) {
    padding-right: min(30px, 2.34375vw);
    margin-right: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list li:not(:last-of-type) {
    padding-right: 4vw;
    margin-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__list li a {
    font-size: clamp(13.8px, 1.796875vw, 23px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__list li a {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.l-footer__copy {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1.4;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__copy {
    margin-top: min(36px, 2.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 4.8vw;
  }
}

.p-kv__bg {
  background: center/cover no-repeat url(../images/bg-kv.jpg);
}
@media screen and (min-width: 768px) {
  .p-kv__bg {
    padding: min(74px, 5.78125vw) 0 min(64px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__bg {
    background-image: url(../images/bg-kv-sp.jpg);
    padding: 4.5333333333vw 0 8vw;
  }
}
.p-kv__inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv__inner {
    display: flex;
    padding-right: min(10px, 0.78125vw);
    max-width: min(1200px, 93.75vw);
  }
}
@media screen and (min-width: 768px) {
  .p-kv__text {
    flex: 1;
    padding-top: min(18px, 1.40625vw);
  }
}
@media screen and (min-width: 768px) {
  .p-kv__lead {
    font-size: clamp(21px, 2.734375vw, 35px);
    line-height: 1.7142857143;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__lead {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__lead {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__lead {
    text-align: center;
    margin-bottom: 2.6666666667vw;
  }
}
.p-kv__lead-color {
  color: #FF8F3A;
}
@media screen and (min-width: 768px) {
  .p-kv__title {
    font-size: clamp(38.4px, 5vw, 64px);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__title {
    font-size: calc(35 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 900;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__title {
    margin-bottom: min(46px, 3.59375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__title {
    text-align: center;
    margin-bottom: 77.8666666667vw;
  }
}
.p-kv__title small {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-kv__title small {
    font-size: min(44px, 3.4375vw);
    margin-bottom: min(4px, 0.3125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__title small {
    font-size: 5.8666666667vw;
    margin-bottom: -1.6vw;
  }
}
.p-kv__title-blue {
  color: #036ED6;
}
.p-kv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8F3A;
  border: 2px solid #FF8F3A;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-kv__btn {
    font-size: clamp(16.8px, 2.1875vw, 28px);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__btn {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__btn {
    width: min(610px, 47.65625vw);
    height: min(75px, 5.859375vw);
    border-radius: min(50px, 3.90625vw);
  }
  .p-kv__btn:hover {
    opacity: 1;
    color: #FF8F3A;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__btn {
    margin: 0 auto;
    width: 84vw;
    height: 14.6666666667vw;
    border-radius: 13.3333333333vw;
  }
}
.p-kv__tel {
  display: block;
  width: max-content;
  border-bottom: 1px solid;
}
@media screen and (min-width: 768px) {
  .p-kv__tel {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-kv__tel {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.9375;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-kv__tel {
    margin-left: min(151px, 11.796875vw);
    margin-top: min(17px, 1.328125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__tel {
    margin-inline: auto;
    margin-top: 1.0666666667vw;
  }
}
.p-kv__img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-kv__img {
    width: min(517px, 40.390625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 82.4vw;
    bottom: 30.1333333333vw;
  }
}
.p-kv__img-badge {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-kv__img-badge {
    width: min(130px, 10.15625vw);
    top: max(-28px, -2.1875vw);
    left: min(168px, 13.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-kv__img-badge {
    width: 18.6666666667vw;
    top: -0.4vw;
    left: 22.1333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-problems {
    padding: min(120px, 9.375vw) 0 min(63px, 4.921875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-problems {
    padding: 13.3333333333vw 0 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-problems .c-title {
    margin-bottom: min(85px, 6.640625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-problems .c-title {
    margin-bottom: 8vw;
  }
}
.p-problems__wrap {
  position: relative;
}
.p-problems__list {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-problems__list {
    top: min(30px, 2.34375vw);
    row-gap: min(70px, 5.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-problems__list {
    top: 2.6666666667vw;
    row-gap: 8.5333333333vw;
  }
}
.p-problems__list li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-problems__list li {
    font-size: clamp(16.8px, 2.1875vw, 28px);
    line-height: 1.5285714286;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-problems__list li {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-problems__list li {
    width: min(395px, 30.859375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-problems__list li {
    width: 100%;
  }
  .p-problems__list li:nth-of-type(2), .p-problems__list li:nth-of-type(3) {
    position: relative;
    top: 0.5333333333vw;
  }
}
.p-problems__list li span {
  font-weight: 700;
}

.p-solve__bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-solve__bg {
    padding: min(137px, 10.703125vw) 0 min(120px, 9.375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__bg {
    padding: 16vw 0;
  }
}
.p-solve__bg::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/ic-arrow-solve.png);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-solve__bg::before {
    width: min(40px, 3.125vw);
    height: min(40px, 3.125vw);
    top: min(47px, 3.671875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__bg::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 5.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-solve .c-title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve .c-title {
    margin-bottom: 8vw;
  }
}
.p-solve__wrap {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-solve__wrap {
    margin-top: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__wrap {
    margin-top: 8vw;
  }
}
.p-solve__item {
  position: relative;
  background-color: #fff;
  box-shadow: 0 4px 20px rgba(3, 110, 214, 0.15);
}
@media screen and (min-width: 768px) {
  .p-solve__item {
    display: flex;
    height: min(260px, 20.3125vw);
    border-radius: min(30px, 2.34375vw);
    padding-top: min(54px, 4.21875vw);
    padding-right: min(75px, 5.859375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__item {
    padding: 12.2666666667vw 7.0666666667vw 8vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-solve__item:not(:last-of-type) {
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__item:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}
.p-solve__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-solve__img {
    align-items: flex-start;
    justify-content: center;
    width: min(354px, 27.65625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__img {
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .p-solve__img.img01 {
    padding-top: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__img.img01 {
    width: 20vw;
    top: 8vw;
    left: 15.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-solve__img.img01 img {
    width: min(170px, 13.28125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__img.img02 {
    width: 18.4vw;
    top: 7.4666666667vw;
    left: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-solve__img.img02 img {
    width: min(152px, 11.875vw);
  }
}
@media screen and (min-width: 768px) {
  .p-solve__img.img03 {
    padding-top: min(8px, 0.625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__img.img03 {
    width: 16vw;
    top: 7.7333333333vw;
    left: 5.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-solve__img.img03 img {
    width: min(131px, 10.234375vw);
  }
}
@media screen and (min-width: 768px) {
  .p-solve__text {
    flex: 1;
  }
}
.p-solve__text-title {
  color: #036ED6;
}
@media screen and (min-width: 768px) {
  .p-solve__text-title {
    font-size: clamp(21px, 2.734375vw, 35px);
    line-height: 0.8;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__text-title {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.2173913043;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-solve__text-title {
    margin-bottom: min(35px, 2.734375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__text-title {
    text-align: right;
    margin-bottom: 10.9333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__text-title.title01 {
    padding-right: 8.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__text-title.title02 {
    padding-right: 2.1333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__text-title.title03 {
    margin-right: -1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-solve__text-txt {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-solve__text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-solve__text-txt span {
  font-weight: 700;
  background: linear-gradient(180deg, transparent 71.06%, #FFE87B 71.06%);
}
@media screen and (min-width: 768px) {
  .p-solve__text-txt small {
    font-size: min(14px, 1.09375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-solve__text-txt small {
    font-size: 3.7333333333vw;
  }
}

.p-cta {
  background-color: #036ED6;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding: min(60px, 4.6875vw) 0 min(70px, 5.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 10.6666666667vw 0;
  }
}
.p-cta.p-cta__bg {
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-cta.p-cta__bg {
    background-image: url(../images/bg-cta.png);
    padding: min(100px, 7.8125vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-cta.p-cta__bg {
    background-image: url(../images/bg-cta-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .p-cta.p-cta__bg .p-cta__text {
    margin-bottom: min(40px, 3.125vw);
  }
}
.p-cta__title {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    font-size: clamp(19.2px, 2.5vw, 32px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    margin-bottom: 2.6666666667vw;
  }
}
.p-cta__text {
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    font-size: clamp(14.4px, 1.875vw, 24px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__text {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    margin-bottom: 5.3333333333vw;
  }
}
.p-cta__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  background-color: #fff;
  color: #FF8F3A;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    font-size: clamp(27px, 3.515625vw, 45px);
    line-height: 1;
    letter-spacing: 0.03em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    font-size: calc(25 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    width: min(870px, 67.96875vw);
    height: min(100px, 7.8125vw);
    border-radius: min(60px, 4.6875vw);
  }
  .p-cta__btn:hover {
    opacity: 1;
    background-color: #FF8F3A;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn {
    width: 90.6666666667vw;
    height: 14.6666666667vw;
    border-radius: 16vw;
  }
}
.p-cta__btn.large {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-cta__btn.large {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__btn.large {
    height: min(110px, 8.59375vw);
    row-gap: min(11px, 0.859375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn.large {
    height: 16vw;
    padding-bottom: 1.6vw;
  }
}
.p-cta__btn small {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-cta__btn small {
    font-size: clamp(16.8px, 2.1875vw, 28px);
    line-height: 0.7857142857;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn small {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5714285714;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-cta__btnwrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-cta__btnwrap {
    justify-content: center;
    align-items: flex-end;
    column-gap: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btnwrap {
    align-items: center;
    flex-direction: column;
    row-gap: 4vw;
  }
}
.p-cta__docbtn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__docbtn {
    width: min(460px, 35.9375vw);
  }
}
.p-cta__docbtn-lead {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__docbtn-lead {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.4444444444;
    letter-spacing: 0.2em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__docbtn-lead {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.4166666667;
    letter-spacing: 0.2em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__docbtn-lead {
    margin-bottom: min(5px, 0.390625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__docbtn-lead {
    margin-bottom: 1.3333333333vw;
  }
}
.p-cta__docbtn-link {
  position: relative;
  background-color: #fff;
  border: 1px solid #fff;
  color: #036ED6;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-cta__docbtn-link {
    padding-left: min(30px, 2.34375vw);
    width: 100%;
    height: min(90px, 7.03125vw);
    border-radius: min(60px, 4.6875vw);
  }
  .p-cta__docbtn-link:hover {
    background-color: #036ED6;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__docbtn-link {
    width: 89.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 13.3333333333vw;
    padding-left: 4vw;
  }
}
.p-cta__docbtn-link::before {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/ic-document.png);
  top: 53%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-cta__docbtn-link::before {
    width: min(105px, 8.203125vw);
    height: min(64px, 5vw);
    left: min(3.5px, 0.2734375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-cta__docbtn-link::before {
    width: 20.8vw;
    height: 12.5333333333vw;
    left: 0.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__docbtn-link small {
    font-size: clamp(8.4px, 1.09375vw, 14px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__docbtn-link small {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__docbtn-txt {
    font-size: clamp(15px, 1.953125vw, 25px);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__docbtn-txt {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-cta__formbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8F3A;
  border: 2px solid #FF8F3A;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__formbtn {
    font-size: clamp(15px, 1.953125vw, 25px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__formbtn {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__formbtn {
    width: min(375px, 29.296875vw);
    height: min(90px, 7.03125vw);
    border-radius: min(60px, 4.6875vw);
  }
  .p-cta__formbtn:hover {
    background-color: #fff;
    color: #FF8F3A;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__formbtn {
    width: 89.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 16vw;
  }
}

.p-reason {
  background-color: #FCFEFF;
}
@media screen and (max-width: 767px) {
  .p-reason .l-inner {
    max-width: 93.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason .c-title {
    margin-bottom: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason .c-title {
    margin-bottom: 8vw;
  }
}
.p-reason__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-reason__wrap {
    row-gap: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__wrap {
    row-gap: 2.6666666667vw;
  }
}
.p-reason__item {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(3, 110, 214, 0.15);
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    width: min(485px, 37.890625vw);
    border-radius: min(40px, 3.125vw);
    padding: min(30px, 2.34375vw) min(20px, 1.5625vw) 0;
    height: min(637px, 49.765625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    width: 45.3333333333vw;
    border-radius: 4vw;
    padding: 2.6666666667vw 2vw 3.7333333333vw;
  }
}
.p-reason__item-num {
  display: block;
  font-family: "Inter", sans-serif;
  color: #036ED6;
  border-bottom: 1px solid #036ED6;
  width: max-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason__item-num {
    font-size: clamp(18px, 2.34375vw, 30px);
    line-height: 1.5666666667;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-num {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-num {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-num {
    margin-bottom: 3.7333333333vw;
  }
}
.p-reason__item-title {
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__item-title:has(br.is-sp) {
    margin-top: -2.9333333333vw;
  }
}
.p-reason__item-title span {
  background: linear-gradient(180deg, transparent 71.06%, #FFE87B 71.06%);
}
@media screen and (min-width: 768px) {
  .p-reason__item-title span {
    font-size: clamp(21px, 2.734375vw, 35px);
    line-height: 1.3428571429;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-title span {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.25;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-title sup {
    position: relative;
    top: -0.65em;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-title sup {
    position: absolute;
    right: -1.0666666667vw;
    top: 0;
    font-size: 60%;
  }
}
.p-reason__item-title small {
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .p-reason__item-title small {
    font-size: clamp(8.4px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-title small {
    font-size: calc(9.5 / 375 * 100vw);
    line-height: 1.4736842105;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-reason__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-reason__item-img {
    height: min(273px, 21.328125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img.img01 {
    height: 30.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-img.img01 img {
    width: min(294px, 22.96875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img.img01 img {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img.img02 {
    height: 27.2vw;
    padding-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-img.img02 img {
    width: min(223px, 17.421875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img.img02 img {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img.img03 {
    height: 30.4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-img.img03 img {
    width: min(272px, 21.25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img.img03 img {
    width: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img.img04 {
    height: 27.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-img.img04 img {
    width: min(337px, 26.328125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-img.img04 img {
    width: 30.9333333333vw;
  }
}
.p-reason__item-listwrap {
  background: #DDF3FF;
}
@media screen and (min-width: 768px) {
  .p-reason__item-listwrap {
    border-radius: min(20px, 1.5625vw);
    padding: min(18.5px, 1.4453125vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-listwrap {
    border-radius: 2.6666666667vw;
    padding: 2.1333333333vw 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-list {
    width: max-content;
    margin-inline: auto;
  }
}
.p-reason__item-list li {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-reason__item-list li {
    font-size: clamp(13.8px, 1.796875vw, 23px);
    line-height: 1.0434782609;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-list li {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.35;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-list li {
    align-items: center;
    column-gap: min(7px, 0.546875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-list li {
    align-items: flex-start;
    column-gap: 1.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-list li:not(:last-of-type) {
    margin-bottom: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-list li:not(:last-of-type) {
    margin-bottom: 2.1333333333vw;
  }
}
.p-reason__item-list li::before {
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/ic-reason-check.png);
}
@media screen and (min-width: 768px) {
  .p-reason__item-list li::before {
    width: min(23px, 1.796875vw);
    height: min(23px, 1.796875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-list li::before {
    margin-top: 0.5333333333vw;
    width: 3.6vw;
    height: 3.6vw;
  }
}
.p-reason__item-list li sup {
  font-size: 60%;
}
@media screen and (min-width: 768px) {
  .p-reason__item-note {
    font-size: clamp(8.4px, 1.09375vw, 14px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-note {
    font-size: calc(9.5 / 375 * 100vw);
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-note {
    margin: min(6px, 0.46875vw) 0 max(-7px, -0.546875vw) min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-reason__item-note {
    margin: 1.6vw 0 0 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-txt {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__item-txt {
    margin-top: min(20px, 1.5625vw);
  }
}

.p-flow {
  background-color: #F5F5F5;
}
@media screen and (min-width: 768px) {
  .p-flow .c-title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow .c-title {
    margin-bottom: 8vw;
  }
}
.p-flow__box {
  background-color: #fff;
  margin-inline: auto;
  box-shadow: 0 0 20px rgba(3, 110, 214, 0.15);
}
@media screen and (min-width: 768px) {
  .p-flow__box {
    border-radius: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box {
    border-radius: 5.3333333333vw;
  }
}
.p-flow__box img {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__box.flow {
    padding: min(45px, 3.515625vw) 0;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box.flow {
    padding: 7.7333333333vw 3.3333333333vw 8.5333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__box.flow img {
    width: min(853px, 66.640625vw);
  }
}
.p-flow__box.before {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-flow__box.before {
    padding: min(30px, 2.34375vw) 0 min(62px, 4.84375vw);
    margin-bottom: min(64px, 5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box.before {
    padding: 7.7333333333vw 3.3333333333vw 9.3333333333vw;
    margin-bottom: 17.0666666667vw;
  }
}
.p-flow__box.before::after {
  position: absolute;
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/ic-arrow-solve.png);
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 768px) {
  .p-flow__box.before::after {
    bottom: max(-20px, -1.5625vw);
    width: min(24px, 1.875vw);
    height: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box.before::after {
    bottom: -5.3333333333vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-flow__box.before .p-flow__box-title {
  background-color: #545454;
}
@media screen and (min-width: 768px) {
  .p-flow__box.before img {
    width: min(765px, 59.765625vw);
  }
}
@media screen and (min-width: 768px) {
  .p-flow__box.after {
    padding: min(40px, 3.125vw) min(87px, 6.796875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box.after {
    padding: 7.7333333333vw 3.3333333333vw 5.6vw;
  }
}
.p-flow__box.after .p-flow__box-title {
  background-color: #036ED6;
}
@media screen and (min-width: 768px) {
  .p-flow__box.after img {
    width: min(800px, 62.5vw);
  }
}
.p-flow__box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-flow__box-title {
    font-size: clamp(14.4px, 1.875vw, 24px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box-title {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__box-title {
    width: min(230px, 17.96875vw);
    height: min(50px, 3.90625vw);
    border-radius: min(40px, 3.125vw);
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box-title {
    width: 28vw;
    height: 8vw;
    border-radius: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__box-txt {
    font-size: clamp(13.8px, 1.796875vw, 23px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__box-txt {
    text-align: center;
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box-txt {
    padding-left: 2.1333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-flow__box-txt span {
  color: #036ED6;
  background: linear-gradient(180deg, transparent 71.06%, #FFE87B 71.06%);
}
.p-flow__box-note {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-flow__box-note {
    font-size: clamp(8.4px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box-note {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__box-note {
    margin-top: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__box-note {
    margin-top: 2.4vw;
  }
}
.p-flow__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  border: 2px solid #444;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-flow__btn {
    font-size: clamp(14.4px, 1.875vw, 24px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__btn {
    margin-top: min(60px, 4.6875vw);
    width: min(587px, 45.859375vw);
    height: min(76px, 5.9375vw);
    border-radius: min(40px, 3.125vw);
    column-gap: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    margin-top: 10.6666666667vw;
    width: 85.3333333333vw;
    height: 12vw;
    border-radius: 10.6666666667vw;
    column-gap: 4vw;
  }
}
.p-flow__btn::after {
  content: "";
  display: block;
  background: center/contain no-repeat url(../images/ic-arrow-down-bk.png);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .p-flow__btn::after {
    width: min(21px, 1.640625vw);
    height: min(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__btn::after {
    width: 3.2vw;
    height: 1.8666666667vw;
  }
}
.p-flow__btn.is-open::after {
  transform: rotate(-180deg);
}
@media screen and (min-width: 768px) {
  .p-flow__body {
    margin-top: min(60px, 4.6875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-flow__body {
    margin-top: 10.6666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-plan .c-title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan .c-title {
    margin-bottom: 8vw;
  }
}
.p-plan__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-plan__wrap {
    justify-content: space-between;
    margin-top: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__wrap {
    flex-direction: column-reverse;
    row-gap: 4vw;
    margin-top: 8vw;
  }
}
.p-plan__item {
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-plan__item {
    border-radius: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__item.advance {
    box-shadow: 0 0 20px rgba(3, 110, 214, 0.15);
    width: min(450px, 35.15625vw);
    padding: min(39px, 3.046875vw) min(35px, 2.734375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item.advance {
    box-shadow: 0 0 10px rgba(3, 110, 214, 0.15);
    padding: 8vw 6vw 5.3333333333vw;
  }
}
.p-plan__item.advance .p-plan__item-label {
  background-color: #036ED6;
}
.p-plan__item.advance .p-plan__item-title {
  color: #036ED6;
}
.p-plan__item.advance .p-plan__item-list li::before {
  background-image: url(../images/ic-check-bl.png);
}
@media screen and (min-width: 768px) {
  .p-plan__item.credit {
    box-shadow: 0 0 15px rgba(252, 167, 99, 0.2);
    width: min(520px, 40.625vw);
    padding: min(35px, 2.734375vw) min(40px, 3.125vw) min(42px, 3.28125vw);
    border: min(5px, 0.390625vw) solid #FCA763;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item.credit {
    box-shadow: 0 0 6px rgba(252, 167, 99, 0.2);
    padding: 8vw 6vw 9.0666666667vw;
    border: 0.5333333333vw solid #FCA763;
  }
}
.p-plan__item.credit .p-plan__item-label {
  background-color: #FCA763;
}
.p-plan__item.credit .p-plan__item-title {
  color: #FCA763;
}
.p-plan__item.credit .p-plan__item-list li::before {
  background-image: url(../images/ic-check-or.png);
}
.p-plan__item-osusume {
  position: absolute;
  transform: rotate(36.8deg);
  background-color: #FCA763;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-plan__item-osusume {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-osusume {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__item-osusume {
    width: min(320px, 25vw);
    height: min(39px, 3.046875vw);
    top: min(27px, 2.109375vw);
    right: max(-103px, -8.046875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-osusume {
    width: 78.9333333333vw;
    height: 8vw;
    top: 3.4666666667vw;
    right: -30.4vw;
  }
}
.p-plan__item-label {
  display: inline-block;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-plan__item-label {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.1111111111;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-label {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.0071428571;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__item-label {
    padding: min(5px, 0.390625vw) min(20px, 1.5625vw) min(7px, 0.546875vw);
    border-radius: min(20px, 1.5625vw);
    margin-bottom: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-label {
    padding: 0.9333333333vw 3.7333333333vw 1.3333333333vw;
    border-radius: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__item-title {
    font-size: clamp(18px, 2.34375vw, 30px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-title {
    font-size: calc(23 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__item-title {
    margin-bottom: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-title {
    margin-bottom: 4vw;
    padding-left: 2.6666666667vw;
  }
}
.p-plan__item-title small {
  display: block;
  color: #444;
}
@media screen and (min-width: 768px) {
  .p-plan__item-title small {
    font-size: min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-title small {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__item-txt {
    font-size: clamp(9.6px, 1.25vw, 16px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-txt {
    padding-left: 2.6666666667vw;
  }
}
.p-plan__item-list {
  border-top: 1px solid #CBCBCB;
}
@media screen and (min-width: 768px) {
  .p-plan__item-list {
    margin-top: min(20px, 1.5625vw);
    padding-top: min(28px, 2.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-list {
    margin-top: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-left: 3.2vw;
  }
}
.p-plan__item-list li {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-plan__item-list li {
    font-size: clamp(13.8px, 1.796875vw, 23px);
    line-height: 1.0434782609;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-list li {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.05625;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__item-list li {
    column-gap: min(7px, 0.546875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-list li {
    column-gap: 1.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-plan__item-list li:not(:last-of-type) {
    margin-bottom: min(17px, 1.328125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-list li:not(:last-of-type) {
    margin-bottom: 3.2vw;
  }
}
.p-plan__item-list li::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .p-plan__item-list li::before {
    width: min(23px, 1.796875vw);
    height: min(23px, 1.796875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-plan__item-list li::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}

@media screen and (min-width: 768px) {
  .p-voice .c-title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice .c-title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-voice__slider {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-voice__slider {
    display: flex;
    justify-content: center;
    column-gap: min(22px, 1.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__slider .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 63.2vw;
    font-size: 0;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: #036ED6;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-voice__slider .slick-arrow::before {
    content: "";
    display: block;
    background: center/contain no-repeat url(../images/ic-arrow-next.png);
    width: 2.1333333333vw;
    height: 3.4666666667vw;
  }
  .p-voice__slider .slick-arrow.slick-prev {
    transform: scale(-1, 1);
    left: 3.2vw;
  }
  .p-voice__slider .slick-arrow.slick-next {
    right: 3.2vw;
  }
  .p-voice__slider .slick-arrow.slick-disabled {
    background-color: #CACACA;
  }
  .p-voice__slider .slick-dots {
    display: flex !important;
    justify-content: center;
    column-gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-voice__slider .slick-dots li {
    display: flex;
  }
  .p-voice__slider .slick-dots li.slick-active button {
    background-color: #036ED6;
  }
  .p-voice__slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    border: none;
    margin: 0;
    border-radius: 50%;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    background-color: #C6C6C6;
  }
}
.p-voice__item {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-voice__item {
    width: min(385px, 30.078125vw);
  }
}
.p-voice__item-card {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(3, 110, 214, 0.15);
}
@media screen and (min-width: 768px) {
  .p-voice__item-card {
    border-radius: min(30px, 2.34375vw);
    padding: min(30px, 2.34375vw) min(30px, 2.34375vw) min(42px, 3.28125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-card {
    width: 86.6666666667vw;
    margin: 0 auto;
    padding: 8vw 6vw 8.2666666667vw;
    border-radius: 8vw;
  }
}
.p-voice__item-head {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-voice__item-head {
    column-gap: min(26px, 2.03125vw);
    margin-bottom: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-head {
    column-gap: 6.9333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item-head img {
    width: min(90px, 7.03125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-head img {
    width: 18.6666666667vw;
  }
}
.p-voice__item-head .text {
  flex: 1;
}
.p-voice__item-head .text-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-voice__item-head .text-wrap {
    column-gap: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-head .text-wrap {
    column-gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item-head .text-wrap:not(:last-of-type) {
    margin-bottom: min(7px, 0.546875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-head .text-wrap:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
}
.p-voice__item-head .text-title {
  color: #036ED6;
  border: 1px solid #036ED6;
}
@media screen and (min-width: 768px) {
  .p-voice__item-head .text-title {
    font-size: clamp(8.4px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-head .text-title {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item-head .text-title {
    border-radius: min(5px, 0.390625vw);
    padding: 0 min(6px, 0.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-head .text-title {
    border-radius: 1.3333333333vw;
    padding: 0 1.6vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item-head .text-txt {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-head .text-txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
.p-voice__item-box {
  background-color: #F5F5F5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-voice__item-box {
    border-radius: min(20px, 1.5625vw);
    margin-bottom: min(35px, 2.734375vw);
    padding-top: min(22px, 1.71875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-box {
    border-radius: 5.3333333333vw;
    margin-bottom: 6.6666666667vw;
    padding: 4vw 0 1.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item-box .title {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-box .title {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-box .title {
    margin-bottom: -1.6vw;
  }
}
.p-voice__item-box .txt {
  color: #036ED6;
}
@media screen and (min-width: 768px) {
  .p-voice__item-box .txt {
    font-size: clamp(15px, 1.953125vw, 25px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-box .txt {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
.p-voice__item-box .txt-num {
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-voice__item-box .txt-num {
    font-size: min(75px, 5.859375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-box .txt-num {
    font-size: 12vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item-text .title {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-text .title {
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item-text .title {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-text .title {
    margin-bottom: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-voice__item-text .txt {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__item-text .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

@media screen and (min-width: 768px) {
  .p-achievements {
    background-color: #F5F5F5;
    padding: min(40px, 3.125vw) 0;
  }
}
.p-achievements__bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-achievements__bg {
    padding: min(53px, 4.140625vw) 0 min(73px, 5.703125vw);
    max-width: min(1000px, 78.125vw);
    background: center/100% 100% no-repeat url(../images/bg-achievements01.jpg);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__bg {
    padding: 10.6666666667vw 0 9.6vw;
  }
  .p-achievements__bg::before, .p-achievements__bg::after {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    inset: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__bg::before {
    z-index: -2;
    background-image: url(../images/bg-achievements01-sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__bg::after {
    z-index: -1;
    background-image: url(../images/bg-achievements02-sp.png);
  }
}
@media screen and (min-width: 768px) {
  .p-achievements .c-title {
    margin-bottom: min(14px, 1.09375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements .c-title {
    margin-bottom: 5.48vw;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements .c-title-en {
    margin-bottom: 1.3333333333vw;
  }
}
.p-achievements__crown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-achievements__crown {
    width: min(833px, 65.078125vw);
    margin-bottom: min(12px, 0.9375vw);
    column-gap: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__crown {
    width: 68.2666666667vw;
    margin-bottom: 0.2666666667vw;
    column-gap: 0.8vw;
  }
}
.p-achievements__crown::before, .p-achievements__crown::after {
  content: "";
  display: block;
  background-color: #E4B447;
}
@media screen and (min-width: 768px) {
  .p-achievements__crown::before, .p-achievements__crown::after {
    width: min(390px, 30.46875vw);
    height: min(2px, 0.15625vw);
    border-radius: min(1px, 0.078125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__crown::before, .p-achievements__crown::after {
    width: 32vw;
    height: 0.2666666667vw;
    border-radius: 0.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-achievements__crown img {
    width: min(34px, 2.65625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__crown img {
    width: 3.3066666667vw;
  }
}
.p-achievements__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-achievements__lead {
    font-size: clamp(14.4px, 1.875vw, 24px);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__lead {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.3;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-achievements__lead span {
  font-weight: 700;
}
.p-achievements__wrap {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-achievements__wrap {
    margin-top: min(32px, 2.5vw);
    column-gap: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__wrap {
    margin-top: 3.2vw;
    column-gap: 1.3333333333vw;
  }
}
.p-achievements__box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-achievements__box {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: min(420px, 32.8125vw);
    border-radius: min(15px, 1.171875vw);
    padding: 0 0 min(14px, 1.09375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__box {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    width: 44.5333333333vw;
    padding: 1.3333333333vw 0 2.4vw;
    border-radius: 2.6666666667vw;
  }
}
.p-achievements__box-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-achievements__box-title {
    column-gap: min(9px, 0.703125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__box-title {
    column-gap: 0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-achievements__box-title img {
    filter: drop-shadow(0 1.8px 3.6px rgba(0, 0, 0, 0.25));
    width: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__box-title img {
    filter: drop-shadow(0 0.57px 1.14px rgba(0, 0, 0, 0.25));
    width: 3.8026666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-achievements__box-title span {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__box-title span {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
.p-achievements__box-text {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-achievements__box-text {
    margin-top: max(-10px, -0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__box-text {
    margin-top: -0.8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-achievements__box-text img {
    width: min(366px, 28.59375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-achievements__box-text img {
    width: 41.3333333333vw;
  }
}

@media screen and (min-width: 768px) {
  .p-group .c-title {
    margin-bottom: min(70px, 5.46875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-group .c-title {
    margin-bottom: 10.6666666667vw;
  }
}
.p-group__main {
  display: block;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-group__main {
    width: min(298px, 23.28125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-group__main {
    width: 38.6666666667vw;
  }
}
.p-group__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-group__wrap {
    justify-content: center;
    margin-top: min(20px, 1.5625vw);
    padding: 0 min(10px, 0.78125vw);
    max-width: calc(1590px + min(20px, 1.5625vw));
  }
}
@media screen and (max-width: 767px) {
  .p-group__wrap {
    margin-top: 8vw;
    max-width: 85.3333333333vw;
    row-gap: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-group__item {
    width: 17.0666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-group__item.size01 {
    width: min(142px, 11.09375vw);
  }
}
@media screen and (min-width: 768px) {
  .p-group__item.size02 {
    width: min(208px, 16.25vw);
  }
}
@media screen and (min-width: 768px) {
  .p-group__item.size03 {
    width: min(245px, 19.140625vw);
  }
}
@media screen and (min-width: 768px) {
  .p-group__item.size04 {
    width: min(170px, 13.28125vw);
  }
}
@media screen and (min-width: 768px) {
  .p-group__item.size05 {
    width: min(131px, 10.234375vw);
  }
}

@media screen and (min-width: 768px) {
  .p-faq .c-title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq .c-title {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__wrap:not(:last-of-type) {
    margin-bottom: min(65px, 5.078125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__wrap:not(:last-of-type) {
    margin-bottom: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__subtitle {
    font-size: clamp(18px, 2.34375vw, 30px);
    line-height: 1.4333333333;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__subtitle {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__subtitle {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__subtitle {
    margin-bottom: 2.6666666667vw;
  }
}
.p-faq__item {
  background-color: #fff;
  border: 2px solid #036ED6;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    border-radius: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item:not(:last-of-type) {
    margin-bottom: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item:not(:last-of-type) {
    margin-bottom: 2.6666666667vw;
  }
}
.p-faq__item-inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .p-faq__item-inner {
    column-gap: min(10px, 0.78125vw);
  }
}
.p-faq__item-inner::before {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #036ED6;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-faq__item-inner::before {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-inner::before {
    font-size: calc(15 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-faq__item-inner::before {
    width: min(30px, 2.34375vw);
    height: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-inner::before {
    margin-right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.p-faq__item-head {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-faq__item-head {
    padding: min(20px, 1.5625vw) min(24px, 1.875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-head {
    padding: 4.8vw 6.4vw;
  }
}
.p-faq__item-head .p-faq__item-inner::before {
  content: "Q";
  background-color: #036ED6;
  color: #fff;
  align-self: center;
}
.p-faq__item-head .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__item-head .txt {
    font-size: clamp(12px, 1.5625vw, 20px);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-head .txt {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4375;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-faq__item-head .icon {
  align-self: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-faq__item-head .icon {
    width: min(14px, 1.09375vw);
    height: min(14px, 1.09375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-head .icon {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-faq__item-head .icon::before, .p-faq__item-head .icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #036ED6;
  transition: all 0.3s;
}
.p-faq__item-head .icon::before {
  width: 100%;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-faq__item-head .icon::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-faq__item-head.is-open::after {
  height: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body {
    padding: 0 min(24px, 1.875vw) min(32px, 2.5vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-body {
    padding: 0 6.4vw 8vw;
  }
}
.p-faq__item-body .p-faq__item-inner {
  border-top: 1px solid #C8C8C8;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body .p-faq__item-inner {
    padding-top: min(15px, 1.171875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-body .p-faq__item-inner {
    padding-top: 4vw;
  }
}
.p-faq__item-body .p-faq__item-inner::before {
  content: "A";
  color: #036ED6;
}
.p-faq__item-body .txt {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-faq__item-body .txt {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-faq__item-body .txt {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

.p-form {
  background-color: #F4F4F4;
}
@media screen and (min-width: 768px) {
  .p-form .c-title {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .c-title {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-form .c-title-en {
    margin-bottom: min(5px, 0.390625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .c-title-en {
    margin-bottom: 1.3333333333vw;
  }
}
.p-form__lead {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__lead {
    font-size: clamp(14.4px, 1.875vw, 24px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-form__lead {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-form__lead.mb {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__lead.mb {
    margin-bottom: 8vw;
  }
}
.p-form__time {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__time {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 2.3;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-form__time {
    font-size: calc(12 / 375 * 100vw);
    line-height: 2.3;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
.p-form__note {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-form__note {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-form__note {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.6;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-form__note {
    margin-bottom: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form__note {
    margin-bottom: 5.3333333333vw;
  }
}
.p-form .form_box {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-form .form_box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    max-width: min(950px, 74.21875vw);
    border-radius: min(30px, 2.34375vw);
    padding: min(78px, 6.09375vw) min(80px, 6.25vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .form_box {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 9.3333333333vw 4vw;
    border-radius: 2.6666666667vw;
  }
}
.p-form .app_row {
  display: flex;
  column-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-form .app_row {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_row + .app_row {
    margin-top: min(30px, 2.34375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_row + .app_row {
    margin-top: 6.4vw;
  }
}
.p-form .app_label {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-form .app_label {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_label {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_label {
    width: min(188px, 14.6875vw);
    padding-top: min(8px, 0.625vw);
  }
}
.p-form .app_req03 {
  color: #CC4A4A;
}
@media screen and (min-width: 768px) {
  .p-form .app_note {
    font-size: clamp(8.4px, 1.09375vw, 14px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_note {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_note {
    margin-top: min(2px, 0.15625vw);
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_field {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_field {
    width: 100%;
  }
}
.p-form .app_field input, .p-form .app_field textarea {
  width: 100%;
  font-family: inherit;
}
@media screen and (min-width: 768px) {
  .p-form .app_field input, .p-form .app_field textarea {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_field input, .p-form .app_field textarea {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_field input, .p-form .app_field textarea {
    padding-left: min(15px, 1.171875vw);
    padding-right: min(15px, 1.171875vw);
    border-radius: min(10px, 0.78125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_field input, .p-form .app_field textarea {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_field input {
    height: min(44px, 3.4375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_field input {
    height: 12.8vw;
  }
}
.p-form .app_field textarea {
  resize: vertical;
}
@media screen and (min-width: 768px) {
  .p-form .app_field textarea {
    padding-top: min(15px, 1.171875vw);
    height: min(100px, 7.8125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_field textarea {
    height: 28.8vw;
    padding-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_check_box::before {
    left: -9px;
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_submit_btn {
    font-size: clamp(16.8px, 2.1875vw, 28px);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_submit_btn {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0em;
    font-weight: 700;
  }
}
@media screen and (min-width: 768px) {
  .p-form .app_submit_btn {
    width: min(650px, 50.78125vw);
    height: min(75px, 5.859375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .app_submit_btn {
    width: 64vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-form .confirm_table {
    width: min(770px, 60.15625vw);
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-form .confirm_table th {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-form .confirm_table th {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-form .confirm_table th {
    width: min(245px, 19.140625vw);
    padding-right: min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .confirm_table th {
    width: 30.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-form .confirm_table td {
    font-size: clamp(10.8px, 1.40625vw, 18px);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (max-width: 767px) {
  .p-form .confirm_table td {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 500;
  }
}
@media screen and (min-width: 768px) {
  .p-form .confirm_table td {
    width: min(524px, 40.9375vw);
    padding: min(19.5px, 1.5234375vw) min(20px, 1.5625vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .confirm_table td {
    width: 53.3333333333vw;
    padding: 2.5333333333vw 4vw;
  }
}
.p-form .confirm_btn_list {
  max-width: none;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-form .confirm_btn_list {
    justify-content: center;
    margin-top: min(65px, 5.078125vw);
    column-gap: min(40px, 3.125vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .confirm_btn_list {
    justify-content: space-between;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-form .confirm_btn_list li:first-of-type {
    width: min(220px, 17.1875vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .confirm_btn_list li:first-of-type {
    width: 29.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .p-form .confirm_btn_list li:nth-of-type(2) {
    width: min(430px, 33.59375vw);
  }
}
@media screen and (max-width: 767px) {
  .p-form .confirm_btn_list li:nth-of-type(2) {
    width: 50.6666666667vw;
  }
}
.p-form .confirm_btn_list li .confirm_btn,
.p-form .confirm_btn_list li .app_submit_btn {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form .confirm_btn_list li .confirm_btn,
  .p-form .confirm_btn_list li .app_submit_btn {
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
  }
}

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

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}