*,
*::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: 700;
  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__accent {
  color: #232EAC;
}

.text__red {
  color: #CD000C;
}

.text__border {
  text-decoration: underline;
}

.p-lead {
  padding: 5rem 0 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-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.4rem;
  color: #C4302B;
  text-decoration: underline;
}

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

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

.lead-box__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3.5rem;
  height: 6rem;
  margin-bottom: 1rem;
  color: #ffF;
  background-color: #000;
}

.lead-box__label-text {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}

.lead-box__text {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.lead-box__text:last-of-type {
  margin-bottom: 0;
}

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

.lead-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}

.lead-box__item:last-of-type {
  margin-bottom: 0;
}

.lead-box__item-check {
  width: 3.2rem;
  margin-right: 0.5rem;
}

.lead-box__item-text {
  font-size: 2.7rem;
}

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

.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__text {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 4rem;
}
.p-cta__text .p-cta__text-label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.8rem;
  color: #fff;
  background-color: #232EAC;
}

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

.p-cta__limit-title {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.3em;
  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-consulting {
  padding-top: 5rem;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-consulting__header {
  margin-bottom: 3rem;
}

.consulting-header__heading {
  text-align: center;
}

.consulting-header-heading__title {
  font-size: 3.5rem;
}

.p-consulting__box:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.p-consulting__box:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.2);
}

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

.consulting-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 60rem;
  padding: 2.8rem 3rem;
  margin: 0 auto;
}

.consulting-box__check {
  width: 4.6rem;
  margin-right: 2rem;
}

.consulting-box__text {
  font-size: 2.6rem;
}
.consulting-box__text span {
  color: #232EAC;
}

.p-privilege {
  padding: 8rem 0 5rem;
  background-color: rgba(0, 0, 0, 0.5);
}

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

.privilege-header__text {
  position: absolute;
  top: -11rem;
  left: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40rem;
  height: 6rem;
  text-align: center;
  font-size: 3rem;
  color: #fff;
  background-color: #000;
}

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

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

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

.p-privilege__box {
  text-align: center;
  background-color: #fff;
  padding: 4rem;
  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: 30rem;
  margin: 0 auto 3rem;
}

.p-privilege__box:nth-of-type(8) .privilege-box__figure,
.p-privilege__box:nth-of-type(9) .privilege-box__figure,
.p-privilege__box:nth-of-type(10) .privilege-box__figure,
.p-privilege__box:nth-of-type(11) .privilege-box__figure,
.p-privilege__box:nth-of-type(12) .privilege-box__figure,
.p-privilege__box:nth-of-type(13) .privilege-box__figure {
  max-width: 34rem;
}

.privilege-box__text {
  font-size: 2.6rem;
  margin-bottom: 2rem;
}

.privilege-box__main-text {
  font-size: 3.3rem;
}

.privilege-box__label {
  font-size: 3rem;
  max-width: 100%;
  padding: 1rem;
  margin: 0 auto;
  color: #fff;
  background-color: rgba(69, 69, 69, 0.8);
}

.p-result {
  padding: 5rem 0;
  background-color: rgba(0, 0, 0, 0.1);
}

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

.p-result__body {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
}

.result-header__heading {
  text-align: center;
  margin-bottom: 4.5rem;
}

.result-header-heading__title {
  font-size: 3rem;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.p-result__body {
  margin-bottom: 4rem;
}

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

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

.result-box__figure {
  margin-bottom: 2rem;
}

.result-box__title {
  color: #232EAC;
  font-size: 2.8rem;
  margin-bottom: 0.5rem;
}

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

.p-result__text {
  text-align: center;
}
.p-result__text span {
  font-size: 2.7rem;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  background-color: #232EAC;
}
.p-result__text .p-result__text-accent {
  color: #FFF000;
}

.p-recommend {
  padding: 5rem 0;
}

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

.recommend-header__heading {
  text-align: center;
  margin-bottom: 4.5rem;
}

.recommend-header-heading__title {
  font-size: 3rem;
}
.recommend-header-heading__title span {
  text-decoration: underline;
  text-underline-offset: 10px;
}

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

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

.recommend-box__figure {
  margin-bottom: 2rem;
}

.p-recommend__list {
  width: 100%;
  max-width: 55rem;
  padding: 3rem;
  margin: 0 auto 3rem;
  border: 2px solid #000;
}

.p-recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2rem;
}

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

.p-recommend__item-check {
  width: 3.2rem;
  margin-right: 0.5rem;
}

.p-recommend__item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.7rem;
}
.p-recommend__item-text span {
  color: #232EAC;
}

.p-recommend__text {
  text-align: center;
  font-size: 2.6rem;
}

.p-tv {
  padding: 5rem 0;
  background-color: rgba(35, 46, 172, 0.1);
}

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

.tv-header__heading {
  text-align: center;
  margin-bottom: 4.5rem;
}

.tv-header-heading__title {
  font-size: 3rem;
  color: #232EAC;
  text-decoration: underline;
  text-underline-offset: 10px;
}

.p-tv__body {
  width: 100%;
  max-width: 66rem;
  margin: 0 auto;
}

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

.p-tv__figure:nth-of-type(2) {
  margin-bottom: 3rem;
}

.p-tv__text {
  text-align: center;
  font-size: 2.6rem;
}
.p-tv__text span {
  color: #232EAC;
}

.p-career__header {
  text-align: center;
  padding: 4rem 3rem 3rem;
}

.career-header__text {
  font-size: 2.6rem;
}

.p-career__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
  color: #ffF;
  height: 6rem;
  background-color: #000;
}

.p-career__body {
  width: 100%;
  padding: 3rem;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.1);
}

.p-career__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 66rem;
  padding: 2rem 3rem;
  margin: 0 auto 2rem;
  border: 1px solid #000;
  background-color: #ffF;
  border-radius: 1rem;
}

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

.career-box__text {
  font-size: 2.7rem;
  font-weight: 900;
}

.career-box__title {
  font-size: 2.7rem;
  font-weight: 900;
}
.career-box__title span {
  color: #CD000C;
  font-size: 3.2rem;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF000));
  background: linear-gradient(transparent 60%, #FFF000 60%);
}

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

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

.p-block-header__container {
  width: 100%;
  max-width: 66rem;
  padding: 2rem;
  margin: 0 auto;
  border-top: 2px solid #232EAC;
  border-bottom: 2px solid #232EAC;
  background-color: #fff;
}

.p-block-header__headline h2 {
  text-align: center;
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
}

.p-block {
  padding: 4rem 0;
  background-color: rgba(35, 46, 172, 0.1);
}

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

.p-block__container {
  width: 100%;
  max-width: 66rem;
  padding: 4rem 3rem;
  margin: 0 auto;
  background-color: #fff;
}

.p-block__content .block-content__label {
  display: inline-block;
  color: #fff;
  background-color: #232EAC;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  padding: 0.5rem 0.8rem;
  margin-bottom: 1rem;
}
.p-block__content p {
  line-height: 1.5;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 3.5rem;
}
.p-block__content p span {
  font-family: "Noto Serif JP", serif;
}
.p-block__content p:last-of-type {
  text-align: right;
  margin-bottom: 0;
}

.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: 3rem;
  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.8rem;
  margin-bottom: 3rem;
}
.p-line__lead span {
  color: #FFF000;
}

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

.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(69, 69, 69, 0.8);
}

.p-cta-floating__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

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

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

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

.p-cta-floating__time-text .hurrytimer-headline {
  color: #fff !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;
  font-size: 2.8rem !important;
  line-height: 1 !important;
}
.p-cta-floating__time-text .hurrytimer-timer-label {
  color: #fff !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-lead {
    padding: 3rem 0 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.4rem;
  }
  .p-lead__text {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .lead-box__title {
    max-width: 34.5rem;
  }
  .lead-box__label {
    font-size: 2.5rem;
    height: 4rem;
  }
  .lead-box__label-text {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
  .lead-box__text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .lead-box__list {
    max-width: 33rem;
    margin: 0 auto 2rem;
  }
  .lead-box__item {
    margin-bottom: 1rem;
  }
  .lead-box__item-check {
    width: 2.2rem;
    margin-right: 0.5rem;
  }
  .lead-box__item-text {
    font-size: 1.7rem;
  }
  .p-lead__video {
    margin-bottom: 4rem;
  }
  .p-cta {
    padding: 3rem 0 4rem;
  }
  .p-cta__inner {
    padding: 0 0.5rem;
  }
  .p-cta__container {
    max-width: 100%;
  }
  .p-cta__text {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
  .p-cta__text .p-cta__text-label {
    padding: 0.2rem 0.5rem;
  }
  .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-consulting {
    padding-top: 2rem;
  }
  .p-consulting__header {
    margin-bottom: 2rem;
  }
  .consulting-header-heading__title {
    font-size: 2.5rem;
  }
  .consulting-box__inner {
    max-width: 100%;
    padding: 1.8rem 2rem;
  }
  .consulting-box__check {
    width: 3.6rem;
    margin-right: 1rem;
  }
  .consulting-box__text {
    font-size: 1.6rem;
  }
  .p-privilege {
    padding: 5rem 0 3rem;
  }
  .p-privilege__header {
    margin-bottom: 2.5rem;
  }
  .privilege-header__text {
    top: -7rem;
    left: 9%;
    width: 31.5rem;
    height: 4.3rem;
    font-size: 2rem;
  }
  .privilege-header__heading {
    max-width: 100%;
    padding: 0 1rem;
  }
  .p-privilege__inner {
    padding: 0 1.5rem;
  }
  .p-privilege__body {
    max-width: 100%;
    margin: 0 auto 1.5rem;
  }
  .p-privilege__box {
    padding: 3rem 1.5rem;
    margin-bottom: 2.5rem;
  }
  .privilege-box__title {
    max-width: 18rem;
    margin: 0 auto 2rem;
  }
  .privilege-box__figure {
    max-width: 23rem;
    margin: 0 auto 2rem;
  }
  .p-privilege__box:nth-of-type(8) .privilege-box__figure,
.p-privilege__box:nth-of-type(9) .privilege-box__figure,
.p-privilege__box:nth-of-type(10) .privilege-box__figure,
.p-privilege__box:nth-of-type(11) .privilege-box__figure,
.p-privilege__box:nth-of-type(12) .privilege-box__figure,
.p-privilege__box:nth-of-type(13) .privilege-box__figure {
    max-width: 26rem;
  }
  .privilege-box__text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .privilege-box__main-text {
    font-size: 2.3rem;
  }
  .privilege-box__label {
    max-width: 30.5rem;
    font-size: 2rem;
    padding: 0.5rem;
  }
  .p-result {
    padding: 3rem 0;
  }
  .p-result__inner {
    padding: 0 2rem;
  }
  .p-result__body {
    max-width: 100%;
  }
  .result-header__heading {
    margin-bottom: 3.5rem;
  }
  .result-header-heading__title {
    font-size: 2rem;
  }
  .p-result__body {
    margin-bottom: 3rem;
  }
  .p-result__box {
    margin-bottom: 3rem;
  }
  .result-box__figure {
    margin-bottom: 1rem;
  }
  .result-box__title {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  .result-box__text {
    font-size: 1.6rem;
  }
  .p-result__text span {
    font-size: 1.7rem;
  }
  .p-recommend {
    padding: 3rem 0;
  }
  .p-recommend__inner {
    padding: 0 2rem;
  }
  .recommend-header__heading {
    margin-bottom: 3.5rem;
  }
  .recommend-header-heading__title {
    font-size: 2rem;
  }
  .p-recommend__box {
    margin-bottom: 3rem;
  }
  .recommend-box__figure {
    margin-bottom: 1rem;
  }
  .p-recommend__list {
    max-width: 33rem;
    padding: 2rem;
    margin: 0 auto 2rem;
  }
  .p-recommend__item {
    margin-bottom: 1rem;
  }
  .p-recommend__item-check {
    width: 2.2rem;
    margin-right: 0.5rem;
  }
  .p-recommend__item-text {
    font-size: 1.7rem;
  }
  .p-recommend__text {
    font-size: 1.6rem;
  }
  .p-tv {
    padding: 3rem 0;
  }
  .p-tv__inner {
    padding: 0 2rem;
  }
  .tv-header__heading {
    margin-bottom: 3.5rem;
  }
  .tv-header-heading__title {
    font-size: 2rem;
  }
  .p-tv__body {
    max-width: 100%;
  }
  .p-tv__figure {
    margin-bottom: 1rem;
  }
  .p-tv__figure:nth-of-type(2) {
    margin-bottom: 2rem;
  }
  .p-tv__text {
    font-size: 1.6rem;
  }
  .p-career__header {
    padding: 3rem 2rem 2rem;
  }
  .career-header__text {
    font-size: 1.6rem;
  }
  .p-career__label {
    font-size: 2rem;
    height: 4.2rem;
  }
  .p-career__body {
    max-width: 100%;
    padding: 2rem;
  }
  .p-career__box {
    max-width: 100%;
    padding: 1rem 2rem;
    margin: 0 auto 1rem;
  }
  .career-box__text {
    font-size: 1.7rem;
  }
  .career-box__title {
    font-size: 1.7rem;
  }
  .career-box__title span {
    font-size: 2.2rem;
  }
  .p-block-header {
    padding-top: 2rem;
  }
  .p-block-header__inner {
    padding: 0 2rem;
  }
  .p-block-header__container {
    max-width: 100%;
    padding: 1rem;
  }
  .p-block-header__headline h2 {
    font-size: 2rem;
  }
  .p-block {
    padding: 2rem 0;
  }
  .p-block__inner {
    padding: 0 1rem;
  }
  .p-block__container {
    max-width: 100%;
    padding: 3rem 2rem;
  }
  .p-block__content .block-content__label {
    font-size: 1.6rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
  }
  .p-block__content p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }
  .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: 2rem;
    margin-bottom: 1.5rem;
  }
  .p-line__text {
    font-size: 1.7rem;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
  }
  .p-line__lead {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .p-line__link {
    max-width: 31.5rem;
  }
  .p-cta-floating {
    padding: 0.3rem 0.5rem;
  }
  .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: 30rem;
  }
  .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: 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;
  }
}