*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  cursor: pointer;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

img,
svg {
  width: 100%;
  vertical-align: bottom;
}

label,
input,
select,
option,
textarea,
button {
  cursor: pointer;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input,
select {
  vertical-align: middle;
}

textarea {
  resize: none;
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::-moz-placeholder {
  color: rgba(34, 34, 34, 0.4);
}

::placeholder {
  color: rgba(34, 34, 34, 0.4);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
ul,
li,
dt,
dd,
dl,
th,
td,
time,
label,
input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
}

.l-container {
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 20px #c7c7c7;
          box-shadow: 0px 1px 20px #c7c7c7;
}

.l-inner {
  padding: 0 6rem;
  margin: 0 auto;
}
.u-animation-opacity {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.u-animation-opacity:hover {
  opacity: 0.5;
}

.u-animation-yureru-s {
  -webkit-animation: yureru-s 0.6s ease infinite alternate;
          animation: yureru-s 0.6s ease infinite alternate;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes yureru-s {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}

@keyframes yureru-s {
  from {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
}
.text__red {
  color: #C4302B;
}

.text__border {
  text-decoration: underline;
}

.p-step {
  padding: 5rem 0;
  background-color: rgba(82, 147, 205, 0.15);
}

.p-step__box {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

.p-lead {
  padding: 5rem 0;
  background-color: #fff;
}

.p-lead__header {
  margin-bottom: 2rem;
}

.lead-header__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

.lead-header-heading__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 5rem;
  color: #C4302B;
  margin: 0 2rem;
  text-underline-offset: 1rem;
}

.lead-header-heading__img {
  width: 5rem;
}

.lead-header__text {
  text-align: center;
  font-size: 2.6rem;
  color: #C4302B;
}

.p-lead__text {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}
.p-lead__text > span {
  color: #C4302B;
}

.lead-box__title {
  text-align: center;
  margin-bottom: 4rem;
}

.lead-box__title-img {
  width: 100%;
  max-width: 55rem;
  margin: 0 auto;
}

.lead-box__text {
  padding: 0 5rem;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

.p-lead__video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 375/211;
  margin-bottom: 4rem;
}
.p-lead__video > video {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 375/211;
  z-index: 100;
}

.p-seminar {
  padding: 5rem 0;
  background-color: rgba(82, 147, 205, 0.15);
}

.p-seminar__header {
  margin-bottom: 6rem;
}

.seminar-header__heading {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 45rem;
  margin: 0 auto;
}

.seminar-header-heading__sub-title {
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 10;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: rgba(30, 68, 113, 0.3);
}

.seminar-header-heading__title {
  color: #1E4471;
  position: relative;
  z-index: 10;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 3.5rem;
}

.seminar-header-heading__left-img,
.seminar-header-heading__right-img {
  position: absolute;
  top: 0;
  width: 5rem;
  z-index: 5;
}

.seminar-header-heading__left-img {
  left: 0;
}

.seminar-header-heading__right-img {
  right: 0;
}

.p-seminar__body {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto 2.5rem;
}

.p-seminar__box {
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 3rem 1.5rem 2.5rem;
  margin-bottom: 3.5rem;
}

.p-seminar__box:last-of-type {
  margin-bottom: 0;
}

.seminar-box__number {
  font-family: "Carattere", cursive;
  font-style: italic;
  font-size: 4.5rem;
  color: #1E4471;
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.seminar-box__text {
  font-size: 2.6rem;
}

.p-seminar__text {
  text-align: center;
  color: #1E4471;
  font-size: 2.8rem;
}

.p-privilege {
  padding: 5rem 0;
  background-color: #1F107C;
}

.p-privilege__header {
  margin-bottom: 5rem;
}

.privilege-header__heading {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
}

.privilege-header-heading__sub-title {
  letter-spacing: 0.5rem;
  position: relative;
  z-index: 10;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: rgba(255, 255, 255, 0.5);
}

.privilege-header-heading__title {
  position: relative;
  z-index: 10;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 4rem;
  color: #fff;
}

.privilege-header-heading__left-img,
.privilege-header-heading__right-img {
  position: absolute;
  top: 2rem;
  width: 5.3rem;
  z-index: 5;
}

.privilege-header-heading__left-img {
  left: 0;
}

.privilege-header-heading__right-img {
  right: 0;
}

.p-privilege__body {
  width: 100%;
  max-width: 64rem;
  margin: 0 auto;
}

.p-privilege__box {
  text-align: center;
  background-color: #fff;
  padding: 4rem 2rem;
  margin-bottom: 3.5rem;
  border-radius: 2rem;
}

.p-privilege__box:last-of-type {
  margin-bottom: 0;
}

.privilege-box__title {
  width: 100%;
  max-width: 25rem;
  margin: 0 auto 3rem;
}

.privilege-box__figure {
  width: 100%;
  max-width: 34rem;
  margin: 0 auto 3rem;
}

.p-privilege__box:first-of-type .privilege-box__figure,
.p-privilege__box:nth-of-type(2) .privilege-box__figure,
.p-privilege__box:nth-of-type(3) .privilege-box__figure {
  text-align: center;
  max-width: 100%;
}

.p-privilege__box:first-of-type .privilege-box__img,
.p-privilege__box:nth-of-type(2) .privilege-box__img,
.p-privilege__box:nth-of-type(3) .privilege-box__img {
  max-width: 34rem;
  margin-right: 8rem;
}

.privilege-box__sub-text {
  color: #1F107C;
  font-size: 2.8rem;
}

.privilege-box__text {
  font-size: 3rem;
}

.p-cta {
  padding: 4rem 0 5rem;
  background-color: #fff;
}

.p-cta__inner {
  padding: 0 1.5rem;
}

.p-cta__container {
  max-width: 65rem;
  margin: 0 auto;
}

.p-cta__arrow-wrap {
  width: 5rem;
  margin: 0 auto 2.5rem;
}

.p-cta__limit-title {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}

.p-cta__timer {
  text-align: center;
  margin-bottom: 4rem;
}

.p-cta__link {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.p-cta__note {
  text-align: center;
  text-decoration: underline;
  color: #C4302B;
  font-size: 2.5rem;
}

.p-cta__time-text .hurrytimer-cdt__headline.hurrytimer-headline {
  color: #000 !important;
  margin: 0 !important;
  font-size: 3rem !important;
  line-height: 1;
}
.p-cta__time-text .hurrytimer-cdt {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.p-cta__time-text .hurrytimer-timer-digit {
  font-size: 5rem !important;
  line-height: 1 !important;
}
.p-cta__time-text .hurrytimer-timer-label {
  font-size: 3rem !important;
  line-height: 1 !important;
}

.p-line {
  padding: 5rem 0;
  background-image: url(../images/image_line_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-line__mb {
  margin-bottom: 1rem;
}

.p-line__inner {
  padding: 0 3rem;
}

.p-line__container {
  max-width: 65rem;
  margin: 0 auto;
}

.p-line__icon-wrap {
  width: 9rem;
  margin: 0 auto 1.5rem;
}

.p-line__title {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 3rem;
  text-decoration: underline;
  text-underline-offset: 0.6rem;
}

.p-line__text {
  text-align: center;
  color: #06AA49;
  font-size: 2.4rem;
  border-radius: 10px;
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 3rem;
}

.p-line__lead {
  text-align: center;
  color: #fff;
  font-size: 2.3rem;
  margin-bottom: 3rem;
}

.p-line__link {
  display: block;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
}

.p-block {
  padding: 4rem 0;
  margin-bottom: 2rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-block__inner {
  padding: 0 6rem;
}

.p-block__container {
  background-color: #fff;
  padding: 4rem;
}

.p-block__content h3 {
  width: 100%;
  max-width: 100%;
  font-size: 3rem;
  color: #5293CD;
  border: 1px solid #5293CD;
  padding: 0.5rem 1.5rem;
  margin-bottom: 4rem;
}
.p-block__content p {
  line-height: 1.6;
  font-size: 2.6rem;
  margin-bottom: 3.5rem;
}
.p-block__content p:last-of-type {
  margin-bottom: 0;
}
.p-block__content .block-content__figure {
  width: 100%;
  max-width: 45rem;
  margin: 0 auto 3rem;
}
.p-block__content .block-content__label {
  display: inline-block;
  color: #fff;
  background-color: #5293CD;
  font-size: 2.8rem;
  padding: 0.5rem 0.8rem;
  margin-bottom: 1rem;
}
.p-block__content .block-content__list {
  margin-bottom: 4.5rem;
}
.p-block__content .block-content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}
.p-block__content .block-content__img-wrap {
  width: 3.4rem;
  margin-right: 1rem;
  margin-top: 1rem;
}
.p-block__content .block-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #5293CD;
  font-size: 3rem;
}

.p-block-header {
  padding-top: 4rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-block-header__mt {
  margin-top: 2rem;
}

.p-block-header__pb {
  padding-bottom: 4rem;
}

.p-block-header__inner {
  padding: 0 6rem;
}

.p-block-header__container {
  background-color: #fff;
  padding: 4rem;
}

.p-block-header__headline {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
.p-block-header__headline h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  font-size: 2.8rem;
}
.p-block-header__headline h2 span {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  z-index: 10;
}
.p-block-header__headline .text__28 {
  font-size: 3.8rem;
}
.p-block-header__headline .text__25 {
  font-size: 3.5rem;
}
.p-block-header__headline .text__23 {
  font-size: 3.3rem;
}
.p-block-header__headline .text__20 {
  font-size: 3rem;
}
.p-block-header__headline .text__18 {
  font-size: 2.8rem;
}
.p-block-header__headline .block-header-headline__left-img {
  position: absolute;
  width: 4.8rem;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-block-header__headline .block-header-headline__right-img {
  position: absolute;
  width: 4.8rem;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.p-offer {
  padding: 5rem 0;
  background-color: #1E4471;
}

.offer-box__text {
  text-align: center;
  color: #1E4471;
  padding: 0.5rem;
  font-size: 2.6rem;
  width: 100%;
  max-width: 65rem;
  margin: 0 auto 2.5rem;
  background-color: #fff;
}

.offer-box__title {
  width: 100%;
  max-width: 65rem;
  margin: 0 auto;
}

.p-ele {
  padding: 5rem 0;
  background-color: #fff;
}

.ele-box__text {
  text-align: center;
  color: #1E4471;
  font-size: 2.8rem;
}

.p-voice {
  padding: 5rem 0;
  background-color: rgba(82, 147, 205, 0.15);
}

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

.voice-box__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  color: #1E4471;
  font-size: 3.5rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  margin-bottom: 3.5rem;
}

.voice-box__name {
  color: #1E4471;
  font-size: 3rem;
  margin-bottom: 2.5rem;
}

.voice-box__text {
  font-size: 2.6rem;
  margin-bottom: 3rem;
}

.p-voice__video {
  width: 100%;
  max-width: 60rem;
  aspect-ratio: 315/177;
  margin: 0 auto;
}
.p-voice__video > iframe {
  width: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 315/177;
  z-index: 100;
}

.p-join {
  padding: 5rem 0 0;
  background-color: #fff;
}

.p-join__inner {
  padding: 0 4rem;
}

.p-join__container {
  padding: 0 4rem;
}

.join-box__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  color: #1E4471;
  font-size: 3.5rem;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
  margin-bottom: 3.5rem;
}

.p-join p {
  line-height: 1.6;
  font-size: 2.6rem;
  margin-bottom: 3.5rem;
}
.p-join p:last-of-type {
  margin-bottom: 0;
}

.join-box__list {
  margin-bottom: 4.5rem;
}

.join-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

.join-box__img-wrap {
  width: 3.4rem;
  margin-right: 1rem;
  margin-top: 1rem;
}

.join-box__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #5293CD;
  font-size: 3rem;
}

.p-cta-floating {
  max-width: 108rem;
  margin: 0 auto;
  padding: 0.5rem 3rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.5);
}

.p-cta-floating__container {
  width: 100%;
  max-width: 35rem;
  margin: 0 auto;
}

.p-cta-floating__timer {
  text-align: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-cta-floating__time-title {
  color: #fff;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
}

.p-cta-floating__link {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.cta-floating__text {
  text-align: center;
  color: #fff;
  color: #000;
  font-size: 2rem;
  margin-top: -2.5rem;
  text-decoration: underline;
}

.p-cta-floating__time-text .hurrytimer-headline {
  color: #000 !important;
  margin: 0 !important;
  font-size: 1.6rem !important;
  line-height: 1;
}
.p-cta-floating__time-text .hurrytimer-cdt {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.p-cta-floating__time-text .hurrytimer-timer-digit {
  color: #fff !important;
  color: #000 !important;
  font-size: 2.8rem !important;
  line-height: 1 !important;
}
.p-cta-floating__time-text .hurrytimer-timer-label {
  color: #fff !important;
  color: #000 !important;
  font-size: 1.6rem !important;
  line-height: 1 !important;
}

.hurrytimer-campaign {
  display: block !important;
  margin: 0 auto;
  padding: 0 0 !important;
}

.hurrytimer-timer {
  position: relative;
  vertical-align: baseline !important;
}

.hurrytimer-timer-sep {
  display: none !important;
}

.hurrytimer-timer-block {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
  margin: 0 1px !important;
}

.hurrytimer-headline {
  margin: 0 5px 0 0;
}

@media screen and (max-width:1400px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width:767px) {
  html {
    font-size: 2.6666666667vw;
  }
  .l-inner {
    padding: 0 3rem;
  }
  .p-step {
    padding: 3rem 0;
  }
  .p-step__box {
    max-width: 34.5rem;
  }
  .p-lead {
    padding: 3rem 0;
  }
  .p-lead__header {
    margin-bottom: 1.6rem;
  }
  .lead-header__heading {
    margin-bottom: 1rem;
  }
  .lead-header-heading__title {
    font-size: 3rem;
    margin: 0 1.5rem;
    text-underline-offset: 0.6rem;
  }
  .lead-header-heading__img {
    width: 2.6rem;
  }
  .lead-header__text {
    font-size: 1.6rem;
  }
  .p-lead__text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .lead-box__title-img {
    max-width: 34.5rem;
  }
  .lead-box__text {
    padding: 0;
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
  .p-lead__video {
    margin-bottom: 3rem;
  }
  .p-seminar {
    padding: 3rem 0;
  }
  .p-seminar__header {
    margin-bottom: 4rem;
  }
  .seminar-header__heading {
    max-width: 100%;
  }
  .seminar-header-heading__sub-title {
    font-size: 1.4rem;
  }
  .seminar-header-heading__title {
    font-size: 2.5rem;
  }
  .seminar-header-heading__left-img,
.seminar-header-heading__right-img {
    width: 4rem;
  }
  .p-seminar__body {
    max-width: 34.5rem;
    margin: 0 auto 1.5rem;
  }
  .p-seminar__box {
    padding: 2rem 0.5rem 1.5rem;
    margin-bottom: 2.5rem;
  }
  .seminar-box__number {
    top: -3rem;
    font-size: 4rem;
  }
  .seminar-box__text {
    font-size: 1.6rem;
  }
  .p-seminar__text {
    font-size: 1.8rem;
  }
  .p-privilege {
    padding: 3rem 0;
  }
  .p-privilege__header {
    margin-bottom: 2.5rem;
  }
  .privilege-header__heading {
    max-width: 100%;
  }
  .privilege-header-heading__sub-title {
    font-size: 1.4rem;
  }
  .privilege-header-heading__title {
    font-size: 3rem;
  }
  .privilege-header-heading__left-img,
.privilege-header-heading__right-img {
    width: 4.3rem;
  }
  .privilege-header-heading__left-img {
    left: 1rem;
  }
  .privilege-header-heading__right-img {
    right: 1rem;
  }
  .p-privilege__body {
    max-width: 34.5rem;
  }
  .p-privilege__box {
    padding: 2rem 1rem;
    margin-bottom: 2.5rem;
  }
  .privilege-box__title {
    max-width: 15rem;
    margin: 0 auto 2rem;
  }
  .privilege-box__figure {
    max-width: 24rem;
    margin: 0 auto 2rem;
  }
  .p-privilege__box:first-of-type .privilege-box__figure,
.p-privilege__box:nth-of-type(2) .privilege-box__figure,
.p-privilege__box:nth-of-type(3) .privilege-box__figure {
    max-width: 100%;
  }
  .p-privilege__box:first-of-type .privilege-box__img,
.p-privilege__box:nth-of-type(2) .privilege-box__img,
.p-privilege__box:nth-of-type(3) .privilege-box__img {
    max-width: 22rem;
    margin-right: 6.5rem;
  }
  .privilege-box__sub-text {
    font-size: 1.8rem;
  }
  .privilege-box__text {
    font-size: 2rem;
  }
  .p-cta {
    padding: 2rem 0 3rem;
  }
  .p-cta__inner {
    padding: 0 0.5rem;
  }
  .p-cta__container {
    max-width: 100%;
  }
  .p-cta__arrow-wrap {
    width: 3.5rem;
    margin: 0 auto 2rem;
  }
  .p-cta__limit-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
  .p-cta__timer {
    margin-bottom: 2rem;
  }
  .p-cta__link {
    max-width: 31rem;
    margin: 0 auto 1rem;
  }
  .p-cta__note {
    font-size: 1.7rem;
  }
  .p-cta__time-text .hurrytimer-cdt__headline.hurrytimer-headline {
    font-size: 2rem !important;
  }
  .p-cta__time-text .hurrytimer-timer-digit {
    font-size: 3.5rem !important;
  }
  .p-cta__time-text .hurrytimer-timer-label {
    font-size: 2rem !important;
  }
  .p-line {
    padding: 3rem 0;
  }
  .p-line__mb {
    margin-bottom: 1rem;
  }
  .p-line__inner {
    padding: 0 1rem;
  }
  .p-line__container {
    max-width: 100%;
  }
  .p-line__icon-wrap {
    width: 6.2rem;
    margin: 0 auto 1rem;
  }
  .p-line__title {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .p-line__text {
    font-size: 1.7rem;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }
  .p-line__lead {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .p-line__link {
    max-width: 31.5rem;
  }
  .p-block {
    padding: 2rem 0;
    margin-bottom: 1rem;
  }
  .p-block__inner {
    padding: 0 1rem;
  }
  .p-block__container {
    padding: 2rem 1rem;
  }
  .p-block__content h3 {
    font-size: 2rem;
    padding: 0.5rem 1.5rem;
    margin-bottom: 3rem;
  }
  .p-block__content p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .p-block__content .block-content__figure {
    max-width: 28rem;
    margin: 0 auto 2rem;
  }
  .p-block__content .block-content__label {
    font-size: 1.8rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .p-block__content .block-content__list {
    margin-bottom: 3.5rem;
  }
  .p-block__content .block-content__item {
    margin-bottom: 2rem;
  }
  .p-block__content .block-content__img-wrap {
    width: 2.4rem;
    margin-top: 1rem;
  }
  .p-block__content .block-content__text {
    font-size: 2rem;
  }
  .p-block-header {
    padding-top: 2rem;
  }
  .p-block-header__mt {
    margin-top: 1rem;
  }
  .p-block-header__pb {
    padding-bottom: 2rem;
  }
  .p-block-header__inner {
    padding: 0 1rem;
  }
  .p-block-header__container {
    padding: 2rem 1rem;
  }
  .p-block-header__headline {
    max-width: 100%;
  }
  .p-block-header__headline h2 {
    font-size: 1.8rem;
  }
  .p-block-header__headline .text__28 {
    font-size: 2.8rem;
  }
  .p-block-header__headline .text__25 {
    font-size: 2.5rem;
  }
  .p-block-header__headline .text__23 {
    font-size: 2.3rem;
  }
  .p-block-header__headline .text__20 {
    font-size: 2rem;
  }
  .p-block-header__headline .text__18 {
    font-size: 1.8rem;
  }
  .p-block-header__headline .block-header-headline__left-img {
    width: 3.8rem;
    top: -1rem;
    left: 0;
  }
  .p-block-header__headline .block-header-headline__right-img {
    width: 3.8rem;
    bottom: -1rem;
    right: 0;
  }
  .p-offer {
    padding: 3rem 0;
  }
  .offer-box__text {
    font-size: 1.6rem;
    max-width: 34.5rem;
    margin: 0 auto 1.5rem;
  }
  .offer-box__title {
    max-width: 34.5rem;
  }
  .p-ele {
    padding: 3rem 0;
  }
  .ele-box__text {
    font-size: 1.8rem;
  }
  .p-voice {
    padding: 3rem 0;
  }
  .voice-box__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .voice-box__name {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .voice-box__text {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-voice__video {
    max-width: 31.5rem;
  }
  .p-join {
    padding: 3rem 0 0;
  }
  .p-join__inner {
    padding: 0 2rem;
  }
  .p-join__container {
    padding: 0 1rem;
  }
  .join-box__title {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .p-join p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .join-box__list {
    margin-bottom: 3.5rem;
  }
  .join-box__item {
    margin-bottom: 2rem;
  }
  .join-box__img-wrap {
    width: 2.4rem;
    margin-top: 1rem;
  }
  .join-box__text {
    font-size: 2rem;
  }
  .p-cta-floating {
    padding: 0.5rem;
  }
  .p-cta-floating__container {
    max-width: 28rem;
  }
  .p-cta-floating__timer {
    padding: 0.5rem;
    margin-bottom: 0;
  }
  .p-cta-floating__time-title {
    font-size: 1.3rem;
  }
  .p-cta-floating__link {
    max-width: 24rem;
  }
  .cta-floating__text {
    font-size: 1.3rem;
    margin-top: -1.5rem;
  }
  .p-cta-floating__time-text .hurrytimer-headline {
    font-size: 1.3rem !important;
  }
  .p-cta-floating__time-text .hurrytimer-timer-digit {
    font-size: 2.2rem !important;
  }
  .p-cta-floating__time-text .hurrytimer-timer-label {
    font-size: 1.3rem !important;
  }
}

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

@media screen and (max-width: 768px) {
  .u-under__none {
    display: none !important;
  }
}
/***231229追加（動画の埋め込み）***/
.iframe-wrapper {
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
}
.iframe-wrapper iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0
	left:0
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
	max-width: 560px;
	margin: 0 auto;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}