@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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%;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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;
}

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

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

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  cursor: pointer;
}

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

/*------------------------------------------------------------------------------
  base
------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  margin: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem;
  }
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
  max-width: 100%;
  -webkit-user-drag: none;
}

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
a:hover {
  opacity: 0.85;
}

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

.tb {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .tb {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/*------------------------------------------------------------------------------
  WordPress調整用
------------------------------------------------------------------------------*/
#header-box {
  width: 100% !important;
  padding-right: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.95);
}

#drawernav3 ul.menu-box li.menu-item ul.sub-menu li.menu-item {
  padding-top: 0;
}

#drawernav3 ul.menu-box li.menu-item ul.sub-menu li.menu-item a {
  padding: 16px 24px 16px 18px;
}

.is-documentBtn,
.is-lineBtn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100%;
  height: 100px;
  display: block;
  cursor: pointer;
  padding: 0 !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 900px) {
  .is-documentBtn,
  .is-lineBtn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 82px;
            flex: 0 0 82px;
    width: 82px;
    height: 82px;
  }
}
@media screen and (max-width: 767px) {
  .is-documentBtn,
  .is-lineBtn {
    width: 100%;
    max-width: 320px;
  }
}
.is-documentBtn:hover,
.is-lineBtn:hover {
  opacity: 0.8;
}
.is-documentBtn a,
.is-lineBtn a {
  display: block;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  padding: 0 !important;
}
.is-documentBtn a::after,
.is-lineBtn a::after {
  content: none !important;
}

.is-documentBtn {
  background-image: url(/wp-content/themes/jin-child/assets//img/header-docu.jpg) !important;
}
@media screen and (max-width: 767px) {
  .is-documentBtn {
    background-image: url(wp-content/themes/jin-child/assets//img/header-docu_sp.jpg) !important;
    margin-bottom: 8px;
  }
}

.is-lineBtn {
  background-image: url(wp-content/themes/jin-child/assets//img/header-line.jpg?ver1.0) !important;
}
@media screen and (max-width: 767px) {
  .is-lineBtn {
    background-image: url(wp-content/themes/jin-child/assets//img/header-line_sp.jpg) !important;
  }
}

/*------------------------------------------------------------------------------
  common
------------------------------------------------------------------------------*/
#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}

.l-main {
  display: block;
  background-color: transparent;
}

#wrapper .l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-main__common-section {
  padding: 12.8rem 0;
}
@media screen and (max-width: 767px) {
  .l-main__common-section {
    padding: 6.4rem 0;
  }
}

/*------------------------------------------------------------------------------
  l-header
------------------------------------------------------------------------------*/
.l-header {
  width: 100%;
}

.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 20px 50px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 16px;
  }
}

.l-header__logo {
  display: block;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 140px;
  }
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__nav-item {
  margin-right: 15px;
}
.l-header__nav-item:last-child {
  margin-right: 25px;
}

/* 1023px
--------------------------------------------- */
@media only screen and (max-width: 1023px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 999;
    width: 0;
    height: 100vh;
    -webkit-transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.55s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgba(235, 240, 243, 0.95);
    margin-right: 0;
  }
  .l-header__nav.open {
    display: block;
    opacity: 1;
    width: 100%;
    z-index: 99;
  }
  .l-header__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    width: 100%;
  }
  .l-header__nav-item {
    margin: 0 auto 40px;
    width: 100%;
  }
}
/*------------------------------------------------------------------------------
  l-footer
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
  c-inner
------------------------------------------------------------------------------*/
.c-inner {
  max-width: 116rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}

.c-inner--lg {
  max-width: 1240px;
}

/*------------------------------------------------------------------------------
  c-btn
------------------------------------------------------------------------------*/
.c-btn {
  max-width: 46rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 33rem;
  }
}

.c-btn--sm {
  max-width: 34rem;
}
@media screen and (max-width: 767px) {
  .c-btn--sm {
    max-width: 30rem;
  }
}
.c-btn--sm .c-btn__link {
  max-width: 34rem;
  height: 6.2rem;
}
@media screen and (max-width: 767px) {
  .c-btn--sm .c-btn__link {
    max-width: 30rem;
    height: 5.6rem;
  }
}
.c-btn--sm .c-btn__text {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn--sm .c-btn__text {
    font-size: 1.6rem;
  }
}

.c-btn__copy {
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #282E5C;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 0.8rem 1.6rem;
  background-color: #FFE401;
  pointer-events: none;
  position: relative;
  top: 6px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-btn__copy {
    font-size: 1.3rem;
    border-radius: 4px;
    padding: 0.6rem 1.4rem;
  }
}
.c-btn__copy::before {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .c-btn__copy::before {
    bottom: -11px;
    width: 27px;
    height: 23px;
  }
}

.c-btn__link {
  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: 100%;
  max-width: 46rem;
  height: 7.5rem;
  background-color: #06C755;
  border: 4px solid #00BA4C;
  border-radius: 4.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.4rem 1.6rem;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    max-width: 33rem;
    height: 6rem;
    border-width: 2px;
    padding: 2rem 1.6rem;
  }
}
.c-btn__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/caretR-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-btn__link::before {
    top: 51%;
    width: 1.5rem;
    height: 1.4rem;
  }
}
.c-btn__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.42) 40%, transparent 80%);
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  width: 120%;
  pointer-events: none;
}
.c-btn__link:hover {
  opacity: 1;
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
}
.c-btn__link:hover::after {
  -webkit-animation: shine 2.2s linear infinite;
          animation: shine 2.2s linear infinite;
}

.c-btn__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.4rem;
          flex: 0 0 3.4rem;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .c-btn__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.5rem;
            flex: 0 0 2.5rem;
  }
}
.c-btn__icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  padding-top: 4px;
}

.c-btn__text {
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 1.7rem;
  }
}

.c-btn--primary .c-btn__link {
  background-color: #282E5C;
  border: none;
}
.c-btn--primary .c-btn__link:hover {
  opacity: 0.85;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-btn--primary .c-btn__link:hover::after {
  -webkit-animation: none;
          animation: none;
}

.c-btn--document {
  max-width: 42rem;
}
.c-btn--document .c-btn__copy {
  color: #fff;
  background-color: #282E5C;
  top: 5px;
}
.c-btn--document .c-btn__copy::before {
  bottom: -12px;
  background-image: url(../img/triangle-primary.svg);
}
.c-btn--document .c-btn__link {
  max-width: 42rem;
  height: 6.8rem;
  background-color: #FFE401;
  border: 3px solid #F6DC00;
}
@media screen and (max-width: 767px) {
  .c-btn--document .c-btn__link {
    max-width: 33rem;
    height: 6rem;
    border-width: 2px;
    padding: 2rem 1.6rem;
  }
}
.c-btn--document .c-btn__link::before {
  top: 52%;
  background-image: url(../img/caretR-primary.svg);
  width: 1.8rem;
  height: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-btn--document .c-btn__link::before {
    top: 51%;
    width: 1.3rem;
    height: 1.1rem;
  }
}
.c-btn--document .c-btn__text {
  color: #282E5C;
}

@-webkit-keyframes shine {
  0% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  40% {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
    opacity: 0;
  }
}

@keyframes shine {
  0% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
    opacity: 1;
  }
  10% {
    opacity: 0.9;
  }
  40% {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
    opacity: 0;
  }
}
/*------------------------------------------------------------------------------
  c-burger-btn
------------------------------------------------------------------------------*/
.c-burger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-burger-btn {
    display: block;
    border: none;
    cursor: pointer;
    position: relative;
    top: 0px;
    z-index: 999;
    padding: 15px 30px;
    background-color: transparent;
    margin-right: -30px;
    /* ハンバーガーメニューが開いたとき */
  }
  .c-burger-btn.cross .c-burger-btn__bar--top {
    -webkit-transition-delay: 40ms;
            transition-delay: 40ms;
    -webkit-transform: translateY(9px) rotate(135deg);
            transform: translateY(9px) rotate(135deg);
  }
  .c-burger-btn.cross .c-burger-btn__bar--mid {
    -webkit-transition-delay: 120ms;
            transition-delay: 120ms;
    -webkit-transform: translateX(-15px) scaleX(0);
            transform: translateX(-15px) scaleX(0);
  }
  .c-burger-btn.cross .c-burger-btn__bar--bottom {
    -webkit-transition-delay: 20ms;
            transition-delay: 20ms;
    -webkit-transform: translateY(-9px) rotate(-135deg);
            transform: translateY(-9px) rotate(-135deg);
  }
}

.c-burger-btn__bar {
  margin: 0 auto;
  display: block;
  height: 1px;
  width: 30px;
  border-radius: 0px;
  background-color: #333;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.c-burger-btn__bar--top,
.c-burger-btn__bar--mid {
  margin-bottom: 8px;
}

/*------------------------------------------------------------------------------
  c-section-title
------------------------------------------------------------------------------*/
.c-section-title--center {
  text-align: center;
}

.c-section-title__en {
  color: #2C7998;
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.11em;
  font-family: "Inter", sans-serif;
  margin-bottom: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 1.8rem;
  }
}
.c-section-title__en span {
  position: relative;
}
.c-section-title__en span img {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-section-title__ja {
  color: #282E5C;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .c-section-title__ja {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title__ja {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 369px) {
  .c-section-title__ja {
    font-size: 2.6rem;
  }
}

.c-section-title__number {
  font-size: 6.4rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-section-title__number {
    font-size: 4.8rem;
    line-height: 1.1;
  }
}

/*------------------------------------------------------------------------------
  c-lead
------------------------------------------------------------------------------*/
.c-lead {
  font-size: 2rem;
  font-weight: 600 !important;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-lead {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}
.c-lead .u-secondary-color {
  font-size: 2.2rem;
  font-weight: bold !important;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .c-lead .u-secondary-color {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

/*------------------------------------------------------------------------------
  c-media
------------------------------------------------------------------------------*/
.c-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 6.4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 0 3.4rem;
  }
}
.c-media::before {
  content: "";
  position: absolute;
  top: 0;
  background-color: #fff;
  width: calc(1200px + (100vw - 1190px) / 2);
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-media::before {
    width: calc(100% + 4rem);
    z-index: 0;
  }
}

.c-media--odd::before {
  right: -4.8rem;
  border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  .c-media--odd::before {
    right: -2rem;
    border-radius: 0;
  }
}

.c-media--even::before {
  left: -4.8rem;
  border-radius: 8px 0 0 8px;
}
@media screen and (max-width: 767px) {
  .c-media--even::before {
    left: -2rem;
    border-radius: 0;
  }
}

.c-media__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.86%;
          flex: 0 1 47.86%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-media__text-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    display: contents;
  }
}

.c-media__number {
  color: #2C7998;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  font-family: "Inter", sans-serif;
  margin-right: 7px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-media__number {
    font-size: 1.6rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    z-index: 1;
    margin-right: 0;
  }
}
.c-media__number span {
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-media__number span {
    font-size: 2.2rem;
  }
}
.c-media__number::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background-image: url(../img/title-bar2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 0.9rem;
}
@media screen and (max-width: 767px) {
  .c-media__number::before {
    height: 0.77rem;
  }
}

.c-media__title {
  color: #333;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin: 2.8rem 0 3.2rem;
}
@media screen and (max-width: 1280px) {
  .c-media__title {
    font-size: 3rem;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 900px) {
  .c-media__title {
    font-size: 2.7rem;
    letter-spacing: 0.05em;
    margin-bottom: 2.4rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .c-media__title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-media__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .c-media__title br {
    display: block;
  }
}
@media screen and (max-width: 369px) {
  .c-media__title {
    font-size: 1.9rem;
  }
}
.c-media__title .--mark {
  font-size: 1.5rem;
  font-weight: normal;
  margin-left: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-media__title .--mark {
    font-size: 1rem;
  }
}

.c-media__text {
  color: #333;
  font-weight: 500 !important;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-media__text {
    position: relative;
    z-index: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-media__text .u-highlight-yellow {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .c-media__text .u-highlight-yellow {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-media__text .u-highlight-yellow {
    font-size: 1.5rem;
  }
}

.c-media__text--sm {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-media__text--sm {
    font-size: 1.2rem;
    margin-top: 0.2rem;
  }
}

.c-media__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 47.86%;
          flex: 0 1 47.86%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-media__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 1rem;
  }
}
.c-media__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------------------------------------
  c-label
------------------------------------------------------------------------------*/
.c-label {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2F387A;
  border-radius: 24px;
  padding: 0.4rem 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: 1.3rem;
  }
}

.c-label--secondary {
  background-color: #2C7998;
}

/*------------------------------------------------------------------------------
  c-voice-card
------------------------------------------------------------------------------*/
.c-voice-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.5%;
          flex: 0 1 31.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: #F4F6FA;
  border: 1px solid #EAEAEA;
  padding: 4rem 1.6rem 3.2rem;
  -webkit-box-shadow: 0 0 6px 0 rgba(15, 19, 56, 0.07);
          box-shadow: 0 0 6px 0 rgba(15, 19, 56, 0.07);
}
@media screen and (max-width: 767px) {
  .c-voice-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    padding: 2.4rem 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  .c-voice-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.c-voice-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 900px) {
  .c-voice-card__heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-voice-card__heading {
    gap: 0.8rem 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.c-voice-card__heading .c-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-voice-card__info {
  color: #282E5C;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-voice-card__info {
    font-size: 1.5rem;
  }
}
.c-voice-card__info span {
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-voice-card__info span {
    font-size: 1.1rem;
  }
}

.c-voice-card__text {
  font-size: 1.5rem;
  font-weight: 500 !important;
  text-align: justify;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-voice-card__text {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
}

/*------------------------------------------------------------------------------
  c-tab
------------------------------------------------------------------------------*/
.c-tab__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-tab__nav {
    margin-bottom: 2rem;
  }
}

.c-tab__nav-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.9%;
          flex: 0 1 48.9%;
  color: #282E5C;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #282E5C;
  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;
  border-radius: 4px;
  padding: 1.6rem 1.2rem 1.5rem;
  position: relative;
  -webkit-transition: all 0.22s ease;
  transition: all 0.22s ease;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-tab__nav-item {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    padding: 1.2rem 1.2rem 1rem 0.8rem;
  }
}
.c-tab__nav-item.is-active {
  color: #fff;
  background-color: #282E5C;
}
.c-tab__nav-item.is-active span::before, .c-tab__nav-item.is-active span::after {
  background-color: #fff;
}
.c-tab__nav-item.is-active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-tab__nav-item.is-active::before {
  opacity: 1;
  visibility: visible;
}
.c-tab__nav-item span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 14px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .c-tab__nav-item span {
    right: 12px;
    width: 10px;
    height: 10px;
  }
}
.c-tab__nav-item span::before, .c-tab__nav-item span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #282E5C;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}
.c-tab__nav-item span::before {
  width: 14px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .c-tab__nav-item span::before {
    width: 10px;
  }
}
.c-tab__nav-item span::after {
  height: 14px;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .c-tab__nav-item span::after {
    height: 10px;
  }
}
.c-tab__nav-item::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/triangle-primary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 30px;
  pointer-events: none;
  -webkit-transition: all 0.22s ease 0.04s;
  transition: all 0.22s ease 0.04s;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .c-tab__nav-item::before {
    bottom: -16px;
    width: 24px;
    height: 22px;
  }
}

.c-tab__contents {
  display: none;
}
.c-tab__contents.is-active {
  display: block;
}

/*------------------------------------------------------------------------------
  c-course-card
------------------------------------------------------------------------------*/
.c-course-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  border: 1px solid #8487A2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-course-card .c-btn {
    max-width: 33rem;
  }
}
.c-course-card:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-course-card:not(:last-child) {
    margin-bottom: 1rem;
  }
}

.c-course-card__title {
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #282E5C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 6.4rem 2rem 3.2rem;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-course-card__title {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__title {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    padding: 1.4rem 5.6rem 1.4rem 1.6rem;
  }
}
.c-course-card__title .--sm {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
  margin-left: 0.2rem;
}
@media screen and (max-width: 1023px) {
  .c-course-card__title .--sm {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__title .--sm {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-left: 0;
  }
}
.c-course-card__title.is-open button::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.c-course-card__title.is-open + .c-course-card__body {
  display: block !important;
}
.c-course-card__title button {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-course-card__title button {
    top: 51%;
    right: 16px;
    width: 24px;
    height: 24px;
  }
}
.c-course-card__title button::before, .c-course-card__title button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #282E5C;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}
.c-course-card__title button::before {
  width: 14px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .c-course-card__title button::before {
    width: 10px;
  }
}
.c-course-card__title button::after {
  height: 14px;
  width: 2px;
}
@media screen and (max-width: 767px) {
  .c-course-card__title button::after {
    height: 10px;
  }
}

.c-course-card__body {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url(../img/bg-grid.png);
  background-repeat: repeat;
  background-size: 560px 440px;
  padding: 4rem 4rem 4rem 2.4rem;
}
@media screen and (max-width: 1023px) {
  .c-course-card__body {
    padding: 4rem 1.6rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__body {
    padding: 2.4rem 1.2rem 3.2rem;
  }
}

.c-course-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 900px) {
  .c-course-card__heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__heading {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-top: 1.2rem;
    padding-left: 11rem;
    margin-bottom: 2rem;
    position: relative;
  }
}
@media screen and (max-width: 520px) {
  .c-course-card__heading {
    padding-left: 9rem;
  }
}
@media screen and (max-width: 369px) {
  .c-course-card__heading {
    padding-left: 8.2rem;
  }
}

.c-course-card__badge {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 13rem;
          flex: 0 0 13rem;
  margin-right: 1.6rem;
}
@media screen and (max-width: 1280px) {
  .c-course-card__badge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-course-card__badge {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8rem;
            flex: 0 0 8rem;
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__badge {
    position: absolute;
    top: 0;
    left: 0;
    width: 9.6rem;
  }
}
@media screen and (max-width: 520px) {
  .c-course-card__badge {
    width: 8.2rem;
  }
}
@media screen and (max-width: 369px) {
  .c-course-card__badge {
    width: 7.2rem;
  }
}
.c-course-card__badge img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-course-card__price {
  color: #E46A06;
  font-size: 7.2rem;
  font-weight: bold !important;
  line-height: 1;
  letter-spacing: 0.02em;
  font-family: "Inter", sans-serif;
  margin-right: 1rem;
}
@media screen and (max-width: 1280px) {
  .c-course-card__price {
    font-size: 6.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-course-card__price {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__price {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    font-size: 4.4rem;
    margin-right: 0.8rem;
  }
}
@media screen and (max-width: 520px) {
  .c-course-card__price {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 369px) {
  .c-course-card__price {
    font-size: 2.4rem;
  }
}
.c-course-card__price .--comma {
  font-size: 6rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1280px) {
  .c-course-card__price .--comma {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-course-card__price .--comma {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__price .--comma {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 520px) {
  .c-course-card__price .--comma {
    font-size: 2rem;
  }
}
.c-course-card__price .--text {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-left: 0.5rem;
  vertical-align: 6px;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .c-course-card__price .--text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-course-card__price .--text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__price .--text {
    font-size: 1.6rem;
    vertical-align: 4px;
  }
}
@media screen and (max-width: 520px) {
  .c-course-card__price .--text {
    font-size: 1.3rem;
    vertical-align: 3px;
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 369px) {
  .c-course-card__price .--text {
    font-size: 1.1rem;
    letter-spacing: 0;
    vertical-align: 2px;
  }
}

.c-course-card__count {
  line-height: 1.5;
  background-color: #282E5C;
  padding: 0.3rem 1.6rem 0.6rem;
  margin-top: 1.2rem;
  margin-right: 1.6rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media screen and (max-width: 1023px) {
  .c-course-card__count {
    font-size: 1.5rem;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__count {
    font-size: 1.2rem;
    padding: 0.2rem 1rem 0.4rem;
    margin: -1.2rem 0 0.4rem 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.c-course-card__count span {
  font-size: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .c-course-card__count span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__count span {
    font-size: 1.4rem;
    padding-right: 0.1rem;
  }
}

.c-course-card__price--default {
  font-weight: 500 !important;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1.4rem;
}
@media screen and (max-width: 1023px) {
  .c-course-card__price--default {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__price--default {
    font-size: 1.3rem;
    margin-top: 0;
  }
}
@media screen and (max-width: 369px) {
  .c-course-card__price--default {
    font-size: 1.1rem;
  }
}
.c-course-card__price--default span {
  font-size: 2.2rem;
  font-weight: bold;
  margin-left: 0.2rem;
}
@media screen and (max-width: 1023px) {
  .c-course-card__price--default span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__price--default span {
    font-size: 1.5rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 369px) {
  .c-course-card__price--default span {
    font-size: 1.3rem;
  }
}

.c-course-card__text {
  font-size: 1.8rem;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1023px) {
  .c-course-card__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__text {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 1.6rem;
  }
}
.c-course-card__text .u-accent-color {
  font-size: 2rem;
}
@media screen and (max-width: 1023px) {
  .c-course-card__text .u-accent-color {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-course-card__text .u-accent-color {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.c-course-card__text--sm {
  color: #2C7998;
  font-size: 1.5rem;
  font-weight: 500 !important;
  line-height: 1.7;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-course-card__text--sm {
    font-size: 1.2rem;
  }
}

.c-course-card__notes {
  color: #282E5C;
  font-weight: 600 !important;
  text-align: center;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-course-card__notes {
    margin-top: 0.8rem;
  }
}
@media screen and (max-width: 520px) {
  .c-course-card__notes {
    text-align: left;
  }
}

/*------------------------------------------------------------------------------
  c-fixed-cta
------------------------------------------------------------------------------*/
.c-fixed-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 118.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 16px 16px 0 0;
  background: rgba(244, 246, 250, 0.95);
  padding: 2.6rem 3.2rem 1rem;
  z-index: 9;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .c-fixed-cta {
    padding: 2.6rem 2rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta {
    max-width: 44rem;
    border-radius: 8px 8px 0 0;
    padding: 1.6rem 1.2rem 1rem 1.6rem;
    bottom: 0 !important;
    padding-bottom: env(safe-area-inset-bottom, 1rem);
  }
}
.c-fixed-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-fixed-cta.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.c-fixed-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 8.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .c-fixed-cta__inner {
    gap: 0 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__inner {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .c-fixed-cta__heading {
    margin-bottom: 0.6rem;
  }
}

.c-fixed-cta__copy {
  width: 100%;
  max-width: 29.7rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .c-fixed-cta__copy {
    max-width: 28rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-fixed-cta__copy {
    max-width: 26rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__copy {
    max-width: 23.2rem;
  }
}
.c-fixed-cta__copy img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-fixed-cta__lead {
  color: #282E5C;
  font-size: 3.4rem;
  font-weight: bold !important;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .c-fixed-cta__lead {
    font-size: clamp(2.2rem, 2.656vw, 3.4rem);
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__lead {
    display: none;
  }
}

.c-fixed-cta__btn-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 56rem;
          flex: 0 1 56rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .c-fixed-cta__btn-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 52rem;
            flex: 0 1 52rem;
  }
}
@media screen and (max-width: 1023px) {
  .c-fixed-cta__btn-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48rem;
            flex: 0 1 48rem;
  }
}
@media screen and (max-width: 900px) {
  .c-fixed-cta__btn-area {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40rem;
            flex: 0 1 40rem;
  }
}

.c-fixed-cta__illust {
  position: absolute;
  top: -4px;
  left: -34px;
  width: 56px;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .c-fixed-cta__illust {
    top: 1px;
    left: -20px;
    width: 47px;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__illust {
    top: 5px;
    left: -12px;
    width: 32px;
  }
}
@media screen and (max-width: 369px) {
  .c-fixed-cta__illust {
    top: 6px;
    width: 28px;
  }
}
.c-fixed-cta__illust img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-fixed-cta__btn {
  max-width: 56rem;
  border-radius: 4.8rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__btn {
    max-width: 40rem;
    margin: 0 auto;
  }
}
.c-fixed-cta__btn .c-btn__link {
  max-width: 56rem;
  height: 8.3rem;
  padding-left: 10.4rem;
}
@media screen and (max-width: 1023px) {
  .c-fixed-cta__btn .c-btn__link {
    padding-left: 9.8rem;
  }
}
@media screen and (max-width: 900px) {
  .c-fixed-cta__btn .c-btn__link {
    height: 7.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__btn .c-btn__link {
    height: 5.6rem;
  }
}
.c-fixed-cta__btn .c-btn__link::before {
  top: 52%;
  width: 2.5rem;
  height: 1.9rem;
}
@media screen and (max-width: 900px) {
  .c-fixed-cta__btn .c-btn__link::before {
    width: 1.8rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__btn .c-btn__link::before {
    right: 1.2rem;
    width: 1.4rem;
    height: 1.2rem;
  }
}
.c-fixed-cta__btn .c-btn__link:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-fixed-cta__btn .c-btn__text {
  font-size: 2.5rem;
}
@media screen and (max-width: 1023px) {
  .c-fixed-cta__btn .c-btn__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 900px) {
  .c-fixed-cta__btn .c-btn__text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__btn .c-btn__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 369px) {
  .c-fixed-cta__btn .c-btn__text {
    font-size: 1.4rem;
    letter-spacing: 0.02;
  }
}

.c-fixed-cta__btn-copy {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #282E5C;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.08em;
  background-color: #FFE401;
  text-align: center;
  height: 100%;
  padding-left: 2.4rem;
  padding-top: 2.2rem;
  z-index: 2;
  pointer-events: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 1023px) {
  .c-fixed-cta__btn-copy {
    font-size: 1.5rem;
    padding-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__btn-copy {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 1.8rem;
  }
}
@media screen and (max-width: 369px) {
  .c-fixed-cta__btn-copy {
    font-size: 1.1rem;
    padding-top: 2rem;
    padding-left: 2rem;
  }
}
.c-fixed-cta__btn-copy span {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1023px) {
  .c-fixed-cta__btn-copy span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__btn-copy span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 369px) {
  .c-fixed-cta__btn-copy span {
    font-size: 1.7rem;
  }
}
.c-fixed-cta__btn-copy::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 113px;
  height: 113px;
  border-radius: 50%;
  background-color: #FFE401;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .c-fixed-cta__btn-copy::after {
    right: -22px;
  }
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__btn-copy::after {
    right: -16px;
  }
}
@media screen and (max-width: 369px) {
  .c-fixed-cta__btn-copy::after {
    right: -12px;
  }
}

.c-fixed-cta__sub-text {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-fixed-cta__sub-text {
    font-size: 0.9rem;
  }
}

/*------------------------------------------------------------------------------
  c-dot
------------------------------------------------------------------------------*/
.c-dot {
  position: relative;
}
.c-dot::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translate(-50%, 3px);
          transform: translate(-50%, 3px);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #F08615;
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-dot::before {
    width: 5px;
    height: 5px;
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
}

/*------------------------------------------------------------------------------
  p-mv
------------------------------------------------------------------------------*/
.p-mv {
  position: relative;
  z-index: 1;
}

.p-mv__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12rem 0 7.8rem;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(15.33%, #FFF), color-stop(74.13%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, #FFF 15.33%, rgba(255, 255, 255, 0) 74.13%);
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-mv__container {
    padding: 8.8rem 0 6.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__container {
    background: -webkit-gradient(linear, left top, right top, color-stop(17.45%, #FFF), color-stop(61%, rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, #FFF 17.45%, rgba(255, 255, 255, 0) 61%);
    padding: 5.6rem 0 6.4rem;
  }
}

.p-mv__contents {
  padding-left: 4.2rem;
  min-height: 1px;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .p-mv__contents {
    max-width: 144rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .p-mv__contents {
    padding-left: 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__contents {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__contents {
    padding: 0 1.2rem;
  }
}

.p-mv__copy {
  display: block;
  max-width: 46.4rem;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 1023px) {
  .p-mv__copy {
    max-width: 42rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    max-width: 30.5rem;
    margin-bottom: 0.4rem;
  }
}
@media screen and (max-width: 520px) {
  .p-mv__copy {
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mv__copy img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__title {
  color: #282E5C;
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1.65;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1280px) {
  .p-mv__title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__title {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 900px) {
  .p-mv__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 4.95vw;
    letter-spacing: 0.07em;
    margin-bottom: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  .p-mv__title {
    font-size: 3rem;
    font-size: clamp(2.6rem, 7.8vw, 3.4rem);
    white-space: nowrap;
    text-align: center;
  }
}
.p-mv__title span {
  font-size: 4.8rem;
}
@media screen and (max-width: 1280px) {
  .p-mv__title span {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__title span {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 900px) {
  .p-mv__title span {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title span {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 520px) {
  .p-mv__title span {
    font-size: 2.2rem;
    font-size: clamp(1.8rem, 5.8vw, 2.4rem);
  }
}

.p-mv__data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 1280px) {
  .p-mv__data-list {
    gap: 0 2.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__data-list {
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__data-list {
    margin-bottom: 1.2rem;
    gap: 0 1.2rem;
    max-width: 52vw;
  }
}
@media screen and (max-width: 520px) {
  .p-mv__data-list {
    display: block;
    max-width: 15.6rem;
    max-width: 45vw;
  }
}

.p-mv__data {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 28.6rem;
          flex: 0 1 28.6rem;
  max-width: 28.6rem;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-mv__data {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24.4rem;
            flex: 0 1 24.4rem;
  }
}
@media screen and (max-width: 900px) {
  .p-mv__data {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22rem;
            flex: 0 1 22rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__data {
    width: 100%;
  }
  .p-mv__data:not(:last-child) {
    margin-bottom: 0.8rem;
  }
}
.p-mv__data img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__lead {
  color: #282E5C;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.12em;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 1023px) {
  .p-mv__lead {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: 0.08em;
    text-shadow: -4px -4px 8px rgba(255, 255, 255, 0.12), 4px 4px 10px rgba(255, 255, 255, 0.2);
    margin-bottom: 1.4rem;
  }
}
.p-mv__lead .--md {
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .p-mv__lead .--md {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead .--md {
    font-size: 1.7rem;
  }
}
.p-mv__lead .--lg {
  font-size: 3.4rem;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .p-mv__lead .--lg {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead .--lg {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
.p-mv__lead .--lg::before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: -0.2rem;
  background-image: url(../img/bar-illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 102%;
  height: 2.5rem;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .p-mv__lead .--lg::before {
    height: 2.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__lead .--lg::before {
    bottom: -4px;
    width: 110%;
    height: 1.75rem;
  }
}

.p-mv__point-list {
  position: absolute;
  top: auto;
  right: 5.6rem;
  bottom: 0;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 60rem;
  gap: 0 2.4rem;
}
@media screen and (max-width: 1280px) {
  .p-mv__point-list {
    right: 1.6rem;
    gap: 0 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__point-list {
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__point-list {
    gap: 0 0.6rem;
    margin: 0 -0.4rem;
  }
}

.p-mv__point {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 18.4rem;
          flex: 0 1 18.4rem;
}
@media screen and (max-width: 1280px) {
  .p-mv__point {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 15.2rem;
            flex: 0 1 15.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__point {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 13.6rem;
            flex: 0 1 13.6rem;
    margin-bottom: 2rem;
  }
}
.p-mv__point img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__bg {
  position: absolute;
  top: 0;
  left: 15.6vw;
  width: 105.3%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .p-mv__bg {
    left: auto;
    right: 0;
    width: 100%;
  }
}
.p-mv__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-position: center 0;
     object-position: center 0;
}
@media screen and (max-width: 1023px) {
  .p-mv__bg img {
    -o-object-position: 10% 0;
       object-position: 10% 0;
  }
}
@media screen and (max-width: 900px) {
  .p-mv__bg img {
    -o-object-position: 20% 0;
       object-position: 20% 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bg img {
    -o-object-position: 2rem 42%;
       object-position: 2rem 42%;
  }
}
@media screen and (max-width: 520px) {
  .p-mv__bg img {
    -o-object-position: 2rem 52%;
       object-position: 2rem 52%;
  }
}

@media screen and (max-width: 767px) {
  .p-mv__btn {
    position: absolute;
    bottom: -9.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.p-mv__notes {
  font-size: 1.3rem;
  font-weight: normal !important;
  letter-spacing: 0.05em;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 2rem;
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv__notes {
    font-size: 1.1rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    padding-right: 1.6rem;
    margin-top: 3.8rem;
  }
}

/*------------------------------------------------------------------------------
  p-problem
------------------------------------------------------------------------------*/
.p-problem {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 12px, #F0F1FA 12px, #F0F1FA 13px);
  padding: 17.2rem 0 19.4rem;
  margin-top: -3.6rem;
}
@media screen and (max-width: 767px) {
  .p-problem {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 14px, #F6F7FC 14px, #F6F7FC 15px);
    padding: 12.8rem 0 12rem;
    margin-top: -7.2rem;
  }
}

.p-problem__lead {
  color: #333;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-problem__lead {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__lead {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 369px) {
  .p-problem__lead {
    font-size: 2rem;
  }
}
.p-problem__lead .c-dot {
  color: #2F387A;
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-problem__lead .c-dot {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 369px) {
  .p-problem__lead .c-dot {
    font-size: 2.6rem;
  }
}

.p-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem 0;
    max-width: 46rem;
    margin: 4.4rem auto 0;
  }
}
.p-problem__list::before, .p-problem__list::after {
  content: "";
  position: absolute;
  top: -147px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 52px;
  height: 151px;
}
@media screen and (max-width: 900px) {
  .p-problem__list::before, .p-problem__list::after {
    top: -130px;
    width: 46px;
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__list::before, .p-problem__list::after {
    top: -70px;
    width: 25px;
    height: 100px;
  }
}
.p-problem__list::before {
  background-image: url(../img/illust01.png);
  left: 104px;
}
@media screen and (max-width: 900px) {
  .p-problem__list::before {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__list::before {
    left: 8px;
  }
}
.p-problem__list::after {
  background-image: url(../img/illust02.png);
  left: auto;
  right: 104px;
}
@media screen and (max-width: 900px) {
  .p-problem__list::after {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__list::after {
    right: 8px;
  }
}

.p-problem__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.14%;
          flex: 0 1 32.14%;
  background-color: #F5F5F5;
  border-radius: 8px;
}

.p-problem__item-title {
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #282E5C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.6rem 0.8rem;
  border-radius: 8px 8px 0 0;
}
@media screen and (max-width: 1023px) {
  .p-problem__item-title {
    font-size: 1.7rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.p-problem__item-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 1.6rem 4.8rem 2.4rem;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-problem__item-body {
    padding: 3.2rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-problem__item-body {
    padding: 2.4rem 1.6rem;
  }
}
.p-problem__item-body::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../img/vortex.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 126px;
  height: 140px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-problem__item-body::before {
    width: 90px;
    height: 100px;
  }
}

.p-problem__texts {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 0.8rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-problem__texts {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    gap: 0.6rem 0;
  }
}
.p-problem__texts li {
  padding-left: 1.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-problem__texts li {
    padding-left: 1.4rem;
  }
}
.p-problem__texts li::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #282E5C;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .p-problem__texts li::before {
    top: 10px;
    width: 7px;
    height: 7px;
  }
}

/*------------------------------------------------------------------------------
  p-feature
------------------------------------------------------------------------------*/
.p-feature {
  padding: 18.2rem 0 7.2rem;
  margin-top: -12rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-feature {
    padding: 12.8rem 0 1.4rem;
    margin-top: -10.4rem;
  }
}
.p-feature::before {
  content: "";
  position: absolute;
  top: 5.6rem;
  background-image: url(../img/feature-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, calc(50% - 86px) 0, 50% 70px, calc(50% + 86px) 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .p-feature::before {
    background-image: url(../img/feature-bg_sp.jpg);
    clip-path: polygon(0 0, calc(50% - 44px) 0, 50% 36px, calc(50% + 44px) 0, 100% 0, 100% 100%, 0 100%);
  }
}

.p-feature__lead {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .p-feature__lead {
    font-size: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .p-feature__lead {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__lead {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 369px) {
  .p-feature__lead {
    font-size: 1.7rem;
    letter-spacing: 0.02em;
  }
}
.p-feature__lead .--sm {
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .p-feature__lead .--sm {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__lead .--sm {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 369px) {
  .p-feature__lead .--sm {
    font-size: 1.5rem;
  }
}
.p-feature__lead .u-yellow-color {
  font-size: 3.6rem;
}
@media screen and (max-width: 1280px) {
  .p-feature__lead .u-yellow-color {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .p-feature__lead .u-yellow-color {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__lead .u-yellow-color {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 369px) {
  .p-feature__lead .u-yellow-color {
    font-size: 2.4rem;
  }
}
.p-feature__lead .u-yellow-color .--md {
  font-size: 3.2rem;
}
@media screen and (max-width: 900px) {
  .p-feature__lead .u-yellow-color .--md {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__lead .u-yellow-color .--md {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 369px) {
  .p-feature__lead .u-yellow-color .--md {
    font-size: 1.8rem;
  }
}

.p-feature__card-list {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-feature__card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem 0;
    max-width: 46rem;
    margin: 3.2rem auto 0;
  }
}

.p-feature__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.14%;
          flex: 0 1 32.14%;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 1.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-feature__card {
    padding: 2.8rem 1.6rem;
  }
}

.p-feature__card-title {
  color: #282E5C;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 5.6rem;
}
@media screen and (max-width: 900px) {
  .p-feature__card-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__card-title {
    font-size: 2.2rem;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 369px) {
  .p-feature__card-title {
    font-size: 2rem;
  }
}
.p-feature__card-title span {
  position: relative;
  display: inline-block;
  text-align: center;
}
.p-feature__card-title img {
  position: absolute;
  width: 100%;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-feature__card-illust {
  max-width: 23rem;
  margin: 0 auto 2.6rem;
}
@media screen and (max-width: 767px) {
  .p-feature__card-illust {
    max-width: 30rem;
    width: 50vw;
    margin-bottom: 1.6rem;
  }
}
.p-feature__card-illust img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-feature__card-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}
@media screen and (max-width: 767px) {
  .p-feature__card-texts {
    gap: 0.6rem 0;
  }
}
.p-feature__card-texts li {
  color: #333;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding-left: 2.8rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-feature__card-texts li {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-feature__card-texts li {
    font-size: 1.4rem;
    padding-left: 2.4rem;
  }
}
.p-feature__card-texts li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 29px;
  background-image: url(../img/icon-check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .p-feature__card-texts li::before {
    width: 19px;
    height: 25px;
  }
}

/*------------------------------------------------------------------------------
  p-reason
------------------------------------------------------------------------------*/
.p-reason {
  background-color: #F4F6FA;
  padding: 18.4rem 0 12.8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding: 12.4rem 0 6.4rem;
  }
}
.p-reason .c-section-title__ja {
  margin-top: -0.8rem;
}
@media screen and (max-width: 767px) {
  .p-reason .c-section-title__ja {
    margin-top: 0;
  }
}

.p-reason__media-wrap {
  margin-top: 6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-reason__media-wrap {
    margin-top: 3.2rem;
  }
}
.p-reason__media-wrap .c-media:not(:last-child) {
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-reason__media-wrap .c-media:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-reason__media-wrap::before {
  content: "";
  position: absolute;
  top: -13.7rem;
  right: 3.3rem;
  background-image: url(../img/illust03.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 177px;
  height: 148.5px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-reason__media-wrap::before {
    top: -10.4rem;
    right: -1.6rem;
    width: 130px;
    height: 120px;
  }
}
@media screen and (max-width: 900px) {
  .p-reason__media-wrap::before {
    top: -8.8rem;
    right: -2.4rem;
    width: 110px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__media-wrap::before {
    top: -7.4rem;
    right: -2.8rem;
    width: 90px;
    height: 80px;
  }
}

.p-reason__slider {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 51.4%;
          flex: 0 1 51.4%;
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  margin-left: -1.6rem;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
}
@media screen and (max-width: 767px) {
  .p-reason__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 0;
    width: calc(100% + 2.5rem);
  }
}
.p-reason__slider .swiper-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: calc(100% - 4rem);
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-reason__slider .swiper-slide img {
    width: calc(100% - 3rem);
  }
}
.p-reason__slider .swiper-button-prev,
.p-reason__slider .swiper-button-next {
  width: 40px;
  height: 40px;
  top: 60% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-reason__slider .swiper-button-prev,
  .p-reason__slider .swiper-button-next {
    top: 66% !important;
    width: 36px;
    height: 36px;
  }
}
.p-reason__slider .swiper-button-prev:focus,
.p-reason__slider .swiper-button-next:focus {
  outline: 3px solid #005fcc;
  outline-offset: -3px;
  border-radius: 50%;
}
.p-reason__slider .swiper-button-prev {
  left: 0px;
}
.p-reason__slider .swiper-button-next {
  right: 0px;
}
.p-reason__slider .swiper-button-prev::after,
.p-reason__slider .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-reason__slider .swiper-button-prev::after,
  .p-reason__slider .swiper-button-next::after {
    width: 36px;
    height: 36px;
  }
}
.p-reason__slider .swiper-button-prev::after {
  background-image: url(../img/slide-prev.png);
}
.p-reason__slider .swiper-button-next::after {
  background-image: url(../img/slide-next.png);
}

/*------------------------------------------------------------------------------
  p-voice
------------------------------------------------------------------------------*/
.p-voice {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 12px, #F0F1FA 12px, #F0F1FA 13px);
}
@media screen and (max-width: 767px) {
  .p-voice {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 14px, #F6F7FC 14px, #F6F7FC 15px);
  }
}

.p-voice__lead {
  font-size: 2.1rem;
  line-height: 1.9;
  margin-top: 4.4rem;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-voice__lead {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__lead {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 3.2rem;
  }
}
.p-voice__lead .u-accent-color {
  font-size: 2.3rem;
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .p-voice__lead .u-accent-color {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__lead .u-accent-color {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.p-voice__lead::before {
  content: "";
  position: absolute;
  bottom: 2.9rem;
  right: -24.2rem;
  background-image: url(../img/illust04.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 228px;
  height: 187px;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .p-voice__lead::before {
    right: -9rem;
    width: 180px;
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-voice__lead::before {
    top: -74px;
    bottom: auto;
    right: -14px;
    width: 100px;
    height: 80px;
  }
}
@media screen and (max-width: 369px) {
  .p-voice__lead::before {
    width: 80px;
    height: 70px;
  }
}

.p-voice__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2.75%;
  margin-top: 6.4rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 767px) {
  .p-voice__card-list {
    gap: 2rem 4%;
    margin: 2.4rem 0;
  }
}
@media screen and (max-width: 520px) {
  .p-voice__card-list {
    gap: 1.6rem 0;
  }
}

/*------------------------------------------------------------------------------
  p-course
------------------------------------------------------------------------------*/
.p-course {
  background-color: #F4F6FA;
  padding-top: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-course {
    padding-top: 6.4rem;
  }
}

.p-course__lead {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-course__lead {
    margin-top: 2.4rem;
  }
}

.p-course__contents-wrap {
  margin-top: 8.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-course__contents-wrap {
    margin-top: 3.2rem;
  }
}

.p-course__contents:not(:last-child) {
  margin-bottom: 10.4rem;
}
@media screen and (max-width: 767px) {
  .p-course__contents:not(:last-child) {
    margin-bottom: 5.6rem;
  }
}

.p-course__title-wrap {
  text-align: center;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-course__title-wrap {
    margin-bottom: 2.4rem;
  }
}

.p-course__title-copy {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.07em;
  border-radius: 30px;
  background-color: #E46A06;
  padding: 1.1rem 4.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-bottom: 1.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-course__title-copy {
    font-size: 1.8rem;
    padding: 1rem 2.8rem;
    margin-bottom: 1.2rem;
  }
}
.p-course__title-copy::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/triangle-accent.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-course__title-copy::before {
    bottom: -13px;
    width: 25px;
    height: 21px;
  }
}

.p-course__title {
  color: #282E5C;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-course__title {
    font-size: 2.2rem;
    letter-spacing: 0.07em;
  }
}

/*------------------------------------------------------------------------------
  p-profile
------------------------------------------------------------------------------*/
.p-profile {
  padding: 14.4rem 0 12.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile {
    padding: 7.2rem 0 5.6rem;
  }
  .p-profile .c-section-title {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
}
.p-profile::before {
  content: "";
  position: absolute;
  top: -82px;
  left: 0;
  width: 100%;
  height: calc(100% + 82px);
  background-image: url(../img/profile-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-profile::before {
    top: -64px;
    height: calc(100% + 64px);
    background-position: center 0;
  }
}
.p-profile .c-inner {
  position: relative;
  z-index: 1;
}

.p-profile__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8.8rem;
}
@media screen and (max-width: 1280px) {
  .p-profile__contents {
    gap: 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-profile__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 52.95%;
          flex: 0 1 52.95%;
}
@media screen and (max-width: 767px) {
  .p-profile__text-wrap {
    display: contents;
  }
}

.p-profile__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5rem 0 3.6rem;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-profile__head {
    margin: 4rem 0 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    margin: 0 0 2rem;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.p-profile__head span {
  color: #282E5C;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-right: 1.8rem;
  margin-top: 0.3rem;
}
@media screen and (max-width: 1023px) {
  .p-profile__head span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__head span {
    font-size: 1.6rem;
    margin-right: 1.4rem;
  }
}

.p-profile__name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17.3rem;
          flex: 0 0 17.3rem;
  width: 173px;
}
@media screen and (max-width: 1023px) {
  .p-profile__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16rem;
            flex: 0 0 16rem;
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 13.6rem;
            flex: 0 0 13.6rem;
    width: 136px;
  }
}
.p-profile__name img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-profile__texts p {
  font-size: 1.7rem;
  font-weight: 600 !important;
  line-height: 2;
  letter-spacing: 0.12em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-shadow: -2px -2px 10px rgba(255, 255, 255, 0.15), 2px 2px 14px rgba(255, 255, 255, 0.16);
}
@media screen and (max-width: 1023px) {
  .p-profile__texts p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__texts p {
    font-size: 1.3rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-profile__texts p:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-profile__texts p:not(:last-child) {
    margin-bottom: 0.75em;
  }
}

.p-profile__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.31%;
          flex: 0 1 33.31%;
  margin-top: 7.8rem;
}
@media screen and (max-width: 1023px) {
  .p-profile__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
  }
}
@media screen and (max-width: 767px) {
  .p-profile__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 46rem;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 2rem 0;
  }
}
.p-profile__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------------------------------------------
  p-audience
------------------------------------------------------------------------------*/
.p-audience {
  background-color: #eee;
  background-image: url(../img/dot-bg.svg);
  background-repeat: repeat;
  background-size: 26px 26px;
  background-position: 10px 10px;
}
@media screen and (max-width: 767px) {
  .p-audience {
    background-size: 20px 20px;
  }
}

.p-audience__card-wrap {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-audience__card-wrap {
    margin-top: 2.4rem;
    display: block;
  }
}

.p-audience__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.22%;
          flex: 0 1 48.22%;
  max-width: 54rem;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 767px) {
  .p-audience__card {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 1023px) {
  .p-audience__card--positive {
    margin-bottom: 2.4rem;
  }
}
.p-audience__card--positive .p-audience__card-title {
  background-color: #2C7998;
}
.p-audience__card--positive .p-audience__card-title span::before, .p-audience__card--positive .p-audience__card-title span::after {
  background-image: url(../img/icon-circle.svg);
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 1023px) {
  .p-audience__card--positive .p-audience__card-title span::before, .p-audience__card--positive .p-audience__card-title span::after {
    width: 22px;
    height: 22px;
  }
}
.p-audience__card--positive .p-audience__card-body::after {
  background-image: url(../img/illust05.png);
}
.p-audience__card--positive .p-audience__card-texts li::before {
  top: 6px;
  background-image: url(../img/icon-circle.svg);
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  .p-audience__card--positive .p-audience__card-texts li::before {
    top: 4px;
    width: 18px;
    height: 18px;
  }
}

.p-audience__card--negative .p-audience__card-title {
  background-color: #404040;
}
.p-audience__card--negative .p-audience__card-title span::before, .p-audience__card--negative .p-audience__card-title span::after {
  background-image: url(../img/icon-cross.svg);
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1023px) {
  .p-audience__card--negative .p-audience__card-title span::before, .p-audience__card--negative .p-audience__card-title span::after {
    width: 28px;
    height: 28px;
  }
}
.p-audience__card--negative .p-audience__card-body::after {
  background-image: url(../img/illust06.png);
}
.p-audience__card--negative .p-audience__card-texts li::before {
  top: 3px;
  background-image: url(../img/icon-cross.svg);
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 767px) {
  .p-audience__card--negative .p-audience__card-texts li::before {
    top: 1px;
    width: 24px;
    height: 24px;
  }
}

.p-audience__card-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  text-align: center;
  border-radius: 8px 8px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 0.8rem;
}
@media screen and (max-width: 1023px) {
  .p-audience__card-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 369px) {
  .p-audience__card-title {
    font-size: 1.6rem;
  }
}
.p-audience__card-title span {
  position: relative;
}
.p-audience__card-title span::before, .p-audience__card-title span::after {
  content: "";
  position: absolute;
  top: 54%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-audience__card-title span::before {
  left: -40px;
}
@media screen and (max-width: 1023px) {
  .p-audience__card-title span::before {
    left: -36px;
  }
}
.p-audience__card-title span::after {
  right: -40px;
}
@media screen and (max-width: 1023px) {
  .p-audience__card-title span::after {
    right: -36px;
  }
}

.p-audience__card-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.2rem 2rem 4.8rem;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-audience__card-body {
    padding: 3.2rem 4.8rem 4.8rem 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-audience__card-body {
    padding: 2.4rem 1.6rem 3.2rem 1.2rem;
  }
}
.p-audience__card-body::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55px;
  height: 119px;
}
@media screen and (max-width: 1023px) {
  .p-audience__card-body::after {
    width: 45px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .p-audience__card-body::after {
    right: -10px;
    width: 34px;
    height: 72px;
  }
}

.p-audience__card-texts {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-audience__card-texts {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-audience__card-texts {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-audience__card-texts {
    letter-spacing: 0.06em;
  }
}
.p-audience__card-texts li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3.2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-audience__card-texts li {
    padding-left: 2.6rem;
  }
}
.p-audience__card-texts li::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../img/icon-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-audience__card-texts li .u-secondary-color,
.p-audience__card-texts li .u-primary-light-color {
  font-weight: bold;
}

/*------------------------------------------------------------------------------
  p-step
------------------------------------------------------------------------------*/
.p-step {
  background-image: repeating-linear-gradient(135deg, transparent, transparent 12px, #F0F1FA 12px, #F0F1FA 13px);
}
@media screen and (max-width: 767px) {
  .p-step {
    background-image: repeating-linear-gradient(135deg, transparent, transparent 14px, #F6F7FC 14px, #F6F7FC 15px);
  }
}

.p-step__lead {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-step__lead {
    margin-top: 2.4rem;
  }
}

.p-step__card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 7.2rem auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-step__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem 0;
    margin: 4rem auto 2.4rem;
  }
}

.p-step__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32.15%;
          flex: 0 1 32.15%;
  max-width: 36rem;
  background-color: #F4F6FA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #EAEAEA;
  padding: 5.6rem 2rem 4.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-step__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    width: 100%;
    padding: 4rem 1.6rem 2.4rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-step__card:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -52px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../img/arrow-illust.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 41px;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-step__card:not(:last-child)::after {
    right: -40px;
    width: 56px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-step__card:not(:last-child)::after {
    top: auto;
    bottom: -12px;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
    width: 44px;
    height: 22px;
  }
}

.p-step__card__number {
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  background-color: #282E5C;
  border-radius: 40px;
  display: inline-block;
  padding: 0.4rem 3.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-step__card__number {
    top: -18px;
    font-size: 1.8rem;
    padding: 0.3rem 2.8rem;
  }
}
.p-step__card__number span {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-step__card__number span {
    font-size: 2.4rem;
  }
}

.p-step__card-icon {
  width: 100%;
  max-width: 18.8rem;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 1023px) {
  .p-step__card-icon {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-step__card-icon {
    width: 40vw;
    max-width: 16rem;
    margin-bottom: 1.6rem;
  }
}
.p-step__card-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-step__card-title {
  color: #282E5C;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 1023px) {
  .p-step__card-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
}

.p-step__card-text {
  font-size: 1.7rem;
  font-weight: 500 !important;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-step__card-text {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 767px) {
  .p-step__card-text {
    line-height: 1.7;
    letter-spacing: 0.02em;
  }
}

.p-step__bottom-lead {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.9;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1023px) {
  .p-step__bottom-lead {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-step__bottom-lead {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-bottom: 2.4rem;
  }
}
@media screen and (max-width: 369px) {
  .p-step__bottom-lead {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.p-step__after {
  background-color: #FFFDF7;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(44, 121, 152, 0.75);
  -webkit-box-shadow: 8px 8px 0 0 #2C7998;
          box-shadow: 8px 8px 0 0 #2C7998;
  margin-top: 12rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-step__after {
    -webkit-box-shadow: 7px 7px 0 0 #2C7998;
            box-shadow: 7px 7px 0 0 #2C7998;
    margin-top: 8rem;
  }
}
.p-step__after::after {
  content: "";
  position: absolute;
  top: -62px;
  right: 22px;
  background-image: url(../img/illust07.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 249px;
  height: 202.5px;
}
@media screen and (max-width: 1023px) {
  .p-step__after::after {
    top: -70px;
    width: 190px;
    height: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-step__after::after {
    top: -42px;
    right: 12px;
    width: 100px;
    height: 82px;
  }
}

.p-step__after-title {
  position: absolute;
  top: -24px;
  left: 32px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background-color: #2C7998;
  display: inline-block;
  border-radius: 0 2px 2px 2px;
  padding: 0.8rem 3.6rem;
}
@media screen and (max-width: 767px) {
  .p-step__after-title {
    top: -20px;
    left: 20px;
    font-size: 1.6rem;
    padding: 0.8rem 2rem;
  }
}
.p-step__after-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  background-color: #2C7998;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  width: 15px;
  height: 23px;
}
@media screen and (max-width: 767px) {
  .p-step__after-title::before {
    left: -10px;
    width: 10px;
    height: 19px;
  }
}

.p-step__after-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6rem 2rem 4.8rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-step__after-body {
    padding: 4.4rem 1.6rem 2.6rem 1.6rem;
  }
}

.p-step__after-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 0;
}
@media screen and (max-width: 767px) {
  .p-step__after-list {
    gap: 6px 0;
  }
}
.p-step__after-list li {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1em;
  padding-left: 3.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-step__after-list li {
    font-size: 1.4rem;
    padding-left: 2.8rem;
  }
}
.p-step__after-list li::before {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 0;
  background-image: url(../img/icon-check-light.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 1023px) {
  .p-step__after-list li::before {
    top: 0;
    width: 26px;
    height: 26px;
  }
}

/*------------------------------------------------------------------------------
  p-faq
------------------------------------------------------------------------------*/
.p-faq {
  background-color: #F4F6FA;
}

.p-faq__list {
  max-width: 90rem;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-faq__list {
    margin-top: 1.6rem;
  }
}

.p-faq__item {
  border-bottom: 1px solid rgba(47, 56, 122, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    padding: 2rem 0;
  }
}

.p-faq__text {
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 6.4rem;
  position: relative;
  min-height: 48px;
  padding-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    padding-left: 5.6rem;
    min-height: 36px;
    padding-top: 0.6rem;
  }
}
.p-faq__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  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;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-faq__text::before {
    font-size: 1.7rem;
    width: 36px;
    height: 36px;
  }
}

.p-faq__text--question {
  font-weight: bold;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq__text--question {
    font-size: 1.5rem;
    margin-bottom: 0.8rem;
  }
}
.p-faq__text--question::before {
  content: "Q";
  background-color: #282E5C;
}

.p-faq__text--answer {
  font-weight: 500 !important;
}
@media screen and (max-width: 767px) {
  .p-faq__text--answer {
    font-size: 1.4rem;
    text-align: justify;
  }
}
.p-faq__text--answer::before {
  content: "A";
  background-color: #E46A06;
}

/*------------------------------------------------------------------------------
  p-cta
------------------------------------------------------------------------------*/
.p-cta {
  background-image: url(../img/cta-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 8rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding: 5.6rem 0 5.2rem;
  }
}
.p-cta::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 46.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(../img/bg-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1157px;
  height: 1187px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-cta::before {
    left: 55%;
    top: -120px;
    width: 700px;
    height: 740px;
  }
}

.p-cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 106.4rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cta__contents {
    display: block;
  }
}

.p-cta__text-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
          flex: 0 1 45%;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__text-wrap {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text-wrap {
    margin: 0 0 0.2rem;
  }
}

.p-cta__title {
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.07em;
  margin-bottom: 5.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .p-cta__title {
    font-size: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 3.6rem;
  }
}
.p-cta__title .u-yellow-color {
  font-size: 4.6rem;
  letter-spacing: 0.12em;
  margin-left: 0.6rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__title .u-yellow-color {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__title .u-yellow-color {
    font-size: 3rem;
  }
}
@media screen and (max-width: 369px) {
  .p-cta__title .u-yellow-color {
    font-size: 2.8rem;
  }
}
.p-cta__title > span {
  position: relative;
}
.p-cta__title > span::before {
  content: "";
  position: absolute;
  bottom: -32px;
  left: 0;
  background-image: url(../img/line-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 25px;
}

.p-cta__text {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold !important;
  line-height: 2.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1023px) {
  .p-cta__text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text {
    font-size: 1.4rem;
    line-height: 1.9;
    letter-spacing: 0.07em;
  }
}
.p-cta__text .u-yellow-color {
  font-size: 2rem;
  line-height: 1.9;
}
@media screen and (max-width: 1023px) {
  .p-cta__text .u-yellow-color {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__text .u-yellow-color {
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

.p-cta__btn-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 48.9%;
          flex: 0 1 48.9%;
}
@media screen and (max-width: 767px) {
  .p-cta__btn-wrap {
    max-width: 40rem;
    margin: 0 auto;
  }
}

.p-cta__illust {
  width: 100%;
  max-width: 34.7rem;
  margin: 0 auto -4.2rem;
}
@media screen and (max-width: 767px) {
  .p-cta__illust {
    max-width: 24rem;
    margin: 0 auto -3.6rem;
  }
}
.p-cta__illust img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 0.8rem;
}

.p-cta__btn {
  max-width: 52rem;
  position: relative;
  z-index: 2;
}
.p-cta__btn .c-btn__copy {
  font-size: 1.7rem;
  border-radius: 2px;
  padding: 0.55rem 1.3rem;
  top: 19px;
}
@media screen and (max-width: 1023px) {
  .p-cta__btn .c-btn__copy {
    top: 17px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn .c-btn__copy {
    top: 15px;
    font-size: 1.4rem;
  }
}
.p-cta__btn .c-btn__copy::before {
  content: none;
}
.p-cta__btn .c-btn__link {
  max-width: 52rem;
  height: 10.6rem;
  border-radius: 8.6rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__btn .c-btn__link {
    height: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn .c-btn__link {
    height: 6.8rem;
  }
}
.p-cta__btn .c-btn__link::before {
  right: 2rem;
  width: 2.4rem;
  height: 2rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__btn .c-btn__link::before {
    right: 1rem;
    width: 2rem;
    height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn .c-btn__link::before {
    width: 1.8rem;
    height: 1.3rem;
  }
}
.p-cta__btn .c-btn__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.4rem;
          flex: 0 0 4.4rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__btn .c-btn__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.2rem;
            flex: 0 0 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn .c-btn__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.7rem;
            flex: 0 0 2.7rem;
  }
}
.p-cta__btn .c-btn__text {
  font-size: 2.7rem;
}
@media screen and (max-width: 1023px) {
  .p-cta__btn .c-btn__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__btn .c-btn__text {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------------------------
  p-original リセットベース
  ※ 既存テーマ（JIN等）から独立した表示にする
------------------------------------------------------------------------------*/
.p-original {
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #333;
}
.p-original ul,
.p-original ol {
  list-style: none;
  list-style-type: none;
}

/*------------------------------------------------------------------------------
  u-color
------------------------------------------------------------------------------*/
.u-primary-color {
  color: #282E5C;
}

.u-secondary-color {
  color: #2C7998;
}

.u-accent-color {
  color: #F08615;
}

.u-yellow-color {
  color: #FFE401;
}

/*------------------------------------------------------------------------------
  u-fz
------------------------------------------------------------------------------*/
.u-fz16 {
  font-size: 1.6rem;
}

.u-fz15 {
  font-size: 1.5rem;
}

.u-fz14 {
  font-size: 1.4rem;
}

.u-fz13 {
  font-size: 1.3rem;
}

.u-fz12 {
  font-size: 1.2rem;
}

/*------------------------------------------------------------------------------
  u-fw
------------------------------------------------------------------------------*/
.u-fw-bold {
  font-weight: bold;
}

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

.u-fw-normal {
  font-weight: 400;
}

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

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

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

/*------------------------------------------------------------------------------
  margin
------------------------------------------------------------------------------*/
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-space-2 {
  margin-top: 2px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-space-4 {
  margin-top: 4px !important;
}

.u-mt-space-3 {
  margin-top: 3px !important;
}

.u-mt-1 {
  margin-top: 8px !important;
}

.u-mt-2 {
  margin-top: 16px !important;
}

.u-mt-3 {
  margin-top: 24px !important;
}

.u-mt-4 {
  margin-top: 32px !important;
}

.u-mt-5 {
  margin-top: 40px !important;
}

.u-mt-6 {
  margin-top: 48px !important;
}

.u-mt-7 {
  margin-top: 56px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-05 {
  margin-bottom: 4px !important;
}

.u-mb-1 {
  margin-bottom: 8px !important;
}

.u-mb-2 {
  margin-bottom: 16px !important;
}

.u-mb-3 {
  margin-bottom: 24px !important;
}

.u-mb-4 {
  margin-bottom: 32px !important;
}

.u-mb-5 {
  margin-bottom: 40px !important;
}

.u-mb-6 {
  margin-bottom: 48px !important;
}

.u-mb-7 {
  margin-bottom: 56px !important;
}

.u-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.u-my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.u-my-2 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.u-my-3 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.u-my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.u-my-5 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.u-my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.u-my-7 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.u-ml-1 {
  margin-left: 8px !important;
}

.u-ml-2 {
  margin-left: 16px !important;
}

.u-ml-05 {
  margin-left: 4px !important;
}

.u-mr-1 {
  margin-right: 8px !important;
}

.u-mr-2 {
  margin-right: 16px !important;
}

.u-mr-3 {
  margin-right: 24px !important;
}

.u-mr-4 {
  margin-right: 32px !important;
}

.u-mr-5 {
  margin-right: 40px !important;
}

.u-m-space-4 {
  margin: 4px !important;
}

.u-m-1 {
  margin: 8px !important;
}

.u-m-2 {
  margin: 16px !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-ml-auto {
  margin-left: auto !important;
}

.u-mr-auto {
  margin-right: auto !important;
}

/*------------------------------------------------------------------------------
  padding
------------------------------------------------------------------------------*/
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 8px !important;
}

.u-pt-2 {
  padding-top: 16px !important;
}

.u-pt-3 {
  padding-top: 24px !important;
}

.u-pt-4 {
  padding-top: 32px !important;
}

.u-pt-5 {
  padding-top: 40px !important;
}

.u-pt-6 {
  padding-top: 48px !important;
}

.u-pt-7 {
  padding-top: 56px !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 8px !important;
}

.u-pb-2 {
  padding-bottom: 16px !important;
}

.u-pb-3 {
  padding-bottom: 24px !important;
}

.u-pb-4 {
  padding-bottom: 32px !important;
}

.u-pb-5 {
  padding-bottom: 40px !important;
}

.u-pb-6 {
  padding-bottom: 48px !important;
}

.u-pb-7 {
  padding-bottom: 56px !important;
}

.u-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.u-py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.u-py-2 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.u-py-3 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.u-py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.u-py-5 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.u-py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.u-py-7 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.u-pl-1 {
  padding-left: 8px !important;
}

.u-pl-2 {
  padding-left: 16px !important;
}

.u-pr-1 {
  padding-right: 8px !important;
}

.u-pr-2 {
  padding-right: 16px !important;
}

.u-p-1 {
  padding: 8px !important;
}

.u-p-2 {
  padding: 16px !important;
}

/*------------------------------------------------------------------------------
  u-flex
------------------------------------------------------------------------------*/
.u-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-justify-content-star {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.u-justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.u-justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.u-align-items-flex-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.u-align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.u-align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
      -ms-grid-row-align: start !important;
      align-self: start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
      -ms-grid-row-align: end !important;
      align-self: end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-align-self-strech {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

.u-flex-grow-1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/*------------------------------------------------------------------------------
  u-highlight-yellow
------------------------------------------------------------------------------*/
.u-highlight-yellow {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 228, 1, 0.5)), to(rgba(255, 228, 1, 0.45)));
  background: linear-gradient(90deg, rgba(255, 228, 1, 0.5) 0%, rgba(255, 228, 1, 0.45) 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 35%;
  padding: 0 0.2rem 0.1rem;
}
@media screen and (max-width: 767px) {
  .u-highlight-yellow {
    background-size: 100% 25%;
  }
}
/*# sourceMappingURL=style.css.map */