@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
  }
}

@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: .8
  }
}

h2,
h3,
h4,
h5 {
  line-height: 1.2
}

body.cloak {
  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: .1em;
  font-feature-settings: "palt"
}

@media screen and (max-width:768px) {
  body.cloak {
    overflow-wrap: break-word
  }
}

@media screen and (max-width:1280px) {
  body.cloak {
    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: .8125rem;
  letter-spacing: .04em;
  line-height: 1.4
}

@media screen and (max-width:768px) {
  .c-cap {
    font-size: 2.82vw;
    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
}

.ff-blue {
  color: #169EDD;
}

.c-campaign {
  position: relative;
  border: 1px solid #F04E79;
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem 1.875rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .c-campaign {
    border-radius: 2.56vw;
    padding: 5.13vw 3.85vw;
    margin: 5.13vw 0 0;
  }
}

.c-campaign-period {
  position: absolute;
  top: 1.25rem;
  left: 1.875rem;
  display: grid;
  grid-template-columns: 2.5rem auto;
  gap: 0.4375rem;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .c-campaign-period {
    top: 5.13vw;
    left: 3.85vw;
    grid-template-columns: 9.49vw auto;
    gap: 1.28vw;
  }
}

.c-campaign-period-label {
  background: #F04E79;
  color: #fff;
  border-radius: 0.1875rem;
  line-height: 1.05;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .c-campaign-period-label {
    border-radius: 1.03vw;
    font-size: 3.44vw;
  }
}

.c-campaign-period-txt {
  line-height: 1.2;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .c-campaign-period-txt {
    font-size: 3.59vw;
    letter-spacing: -0.02em;
  }
}

.c-cta {
  background: #FFF url(../images/bg_cta01.webp) center top/auto 100% no-repeat;
  padding: 4.375rem 0
}

@media screen and (max-width:768px) {
  .c-cta {
    padding: 12.82vw 0;
    background: #FFF url(../images/bg_cta01_sp.webp) left top/cover no-repeat
  }
}

@media screen and (min-width:769px),
print {
  .c-cta .l-container {
    display: grid;
    grid-template-columns: 46.875rem auto;
    gap: 1.875rem;
  }
}

.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: 12.5rem;
  aspect-ratio: 154 / 132;
  left: 0;
  top: -2.1875rem;
  background: url(../images/img_cta01.webp) center/contain no-repeat
}

@media screen and (max-width:768px) {
  .c-cta__catch:before {
    display: none;
  }
}

.c-cta__catch:after {
  width: 17.1875rem;
  aspect-ratio: 241 / 105;
  right: -1.875rem;
  top: 0.625rem;
  background: url(../images/img_cta02.webp) center/contain no-repeat
}

@media screen and (max-width:768px) {
  .c-cta__catch:after {
    width: 56.41vw;
    aspect-ratio: 220/120;
    right: -5.13vw;
    top: 2.56vw;
    background-size: auto 100%;
    background-position: left center;
  }
}

.c-cta__catch-label {
  background: #169EDD;
  color: #fff;
  display: inline-block;
  padding: 0rem .625rem;
  font-size: 1.875rem;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 0.625rem;
}

@media screen and (max-width:768px) {
  .c-cta__catch-label {
    font-size: 4.62vw;
    margin: 0 0 2.56vw;
  }
}

.c-cta__catch-label sup {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.25rem;
  top: -0.9375rem;
}

@media screen and (max-width:768px) {
  .c-cta__catch-label sup {
    top: -1.54vw;
    font-size: 3.08vw;
  }
}

.c-cta__catch-ttl {
  font-size: 1.875rem;
  font-weight: 800;
}

@media screen and (max-width:768px) {
  .c-cta__catch-ttl {
    font-size: 3.85vw;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .06em;
  }
}

.c-cta__catch-ttl>span:not([class]) {
  font-weight: 800;
}

@media screen and (max-width:768px) {
  .c-cta__catch-ttl>span:not([class]) {
    font-size: 132%;
  }
}

.c-cta__catch-ttl>span:not([class])>span:not([class]) {
  font-size: 145%;
}

.c-cta__catch-ttl .ff-en {
  font-weight: 800;
  font-size: 130%;
}

@media screen and (max-width:768px) {
  .c-cta__catch-ttl .ff-en {
    font-size: 110%;
  }
}

.c-cta__catch-cap {
  margin: 0.625rem 0 0;
}

@media screen and (max-width: 768px) {
  .c-cta__catch-cap {
    margin: 2.56vw 0 0;
  }
}

@media screen and (min-width: 769px),
print {
  .c-cta__btns {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width:768px) {
  .c-cta__btns {
    margin: 7.69vw 0 0
  }
}

.c-cta__btn {
  margin: 0.9375rem 0 0;
}

@media screen and (max-width: 768px) {
  .c-cta__btn {
    margin: 2.56vw 0 0;
  }
}

.c-cta__btn-premium a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: #F04E79;
  border-radius: 6.25rem;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 0 1.875rem;
  height: 7.5rem;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width:768px) {
  .c-cta__btn-premium a {
    font-size: 5.13vw;
    padding: 0 2.56vw;
    height: 20.51vw;
  }
}

.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, .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: .5
  }

  100% {
    transform: translateX(100%);
    opacity: 0
  }
}

.c-cta__btn-premium a:after {
  width: .625rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  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: #fff;
  position: absolute;
  bottom: .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-txt {
  font-weight: 700;
  font-size: 1.75rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #F04E79;
}

@media screen and (max-width: 768px) {
  .c-cta__btn-txt {
    font-size: 4.62vw;
  }
}

.c-cta__btn-txt:before,
.c-cta__btn-txt:after {
  width: 1px;
  height: 1.875rem;
  display: inline-block;
  background: #F04E79;
  position: relative;
  bottom: -0.3125rem;
  content: "";
}

@media screen and (max-width: 768px) {

  .c-cta__btn-txt:before,
  .c-cta__btn-txt:after {
    height: 5.13vw;
    bottom: -0.77vw;
  }
}

.c-cta__btn-txt:before {
  transform: rotate(-25deg);
  margin-right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .c-cta__btn-txt:before {
    margin-right: 3.85vw;
  }
}

.c-cta__btn-txt:after {
  transform: rotate(25deg);
  margin-left: 1.25rem;
}

@media screen and (max-width: 768px) {
  .c-cta__btn-txt:after {
    margin-left: 2.56vw;
  }
}

.c-cta__btn-txt span {
  font-size: 60%;
}

.c-cta__btn-cap {
  text-align: center;
  margin: 0.9375rem 0 0;
}


.c-acd__item {
  border: 1px solid #169EDD;
  background: #fff;
  border-radius: .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: .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: 9vw;
    right: 5.13vw;
    width: 3.85vw;
    height: .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: .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 .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: #04C;
  text-decoration: underline
}

.c-acd__item-cont a[target=_blank]:after {
  width: .9em;
  aspect-ratio: 1;
  margin: 0 .1875rem -.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 .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: .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: .9375rem 0 0;
  letter-spacing: .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: .625rem 0 0;
  font-size: 1.125rem;
  color: #6D7785;
  letter-spacing: .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: .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: .7em;
  left: .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: 99999;
  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: 99999;
    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: 99999
  }
}

@media screen and (max-width:768px) {
  .l-header__login a {
    font-size: 3.59vw
  }
}

@media screen and (max-width:768px) {
  .p-nav {
    width: 100%;
    height: 110vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    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: #FFF
}

@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, .1);
    z-index: 99999;
    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: .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: .44vw;
    transform: rotate(-45deg)
  }
}

@media screen and (max-width:768px) {
  .c-footer {
    padding-bottom: 30vw;
  }
}

@media screen and (max-width:768px) {
  .p-mv__bg {
    background: url(../images/bg_mv_sp.webp) center top/cover no-repeat
  }
}

@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.webp) center top/auto 100% no-repeat;
  position: relative;
  background-blend-mode: overlay
}

@media screen and (min-width:769px),
print {
  .p-hero {
    background-color: rgba(255, 255, 255, .4)
  }
}

@media screen and (max-width:768px) {
  .p-hero {
    background-image: url(../images/bg_hero01_sp.webp) left bottom/cover no-repeat
  }
}

.p-hero__txt {
  position: relative;
  padding: 10.625rem 0 0;
  z-index: 1;
}

@media screen and (max-width:768px) {
  .p-hero__txt {
    position: static;
    padding: 20.51vw 0 0;
  }
}

.p-hero__catch {
  width: 51.875rem;
}

@media screen and (max-width:768px) {
  .p-hero__catch {
    width: 100%
  }
}

.p-hero__name {
  position: relative;
  z-index: 0;
  padding: 2.5rem 0;
  margin: 2.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-hero__name {
    padding: 0;
    margin: 5.13vw 0 0;
  }
}

@media screen and (min-width: 769px),
print {
  .p-hero__name:before {
    width: 100vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    background: #fff;
    content: "";
    z-index: -1;
  }
}

.p-hero__name img {
  width: 36.875rem;
}

.p-hero__ico {
  position: absolute;
  top: 25rem;
  left: 38.75rem;
}

@media screen and (max-width: 768px) {
  .p-hero__ico {
    top: auto;
    bottom: 2.56vw;
    left: 5.13vw;
  }
}

.p-hero__ico-img {
  background: #E7F0F7;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 10.3125rem;
  box-sizing: border-box;
  padding: 0.625rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-hero__ico-img {
    background: #fff;
    width: 28.21vw;
    padding: 1.79vw 0 0;
  }
}

.p-hero__ico-img img {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .p-hero__ico-img img {
    width: 85%;
  }
}

.p-hero__ico-cap {
  text-align: center;
  margin: 0.3125rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-hero__ico-cap {
    margin: 1.28vw 0 0;
    color: #fff;
  }
}

@media screen and (min-width:769px),
print {
  .p-hero__ambassador {
    position: absolute;
    width: 28.125rem;
    left: calc(50% + 14.375rem);
    top: 7.5rem;
    z-index: 1;
  }
}

@media screen and (max-width:768px) {
  .p-hero__ambassador {
    width: 100vw;
    margin: -7.69vw -5.13vw 0;
  }
}

.p-hero__ambassador-name {
  color: #6D7785;
  position: absolute;
  right: 1.5625rem;
  bottom: 1.25rem;
  font-size: .6875rem;
  text-align: right
}

@media screen and (max-width:768px) {
  .p-hero__ambassador-name {
    right: 5.13vw;
    bottom: 5.13vw;
    font-size: 2.82vw
  }
}

@media screen and (min-width:769px),
print {
  .p-hero__ambassador-name span {
    font-size: 150%
  }
}

.p-worry {
  position: relative;
  padding: 4.0625rem 0 6.875rem;
  background: rgba(48, 50, 53, .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.webp) center top/auto 100% no-repeat;
  content: "";
  z-index: -1
}

@media screen and (max-width:768px) {
  .p-worry:before {
    background: url(../images/bg_worry01_sp.webp) center bottom/100% auto no-repeat;
  }
}

.p-worry__catch {
  color: #fff;
  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: 0.625rem;
  right: 20rem;
  background: url(../images/ico_worry01.webp) center/contain no-repeat;
  content: ""
}

@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: 0.2rem 0.625rem 0.4rem 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: .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: .625rem;
  padding: 1.875rem;
  margin: 3.125rem 42% 0 0;
  position: relative
}

@media screen and (max-width:768px) {
  .p-worry__checklist {
    border-radius: 2.56vw;
    padding: 5.13vw 3.85vw;
    margin: 7.69vw -1.28vw 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.webp) center bottom/100% auto no-repeat;
    content: ""
  }
}

.p-worry__checklist li {
  position: relative;
  padding-left: 2.1875rem;
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.3;
  font-feature-settings: "plat"
}

@media screen and (max-width:768px) {
  .p-worry__checklist li {
    padding-left: 6.41vw;
    font-size: 3.59vw;
    letter-spacing: -.02em;
  }
}

.p-worry__checklist li:before {
  width: 1.75rem;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0;
  background: #fff url(../images/ico_check01.svg) center/75% auto no-repeat;
  content: ""
}

@media screen and (max-width:768px) {
  .p-worry__checklist li:before {
    width: 4.62vw;
    top: -0.38vw;
  }
}

.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: #fff url(../images/bg_solution01.webp) 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%)
}

@media screen and (max-width:768px) {
  .p-solution {
    background: #fff url(../images/bg_solution01_sp.webp) center top/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)
  }
}

.p-solution__catch {
  text-align: center
}

.p-solution__catch-label {
  background: #303235;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  padding: 0 1.25rem;
  border-radius: 3.125rem;
  margin: 0 0 .625rem;
  line-height: 1.6
}

@media screen and (max-width:768px) {
  .p-solution__catch-label {
    font-size: 4.62vw;
    padding: 0.51vw 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: 3.59vw;
    line-height: 1.6;
    letter-spacing: .04em;
  }
}

.p-solution__catch-ttl .is-color {
  font-size: 158%;
  font-weight: 800;
  color: #169EDD
}

@media screen and (max-width:768px) {
  .p-solution__catch-ttl .is-color {
    font-size: 150%;
    letter-spacing: .04em;
  }
}

.p-solution__catch-ttl .is-dot {
  background: top right/1em .3em repeat-x;
  background-image: url(../images/ico_dot01.svg);
  padding-top: 1.4125rem
}

@media screen and (max-width:768px) {
  .p-solution__catch-ttl .is-dot {
    background-size: 1em 1.61vw;
    padding-top: 1.79vw;
  }
}

@media screen and (max-width:768px) {
  .p-solution__catch-ttl--lower {
    font-size: 6.15vw;
  }
}

.p-solution__box {
  background: #E7F0F7;
  border-radius: .625rem;
  padding: 2.8125rem;
  margin: 3.125rem 42% 0 0;
  text-align: center;
}

@media screen and (max-width:768px) {
  .p-solution__box {
    border-radius: 2.56vw;
    padding: 5.13vw;
    margin: 51.28vw 0 0
  }
}

.p-solution__box-label {
  background: #169EDD;
  color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 1.875rem;
  padding: 0.125rem 1.25rem 0.3125rem;
  font-size: 1.4375rem;
  margin: 0 0 0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-solution__box-label {
    border-radius: 7.69vw;
    padding: 1.28vw 5.13vw;
    font-size: 3.59vw;
    margin: 0 0 1.28vw;
  }
}

.p-solution__box-label:before {
  display: block;
  width: 0.9375rem;
  aspect-ratio: 1;
  background: #169EDD;
  transform: rotate(45deg) skew(10deg, 10deg) translate(-50%, 0%);
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-solution__box-label:before {
    width: 2.56vw;
  }
}

.p-solution__box-ttl {
  font-weight: 700;
}

.p-solution__box-ttl--upper {
  font-size: 2.625rem;
}

@media screen and (max-width: 768px) {
  .p-solution__box-ttl--upper {
    font-size: 5.9vw;
  }
}

.p-solution__box-ttl--lower {
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-solution__box-ttl--lower {
    font-size: 4.62vw;
  }
}

.p-solution__box-ttl .is-color {
  color: #F04E79;
}

.p-solution__box-ttl .is-ver {
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-size: 60%;
  position: relative;
  bottom: -0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-solution__box-ttl .is-ver {
    bottom: -0.77vw;
  }
}

.p-solution__box-ttl .ff-en-bld {
  font-size: 155%;
  line-height: 1;
  font-weight: 600;
}

.p-solution__box-img {
  margin: 1.25rem 2.5rem 0;
}

@media screen and (max-width: 768px) {
  .p-solution__box-img {
    margin: 5.13vw 0 0;
  }
}

.p-reason {
  background: #fff url(../images/bg_reason01.webp) center top/cover 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%)
}

@media screen and (max-width:768px) {
  .p-reason {
    background-image: url(../images/bg_reason01_sp.webp);
    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%)
  }
}

.p-reason__ttl {
  font-weight: 800;
  text-align: center;
}

@media screen and (max-width:768px) {
  .p-reason__ttl {
    line-height: 1;
  }
}

.p-reason__ttl .is-color {
  color: #169EDD
}

.p-reason__ttl .is-large {
  font-size: 180%;
  position: relative;
  bottom: -.1875rem;
  line-height: 1
}

.p-reason__ttl--upper {
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-reason__ttl--upper {
    font-size: 4.87vw;
  }
}

.p-reason__ttl--lower {
  font-size: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-reason__ttl--lower {
    font-size: 5.9vw;
  }
}

.p-reason__lead {
  margin: .625rem 0 0;
  text-align: center;
}

@media screen and (min-width: 769px),
print {
  .p-reason__lead {
    font-size: 1.25rem;
  }
}

@media screen and (max-width:768px) {
  .p-reason__lead {
    margin: 3.85vw 0 0;
    font-size: 4.1vw;
  }
}

.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__ttlbox {
  position: relative;
  z-index: 0
}

@media screen and (min-width:769px),
print {
  .p-reason__ttlbox {
    background: #fff;
    padding: 3.125rem;
    box-shadow: 0 .625rem .9375rem rgba(48, 50, 53, .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%;
  }
}

@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: 2.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}

@media screen and (max-width:768px) {
  .p-reason__ttlbox-catch {
    font-size: 7.18vw
  }
}

.p-reason__ttlbox-catch span:not([class]) {
  color: #169EDD
}

.p-reason__ttlbox-catch img {
  width: 10.75rem;
  display: inline-block;
  position: relative;
  top: -.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;
    letter-spacing: 0;
  }
}

.p-reason__ttlbox-catch sup {
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.25rem;
  top: -0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-reason__ttlbox-catch sup {
    top: -2.82vw;
    font-size: 3.08vw;
  }
}

.p-reason__ttlbox-cap {
  margin: 0.625rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-reason__ttlbox-cap {
    margin: 2.56vw 0 0;
  }
}

.p-reason__cap {
  margin: 1.875rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-reason__cap {
    margin: 7.69vw 0 0;
  }
}

.p-reason__item--01 .p-reason__ttlbox:before {
  background: url(../images/bg_reason02.webp) center top/cover no-repeat;
  height: 100%;
}

@media screen and (max-width:768px) {
  .p-reason__item--01 .p-reason__ttlbox:before {
    background: url(../images/bg_reason02_sp.webp) center top/100% auto no-repeat;
    aspect-ratio: 30/13;
  }
}

@media screen and (max-width:768px) {
  .p-reason__item--01 .p-reason__ttlbox:after {
    top: 42.31vw;
  }
}

.p-reason__item--01 .p-reason__acd {
  margin-top: 3.125rem
}

.p-reason__item--02 .p-reason__ttlbox:before {
  background: url(../images/bg_reason03.webp) center top/cover no-repeat;
  height: calc(100% + 3.75rem);
}

@media screen and (max-width:768px) {
  .p-reason__item--02 .p-reason__ttlbox:before {
    background: url(../images/bg_reason03_sp.webp) center top/100% auto no-repeat;
    aspect-ratio: 780/380;
  }
}

@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.webp) center top/cover no-repeat;
  height: calc(100% + 2.8125rem)
}

@media screen and (max-width:768px) {
  .p-reason__item--03 .p-reason__ttlbox:before {
    background: url(../images/bg_reason04_sp.webp) center top/100% auto no-repeat;
    aspect-ratio: 780/390
  }
}

@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
  }
}

@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-wrap-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-reason__point-inner {
  height: 100%;
  border: 1px solid #D5D7DA;
  border-radius: .625rem;
  padding: 0 1.25rem 1.25rem;
  background: #fff
}

@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: .625rem .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.375rem;
  font-weight: 700;
  margin: 1.25rem 0 0;
  letter-spacing: .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: .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: .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: .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: #04C;
  text-decoration: underline
}

.p-reason__acd-txt p+p {
  margin-top: .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__catch {
  text-align: center;
  margin: 5rem 0 0;
}

.p-reason__catch-label {
  background: #169EDD;
  color: #fff;
  display: inline-block;
  position: relative;
  border-radius: 1.875rem;
  padding: 0.125rem 1.25rem 0.3125rem;
  font-size: 1.4375rem;
  margin: 0 0 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-reason__catch-label {
    border-radius: 7.69vw;
    padding: 1.28vw 5.13vw;
    font-size: 3.59vw;
    margin: 0 0 3.85vw;
  }
}

.p-reason__catch-label:before {
  display: block;
  width: 0.9375rem;
  aspect-ratio: 1;
  background: #169EDD;
  transform: rotate(45deg) skew(10deg, 10deg) translate(-50%, 0%);
  position: absolute;
  left: 50%;
  top: 100%;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-reason__catch-label:before {
    width: 2.56vw;
  }
}

.p-reason__catch-txt {
  font-weight: 700;
  line-height: 1.1;
}

.p-reason__catch-txt--upper {
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-reason__catch-txt--upper {
    font-size: 4.62vw;
  }
}

.p-reason__catch-txt--upper .is-color {
  color: #169EDD;
  font-size: 130%;
  font-weight: 800;
}

.p-reason__catch-txt--lower {
  font-size: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-reason__catch-txt--lower {
    font-size: 4.62vw;
    line-height: 1.3;
  }
}

.p-reason__catch-txt--lower .is-color {
  color: #169EDD;
  font-weight: 800;
}

.p-reason__catch-txt--lower .is-large {
  font-size: 130%;
}

.p-reason__catch-txt--lower .ff-en-bld {
  font-size: 140%;
  letter-spacing: 0;
  position: relative;
  bottom: -0.1875rem;
}

.p-dial__cta {
  background: url(../images/bg_reason05.webp) center/cover no-repeat;
  border-radius: .625rem;
  padding: 2.5rem 3.125rem 1.875rem;
  position: relative;
  margin: 4.375rem auto 0;
  width: 60.75rem;

}

@media screen and (max-width:768px) {
  .p-dial__cta {
    width: 100%;
    background-image: url(../images/bg_reason05_sp.webp);
    border-radius: 2.56vw;
    padding: 10.26vw 5.13vw 7.69vw
  }
}

.p-dial__cta-label {
  font-size: 1.4375rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  background: #6D7785;
  padding: .3125rem 1.25rem;
  border-radius: .625rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center
}

@media screen and (max-width:768px) {
  .p-dial__cta-label {
    font-size: initial;
    padding: 1.28vw 5.13vw;
    border-radius: 2.56vw;
    min-width: 14em
  }
}

.p-dial__cta-tels {
  display: flex;
  align-items: center;
  gap: 1.25rem
}

@media screen and (max-width:768px) {
  .p-dial__cta-tels {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.56vw
  }
}

.p-dial__cta-tel a {
  font-size: 2.1875rem;
  letter-spacing: 0
}

@media screen and (max-width:768px) {
  .p-dial__cta-tel a {
    font-size: 5.13vw
  }
}

.p-dial__cta-tel a:before {
  display: inline-block;
  margin-right: .3125rem;
  content: ""
}

.p-dial__cta-tel.free a:before {
  background: url(../images/ico_phone01.svg) center/contain no-repeat;
  width: 1.9375rem;
  aspect-ratio: 1;
  margin-bottom: -.1875rem
}

@media screen and (max-width:768px) {
  .p-dial__cta-tel.free a:before {
    width: 4.62vw;
    margin-bottom: -.77vw
  }
}

.p-dial__cta-tel.area a:before {
  background: url(../images/ico_phone02.svg) center/contain no-repeat;
  width: 1.5rem;
  aspect-ratio: 20/30;
  margin-bottom: -.4375rem
}

@media screen and (max-width:768px) {
  .p-dial__cta-tel.area a:before {
    width: 4.62vw;
    margin-bottom: -1.28vw
  }
}

.p-dial__cta-time {
  color: #4B5563;
  font-size: .9375rem;
  line-height: 1.3;
  letter-spacing: .04em;
  margin-top: 0.9375rem;
}

@media screen and (max-width:768px) {
  .p-dial__cta-time {
    font-size: 3.08vw
  }
}

.p-dial__cta-link {
  font-size: .9375rem;
  color: #374151;
  border-bottom: 1px dotted #303235;
  cursor: pointer
}

.p-dial__cta-links {
  display: flex;
  gap: 2.5rem;
  margin: .625rem 0 0
}

@media screen and (max-width:768px) {
  .p-dial__cta-links {
    gap: 5.13vw;
    margin: 2.56vw 0 0
  }
}

@media screen and (max-width:768px) {
  .p-dial__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.webp) right top/contain no-repeat;
  content: "";
  z-index: -1
}

@media screen and (max-width:768px) {
  .p-plan:before {
    width: 100vw;
    height: 83.59vw;
    left: 0;
    background: url(../images/bg_plan01_sp.webp) center top/100% auto no-repeat
  }
}

.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: -.1875rem;
  line-height: 1
}

.p-plan__lead {
  margin: .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: #fff;
  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 .625rem .9375rem rgba(48, 50, 53, .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: .625rem;
  aspect-ratio: 1;
  border-bottom: 2px solid #303235;
  border-right: 2px solid #303235;
  transform: rotate(45deg);
  margin: 0 0 .1875rem .625rem;
  content: ""
}

@media screen and (max-width:768px) {
  .p-plan__tab-btn:after {
    width: 2.05vw;
    margin: 0 0 .77vw 2.56vw
  }
}

.p-plan__tab-btn.active {
  background: #169EDD;
  color: #fff;
  font-weight: 700
}

.p-plan__tab-btn.active:before {
  width: .875rem;
  aspect-ratio: 1;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border: .875rem solid transparent;
  border-top: .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: #fff;
  border-right-color: #fff
}

.p-plan__tab-btn:first-child {
  border-radius: .625rem 0 0 .625rem
}

.p-plan__tab-btn:last-child {
  border-radius: 0 .625rem .625rem 0
}

.p-plan__tab-btn-label {
  background: #F04E79;
  color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 1.875rem;
  padding: .3125rem .625rem .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: #fff;
  border-radius: .625rem
}

@media screen and (max-width:768px) {
  .p-plan__tbl {
    border-radius: 2.56vw
  }
}

.p-plan__tbl-ttl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.4375rem;
  border-radius: .625rem .625rem 0 0;
  padding: .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: .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: .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: .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: .3125rem 0 .3125rem .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: .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: .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: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: .625rem 0 .3125rem 0;
  padding: .125rem .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-subject__items {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: .625rem .9375rem
}

@media screen and (max-width:768px) {
  .p-subject__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 2.56vw;
    letter-spacing: .04em
  }
}

.p-subject__items+* {
  margin-top: 1.875rem
}

@media screen and (max-width:768px) {
  .p-subject__items+* {
    margin-top: 5.13vw
  }
}

.p-subject__item-name {
  font-size: .875rem;
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.3;
  margin: .1875rem 0 0
}

@media screen and (max-width:768px) {
  .p-subject__item-name {
    font-size: 3.08vw
  }
}

.p-subject__impossible {
  color: #6D7785
}

.p-subject__impossible-ttl {
  font-size: 1.125rem;
  margin: 1.25rem 0 0
}

@media screen and (max-width:768px) {
  .p-subject__impossible-ttl {
    font-size: 3.59vw;
    margin: 5.13vw 0 0
  }
}

.p-subject__impossible p {
  font-size: 1.125rem
}

@media screen and (max-width:768px) {
  .p-subject__impossible p {
    font-size: 3.59vw
  }
}

.p-subject__impossible .c-listDot li {
  font-size: 1.125rem
}

@media screen and (max-width:768px) {
  .p-subject__impossible .c-listDot li {
    font-size: 3.59vw
  }
}

.p-subject__impossible .c-cap {
  margin: 1.25rem 0 0
}

@media screen and (max-width:768px) {
  .p-subject__impossible .c-cap {
    margin: 5.13vw 0 0
  }
}

.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, .3);
  opacity: 1
}

@media screen and (min-width:769px),
print {
  .p-voice .swiper-pagination-bullet {
    width: .625rem;
    height: .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: .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: .9375rem;
  display: block;
  margin: .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: .04em
}

@media screen and (max-width:768px) {
  .p-voice__item-txt {
    font-size: 3.59vw;
    margin: 5.13vw 0 0
  }
}

.p-appeal {
  background: #fff url(../images/bg_appeal01.webp) center top/auto 100% no-repeat;
  padding: 4.375rem 0
}

@media screen and (max-width:768px) {
  .p-appeal {
    background-image: url(../images/bg_appeal01_sp.webp);
    background-size: 100% auto;
    padding: 0 0 12.82vw;
  }
}

.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: #fff;
  display: inline-block;
  padding: 0rem .625rem;
  font-size: 2.25rem;
  margin: 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__ttl-sub {
  display: inline-block;
  padding-bottom: 1rem;
  font-size: 1.5625rem;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-rank__ttl-sub {
    padding-bottom: 0;
    font-size: 5.13vw;
  }
}

.p-rank__ttl-sub .ff-blue {
  font-size: 130%;
}

.p-rank__items {
  box-shadow: 0 .625rem .9375rem rgba(48, 50, 53, .1);
  padding: 1.875rem;
  background: #fff;
  border-radius: .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 .625rem .625rem rgba(48, 50, 53, .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 .625rem .9375rem rgba(48, 50, 53, .1);
  padding: 1.25rem;
  background: #fff;
  border-radius: .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: #fff;
  border-radius: 50%;
  position: absolute;
  top: -.625rem;
  left: -.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: .625rem 0 0;
  display: grid;
  grid-template-columns: 25em auto;
  justify-content: space-between;
  gap: .9375rem 0
}

@media screen and (max-width:768px) {
  .p-media__history-list {
    margin: 3.85vw 0 0;
    gap: 2.56vw 0;
    grid-template-columns: 14em auto
  }
}

.p-media__history-list dt,
.p-media__history-list dd {
  letter-spacing: 0;
  font-size: 1.125rem
}

@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 {
  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: 1.875rem;
}

@media screen and (max-width:768px) {
  .p-step__ttl {
    font-size: 4.87vw;
  }
}

.p-step__ttl>span {
  color: #169EDD;
  font-size: 2.5625rem;
}

@media screen and (max-width:768px) {
  .p-step__ttl>span {
    font-size: 7.18vw;
  }
}

.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-color: #F3F4F6;
  border-radius: .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+.p-step__item:after {
  aspect-ratio: 1;
  position: absolute;
  box-sizing: border-box;
  border: .625rem solid transparent;
  content: ""
}

@media screen and (min-width:769px),
print {
  .p-step__item+.p-step__item:after {
    width: .625rem;
    top: 50%;
    left: -1.875rem;
    transform: translateY(-50%);
    border-left: .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: .625rem 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: .04em
  }
}

.p-step__item-txt {
  margin: .625rem 0 0;
  color: #6D7785;
  font-size: .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: .04em
  }
}

.p-step__catch-ttl span {
  background: #303235;
  background: linear-gradient(to right, #2497D6, #37BCEB);
  color: #fff;
  display: inline-block;
  padding: .3125rem .625rem .5rem;
  margin: .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: 25.625rem;
  left: calc(50% + 9.375rem);
  top: 0;
}

@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: #fff;
  display: inline-block;
  padding: .3125rem .625rem .5rem;
  margin: .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: .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: #fff;
  border-radius: .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: .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: .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: #04C;
  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: .625rem
}

@media screen and (max-width:768px) {
  .p-faq__item-txt:nth-child(n+2) {
    margin-top: 2.56vw
  }
}

.p-faq__item-catch {
  font-weight: 700;
}

.p-faq__item-txt p+p {
  margin-top: 0.8rem;
}

@media screen and (max-width:768px) {
  .p-faq__item-txt p+p {
    margin-top: 2.56vw
  }
}

.p-faq__item .c-cap {
  margin: .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: .625rem;
  font-size: 1.125rem;
  color: #6D7785;
  letter-spacing: 0;
  width: 60.75rem;
  margin: 1.875rem auto 0;
  box-sizing: border-box;
  padding: .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: .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: .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 .3125rem
}

@media screen and (max-width:768px) {
  .p-caution__box-ttl {
    margin: 5.13vw 0 1.28vw
  }
}

.p-caution__box a {
  color: #04C;
  text-decoration: underline
}

.p-caution__box a[target=_blank]:after {
  width: .9em;
  aspect-ratio: 1;
  margin: 0 .1875rem -.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, .8)
}

.c-modal-close-icon {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 .625rem .9375rem rgba(48, 50, 53, .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, .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: .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: #fff;
  border-radius: .625rem;
  scrollbar-width: none;
  padding: .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: .3125rem .625rem;
  margin: 1.875rem 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: .625rem
}

@media screen and (max-width:768px) {
  .c-modal-step .c-cap {
    margin-top: 2.56vw
  }
}

.c-modal-step .c-listDot {
  margin-top: .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: .8125rem;
  line-height: 1.5
}

@media screen and (max-width:768px) {
  .c-modal-step .c-listDot li {
    font-size: 2.82vw
  }
}

.c-modal-step .c-listDot li:before {
  top: .7em
}

.p-fixedCta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  padding: 1.25rem 0;
  background: #fff;
  box-shadow: 0 -.625rem .9375rem rgba(48, 50, 53, .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.9375rem 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: #fff;
  background: #F04E79;
  border-radius: 6.25rem;
  font-size: 1.9375rem;
  font-weight: 700;
  padding: .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, .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: .8125rem;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 3.125rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  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__btn .c-cap {
  color: #ffffff;
}

.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
  }
}

@media screen and (max-width:1280px) {
  body {
    animation: none !important;
    -webkit-animation: none !important
  }
}

html {
  scroll-behavior: auto !important
}

.p-service {
  position: relative;
  z-index: 0;
  padding: 4.375rem 0;
}

@media screen and (max-width: 768px) {
  .p-service {
    padding: 12.82vw 0;
  }
}

.p-service:before {
  width: 49.0625rem;
  aspect-ratio: 1228/653;
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 3.125rem);
  background: url(../images/bg_service01.webp) right top/contain no-repeat;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-service:before {
    width: 100vw;
    height: 83.59vw;
    left: 0;
    background: url(../images/bg_service01_sp.webp) center top/100% auto no-repeat;
  }
}

@media screen and (min-width: 769px),
print {
  .p-service .l-container {
    width: 60.75rem;
  }
}

@media screen and (min-width: 769px),
print {
  .p-service__ttl {
    text-align: center;
  }
}

.p-service__ttl-label {
  background: #F04E79;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 0.125rem 0.625rem;
  font-size: 1.25rem;
  margin: 0 0 0.625rem;
}

@media screen and (max-width: 768px) {
  .p-service__ttl-label {
    padding: 1.28vw 2.56vw 0.77;
    font-size: 3.59vw;
    margin: 0 0 2.56vw;
  }
}

.p-service__ttl-txt {
  font-size: 2.1875rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-service__ttl-txt {
    font-size: 4.62vw;
  }
}

.p-service__ttl-txt .is-color {
  color: #169EDD;
}

@media screen and (max-width: 768px) {
  .p-service__ttl-txt .is-color {
    font-size: 145%;
  }
}

.p-service__lead {
  text-align: center;
  margin: 1.25rem 0 0;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__lead {
    text-align: left;
    font-size: 3.59vw;
    margin: 2.56vw 0 0;
  }
}

.p-service__box {
  background: #fff;
  box-shadow: 0 0.625rem 0.9375rem rgba(48, 50, 53, 0.1);
  margin: 2.5rem 0 0;
  border-radius: 0.625rem;
  padding: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-service__box {
    margin: 7.69vw 0 0;
    border-radius: 2.56vw;
    padding: 6.41vw 3.85vw;
  }
}

.p-service__box-ttl {
  background: #169EDD;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  padding: 0.625rem;
  margin: 2.5rem 0 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__box-ttl {
    border-radius: 2.56vw;
    font-size: 3.59vw;
    padding: 2.56vw;
    margin: 5.13vw 0 3.59vw;
  }
}

.p-service__box-ttl:first-child {
  margin-top: 0;
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-service__list {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-service__list .p-service__list-item--sp-order-1 {
    order: 1;
  }

  .p-service__list .p-service__list-item--sp-order-2 {
    order: 2;
  }

  .p-service__list .p-service__list-item--sp-order-3 {
    order: 3;
  }

  .p-service__list .p-service__list-item--sp-order-4 {
    order: 4;
  }

  .p-service__list .p-service__list-item--sp-order-5 {
    order: 5;
  }
}

.p-service__list-item {
  display: grid;
  grid-template-columns: 10.375rem auto;
  border-bottom: 1px solid #D5D7DA;
  letter-spacing: 0.02em;
  padding: 0 0 0.3125rem;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .p-service__list-item {
    grid-template-columns: 28.21vw auto;
    padding: 0 0 1.28vw;
  }
}

.p-service__list-item+.p-service__list-item {
  margin-top: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-service__list-item+.p-service__list-item {
    margin-top: 1.28vw;
  }
}

.p-service__list-item-ttl {
  color: #6D7785;
}

@media screen and (max-width: 768px) {
  .p-service__list-item-ttl {
    font-size: 3.08vw;
  }
}

.p-service__list-item-txt {
  padding: 0 0.625rem;
}

@media screen and (max-width: 768px) {
  .p-service__list-item-txt {
    font-size: 3.08vw;
  }
}

.p-service__list-item-txt span {
  font-weight: 700;
}

@media screen and (min-width: 769px),
print {
  .p-service__list-item-txt span {
    font-size: 110%;
  }
}

.p-service__list-item:last-child {
  border-bottom: none;
}

.p-service__item {
  display: grid;
  grid-template-columns: 8.125rem auto;
  gap: 1.25rem;
  align-items: flex-start;
}

.p-service__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-service__items {
    grid-template-columns: 1fr;
    gap: 5.13vw;
  }
}

@media screen and (max-width: 768px) {
  .p-service__items .p-service__item--sp-order-1 {
    order: 1;
  }

  .p-service__items .p-service__item--sp-order-2 {
    order: 2;
  }

  .p-service__items .p-service__item--sp-order-3 {
    order: 3;
  }

  .p-service__items .p-service__item--sp-order-4 {
    order: 4;
  }

  .p-service__items .p-service__item--sp-order-5 {
    order: 5;
  }

  .p-service__items .p-service__item--sp-order-6 {
    order: 6;
  }
}

@media screen and (max-width: 768px) {
  .p-service__item {
    grid-template-columns: 25.64vw auto;
    gap: 3.85vw;
  }
}

.p-service__item-img img {
  border-radius: 0.625rem;
}

.p-service__item-ttl {
  font-weight: 700;
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__item-ttl {
    font-size: 4.1vw;
  }
}

.p-service__item-txt {
  color: #6D7785;
  margin: 0.3125rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-service__item-txt {
    margin: 1.28vw 0 0;
    font-size: 3.59vw;
  }
}

.p-service__item-cap {
  margin: 0.625rem 0 0;
}

.p-service__caution {
  font-weight: 700;
  color: #DC2626;
  letter-spacing: 0;
  margin: 1.25rem 0 0;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .p-service__caution {
    font-size: 3.59vw;
  }
}

.p-service__catch {
  display: flex;
  align-items: center;
}

.p-service__catch-ico {
  width: 4.375rem;
  aspect-ratio: 1;
  margin: 0 0.625rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-service__catch-ico {
    width: 15.38vw;
  }
}

.p-service__catch-txt {
  font-size: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__catch-txt {
    font-size: 3.59vw;
  }
}

.p-service__catch-txt .is-color {
  font-weight: 700;
  color: #169EDD;
  font-size: 128%;
}

.p-service__catch-txt .is-large {
  font-weight: 700;
  font-size: 128%;
}

.p-service__catch+.p-service__box-ttl {
  margin-top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__catch+.p-service__box-ttl {
    margin-top: 2.56vw;
  }
}

.p-service__campaign {
  text-align: center;
  padding-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign {
    padding-top: 7.69vw;
  }
}

.p-service__campaign-ttl {
  font-size: 1.75rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 1.25rem;
  min-width: 12em;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-ttl {
    font-size: 4.62vw;
    min-width: 13em;
  }
}

.p-service__campaign-ttl:before,
.p-service__campaign-ttl:after {
  width: 1px;
  height: 1.5625rem;
  display: inline-block;
  background: #303235;
  position: relative;
  bottom: 0;
  content: "";
}

@media screen and (max-width: 768px) {

  .p-service__campaign-ttl:before,
  .p-service__campaign-ttl:after {
    height: 5.13vw;
    bottom: -0.77vw;
  }
}

.p-service__campaign-ttl:before {
  transform: rotate(-25deg);
  margin-right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-ttl:before {
    margin-right: 3.85vw;
  }
}

.p-service__campaign-ttl:after {
  transform: rotate(25deg);
  margin-left: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-ttl:after {
    margin-left: 2.56vw;
  }
}

@media screen and (min-width: 769px),
print {
  .p-service__campaign-period {
    top: 2.625rem;
    left: 4.375rem;
  }
}

@media screen and (max-width: 768px) {
  .p-service__campaign-period {
    grid-template-columns: 8.97vw auto;
    top: 6.92vw;
  }
}

.p-service__campaign-period-label {
  font-size: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-period-label {
    font-size: 3.08vw;
  }
}

.p-service__campaign-period-txt {
  text-align: left;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-period-txt {
    font-size: 3.08vw;
  }
}

.p-service__campaign-btnwrap {
  margin: 1.875rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-btnwrap {
    margin: 5.13vw 0 0;
  }
}

.p-service__campaign-btn a {
  width: 18.125rem;
  height: 3.125rem;
  font-size: 1.25rem;
  margin: 0.3125rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-btn a {
    width: 65.13vw;
    height: 10.26vw;
    font-size: 4.1vw;
    margin: 1.28vw auto 0;
  }
}

.p-service__campaign-btn a:after {
  right: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-btn a:after {
    right: 5.13vw;
  }
}

.p-service__campaign-btn-txt {
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #F04E79;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-btn-txt {
    font-size: 4.62vw;
  }
}

.p-service__campaign-btn-txt:before,
.p-service__campaign-btn-txt:after {
  width: 1px;
  height: 1.25rem;
  display: inline-block;
  background: #F04E79;
  position: relative;
  bottom: -0.125rem;
  content: "";
}

@media screen and (max-width: 768px) {

  .p-service__campaign-btn-txt:before,
  .p-service__campaign-btn-txt:after {
    height: 5.13vw;
    bottom: -0.77vw;
  }
}

.p-service__campaign-btn-txt:before {
  transform: rotate(-25deg);
  margin-right: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-btn-txt:before {
    margin-right: 3.85vw;
  }
}

.p-service__campaign-btn-txt:after {
  transform: rotate(25deg);
  margin-left: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-btn-txt:after {
    margin-left: 2.56vw;
  }
}

.p-service__campaign-btn-txt span {
  font-size: 60%;
}

.p-service__campaign-btn-cap {
  margin: 0.625rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-service__campaign-btn-cap {
    margin: 2.56vw 0 0;
  }
}

.p-service__campaign--luxe {
  margin-top: 2.5rem;
}

@media screen and (max-width: 768px) {
  .p-service__campaign--luxe {
    margin-top: 5.13vw;
  }
}

@media screen and (min-width: 769px),
print {
  .p-service__campaign--luxe .p-service__campaign-img {
    width: 48.125rem;
    margin: 0 auto;
  }
}

.p-service__campaign--lite {
  border-color: #169EDD;
}

@media screen and (min-width: 769px),
print {
  .p-service__campaign--lite .p-service__campaign-img {
    width: 30.9375rem;
    margin: 0 auto;
  }
}

.p-service__campaign--lite .p-service__campaign-btn a {
  background-color: #169EDD;
}

.p-service .c-acd__item {
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-service .c-acd__item {
    margin: 5.13vw 0 0;
  }
}

.p-structure {
  background-color: #E7F0F7;
  padding: 5rem 0;
}

@media screen and (max-width: 768px) {
  .p-structure {
    padding: 3.125rem 0;
  }
}

.p-structure__subttl {
  font-size: 1.625rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-structure__subttl {
    font-size: 1.375rem;
  }
}

.p-structure__ttl {
  color: #169EDD;
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
  margin-top: 0.625rem;
}

.p-structure__catch {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 1.875rem;
}

@media screen and (max-width: 768px) {
  .p-structure__catch {
    font-size: 3.59vw;
    letter-spacing: 0;
  }
}

.p-structure__item {
  background-color: #ffffff;
  border-radius: 0.75rem;
  display: grid;
  grid-template-columns: 11.875rem auto 11.875rem;
  grid-gap: 1.5625rem 0.625rem;
  padding: 3.75rem 2.375rem 1.875rem;
  position: relative;
}

.p-structure__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.875rem;
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  .p-structure__items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-structure__item {
    padding: 3.75rem 0.625rem 1.875rem 0.625rem;
    grid-template-columns: 26vw auto 26vw;
  }
}

.p-structure__item:nth-child(2).is-active .p-structure__item-entry-ttl {
  background-color: #FF771D;
}

.p-structure__item:nth-child(2).is-active .p-structure__item-entry-ttl dt {
  color: #FF771D;
}

.p-structure__item:nth-child(2).is-active .p-structure__item-entry-txt {
  background-color: #FF771D;
  background-color: #FFEFE2;
}

.p-structure__item.is-active {
  border: 0.25rem solid #F04E79;
  font-weight: 700;
}

.p-structure__item.is-active::before {
  content: "ただいま受付中";
  display: block;
  position: absolute;
  background-color: #F04E79;
  color: #ffffff;
  font-size: 1.4375rem;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3125rem 0.625rem 0.625rem;
  border-bottom-right-radius: 1.25rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item.is-active::before {
    font-size: 1.125rem;
  }
}

.p-structure__item-ttl {
  font-size: 1.875rem;
  font-weight: 700;
  grid-row: 1/2;
  grid-column: 1/4;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-structure__item-ttl {
    font-size: 1.5625rem;
  }
}

.p-structure__item-ttl span {
  color: #169EDD;
}

.p-structure__item-entry {
  border-radius: 0.9375rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-structure__item-entry {
    border-radius: 0.625rem;
  }
}

.p-structure__item-entry-ttl {
  font-weight: 700;
  background-color: #FF771D;
  padding: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item-entry-ttl {
    padding: 0.3125rem;
  }
}

.p-structure__item-entry-ttl dt {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  color: #FF771D;
  font-size: 0.9375rem;
  padding: 0.3125rem;
  border-radius: 0.625rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item-entry-ttl dt {
    font-size: 0.8125rem;
    padding: 0.1875rem 0;
    border-radius: 0.3125rem;
    letter-spacing: 0;
  }
}

.p-structure__item-entry-ttl dd {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  padding-top: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item-entry-ttl dd {
    font-size: 1rem;
    padding-top: 0.1875rem;
    letter-spacing: 0;
  }
}

.p-structure__item-entry-txt {
  color: #FF771D;
  background-color: #FFEFE2;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  padding: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item-entry-txt {
    padding: 0.3125rem;
    font-size: 0.9375rem;
  }
}

.p-structure__item:nth-child(2) .p-structure__item-entry-ttl {
  background-color: #169EDD;
}

.p-structure__item:nth-child(2) .p-structure__item-entry-ttl dt {
  color: #169EDD;
}

.p-structure__item:nth-child(2) .p-structure__item-entry-ttl dd {
  color: #ffffff;
}

.p-structure__item:nth-child(2) .p-structure__item-entry-txt {
  color: #169EDD;
  background-color: #E7F0F7;
}

.p-structure__item-progress-ttl {
  font-weight: 700;
  font-size: 1.125rem;
  color: #6D7785;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-structure__item-progress-ttl {
    font-size: 0.8125rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

.p-structure__item-progress-ttl::after {
  content: "";
  display: block;
  margin: 0.3125rem auto 0.3125rem auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../images/ico_arrow01.svg);
  width: 100%;
  height: 2rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item-progress-ttl::after {
    margin: 0 auto 0.125rem auto;
    height: 1.625rem;
  }
}

.p-structure__item-progress-txt {
  font-size: 0.9375rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-structure__item-progress-txt {
    font-size: 0.75rem;
    line-height: 1.3;
    letter-spacing: 0;
  }
}

.p-structure__item-receiving {
  border-radius: 0.9375rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-structure__item-receiving {
    border-radius: 0.625rem;
  }
}

.p-structure__item-receiving-ttl {
  font-weight: 700;
  background-color: #169EDD;
  padding: 0.9375rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item-receiving-ttl {
    padding: 0.3125rem;
  }
}

.p-structure__item-receiving-ttl dt {
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.3125rem;
  color: #169EDD;
  font-size: 0.9375rem;
  padding: 0.3125rem;
  border-radius: 0.625rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item-receiving-ttl dt {
    font-size: 0.8125rem;
    padding: 0.1875rem 0;
    border-radius: 0.3125rem;
    letter-spacing: 0;
  }
}

.p-structure__item-receiving-ttl dd {
  text-align: center;
  color: #ffffff;
  font-size: 1.25rem;
  padding-top: 0.3125rem;
}

@media screen and (max-width: 768px) {
  .p-structure__item-receiving-ttl dd {
    font-size: 1rem;
    padding-top: 0.1875rem;
    letter-spacing: 0;
  }
}

.p-structure__item-receiving-txt {
  color: #169EDD;
  background-color: #E7F0F7;
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  padding: 1.8125rem 0;
}

@media screen and (max-width: 768px) {
  .p-structure__item-receiving-txt {
    padding: 0.3125rem;
    font-size: 0.9375rem;
    letter-spacing: .06em;
  }
}

.p-structure__item-note {
  font-size: 0.8125rem;
  grid-row: 3/4;
  grid-column: 1/4;
}

.p-structure__lead {
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  .p-structure__lead {
    font-size: 4.5vw;
    width: 110%;
    margin: 1.875rem -5% 0 -5%;
    letter-spacing: 0.025em;
  }
}

.p-structure__lead span {
  color: #169EDD;
}

.p-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 23.4375rem auto;
  gap: 1.25rem;
}

.p-flow__items {
  counter-reset: listnum;
}

@media screen and (min-width: 769px),
print {
  .p-flow__items {
    padding: 0 1.25rem 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-flow__items {
    margin: 5.13vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .p-flow__item {
    display: block;
  }
}

.p-flow__item+.p-flow__item {
  margin-top: 3.125rem;
}

@media screen and (max-width: 768px) {
  .p-flow__item+.p-flow__item {
    margin-top: 10.26vw;
  }
}

.p-flow__item+.p-flow__item:before {
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid #169EDD;
  width: 0.75rem;
  left: 50%;
  bottom: calc(100% + 1.25rem);
  transform: translateX(-50%);
  border-bottom: none;
  position: absolute;
  box-sizing: border-box;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-flow__item+.p-flow__item:before {
    border: 2.56vw solid transparent;
    border-top: 2.56vw solid #169EDD;
    width: 2.56vw;
    bottom: calc(100% + 2.56vw);
  }
}

.p-flow__item-num {
  width: 3.75rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #169EDD;
  line-height: 1;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  font-size: 0.75rem;
}

@media screen and (max-width: 768px) {
  .p-flow__item-num {
    width: 11.79vw;
    font-size: 2.82vw;
  }
}

.p-flow__item-num:after {
  counter-increment: listnum;
  content: counter(listnum);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 150%;
  display: block;
  z-index: 1;
  margin: 0.3125rem 0 -0.125rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-flow__item-num:after {
    margin: 0.77vw 0 -0.77vw;
  }
}

.p-flow__item-img img {
  border-radius: 0.625rem;
}

@media screen and (max-width: 768px) {
  .p-flow__item-img img {
    border-radius: 2.56vw;
  }
}

.p-flow__item-ttl {
  font-weight: 700;
  font-size: 1.4375rem;
}

@media screen and (max-width: 768px) {
  .p-flow__item-ttl {
    margin: 2.56vw 0 0;
    font-size: 4.62vw;
  }
}

.p-flow__item-txt {
  color: #6D7785;
  font-size: 1.125rem;
  margin: 0.625rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-flow__item-txt {
    margin: 1.28vw 0 0;
    font-size: 3.59vw;
  }
}

.p-flow__item-cap {
  margin: 0.625rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-flow__item-cap {
    margin: 1.28vw 0 0;
  }
}

.p-step__item-num {
  width: 3.75rem;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #169EDD;
  line-height: 1;
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  font-size: 0.75rem;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-step__item-num {
    width: 11.79vw;
    font-size: 2.82vw;
  }
}

.p-step__item-num:after {
  counter-increment: listnum;
  content: counter(listnum);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 150%;
  display: block;
  z-index: 1;
  margin: 0.3125rem 0 -0.125rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-step__item-num:after {
    margin: 0.77vw 0 -0.77vw;
  }
}

.p-step__btn {
  width: 20.75rem;
  height: 4.375rem;
  margin: 2.5rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #169EDD;
  border-radius: 4.375rem;
  background: #fff;
  color: #169EDD;
  font-weight: 700;
  cursor: pointer;
}

@media screen and (min-width: 769px),
print {
  .p-step__btn {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 768px) {
  .p-step__btn {
    margin: 7.69vw auto 0;
    width: 79.49vw;
    height: 13.33vw;
    border-radius: 13.33vw;
  }
}

.p-step__btn:after {
  width: 1.4375rem;
  aspect-ratio: 1;
  display: inline-block;
  background: url(../images/ico_search01.svg) center/contain no-repeat;
  margin: 0 0 -0.125rem 1.25rem;
  content: "";
}

@media screen and (max-width: 768px) {
  .p-step__btn:after {
    width: 3.59vw;
    margin: 0 0 -0.51vw 1.28vw;
  }
}

/*# sourceMappingURL=add.css.map */
