@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (max-width: 887px) and (min-width: 768px) {
  html {
    font-size: 1.1274vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #060606;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main {
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ol,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 887px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

.l-inner.l-inner--lg {
  max-width: 88rem;
}

.c-btn01 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 500;
  padding: 1.5rem 3rem;
  background-color: #FFBA00;
  border-radius: 3rem;
  text-align: center;
  min-width: 20rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn01 {
    font-size: 3.3rem;
    padding: 2rem 1.7rem;
    border-radius: 6rem;
    min-width: 28rem;
  }
}

.c-btn01::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_arrow_black.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn01::after {
    width: 3rem;
    height: 3rem;
    right: 2.4rem;
  }
}

@media (hover: hover) {
  .c-btn01:hover {
    opacity: 0.7;
  }
}
.c-btn01.c-btn01--green {
  background-color: #06C755;
  color: #fff;
  min-width: 24.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1.3rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-btn01.c-btn01--green {
    font-size: 4rem;
    min-width: 42rem;
    padding: 2.4rem 3rem;
  }
}

.c-btn01.c-btn01--green::after {
  background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
}

.c-btn01.c-btn01--blue {
  background-color: #001ECC;
  color: #fff;
  min-width: 24.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1.3rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-btn01.c-btn01--blue {
    font-size: 4rem;
    min-width: 42rem;
    padding: 2.4rem 3rem;
  }
}

.c-btn01.c-btn01--blue::after {
  background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
}

.c-btn01.c-btn01--orange {
  background-color: #FF5400;
  color: #fff;
  min-width: 24.6rem;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 1.3rem 3rem;
}
@media screen and (max-width: 767px) {
  .c-btn01.c-btn01--orange {
    font-size: 4rem;
    min-width: 42rem;
    padding: 2.4rem 3rem;
  }
}

.c-btn01.c-btn01--orange::after {
  display: none;
}

.c-btn02 {
  display: inline-block;
  width: 1.8rem;
  text-align: center;
  padding: 2.2rem 2rem;
  min-width: 30rem;
  border: 1px solid #060606;
  border-radius: 0.8rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    font-size: 2.8rem;
    min-width: 50rem;
    padding: 3rem 2rem;
  }
}

.c-btn02::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/icon_arrow_black.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-btn02::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 3rem;
  }
}

@media (hover: hover) {
  .c-btn02:hover {
    background-color: #0538FF;
    color: #fff;
    border: 1px solid #0538FF;
    opacity: 1;
  }
  .c-btn02:hover::after {
    background: url(../images/icon_arrow_white.svg) no-repeat center center/contain;
  }
}
.p-about {
  padding-top: 3.2rem;
  padding-bottom: 10rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 1.2rem;
    padding-bottom: 14rem;
  }
}

.p-about__title-en {
  display: inline-block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  background-color: #001ECC;
  text-align: center;
  padding: 0.2rem 4rem;
  border-radius: 3rem;
  position: relative;
  top: -3.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-about__title-en {
    font-size: 3.6rem;
    font-weight: 600;
    border-radius: 0 4rem 4rem 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0.2em 5.6rem;
    top: -1.2rem;
    border-left: none;
  }
}

.p-about__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 4.4rem;
  }
}

.p-about__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-about__lead {
    font-size: 3.4rem;
    line-height: 1.5;
    margin-top: 8rem;
  }
}

.p-about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 96%;
  }
}

.p-about__images {
  width: 30.1587301587%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
  }
}

.p-about__img img {
  aspect-ratio: 190/120;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-about__body {
  width: 63.4920634921%;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    width: 100%;
    margin-top: 4rem;
  }
}

.p-about__logo {
  width: 28.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__logo {
    width: 42.2rem;
  }
}
.p-about__logo img {
  width: 100%;
  height: auto;
}

.p-about__text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 3.2rem;
    line-height: 1.75;
    letter-spacing: -1px;
  }
}

.p-about__company {
  margin-top: 5rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-about__company {
    margin-top: 4rem;
  }
}

.p-about__company-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #060606;
}
@media screen and (max-width: 767px) {
  .p-about__company-item {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
  }
}

.p-about__company-title {
  min-width: 8.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about__company-title {
    font-size: 3.2rem;
    min-width: 17.6rem;
  }
}

.p-about__company-detail {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about__company-detail {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}

.p-about__company-detail a {
  text-decoration: underline;
}

.p-about__reason {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-about__reason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10rem;
  }
}

.p-about__reason-head {
  text-align: center;
  width: 35.7142857143%;
}
@media screen and (max-width: 767px) {
  .p-about__reason-head {
    width: 100%;
  }
}

.p-about__reason-title {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-about__reason-title {
    font-size: 4.4rem;
  }
}

.p-about__reason-title::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2.7rem;
  background: url(../images/text_deco_yellow.svg) no-repeat center center/contain;
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason-title::after {
    width: 4.6rem;
    height: 4.2rem;
  }
}

.p-about__reason-list {
  width: 65.7142857143%;
  counter-reset: num;
}
@media screen and (max-width: 767px) {
  .p-about__reason-list {
    width: 100%;
    margin-top: 4.2rem;
    max-width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-about__reason-item {
  counter-increment: num;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-about__reason-item:nth-child(n+2) {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason-item:nth-child(n+2) {
    margin-top: 4rem;
  }
}

.p-about__reason-item::before {
  content: counter(num);
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
  background-color: #FFBA00;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason-item::before {
    width: 5rem;
    height: 5rem;
    font-size: 4rem;
  }
}

.p-about__reason-text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333333333;
  background-size: 22px 3px;
  background-image: linear-gradient(to right, #FFBA00, #FFBA00 11px, transparent 11px, transparent 22px);
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__reason-text {
    font-size: 3.6rem;
    line-height: 1.3333333333;
    letter-spacing: -1px;
    background-size: 12px 2px;
    background-image: linear-gradient(to right, #FFBA00, #FFBA00 6px, transparent 6px, transparent 12px);
  }
}

.p-consultation {
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  background-color: #E6EBFF;
}
@media screen and (max-width: 767px) {
  .p-consultation {
    padding-top: 11rem;
    padding-bottom: 11.5rem;
  }
}

.p-consultation__inner.l-inner {
  max-width: 89rem;
}

.p-consultation__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-consultation__title {
    font-size: 4.4rem;
    line-height: 1.5;
  }
}

.p-consultation__title .small {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__title .small {
    font-size: 3.2rem;
  }
}

.p-consultation__title em {
  font-size: 3.6rem;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-consultation__title em {
    font-size: 5.3rem;
  }
}

.p-consultation__wrapper {
  background-color: #fff;
  border: 5px solid #829BFF;
  margin-top: 6rem;
  padding: 0 5rem 2.5rem 5rem;
  border-radius: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__wrapper {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 4rem 5.5rem 4rem;
    border: 3px solid #829BFF;
    border-radius: 4rem;
    margin-top: 16rem;
  }
}

.p-consultation__lead {
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-consultation__lead {
    -webkit-transform: translateY(-37%);
            transform: translateY(-37%);
    margin-top: -5rem;
  }
}

.p-consultation__lead span {
  display: inline-block;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #001ECC;
  border-radius: 1.2rem;
  padding: 1.3rem 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-consultation__lead span {
    font-size: 3.2rem;
    padding: 3.2rem 3rem;
    border-radius: 3rem;
  }
}

.p-consultation__lead span::after {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.7rem;
  -webkit-clip-path: polygon(21% 0, 0% 100%, 100% 0);
          clip-path: polygon(21% 0, 0% 100%, 100% 0);
  background-color: #001ECC;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-consultation__lead span::after {
    width: 3rem;
    height: 3.2rem;
    top: calc(100% - 1px);
  }
}

.p-consultation__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-consultation__head {
    padding-bottom: 3rem;
  }
}

.p-consultation__head::after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 100%;
  position: absolute;
  top: 42%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #060606, #060606 6px, transparent 6px, transparent 12px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .p-consultation__head::after {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 100%;
    left: 50%;
    width: 80%;
    background: url("../images/text_line_under.svg") no-repeat center center/100%;
  }
}

.p-consultation__logo {
  width: 39rem;
  padding-left: 7rem;
  padding-right: 7rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-consultation__logo {
    padding-right: 0;
    padding-left: 0;
    width: 45.3rem;
  }
}
.p-consultation__logo img {
  width: 100%;
  height: auto;
}

.p-consultation__job {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  gap: 2rem;
  position: relative;
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__job {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 4.5rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    margin-top: 4rem;
    padding-bottom: 7rem;
  }
}

.p-consultation__job::after {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 100%;
  background: url("../images/line_dashed_lg.svg") no-repeat center center/100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #060606, #060606 6px, transparent 6px, transparent 12px);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  .p-consultation__job::after {
    background: url("../images/text_line_under.svg") no-repeat center center/100%;
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

.p-consultation__job-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

@media screen and (max-width: 767px) {
  .p-consultation__job-item:nth-child(1) {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-consultation__job-item:nth-child(n+2) {
    width: 26rem;
  }
}

.p-consultation__job-img {
  width: 8rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-consultation__job-img {
    width: 15rem;
  }
}
.p-consultation__job-img img {
  width: 100%;
  height: auto;
}

.p-consultation__job-title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  margin-top: 1rem;
  min-height: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__job-title {
    font-size: 3.2rem;
    min-height: 0;
  }
}

.p-consultation__text {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-consultation__text {
    font-size: 3.2rem;
    line-height: 1.5;
    margin-top: 4rem;
  }
}

.p-contact-confirm {
  padding-top: 19.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm {
    padding-top: 25rem;
    padding-bottom: 11rem;
  }
}

.p-contact-confirm__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__title {
    font-size: 4.4rem;
    line-height: 1.5;
  }
}

.p-contact-confirm__title::before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/icon_mail.svg) no-repeat center center/contain;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__title::before {
    width: 5rem;
    height: 3.5rem;
  }
}

.p-contact-confirm__text {
  color: #F10067;
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__text {
    font-size: 3.2rem;
    line-height: 1.75;
    margin-top: 4rem;
  }
}

#formWrap {
  max-width: 63rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #formWrap {
    margin-top: 8rem;
    width: 95%;
  }
}

table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

table.formTable th {
  width: 50%;
  color: #515151;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table.formTable th {
    width: 100%;
    font-size: 3.2rem;
    margin-top: 4rem;
    padding: 1rem 1rem;
    width: auto;
    display: block;
  }
}

table.formTable td {
  font-size: 1.8rem;
  line-height: 1.3333333333;
  padding: 2rem 1rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  table.formTable td {
    font-size: 3.2rem;
    padding: 1rem 1rem 1rem 3rem;
    width: auto;
    display: block;
  }
}

p.error_message {
  margin: 5px 0;
  color: red;
}

table.formTable tr:last-child {
  display: none !important;
}

.p-contact-confirm__submit {
  margin-top: 5.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__submit {
    margin-top: 10rem;
  }
}

.p-contact-confirm__submit .submit {
  display: inline-block;
  color: #fff;
  width: 1.8rem;
  text-align: center;
  padding: 2.2rem 2rem;
  min-width: 30rem;
  border: 1px solid #060606;
  border-radius: 0.8rem;
  background-color: #001ECC;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__submit .submit {
    font-size: 2.8rem;
    min-width: 50rem;
    padding: 3rem 2rem;
  }
}

.p-contact-confirm__submit .back {
  display: inline-block;
  width: 1.8rem;
  color: #060606;
  text-align: center;
  padding: 2.2rem 2rem;
  min-width: 30rem;
  border: 1px solid #060606;
  border-radius: 0.8rem;
  background-color: #EAEAEA;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-confirm__submit .back {
    font-size: 2.8rem;
    min-width: 50rem;
    padding: 3rem 2rem;
  }
}

@media (hover: hover) {
  .p-contact-confirm__submit .submit:hover {
    background-color: #0538FF;
    opacity: 1;
  }
  .p-contact-confirm__submit .back:hover {
    opacity: 0.7;
  }
}
.p-contact-finish {
  padding-top: 19.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-finish {
    padding-top: 25rem;
    padding-bottom: 11rem;
  }
}

.p-contact-finish__title {
  color: #001ECC;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-finish__title {
    font-size: 4.4rem;
    line-height: 1.5;
  }
}

.p-contact-finish__text {
  font-size: 2rem;
  line-height: 1.7;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-finish__text {
    font-size: 3.2rem;
    line-height: 1.75;
    margin-top: 4rem;
  }
}

.p-contact-finish__text .row {
  display: block;
}

.p-contact-finish__text .row:nth-child(n+2) {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-finish__text .row:nth-child(n+2) {
    margin-top: 4rem;
  }
}

.p-contact-finish__btn {
  margin-top: 5.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-finish__btn {
    margin-top: 10rem;
  }
}

.p-contact-form {
  padding-top: 7rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form {
    padding-top: 9rem;
    padding-bottom: 11rem;
  }
}

.p-contact-form__title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-contact-form__title {
    font-size: 3.6rem;
  }
}

.p-contact-form__title::before {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6rem;
  background: url(../images/icon_contact.svg) no-repeat center center/contain;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__title::before {
    width: 10rem;
    height: 10rem;
  }
}

.p-contact-form__body {
  margin-top: 2rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-form__body {
    margin-top: 4rem;
    max-width: 66rem;
  }
}

.p-contact-form__item:nth-child(n+2) {
  margin-top: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item:nth-child(n+2) {
    margin-top: 4.3rem;
  }
}

.p-contact-form__label {
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label {
    font-size: 3.2rem;
  }
}

.p-contact-form__label span {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #FFBA00;
  padding: 0 0.4rem;
  border-radius: 0.3rem;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__label span {
    font-size: 2rem;
    padding: 0.4rem 1rem;
  }
}

.p-contact-form__input {
  margin-top: 0.8rem;
}

.p-contact-form__input input,
.p-contact-form__input textarea {
  width: 100%;
  border: 1px solid #9E9E9E;
  border-radius: 0.8rem;
  padding: 1rem;
  color: inherit;
  font-size: 1.8rem;
  font-family: inherit;
  min-height: 3rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #EAEAEA;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-contact-form__input input::-webkit-input-placeholder,
.p-contact-form__input textarea::-webkit-input-placeholder {
  color: gray;
}
.p-contact-form__input input::-moz-placeholder,
.p-contact-form__input textarea::-moz-placeholder {
  color: gray;
}
.p-contact-form__input input::-ms-input-placeholder,
.p-contact-form__input textarea::-ms-input-placeholder {
  color: gray;
}
.p-contact-form__input input::placeholder,
.p-contact-form__input textarea::placeholder {
  color: gray;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input input,
  .p-contact-form__input textarea {
    padding: 0.4rem 1.2rem;
    min-height: 8rem;
    font-size: 3.2rem;
  }
}

.p-contact-form__input input::-webkit-input-placeholder,
.p-contact-form__input textarea::-webkit-input-placeholder {
  color: #B4B4B4;
  font-size: 1.8rem;
}

.p-contact-form__input input::-moz-placeholder,
.p-contact-form__input textarea::-moz-placeholder {
  color: #B4B4B4;
  font-size: 1.8rem;
}

.p-contact-form__input input::-ms-input-placeholder,
.p-contact-form__input textarea::-ms-input-placeholder {
  color: #B4B4B4;
  font-size: 1.8rem;
}

.p-contact-form__input input::placeholder,
.p-contact-form__input textarea::placeholder {
  color: #B4B4B4;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input input::-webkit-input-placeholder,
  .p-contact-form__input textarea::-webkit-input-placeholder {
    font-size: 3.2rem;
  }
  .p-contact-form__input input::-moz-placeholder,
  .p-contact-form__input textarea::-moz-placeholder {
    font-size: 3.2rem;
  }
  .p-contact-form__input input::-ms-input-placeholder,
  .p-contact-form__input textarea::-ms-input-placeholder {
    font-size: 3.2rem;
  }
  .p-contact-form__input input::placeholder,
  .p-contact-form__input textarea::placeholder {
    font-size: 3.2rem;
  }
}

.p-contact-form__input textarea {
  height: 17rem;
  resize: none;
}
@media screen and (max-width: 767px) {
  .p-contact-form__input textarea {
    height: 26.7rem;
  }
}

.p-contact-form__privacy {
  padding: 20px 30px;
  overflow-y: auto;
  border: 1px solid #D1D1D1;
  height: 207px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__privacy {
    margin-top: 30px;
    padding: 16px 16px;
    height: 180px;
  }
}

.p-contact-form__privacy-text {
  color: gray;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-contact-form__privacy-text:nth-child(n+2) {
  margin-top: 16px;
}

.p-contact-form__item-note {
  color: gray;
  font-size: 14px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact-form__item-note {
    margin-top: 5px;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}

#p-contact-form__agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  #p-contact-form__agreement {
    margin-top: 4.5rem;
  }
}

#p-contact-form__agreement input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid #9E9E9E;
  background: #EAEAEA;
  border-radius: 0.4rem;
  outline: none;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #p-contact-form__agreement input[type=checkbox] {
    width: 4.8rem;
    height: 4.8rem;
  }
}

#p-contact-form__agreement input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  top: -0.3rem;
  left: 0.5rem;
  font-size: 1.8rem;
  color: #001ECC;
}
@media screen and (max-width: 767px) {
  #p-contact-form__agreement input[type=checkbox]:checked::before {
    font-size: 2.8rem;
  }
}

#p-contact-form__agreement label {
  margin-left: 1rem;
  cursor: pointer;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #p-contact-form__agreement label {
    font-size: 2.8rem;
  }
}

#p-contact-form__agreement input[type=checkbox]:focus {
  border-color: #007bff;
}

#p-contact-form__agreement label a {
  color: #0538FF;
  text-decoration: underline;
}

.p-contact-form__submit {
  margin-top: 3.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit {
    margin-top: 32px;
  }
}

.p-contact-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.p-contact-form__submit-btn {
  display: inline-block;
  position: relative;
}

.p-contact-form__submit-btn::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/icon_arrow_black.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit-btn::after {
    width: 2.5rem;
    height: 2.5rem;
    right: 3.5rem;
  }
}

.p-contact-form__submit input {
  display: inline-block;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: none;
  border-radius: 0.8rem;
  font-size: 1.8rem;
  padding: 2rem 2rem;
  min-width: 30rem;
  border: 1px solid #000;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-contact-form__submit input {
    font-size: 2.4rem;
    min-width: 50rem;
    padding: 3.4rem 2rem;
  }
}

.p-contact-form__submit input:hover {
  opacity: 0.7;
  cursor: pointer;
}

.p-contact-form__submit input:disabled {
  cursor: not-allowed;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

.p-contact-top {
  padding-top: 19.5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-top {
    padding-top: 24.5rem;
    padding-bottom: 10rem;
  }
}

.p-contact-top__title {
  color: #001ECC;
  font-size: 3.4rem;
  text-align: center;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-top__title {
    font-size: 4.4rem;
  }
}

.p-contact-top__title::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 0.3rem;
  background-color: #001ECC;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-contact-top__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-top__text {
    font-size: 3.2rem;
    line-height: 1.75;
    text-align: left;
    margin-top: 5rem;
  }
}

.p-cta {
  background-color: #E6EBFF;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-top: 9rem;
    padding-bottom: 11rem;
  }
}

.p-cta__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 4.4rem;
    line-height: 1.4772727273;
  }
}

.p-cta__title.p-cta__title--contact {
  line-height: 1.5666666667;
}
@media screen and (max-width: 767px) {
  .p-cta__title.p-cta__title--contact {
    font-size: 4rem;
  }
}

.p-cta__title .small {
  display: block;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-cta__title .small {
    font-size: 3.2rem;
  }
}

.p-cta__title em {
  font-size: 3.6rem;
  font-weight: 900;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-cta__title em {
    font-size: 5.3rem;
  }
}

.p-cta__hour {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-cta__hour {
    margin-top: 9rem;
  }
}

.p-cta__hour span {
  font-size: 2.4rem;
  font-weight: 700;
  display: inline-block;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-cta__hour span {
    font-size: 3.6rem;
  }
}

.p-cta__hour span::before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 3.5rem;
  background: url(../images/text_line.svg) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-cta__hour span::before {
    width: 3.5rem;
    height: 5.2rem;
  }
}

.p-cta__hour span::after {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 3.5rem;
  background: url(../images/text_line.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-cta__hour span::after {
    width: 3.5rem;
    height: 5.2rem;
  }
}

.p-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
  max-width: 71rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-cta__list {
    margin-top: 2rem;
    gap: 2rem;
    width: 96%;
  }
}

.p-cta__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #B2BBF0;
  border-radius: 1rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-cta__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 2rem;
  }
}

.p-cta__item-title {
  background-color: #FFBA00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 2rem;
  width: 42.8571428571%;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 0.8rem 0 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item-title {
    width: 100%;
    font-size: 3.6rem;
    padding: 2.2rem 2rem;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}

.p-cta__item-body {
  background-color: #fff;
  width: 57.1428571429%;
  padding: 3rem 2rem 3rem 2rem;
  border-radius: 0.8rem 1rem 1rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item-body {
    width: 100%;
    padding: 2.4rem 1.6rem 3.9rem 2rem;
    border-radius: 0 0 1.6rem 1.6rem;
  }
}

.p-cta__item-body.p-cta__item-body--tel,
.p-cta__item-body.p-cta__item-body--line {
  padding: 4.5rem 2rem 2.5rem 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item-body.p-cta__item-body--tel,
  .p-cta__item-body.p-cta__item-body--line {
    padding: 4.5rem 4rem 4rem 4rem;
  }
}

@media screen and (max-width: 767px) {
  .p-cta__item-body.p-cta__item-body--mail {
    padding: 3.4rem 1.6rem 3.9rem 2rem;
  }
}

.p-cta__item-title.p-cta__item-title--tel::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/icon_tel.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item-title.p-cta__item-title--tel::before {
    width: 3.7rem;
    height: 3.9rem;
    margin-right: 2rem;
  }
}

.p-cta__item-title.p-cta__item-title--line::before {
  content: "";
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
  background: url(../images/icon_line.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item-title.p-cta__item-title--line::before {
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 2rem;
  }
}

.p-cta__tel {
  display: block;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta__tel {
    font-size: 3rem;
    margin-top: 2.5rem;
  }
}

.p-cta__tel-number {
  margin-top: 2.3rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-number {
    text-align: center;
    margin-top: 1rem;
    margin-left: 0;
  }
}

.p-cta__tel-title,
.p-cta__line-title {
  width: 17rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: -2.8em;
  -webkit-transform: translateY(-1.5rem) translateX(-2rem);
          transform: translateY(-1.5rem) translateX(-2rem);
}
@media screen and (max-width: 767px) {
  .p-cta__tel-title,
  .p-cta__line-title {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    width: 25.8rem;
    margin-left: 2rem;
  }
}
.p-cta__tel-title img,
.p-cta__line-title img {
  width: 100%;
  height: auto;
}

.p-cta__tel-list,
.p-cta__line-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.4rem;
}

.p-cta__tel-text,
.p-cta__line-text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-text,
  .p-cta__line-text {
    font-size: 3.4rem;
  }
}

.p-cta__tel-text::before,
.p-cta__line-text::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/icon_check_yellow.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__tel-text::before,
  .p-cta__line-text::before {
    width: 5.5rem;
    height: 4.5rem;
    margin-right: 1rem;
  }
}

.p-cta__line-btn {
  margin-top: 2.3rem;
  margin-left: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__line-btn {
    text-align: center;
    margin-top: 3.5rem;
    margin-left: 0;
  }
}

.p-cta__mail-btn {
  text-align: center;
}

.p-cta__item-title.p-cta__item-title--mail::before {
  content: "";
  display: inline-block;
  width: 2.8rem;
  height: 2rem;
  background: url(../images/icon_mail.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__item-title.p-cta__item-title--mail::before {
    width: 4.8rem;
    height: 3.2rem;
  }
}

.p-faq {
  padding-top: 3rem;
  padding-bottom: 10.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 2.2rem;
  }
}

.p-faq__title-en {
  display: inline-block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  background-color: #001ECC;
  text-align: center;
  padding: 0.2rem 5rem;
  border-radius: 3rem;
  position: relative;
  top: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__title-en {
    font-size: 3.6rem;
    font-weight: 600;
    border-radius: 0 4rem 4rem 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0.2em 7rem;
    top: -2.2rem;
    border-left: none;
  }
}

.p-faq__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 4.4rem;
  }
}

.p-faq__list {
  counter-reset: num;
  margin-top: 6.5rem;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 13rem;
    max-width: 67rem;
  }
}

.p-faq__item {
  border-radius: 1.8rem;
  border: 1px solid #001ECC;
  position: relative;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    border-radius: 2.5rem;
  }
}

.p-faq__item:nth-child(n+2) {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item:nth-child(n+2) {
    margin-top: 9rem;
  }
}

.p-faq__item::before {
  content: "Q" counter(num);
  font-family: "Inter", sans-serif;
  font-size: 2.2rem;
  color: #fff;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  background-color: #001ECC;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-faq__item::before {
    width: 9.2rem;
    height: 9.2rem;
    font-size: 4.4rem;
  }
}

.p-faq__question {
  color: #001ECC;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  padding: 4rem 2rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 3.6rem;
    padding: 7rem 2rem 3.5rem 2rem;
  }
}

.p-faq__answer {
  background-color: #E6EBFF;
  padding: 2rem 7rem 2rem 7rem;
  border-radius: 0 0 1.7rem 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    padding: 4rem 1rem 2rem 1rem;
    border-radius: 0 0 2.7rem 2.7rem;
  }
}

.p-faq__answer-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-title {
    font-size: 3.6rem;
  }
}

.p-faq__answer-title::before {
  content: "A";
  color: #001ECC;
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-right: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-title::before {
    font-size: 5rem;
    line-height: 1;
  }
}

.p-faq__answer-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    font-size: 3.2rem;
    line-height: 1.75;
    padding-left: 6rem;
    padding-right: 6rem;
    margin-top: 2rem;
  }
}

.p-footer {
  background-color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  border-top: 1px solid #060606;
}

@media screen and (max-width: 767px) {
  .p-footer_inner.l-inner {
    max-width: 97%;
  }
}

.p-footer__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    font-size: 3.4rem;
    text-align: left;
  }
}

.p-footer__address {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
  text-align: center;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    font-size: 3rem;
    line-height: 1.5;
    text-align: left;
    letter-spacing: -1px;
  }
}

.p-footer__tel {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__tel {
    font-size: 3rem;
    line-height: 1.5;
    text-align: left;
    letter-spacing: -1px;
  }
}

.p-footer__copy {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 2.2rem;
    text-align: left;
  }
}

.p-header {
  padding: 2.2rem 2.2rem 2.2rem 2.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 10.4rem;
  width: 100%;
  position: fixed;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 15rem;
    padding: 2.2rem 2.2rem 2.2rem 2.2rem;
  }
}

.p-header.p-header--sub {
  background-color: #001ECC;
}

.p-header__logo {
  width: 26.2rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 36rem;
  }
}
.p-header__logo a {
  display: block;
}
.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-header.change-color {
  background-color: #001ECC;
}

.p-header__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-message {
  padding-top: 12rem;
  padding-bottom: 6.5rem;
  border-top: 1px solid #060606;
  border-bottom: 1px solid #060606;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding-top: 16rem;
    padding-bottom: 7.5rem;
  }
}

.p-message__wrapper {
  background-color: #FFBA00;
  border-radius: 5rem;
  padding: 5.5rem 3rem 5rem 3rem;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-message__wrapper {
    padding: 11.5rem 3rem 5rem 3rem;
    max-width: 66rem;
    border-radius: 6rem;
  }
}

.p-message__wrapper::before {
  content: "";
  display: inline-block;
  width: 20.3rem;
  height: 10.6rem;
  background: url(../images/message01.png) no-repeat center center/cover;
  position: absolute;
  top: -2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-message__wrapper::before {
    width: 30.4rem;
    height: 15.9rem;
    top: 1rem;
  }
}

.p-message__text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 3.6rem;
    line-height: 1.75;
  }
}

.p-message__text:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-message__text:nth-child(n+2) {
    margin-top: 5rem;
  }
}

.p-message__summary {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__summary {
    font-size: 4rem;
    line-height: 1.75;
    margin-top: 3rem;
  }
}

.p-mv {
  background-color: #0538FF;
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 45.5rem;
    padding-bottom: 6rem;
  }
}

.p-mv::before {
  content: "";
  display: inline-block;
  width: calc(50vw - 14rem);
  height: auto;
  background-color: #001ECC;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  aspect-ratio: 438/346;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-mv::before {
    width: calc(50vw + 17.7rem);
  }
}

.p-mv::after {
  content: "";
  display: inline-block;
  width: 1252rem;
  height: auto;
  background-color: #001ECC;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
  aspect-ratio: 1252/1000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 88rem);
}
@media screen and (max-width: 767px) {
  .p-mv::after {
    aspect-ratio: 1252/1092;
    left: calc(50% - 94rem);
  }
}

.p-mv__inner {
  position: relative;
  z-index: 2;
}

.p-mv__title {
  width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    width: 87%;
  }
}
.p-mv__title img {
  width: 100%;
  height: auto;
}

.p-mv__inner {
  position: relative;
}

.p-mv__fukidashi01 {
  width: 13.9rem;
  position: absolute;
  top: -8rem;
  right: 18rem;
}
@media screen and (max-width: 767px) {
  .p-mv__fukidashi01 {
    width: 16.7rem;
    top: -13rem;
    right: 29rem;
  }
}
.p-mv__fukidashi01 img {
  width: 100%;
  height: auto;
}

.p-mv__fukidashi02 {
  width: 19.4rem;
  position: absolute;
  top: 7rem;
  left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__fukidashi02 {
    width: 23.2rem;
    top: -22rem;
    left: 8rem;
  }
}
.p-mv__fukidashi02 img {
  width: 100%;
  height: auto;
}

.p-mv__fukidashi03 {
  width: 21.9rem;
  position: absolute;
  top: 13rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__fukidashi03 {
    width: 26.3rem;
    top: -27rem;
    right: 5rem;
  }
}
.p-mv__fukidashi03 img {
  width: 100%;
  height: auto;
}

.p-mv__text {
  width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 3.8rem;
  }
}
.p-mv__text img {
  width: 100%;
  height: auto;
}

.p-mv__lead {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    margin-top: 0.5rem;
  }
}

.p-mv__lead-text {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  background-color: #fff;
  padding: 1.6rem 5.5rem;
  border: 3px solid #FFBA00;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__lead-text {
    font-size: 3.8rem;
    line-height: 1.4473684211;
    padding: 1.4rem 5.5rem;
  }
}

.p-mv__lead-img01 {
  width: 4.9rem;
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__lead-img01 {
    width: 9rem;
    left: -6.5rem;
  }
}
.p-mv__lead-img01 img {
  width: 100%;
  height: auto;
}

.p-mv__lead-img02 {
  width: 3.7rem;
  position: absolute;
  top: -2.3rem;
  left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__lead-img02 {
    width: 6.6rem;
    top: -3.3rem;
    left: 1.2rem;
  }
}
.p-mv__lead-img02 img {
  width: 100%;
  height: auto;
}

.p-mv__lead-img03 {
  width: 5.3rem;
  position: absolute;
  bottom: 12.5px;
  right: -2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__lead-img03 {
    width: 7.8rem;
    bottom: 11.5px;
    right: -4rem;
  }
}
.p-mv__lead-img03 img {
  width: 100%;
  height: auto;
}

.p-mv__text {
  width: 50rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    width: 95%;
    margin-top: 5.5rem;
  }
}
.p-mv__text img {
  width: 100%;
  height: auto;
}

.p-mv__box {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5rem;
  position: relative;
}

.p-mv__box::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1rem;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__box::after {
    width: 3rem;
    height: 1.8rem;
  }
}

.p-mv__worry {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #FFBA00;
  padding: 2rem 2rem;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-mv__worry {
    font-size: 3.3rem;
    padding: 3.5rem 2rem;
    border-radius: 4rem 4rem 0 0;
  }
}

.p-mv__worry-list {
  background-color: #fff;
  padding: 2rem 2rem;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__worry-list {
    padding: 3.5rem 2rem 4rem 2rem;
    border-radius: 0 0 4rem 4rem;
  }
}

.p-mv__worry-list::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1rem;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: calc(100% + 3.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__worry-list::before {
    width: 3rem;
    height: 1.8rem;
    top: calc(100% + 6rem);
  }
}

.p-mv__worry-list::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1rem;
  background-color: #fff;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: calc(100% + 7rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-mv__worry-list::after {
    width: 3rem;
    height: 1.8rem;
    position: absolute;
    top: calc(100% + 12rem);
  }
}

.p-mv__worry-item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-mv__worry-item {
    font-size: 3.4rem;
  }
}

.p-mv__worry-item:nth-child(n+2) {
  margin-top: 1.2rem;
}

.p-mv__worry-item::before {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 3rem;
  background: url(../images/icon_check_yellow.svg) center center/contain no-repeat;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-mv__worry-answer {
  margin-top: 9.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv__worry-answer {
    margin-top: 16.6rem;
  }
}

.p-mv__answer-text {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv__answer-text {
    font-size: 3.6rem;
  }
}

.p-mv__answer-text::before {
  content: "";
  display: inline-block;
  width: 3.6rem;
  height: 3.5rem;
  background: url(../images/text_deco.svg) no-repeat center center/contain;
  position: absolute;
  top: -2rem;
  left: -4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__answer-text::before {
    width: 5rem;
    height: 5rem;
    top: -3rem;
    left: -5rem;
  }
}

.p-mv__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 5rem;
  }
}

.p-mv__list-item {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 19rem;
  height: 7.2rem;
  background: url(../images/frame_blue.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-mv__list-item {
    font-size: 4.3rem;
    width: 33.3rem;
    height: 12.5rem;
  }
}

.p-mv__text02 {
  color: #fff;
  font-size: 3rem;
  line-height: 1.5666666667;
  font-weight: 600;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-mv__text02 {
    font-size: 4.4rem;
    margin-top: 5rem;
  }
}

.p-ranking {
  padding-top: 6rem;
  padding-bottom: 9.5rem;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #9dc5fc calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #9dc5fc calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding-top: 11rem;
    padding-bottom: 11.5rem;
  }
}

.p-ranking__title {
  text-align: center;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.p-ranking__title span {
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #ADCDFA;
  padding: 1rem 4rem;
  border-radius: 3rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__title span {
    font-size: 3rem;
    padding: 2.2rem 5rem;
    border-radius: 5rem;
  }
}

.p-ranking__wrapper {
  background-color: #fff;
  border-radius: 3rem;
  border: 5px solid #5B9BF5;
  padding: 5rem 7rem 3rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__wrapper {
    padding: 7.5rem 4rem 5rem 4rem;
    border: 3px solid #5B9BF5;
    border-radius: 5rem;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-ranking__body {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__body {
    display: block;
  }
}

.p-ranking__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #060606;
}
@media screen and (max-width: 767px) {
  .p-ranking__item {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}

.p-ranking__list.p-ranking__list--02 .p-ranking__item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-ranking__list.p-ranking__list--02 .p-ranking__item:first-child {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.p-ranking__list.p-ranking__list--01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-ranking__list.p-ranking__list--02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-ranking__list.p-ranking__list--02 .p-ranking__item {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__list.p-ranking__list--02 .p-ranking__item {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

.p-ranking__item-num {
  font-family: "Inter", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}

.p-ranking__item-num span {
  font-family: "Noto Sans JP", sans-serif;
}

.p-ranking__item-num.p-ranking__item-num--01 {
  width: 6rem;
  height: 6rem;
  font-size: 3rem;
  color: #fff;
  background-color: #001ECC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-ranking__item-num.p-ranking__item-num--01 {
    width: 10rem;
    height: 10rem;
    font-size: 5rem;
  }
}

.p-ranking__item-num.p-ranking__item-num--01 span {
  font-size: 1.8rem;
  margin-bottom: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__item-num.p-ranking__item-num--01 span {
    font-size: 3rem;
    margin-bottom: -0.4rem;
  }
}

.p-ranking__item-num.p-ranking__item-num--02 {
  width: 6rem;
  height: 6rem;
  font-size: 2.6rem;
  color: #001ECC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-ranking__item-num.p-ranking__item-num--02 {
    font-size: 5rem;
    width: 10rem;
    height: 10rem;
  }
}

.p-ranking__item-num.p-ranking__item-num--02 span {
  font-size: 1.4rem;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__item-num.p-ranking__item-num--02 span {
    font-size: 3rem;
  }
}

.p-ranking__item-num.p-ranking__item-num--03 {
  font-size: 2.6rem;
  color: #001ECC;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ranking__item-num.p-ranking__item-num--03 {
    font-size: 5rem;
    width: 10rem;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-ranking__item-num.p-ranking__item-num--03 span {
  font-size: 1.4rem;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__item-num.p-ranking__item-num--03 span {
    font-size: 2.6rem;
  }
}

.p-ranking__item-num.p-ranking__item-num--04,
.p-ranking__item-num.p-ranking__item-num--05 {
  color: #515151;
  font-size: 2.1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-ranking__item-num.p-ranking__item-num--04,
  .p-ranking__item-num.p-ranking__item-num--05 {
    font-size: 4rem;
    width: 10rem;
    height: 10rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-ranking__item-num.p-ranking__item-num--04 span,
.p-ranking__item-num.p-ranking__item-num--05 span {
  font-size: 1.4rem;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__item-num.p-ranking__item-num--04 span,
  .p-ranking__item-num.p-ranking__item-num--05 span {
    font-size: 2.6rem;
  }
}

.p-ranking__list.p-ranking__list--01 .p-ranking__item-text {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__list.p-ranking__list--01 .p-ranking__item-text {
    font-size: 3rem;
  }
}

.p-ranking__list.p-ranking__list--02 .p-ranking__item-text {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__list.p-ranking__list--02 .p-ranking__item-text {
    font-size: 2.8rem;
    letter-spacing: -0.1em;
  }
}

@media screen and (max-width: 767px) {
  .p-ranking__list.p-ranking__list--02 .p-ranking__item-text.p-ranking__item-text--03 {
    font-size: 3rem;
  }
}

.p-ranking__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-ranking__text {
    font-size: 3rem;
    text-align: left;
  }
}

.p-reason {
  padding-top: 3.2rem;
  padding-bottom: 10rem;
  position: relative;
  background-color: #E6EBFF;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 1.2rem;
    padding-bottom: 14rem;
  }
}

.p-results {
  padding-top: 8rem;
  padding-bottom: 9rem;
  background-color: #FFBA00;
}
@media screen and (max-width: 767px) {
  .p-results {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.p-results__inner {
  max-width: 102rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.p-results__wrapper {
  background-color: #fff;
  border-radius: 3rem;
  border: 5px solid #B4B4B4;
  padding: 6.5rem 7rem 6rem 7rem;
}
@media screen and (max-width: 767px) {
  .p-results__wrapper {
    border: 3px solid #B4B4B4;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 9rem 4.5rem 6rem 4.5rem;
  }
}

.p-results__wrapper-inner {
  max-width: 70rem;
}
@media screen and (max-width: 767px) {
  .p-results__wrapper-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-results__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-results__title {
    font-size: 3.6rem;
    padding-bottom: 7rem;
  }
}

.p-results__title .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-results__title .row {
    display: block;
  }
}

.p-results__title::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 0.3rem;
  background-color: #001ECC;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-results__title--bg {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  background-color: #001ECC;
  padding: 0.5rem 2rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-results__title--bg {
    font-size: 3.6rem;
    padding: 0.5rem 3rem;
    margin-bottom: 1.5rem;
  }
}

.p-results__title .u-text-blue80 {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-results__title .u-text-blue80 {
    font-size: 4.4rem;
  }
}

.p-results__title em {
  font-style: normal;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-results__title em {
    font-size: 9rem;
  }
}

.p-results__list {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-results__list {
    margin-top: 7.5rem;
  }
}

.p-results__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-results__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-results__item:nth-child(n+2) {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-results__item:nth-child(n+2) {
    margin-top: 7.5rem;
  }
}

.p-results__item-num {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  background-color: #FFBA00;
  padding: 0.5rem 1.6rem;
  border-radius: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-results__item-num {
    font-size: 3.4rem;
    width: auto;
    width: initial;
    padding: 0.5rem 3rem;
    border-radius: 6rem;
  }
}

.p-results__item-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 1rem;
}

.p-results__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-results__item-title {
    font-size: 3.4rem;
    line-height: 1.7647058824;
    margin-top: 2rem;
  }
}

.p-results__item-profile {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-results__item-detail {
  font-size: 1.6rem;
  line-height: 1.875;
  border-bottom: 1px solid #060606;
}
@media screen and (max-width: 767px) {
  .p-results__item-detail {
    font-size: 2.8rem;
    letter-spacing: -1px;
  }
}

.p-results__item-category {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 0.6rem;
  border: 1px solid #060606;
  padding: 0.3rem 1.5rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-results__item-category {
    font-size: 2.8rem;
    letter-spacing: -1px;
  }
}

.p-results__item-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-results__item-text {
    font-size: 3.2rem;
    margin-top: 4rem;
  }
}

.p-solution {
  padding-top: 7rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding-top: 14rem;
    padding-bottom: 12.5rem;
  }
}

.p-solution__inner {
  max-width: 77rem;
}

.p-solution__head {
  text-align: center;
}

.p-solution__title {
  display: inline-block;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution__title {
    font-size: 4rem;
  }
}

.p-solution__title::after {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 2.7rem;
  background: url(../images/text_deco_yellow.svg) no-repeat center center/contain;
  position: absolute;
  top: -1.5rem;
  left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-solution__title::after {
    width: 4.6rem;
    height: 4.2rem;
    top: -1.5rem;
    left: 9.5rem;
  }
}

.p-solution__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  row-gap: 3rem;
  margin-top: 2.2rem;
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-solution__list {
    grid-template-columns: 1fr;
    row-gap: 3.2rem;
    margin-top: 3rem;
    width: 90%;
  }
}

.p-solution__item {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  border: 2px solid #0538FF;
  padding: 2.3rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 4px 0 rgba(5, 56, 255, .5);
          box-shadow: 4px 4px 0 rgba(5, 56, 255, .5);
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-solution__item {
    font-size: 4rem;
    padding: 2.4rem 1rem;
    min-height: 30rem;
  }
}
.p-solution__item .u-text-marker {
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-solution__item .u-text-marker {
    font-size: 5.3rem;
  }
}

.p-step {
  padding-top: 4.2rem;
  padding-bottom: 8rem;
  background-color: #E6EBFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-step {
    padding-top: 3.2rem;
  }
}

.p-step__title-en {
  display: inline-block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 2.4rem;
  background-color: #001ECC;
  text-align: center;
  padding: 0.2rem 5rem;
  border-radius: 3rem;
  position: relative;
  top: -4.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-step__title-en {
    font-size: 3.6rem;
    font-weight: 600;
    border-radius: 0 4rem 4rem 0;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding: 0.2em 7rem;
    top: -3.2rem;
    border-left: none;
  }
}

.p-step__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4333333333;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-step__title {
    font-size: 4.4rem;
  }
}

.p-step__list {
  max-width: 76.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .p-step__list {
    margin-top: 8.2rem;
  }
}

.p-step__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-step__item:nth-child(n+2) {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-step__item:nth-child(n+2) {
    margin-top: 9rem;
  }
}

.p-step__item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #0538FF;
  font-size: 1.3rem;
  line-height: 1.4;
  width: 7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-step__item-num {
    font-size: 2.6rem;
    width: 12.5rem;
    line-height: 1.2;
  }
}
.p-step__item-num span {
  font-size: 4rem;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}
@media screen and (max-width: 767px) {
  .p-step__item-num span {
    font-size: 8rem;
  }
}

.p-step__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-step__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-left: 3px solid #0538FF;
    padding-left: 4rem;
    padding-right: 1rem;
  }
}

.p-step__item-body {
  width: 53%;
  border-left: 3px solid #0538FF;
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .p-step__item-body {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
}

.p-step__item-title {
  color: #001ECC;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
  .p-step__item-title {
    font-size: 3.6rem;
    line-height: 1.5;
  }
}

.p-step__item-text {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-step__item-text {
    font-size: 3.2rem;
    line-height: 1.75;
    margin-top: 1rem;
  }
}

.p-step__item-img {
  width: 44%;
  padding-right: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-step__item-img {
    width: 100%;
    margin-top: 2rem;
    padding-right: 5rem;
  }
}
.p-step__item-img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-step__item-img img {
    border-radius: 2rem;
    aspect-ratio: 503/283;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-step__item-list {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-step__item-list {
    margin-top: 3.5rem;
  }
}

.p-step__item-listItem {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-step__item-listItem {
    font-size: 3.4rem;
    line-height: 1.5;
  }
}

.p-step__item-listItem:nth-child(n+2) {
  margin-top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-step__item-listItem:nth-child(n+2) {
    margin-top: 3.3rem;
  }
}

.p-step__item-listItem:nth-child(3) {
  white-space: nowrap;
}

.p-step__item-listItem::before {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(../images/icon_check_blue.svg) no-repeat center center/contain;
  margin-right: 1.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.2rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-step__item-listItem::before {
    width: 4.4rem;
    height: 4.4rem;
  }
}

.p-step__reason {
  margin-top: 7.4rem;
  background-color: #fff;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e0e8f9 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e0e8f9 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  border-radius: 1.6rem;
  padding: 3.5rem 5.5rem 3rem 5.5rem;
  max-width: 73rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-step__reason {
    padding: 2.5rem 7rem 6rem 7rem;
    width: 94%;
    border-radius: 1rem;
    margin-top: 15rem;
  }
}

.p-step__reason-title {
  text-align: center;
  margin-top: -3rem;
  position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}

.p-step__reason-title span {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #FFBA00;
  padding: 0.7rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-step__reason-title span {
    font-size: 3.6rem;
    padding: 1.5rem 4rem;
  }
}

.p-step__reason-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-step__reason-text {
    font-size: 3.2rem;
  }
}

.p-step__reason-text:nth-child(n+2) {
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .p-step__item:nth-child(2) .p-step__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .p-step__item:nth-child(2) .p-step__item-body {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-step__item:nth-child(2) .p-step__item-title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-step__item:nth-child(2) .p-step__item-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .p-step__item:nth-child(2) .p-step__item-img {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-step__item:nth-child(2) .p-step__item-list {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

@media screen and (max-width: 767px) {
  .p-step__item:nth-child(3) .p-step__item-text {
    padding-right: 3rem;
  }
}

.p-top-cta {
  position: relative;
}

.p-top-cta::before {
  content: "";
  display: inline-block;
  width: 4.5rem;
  height: 2.7rem;
  background-color: #001ECC;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-top-cta::before {
    width: 6.2rem;
    height: 3.7rem;
  }
}

.p-worry01 {
  background-color: #0538FF;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-worry01 {
    padding-top: 12.5rem;
    padding-bottom: 12rem;
  }
}

.p-worry01__wrapper {
  background-color: #fff;
  border-radius: 2rem;
  padding: 4rem 7rem 5.2rem 7rem;
  border: 4px solid #001ECC;
}
@media screen and (max-width: 767px) {
  .p-worry01__wrapper {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3rem;
    padding: 6rem 4rem 9.2rem 4rem;
  }
}

.p-worry01__title {
  color: #001ECC;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  padding-bottom: 2.7rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worry01__title {
    font-size: 4.4rem;
    line-height: 1.5;
    padding-bottom: 3.5rem;
  }
}

.p-worry01__title::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 0.4rem;
  background-color: #001ECC;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-worry01__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 2.6rem;
  margin-top: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-worry01__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.6rem;
    row-gap: 3.2rem;
  }
}

.p-worry01__item {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 3.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-worry01__item {
    font-size: 3.4rem;
    padding-left: 6.5rem;
    white-space: nowrap;
  }
}

@media screen and (max-width: 767px) {
  .p-worry01__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (max-width: 767px) {
  .p-worry01__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media screen and (max-width: 767px) {
  .p-worry01__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 767px) {
  .p-worry01__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.p-worry01__item::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../images/icon_check_blue.svg) no-repeat center center/contain;
  position: absolute;
  top: 0.2rem;
  left: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-worry01__item::before {
    width: 4.4rem;
    height: 4.4rem;
    top: 0.6rem;
  }
}

.p-worry02 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-worry02 {
    padding-top: 9rem;
    padding-bottom: 0;
  }
}

.p-worry02__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-worry02__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-worry02__img {
  width: 54.7058823529%;
}
@media screen and (max-width: 767px) {
  .p-worry02__img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 10rem;
  }
}
.p-worry02__img img {
  aspect-ratio: 465/250;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}

.p-worry02__body {
  width: 40%;
  padding-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-worry02__body {
    width: 100%;
  }
}

.p-worry02__text01 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-worry02__text01 {
    font-size: 3.6rem;
    line-height: 1.75;
    text-align: center;
  }
}

.p-worry02__text02 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7692307692;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-worry02__text02 {
    font-size: 4rem;
    line-height: 1.75;
    text-align: center;
    margin-top: 1rem;
  }
}

.u-floating-anime {
  animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
}

@media screen and (max-width: 767px) {
  .u-floating-anime-sp {
    animation: floating-y 1.3s ease-in-out infinite alternate-reverse;
  }
}

@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
  }
  100% {
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
}

@keyframes floating-y {
  0% {
    -webkit-transform: translateY(-6%);
            transform: translateY(-6%);
  }
  100% {
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

.u-text-yellow {
  color: #FFBA00;
}

.u-text-blue50 {
  color: #0538FF;
}

.u-text-blue80 {
  color: #001ECC;
}

.u-text-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFBA00));
  background: linear-gradient(transparent 70%, #FFBA00 70%);
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

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

.u-text-bold {
  font-weight: 700;
}

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

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

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