@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
body:after {
  content: none;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 97;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  body.is-fixed {
    position: static;
  }
}
body.is-fixed:after {
  content: "";
  opacity: 1;
}
@media screen and (min-width: 768px) {
  body.is-fixed:after {
    content: none;
    opacity: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  a,
  button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-about {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-top: 3.75rem;
  }
}

.l-inner {
  width: 100%;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn1 {
  display: inline-block;
  padding: 0.3125rem 2.3125rem 0.4375rem;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 900;
  color: #fff;
  background-color: #FF8400;
  border-radius: 3.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    font-size: 1.375rem;
    line-height: 1.2272727273;
    padding: 0.3125rem 1.6875rem 0.4375rem;
    gap: 1.0625rem;
  }
}
.c-btn1:after {
  content: "";
  display: block;
  width: 1.875rem;
  height: 2.3125rem;
  -webkit-mask: url(/event/stock-03-a/images/btn_icon1.svg) no-repeat center center/contain;
          mask: url(/event/stock-03-a/images/btn_icon1.svg) no-repeat center center/contain;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-btn1:after {
    width: 1.5rem;
    height: 1.75rem;
  }
}

.c-btn2 {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.21875;
  background-color: #0e8574;
  padding: 0.5rem 1.875rem 0.625rem;
  border-radius: 100vmax;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto;
  gap: 1.3125rem;
  -webkit-box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.125rem 0.125rem rgba(0, 0, 0, .25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    padding: 0.3125rem 1.8125rem;
    font-size: 1.375rem;
    gap: 0.875rem;
  }
}
.c-btn2::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: url("/event/stock-03-a/images/icon-arrow-circle.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .c-btn2::after {
    width: 1.1875rem;
    height: 1.1875rem;
  }
}
@media (any-hover: hover) {
  .c-btn2:hover {
    opacity: 1;
    translate: 0 0.125rem;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .25);
            box-shadow: 0 0 0 rgba(0, 0, 0, .25);
  }
}

.c-btn3 {
  min-width: 11.25rem;
  padding: 0.25rem 1.25rem;
  border-radius: 3.125rem;
  background-color: #86BFB3;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-btn3 {
    font-size: 1.5rem;
  }
}

.c-btn4 {
  display: inline-block;
  min-width: 38.75rem;
  padding: 1.8125rem 1.25rem;
  background-color: #9FE4D3;
  border-radius: 5.625rem;
  font-size: 2rem;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #0E8574;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn4 {
    min-width: 23.25rem;
    padding: 1.0625rem 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.25;
  }
}
.c-btn4:after {
  content: "";
  display: block;
  width: 1.625rem;
  height: auto;
  aspect-ratio: 1;
  background: url(/event/stock-03-a/images/icon_cross.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 2.5rem;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .c-btn4:after {
    width: 0.9375rem;
    right: 1rem;
  }
}

.c-btnLg__textSm {
  display: block;
  width: 25.125rem;
  margin-inline: auto;
  text-align: center;
  background-color: #FFE5E9;
  border-radius: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btnLg__textSm {
    width: 22.5625rem;
  }
}
.c-btnLg__textSm:after {
  content: "";
  width: 1.25rem;
  height: 1.875rem;
  -webkit-mask: url(/event/stock-03-a/images/Polygon16.svg) no-repeat center center/contain;
          mask: url(/event/stock-03-a/images/Polygon16.svg) no-repeat center center/contain;
  background-color: #FFE5E9;
  position: absolute;
  bottom: 0;
  left: 3.125rem;
  translate: 0 50%;
}
@media screen and (min-width: 768px) {
  .c-btnLg__textSm:after {
    width: 1.125rem;
    height: 1.6875rem;
    left: 2.75rem;
  }
}
.c-btnLg__textSm span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-btnLg__textSm span {
    font-size: 1.3125rem;
    line-height: 1.7142857143;
  }
}

.c-btnLg__text {
  display: block;
  width: 34.0625rem;
  margin-inline: auto;
  text-align: center;
  background-color: #DE3129;
  border: 2px solid #fff;
  border-radius: 3.4375rem;
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  -webkit-box-shadow: 0.4375rem 0.4375rem 0.75rem rgb(204, 204, 204);
          box-shadow: 0.4375rem 0.4375rem 0.75rem rgb(204, 204, 204);
}
@media screen and (min-width: 768px) {
  .c-btnLg__text {
    font-size: 1.6875rem;
    width: 30.625rem;
    padding: 0 1.875rem 0.1875rem;
  }
}
.c-btnLg__text span {
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-btnLg__text span {
    font-size: 2.25rem;
  }
}

.c-button {
  position: relative;
  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: solid 4px #fff;
  background-color: #e83a3a;
  height: 90px;
  border-radius: 64px;
  font-weight: 600;
  -webkit-box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, .3);
          box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, .3);
  font-size: clamp(1.125rem, 0.9049295775rem + 0.9389671362vw, 1.75rem);
  max-width: 514px;
  margin: 0 auto;
  color: #fff;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 750px) {
  .c-button {
    height: 54px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media only screen and (min-width: 751px) {
  .c-button:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-button .wrap {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 751px) {
  .c-button-open:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-button-open .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

.c-button-open .icon-free {
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #333;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.8125rem, 0.7024647887rem + 0.4694835681vw, 1.125rem);
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .c-cta-btn {
    max-width: 42.6875rem;
    margin-inline: auto;
  }
}
.c-cta-btn a {
  display: block;
}

.c-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
  color: #2254D4;
}
.c-link:after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1;
  display: inline-block;
  margin-left: 0.3125rem;
  -webkit-mask: url(/event/stock-03-a/images/icon-blank.svg) no-repeat center center/contain;
          mask: url(/event/stock-03-a/images/icon-blank.svg) no-repeat center center/contain;
  background-color: #2254D4;
}
@media screen and (min-width: 768px) {
  .c-link:after {
    width: 1em;
    translate: 0 0.125rem;
  }
}

.c-list {
  padding-left: 1.75rem;
}

.c-list__item {
  list-style: disc;
}

.c-note {
  font-size: 1rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .c-note {
    font-size: 0.8125rem;
    line-height: 1.2307692308;
  }
}
.c-note.--noCount .c-note__item {
  counter-increment: none;
}
.c-note.--noCount .c-note__item .c-note__num::after {
  content: none;
}

.c-note__item {
  counter-increment: note-item;
}
.c-note__item .c-note__num::after {
  content: counter(note-item);
}
.c-note__item:only-child {
  counter-increment: none;
}
.c-note__item:only-child .c-note__num::after {
  content: "";
}

.c-note__num {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-note__num {
    width: 1.5625rem;
  }
}
.c-note__num.--sm {
  width: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .c-note__num.--sm {
    width: 0.9375rem;
  }
}

.c-note__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-note__text {
  font-size: 1rem;
  line-height: 1.1875;
}
@media screen and (min-width: 768px) {
  .c-note__text {
    font-size: 0.75rem;
    line-height: 1.1666666667;
  }
}

.c-title1 {
  display: block;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  border-bottom: 0.125rem solid #0E8574;
}
@media screen and (min-width: 768px) {
  .c-title1 {
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}

.c-title2 {
  text-align: center;
  padding: 0.6875rem 1.875rem;
  background-color: #9FE4D3;
  width: 43.75rem;
  margin-inline: auto;
  min-height: 4.375rem;
  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;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-title2 {
    padding: 0.75rem;
    max-width: 93.3333333333%;
    width: 100%;
    min-height: 5rem;
  }
}
.c-title2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 205, 187, .51);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.c-title2__inner {
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 900;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-title2__inner {
    font-size: 1.875rem;
    line-height: 1.25;
  }
}
.c-title2__inner .sm {
  font-size: 1.875rem;
  line-height: 1.4333333333;
}
@media screen and (min-width: 768px) {
  .c-title2__inner .sm {
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.c-title2__inner .lg {
  font-size: 2.25rem;
  line-height: 1.4444444444;
  letter-spacing: 0.1em;
}
.c-title2__inner .num {
  font-size: 3rem;
  line-height: 1.4583333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .c-title2__inner .num {
    font-size: 3.125rem;
    line-height: 1.44;
  }
}

.flow-block {
  background-color: #c6e3d1;
  margin-top: 3.125rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 768px) {
  .flow-block {
    margin-top: 0;
  }
}

.flow-block .inner-block {
  max-width: 1040px;
}

@media only screen and (max-width: 750px) {
  .flow-block .c-title {
    margin-bottom: 40px;
  }
}
.flow-block .subtitle {
  color: #fff;
  background-color: #0E8574;
  width: 278px;
  height: 56px;
  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;
  margin: 0 auto 20px;
  border-radius: 28px;
  font-size: clamp(0.875rem, 0.6769366197rem + 0.8450704225vw, 1.4375rem);
}

@media only screen and (max-width: 750px) {
  .flow-block .subtitle {
    width: 170px;
    height: 36px;
    margin: 0 auto 10px;
    font-size: 1.75rem;
  }
}
.flow-block .subtitle .number {
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.3098591549rem + 1.8779342723vw, 3rem);
}

@media only screen and (max-width: 750px) {
  .flow-block .subtitle .number {
    font-size: 3.5rem;
  }
}
.flow-block .notice {
  margin-top: 14px;
  font-size: clamp(0.6875rem, 0.6214788732rem + 0.2816901408vw, 0.875rem);
}

@media only screen and (max-width: 750px) {
  .flow-block .notice {
    margin-top: 24px;
    line-height: 1.45;
    font-size: 1.375rem;
  }
}
.flow-block .notice a {
  text-decoration: underline;
}

.flow-block .flow-area {
  display: grid;
  gap: 25px;
}

@media only screen and (min-width: 751px) {
  .flow-block .flow-area {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .flow-block .flow-area {
    grid-template-columns: 1fr;
  }
}
.flow-block .flow-area .flow-box {
  background-color: #fff;
  border-radius: 33px;
  padding: 0 50px 26px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .flow-block .flow-area .flow-box {
    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;
    padding: 32px 10px;
    border-radius: 10px;
  }
}
.flow-block .flow-area .number {
  font-size: clamp(2.3125rem, 2.0264084507rem + 1.220657277vw, 3.125rem);
  color: #009682;
  font-weight: bold;
  line-height: 1;
}

@media only screen and (min-width: 751px) {
  .flow-block .flow-area .number {
    margin-top: -0.5em;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 750px) {
  .flow-block .flow-area .number {
    position: absolute;
    width: 1em;
    height: 1em;
    top: -0.5em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 4.625rem;
  }
}
.flow-image {
  width: 7rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .flow-image {
    width: 3.5rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .flow-box {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}
.flow-box:last-child .flow-image {
  width: 12.25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .flow-box:last-child .flow-image {
    width: 6.125rem;
  }
}

.flow-block .flow-area .text {
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-weight: bold;
  line-height: 1.27;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow-block .flow-area .text {
    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;
  }
}

@media only screen and (max-width: 750px) {
  .flow-block .flow-area .text {
    font-size: 2rem;
    width: 42.6666666667vw;
  }
}
.footer {
  background-color: #329582;
  padding: 40px 20px 150px;
  position: relative;
}

@media only screen and (max-width: 750px) {
  .footer {
    text-align: center;
    padding: 44px 20px 100px;
  }
}
@media only screen and (min-width: 751px) {
  .footer .inner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 69.375rem;
    margin-inline: auto;
  }
}
.footer .info {
  font-size: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
  color: #fff;
}
.footer .info a {
  color: #00395B;
}

.footer .copyright {
  font-size: clamp(0.625rem, 0.5809859155rem + 0.1877934272vw, 0.75rem);
  margin-top: 26px;
  color: #fff;
}

@media only screen and (max-width: 750px) {
  .footer .copyright {
    margin-top: 40px;
  }
}
.link-block {
  position: relative;
}

@media only screen and (min-width: 751px) {
  .link-block {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 750px) {
  .link-block {
    padding: 70px 0 60px;
  }
}
.link-block .link-title {
  font-size: clamp(1.375rem, 1.2429577465rem + 0.5633802817vw, 1.75rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  color: #009682;
}

@media only screen and (max-width: 750px) {
  .link-block .link-title {
    font-size: 2.75rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 751px) {
  .link-block .button-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 750px) {
  .link-block .button-wrap {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.link-block .button-wrap a {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  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;
  color: #009682;
  border: solid 1px #009682;
  text-align: center;
  border-radius: 27px;
  height: 43px;
  background-color: #fff;
}

@media only screen and (min-width: 751px) {
  .link-block .button-wrap a {
    margin: 0 4px;
    max-width: 186px;
    width: 17.0138888889vw;
  }
  .link-block .button-wrap a:hover {
    background-color: #009682;
    color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .link-block .button-wrap a {
    font-size: 1.5rem;
    height: 38px;
    width: 46%;
    margin: 0 5px 10px;
  }
}
/* --------------------------------
* lisk-block
----------------------------------- */
.lisk-block {
  padding: 0 0 50px;
}

.theme-box-base {
  border: 1px solid rgba(0, 0, 0, .1);
}

.box {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 10px;
  display: block;
  padding: 25px 20px;
}

@media (min-width: 48em) {
  .box {
    padding: 30px 20px;
  }
}
.box-header {
  margin-bottom: 15px;
}

.box-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.box-list {
  margin-top: 30px;
}

.box-caption {
  margin-top: 20px;
}

.box-return-example {
  margin-top: 15px;
  font-size: 1rem;
}

.box-return-example .example-list:nth-child(n+2) {
  margin-top: 15px;
}

.box-return-example .example-title {
  font-weight: 600;
}

.box-return-example .example-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}

.box-return-example .example-item .example-text-num {
  margin-left: 5px;
  color: var(--accent-text-color);
  font-size: 2.25rem;
  font-weight: 600;
}

.box-return-example .example-item .example-text-unit {
  color: var(--accent-text-color);
}

.theme-list-link {
  gap: 18px;
}

.list {
  display: grid;
  gap: 15px;
  width: 100%;
}

.list > li {
  line-height: 1.4;
  font-size: 0.9rem;
}

.list .link {
  display: inline;
}

.theme-list-link > li > a {
  text-decoration: underline;
}

.link::after {
  content: "";
  display: inline-block;
}

.link.is-blank-link::after, .link[target=_blank]::after {
  background-color: rgba(0, 0, 0, 0);
  background-image: url(https://www.matsui.co.jp/assets/www/v2/icons/icon_blank_green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0;
  width: 14px;
  height: 14px;
  margin-left: 4px;
  vertical-align: -1px;
}

.p-campain-banner {
  padding-block: 1.875rem;
  background-color: #F1F1F1;
}

.p-campain-banner___imgLg {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-campain-banner___imgLg {
    max-width: 43.75rem;
    margin-inline: auto;
  }
}

.p-campain-banner__title {
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 700;
  text-align: center;
  margin-block: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-campain-banner__title {
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
}

.p-campain-banner__list {
  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;
  gap: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-campain-banner__list {
    gap: 4.375rem;
    max-width: 37.5rem;
    margin-inline: auto;
  }
}

.p-campain-banner__open {
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-campain-banner__open {
    margin-top: 0.625rem;
  }
}

.p-campain-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding-block: 6.25rem;
  height: 100vh;
  overflow-y: auto;
  display: none;
}
.p-campain-modal.is-show {
  display: block;
}

.p-campain-modal__head {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-campain-modal__head {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 2.5rem;
  }
}

.p-campain-modal__img {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-campain-modal__img {
    margin-top: 0;
    grid-area: 1/1/3/2;
  }
}

.p-campain-modal__text {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-campain-modal__text {
    margin-top: 0;
    grid-area: 1/2/2/3;
  }
}
.p-campain-modal__text .u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-campain-modal__text .u-desktop {
    display: inlne;
  }
}

.p-campain-modal__note {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-campain-modal__note {
    margin-top: 0;
    grid-area: 2/2/3/3;
  }
}

.p-campain-modal__table {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-campain-modal__table {
    margin-top: 2.5rem;
  }
}

.p-campain-modal__tableList {
  margin-top: 2.5rem;
}

.p-campain-modal__tableItem:nth-child(n+2) {
  margin-top: 2.5rem;
}

.p-campain-modal__tableTitle {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  background-color: #0E8574;
  border-radius: 6.25rem;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  text-align: center;
}

.p-campain-modal__tableTitleSm {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-campain-modal__tableTitleSm {
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }
}

.p-campain-modal__tableCaution {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.25rem;
}

.p-campain-modal__tableNote {
  margin-block: 1.25rem;
}

.p-campain-modal__caution {
  padding-left: 2rem;
}

.p-campain-modal__cautionItem {
  font-size: 1rem;
  line-height: 1.5;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  .p-campain-modal__cautionItem {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
.p-campain-modal__cautionItem:nth-child(n+2) {
  margin-top: 0.625rem;
}

.p-campain-modal__cautionListSmItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.625rem;
}

.p-contact {
  padding-bottom: 6.25rem;
  padding-top: 4.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-bottom: 5.625rem;
    padding-top: 3.75rem;
  }
}

.p-contact__text {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__text {
    margin-top: 2.25rem;
  }
}

.p-contact__img {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__img {
    margin-top: 2.25rem;
    max-width: 44.125rem;
    margin-inline: auto;
  }
}

.p-contact__telWrap {
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
  border: 0.25rem solid #8dd2bf;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-contact__telWrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-top: 3.875rem;
    border-radius: 2.375rem;
  }
}

.p-contact__tel {
  padding: 1.0625rem 2.625rem 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    padding: 1.1875rem 1.375rem;
  }
}
.p-contact__tel::after {
  content: "";
  width: 100%;
  height: 0.375rem;
  display: block;
  background: url("/event/stock-03-a/images/line2.png") no-repeat center center/contain;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__tel::after {
    width: 0.3125rem;
    height: calc(100% - 0.625rem);
    left: auto;
    right: 0;
    bottom: 0.3125rem;
    background: url("/event/stock-03-/aimages/line1.png") no-repeat center center/contain;
  }
}

.p-contact__telTitle {
  font-size: 1.5rem;
  font-weight: 900;
  color: #429483;
  text-align: center;
  max-width: 23.375rem;
  margin: 0 auto;
  line-height: 1.4583333333;
  padding-bottom: 0.125rem;
  border-bottom: 0.125rem solid #429483;
}
@media screen and (min-width: 768px) {
  .p-contact__telTitle {
    font-size: 1.25rem;
    max-width: 16.125rem;
  }
}

.p-contact__telText {
  font-size: 2.9375rem;
  font-weight: 900;
  color: #0e8574;
  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;
  gap: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__telText {
    line-height: 1.2;
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
}
.p-contact__telText::before {
  content: "";
  width: 3.125rem;
  height: 2.5rem;
  background: url("/event/stock-03-a/images/icon_tel.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-contact__telText::before {
    width: 2.75rem;
    height: 2.1875rem;
  }
}

.p-contact__telTime {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__telTime {
    font-size: 1rem;
  }
}

.p-contact__chat {
  padding: 1.5625rem 1.625rem 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__chat {
    padding: 1.1875rem 1.375rem;
  }
}

.p-contact__telBtn {
  margin-top: 0.75rem;
  text-align: center;
}

.p-contact__telTime2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: bold;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__telTime2 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.p-contact__telTime2 .green {
  color: #0f8a79;
}

.p-contact__telImg {
  position: absolute;
  width: 12.1875rem;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__telImg {
    width: 10.5rem;
  }
}

.p-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 97;
  background-color: rgba(255, 255, 255, .5);
}

.p-cv__btn {
  text-align: center;
  padding: 0.625rem 0;
  margin-inline: auto;
  width: 38.75rem;
}
@media screen and (min-width: 768px) {
  .p-cv__btn {
    width: 26.875rem;
  }
}
.p-cv__btn a {
  display: block;
}
.p-cv__btn .c-btnLg__img {
  width: 100%;
}

.p-flow {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 2.5rem;
  }
}

.p-flow__inner {
  background-color: #c6e3d1;
  padding: 6.25rem 0;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    margin-top: 2.5rem;
  }
}

.p-flow__subTitle {
  color: #fff;
  background-color: #009682;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  border-radius: 100vmax;
  font-size: 1.75rem;
  font-weight: bold;
  min-width: 17.5rem;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-flow__subTitle {
    font-size: 1.5rem;
  }
}
.p-flow__subTitle .lg {
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-flow__subTitle .lg {
    font-size: 3rem;
  }
}

.p-flow__title {
  text-align: center;
  font-size: 3.125rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 2.25rem;
  }
}

.p-flow__list {
  display: grid;
  gap: 3.125rem;
  grid-template-columns: 1fr;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    gap: 1.5625rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-flow__item {
  background-color: #fff;
  padding: 4rem 1.25rem;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1.25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    border-radius: 2.0625rem;
    padding: 3.125rem 3.125rem 1.625rem;
  }
}

.p-flow__itemNum {
  position: absolute;
  width: 1em;
  height: 1em;
  top: -0.5em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 3.125rem;
  color: #009682;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-flow__itemNum {
    margin-bottom: 1.25rem;
  }
}

.p-flow__itemImage {
  width: 27.2vw;
  height: 13.75rem;
  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;
  margin-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-flow__itemImage {
    width: auto;
    height: 7.6875rem;
  }
}
.p-flow__itemImage img {
  max-height: 100%;
}

.p-flow__itemText {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.27;
  text-align: center;
  width: 42.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-flow__itemText {
    width: auto;
    font-size: 1.25rem;
  }
}

.p-flow__caution {
  margin-top: 3rem;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__caution {
    margin-top: 0.875rem;
    font-size: 0.875rem;
  }
}
.p-flow__caution a {
  text-decoration: underline;
}

.p-fv {
  position: relative;
  overflow: clip;
  background: url(/event/stock-03-a/images/fv_bgSp.jpg) no-repeat center center/cover;
  aspect-ratio: 768/1274;
  padding-top: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-fv {
    background: url(/event/stock-03-a/images/fv_bg.jpg) no-repeat center center/cover;
    aspect-ratio: 1500/685;
    padding-top: 10.4vw;
  }
}
.p-fv:after {
  content: "";
  width: 149.8666666667%;
  height: 50.6875rem;
  background: url(/event/stock-03-a/images/fv_bg_bottom.svg) no-repeat center center/cover;
  position: absolute;
  bottom: -11.6875rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-fv:after {
    content: none;
  }
}

.p-fv__inner.l-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .p-fv__inner.l-inner {
    max-width: 88.6666666667vw;
  }
}

.p-fv__img {
  position: absolute;
  width: 45.25rem;
  height: auto;
  left: -12.5rem;
  bottom: -4.625rem;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    width: 41.8vw;
    max-width: 46.875rem;
    bottom: -29.3333333333vw;
    left: -2.2666666667vw;
  }
}
@media (min-width: 1501px) {
  .p-fv__img {
    width: 39.0625vw;
    bottom: -24.4791666667vw;
    left: -2.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fv__titleImg {
    width: 60.8666666667vw;
    max-width: 60rem;
    margin-left: auto;
  }
}

.p-fv__titleMainImg {
  width: 20.6875rem;
  margin-left: auto;
  margin-right: 1.5625rem;
}

.p-fv__titleSub {
  display: block;
  margin-top: 18.4375rem;
}

.p-fv__titleSubImg {
  width: 43.1875rem;
}

.p-fv__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__list {
    margin-left: auto;
    max-width: 52.6666666667vw;
  }
}
@media (min-width: 1920px) {
  .p-fv__list {
    max-width: 60rem;
  }
}

.p-fv__item {
  background-color: #FFF;
  border-radius: 0.875rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__item {
    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;
    gap: 1vw;
    text-align: center;
    max-height: 4.9333333333vw;
    border-radius: 0.375rem;
  }
}

.p-fv__itemText {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .p-fv__itemText {
    font-size: 1vw;
    line-height: 1;
  }
}
@media (min-width: 1501px) {
  .p-fv__itemText {
    font-size: 0.9375rem;
  }
}
.p-fv__itemText .num {
  font-size: 2.1875rem;
  line-height: 1.2285714286;
}
@media screen and (min-width: 768px) {
  .p-fv__itemText .num {
    font-size: 2.2666666667vw;
    line-height: 1;
  }
}
@media (min-width: 1501px) {
  .p-fv__itemText .num {
    font-size: 2.1875rem;
  }
}
.p-fv__itemText .sm {
  display: inline-block;
  font-size: 1.1875rem;
  line-height: 1;
  letter-spacing: 0.11em;
  translate: 0 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-fv__itemText .sm {
    translate: 0 0;
    font-size: 1vw;
    letter-spacing: 0.07em;
  }
}
@media (min-width: 1501px) {
  .p-fv__itemText .sm {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-fv__itemText .md {
    font-size: 1.5333333333vw;
    line-break: 1;
  }
}
@media (min-width: 1501px) {
  .p-fv__itemText .md {
    font-size: 1.4375rem;
  }
}
.p-fv__itemText .lg {
  font-size: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__itemText .lg {
    font-size: 2.2666666667vw;
  }
}
@media (min-width: 1501px) {
  .p-fv__itemText .lg {
    font-size: 2.125rem;
  }
}

.p-fv__num {
  font-size: 2.1875rem;
  line-height: 2.9142857143;
  font-weight: 900;
  margin-top: -2rem;
  translate: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__num {
    font-size: 1.4vw;
    line-height: 2.8571428571;
    margin-top: 0;
    translate: 0 0;
  }
}
.p-fv__num .num {
  display: inline-block;
  font-size: 7.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__num .num {
    font-size: 4.6vw;
    translate: 0 0.1875rem;
  }
}
@media (min-width: 1501px) {
  .p-fv__num .num {
    font-size: 5.125rem;
    line-height: 1;
  }
}

.p-fv__cta {
  position: absolute;
  width: 42.6875rem;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-fv__cta {
    width: 28.6666666667%;
    bottom: 4.2vw;
    left: auto;
    left: initial;
    right: calc(50% - 40.66667vw);
  }
}
@media (min-width: 1501px) {
  .p-fv__cta {
    right: calc(50% - 38.125rem);
    bottom: 3.9375rem;
  }
}
.p-fv__cta a {
  display: block;
}

@media (min-width: 1920px) {
  .p-fv__inner.l-inner {
    max-width: 66.40625vw;
  }
  .p-fv__cta {
    bottom: 8.59375vw;
    right: auto;
    right: initial;
    left: 50%;
    translate: -30% 0;
  }
}
.p-header {
  padding-block: 0.9375rem;
  background-color: #fff;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
  max-width: calc(100% - 3.75rem);
  margin-inline: auto;
  position: fixed;
  width: 100%;
  z-index: 98;
  top: 1.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-header {
    max-width: calc(100% - 6.25rem);
    top: 1.4666666667vw;
    height: 4.9333333333vw;
    min-height: 3.125rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1501px) {
  .p-header {
    top: 0.9375rem;
    height: 4.625rem;
    max-width: 83.125rem;
  }
}
.p-header.is-active {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #0E8574;
}
.p-header__inner.l-inner {
  padding-inline: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner.l-inner {
    max-width: 83.125rem;
    height: 3vw;
    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;
  }
}
@media (min-width: 1501px) {
  .p-header__inner.l-inner {
    height: 2.8125rem;
  }
}

.p-header__head {
  width: 100%;
  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;
}
@media screen and (min-width: 768px) {
  .p-header__head {
    display: contents;
  }
}

.p-header__logo {
  width: 7.1875rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 5.75rem;
  }
}
.p-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-header__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 2.75rem;
  height: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    display: none;
  }
}
.p-header__btn span {
  width: 100%;
  height: 0.25rem;
  background-color: #28A98F;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-header__btn.is-active span:nth-child(1) {
  -webkit-transform: translateY(1rem) rotate(45deg);
          transform: translateY(1rem) rotate(45deg);
}
.p-header__btn.is-active span:nth-child(2) {
  opacity: 0;
}
.p-header__btn.is-active span:nth-child(3) {
  -webkit-transform: translateY(-1rem) rotate(-45deg);
          transform: translateY(-1rem) rotate(-45deg);
}

.p-header__drawer {
  width: 100%;
  height: 0;
  visibility: hidden;
  background-color: #fff;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-inline: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-header__drawer {
    display: block;
    height: 100%;
    visibility: visible;
    height: inherit;
    background-color: transparent;
    padding-inline: 0;
  }
}
.p-header__drawer.is-active {
  height: 100%;
  visibility: visible;
}
.p-header__drawer.is-active .p-header__nav {
  opacity: 1;
}

.p-header__nav {
  padding-top: 2.8125rem;
  padding-bottom: 3.625rem;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    opacity: 1;
    height: inherit;
    padding-block: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-header__list {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

@media screen and (min-width: 768px) {
  .p-header__item {
    height: inherit;
  }
}
.p-header__item:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-header__item:nth-child(n+2) {
    margin-top: 0;
    border-left: 1px solid #86BFB3;
  }
}
.p-header__item a {
  display: block;
  background-color: #9FE4D3;
  padding: 1.25rem 0.9375rem;
  font-size: 1.6875rem;
  font-weight: 900;
  line-height: 1.1481481481;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__item a {
    background: none;
    color: #333333;
    font-size: 1vw;
    height: inherit;
    padding-block: 0;
    padding-inline: 1.8vw;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) and (min-width: 1501px) {
  .p-header__item a {
    font-size: 0.9375rem;
    padding-inline: 1.6875rem;
  }
}
.p-header__item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 205, 187, .51);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-header__item a:before {
    content: none;
  }
}
.p-header__item a span {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-header__item a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
}

.p-header__cta {
  margin-top: 3.125rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__cta {
    display: none;
  }
}

.p-merit {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-merit {
    padding-top: 2.5rem;
  }
}

.p-merit__headList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.875rem;
  margin-top: 4.8125rem;
}
@media screen and (min-width: 768px) {
  .p-merit__headList {
    margin-top: 5.4375rem;
  }
}

.p-merit__headItem {
  padding: 1.875rem 0.9375rem 0.9375rem;
  background-color: #DEF2ED;
  border-radius: 1.875rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 2;
  counter-increment: merit-head-item;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-merit__headItem {
    grid-template-rows: auto;
    grid-row: auto;
    grid-template-columns: minmax(auto, 5.625rem) 1fr;
    min-height: 10.5rem;
  }
}

.p-merit__headNum {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  font-size: 1.3125rem;
  line-height: 1.1428571429;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: #0E8574;
  border-radius: 3.8125rem;
  padding: 0.3125rem 1.0625rem 0.625rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-merit__headNum {
    font-size: 1.3125rem;
    line-height: 1.1428571429;
    padding: 0.5625rem 3.125rem 0.6875rem;
  }
}
.p-merit__headNum:after {
  content: counter(merit-head-item);
  font-size: 1.75rem;
}

.p-merit__headText {
  font-size: 1.625rem;
  line-height: 1.2307692308;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #0E8574;
  text-align: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 768px) {
  .p-merit__headText {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.5rem;
    line-height: 1.3333333333;
  }
}
.p-merit__headText .num {
  font-size: 2.5rem;
  line-height: 0.8;
}

.p-merit__headIcon {
  width: 6.25rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-merit__headIcon {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-merit__list {
  margin-top: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__list {
    margin-top: 7.5rem;
  }
}

.p-merit__item {
  counter-increment: merit-item;
  position: relative;
  padding: 4.375rem 1.5625rem 3.125rem;
  background-color: #DEF2ED;
  border-radius: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__item {
    padding: 5.625rem 3.5625rem 3.125rem;
  }
}
.p-merit__item:nth-child(n+2) {
  margin-top: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit__item:nth-child(n+2) {
    margin-top: 7.5rem;
  }
}

.p-merit__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.25;
  font-weight: 900;
  color: #fff;
  width: 8.75rem;
  height: 9.3125rem;
  background-color: #0E8574;
  border-radius: 50%;
  padding: 0.3125rem 1.0625rem 0.625rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-merit__num {
    font-size: 1.125rem;
    line-height: 2.2777777778;
    width: 6.625rem;
    height: 7.0625rem;
  }
}
.p-merit__num:after {
  content: counter(merit-item);
  font-size: 2.5rem;
  line-height: 0.8;
}
@media screen and (min-width: 768px) {
  .p-merit__num:after {
    font-size: 1.875rem;
    line-height: 1.1333333333;
  }
}

.p-merit__title {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #0E8574;
  text-align: center;
  max-width: 41.25rem;
  border-bottom: 0.3125rem solid #0E8574;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-merit__title {
    font-size: 2rem;
    line-height: 1.875;
  }
}

.p-merit__titleSub {
  font-size: 2.25rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #fff;
  background-color: #0E8574;
  text-align: center;
  border-radius: 0.4375rem;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
  position: relative;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit__titleSub {
    padding-top: 1.125rem;
    padding-bottom: 1.0625rem;
    margin-top: 1.875rem;
    font-size: 2rem;
    line-height: 1.40625;
  }
}
.p-merit__titleSub:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1rem;
  -webkit-mask: url(/event/stock-03-a/images/lead_bottom.svg) no-repeat center center/100% 100%;
          mask: url(/event/stock-03-a/images/lead_bottom.svg) no-repeat center center/100% 100%;
  background-color: #0E8574;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}
@media screen and (min-width: 768px) {
  .p-merit__titleSub:after {
    width: 4rem;
    height: 1.75rem;
  }
}
.p-merit__titleSub .sm {
  font-size: 1.5rem;
  line-height: 1.875;
}
@media screen and (min-width: 768px) {
  .p-merit__titleSub .sm {
    font-size: 1.25rem;
    line-height: 2.25;
  }
}
.p-merit__titleSub .num {
  font-size: 4rem;
  line-height: 0.703125;
}
@media screen and (min-width: 768px) {
  .p-merit__titleSub .num {
    font-size: 3.75rem;
    line-height: 0.75;
  }
}
.p-merit__titleSub .mark {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 1.2;
  translate: 0 -1.5625rem;
}

.p-merit1__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 3.5625rem;
}

.p-merit1__item {
  padding: 1.25rem 0.3125rem 1.25rem;
  background-color: #fff;
  border-radius: 1.25rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.p-merit1__title {
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  padding-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-merit1__title {
    font-size: 2.25rem;
    line-height: 1.4444444444;
  }
}

.p-merit1__icon {
  width: 11.25rem;
  margin-inline: auto;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-merit1__icon {
    margin-top: 1rem;
  }
}

.p-merit1__text {
  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;
  gap: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.4583333333;
  font-weight: 900;
  margin-top: -1.25rem;
}
.p-merit1__text .lg {
  font-size: 2.25rem;
  line-height: 1.1944444444;
}
.p-merit1__text .num {
  font-size: 7.5rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-merit1__text .num {
    font-size: 6rem;
    line-height: 1.1979166667;
  }
}

.p-merit1__open {
  font-size: 1.25rem;
  line-height: 1;
  color: #2254D4;
  margin-top: 4.8125rem;
}

.p-merit1__more {
  padding-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-merit1__more {
    padding-top: 1.875rem;
  }
}

.p-merit1__list2 {
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-merit1__list2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem 1.5625rem;
    margin-top: 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit1__item2 {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 1.875rem;
    padding-inline: 1.5625rem;
  }
}
.p-merit1__item2:nth-child(2) {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .p-merit1__item2:nth-child(2) {
    margin-top: 0;
  }
}

.p-merit1__text2 {
  font-size: 2rem;
  line-height: 1.40625;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit1__text2 {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-top: 0;
  }
}

.p-merit1__box {
  background-color: #fff;
  border-radius: 0.9375rem;
  padding: 1.5625rem 1.25rem;
  margin-top: 1.875rem;
}

.p-merit1__boxTitle {
  display: block;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #0E8574;
  text-align: center;
}

.p-merit1__boxImgWrap {
  margin-top: 1.9375rem;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-merit1__boxImgWrap {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

.p-merit__boxImg1 {
  max-width: 13.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-merit__boxImg1 {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-merit__boxImg2 {
    max-width: 20.6875rem;
  }
}

.p-merit1__item2Inner {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit1__item2Inner {
    margin-top: 0;
    display: contents;
  }
}
@media (max-width: 768px) {
  .p-merit1__item2Inner .p-merit1__text2 {
    margin-top: 0;
  }
}

.p-merit__boxImg3 {
  max-width: 11.25rem;
}
@media screen and (min-width: 768px) {
  .p-merit__boxImg3 {
    max-width: 19.625rem;
    margin-inline: auto;
  }
}

.p-merit1__more {
  display: none;
}
.p-merit1__more.is-active {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-merit2__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    padding-bottom: 3.125rem;
  }
}
.p-merit2__list .c-note {
  max-width: 35.125rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__list .c-note {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-merit2__item:nth-child(1) {
    grid-area: 2/1/3/3;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__item:nth-child(1) .p-merit2__title {
    grid-area: 1/1/2/3;
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__item:nth-child(1) .p-merit2__text {
    text-align: left;
    margin-block: 0;
    grid-area: 2/2/3/3;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__item:nth-child(1) .p-merit2__img1 {
    grid-area: 2/1/5/2;
    padding-left: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__item:nth-child(1) .p-merit2__open {
    text-align: left;
    grid-area: 3/2/4/3;
    margin-block: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__item:nth-child(1) .c-note {
    grid-area: 4/2/5/3;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__item:nth-child(3) .p-merit2__text {
    margin-bottom: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__item:nth-child(3) .p-merit2__open {
    margin-top: 1.125rem;
  }
}

.p-merit2__title {
  display: block;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  border-bottom: 0.125rem solid #0E8574;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__title {
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}

.p-merit2__text {
  font-size: 2rem;
  line-height: 1.1875;
  text-align: center;
  margin-block: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__text {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-block: 1.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit2__img2 {
    max-width: 23.625rem;
    margin-inline: auto;
  }
}

@media screen and (min-width: 768px) {
  .p-merit2__img3 {
    max-width: 18.875rem;
    margin-inline: auto;
  }
}

.p-merit2__open {
  text-align: center;
  margin-top: 1.875rem;
}
@media (max-width: 768px) {
  .p-merit2__open .c-btn1 {
    padding: 1.0625rem 2.5rem 1.25rem;
    font-size: 2rem;
    line-height: 1.1875;
    min-width: 27.5rem;
    position: relative;
  }
  .p-merit2__open .c-btn1:after {
    position: absolute;
    top: 50%;
    right: 2.5rem;
    translate: 0 -50%;
  }
}

.p-merit2__listSm {
  margin-top: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__listSm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 2.5rem;
  }
}

.p-merit2__itemSm {
  position: relative;
}
.p-merit2__itemSm:before {
  content: "";
  display: block;
  width: 100%;
  height: 8.125rem;
  background-color: #fff;
  border-radius: 1.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-merit2__itemSm:before {
    height: 5.5rem;
    width: calc(100% - 0.3125rem);
    border-radius: 0.8125rem;
  }
}
.p-merit2__itemSm:nth-child(2n+1) .p-merit2__itemSmInner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-merit2__itemSm:nth-child(2n+1) .p-merit2__itemSmInner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-merit2__itemSm:not(:last-child) {
  margin-top: -0.1875rem;
}
.p-merit2__itemSm:last-child {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__itemSm:last-child {
    margin-top: 0;
  }
}

.p-merit2__itemSmInner {
  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;
  position: relative;
  z-index: 1;
}

.p-merit2__textSm {
  font-size: 2rem;
  line-height: 1.1875;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-merit2__textSm {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.p-merit2__textSm .mark {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.1875;
  translate: 0 -1.25rem;
}

.p-merit2__imgSm1 {
  width: 13.9375rem;
  margin-left: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__imgSm1 {
    width: 9.4375rem;
    margin-left: 0;
    margin-right: 0.75rem;
  }
}

.p-merit2__imgSm2 {
  width: 11.375rem;
  margin-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__imgSm2 {
    width: 7.6875rem;
    margin-right: 1.25rem;
  }
}

.p-merit2__imgSm3 {
  width: 12.6875rem;
  margin-left: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__imgSm3 {
    width: 8.625rem;
    margin-left: 0;
    margin-right: 1.5625rem;
  }
}

.p-merit2__imgSm4 {
  width: 7.625rem;
  margin-right: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__imgSm4 {
    width: 5.1875rem;
    margin-right: 1.25rem;
  }
}

.p-merit2__note2 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__note2 {
    margin-top: 1.875rem;
  }
}

.p-merit2__slideItem {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideItem {
    display: blok;
  }
}

@media screen and (min-width: 768px) {
  .p-merit2__slideTitle {
    grid-area: 1/1/2/3;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__slideTitle.c-title1 {
    font-size: 2.25rem;
  }
}

.p-merit2__slideBody {
  padding-bottom: 8.75rem;
  margin-top: 3.3125rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideBody {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 1.6875rem;
    padding-bottom: 4.375rem;
  }
}

.p-merit2__slideImg1 {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideImg1 {
    width: 18.25rem;
    margin-inline: auto;
  }
}

.p-merit2__slideImg2-1 {
  width: 100%;
  height: auto;
  aspect-ratio: 600/375;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideImg2-1 {
    max-width: 19rem;
    margin-inline: auto;
    aspect-ratio: 304/190;
  }
}

.p-merit2__slideImg2-2 {
  width: 100%;
  height: auto;
  aspect-ratio: 600/440;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideImg2-2 {
    max-width: 16.125rem;
    margin-inline: auto;
    aspect-ratio: 258/190;
  }
}

.p-merit2__slideImg3 {
  width: 100%;
  max-height: 21.8125rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideImg3 {
    max-width: 20.375rem;
    max-height: 11.875rem;
    margin-inline: auto;
  }
}

.p-merit2__slideTextWrap {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideTextWrap {
    display: block;
    margin-top: 0.625rem;
    padding-inline: 1.125rem;
  }
}

.p-merit2__slideTitleSm {
  font-size: 2.25rem;
  line-height: 1.25;
  font-weight: 700;
  margin-top: 0.625rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideTitleSm {
    font-size: 1.5rem;
    line-height: 1.875;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }
}

.p-merit2__slideText {
  font-size: 2rem;
  line-height: 1.40625;
  letter-spacing: 0.05em;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .p-merit2__slideText {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 768px) {
  .p-merit2__slideItem.--col2 .p-merit2__slideBody {
    grid-template-columns: auto 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__slideItem.--col2 .p-merit2__slideImg1 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-merit2__slideItem.--col2 .p-merit2__slideTitleSm {
    margin-top: 0;
  }
}

.p-merit3__bannerList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5625rem 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit3__bannerList {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 3.3125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-merit3__bannerItem {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 1.875rem 0;
  }
}
@media (max-width: 768px) {
  .p-merit3__bannerItem:nth-child(3) {
    grid-area: 2/1/3/3;
  }
}

.p-merit3__bannerImg {
  max-width: 20rem;
  width: 100%;
  margin-inline: auto;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
}

.p-merit3__bannerOpen {
  text-align: center;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-merit3__bannerOpen {
    margin-top: 0;
  }
}

.p-merit3-point__box1 {
  padding: 1.875rem 1.5625rem 2.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__box1 {
    margin-top: 3.3125rem;
  }
}
.p-merit3-point__box1 + .p-merit3-point__box1 {
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__box1 + .p-merit3-point__box1 {
    margin-top: 0.9375rem;
  }
}

.p-merit3-point__title {
  font-size: 2rem;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  background-color: #B7E9DF;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__title {
    font-size: 1.5rem;
    line-height: 1.75;
    padding: 0;
  }
}

.p-merit3-point__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__wrapper {
    grid-template-columns: auto 1fr;
    gap: 0.9375rem 0;
  }
}

.p-merit3-point__logo1 {
  width: 9.5625rem;
  margin-inline: auto;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__logo1 {
    grid-area: 1/1/3/2;
  }
}

.p-merit3-point__text {
  font-size: 1.75rem;
  line-height: 1.6071428571;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-merit3-point__text-sm {
  font-size: 1.25rem;
  line-height: 1.8;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__text-sm {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-merit3-point__box2 {
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 1.25rem;
}

.p-merit3-point__logoWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.0625rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__logoWrap {
    max-width: 36.875rem;
    margin-inline: auto;
  }
}

.p-merit3-point__titleSub {
  display: block;
  font-size: 2rem;
  line-height: 1.40625;
  font-weight: 900;
  text-align: center;
  margin-block: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__titleSub {
    font-size: 1.5rem;
    line-height: 1.875;
    margin-bottom: 0;
  }
}

.p-merit3-point__open {
  display: block;
  font-size: 1.5rem;
  line-height: 0.8333333333;
  color: #2254D4;
  text-align: center;
  text-decoration: underline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-merit3-point__open {
    font-size: 1.25rem;
    line-height: 1;
  }
}

.p-merit-point3__bannerLg {
  margin-inline: auto;
  max-width: 42.9375rem;
  margin-top: 2.75rem;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-merit3-point__more {
  display: none;
}
.p-merit3-point__more.is-active {
  display: block;
}

.p-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  padding-block: 6.25rem;
  height: 100vh;
  overflow-y: auto;
  display: none;
}
.p-modal.is-show {
  display: block;
}

.p-modal__bg {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p-modal__inner.l-inner {
  max-width: 46.875rem;
}

.p-modal__content {
  background-color: #fff;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .25);
          box-shadow: 0.1875rem 0.1875rem 0.1875rem rgba(0, 0, 0, .25);
  padding: 2.5rem 2rem;
  position: relative;
  z-index: 1;
}
.p-modal__close {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    cursor: pointer;
  }
}
.p-modal__close button {
  display: inline-block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 900;
  color: #fff;
  padding: 1.25rem;
  border-radius: 15.625rem;
  background-color: #8b8b8b;
  min-width: 22.8125rem;
}
@media screen and (min-width: 768px) {
  .p-modal__close button {
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.45;
    min-width: 13.25rem;
  }
}

.p-modal .splide__arrows {
  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;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 10;
  width: 90.8571428571%;
}
@media screen and (min-width: 768px) {
  .p-modal .splide__arrows {
    width: 100%;
  }
}
.p-modal .splide__arrows button.splide__arrow {
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #FF9F38;
  height: auto;
  aspect-ratio: 1;
  width: 4.875rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-modal .splide__arrows button.splide__arrow {
    width: 2.9375rem;
  }
}
.p-modal .splide__arrows button.splide__arrow--prev {
  left: 0;
}
.p-modal .splide__arrows button.splide__arrow--prev:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(/event/stock-03-a/images/arrow_left.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -60% -50%;
}
@media screen and (min-width: 768px) {
  .p-modal .splide__arrows button.splide__arrow--prev:after {
    width: 1.5rem;
  }
}
.p-modal .splide__arrows button.splide__arrow--next {
  right: 0;
}
.p-modal .splide__arrows button.splide__arrow--next:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(/event/stock-03-a/images/arrow_right.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -40% -50%;
}
@media screen and (min-width: 768px) {
  .p-modal .splide__arrows button.splide__arrow--next:after {
    width: 1.5rem;
  }
}
.p-modal .splide__arrows button.splide__arrow svg {
  display: none;
}
.p-modal .splide__pagination {
  padding: 0;
  bottom: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal .splide__pagination {
    bottom: 0.625rem;
  }
}
.p-modal .splide__pagination__page {
  width: 1.5625rem;
  height: auto;
  aspect-ratio: 1;
  margin-inline: 1.25rem;
  background-color: #C0C0C0;
}
@media screen and (min-width: 768px) {
  .p-modal .splide__pagination__page {
    width: 0.8125rem;
    margin-inline: 1.25rem;
  }
}
.p-modal .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #FF9F38;
  opacity: 1;
}

.splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-problem {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-problem {
    padding-top: 2.5rem;
  }
}

.p-problem__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-problem__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 37.9375rem;
    margin-inline: auto;
  }
}

.p-problem__text {
  font-size: 2rem;
  line-height: 1.40625;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-problem__text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-problem__img1 {
  width: 26.4375rem;
}
@media screen and (min-width: 768px) {
  .p-problem__img1 {
    width: 14.0625rem;
  }
}

.p-problem__main {
  margin-top: 4.25rem;
}
@media screen and (min-width: 768px) {
  .p-problem__main {
    margin-top: 4.4375rem;
  }
}

.p-problem__mainBox {
  border: 0.375rem solid #9FE4D3;
  padding: 3.375rem 11rem 3.375rem 3.1875rem;
  border-radius: 1.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-problem__mainBox {
    max-width: 42.75rem;
    margin-inline: auto;
    padding: 3.375rem 11.25rem 3.125rem 4rem;
  }
}
.p-problem__mainBox .lead {
  display: inline-block;
  padding-inline: 2.5rem;
  font-size: 2rem;
  line-height: 1.40625;
  font-weight: 700;
  background-color: #9FE4D3;
  border-radius: 4.75rem;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (min-width: 768px) {
  .p-problem__mainBox .lead {
    padding-inline: 3.875rem;
    font-size: 1.5rem;
    line-height: 1.875;
  }
}
.p-problem__mainBox .lead:after {
  content: "";
  display: block;
  width: 1.6875rem;
  height: 0.9375rem;
  -webkit-mask: url(/event/stock-03-a/images/lead_bottom.svg) no-repeat center center/contain;
          mask: url(/event/stock-03-a/images/lead_bottom.svg) no-repeat center center/contain;
  background-color: #9FE4D3;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
}

.p-problem__textLg {
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-problem__textLg {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-problem__textLg .lg {
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-problem__textLg .lg {
    font-size: 1.5rem;
  }
}

.p-problem__img2 {
  width: 11.25rem;
  height: auto;
  position: absolute;
  bottom: 0.9375rem;
  right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-problem__img2 {
    width: 8.125rem;
    bottom: -0.375rem;
    right: 1.5rem;
  }
}

.p-problem__textSub {
  font-size: 3.9375rem;
  line-height: 1.0158730159;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-problem__textSub {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 3.1875rem;
    margin-top: 1.5625rem;
  }
}
.p-problem__textSub .sm {
  font-size: 2rem;
  line-height: 0.90625;
}
.p-problem__textSub .lg {
  display: inline-block;
  font-size: 4.375rem;
  line-height: 0.9142857143;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-problem__textSub .lg {
    margin-top: 0;
    font-size: 3.5625rem;
    line-height: 0.9122807018;
  }
}
.p-problem__textSub .num {
  font-size: 7.5625rem;
  line-height: 0.5619834711;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-problem__textSub .num {
    font-size: 6.0625rem;
    line-height: 0.5360824742;
  }
}
.p-problem__textSub .mark {
  font-size: 0.9375rem;
  line-height: 2.6666666667;
  position: absolute;
  top: 1.875rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-problem__textSub .mark {
    font-size: 0.75rem;
    line-height: 2.6666666667;
    right: -0.625rem;
  }
}
.p-problem__textSub .u-note {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-problem__textSub .u-note {
    text-align: right;
  }
}

.p-program {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-program {
    padding-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  .p-program__img {
    max-width: 43.75rem;
    margin-inline: auto;
  }
}

.p-program__title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #0E8574;
  padding-block: 0.5625rem;
  border-radius: 6.25rem;
  max-width: 39.75rem;
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-program__title {
    max-width: 100%;
  }
}

.p-program__table {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-program__table {
    margin-top: 2.5rem;
  }
}

.p-program__btn {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-program__btn {
    margin-top: 2.5rem;
  }
}

.c-section {
  position: relative;
}

@media only screen and (max-width: 750px) {
  .c-section {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 751px) {
  .c-section {
    padding: 100px 0;
  }
}
.bg-gray {
  background-color: #f7f7f7;
}

@media only screen and (min-width: 751px) {
  .security-block {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 750px) {
  .security-block {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 751px) {
  .security-block .inner-block {
    max-width: 1030px;
  }
}
.security-block .security-title {
  font-size: clamp(1.25rem, 1.0299295775rem + 0.9389671362vw, 1.875rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .security-block .security-title {
    font-size: 2.5rem;
  }
}
.security-block .intro {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .security-block .intro {
    font-size: 1.5rem;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.security-block .text {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
}

@media only screen and (max-width: 750px) {
  .security-block .text {
    font-size: 1.5rem;
  }
}
.security-block .security-slider {
  margin-top: 40px;
  position: relative;
}

.security-block .security-slider .security-box {
  border-radius: 23px;
  background-color: #fff;
}

@media only screen and (min-width: 751px) {
  .security-block .security-slider .security-box {
    margin: 0 17px;
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .security-block .security-slider .security-box {
    margin: 0 30px;
    padding: 20px;
  }
}
.security-block .security-slider .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 104px;
  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;
}

@media only screen and (min-width: 751px) {
  .security-block .security-slider .image {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .security-block .security-slider .image {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 750px) {
  .security-block .security-slider .image {
    max-width: 80px;
  }
}
.security-block .security-slider .info .title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: clamp(0.875rem, 0.7209507042rem + 0.6572769953vw, 1.3125rem);
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .security-block .security-slider .info .title {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
}
.arrows-dots {
  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;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 750px) {
  .arrows-dots {
    bottom: 60px;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  margin: 0 22px;
}

.slick-dots li {
  background: #cccccc;
  border-radius: 50%;
  text-indent: -9999px;
  height: 11px;
  width: 11px;
}

@media only screen and (max-width: 750px) {
  .slick-dots li {
    height: 10px;
    width: 10px;
  }
}
.slick-dots li + li {
  margin-left: 22px;
}

.slick-dots li.slick-active {
  opacity: 1;
  background: #1fbc86;
}

.slick-arrow {
  font-size: 0;
  z-index: 2;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  background-color: #1fbc86;
  position: relative;
}

.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.slick-arrow.slick-disabled {
  background-color: #ccc;
  pointer-events: none;
}

.slick-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .slick-arrow::before {
    height: 18px;
    width: 18px;
  }
}
.slick-prev::before {
  left: 4px;
}

.slick-next::before {
  right: 4px;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.p-support {
  padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-support {
    padding-top: 2.5rem;
  }
}

.p-support__title {
  display: block;
  font-size: 2.5rem;
  line-height: 1.45;
  font-weight: 900;
  text-align: center;
  border-bottom: 0.125rem solid #0E8574;
}
@media screen and (min-width: 768px) {
  .p-support__title {
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}

.p-support__list {
  margin-top: 3.75rem;
}

.p-support__item:nth-child(n+2) {
  margin-top: 5rem;
}

.p-support__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-support__wrapper {
    grid-template-columns: auto 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-support__img1 {
  max-width: 26.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-support__img1 {
    max-width: 17.625rem;
  }
}

.p-support__img2 {
  max-width: 38.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-support__img2 {
    max-width: 19.875rem;
  }
}

.p-support__text {
  margin-top: 2.5rem;
  font-size: 2rem;
  line-height: 1.40625;
}
@media screen and (min-width: 768px) {
  .p-support__text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

@media screen and (min-width: 768px) {
  .p-table1 .c-list__item {
    font-size: 0.75rem;
  }
}

.p-program__table {
  background-color: #0E8574;
}
.p-program__table table {
  width: 100%;
  border-spacing: 1px;
}

.p-table1 th,
.p-table1 td {
  background-color: #fff;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
}

.p-table1 th {
  background-color: #9AD8C7;
  min-width: 6.25rem;
  font-weight: 700;
}

.p-table1 td:has(.p-table1__step) {
  padding: 0;
}

.p-table1__step {
  display: grid;
  grid-template-columns: 12.0625rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-table1__stepLabel {
  white-space: nowrap;
  background-color: #EFFFFB;
  border-right: 1px solid #0E8574;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.03em;
  font-weight: 700;
  height: 100%;
}

.p-table1__stepText {
  padding-inline: 0.25rem;
}

.p-table2 {
  background-color: #0E8574;
}
.p-table2 table {
  border-spacing: 1px;
  width: 100%;
}
.p-table2 {
  font-size: 1.125rem;
  line-height: 1.3333333333;
}
@media screen and (min-width: 768px) {
  .p-table2 {
    font-size: 0.8125rem;
    line-height: 1.8461538462;
  }
}
.p-table2 th {
  background-color: #9AD8C7;
  font-weight: 700;
  padding: 0.375rem;
  min-width: 7.5rem;
}
.p-table2 td {
  background-color: #fff;
  padding: 0.5rem;
}
.p-table2 ol {
  padding-left: 1.25rem;
}
.p-table2 ol li {
  list-style: decimal;
}
.p-table2 ul:not(.c-note) {
  padding-left: 2.5rem;
}
.p-table2 ul:not(.c-note) li {
  list-style: disc;
}

.p-table3 {
  background-color: #0E8574;
  font-size: 1.25rem;
  line-height: 1.6;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px) {
  .p-table3 {
    font-size: 1rem;
    line-height: 1.25;
  }
}
.p-table3 table {
  width: 100%;
  border-collapse: collapse;
}
.p-table3 th,
.p-table3 td {
  border: 1px solid #0E8574;
}
.p-table3 table + table th,
.p-table3 table + table td {
  border-top: none;
}
.p-table3 th {
  background-color: #9AD8C7;
  font-weight: 700;
  padding: 0.375rem;
  min-width: 7.5rem;
}
.p-table3 td {
  background-color: #fff;
  padding: 0.5rem;
}

ol.p-table3__list {
  padding-left: 1.5625rem;
}
ol.p-table3__list li {
  list-style: decimal;
}

ul.p-table3__listSm {
  padding-left: 1.875rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  ul.p-table3__listSm {
    font-size: 0.75rem;
    line-height: 1.3333333333;
  }
}
ul.p-table3__listSm li {
  list-style: disc;
}

@media screen and (min-width: 768px) {
  .p-table4.--sm {
    max-width: 31.25rem;
  }
}
.p-table4 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 1px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-table4 table {
    font-size: 0.8125rem;
    line-height: 1.5384615385;
  }
}
.p-table4 thead {
  background-color: #9AD8C7;
}
.p-table4 thead th {
  border: 1px solid #0E8574;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem;
}
.p-table4 thead th:nth-child(1) {
  width: 9.625rem;
}
@media screen and (min-width: 768px) {
  .p-table4 thead th:nth-child(1) {
    width: 10.3125rem;
  }
}
.p-table4 thead th:nth-child(2) {
  width: 11.125rem;
}
@media screen and (min-width: 768px) {
  .p-table4 thead th:nth-child(2) {
    width: 11.75rem;
  }
}
.p-table4 tbody th {
  background-color: #EFFFFB;
  font-weight: 700;
}
.p-table4 tbody th,
.p-table4 tbody td {
  border: 1px solid #0E8574;
  padding: 0.5rem;
  text-align: left;
}

#page-top {
  position: fixed;
  content: "";
  right: 40px;
  bottom: 0;
  width: 50px;
  z-index: 500;
  margin-bottom: 3%;
}

@media only screen and (max-width: 750px) {
  .btm-pagetop {
    width: 100%;
  }
  .btm-pagetop a {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    background: #555;
    padding: 2% 0 2.5%;
    color: #fff;
    width: 100%;
    text-align: center;
  }
}
#fix_cv-botton {
  position: fixed;
  width: 100%;
  z-index: 400;
  bottom: 0;
  background-color: rgba(255, 255, 255, .5);
  padding: 20px 0;
}

#fix_cv-botton .c-button {
  height: 80px;
}

@media only screen and (max-width: 750px) {
  #fix_cv-botton .cv--Btn {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 751px) {
  .security-block {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 750px) {
  .security-block {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 751px) {
  .security-block .inner-block {
    max-width: 1030px;
    margin: 0 auto;
  }
}
.security-block .security-title {
  font-size: clamp(1.25rem, 1.0299295775rem + 0.9389671362vw, 1.875rem);
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 750px) {
  .security-block .security-title {
    font-size: 2.5rem;
  }
}
.security-block .intro {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .security-block .intro {
    font-size: 1.5rem;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.security-block .text {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
}

@media only screen and (max-width: 750px) {
  .security-block .text {
    font-size: 1.5rem;
  }
}
.security-block .security-slider {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .security-block .security-slider {
    max-width: 34.375rem;
    margin-inline: auto;
  }
}

.security-block .security-slider .security-box {
  border-radius: 23px;
  background-color: #fff;
}

@media only screen and (min-width: 751px) {
  .security-block .security-slider .security-box {
    margin: 0 17px;
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .security-block .security-slider .security-box {
    margin: 0 30px;
    padding: 20px;
  }
}
.security-block .security-slider .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 104px;
  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;
}

@media only screen and (min-width: 751px) {
  .security-block .security-slider .image {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .security-block .security-slider .image {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 750px) {
  .security-block .security-slider .image {
    max-width: 80px;
  }
}
.security-block .security-slider .info .title {
  font-size: clamp(0.875rem, 0.7209507042rem + 0.6572769953vw, 1.3125rem);
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .security-block .security-slider .info .title {
    font-size: 1.75rem;
    margin-bottom: 10px;
  }
}
.arrows-dots {
  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;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 750px) {
  .arrows-dots {
    bottom: 60px;
  }
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  margin: 0 22px;
}

.slick-dots li {
  background: #cccccc;
  border-radius: 50%;
  text-indent: -9999px;
  height: 11px;
  width: 11px;
}

@media only screen and (max-width: 750px) {
  .slick-dots li {
    height: 10px;
    width: 10px;
  }
}
.slick-dots li + li {
  margin-left: 22px;
}

.slick-dots li.slick-active {
  opacity: 1;
  background: #1fbc86;
}

.slick-arrow {
  font-size: 0;
  z-index: 2;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  background-color: #1fbc86;
  position: relative;
}

.slick-arrow.slick-prev::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.slick-arrow.slick-disabled {
  background-color: #ccc;
  pointer-events: none;
}

.slick-arrow::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media only screen and (max-width: 750px) {
  .slick-arrow::before {
    height: 18px;
    width: 18px;
  }
}
.slick-prev::before {
  left: 4px;
}

.slick-next::before {
  right: 4px;
}

.slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: auto !important;
}

.u-center {
  text-align: center;
}
.u-center-pc {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .u-center-pc {
    text-align: center;
  }
}
.u-center-sp {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-center-sp {
    text-align: left;
  }
}

.u-red {
  color: #DE3129;
}

.u-red2 {
  color: #FF645D;
}

.u-green {
  color: #0E8574;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

.u-mark {
  display: inline-block;
  font-size: 1rem;
  line-height: 2.8125;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .u-mark {
    font-size: 0.8125rem;
    line-height: 2.7692307692;
  }
}
.u-mark--sm {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .u-mark--sm {
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

.u-note {
  display: inline-block;
  font-size: 0.9375rem;
  line-height: 3.3333333333;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .u-note {
    font-size: 0.625rem;
    line-height: 3.9;
  }
}

.u-sm {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .u-sm {
    font-size: 0.625rem;
  }
}

.mg0 {
  margin: 0;
}
@media (max-width: 768px) {
  .mg0-sp {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .mg0-pc {
    margin: 0;
  }
}

.u-text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .u-text {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.u-bold {
  font-weight: 700;
}

.u-ex {
  font-weight: 900;
}
/*# sourceMappingURL=styles.css.map */
