@charset "UTF-8";
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.6vw;
  }
}
@media (max-width: 1000px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1280px) {
  html,
  :root {
    font-size: 100px;
    font-size: 1.07vw;
  }
  body {
    font-size: 1rem;
  }
}
/* pcの電話番号発信対応 */
@media screen and (min-width: 769px), print {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: text;
  }
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    -webkit-text-decoration-skip-ink: inherit;
            text-decoration-skip-ink: inherit;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px), print {
  a:hover {
    opacity: 0.8;
  }
}

h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: #303235;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body {
    overflow-wrap: break-word;
  }
}
@media screen and (max-width: 1280px) {
  body {
    word-wrap: break-word;
    word-break: break-all;
    animation: fadeIn 2s ease 0 1 normal;
    -webkit-animation: fadeIn 2s ease 0 1 normal;
  }
}

.l-contents {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .u-hidden-pc {
    display: none !important;
  }
}

.l-container {
  width: 80rem;
  margin: 0 auto;
  overflow: initial;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-container {
    width: calc(100% - 10.26vw);
  }
}

.c-cap {
  color: #6D7785;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-cap {
    font-size: 2.05vw;
    line-height: 1.5;
  }
}

.ff-en {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
}

.ff-en-bld {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
}

/* ========================================
共通パーツ
======================================== */
.c-cta {
  background: #FFF url(../images/bg_cta01.png) center top/auto 100% no-repeat;
  padding: 4.375rem 0;
}
@supports (background-image: url(../images/bg_cta01.webp)) {
  .c-cta {
    background-image: url(../images/bg_cta01.webp);
  }
}
@media screen and (max-width: 768px) {
  .c-cta {
    padding: 12.82vw 0;
    background: #FFF url(../images/bg_cta01_sp.png) left top/cover no-repeat;
  }
  @supports (background-image: url(../images/bg_cta01_sp.webp)) {
    .c-cta {
      background-image: url(../images/bg_cta01_sp.webp);
    }
  }
}
@media screen and (min-width: 769px), print {
  .c-cta .l-container {
    display: grid;
    grid-template-columns: 43.25rem auto;
    gap: 1.875rem 3.125rem;
  }
}
.c-cta__catch {
  text-align: center;
  grid-column: 1/3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-cta__catch {
    text-align: left;
  }
}
.c-cta__catch:before, .c-cta__catch:after {
  display: block;
  position: absolute;
  content: "";
}
.c-cta__catch:before {
  width: 15.75rem;
  aspect-ratio: 252/216;
  left: 1.25rem;
  top: -2.1875rem;
  background: url(../images/img_cta01.png) center/contain no-repeat;
}
@supports (background-image: url(../images/img_cta01.webp)) {
  .c-cta__catch:before {
    background-image: url(../images/img_cta01.webp);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__catch:before {
    display: none;
  }
}
.c-cta__catch:after {
  width: 19.5rem;
  aspect-ratio: 312/170;
  right: 0rem;
  top: -1.25rem;
  background: url(../images/img_cta02.png) center/contain no-repeat;
}
@supports (background-image: url(../images/img_cta02.webp)) {
  .c-cta__catch:after {
    background-image: url(../images/img_cta02.webp);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__catch:after {
    width: 39.74vw;
    aspect-ratio: 4/3.3;
    right: -5.13vw;
    top: -2.56vw;
    background-size: auto 100%;
    background-position: left center;
  }
}
.c-cta__catch-label {
  background: #169EDD;
  color: #ffffff;
  display: inline-block;
  padding: 0rem 0.625rem;
  font-size: 2.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-label {
    font-size: 4.62vw;
  }
}
.c-cta__catch-ttl {
  font-size: 2.375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-ttl {
    font-size: 5.9vw;
    margin: 2.56vw 0 0;
    line-height: 1.2;
  }
}
.c-cta__catch-ttl > span {
  font-size: 120%;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-ttl > span {
    font-size: 132%;
  }
}
.c-cta__catch-ttl > span > span {
  font-size: 120%;
}
@media screen and (max-width: 768px) {
  .c-cta__catch-ttl > span > span {
    font-size: 132%;
  }
}
.c-cta__item {
  background: #ffffff;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0.9375rem 0.625rem;
  position: relative;
  justify-content: center;
}
.c-cta__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-cta__items {
    grid-template-columns: 37.69vw auto;
    gap: 2.56vw;
    margin: 7.69vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__item {
    padding: 3.85vw 0;
  }
}
.c-cta__item + .c-cta__item:before {
  width: 2.375rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  background: url(../images/ico_plus01.svg) center/contain no-repeat;
  content: "";
  left: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-cta__item + .c-cta__item:before {
    width: 7.69vw;
    left: -5.13vw;
  }
}
.c-cta__item-ttl {
  font-weight: 700;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .c-cta__item-ttl {
    letter-spacing: 0;
  }
}
.c-cta__item-txt {
  font-weight: 800;
  color: #F04E79;
}
@media screen and (max-width: 768px) {
  .c-cta__item-txt {
    text-align: center;
    line-height: 1.1;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__item--01 .c-cta__item-ttl {
    font-size: 3.85vw;
  }
}
.c-cta__item--01 .c-cta__item-txt {
  font-size: 2.75rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c-cta__item--01 .c-cta__item-txt {
    font-size: 9vw;
    line-height: 1.2;
  }
}
.c-cta__item--01 .c-cta__item-txt span {
  font-size: 120%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-cta__item--01 .c-cap {
    margin: 1.28vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-ttl {
    font-size: 5.64vw;
  }
}
.c-cta__item--02 .c-cta__item-txt {
  font-size: 3.875rem;
  letter-spacing: -0.04em;
  position: relative;
}
@media screen and (min-width: 769px), print {
  .c-cta__item--02 .c-cta__item-txt {
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-txt {
    font-size: 8.46vw;
  }
}
.c-cta__item--02 .c-cta__item-txt span.ff-en-bld {
  font-size: 145%;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-txt span.ff-en-bld {
    font-size: 260%;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-txt span.par {
    position: absolute;
    top: 2.56vw;
    left: 28.21vw;
  }
}
.c-cta__item--02 .c-cta__item-cption {
  margin: 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-cta__item--02 .c-cta__item-cption {
    margin: 0 2.56vw;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__btns {
    margin: 7.69vw 0 0;
  }
}
.c-cta__btn-premium a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  background: #F04E79;
  border-radius: 6.25rem;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.875rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-premium a {
    font-size: 5.13vw;
    padding: 0.78vw 7.69vw 3.84vw 7.69vw;
  }
}
.c-cta__btn-premium a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: shine 5s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0;
}
@keyframes shine {
  80% {
    transform: translateX(-100%);
    opacity: 0;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
.c-cta__btn-premium a:after {
  width: 0.625rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .c-cta__btn-premium a:after {
    width: 2.56vw;
    right: 7.69vw;
  }
}
.c-cta__btn-premium .c-cap {
  color: #ffffff;
  position: absolute;
  bottom: 0.9375rem;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-premium .c-cap {
    bottom: 1.56vw;
  }
}
.c-cta__btn-free {
  text-align: center;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-free {
    margin: 5.13vw 0 0;
  }
}
.c-cta__btn-free a {
  display: inline-block;
  border-bottom: 2px dotted #303235;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-cta__btn-free a {
    font-size: 3.59vw;
  }
}

.c-acd__item {
  border: 1px solid #169EDD;
  background: #ffffff;
  border-radius: 0.625rem;
  margin: 0 auto;
  width: 60.75rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-acd__item {
    width: 100%;
    border-radius: 2.56vw;
  }
}
.c-acd__item:before, .c-acd__item:after {
  position: absolute;
  content: "";
  top: 3.125rem;
  right: 1.875rem;
  width: 1.625rem;
  height: 0.1875rem;
  background-color: #303235;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .c-acd__item:before, .c-acd__item:after {
    top: 7vw;
    right: 5.13vw;
    width: 3.85vw;
    height: 0.77vw;
  }
}
.c-acd__item:after {
  transform: rotate(90deg);
}
.c-acd__item + .c-acd__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-acd__item + .c-acd__item {
    margin-top: 5.13vw;
  }
}
.c-acd__item-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  min-height: 3.75rem;
  position: relative;
  padding: 0.9375rem 1.875rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .c-acd__item-btn {
    font-size: 4.62vw;
    min-height: 15.38vw;
    padding: 2.56vw 10.26vw 2.56vw 3.85vw;
  }
}
.c-acd__item-btn-ico {
  width: 4.875rem;
  aspect-ratio: 1;
  margin: 0 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .c-acd__item-btn-ico {
    width: 12.82vw;
    margin: 0 2.56vw 0 0;
  }
}
.c-acd__item-btn-ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-acd__item-btn-txt {
  font-weight: 700;
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .c-acd__item-btn-txt {
    font-size: 1.125rem;
  }
}
.c-acd__item-btn-txt span {
  color: #169EDD;
}
.c-acd__item-cont {
  padding: 0 1.875rem 1.875rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .c-acd__item-cont {
    padding: 0 5.13vw 5.13vw;
  }
}
.c-acd__item-cont a {
  color: #0044CC;
  text-decoration: underline;
}
.c-acd__item-cont a[target=_blank]:after {
  width: 0.9em;
  aspect-ratio: 1;
  margin: 0 0.1875rem -0.1em;
  display: inline-block;
  background: url(../images/ico_link01.svg) center/contain no-repeat;
  content: "";
}
.c-acd__item.open:before, .c-acd__item.stay:before {
  transform: rotate(180deg);
}
.c-acd__item.open:after, .c-acd__item.stay:after {
  opacity: 0;
}
.c-acd__item.stay.open:after {
  transform: rotate(-90deg);
  opacity: 1;
}
.c-acd__item.stay .c-acd__item-cont {
  display: block;
}
.c-acd__ttl {
  font-weight: 700;
  font-size: 1.4375rem;
  color: #169EDD;
  margin: 3.125rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-acd__ttl {
    font-size: 4.62vw;
    margin: 10.26vw 0 2.56vw;
  }
}
.c-acd__ttl:first-child {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-acd__ttl:first-child {
    margin-top: 5.13vw;
  }
}
.c-acd__lead {
  font-size: 1.125rem;
  margin: 0 0 1.25rem;
  color: #6D7785;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-acd__lead {
    font-size: 3.59vw;
    margin: 0 0 5.13vw;
  }
}
.c-acd__col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .c-acd__col3 {
    grid-template-columns: 1fr;
    gap: 5.13vw;
  }
}
.c-acd__col3-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-acd__col3-item {
    min-height: 28.21vw;
  }
}
@media screen and (max-width: 768px) {
  .c-acd__col3-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 28.21vw;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-acd__col3-img img {
    border-radius: 2.56vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
  }
}
.c-acd__col3-ttl {
  font-weight: 700;
  margin: 0.9375rem 0 0;
  letter-spacing: 0.04em;
  line-height: 1.5;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-acd__col3-ttl {
    font-size: initial;
    margin: 0 0 0 32.05vw;
    letter-spacing: 0;
  }
}
.c-acd__col3-txt {
  margin: 0.625rem 0 0;
  font-size: 1.125rem;
  color: #6D7785;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .c-acd__col3-txt {
    margin: 1.28vw 0 0 32.05vw;
    letter-spacing: 0;
    font-size: 3.59vw;
  }
}
.c-acd__col3-cap {
  margin: 0.625rem 0 0;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-acd__col3-cap {
    margin: 2.56vw 0 0;
  }
}

.c-listDot li {
  padding-left: 1.1em;
  position: relative;
}
.c-listDot li:before {
  width: 3px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.4em;
  border-radius: 50%;
  background: #303235;
  content: "";
}

.l-header {
  width: 80rem;
  margin: 0 auto;
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-header {
    width: 100%;
    top: 0;
    padding-top: 6.41vw;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    z-index: 1000;
    margin: 0 0 0 5.13vw;
  }
}
.l-header__logo {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 24.36vw;
  }
}
.l-header__login {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__login {
    display: block;
    margin-right: 20vw;
    z-index: 1000;
  }
}
@media screen and (max-width: 768px) {
  .l-header__login a {
    font-size: 3.59vw;
  }
}

.p-nav {
  margin-right: 5.625rem;
}
@media screen and (max-width: 768px) {
  .p-nav {
    width: 100%;
    height: 110vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    padding-top: 18vw;
    display: none;
    margin-right: 0;
  }
}
.p-nav__item {
  margin-left: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-nav__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__item:last-child {
    display: none;
  }
}
@media screen and (min-width: 769px), print {
  .p-nav__item {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__item + .p-nav__item {
    border-top: 1px solid #D5D7DA;
  }
}
@media screen and (max-width: 768px) {
  .p-nav__item > a {
    display: block;
    padding: 5.13vw 0;
    font-size: 3.59vw;
  }
}
.p-nav__items {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-nav__items {
    display: block;
    margin: 0 5.13vw;
  }
}

#p-nav-toggle {
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  #p-nav-toggle {
    position: absolute;
    right: 3.85vw;
    top: 3.85vw;
    width: 12.82vw;
    height: 12.82vw;
    border-radius: 11vw;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #p-nav-toggle span {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 16px;
    left: 0;
    width: 4.84vw;
    height: 0.44vw;
    margin: auto;
    border-radius: 1px;
    background: #28325A;
    transition: all 0.25s ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  #p-nav-toggle span:nth-child(1) {
    top: 7vw;
  }
}
@media screen and (max-width: 768px) {
  #p-nav-toggle span:nth-child(2) {
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #p-nav-toggle span:nth-child(3) {
    bottom: 3vw;
  }
}
#p-nav-toggle.-js-opened::before {
  width: 22px;
  top: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  #p-nav-toggle.-js-opened span:nth-child(1) {
    top: 5vw;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 768px) {
  #p-nav-toggle.-js-opened span:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #p-nav-toggle.-js-opened span:nth-child(3) {
    margin-bottom: auto;
    bottom: -1vw;
    height: 0.44vw;
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .c-footer {
    /*padding-bottom: 120px;*/
  }
}

/* ========================================
メインコンテンツ
======================================== */
@media screen and (max-width: 768px) {
  .p-mv__bg {
    background: url(../images/bg_mv_sp.png) center top/cover no-repeat;
  }
  @supports (background-image: url(../images/bg_mv_sp.webp)) {
    .p-mv__bg {
      background-image: url(../images/bg_mv_sp.webp);
    }
  }
}
@media screen and (max-width: 768px) {
  .p-mv__bg .p-hero,
  .p-mv__bg .c-cta {
    background: none;
  }
}

.p-hero {
  display: block;
  background: url(../images/bg_hero01.png) center top/auto 100% no-repeat;
  position: relative;
  background-blend-mode: overlay;
}
@supports (background-image: url(../images/bg_hero01.webp)) {
  .p-hero {
    background-image: url(../images/bg_hero01.webp);
  }
}
@media screen and (min-width: 769px), print {
  .p-hero {
    background-color: rgba(255, 255, 255, 0.4);
  }
}
@media screen and (max-width: 768px) {
  .p-hero {
    background-image: url(../images/bg_hero01_sp.png) left bottom/cover no-repeat;
  }
  @supports (background-image: url(../images/bg_hero01_sp.webp)) {
    .p-hero {
      background-image: url(../images/bg_hero01_sp.webp);
    }
  }
}
.p-hero__txt {
  position: relative;
  padding: 6.875rem 0 2.5rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-hero__txt {
    padding: 26.32vw 0 5.13vw;
  }
}
.p-hero__catch {
  width: 46.875rem;
}
@media screen and (max-width: 768px) {
  .p-hero__catch {
    width: 100%;
  }
}
.p-hero__name {
  width: 30rem;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-hero__name {
    width: 63.16vw;
    margin: 5.26vw 0 0;
  }
}
.p-hero__ico {
  width: 9.625rem;
  position: absolute;
  left: 31.25rem;
  top: 19.375rem;
}
@media screen and (max-width: 768px) {
  .p-hero__ico {
    width: 28.95vw;
    position: static;
    margin: 12.82vw 0 0;
  }
}
.p-hero__ico-cap {
  text-align: center;
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-hero__ico-cap {
    margin: 1.28vw 0 0;
  }
}
.p-hero__ambassador {
  position: absolute;
}
@media screen and (min-width: 769px), print {
  .p-hero__ambassador {
    width: 35rem;
    left: calc(50% + 6.25rem);
    top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__ambassador {
    width: 94.87vw;
    right: 0;
    top: 51.28vw;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__ambassador-img {
    width: 100%;
    aspect-ratio: 1/0.83;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__ambassador-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
    width: 138%;
    height: 138%;
  }
}
.p-hero__ambassador-name {
  color: #6D7785;
  position: absolute;
  top: 23.75rem;
  right: 8.75rem;
  font-size: 0.6875rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-hero__ambassador-name {
    top: 60.26vw;
    right: 5.26vw;
    font-size: 2.56vw;
  }
}
@media screen and (min-width: 769px), print {
  .p-hero__ambassador-name span {
    font-size: 150%;
  }
}
.p-hero__obi {
  position: relative;
  z-index: 0;
  display: grid;
}
@media screen and (min-width: 769px), print {
  .p-hero__obi {
    grid-template-columns: 46.875rem auto;
    gap: 0.9375rem 1.875rem;
    align-items: flex-end;
    padding: 1.25rem 0;
  }
}
@media screen and (max-width: 768px) {
  .p-hero__obi {
    grid-template-columns: 1fr;
    gap: 2.56vw;
    padding: 5.13vw;
  }
}
.p-hero__obi:before {
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #FFF;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-hero__obi:before {
    width: 100%;
    border-radius: 2.56vw;
  }
}
@media screen and (min-width: 769px), print {
  .p-hero__obi-cap {
    grid-column: 1/3;
  }
}

.p-worry {
  position: relative;
  padding: 3.125rem 0 6.875rem;
  background: rgba(48, 50, 53, 0.5);
}
@media screen and (max-width: 768px) {
  .p-worry {
    padding: 12.82vw 0 46.15vw;
  }
}
.p-worry:before {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/bg_worry01.png) center top/auto 100% no-repeat;
  content: "";
  z-index: -1;
}
@supports (background-image: url(../images/bg_worry01.webp)) {
  .p-worry:before {
    background-image: url(../images/bg_worry01.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-worry:before {
    background-image: url(../images/bg_worry01_sp.png);
    background-size: cover;
  }
  @supports (background-image: url(../images/bg_worry01_sp.webp)) {
    .p-worry:before {
      background-image: url(../images/bg_worry01_sp.webp);
    }
  }
}
.p-worry__catch {
  color: #ffffff;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worry__catch {
    font-size: 5.64vw;
  }
}
.p-worry__catch:after {
  width: 3.75rem;
  aspect-ratio: 60/66;
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 12.5rem;
  background: url(../images/ico_worry01.png) center/contain no-repeat;
  content: "";
}
@supports (background-image: url(../images/ico_worry01.webp)) {
  .p-worry__catch:after {
    background-image: url(../images/ico_worry01.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-worry__catch:after {
    width: 11.79vw;
    top: -5.13vw;
    right: 0;
  }
}
.p-worry__catch span {
  background: #303235;
  display: inline-block;
  padding: 0rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-worry__catch span {
    padding: 1.28vw 2.56vw;
  }
}
.p-worry__catch span:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-worry__catch span:nth-child(n+2) {
    margin-top: 2.56vw;
  }
}
.p-worry__checklist {
  background: #E5E7EB;
  border-radius: 0.625rem;
  padding: 1.875rem;
  margin: 3.125rem 43% 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-worry__checklist {
    border-radius: 2.56vw;
    padding: 5.13vw;
    margin: 7.69vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-worry__checklist:before {
    width: 12.31vw;
    aspect-ratio: 1/0.8;
    display: block;
    position: absolute;
    top: 100%;
    left: 15.38vw;
    background: url(../images/ico_worry02.png) center bottom/100% auto no-repeat;
    content: "";
  }
  @supports (background-image: url(../images/ico_worry02.webp)) {
    .p-worry__checklist:before {
      background-image: url(../images/ico_worry02.webp);
    }
  }
}
.p-worry__checklist li {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.4375rem;
  letter-spacing: 0;
  line-height: 1.3;
  font-feature-settings: "plat";
}
@media screen and (max-width: 768px) {
  .p-worry__checklist li {
    padding-left: 7.69vw;
    font-size: 3.59vw;
  }
}
.p-worry__checklist li:before {
  width: 1.75rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff url(../images/ico_check01.svg) center/75% auto no-repeat;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-worry__checklist li:before {
    width: 5.13vw;
  }
}
.p-worry__checklist li + li {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .p-worry__checklist li + li {
    margin-top: 5.13vw;
  }
}
.p-worry__checklist li span {
  font-weight: 700;
  background: linear-gradient(transparent 70%, #C0C0C0 70%);
}

.p-solution {
  background: #ffffff url(../images/bg_solution01.png) center top/auto 100% no-repeat;
  padding: 6.25rem 0 8.75rem;
  margin: -3.75rem 0 0;
  clip-path: polygon(0 0, calc(50vw - 6.25rem) 0, 50% 3.75rem, calc(50vw + 6.25rem) 0, 100% 0, 100% 100%, 0 100%);
}
@supports (background-image: url(../images/bg_solution01.webp)) {
  .p-solution {
    background-image: url(../images/bg_solution01.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-solution {
    background: #ffffff url(../images/bg_solution01_sp.png) center 25.64vw/100% auto no-repeat;
    padding: 23.08vw 0 20.51vw;
    margin: -17.95vw 0 0;
    clip-path: polygon(50% 17.95vw, 100% 0, 100% 100%, 0 100%, 0 0);
  }
  @supports (background-image: url(../images/bg_solution01_sp.webp)) {
    .p-solution {
      background-image: url(../images/bg_solution01_sp.webp);
    }
  }
}
.p-solution__catch {
  text-align: center;
}
.p-solution__catch-label {
  background: #303235;
  color: #ffffff;
  display: inline-block;
  font-size: 2rem;
  padding: 0 0.9375rem 0 1.25rem;
  border-radius: 3.125rem;
  margin: 0 0 0.625rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-solution__catch-label {
    font-size: 4.62vw;
    padding: 1.28vw 5.13vw;
    margin: 0 0 1.28vw;
  }
}
.p-solution__catch-ttl {
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-solution__catch-ttl {
    font-size: 5.13vw;
    line-height: 1.6;
  }
}
.p-solution__catch-ttl span {
  font-size: 158%;
  font-weight: 800;
  color: #169EDD;
}
.p-solution__catch-ttl span.dot {
  background: top right/1em 0.3em repeat-x;
  background-image: url(../images/ico_dot01.svg);
  padding-top: 1.4125rem;
}
@media screen and (max-width: 768px) {
  .p-solution__catch-ttl span.dot {
    padding-top: 2.56vw;
  }
}
.p-solution__box {
  background: #E7F0F7;
  border-radius: 0.625rem;
  padding: 2.8125rem;
  margin: 3.125rem 42% 0 0;
}
@media screen and (max-width: 768px) {
  .p-solution__box {
    border-radius: 2.56vw;
    padding: 5.13vw;
    margin: 51.28vw 0 0;
  }
}
.p-solution__box-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-solution__box-ttl {
    font-size: 6.41vw;
  }
}
.p-solution__box-ttl span {
  color: #169EDD;
  font-weight: 800;
}
.p-solution__box-ttl span.name {
  font-size: 120%;
}
.p-solution__box-ttl span.case {
  font-size: 170%;
  line-height: 1;
}
.p-solution__box-ttl span.case .ff-en-bld {
  font-size: 110%;
  line-height: 1;
}
.p-solution__item {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.25rem;
  text-align: center;
}
.p-solution__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-solution__items {
    gap: 2.56vw;
    margin: 7.69vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-solution__item {
    border-radius: 2.56vw;
    padding: 5.13vw 0;
  }
}
.p-solution__item-ico {
  width: 5.625rem;
  aspect-ratio: 1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-solution__item-ico {
    width: 15.38vw;
  }
}
.p-solution__item-ico img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.p-solution__item-ttl {
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0.625rem 0 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-solution__item-ttl {
    font-size: initial;
    letter-spacing: 0;
  }
}
.p-solution__item-txt {
  font-size: 1.125rem;
  color: #4B5563;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-solution__item-txt {
    font-size: 3.08vw;
    letter-spacing: 0;
    margin: 1.28vw 0 0;
  }
}

.p-reason {
  background: #ffffff url(../images/bg_reason01.png) center top/auto 100% no-repeat;
  padding: 4.375rem 0 6.875rem;
  margin: -3.75rem 0 0;
  clip-path: polygon(0 0, calc(50vw - 6.25rem) 0, 50% 3.75rem, calc(50vw + 6.25rem) 0, 100% 0, 100% 100%, 0 100%);
}
@supports (background-image: url(../images/bg_reason01.webp)) {
  .p-reason {
    background-image: url(../images/bg_reason01.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-reason {
    background-image: url(../images/bg_reason01_sp.png);
    background-size: cover;
    padding: 12.82vw 0;
    margin: -7.69vw 0 0;
    clip-path: polygon(0 0, 41.03vw 0, 50% 7.69vw, 58.97vw 0, 100% 0, 100% 100%, 0 100%);
  }
  @supports (background-image: url(../images/bg_reason01_sp.webp)) {
    .p-reason {
      background-image: url(../images/bg_reason01_sp.webp);
    }
  }
}
.p-reason__ttl {
  font-size: 2.375rem;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__ttl {
    font-size: 7.18vw;
    line-height: 1.1;
  }
}
.p-reason__ttl span {
  color: #169EDD;
}
.p-reason__ttl span span {
  font-size: 180%;
  position: relative;
  bottom: -0.1875rem;
  line-height: 1;
}
.p-reason__lead {
  margin: 0.625rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__lead {
    margin: 5.13vw 0 0;
    font-size: initial;
  }
}
.p-reason__items {
  counter-reset: listnum;
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__items {
    margin: 7.69vw 0 0;
  }
}
.p-reason__item + .p-reason__item {
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item + .p-reason__item {
    margin-top: 12.82vw;
  }
}
.p-reason__item--01 .p-reason__ttlbox:before {
  background: url(../images/bg_reason02.png) center top/cover no-repeat;
}
@supports (background-image: url(../images/bg_reason02.webp)) {
  .p-reason__item--01 .p-reason__ttlbox:before {
    background-image: url(../images/bg_reason02.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--01 .p-reason__ttlbox:before {
    background: url(../images/bg_reason02_sp.png) center top/100% auto no-repeat;
    aspect-ratio: 780/400;
  }
  @supports (background-image: url(../images/bg_reason02_sp.webp)) {
    .p-reason__item--01 .p-reason__ttlbox:before {
      background-image: url(../images/bg_reason02_sp.webp);
    }
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--01 .p-reason__ttlbox:after {
    top: 48.72vw;
  }
}
.p-reason__item--01 .p-reason__acd {
  margin-top: 3.125rem;
}
.p-reason__item--02 .p-reason__ttlbox:before {
  background: url(../images/bg_reason03.png) center top/cover no-repeat;
}
@supports (background-image: url(../images/bg_reason03.webp)) {
  .p-reason__item--02 .p-reason__ttlbox:before {
    background-image: url(../images/bg_reason03.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--02 .p-reason__ttlbox:before {
    background: url(../images/bg_reason03_sp.png) center top/100% auto no-repeat;
    aspect-ratio: 780/380;
  }
  @supports (background-image: url(../images/bg_reason03_sp.webp)) {
    .p-reason__item--02 .p-reason__ttlbox:before {
      background-image: url(../images/bg_reason03_sp.webp);
    }
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--02 .p-reason__ttlbox:after {
    top: 47.44vw;
  }
}
.p-reason__item--03 .p-reason__ttlbox:before {
  background: url(../images/bg_reason04.png) center top/cover no-repeat;
}
@supports (background-image: url(../images/bg_reason04.webp)) {
  .p-reason__item--03 .p-reason__ttlbox:before {
    background-image: url(../images/bg_reason04.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--03 .p-reason__ttlbox:before {
    background: url(../images/bg_reason04_sp.png) center top/100% auto no-repeat;
    aspect-ratio: 780/390;
  }
  @supports (background-image: url(../images/bg_reason04_sp.webp)) {
    .p-reason__item--03 .p-reason__ttlbox:before {
      background-image: url(../images/bg_reason04_sp.webp);
    }
  }
}
@media screen and (max-width: 768px) {
  .p-reason__item--03 .p-reason__ttlbox:after {
    top: 48.72vw;
  }
}
.p-reason__item--03 .p-reason__ttlbox span.adjust {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__item--03 .p-reason__ttlbox span.adjust {
    font-size: 5.64vw;
  }
}
.p-reason__ttlbox {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px), print {
  .p-reason__ttlbox {
    background: #ffffff;
    padding: 3.125rem;
    box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  }
}
.p-reason__ttlbox:before {
  display: block;
  content: "";
  z-index: -1;
}
@media screen and (min-width: 769px), print {
  .p-reason__ttlbox:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% + 2.8125rem);
  }
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox:before {
    width: 100vw;
    margin: 0 0 7.69vw -5.13vw;
  }
}
.p-reason__ttlbox:after {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  color: #169EDD;
  letter-spacing: 0;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 3.125rem;
  transform: translateY(-50%);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox:after {
    font-size: 17.95vw;
    left: -1.28vw;
  }
}
.p-reason__ttlbox-catch {
  font-size: 3.1875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox-catch {
    font-size: 8.21vw;
  }
}
.p-reason__ttlbox-catch span:not([class]) {
  color: #169EDD;
}
.p-reason__ttlbox-catch img {
  width: 10.75rem;
  display: inline-block;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox-catch img {
    width: 25.64vw;
    top: -1.28vw;
  }
}
.p-reason__ttlbox-txt {
  color: #4B5563;
  margin: 1.25rem 0 0;
}
@media screen and (min-width: 769px), print {
  .p-reason__ttlbox-txt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__ttlbox-txt {
    margin: 2.56vw 0 0;
    font-size: initial;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__points {
    overflow: visible;
    margin: 7.69vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__point {
    height: auto;
  }
}
@media screen and (min-width: 769px), print {
  .p-reason__point-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin: 4.375rem 0 0;
  }
}
.p-reason__point-inner {
  height: 100%;
  border: 1px solid #D5D7DA;
  border-radius: 0.625rem;
  padding: 0 1.25rem 1.25rem;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-reason__point-inner {
    border-radius: 2.56vw;
    padding: 0 3.85vw 3.85vw;
  }
}
.p-reason__point-img {
  margin: 0 -1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__point-img {
    margin: 0 -3.85vw;
  }
}
.p-reason__point-img img {
  border-radius: 0.625rem 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__point-img img {
    border-radius: 2.56vw 2.56vw 0 0;
  }
}
.p-reason__point-ttl {
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-reason__point-ttl {
    font-size: initial;
    margin: 3.85vw 0 0;
  }
}
.p-reason__point-txt {
  color: #6D7785;
  letter-spacing: 0;
  margin: 0.625rem 0 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-reason__point-txt {
    font-size: 3.59vw;
    margin: 1.28vw 0 0;
  }
}
.p-reason__point-cap {
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__point-cap {
    margin: 1.28vw 0 0;
  }
}
.p-reason .swiper-pagination {
  position: static;
}
@media screen and (max-width: 768px) {
  .p-reason .swiper-pagination {
    margin-top: 2.56vw;
  }
}
.p-reason__acd-txt {
  font-size: 1rem;
  letter-spacing: 0.04em;
  color: #6D7785;
}
@media screen and (max-width: 768px) {
  .p-reason__acd-txt {
    font-size: 3.59vw;
    margin-top: 5.13vw;
  }
}
.p-reason__acd-txt a {
  color: #0044CC;
  text-decoration: underline;
}
.p-reason__acd-txt p + p {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 769px), print {
  .p-reason__acd-box--01 {
    display: grid;
    grid-template-columns: 20.625rem auto;
    gap: 1.875rem;
  }
}
.p-reason__example {
  margin: 4.375rem 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__example {
    margin: 12.82vw 0 0;
  }
}
.p-reason__example-ttl {
  width: 47.5rem;
  border-top: 1px solid #169EDD;
  border-bottom: 1px solid #169EDD;
  padding: 1.25rem 0;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-reason__example-ttl {
    width: 100%;
    padding: 5.13vw 0;
    margin-top: 5.13vw;
  }
}
.p-reason__example-label {
  font-weight: 700;
  font-size: 1.4375rem;
  color: #ffffff;
  background: #169EDD;
  display: inline-block;
  padding: 0.3125rem 1.875rem;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-reason__example-label {
    font-size: 4.62vw;
    padding: 1.28vw 7.69vw;
    border-radius: 2.56vw;
  }
}
.p-reason__example-label:before {
  width: 0.625rem;
  aspect-ratio: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border: 0.625rem solid transparent;
  border-top: 0.625rem solid #169EDD;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-reason__example-label:before {
    width: 2.56vw;
    border-width: 2.56vw;
  }
}
.p-reason__example-catch img {
  width: 27.75rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-reason__example-catch img {
    width: 100%;
  }
}
.p-reason__example-cap {
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__example-cap {
    margin: 2.56vw 0 0;
  }
}
.p-reason__example-img {
  background: #ffffff;
  padding: 1.875rem;
  border-radius: 0.625rem;
  position: relative;
}
.p-reason__example-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  counter-reset: listnum;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__example-imgs {
    grid-template-columns: 1fr;
    gap: 3.85vw;
    margin: 5.13vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__example-img {
    padding: 5.13vw;
    border-radius: 2.56vw;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__example-img img + img {
    margin-top: 3.84vw;
  }
}
.p-reason__example-ico {
  width: 2.8125rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background: #169EDD;
  line-height: 1;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  z-index: 1;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-reason__example-ico {
    width: 9.23vw;
    top: -1.28vw;
    left: -1.28vw;
    font-size: 3.59vw;
  }
}
.p-reason__example-ico::first-letter {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-reason__example-ico::first-letter {
    font-size: 3.59vw;
  }
}
.p-reason__example-ico:after {
  counter-increment: listnum;
  content: counter(listnum);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__example-ico:after {
    font-size: 4.36vw;
  }
}
.p-reason__cta {
  background: url(../images/bg_reason05.png) center/cover no-repeat;
  border-radius: 0.625rem;
  padding: 2.5rem 3.125rem 1.875rem;
  position: relative;
  margin: 4.375rem 0 0;
}
@supports (background-image: url(../images/bg_reason05.webp)) {
  .p-reason__cta {
    background-image: url(../images/bg_reason05.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-reason__cta {
    background-image: url(../images/bg_reason05_sp.png);
    border-radius: 2.56vw;
    padding: 10.26vw 5.13vw 7.69vw;
  }
  @supports (background-image: url(../images/bg_reason05_sp.webp)) {
    .p-reason__cta {
      background-image: url(../images/bg_reason05_sp.webp);
    }
  }
}
.p-reason__cta-label {
  font-size: 1.4375rem;
  font-weight: 700;
  display: inline-block;
  color: #ffffff;
  background: #6D7785;
  padding: 0.3125rem 1.25rem;
  border-radius: 0.625rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-label {
    font-size: initial;
    padding: 1.28vw 5.13vw;
    border-radius: 2.56vw;
    min-width: 14em;
  }
}
.p-reason__cta-tels {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-tels {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.56vw;
  }
}
.p-reason__cta-tel a {
  font-size: 2.1875rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-tel a {
    font-size: 5.13vw;
  }
}
.p-reason__cta-tel a:before {
  display: inline-block;
  margin-right: 0.3125rem;
  content: "";
}
.p-reason__cta-tel.free a:before {
  background: url(../images/ico_phone01.svg) center/contain no-repeat;
  width: 1.9375rem;
  aspect-ratio: 1;
  margin-bottom: -0.1875rem;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-tel.free a:before {
    width: 4.62vw;
    margin-bottom: -0.77vw;
  }
}
.p-reason__cta-tel.area a:before {
  background: url(../images/ico_phone02.svg) center/contain no-repeat;
  width: 1.5rem;
  aspect-ratio: 20/30;
  margin-bottom: -0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-tel.area a:before {
    width: 4.62vw;
    margin-bottom: -1.28vw;
  }
}
.p-reason__cta-time {
  color: #4B5563;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-time {
    font-size: 3.08vw;
  }
}
.p-reason__cta-link {
  font-size: 0.9375rem;
  color: #374151;
  border-bottom: 1px dotted #303235;
  cursor: pointer;
}
.p-reason__cta-links {
  display: flex;
  gap: 2.5rem;
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-reason__cta-links {
    gap: 5.13vw;
    margin: 2.56vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__cta-link {
    font-size: 2.82vw;
    letter-spacing: 0;
  }
}

.p-plan {
  background: #E7F0F7;
  padding: 4.375rem 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-plan {
    padding: 12.82vw 0;
  }
}
.p-plan:before {
  width: 40.625rem;
  height: 20.4375rem;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 5rem);
  background: url(../images/bg_plan01.png) right top/contain no-repeat;
  content: "";
  z-index: -1;
}
@supports (background-image: url(../images/bg_plan01.webp)) {
  .p-plan:before {
    background-image: url(../images/bg_plan01.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-plan:before {
    width: 100vw;
    height: 83.59vw;
    left: 0;
    background: url(../images/bg_plan01_sp.png) center top/100% auto no-repeat;
  }
  @supports (background-image: url(../images/bg_plan01_sp.webp)) {
    .p-plan:before {
      background-image: url(../images/bg_plan01_sp.webp);
    }
  }
}
.p-plan__ttl {
  font-size: 2.5625rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-plan__ttl {
    font-size: 6.15vw;
    text-align: left;
  }
}
.p-plan__ttl span {
  color: #169EDD;
  font-weight: 900;
}
.p-plan__ttl span span {
  font-size: 150%;
  position: relative;
  bottom: -0.1875rem;
  line-height: 1;
}
.p-plan__lead {
  margin: 0.625rem 0 0;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-plan__lead {
    margin: 2.56vw 0 0;
    text-align: left;
    font-size: initial;
  }
}
.p-plan__tab {
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__tab {
    margin: 7.69vw 0 0;
  }
}
.p-plan__tab-btn {
  text-align: center;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.25rem;
  height: 5.625rem;
  border: 2px solid #169EDD;
  position: relative;
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
}
.p-plan__tab-btns {
  display: grid;
  grid-template-columns: repeat(2, 23.125rem);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btn {
    font-size: 3.59vw;
    height: 15.38vw;
    letter-spacing: 0;
  }
}
.p-plan__tab-btn:after {
  width: 0.625rem;
  aspect-ratio: 1;
  border-bottom: 2px solid #303235;
  border-right: 2px solid #303235;
  transform: rotate(45deg);
  margin: 0 0 0.1875rem 0.625rem;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btn:after {
    width: 2.05vw;
    margin: 0 0 0.77vw 2.56vw;
  }
}
.p-plan__tab-btn.active {
  background: #169EDD;
  color: #ffffff;
  font-weight: 700;
}
.p-plan__tab-btn.active:before {
  width: 0.875rem;
  aspect-ratio: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border: 0.875rem solid transparent;
  border-top: 0.875rem solid #169EDD;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btn.active:before {
    width: 2.56vw;
    border-width: 2.56vw;
  }
}
.p-plan__tab-btn.active:after {
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}
.p-plan__tab-btn:first-child {
  border-radius: 0.625rem 0 0 0.625rem;
}
.p-plan__tab-btn:last-child {
  border-radius: 0 0.625rem 0.625rem 0;
}
.p-plan__tab-btn-label {
  background: #F04E79;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  border-radius: 1.875rem;
  padding: 0.3125rem 0.625rem 0.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-plan__tab-btn-label {
    font-size: 3.59vw;
    padding: 1.28vw 2.56vw 2.05vw;
  }
}
.p-plan__tab-cont {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125rem;
}
.p-plan__tab-conts {
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__tab-conts {
    margin: 7.69vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__tab-cont {
    grid-template-columns: 1fr;
    gap: 5.13vw;
  }
}
.p-plan__tab-cont.active {
  display: grid;
}
.p-plan__tbl {
  background: #ffffff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl {
    border-radius: 2.56vw;
  }
}
.p-plan__tbl-ttl {
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  font-size: 1.4375rem;
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-ttl {
    font-size: initial;
    border-radius: 2.56vw 2.56vw 0 0;
    padding: 2.56vw;
  }
}
.p-plan__tbl-detail {
  padding: 0.3125rem 1.25rem;
  display: grid;
  grid-template-columns: 10.375rem auto;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail {
    padding: 2.56vw 3.85vw;
    grid-template-columns: 25.64vw auto;
  }
}
.p-plan__tbl-detail dt,
.p-plan__tbl-detail dd {
  border-bottom: 1px solid #D5D7DA;
  letter-spacing: 0.02em;
  min-height: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail dt,
  .p-plan__tbl-detail dd {
    letter-spacing: 0;
  }
}
.p-plan__tbl-detail dt:last-of-type,
.p-plan__tbl-detail dd:last-of-type {
  border: none;
}
.p-plan__tbl-detail dt {
  padding: 0.3125rem 0;
  color: #6D7785;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail dt {
    padding: 1.28vw 0;
    font-size: 3.08vw;
    display: flex;
    align-items: center;
  }
}
.p-plan__tbl-detail dd {
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail dd {
    padding: 1.28vw 0 1.28vw 1.28vw;
    font-size: 3.85vw;
    line-height: 1.8;
  }
}
.p-plan__tbl-detail dd span {
  font-weight: 700;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-plan__tbl-detail dd span {
    font-size: 3.85vw;
  }
}
.p-plan__tbl.other .p-plan__tbl-ttl {
  background: #6D7785;
}
.p-plan__tbl.lenet .p-plan__tbl-ttl {
  background: #169EDD;
}
.p-plan__tbl.lenet .p-plan__tbl-detail dd span {
  color: #169EDD;
}
.p-plan__option {
  margin: 3.125rem 0 0;
}
.p-plan__option-ttl {
  text-align: center;
  font-weight: 700;
  font-size: 1.625rem;
  margin: 0 0 1.875rem;
  position: relative;
  color: #000;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-plan__option-ttl {
    font-size: 5.13vw;
    margin: 0 0 5.13vw;
    line-height: normal;
  }
}
.p-plan__option-ttl:before, .p-plan__option-ttl:after {
  background-color: #000;
  border-radius: 5px;
  content: "";
  height: 4rem;
  width: 1px;
  position: absolute;
  top: 0.9375rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-plan__option-ttl:before, .p-plan__option-ttl:after {
    height: 12.82vw;
    top: 2.56vw;
  }
}
.p-plan__option-ttl:before {
  transform: rotate(-25deg);
  left: calc(50% - 10.625rem);
}
@media screen and (max-width: 768px) {
  .p-plan__option-ttl:before {
    left: calc(50% - 33.33vw);
  }
}
.p-plan__option-ttl:after {
  transform: rotate(25deg);
  left: calc(50% + 10.625rem);
}
@media screen and (max-width: 768px) {
  .p-plan__option-ttl:after {
    left: calc(50% + 33.33vw);
  }
}
.p-plan__option-ttl span {
  color: #169EDD;
  font-size: 120%;
}
.p-plan .c-acd__col3-img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-plan .c-acd__col3-img {
    position: absolute;
  }
}
.p-plan .c-acd__col3-img img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-plan .c-acd__col3-img img {
    border-radius: 2.56vw;
  }
}
.p-plan .c-acd__col3-img-label {
  background: #F04E79;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.625rem 0 0.3125rem 0;
  padding: 0.125rem 0.3125rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-plan .c-acd__col3-img-label {
    font-size: 3.08vw;
  }
}
.p-plan .c-acd__col3-ttl span {
  font-weight: 400;
  font-size: 1.125rem;
}
.p-plan__items {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 0.625rem 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-plan__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.56vw;
    letter-spacing: 0.04em;
  }
}
.p-plan__items + * {
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-plan__items + * {
    margin-top: 5.13vw;
  }
}
.p-plan__item-name {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.3;
  margin: 0.1875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__item-name {
    font-size: 3.08vw;
  }
}
.p-plan__impossible {
  color: #6D7785;
}
.p-plan__impossible-ttl {
  font-size: 1.125rem;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__impossible-ttl {
    font-size: 3.59vw;
    margin: 5.13vw 0 0;
  }
}
.p-plan__impossible p {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-plan__impossible p {
    font-size: 3.59vw;
  }
}
.p-plan__impossible .c-listDot li {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-plan__impossible .c-listDot li {
    font-size: 3.59vw;
  }
}
.p-plan__impossible .c-cap {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-plan__impossible .c-cap {
    margin: 5.13vw 0 0;
  }
}

.p-price {
  padding: 4.375rem 0 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-price {
    padding: 12.82vw 0 0;
  }
}
.p-price:before {
  width: 40.625rem;
  height: 20.4375rem;
  display: block;
  position: absolute;
  top: 0;
  left: 43%;
  background: url(../images/bg_price01.png) right top/contain no-repeat;
  content: "";
  z-index: -1;
}
@supports (background-image: url(../images/bg_price01.webp)) {
  .p-price:before {
    background-image: url(../images/bg_price01.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-price:before {
    width: 57.44vw;
    height: 49.23vw;
    left: auto;
    right: 0;
    background-image: url(../images/bg_price01_sp.png);
  }
  @supports (background-image: url(../images/bg_price01_sp.webp)) {
    .p-price:before {
      background-image: url(../images/bg_price01_sp.webp);
    }
  }
}
.p-price__ttl {
  font-size: 2.5rem;
  width: 60.75rem;
  margin: 0 auto;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-price__ttl {
    font-size: 7.18vw;
    width: auto;
    letter-spacing: 0;
  }
}
.p-price__ttl-bld {
  color: #169EDD;
}
.p-price__ttl .c-cap {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-price__ttl .c-cap {
    margin: 0.56vw 0 0;
    font-size: 2.56vw;
  }
}
.p-price__sim {
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-price__sim {
    margin: 7.69vw 0 0;
  }
}
.p-price__sim .c-acd__btn-txt span {
  font-size: 125%;
}
.p-price__lead {
  margin: 4.375rem auto 0;
  width: 60.75rem;
  padding: 0 0 27.625rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-price__lead {
    margin: 7.69vw 0 0;
    padding: 0 0 71.79vw;
    width: auto;
  }
}
.p-price__lead:after {
  width: 100%;
  aspect-ratio: 760/400;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/bg_price02.png) center bottom/contain no-repeat;
  content: "";
  z-index: -1;
}
@supports (background-image: url(../images/bg_price02.webp)) {
  .p-price__lead:after {
    background-image: url(../images/bg_price02.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-price__lead:after {
    width: 100vw;
    aspect-ratio: 390/350;
    left: -5.13vw;
    background-image: url(../images/bg_price02_sp.png);
  }
  @supports (background-image: url(../images/bg_price02_sp.webp)) {
    .p-price__lead:after {
      background-image: url(../images/bg_price02_sp.webp);
    }
  }
}
.p-price__lead-ttl {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__lead-ttl {
    font-size: 7.18vw;
  }
}
.p-price__lead-ttl span {
  background: #F04E79;
  color: #ffffff;
  display: inline-block;
  padding: 0.1875rem 0.625rem;
  font-weight: 700;
  margin: 0.3125rem 0;
}
.p-price__lead-txt {
  margin: 1.875rem 0 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__lead-txt {
    font-size: initial;
    margin: 5.13vw 0 0;
  }
}
.p-price__lead-txt p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__lead-txt p + p {
    margin-top: 5.13vw 0 0;
  }
}
.p-price__lead-txt p span {
  color: #169EDD;
  font-weight: 700;
}
.p-price .c-acd__col3 {
  padding: 1.5625rem 0;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3 {
    gap: 5.13vw;
  }
}
.p-price .c-acd__col3-item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-item {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    min-height: 15vw;
  }
}
.p-price .c-acd__col3-img {
  position: absolute;
  left: 0;
  width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-img {
    position: static;
    width: 13.23vw;
    height: 13.23vw;
  }
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-price .c-acd__col3-txtbox {
  width: 8rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-txtbox {
    width: 35.62vw;
    margin-left: 4vw;
  }
}
.p-price .c-acd__col3-box {
  width: 8rem;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-flow: row;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-box {
    width: 24.99vw;
    margin-left: 0;
  }
}
.p-price .c-acd__col3-ttl {
  margin: 0 0 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-ttl {
    font-size: 3.56vw;
  }
}
.p-price .c-acd__col3-num {
  width: 2.375rem;
  text-align: center;
  font-weight: 700;
}
.p-price .c-acd__col3-price {
  color: #6D7785;
  font-size: 1.125rem;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__col3-price {
    font-size: 3.08vw;
  }
}
.p-price .c-acd__col3-num_reduce, .p-price .c-acd__col3-num_add {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
  font-size: 1.25rem;
  cursor: pointer;
}
.p-price .c-acd__col3-num_reduce::before, .p-price .c-acd__col3-num_add::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background: #F3F4F6;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.p-price .c-acd__item-lead {
  text-align: center;
  margin-bottom: 0.9375rem;
}
.p-price__sim-plan-ttl {
  font-size: 1.4375rem;
  margin-bottom: 0.9375rem;
  font-weight: 700;
}
.p-price__sim-plan-select {
  display: flex;
  justify-content: space-between;
}
.p-price__sim-plan-select li {
  margin: 0px;
  position: relative;
  width: 49%;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__sim-plan-select li {
    width: 48%;
  }
}
.p-price__sim-plan-select li input[type=radio] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto 0;
  z-index: 10;
  width: 15px;
  height: 15px;
  border-radius: 0.625rem;
  vertical-align: sub;
}
.p-price__sim-plan-select li input[type=radio]:checked + label {
  color: #169EDD;
  border: 1px solid #169EDD;
  background: #F5FBFF;
  font-weight: 700;
}
.p-price__sim-plan-select li label {
  text-align: center;
  position: relative;
  padding: 0.9375rem 0;
  display: block;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid #D1D5DB;
  color: #4B5563;
}
@media screen and (max-width: 768px) {
  .p-price__sim-plan-select li label {
    padding: 5.13vw 0;
    font-size: 3.52vw;
  }
}
.p-price__result {
  border-radius: 0.625rem;
  margin-top: 1.5625rem;
  background-color: #F3F4F6;
  padding: 3.125rem 3.4375rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-price__result {
    padding: 5.13vw;
    font-size: 3.52vw;
  }
}
.p-price__result-balloon {
  max-width: 20rem;
  background-color: #169EDD;
  color: #FFFFFF;
  font-size: 1.4375rem;
  position: relative;
  text-align: center;
  border-radius: 3.125rem;
  padding: 0.9375rem;
  font-weight: 700;
  margin: 0 auto 0.9375rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-balloon {
    max-width: 52vw;
    padding: 2.56vw;
    font-size: 3.52vw;
    margin: 0 auto 6.6vw;
  }
}
.p-price__result-balloon::after {
  content: "";
  position: absolute;
  bottom: -0.875rem;
  background: #169EDD;
  height: 0.9742785793rem;
  width: 1.125rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-price__result-balloon::after {
    width: 3.3vw;
    height: 2.8578838325vw;
    bottom: -2.8vw;
  }
}
.p-price__result-subtotal, .p-price__result-discount, .p-price__result-deliver-fee, .p-price__result-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.625rem;
}
.p-price__result-subtotal dt,
.p-price__result-subtotal dd, .p-price__result-discount dt,
.p-price__result-discount dd, .p-price__result-deliver-fee dt,
.p-price__result-deliver-fee dd, .p-price__result-total dt,
.p-price__result-total dd {
  font-weight: 700;
}
.p-price__result-subtotal dt, .p-price__result-discount dt, .p-price__result-deliver-fee dt, .p-price__result-total dt {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-subtotal dt, .p-price__result-discount dt, .p-price__result-deliver-fee dt, .p-price__result-total dt {
    font-size: 3.08vw;
  }
}
.p-price__result-subtotal dd, .p-price__result-discount dd, .p-price__result-deliver-fee dd, .p-price__result-total dd {
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-subtotal dd, .p-price__result-discount dd, .p-price__result-deliver-fee dd, .p-price__result-total dd {
    font-size: 3.08vw;
  }
}
@media screen and (max-width: 768px) {
  .p-price__result-subtotal dd, .p-price__result-discount dd {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 768px) {
  .p-price__result-subtotal dd .p-price__result-price, .p-price__result-discount dd .p-price__result-price {
    font-size: 5.28vw;
  }
}
.p-price__result-discount dt,
.p-price__result-discount dd {
  color: #DC2626;
}
.p-price__result-deliver-fee {
  border-bottom: 1px solid #D5D7DA;
  padding-bottom: 0.3125rem;
}
.p-price__result-deliver-fee dd {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-deliver-fee dd {
    font-size: 3.08vw;
  }
}
.p-price__result-deliver-fee dd .p-price__result-price {
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-deliver-fee dd .p-price__result-price {
    font-size: 3.96vw;
  }
}
.p-price__result-total {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-total dt {
    font-size: 3.96vw;
  }
}
@media screen and (max-width: 768px) {
  .p-price__result-total dd {
    font-size: 3.52vw;
  }
}
.p-price__result-total dd .p-price__result-price {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-total dd .p-price__result-price {
    font-size: 5.28vw;
  }
}
.p-price__result-price {
  font-size: 1.9375rem;
}
.p-price__result-notice-ttl {
  font-weight: 700;
  color: #DC2626;
  font-size: 1.4375rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__result-notice-ttl {
    font-size: 2.64vw;
    margin-bottom: 2.56vw;
  }
}
.p-price__result .c-cap + .c-cap {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-price__result .c-cap + .c-cap {
    margin-top: 1vw;
  }
}
.p-price .c-acd__item-btn-ico {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__item-btn-ico {
    width: 10.82vw;
  }
}
.p-price .c-acd__item-btn-txt {
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__item-btn-txt {
    font-size: 1.125rem;
  }
}
.p-price .c-acd__item-btn-txt span {
  font-size: 1.625rem;
}
@media screen and (max-width: 768px) {
  .p-price .c-acd__item-btn-txt span {
    font-size: 1.125rem;
  }
}
.p-price .c-acd__item-cont {
  display: block;
}

.p-voice {
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 12.82vw 0;
  }
}
.p-voice__ttl {
  text-align: center;
  font-weight: 700;
  font-size: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-voice__ttl {
    font-size: 5.13vw;
  }
}
.p-voice__ttl span {
  color: #169EDD;
}
@media screen and (max-width: 768px) {
  .p-voice__ttl span {
    font-size: 160%;
  }
}
.p-voice .swiper {
  overflow: visible;
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-voice .swiper {
    margin: 7.69vw 0 0;
  }
}
.p-voice .swiper-pointer-events {
  touch-action: pan-y;
}
.p-voice .swiper-pagination {
  position: static;
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-voice .swiper-pagination {
    margin: 5.13vw 0 0;
  }
}
.p-voice .swiper-pagination-bullet {
  background-color: rgba(109, 119, 133, 0.3);
  opacity: 1;
}
@media screen and (min-width: 769px), print {
  .p-voice .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
  }
}
.p-voice .swiper-pagination-bullet-active {
  background-color: #169EDD;
}
.p-voice__item {
  width: 26.375rem;
  box-sizing: border-box;
  height: auto;
  border: 1px solid #169EDD;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item {
    border-radius: 2.56vw;
  }
}
.p-voice__item-inner {
  padding: 3.75rem 1.875rem 1.875rem;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-voice__item-inner {
    padding: 12.82vw 5.13vw 5.13vw;
  }
}
.p-voice__item-img {
  width: 9.625rem;
  position: absolute;
  top: -1.875rem;
  left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item-img {
    width: 30.77vw;
    top: -3.85vw;
    left: 5.13vw;
  }
}
.p-voice__item-name {
  margin-left: 10rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-voice__item-name {
    font-size: 3.59vw;
    margin-left: 35.9vw;
  }
}
.p-voice__item-name span {
  font-size: 0.9375rem;
  display: block;
  margin: 0.3125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-voice__item-name span {
    font-size: 3.08vw;
    margin: 0;
    letter-spacing: 0;
  }
}
.p-voice__item-ttl {
  color: #169EDD;
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 1.25rem 0 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-voice__item-ttl {
    font-size: 4.62vw;
    margin: 7.69vw 0 0;
  }
}
.p-voice__item-txt {
  color: #6D7785;
  font-size: 1.125rem;
  margin: 1.25rem 0 0;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .p-voice__item-txt {
    font-size: 3.59vw;
    margin: 5.13vw 0 0;
  }
}

.p-ambassador {
  background: #F3F4F6;
  padding: 4.375rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ambassador {
    padding: 12.82vw 0;
  }
}
.p-ambassador-img {
  position: absolute;
  width: 34.875rem;
  top: 0;
  left: calc(50% + 6.25rem);
}
@media screen and (max-width: 768px) {
  .p-ambassador-img {
    width: 53vw;
    left: auto;
    right: 0;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-ambassador-img img {
    width: 130%;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
}
.p-ambassador-img-name {
  position: absolute;
  top: 9.375rem;
  left: -1.25rem;
  transform: translateX(-100%);
  color: #6D7785;
  font-size: 1.125rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-ambassador-img-name {
    top: auto;
    bottom: 2.56vw;
    left: 0;
    font-size: 3.08vw;
  }
}
.p-ambassador-img-name span {
  color: initial;
  font-size: 170%;
  font-weight: 700;
  line-height: 1.2;
}
.p-ambassador__ttl {
  font-size: 2.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ambassador__ttl {
    font-size: 5.13vw;
  }
}
.p-ambassador__ttl span {
  background: #303235;
  color: #ffffff;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.5rem;
  margin: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador__ttl span {
    padding: 1.28vw 2.56vw 2.05vw;
    margin: 1.28vw 0;
  }
}
.p-ambassador__lead {
  margin: 3.125rem 0 0;
  line-height: 1.7;
}
@media screen and (min-width: 769px), print {
  .p-ambassador__lead {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead {
    margin: 7.69vw 0 0;
  }
}
@media screen and (min-width: 769px), print {
  .p-ambassador__lead--01 {
    margin-right: 35.625rem;
  }
}
.p-ambassador__lead-ttl {
  font-weight: 700;
  font-size: 1.625rem;
  color: #169EDD;
  margin: 3.125rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead-ttl {
    font-size: 4.62vw;
    margin: 7.69vw 0 5.13vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead-txt p {
    font-size: 3.33vw;
    line-height: 1.65;
    letter-spacing: 0.075em;
  }
}
.p-ambassador__lead-txt p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead-txt p + p {
    margin-top: 5.13vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead-txt br {
    display: none;
  }
}
.p-ambassador__lead img {
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead img {
    border-radius: 2.56vw;
  }
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead--01 {
    margin: 25.64vw 0 0;
    font-size: 3.59vw;
  }
}
.p-ambassador__lead--02 img {
  float: left;
  width: 16.25rem;
  margin: 0 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador__lead--02 img {
    width: 46.15vw;
    margin: 0 5.13vw 5.13vw 0;
  }
}
.p-ambassador .c-cap {
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador .c-cap {
    margin: 5.13vw 0 0;
  }
}

.p-appeal {
  background: #ffffff url(../images/bg_appeal01.png) center top/auto 100% no-repeat;
  padding: 4.375rem 0;
}
@supports (background-image: url(../images/bg_appeal01.webp)) {
  .p-appeal {
    background-image: url(../images/bg_appeal01.webp);
  }
}
@media screen and (max-width: 768px) {
  .p-appeal {
    background-image: url(../images/bg_appeal01_sp.png);
    background-size: 100% auto;
    padding: 12.82vw 0;
  }
  @supports (background-image: url(../images/bg_appeal01_sp.webp)) {
    .p-appeal {
      background-image: url(../images/bg_appeal01_sp.webp);
    }
  }
}
.p-appeal__catch {
  text-align: center;
  margin: 3.125rem 0 0;
  font-weight: 700;
}
@media screen and (min-width: 769px), print {
  .p-appeal__catch {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-appeal__catch {
    margin: 7.69vw 0 0;
    line-height: 1.3;
  }
}
.p-appeal__catch span.name {
  color: #169EDD;
  font-size: 175%;
}
.p-appeal__catch span.case {
  color: #169EDD;
  font-size: 260%;
  font-weight: 800;
}
.p-appeal__catch span.case .ff-en-bld {
  font-size: 110%;
  line-height: 1;
}
.p-appeal__catch span.bld {
  font-size: 150%;
  color: #000;
}

.p-rank__ttl {
  text-align: center;
  font-size: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .p-rank__ttl {
    font-size: 5.13vw;
    line-height: 1.6;
  }
}
.p-rank__ttl span.label {
  background: #169EDD;
  color: #ffffff;
  display: inline-block;
  padding: 0rem 0.625rem;
  font-size: 2.25rem;
  margin: 0 0.625rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-rank__ttl span.label {
    padding: 0 2.56vw;
    font-size: 5.9vw;
    margin: 0 1.28vw;
  }
}
.p-rank__ttl span.bld {
  font-weight: 700;
  color: #000;
}
.p-rank__items {
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  padding: 1.875rem;
  background: #ffffff;
  border-radius: 0.625rem;
  width: 60.75rem;
  margin: 3.125rem auto 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-rank__items {
    padding: 5.13vw;
    border-radius: 2.56vw;
    width: auto;
    margin: 7.69vw 0 0;
  }
}
.p-rank__items .c-cap {
  margin: 1.25rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-rank__items .c-cap {
    margin: 2.56vw 0 0;
  }
}
.p-rank__item + .p-rank__item {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-rank__item + .p-rank__item {
    margin-top: 2.56vw;
  }
}

.p-media {
  margin: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-media {
    margin: 12.82vw 0 0;
  }
}
.p-media__ttl {
  text-align: center;
  font-size: 1.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-media__ttl {
    font-size: 6.67vw;
  }
}
.p-media__ttl span {
  color: #169EDD;
}
.p-media__img {
  width: 45.625rem;
  margin: 1.25rem auto 0;
}
@media screen and (max-width: 768px) {
  .p-media__img {
    width: 100%;
    margin: 5.13vw auto 0;
  }
}
.p-media__img img {
  filter: drop-shadow(0 0.625rem 0.625rem rgba(48, 50, 53, 0.1));
}
.p-media__img .c-cap {
  text-align: right;
  padding: 0 3.125rem;
}
@media screen and (max-width: 768px) {
  .p-media__img .c-cap {
    padding: 0 7.69vw;
  }
}
.p-media__item {
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  padding: 1.25rem;
  background: #ffffff;
  border-radius: 0.625rem;
}
.p-media__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-media__items {
    grid-template-columns: 1fr;
    gap: 3.85vw;
    margin: 7.69vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-media__item {
    padding: 5.13vw;
    border-radius: 2.56vw;
  }
}
.p-media__tv {
  position: relative;
}
.p-media__tv-name {
  width: 9.125rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.125rem;
  text-align: center;
  letter-spacing: 0;
  background: #169EDD;
  color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
}
@media screen and (max-width: 768px) {
  .p-media__tv-name {
    width: 25.64vw;
    font-size: 3.33vw;
    top: -2.56vw;
    left: -2.56vw;
  }
}
.p-media__tv-name span {
  font-size: 185%;
  font-weight: 500;
  line-height: 1;
}
.p-media__history-ttl {
  font-weight: 700;
  text-align: center;
  font-size: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .p-media__history-ttl {
    font-size: initial;
  }
}
.p-media__history-list {
  margin: 0.625rem 0 0;
  display: grid;
  grid-template-columns: 11em auto;
  justify-content: space-between;
  gap: 0.9375rem 0;
}
@media screen and (max-width: 768px) {
  .p-media__history-list {
    margin: 3.85vw 0 0;
    gap: 2.56vw 0;
  }
}
.p-media__history-list dt,
.p-media__history-list dd {
  letter-spacing: 0;
  font-size: 1.125rem;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .p-media__history-list dt,
  .p-media__history-list dd {
    font-size: 3.59vw;
  }
}
.p-media__history-list dd {
  color: #6D7785;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-media__history-list dd {
    font-size: 3.08vw;
  }
}

.p-step {
  background: #E7F0F7;
  padding: 4.375rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-step {
    padding: 12.82vw 0 0;
  }
}
.p-step__ttl {
  text-align: center;
  color: #000;
  font-size: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-step__ttl {
    font-size: 5.13vw;
  }
}
.p-step__ttl > span {
  color: #169EDD;
}
@media screen and (max-width: 768px) {
  .p-step__ttl > span {
    font-size: 150%;
  }
}
.p-step__ttl > span span {
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .p-step__ttl > span span {
    font-size: 142%;
  }
}
.p-step__item {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.25rem 1.25rem 1.25rem 11.875rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-step__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.125rem;
  counter-reset: listnum;
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-step__items {
    grid-template-columns: 1fr;
    gap: 10.26vw;
    margin: 7.69vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-step__item {
    border-radius: 2.56vw;
    padding: 5.13vw 5.13vw 5.13vw 38.46vw;
    min-height: 33.33vw;
  }
}
.p-step__item:before {
  width: 4rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
  background: #169EDD;
  line-height: 1;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.4375rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-step__item:before {
    width: 9.74vw;
    top: -2.56vw;
    left: -2.56vw;
    font-size: 4.62vw;
  }
}
.p-step__item + .p-step__item:after {
  aspect-ratio: 1;
  position: absolute;
  box-sizing: border-box;
  border: 0.625rem solid transparent;
  content: "";
}
@media screen and (min-width: 769px), print {
  .p-step__item + .p-step__item:after {
    width: 0.625rem;
    top: 50%;
    left: -1.875rem;
    transform: translateY(-50%);
    border-left: 0.625rem solid #169EDD;
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  .p-step__item + .p-step__item:after {
    width: 2.56vw;
    bottom: calc(100% + 2.05vw);
    left: 50%;
    transform: translateX(-50%);
    border-top: 2.56vw solid #169EDD;
    border-bottom: none;
  }
}
.p-step__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.375rem;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-step__item-img {
    width: 33.33vw;
  }
}
.p-step__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem 0 0 0.625rem;
}
.p-step__item-ttl {
  font-weight: 700;
  font-size: 1.4375rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-step__item-ttl {
    font-size: 4.62vw;
    letter-spacing: 0.04em;
  }
}
.p-step__item-txt {
  margin: 0.625rem 0 0;
  color: #6D7785;
  font-size: 0.9375rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-step__item-txt {
    font-size: initial;
  }
}
.p-step__catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
  margin: 1.875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-step__catch {
    flex-direction: column;
    gap: 2.56vw;
    margin: 7.69vw 0 0;
  }
}
.p-step__catch-ttl {
  font-size: 1.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-step__catch-ttl {
    font-size: 5.13vw;
    text-align: center;
    letter-spacing: 0.04em;
  }
}
.p-step__catch-ttl span {
  background: #303235;
  background: linear-gradient(to right, #2497D6, #37BCEB);
  color: #ffffff;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.5rem;
  margin: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-step__catch-ttl span {
    padding: 1.28vw 2.56vw 2.05vw;
    margin: 1.28vw 0;
  }
}
.p-step__catch-img {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .p-step__catch-img {
    width: 60.26vw;
    margin: 0 auto;
  }
}

.p-admin {
  padding: 4.375rem 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-admin {
    padding: 12.82vw 0;
  }
}
.p-admin__img {
  position: absolute;
  width: 32.5rem;
  top: 0;
  left: calc(50% + 6.25rem);
}
@media screen and (max-width: 768px) {
  .p-admin__img {
    width: 48vw;
    left: auto;
    right: 0;
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 768px) {
  .p-admin__img img {
    width: 130%;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left top;
       object-position: left top;
  }
}
.p-admin__ttl {
  font-size: 2.5625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-admin__ttl {
    font-size: 5.13vw;
  }
}
.p-admin__ttl span {
  background: #303235;
  color: #ffffff;
  display: inline-block;
  padding: 0.3125rem 0.625rem 0.5rem;
  margin: 0.3125rem 0;
}
@media screen and (max-width: 768px) {
  .p-admin__ttl span {
    padding: 1.28vw 2.56vw 2.05vw;
    margin: 1.28vw 0;
  }
}
.p-admin__lead {
  margin: 3.125rem 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .p-admin__lead {
    margin: 12.82vw 0 2.56vw;
  }
}
.p-admin__lead-ttl {
  font-weight: 700;
  font-size: 1.625rem;
  color: #169EDD;
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-admin__lead-ttl {
    font-size: 4.62vw;
    margin: 0 0 5.13vw;
  }
}
.p-admin__lead-txt p {
  color: #6D7785;
}
@media screen and (min-width: 769px), print {
  .p-admin__lead-txt p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .p-admin__lead-txt p {
    font-size: 3.59vw;
    letter-spacing: 0.075em;
  }
}
.p-admin__lead-txt p + p {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-admin__lead-txt p + p {
    margin-top: 5.13vw;
  }
}
@media screen and (max-width: 768px) {
  .p-admin__lead-txt br {
    display: none;
  }
}
.p-admin__profile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-admin__profile {
    gap: 2.56vw;
  }
}
.p-admin__profile-name {
  color: #6D7785;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-admin__profile-name {
    font-size: 3.59vw;
  }
}
.p-admin__profile-name span {
  color: #000;
  font-size: 128%;
  line-height: 1.3;
}
.p-admin__profile-img {
  width: 9.625rem;
}
@media screen and (max-width: 768px) {
  .p-admin__profile-img {
    width: 33.33vw;
  }
}

.p-faq {
  background: #F3F4F6;
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 12.82vw 0;
  }
}
.p-faq__ttl {
  color: #000;
  font-size: 2.5625rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-faq__ttl {
    font-size: 5.13vw;
  }
}
.p-faq__ttl span {
  color: #169EDD;
}
@media screen and (max-width: 768px) {
  .p-faq__ttl span {
    font-size: 160%;
  }
}
.p-faq__item {
  background: #ffffff;
  border-radius: 0.625rem;
  margin: 0 auto;
  width: 60.75rem;
  position: relative;
}
.p-faq__items {
  margin: 3.125rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-faq__items {
    margin: 7.69vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__item {
    border-radius: 2.56vw;
    width: auto;
  }
}
.p-faq__item:before, .p-faq__item:after {
  position: absolute;
  content: "";
  top: 1.875rem;
  right: 1.875rem;
  width: 1rem;
  height: 0.125rem;
  background-color: #303235;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-faq__item:before, .p-faq__item:after {
    top: 6.2vw;
    right: 3.85vw;
    width: 3.08vw;
  }
}
.p-faq__item:after {
  transform: rotate(90deg);
}
.p-faq__item + .p-faq__item {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item + .p-faq__item {
    margin-top: 2.56vw;
  }
}
.p-faq__item-btn:before, .p-faq__item-cont:before {
  position: absolute;
  left: 1.625rem;
  top: 1.3125rem;
  width: 1.625rem;
  aspect-ratio: 1/0.9;
  display: block;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-faq__item-btn:before, .p-faq__item-cont:before {
    top: 4.3vw;
    left: 3.85vw;
    width: 4.62vw;
  }
}
.p-faq__item-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  padding: 1.25rem 3.125rem 1.25rem 4rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-faq__item-btn {
    padding: 3.85vw 10.26vw;
    font-size: 3.59vw;
  }
}
.p-faq__item-btn:before {
  background: url(../images/ico_faq01.svg) center/contain no-repeat;
}
.p-faq__item-cont {
  padding: 1.25rem 1.875rem 1.875rem 4rem;
  display: none;
  position: relative;
  color: #6D7785;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-cont {
    padding: 3.85vw 3.85vw 3.85vw 10.26vw;
    font-size: 3.59vw;
  }
}
.p-faq__item-cont:before {
  background: url(../images/ico_faq02.svg) center/contain no-repeat;
}
.p-faq__item-cont:after {
  width: calc(100% - 2.5rem);
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #D5D7DA;
  content: "";
}
@media screen and (max-width: 768px) {
  .p-faq__item-cont:after {
    width: calc(100% - 7.69vw);
  }
}
.p-faq__item-cont a {
  color: #0044CC;
  text-decoration: underline;
}
.p-faq__item.open:before, .p-faq__item.stay:before {
  transform: rotate(180deg);
}
.p-faq__item.open:after, .p-faq__item.stay:after {
  opacity: 0;
}
.p-faq__item.stay.open:after {
  transform: rotate(-90deg);
  opacity: 1;
}
.p-faq__item.stay .p-faq__item-cont {
  display: block;
}
.p-faq__item-txt:nth-child(n+2) {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-txt:nth-child(n+2) {
    margin-top: 2.56vw;
  }
}
.p-faq__item-txt p + p {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-faq__item-txt p + p {
    margin-top: 2.56vw;
  }
}
.p-faq__item .c-cap {
  margin: 0.625rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-faq__item .c-cap {
    margin: 2.56vw 0 0;
  }
}

.p-caution {
  padding: 4.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-caution {
    padding: 12.82vw 0;
  }
}
.p-caution__ttl {
  font-weight: 700;
  color: #000;
  text-align: center;
  font-size: 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-caution__ttl {
    font-size: 8.21vw;
  }
}
.p-caution__box {
  border: 1px solid #D5D7DA;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  color: #6D7785;
  letter-spacing: 0;
  width: 60.75rem;
  margin: 1.875rem auto 0;
  box-sizing: border-box;
  padding: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box {
    border-radius: 2.56vw;
    width: auto;
    margin: 7.69vw 0 0;
    padding: 1.28vw;
    font-size: 3.59vw;
  }
}
.p-caution__box-items {
  overflow-y: scroll;
  height: 33.625rem;
  padding: 1.875rem;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-caution__box-items {
    height: 110.26vw;
    padding: 3.85vw;
  }
}
.p-caution__box-items::-webkit-scrollbar {
  width: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box-items::-webkit-scrollbar {
    width: 2.56vw;
  }
}
.p-caution__box-items::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box-items::-webkit-scrollbar-thumb {
    border-radius: 2.56vw;
  }
}
.p-caution__box-item + .p-caution__box-item {
  margin-top: 1.875rem;
  padding-top: 1.25rem;
  border-top: 1px solid #D5D7DA;
}
@media screen and (max-width: 768px) {
  .p-caution__box-item + .p-caution__box-item {
    margin-top: 5.13vw;
    padding-top: 5.13vw;
  }
}
.p-caution__box-lead {
  color: #DC2626;
  font-size: 1.4375rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-caution__box-lead {
    font-size: 4.62vw;
    margin: 0 0 5.13vw;
  }
}
.p-caution__box .c-listDot {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box .c-listDot {
    margin-top: 5.13vw;
  }
}
.p-caution__box .c-listDot + * {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box .c-listDot + * {
    margin-top: 5.13vw;
  }
}
.p-caution__box-ttl {
  font-weight: 700;
  margin: 1.25rem 0 0.3125rem;
}
@media screen and (max-width: 768px) {
  .p-caution__box-ttl {
    margin: 5.13vw 0 1.28vw;
  }
}
.p-caution__box a {
  color: #0044CC;
  text-decoration: underline;
}
.p-caution__box a[target=_blank]:after {
  width: 0.9em;
  aspect-ratio: 1;
  margin: 0 0.1875rem -0.1em;
  display: inline-block;
  background: url(../images/ico_link01.svg) center/contain no-repeat;
  content: "";
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 50000;
}
.c-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.c-modal-close-icon {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  width: 4rem;
  aspect-ratio: 1;
  position: absolute;
  top: -1.25rem;
  right: -1.25rem;
  font-size: 1.75rem;
  color: #303235;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-modal-close-icon {
    font-size: 5.64vw;
    box-shadow: 0 2.56vw 3.85vw rgba(48, 50, 53, 0.1);
    /* 追加 */
    z-index: 1;
  }
}
.c-modal-listNum--01, .c-modal-listNum--02, .c-modal-listNum--03 {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-modal-listNum--01, .c-modal-listNum--02, .c-modal-listNum--03 {
    margin-top: 5.13vw;
  }
}
.c-modal-listNum--01 > li, .c-modal-listNum--02 > li, .c-modal-listNum--03 > li {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  color: #6D7785;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal-listNum--01 > li, .c-modal-listNum--02 > li, .c-modal-listNum--03 > li {
    font-size: 3.59vw;
  }
}
.c-modal-listNum--01 > li > span, .c-modal-listNum--02 > li > span, .c-modal-listNum--03 > li > span {
  position: absolute;
  left: 0;
}
.c-modal-listNum--01 > li {
  padding-left: 2em;
}
.c-modal-listNum--01 > li + li {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-modal-listNum--01 > li + li {
    margin-top: 5.13vw;
  }
}
.c-modal-listNum--02 > li {
  padding-left: 2.5em;
}
.c-modal-listNum--02 > li + li {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-modal-listNum--02 > li + li {
    margin-top: 5.13vw;
  }
}
.c-modal-listNum--03 > li {
  padding-left: 1.1em;
}
.c-modal-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60.75rem;
  background: white;
  border-radius: 0.625rem;
  scrollbar-width: none;
  padding: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-modal-cont {
    width: calc(100% - 10.26vw);
    border-radius: 2.56vw;
  }
}
.c-modal-cont-inner {
  padding: 3.125rem;
  overflow-y: scroll;
  height: 72rem;
  padding: 1.28vw;
  max-height: 85vh;
}
@media screen and (max-width: 768px) {
  .c-modal-cont-inner {
    padding: 6.41vw 3.85vw;
    height: calc(100vh - 33.33vw);
  }
}
.c-modal-ttl {
  color: #169EDD;
  font-weight: 700;
  margin: 3.125rem 0 1.875rem;
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-modal-ttl {
    margin: 5.13vw 0 2.56vw;
    font-size: 4.62vw;
  }
}
.c-modal-ttl:first-child {
  margin-top: 0;
}
.c-modal-step-ttl {
  background: #F3F4F6;
  font-weight: 700;
  padding: 0.3125rem 0.625rem;
  margin: 1.875rem 0 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-modal-step-ttl {
    padding: 1.28vw 2.56vw;
    margin: 5.13vw 0 2.56vw;
  }
}
.c-modal-step-txt {
  color: #6D7785;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal-step-txt {
    font-size: 3.59vw;
  }
}
.c-modal-step .c-cap {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-modal-step .c-cap {
    margin-top: 2.56vw;
  }
}
.c-modal-step .c-listDot {
  margin-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .c-modal-step .c-listDot {
    margin-top: 2.56vw;
  }
}
.c-modal-step .c-listDot li {
  color: #6D7785;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-modal-step .c-listDot li {
    font-size: 2.56vw;
  }
}
.c-modal-step .c-listDot li:before {
  top: 0.7em;
}

.p-fixedCta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 1.25rem 0;
  background: #ffffff;
  box-shadow: 0 -0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  transition: opacity 0.6s ease, transform 0.6s ease;
  opacity: 1;
  transform: translateY(0);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .p-fixedCta {
    padding: 2.56vw 0 2.56vw;
  }
}
.p-fixedCta.show {
  opacity: 0;
  transform: translateY(100%);
}
.p-fixedCta .l-container {
  display: grid;
  grid-template-columns: 45.625rem auto;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-fixedCta .l-container {
    grid-template-columns: 1fr;
    gap: 2.56vw;
  }
}
@media screen and (max-width: 768px) {
  body.trial_40 .p-fixedCta .l-container {
    gap: 0;
  }
}
.p-fixedCta__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  background: #F04E79;
  border-radius: 6.25rem;
  font-size: 1.9375rem;
  font-weight: 700;
  padding: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fixedCta__btn a {
    font-size: 4.62vw;
    padding: 2.05vw;
  }
}
.p-fixedCta__btn a:before, .p-fixedCta__btn a:after {
  pointer-events: none;
}
.p-fixedCta__btn a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  animation: shine 5s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0;
}
.p-fixedCta__btn a:after {
  width: 0.8125rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  content: "";
}
@media screen and (max-width: 768px) {
  .p-fixedCta__btn a:after {
    width: 2.56vw;
    right: 7.69vw;
  }
}
.p-fixedCta__txt {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-fixedCta__txt {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body.trial_40 .p-fixedCta .c-cap {
    display: block;
    padding: 1vw 0;
  }
}/*# sourceMappingURL=styles.css.map */


/* 遷移後の全体フェードを殺す */
@media screen and (max-width:1280px){
  body{animation:none!important;-webkit-animation:none!important;}
}
/* ページ内アンカーのスムーススクロールを殺す（JSと二重になるのを防ぐ） */
html{scroll-behavior:auto!important;}

/* WebP対応のためのpictureタグスタイル（クラスなしのpictureタグのみ） */
picture:not([class]) {
  display: contents;
}

/* WebP対応 - CSS background-image用 */
@supports (background-image: url("data:image/webp;base64,UklGRiQAAABXRUJQVlA4IBgAAAAwAQCdASoBAAEAAwA0JaQAA3AA/vuUAAA=")) {
  .c-cta {
    background: #FFF url(../images/bg_cta01.webp) center top/auto 100% no-repeat;
  }
  .c-cta__catch:before {
    background: url(../images/img_cta01.webp) center/contain no-repeat;
  }
  .c-cta__catch:after {
    background: url(../images/img_cta02.webp) center/contain no-repeat;
  }
  .p-hero {
    background: url(../images/bg_hero01.webp) center top/auto 100% no-repeat;
  }
  .p-worry:before {
    background: url(../images/bg_worry01.webp) center top/auto 100% no-repeat;
  }
  .p-worry__catch:after {
    background: url(../images/ico_worry01.webp) center/contain no-repeat;
  }
  .p-solution {
    background: #ffffff url(../images/bg_solution01.webp) center top/auto 100% no-repeat;
  }
  .p-reason {
    background: #ffffff url(../images/bg_reason01.webp) center top/auto 100% no-repeat;
  }
  .p-reason__item--01 .p-reason__ttlbox:before {
    background: url(../images/bg_reason02.webp) center top/cover no-repeat;
  }
  .p-reason__item--02 .p-reason__ttlbox:before {
    background: url(../images/bg_reason03.webp) center top/cover no-repeat;
  }
  .p-reason__item--03 .p-reason__ttlbox:before {
    background: url(../images/bg_reason04.webp) center top/cover no-repeat;
  }
  .p-reason__cta {
    background: url(../images/bg_reason05.webp) center/cover no-repeat;
  }
  .p-plan:before {
    background: url(../images/bg_plan01.webp) right top/contain no-repeat;
  }
  .p-price:before {
    background: url(../images/bg_price01.webp) right top/contain no-repeat;
  }
  .p-price__lead:after {
    background: url(../images/bg_price02.webp) center bottom/contain no-repeat;
  }
  .p-appeal {
    background: #ffffff url(../images/bg_appeal01.webp) center top/auto 100% no-repeat;
  }
  @media screen and (max-width: 768px) {
    .c-cta {
      background: #FFF url(../images/bg_cta01_sp.webp) left top/cover no-repeat;
    }
    .p-mv__bg {
      background: url(../images/bg_mv_sp.webp) center top/cover no-repeat;
    }
    .p-hero {
      background: url(../images/bg_hero01_sp.webp) left bottom/cover no-repeat;
    }
    .p-worry:before {
      background-image: url(../images/bg_worry01_sp.webp);
    }
    .p-worry__checklist:before {
      background: url(../images/ico_worry02.webp) center bottom/100% auto no-repeat;
    }
    .p-solution {
      background: #ffffff url(../images/bg_solution01_sp.webp) center 25.64vw/100% auto no-repeat;
    }
    .p-reason {
      background-image: url(../images/bg_reason01_sp.webp);
    }
    .p-reason__item--01 .p-reason__ttlbox:before {
      background: url(../images/bg_reason02_sp.webp) center top/100% auto no-repeat;
    }
    .p-reason__item--02 .p-reason__ttlbox:before {
      background: url(../images/bg_reason03_sp.webp) center top/100% auto no-repeat;
    }
    .p-reason__item--03 .p-reason__ttlbox:before {
      background: url(../images/bg_reason04_sp.webp) center top/100% auto no-repeat;
    }
    .p-reason__cta {
      background-image: url(../images/bg_reason05_sp.webp);
    }
    .p-plan:before {
      background: url(../images/bg_plan01_sp.webp) center top/100% auto no-repeat;
    }
    .p-price:before {
      background-image: url(../images/bg_price01_sp.webp);
    }
    .p-price__lead:after {
      background-image: url(../images/bg_price02_sp.webp);
    }
    .p-appeal {
      background-image: url(../images/bg_appeal01_sp.webp);
    }
  }
}
