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

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Helvetica Neue", Meiryo, sans-serif;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 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-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#FCF9F9), color-stop(#F8F7F7), to(#FFFFFF));
  background: linear-gradient(180deg, #FCF9F9, #F8F7F7, #FFFFFF);
}

.l-campain {
  padding-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-campain {
    margin-top: 0;
    padding-top: 2.625rem;
  }
}

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

.l-point {
  padding-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .l-point {
    padding-top: 6.25rem;
    margin-top: 0;
  }
}

.c-title {
  margin-bottom: 40px;
  position: relative;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-size: clamp(1.5625rem, 1.3204225352rem + 1.0328638498vw, 2.25rem);
}

@media only screen and (max-width: 750px) {
  .c-title {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
.c-title.green {
  color: #009682;
}

.c-title .big {
  color: #1fbc86;
  font-size: clamp(2.8125rem, 2.4823943662rem + 1.4084507042vw, 3.75rem);
}

.c-title .circle {
  font-size: clamp(2.8125rem, 2.2403169014rem + 2.441314554vw, 4.4375rem);
  font-weight: bold;
  color: var(--white);
  width: 105px;
  height: 105px;
  background-color: #128271;
  border-radius: 50%;
  margin: 0 10px;
  text-align: center;
  line-height: 1;
  padding: 12px 0;
}

@media only screen and (max-width: 750px) {
  .c-title .circle {
    width: 70px;
    height: 70px;
    display: inline-block;
  }
}
.c-btn1 {
  display: inline-block;
  min-width: 19.25rem;
  font-size: 1.25rem;
  line-height: 1.8;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 0.625rem 1.25rem;
  background-color: #E63B39;
  border: 3px solid #fff;
  border-radius: 1.875rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .c-btn1 {
    min-width: 42.25rem;
    font-size: 2.25rem;
    line-height: 1.8571428571;
    font-weight: 900;
    border-radius: 1.875rem;
    padding: 0.9375rem 1.5625rem;
  }
}
.c-btn1.--sm {
  min-width: 8.125rem;
  font-size: 0.625rem;
  padding: 0.25rem 0.625rem;
  border: 2px solid #fff;
  border-radius: 1.875rem;
}

.c-btn2 {
  display: inline-block;
  min-width: 20.9375rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 2.7142857143;
  font-weight: 700;
  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: 0.625rem;
  border: 2px solid #333;
  border-radius: 1.25rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-btn2 {
    width: 51.3125rem;
    font-size: 1.75rem;
    gap: 4.9375rem;
  }
}
.c-btn2:after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1.125rem;
  background: url(../images/icon-arrow1.svg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .c-btn2:after {
    width: 0.6875rem;
    height: 1.5rem;
  }
}

.c-btn3 {
  display: block;
  font-size: 1.8125rem;
  line-height: 2.0344827586;
  letter-spacing: 0.03em;
  font-weight: 900;
  text-align: center;
  color: #009682;
  border: 2px solid #009682;
  border-radius: 0.625rem;
  padding-bottom: 1.25rem;
  background-color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-btn3 {
    font-size: 2.875rem;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.5rem 3.125rem;
    max-width: 45.875rem;
    margin-inline: auto;
    cursor: pointer;
  }
}
.c-btn3 span.caution {
  font-size: 0.875rem;
  translate: 0 -0.625rem;
}
@media screen and (min-width: 768px) {
  .c-btn3 span.caution {
    font-size: 1.125rem;
    translate: 0 -1.875rem;
  }
}
.c-btn3 span {
  display: inline-block;
}
.c-btn3 span > span {
  display: inline-block;
  font-size: 2.375rem;
  line-height: 1.5789473684;
}
@media screen and (min-width: 768px) {
  .c-btn3 span > span.u-md {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 768px) {
  .c-btn3 span > span.u-lg {
    font-size: 3.75rem;
  }
}
.c-btn3:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 0.5rem;
  background: url(../images/icon-arrow2.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% -100%;
}
@media screen and (min-width: 768px) {
  .c-btn3:after {
    background: url(../images/icon-arrow2-lg.svg) no-repeat center center/contain;
    width: 1.125rem;
    height: 3.125rem;
    position: static;
    translate: 0 0;
  }
}
@media screen and (min-width: 768px) {
  .c-btn3.--lg {
    font-size: 3.75rem;
    line-height: 1.7;
  }
}

.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;
}

.c-table {
  width: 100%;
  background-color: #d9d9d9;
  border-spacing: 0.125rem;
}
.c-table thead th {
  background-color: #398071;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 900;
  padding: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
.c-table thead th:nth-child(1) {
  width: 3.25rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(1) {
    width: 5.625rem;
  }
}
.c-table thead th:nth-child(2) {
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(2) {
    width: 19.375rem;
  }
}
.c-table thead th:nth-child(3) {
  width: 7.8125rem;
}
@media screen and (min-width: 768px) {
  .c-table thead th:nth-child(3) {
    width: 24.875rem;
  }
}
.c-table tbody th {
  background-color: #8dd2bf;
  font-size: 0.75rem;
  line-height: 1.1;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 768px) {
  .c-table tbody th {
    font-size: 0.8125rem;
    padding: 1.1875rem 0.6875rem;
  }
}
.c-table tbody tr:nth-last-child(2) th,
.c-table tbody tr:nth-last-child(1) th {
  background-color: #398071;
  color: #fff;
}
.c-table tbody td {
  background-color: #fff;
  font-size: 0.75rem;
  line-height: 1.4545454545;
  padding: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-table tbody td {
    font-size: 0.9375rem;
    padding: 0.8125rem 1.25rem;
  }
}

.c-table__imgList {
  grid-template-columns: repeat(4, 1fr);
  gap: 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-table__imgList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-table__imgList li {
  max-width: 1.75rem;
}
.c-table__imgList li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-table__imgList.--sm li {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-table__imgList.--sm li:last-child {
    grid-area: 2/1/3/3;
    max-width: 2rem;
    margin-inline: auto;
  }
}

.c-table__list {
  margin-top: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-table__list {
    margin-top: 0;
  }
}
.c-table__list li {
  display: grid;
  grid-template-columns: auto 1fr;
}
.c-table__list li::before {
  content: "・";
}

.c-table__text {
  font-weight: 900;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .c-table__text {
    font-size: 1.125rem;
  }
}
.c-table__text .sm {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .sm {
    font-size: 0.75rem;
  }
}
.c-table__text .md {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .md {
    font-size: 0.8125rem;
  }
}
.c-table__text .lg {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-table__text .lg {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .c-table__wrap {
    display: grid;
    grid-template-columns: 4.375rem 1fr;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-textLink {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-textLink {
    font-size: 1.25rem;
  }
}
.c-textLink.--sm {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-textLink.--sm {
    font-size: 1.25rem;
  }
}
.c-textLink a {
  color: #2254d4;
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-textLink a::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  aspect-ratio: 1;
  background: url(../images/icon-blank.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .c-textLink a::after {
    width: 1.125rem;
  }
}

.c-title1 {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title1 {
    font-size: 3.75rem;
    line-height: 1.4166666667;
  }
}
.c-title1 span {
  color: #009682;
}

.c-title2 {
  font-size: 2.375rem;
  line-height: 1.2105263158;
  font-weight: 900;
  color: #F9F904;
  text-align: center;
  background-color: #009681;
  padding-block: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-title2 {
    font-size: 3.75rem;
    padding-block: 1.5625rem;
  }
}

.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: #009682;
  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;
  }
}
.flow-block .subtitle .number {
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: clamp(1.75rem, 1.3098591549rem + 1.8779342723vw, 3rem);
}

.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;
  }
}
.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;
  }
}
.flow-image {
  width: 3.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .flow-image {
    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: 6.125rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.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 {
    width: 42.6666666667vw;
  }
}
footer article {
  background: #f5f5f7;
  font-size: 0.9rem;
  padding-bottom: 180px;
}

footer article .inner-block {
  padding-top: 74px;
}

@media screen and (min-width: 768px) {
  .inner-block.l-inner {
    max-width: 74.5rem;
  }
}

footer article .inner-block .info {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

footer article .inner-block .info h4 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 8px;
}

footer article .inner-block .info p {
  font-size: 0.875rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  footer article .inner-block .info p {
    margin-top: 0;
  }
}

footer article .inner-block .footer-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  footer article .inner-block .footer-box {
    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;
  }
}

footer article .inner-block .footer-box p {
  font-size: 0.875rem;
}

footer .lisk_list {
  max-width: 1100px;
  margin: 50px auto 0px;
}

@media (max-width: 767px) {
  footer {
    margin-top: 12%;
  }
  footer article {
    margin-top: 0%;
    padding-bottom: 32%;
  }
  footer article .inner-block {
    padding-top: 10%;
  }
  footer article .inner-block .info {
    margin-top: 8%;
    padding-bottom: 8%;
  }
  footer article .inner-block .fotter-box {
    display: block;
    margin-top: 8%;
  }
  footer article .inner-block .fotter-box h4 {
    font-weight: bold;
  }
  footer article .inner-block .fotter-box h4 span {
    margin-left: 0px;
    display: block;
  }
  footer article .inner-block .fotter-box p {
    font-size: 0.8rem;
    margin-top: 8%;
  }
}
.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 {
    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: 146px;
    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 {
    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(/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-about {
  padding-top: 4.5625rem;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .p-about {
    padding-top: 6.625rem;
  }
}

.p-about__item:nth-child(n+2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-about__item:nth-child(n+2) {
    margin-top: 6.875rem;
  }
}

.p-about__wrap:nth-child(n+2) {
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-about__wrap:nth-child(n+2) {
    margin-top: 5.0625rem;
  }
}

.p-about__titleWrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -0.625rem;
  width: 20.625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__titleWrap {
    width: 100%;
    translate: 3.125rem 0;
  }
}

.p-about__title {
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  font-weight: 900;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-about__title {
    font-size: 4.0625rem;
  }
}
.p-about__title span {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.28125;
  color: #009682;
}
@media screen and (min-width: 768px) {
  .p-about__title span {
    font-size: 6.125rem;
  }
}
.p-about__title.--center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__title.--sm {
    font-size: 2.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about__title.--sm span {
    font-size: 3.625rem;
  }
}

.p-about__talent {
  width: 11.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-about__talent {
    width: 31.3125rem;
  }
}

.p-about__graph1 {
  margin-top: 1.25rem;
  margin-inline: auto;
  width: 89.2753623188%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-about__graph1 {
    width: 54.25rem;
    margin-top: 6.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-about__listSm {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.1875rem;
  }
}

.p-about__container {
  padding-inline: 0.875rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.5rem;
  border: 1px solid #707070;
  border-radius: 1.25rem;
  margin-top: 0.8125rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-about__container {
    padding: 1.25rem 2.1875rem;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
    margin-top: 0;
  }
}
.p-about__container:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__container:nth-child(n+2) {
    margin-left: 2rem;
    margin-top: 0;
  }
}

.p-about__titleSm {
  font-size: 0.9375rem;
  line-height: 2.7333333333;
  letter-spacing: 0.03em;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__titleSm {
    font-size: 1.3125rem;
  }
}
.p-about__titleSm span {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  color: #009682;
}
@media screen and (min-width: 768px) {
  .p-about__titleSm span {
    font-size: 2.5rem;
  }
}
.p-about__titleSm.--sm {
  font-size: 0.75rem;
  line-height: 2.6666666667;
}
@media screen and (min-width: 768px) {
  .p-about__titleSm.--sm {
    font-size: 1.125rem;
  }
}
.p-about__titleSm.--sm span {
  font-size: 1.375rem;
  line-height: 1.4545454545;
}
@media screen and (min-width: 768px) {
  .p-about__titleSm.--sm span {
    font-size: 2.3125rem;
  }
}

.p-about__text {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  font-weight: 500;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__text {
    font-size: 1.25rem;
  }
}
.p-about__text.--center {
  text-align: center;
  font-size: 1.125rem;
  line-height: 2;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__text.--center {
    font-size: 1.875rem;
    margin-top: 3.125rem;
  }
}

.p-about__graph2 {
  margin-top: 0.625rem;
  width: 16.25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__graph2 {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: auto;
  }
}

.p-about__graph3 {
  margin-top: 0.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  width: 18.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__graph3 {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.p-about__title2 {
  font-size: 1.3125rem;
  line-height: 2.4285714286;
  letter-spacing: 0.03em;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__title2 {
    font-size: 2.125rem;
  }
}
.p-about__title2 span {
  font-size: 1.75rem;
  line-height: 1.8214285714;
  color: #009682;
}
@media screen and (min-width: 768px) {
  .p-about__title2 span {
    font-size: 2.8125rem;
  }
}
.p-about__title2 span.u-lg {
  font-size: 2.3125rem;
  line-height: 1.3783783784;
}
@media screen and (min-width: 768px) {
  .p-about__title2 span.u-lg {
    font-size: 3.75rem;
  }
}

.p-about__banner {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-about__banner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.9375rem;
    margin-top: 3.75rem;
  }
}
.p-about__banner img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-about__banner img:nth-child(n+2) {
  margin-top: 0.4375rem;
}

.p-about__title3 {
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about__title3 {
    font-size: 3rem;
  }
}
.p-about__title3 span {
  font-size: 1.75rem;
  line-height: 1.4642857143;
  color: #009682;
}
@media screen and (min-width: 768px) {
  .p-about__title3 span {
    font-size: 3rem;
  }
}
.p-about__title3 span.u-lg {
  font-size: 2.375rem;
  line-height: 1.0789473684;
}
@media screen and (min-width: 768px) {
  .p-about__title3 span.u-lg {
    font-size: 3.75rem;
  }
}

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

@media screen and (min-width: 768px) {
  .p-about__img {
    width: 27.5rem;
  }
}

.p-about__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    margin-top: 1.5625rem;
  }
}

.p-about__attention {
  display: block;
  font-size: 0.625rem;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__attention {
    font-size: 1rem;
    line-height: 1.125;
    margin-top: 3.1875rem;
  }
}

.p-campain {
  background-color: #FAFAFA;
}

.p-campain__list {
  margin-top: 1.25rem;
}

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

.p-campain__img {
  width: 100%;
  max-width: 32.5rem;
  height: auto;
  display: block;
  margin-inline: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-campain__img {
    max-width: none;
    max-width: initial;
  }
}
.p-campain__img + .p-campain__img {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-campain__img + .p-campain__img {
    margin-top: 3.1875rem;
  }
}

.p-campain__text {
  font-size: 1.125rem;
  line-height: 1.6666666667;
  font-weight: 900;
  text-align: center;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-campain__text {
    font-size: 2rem;
    margin-top: 3.75rem;
  }
}
.p-campain__text span {
  font-size: 0.625rem;
  line-height: 3;
}
@media screen and (min-width: 768px) {
  .p-campain__text span {
    font-size: 0.8125rem;
  }
}

.p-campain__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-campain__btn {
    margin-top: 2.625rem;
  }
}

.p-card {
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-card {
    padding-bottom: 7.5rem;
  }
}

.p-card__inner {
  margin-top: 1.1875rem;
}

.p-card__text {
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-card__text {
    font-size: 1.25rem;
    margin-top: 3.75rem;
  }
}
.p-card__text span {
  color: #e83a3a;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.5625rem;
}
.table .u-lg {
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .table .u-lg {
    font-size: 1.5rem;
  }
}
.table .u-lg2 {
  font-size: 1.5rem;
  color: #3E8071;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .table .u-lg2 {
    font-size: 2rem;
  }
}
.table .u-lg2 span {
  display: inline-block;
  font-size: 0.875rem;
  translate: 0 -10px;
}

.theme-image-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.image-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.section-title {
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .section-title {
    font-size: 2.625rem;
    text-align: center;
  }
}

.p-card__open {
  text-align: center;
  display: block;
  width: 18.4375rem;
  font-size: 1rem;
  line-height: 2.375;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #009682;
  border-radius: 1.25rem;
  padding: 0 1.25rem;
  margin-top: 0.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-card__open {
    width: 35.5625rem;
    font-size: 1.875rem;
    padding: 0.5rem;
    margin-top: 7.5rem;
  }
}

.p-card__attention {
  font-size: 9px;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #737373;
}

.p-card__content {
  margin-top: 1.875rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-card__content {
    margin-top: 7.5rem;
  }
}

.p-card__img {
  margin-top: 1.5625rem;
}

.p-point__text2 {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-point__text2 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 2rem;
  }
}

.p-card__link {
  display: block;
  font-size: 1.125rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-card__link {
    font-size: 1.25rem;
    margin-top: 1.3125rem;
  }
}

.p-card2 {
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-card2 {
    padding-bottom: 4.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-card2__inner.l-inner {
    max-width: 51.875rem;
  }
}

.p-card2__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
  font-weight: 900;
  text-align: center;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-card2__text {
    font-size: 2.625rem;
    margin-top: 5.75rem;
  }
}
.p-card2__text.--2 {
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-card2__text.--2 {
    margin-top: 1.875rem;
  }
}

.p-card2__titleSub {
  font-size: 1rem;
  letter-spacing: 0.03em;
  font-weight: 900;
  text-align: center;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-card2__titleSub {
    font-size: 1.5rem;
    margin-top: 1.875rem;
  }
}
.p-card2__titleSub span {
  display: inline-block;
  font-size: 0.625rem;
  translate: 0 -25%;
}
@media screen and (min-width: 768px) {
  .p-card2__titleSub span {
    translate: 0 -50%;
    font-size: 0.625rem;
  }
}

.p-card2__attention {
  font-size: 0.75rem;
  line-height: 1.5833333333;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-card2__attention {
    margin-top: 1.875rem;
    font-size: 1rem;
  }
}
.p-card2__attention.--2 {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-card2__attention.--2 {
    margin-top: 1.875rem;
  }
}

.p-card2__title {
  font-size: 2.25rem;
  line-height: 1.3055555556;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #009682;
  text-align: center;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-card2__title {
    font-size: 3.75rem;
    margin-top: 6.875rem;
  }
}
.p-card2__title span {
  display: inline-block;
  font-size: 0.875rem;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-card2__title span {
    font-size: 0.875rem;
    translate: 0 -180%;
  }
}

.p-card2__img {
  margin-inline: auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-card2__img {
    width: 100%;
  }
}

.p-fv {
  padding-top: 2.625rem;
  background: url(../images/bg-fv-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-fv {
    padding-top: 0;
    background: url(../images/bg-fv.png) no-repeat center center/cover;
  }
}

.p-fv__inner {
  padding-bottom: 6rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fv__inner {
    padding-bottom: 0;
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-fv__head {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 768px) {
  .p-fv__head {
    text-align: left;
    grid-area: initial;
    font-size: 2.625rem;
  }
}
.p-fv__head span {
  display: inline-block;
  font-size: 5.625rem;
  line-height: 1;
  font-weight: 900;
  color: #009681;
}
@media screen and (min-width: 768px) {
  .p-fv__head span {
    font-size: 8.0625rem;
  }
}

.p-fv__catch {
  color: #009681;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
  margin-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-fv__catch {
    margin-top: 0;
    font-size: 2.875rem;
  }
}
.p-fv__catch span {
  display: inline-block;
}
.p-fv__catch .u-lg {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-fv__catch .u-lg {
    font-size: 5.6875rem;
  }
}
.p-fv__catch .u-md {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-fv__catch .u-md {
    font-size: 3.875rem;
  }
}
.p-fv__catch .u-line {
  position: relative;
  z-index: 1;
}
.p-fv__catch .u-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.25rem;
  background-color: #F9F908;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-fv__catch .u-line:after {
    height: 0.5rem;
  }
}
.p-fv__catch .u-line.u-lg:after {
  translate: 0 -100%;
}

.p-fv__img {
  width: 14.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    position: static;
    width: 26.75rem;
  }
}

.p-fvCta {
  background-color: #009682;
  padding-top: 1.125rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-fvCta {
    padding-top: 2.1875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-fvCta__inner.l-inner {
    max-width: 70rem;
  }
}

.p-fvCta__head {
  font-size: 1.875rem;
  font-weight: 900;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-fvCta__head {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-fvCta__head .u-lg2 {
    font-size: 2.875rem;
  }
}
.p-fvCta__head .u-lg {
  display: inline-block;
  position: relative;
  color: #F9F904;
}
@media screen and (min-width: 768px) {
  .p-fvCta__head .u-lg {
    margin-inline: 1.5625rem;
    font-size: 2.9375rem;
  }
}
.p-fvCta__head .u-lg:before {
  content: "";
  display: block;
  width: 110%;
  height: 2.375rem;
  background: url(../images/icon-text.svg) no-repeat center center/contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -100%;
}
@media screen and (min-width: 768px) {
  .p-fvCta__head .u-lg:before {
    background: url(../images/icon-text-pc.svg) no-repeat center center/contain;
    widht: 33.5rem;
    height: 2.1875rem;
    translate: -52% -25%;
  }
}
.p-fvCta__head .u-lg > span {
  font-size: 3.625rem;
  line-height: 1.0689655172;
}
@media screen and (min-width: 768px) {
  .p-fvCta__head .u-lg > span {
    font-size: 5.6875rem;
  }
}

.p-fvCta__btn {
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-fvCta__btn {
    background-color: #FAFAFA;
    padding-top: 2.9375rem;
    margin-top: 0;
  }
}

.p-header {
  padding-block: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-header {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}

.p-header__inner {
  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;
}

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

@media screen and (min-width: 768px) {
  .p-howto__wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    -webkit-column-gap: 3.125rem;
       -moz-column-gap: 3.125rem;
            column-gap: 3.125rem;
  }
}

.p-howto__headWrap {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-howto__headWrap {
    display: contents;
    margin-top: 0;
  }
}

.p-howto__head {
  font-size: 2.25rem;
  line-height: 1.3055555556;
  letter-spacing: 0.024em;
  font-weight: 700;
  color: #009682;
  grid-area: 1/1/2/2;
}
@media screen and (min-width: 768px) {
  .p-howto__head {
    font-size: 3.75rem;
    margin-top: 6.0625rem;
  }
}

.p-howto__text {
  font-size: 1.5rem;
  line-height: 1.3333333333;
  letter-spacing: 0.03em;
  font-weight: 700;
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 768px) {
  .p-howto__text {
    font-size: 2.625rem;
    margin-top: 2rem;
  }
}

.p-howto__icon {
  width: 8.4375rem;
  -o-object-fit: contain;
     object-fit: contain;
  grid-area: 1/2/3/3;
}
@media screen and (min-width: 768px) {
  .p-howto__icon {
    width: 28.125rem;
    grid-area: 1/2/4/3;
  }
}

.p-howto__btn {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-howto__btn {
    margin-top: 2rem;
    padding-bottom: 4.1875rem;
  }
}
.p-howto__btn span {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #009682;
  border-radius: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.6875rem;
  padding-left: 0.25rem;
  padding-right: 0.6875rem;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  .p-howto__btn span {
    font-size: 1.5rem;
    padding: 0.75rem 1rem 1rem;
  }
}
.p-howto__btn span:after {
  content: "+";
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #fff;
  font-weight: 400;
}
.p-howto__btn span + span {
  margin-top: 1.125rem;
}

.js_modalBtnCont {
  display: block;
  padding: 15px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.js_modalWrap {
  display: none;
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
}

.js_modalContInner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 900px;
  max-width: 100%;
  background-color: #fff;
  overflow: auto;
  padding: 0;
  border-radius: 10px;
  border-top: 10px solid #0abc86;
  border-left: none;
  border-bottom: none;
  border-right: none;
}

.js_modalCont {
  overflow-y: scroll;
  max-height: 600px;
}

.js_modalCont > * + * {
  margin-top: 10px;
}

.js_modalContInner > .js_modalClose + * {
  margin-top: 0;
  padding: 40px;
}

.js_modalClose {
  display: block;
  position: absolute;
  top: 6.5px;
  right: 24.5px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
  background: #222222;
  border-radius: 50%;
  border: none;
}

.js_modalClose::before, .js_modalClose::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 22%;
  right: 15px;
  width: 1px;
  height: 56%;
}

.js_modalClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.js_modalClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.md_textblock > * + * {
  margin-top: 10px;
}

.md_textblock > * + .js_modalBtnWrap {
  margin-top: 20px;
}

.md_linkBtnWrap {
  width: 300px;
  max-width: 100%;
  margin: 10px auto 0;
  text-align: center;
}

.md_linkBtnCont {
  display: block;
  color: #222;
  border: 1px solid #222;
  padding: 15px 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.md_linkBtnCont:hover, .md_linkBtnCont:focus {
  color: #fff;
  background-color: #222;
}

.modal-ttl {
  text-align: center;
  font-weight: bold;
}

.type-modal-ttl {
  color: #009682;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.type-modal-cap {
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  font-weight: bold;
}

.modal-l {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.modal-l a {
  border-bottom: 1px solid;
}

.type-modal-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.type-modal-step li {
  background: #e5fdf5;
  border: 1px solid #009682;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.type-modal-step li figure {
  width: 11%;
  height: 20px;
  margin-right: 30px;
}

.type-modal-step li p {
  font-size: 16px;
  font-weight: bold;
}

.modal-link {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.modal-link a {
  color: #222;
}

.modal-link a:hover {
  text-decoration: underline;
}

.type-modal-step li .c-button {
  font-size: 18px;
  padding: 0 20px;
  height: 50px;
  width: 260px;
}

.service-wrap .m-tbl-wrap {
  position: relative;
  border: none;
}

.service-wrap .m-tbl-wrap .m-tbl-inner {
  height: 240px;
  overflow: hidden;
  margin: 0 0 78px 0;
}

.service-wrap .m-tbl-wrap .show_more {
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(70%, rgb(229, 253, 245)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(229, 253, 245) 70%);
  cursor: pointer;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.service-wrap .m-tbl-wrap .show_more span {
  font-size: 16px;
  padding: 10px 20px;
  background: #009682;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 8px;
  width: 500px;
  display: inline-block;
}

.active {
  background: none;
  bottom: -30px;
}

/* PC幅に適用 */
@media (min-width: 768px) {
  .hp_sp {
    display: none !important;
  }
}
@media (max-width: 750px) {
  .hp_pc {
    display: none !important;
  }
  .js_modalContInner {
    padding: 20px;
    width: 85%;
    /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
    -ms-overflow-style: none;
    /*Firefoxへの対応*/
    scrollbar-width: none;
  }
  .js_modalContInner::-webkit-scrollbar {
    display: none;
  }
  .js_modalContInner > .js_modalClose + * {
    padding: 0;
  }
  .js_modalCont {
    max-height: 360px;
  }
  .js_modalClose {
    top: 2%;
    right: 3%;
  }
  .js_modalClose::before, .js_modalClose::after {
    background-color: #fff;
  }
}
@media only screen and (max-width: 750px) {
  .modal-ttl, .type-modal-ttl {
    font-size: 5vw;
    line-height: 1.4;
  }
  .type-modal-cap {
    font-size: 3.5vw;
  }
  .js_modalWrap .c-button {
    margin-bottom: 20px;
  }
  .type-modal-step li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px;
  }
  .type-modal-step li figure {
    width: 25%;
    margin-right: 0;
  }
  .type-modal-step li p {
    font-size: 3.5vw;
  }
  .type-modal-step li .c-button {
    font-size: 4vw;
    width: 100%;
    margin-top: 10px;
  }
  .modal-link {
    font-size: 3vw;
  }
  .modal-l {
    font-size: 3vw;
  }
  .service-wrap .m-tbl-wrap .m-tbl-inner {
    height: 400px;
  }
  .service-wrap .m-tbl-wrap .show_more {
    bottom: 15%;
  }
  .service-wrap .m-tbl-wrap .show_more span {
    font-size: 4vw;
    line-height: 1.5;
    width: 85%;
    padding: 10px 0;
  }
}
.p-movie {
  padding-top: 1.5rem;
  padding-bottom: 1.875rem;
  background-color: #EBF4F1;
}
@media screen and (min-width: 768px) {
  .p-movie {
    padding-top: 2.8125rem;
    padding-bottom: 5.625rem;
  }
}

.p-movie__head {
  font-size: 2.25rem;
  line-height: 1.3055555556;
  letter-spacing: 0.024em;
  font-weight: 700;
  text-align: center;
  color: #009682;
}
@media screen and (min-width: 768px) {
  .p-movie__head {
    font-size: 3.75rem;
  }
}

.p-movie__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.036em;
  font-weight: 600;
  text-align: center;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-movie__text {
    font-size: 1.5rem;
    margin-top: 2rem;
  }
}

.p-movie__list {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-movie__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.6875rem;
  }
}

.p-movie__item:nth-child(n+2) {
  margin-top: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-movie__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-movie__thumbnail {
  width: 100%;
}

#modal-video {
  cursor: pointer;
  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;
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#modal-video.close {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(0);
          filter: opacity(0);
  visibility: hidden;
}

#modal-video.open {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: opacity(1);
          filter: opacity(1);
  visibility: visible;
}

#modal-video iframe {
  width: 64vw;
  height: 36vw;
}

@media only screen and (max-width: 750px) {
  #modal-video iframe {
    width: 89vw;
    height: 50vw;
  }
}
.p-point {
  background-color: #FAFAFA;
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-point {
    padding-bottom: 6.875rem;
  }
}

.p-point__head {
  font-size: 2.375rem;
  line-height: 1.2631578947;
  letter-spacing: -0.04em;
  font-weight: 900;
  color: #009682;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-point__head {
    font-size: 3.75rem;
    line-height: 1.2;
  }
}
.p-point__head span {
  display: inline-block;
  font-size: 0.625rem;
  translate: 0 -1.25rem;
}
@media screen and (min-width: 768px) {
  .p-point__head span {
    font-size: 0.875rem;
    translate: 0 -2.5rem;
  }
}

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

.p-point__title {
  position: relative;
}
.p-point__title span {
  display: inline-block;
  padding-left: 1.3125rem;
  background-color: #009682;
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0.03em;
  font-weight: 900;
  color: #F9F904;
}
@media screen and (min-width: 768px) {
  .p-point__title span {
    font-size: 3.75rem;
    padding: 0.3125rem 2.9375rem;
  }
}
.p-point__title span:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-point__title span:nth-child(n+2) {
    margin-top: 2.9375rem;
  }
}

.p-point__icon {
  width: 6.875rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -0.625rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-point__icon {
    width: 24.125rem;
  }
}

.p-point__text {
  font-size: 1.125rem;
  line-height: 1.5555555556;
  letter-spacing: 0.03em;
  font-weight: 900;
  padding-left: 0.875rem;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-point__text {
    margin-top: 0;
    font-size: 1.25rem;
  }
}
.p-point__text span {
  display: inline-block;
  font-size: 0.625rem;
  translate: 0 -0.375rem;
}
.p-point__text.--red {
  color: #E63B39;
  margin-top: 0;
}
.p-point__text.--center {
  text-align: center;
}

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

.p-point__content {
  margin-top: 0.9375rem;
  padding-inline: 0.9375rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-point__content {
    margin-top: 5.0625rem;
  }
}

@media screen and (min-width: 768px) {
  .p-point__text2 {
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 500;
  }
}
.p-point__text2 span {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #E63B39;
}

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

.p-point__textWrap {
  margin-top: 1.875rem;
}
.p-point__textWrap p {
  font-size: 0.875rem;
  line-height: 1.5714285714;
  font-weight: 500;
}
.p-point__textWrap p + p {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .p-point__textWrap.--sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-point1 {
  padding-bottom: 1.875rem;
}

.p-point1__title {
  font-size: 1.125rem;
  font-weight: 900;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__title {
    font-size: 1.875rem;
    padding: 0;
    margin-top: 1.875rem;
    text-align: center;
  }
}
.p-point1__title span {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__title span {
    font-size: 1.25rem;
  }
}

.p-point1__text {
  font-size: 0.9375rem;
  line-height: 1.4333333333;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__text {
    font-size: 1.25rem;
    padding: 0;
    margin-top: 1.875rem;
  }
}

.p-point1__table {
  margin-top: 1.875rem;
  padding: 0 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__table {
    padding: 0 1.25rem;
    margin: 3.125rem auto 0;
    padding: 0;
  }
}

.p-point1__copy {
  font-size: 1rem;
  font-weight: 900;
  text-align: right;
  margin-top: 0.9375rem;
  padding-right: 1.25rem;
  color: #398071;
}
@media screen and (min-width: 768px) {
  .p-point1__copy {
    font-size: 1.6875rem;
    text-align: center;
    padding-right: 0;
  }
}

.p-point1__list {
  padding-left: 3.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-point1__list {
    padding-left: 0;
    max-width: 32.5rem;
    margin: 0.625rem auto 0;
    gap: 3.75rem;
  }
}

.p-point1__item::before {
  content: "";
  display: block;
  width: 2.1875rem;
  height: 0.9375rem;
  background-color: #398071;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  margin: 0 auto 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__item::before {
    width: 3.75rem;
    height: 1.75rem;
  }
}

.p-point1__caution {
  font-size: 0.625rem;
  padding: 0 1.5625rem;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point1__caution {
    padding: 0;
    max-width: 50.125rem;
    margin: 1.5625rem auto 0;
    font-size: 1rem;
  }
}

.p-point1__cautionItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
}

.p-point1__cautionText a,
.p-point1__caution2 a {
  color: #2254d4;
  text-decoration: underline;
}

.p-point1__caution2 {
  font-size: 0.625rem;
  margin-top: 0.9375rem;
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-point1__caution2 {
    font-size: 1rem;
    margin: 1.5625rem auto 0;
    padding: 0;
    max-width: 50.125rem;
    margin-inline: auto;
  }
}

.p-point1__cta {
  margin-top: 1.5625rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-point1__cta {
    margin-top: 3.125rem;
  }
}

.p-point3 {
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-point3 {
    padding-bottom: 1.875rem;
  }
}

.p-point3__list {
  margin-top: 3.125rem;
  display: grid;
  gap: 3.125rem;
}

.p-point3__item {
  padding: 0 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-point3__item {
    padding: 0;
  }
}

.p-point3__itemTitle {
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.3888888889;
  color: #fff;
  background-color: #0e8574;
  text-align: center;
  border-radius: 100vmax;
  margin: 0 -1.5625rem;
  padding: 0.8125rem 0;
  letter-spacing: 0.05em;
  min-height: 8.125rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-point3__itemTitle {
    margin: 0;
    font-size: 2rem;
    padding: 2.8125rem;
  }
}
.p-point3__itemTitle .sm {
  font-size: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-point3__itemTitle .sm {
    font-size: 1.5rem;
  }
}

.p-point3__text {
  font-size: 0.9375rem;
  line-height: 1.4333333333;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-point3__text {
    font-size: 1.25rem;
    margin-top: 1.875rem;
  }
}
.p-point3__text:nth-child(n+2 of .p-point3__text) {
  margin-top: 0.875rem;
}
.p-point3__text a {
  color: #2254d4;
  text-decoration: underline;
}

.p-point3__img {
  margin: 0 auto;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-point3__img {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point3__img.--img2 {
    width: 43.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-point3__img.--img3 {
    width: 36.875rem;
  }
}

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

.p-point3__caution {
  margin-top: 0.9375rem;
  display: grid;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-point3__caution {
    margin-top: 1.875rem;
  }
}

.p-point3__cautionItem {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1em;
  font-size: 1rem;
}
.p-point3__cautionItem::before {
  content: "※";
}

.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;
}

.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 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.security-block .text {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
}

.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 {
    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-service {
  padding-top: 1.75rem;
  padding-bottom: 4.375rem;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-top: 4.375rem;
    padding-bottom: 8.75rem;
  }
}

.p-service__head {
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__head {
    font-size: 3.1875rem;
  }
}
.p-service__head span {
  font-size: 2.25rem;
  line-height: 1.1666666667;
  color: #009682;
}
@media screen and (min-width: 768px) {
  .p-service__head span {
    font-size: 4.75rem;
  }
}

.p-service__list {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service__list {
    margin-top: 7rem;
  }
}

.p-service__item {
  border: 1px solid #707070;
  border-radius: 1.25rem;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    padding-bottom: 3.125rem;
  }
}
.p-service__item.--2 {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__item.--2 {
    padding-inline: 3.4375rem;
    padding-bottom: 5.625rem;
  }
}
.p-service__item:nth-child(n+2) {
  margin-top: 6.9375rem;
}

.p-service__logoWrap {
  background-color: #FAFAFA;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .p-service__logoWrap {
    max-width: 57.25rem;
    gap: 2.5rem;
    margin-inline: auto;
  }
}

.p-service__logo {
  width: 18.875rem;
  margin-inline: auto;
  translate: 0 -50%;
  background-color: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .p-service__logo {
    width: 52.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__title {
    padding-left: 4.1875rem;
  }
}
.p-service__title p {
  font-size: 1.6875rem;
  line-height: 1.3333333333;
  font-weight: 700;
  color: #009682;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__title p {
    font-size: 4.4375rem;
    text-align: left;
  }
}
.p-service__title span {
  font-size: 0.875rem;
  line-height: 3.3571428571;
  letter-spacing: 0.024em;
  font-weight: 900;
  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.375rem;
}
@media screen and (min-width: 768px) {
  .p-service__title span {
    font-size: 2.25rem;
    gap: 1.0625rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-service__title span > span {
  display: inline-block;
  color: #fff;
  background-color: #009682;
  padding: 0 0.625rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-service__title span > span {
    padding: 0.3125rem 1.5625rem;
  }
}

.p-service__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    margin-top: -12.5rem;
  }
}

.p-service__text {
  padding-inline: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
  font-weight: 500;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__text {
    font-size: 1.25rem;
    max-width: 55.625rem;
    margin-inline: auto;
  }
}

.p-service__item.--2 .p-service__logo {
  width: 12.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-service__item.--2 .p-service__logo {
    width: 25.0625rem;
  }
}

.p-service__title2 {
  font-size: 1.125rem;
  line-height: 1.2777777778;
  letter-spacing: 0.024em;
  font-weight: 600;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__title2 {
    font-size: 3rem;
    gap: 3.25rem;
  }
}
.p-service__title2 span {
  display: block;
  font-size: 1.4375rem;
  line-height: 1;
  letter-spacing: 0.024em;
  font-weight: 900;
  color: #F9F904;
  text-align: center;
  background-color: #009681;
  width: 5.25rem;
  height: 5.25rem;
  border-radius: 50%;
  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;
}
@media screen and (min-width: 768px) {
  .p-service__title2 span {
    width: 9.625rem;
    height: 9.625rem;
    font-size: 2.625rem;
  }
}

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

.p-service__itemSm {
  padding: 0.625rem 0.8125rem;
  background-color: #EBF4F1;
  border-radius: 1.875rem;
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 10rem;
}
@media screen and (min-width: 768px) {
  .p-service__itemSm {
    display: block;
    padding-top: 1.5rem;
    padding-bottom: 3.1875rem;
    padding-inline: 1.5625rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    grid-row: span 3;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 0;
  }
}
.p-service__itemSm:nth-child(n+2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-service__itemSm:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-service__icon1 {
  -o-object-fit: contain;
     object-fit: contain;
  width: 4.9375rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__icon1 {
    width: 11.1875rem;
    translate: 1.5625rem 0;
    margin-bottom: 1rem;
  }
}

.p-service__icon2 {
  width: 6.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__icon2 {
    width: 100%;
    translate: 0.625rem 0;
    margin-bottom: 1rem;
  }
}

.p-service__icon3 {
  width: 4.5625rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-service__icon3 {
    margin-bottom: 1rem;
    width: 7.875rem;
  }
}

@media screen and (min-width: 768px) {
  .p-service__body {
    display: contents;
  }
}

.p-service__titleSm {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #009682;
}
@media screen and (min-width: 768px) {
  .p-service__titleSm {
    font-size: 1.5rem;
    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;
    height: 100%;
  }
}

.p-service__textSm {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.03em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__textSm {
    font-size: 1.25rem;
    margin-top: 1.5rem;
  }
}

.p-service__titleSub {
  margin-top: 2.0625rem;
  font-size: 1.5rem;
  line-height: 1.9583333333;
  letter-spacing: 0.024em;
  font-weight: 900;
  color: #009682;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-service__titleSub {
    font-size: 2.625rem;
  }
}

.p-service__textSub {
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-service__textSub {
    font-size: 1.25rem;
    margin-top: 1.625rem;
  }
}

.p-test {
  color: red;
  font-size: myrem(25);
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: myrem(50);
  }
}

#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;
}

.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 {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.security-block .text {
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
}

.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 {
    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-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

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

.u-red {
  color: #D65A6F;
}

.u-sm {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .u-sm {
    font-size: 0.625rem;
  }
}
/*# sourceMappingURL=styles.css.map */




/* 口座開設して限定動画を視聴ボタン - 最短即日で開設完了！ */

:root {
    --white: #fff;
    --white-rgb: 255, 255, 255;
    --black: #000;
    --black-rgb: 0, 0, 0;
    --green: #009682;
    --lightgreen: #e9f4f1;
    --gray: #f7f7f7;
    --red: #e83a3a;
    --blue: #2680eb;
}

/*----------------------
*  button
----------------------*/
.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 1px var(--red);
    background-color: #fffe84;
    height: 90px;
    border-radius: 64px;
    font-weight: 600;
    -webkit-box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, 0.3);
    box-shadow: 3px 3px 10px 0 rgba(34, 34, 34, 0.3);
    background-color: var(--red);
    font-size: clamp(1.125rem, 0.9049295775rem + 0.9389671362vw, 1.75rem);
    max-width: 514px;
    margin: 0 auto;
    color: var(--white);
    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;
}
.c-button .dot {
    position: relative;
}
.c-button .dot::before {
    content: "";
    position: absolute;
    top: -8px;
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--white);
    border-radius: 50%;
}
@media only screen and (max-width: 750px) {
    .c-button .dot::before {
        top: -4px;
        width: 3px;
        height: 3px;
    }
}
.c-button .small {
    font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
}

.c-button-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fffe84;
    border: 1px solid var(--black);
    padding: 5px 10px;
    -webkit-box-shadow: 0px 5px 0 0 var(--black);
    box-shadow: 0px 5px 0 0 var(--black);
}
@media only screen and (max-width: 750px) {
    .c-button-open {
        -webkit-box-shadow: 0px 2px 0 0 var(--black);
        box-shadow: 0px 2px 0 0 var(--black);
    }
}
@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: var(--white);
    border-radius: 50%;
    border: 1px solid var(--black);
    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 only screen and (max-width: 750px) {
    .c-button-open .icon-free {
        width: 38px;
        height: 38px;
    }
}
@media only screen and (min-width: 751px) {
    .c-button-open .text {
        width: 144px;
    }
}
@media only screen and (max-width: 750px) {
    .c-button-open .text {
        width: 113px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.c-button-open .text-big {
    width: 50%;
    font-size: clamp(1.25rem, 1.0959507042rem + 0.6572769953vw, 1.6875rem);
    letter-spacing: 0.1em;
    font-weight: bold;
}
@media only screen and (max-width: 750px) {
    .c-button-open .text-big {
        padding-right: 20px;
    }
}
@media only screen and (max-width: 374px) {
    .c-button-open .text-big {
        font-size: 16px;
    }
}
.c-button--fukidashi {
    position: relative;
}
.c-button--fukidashi .small {
    margin-right: 0.5em;
}

@media (max-width: 374px) {
    .sticky .c-button--fukidashi {
        font-size: 0.9rem;
    }
    .sticky .c-button--fukidashi .small {
        font-size: 0.7rem;
    }
}

.c-button--fukidashi::before {
    content: "最短即日で開設完了！";
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 230px;
    height: 45px;
    padding-top: 4px;
    background-image: url("/event/nisaaff/chikyujou/images/btn_balloon.png");
    background-size: contain;
    background-repeat: no-repeat no-repeat;
}
@media only screen and (min-width: 751px) {
    .c-button--fukidashi::before {
        font-size: 18px;
        top: -30px;
        width: 282px;
        height: 51px;
        padding-top: 4px;
    }
}
@media only screen and (max-width: 340px) {
    .c-button--fukidashi::before {
        top: -30px;
        padding-top: 5px;
    }
}
@media only screen and (max-width: 750px) {
    .c-button--fukidashi {
        margin-top: 20px;
    }
}

/*----------------------
*  sticky
----------------------*/
.sticky {
    display: none;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 10;
    padding: 20px 0;
}
@media only screen and (max-width: 750px) {
    .sticky {
        padding: 10px 0;
    }
}
@media only screen and (max-width: 750px) {
    .sticky .c-button {
        width: calc(100% - 120px);
    }
}

/*------------------------------------------------------------------------------
  banner_area
------------------------------------------------------------------------------*/
.banner_area{
 text-align: center;
 margin: 60px 0px 25px;
}
.banner_area a {
 display: inline;
}
@media only screen and (min-width: 751px) {
.banner_area01 {
 margin-right: 20px;
 }
}
@media only screen and (max-width: 750px) {
.banner_area01 {
 margin-bottom: 20px;
 }
}

@media only screen and (min-width: 751px) {
.banner_area li {
list-style:none;
display:inline-block;
padding:10px 0; 
margin:0 20px 20px 0;
width:450px;
height:225px;
vertical-align:middle;
text-align:center;
}
}

@media only screen and (max-width: 750px) {
.banner_area li {
list-style:none;
display:inline-block;
padding:10px 0; 
margin:0;
width:350px;
vertical-align:middle;
text-align:center;
}
}



/* --------------------------------
プログラム詳細
----------------------------------- */

.banner-stockaff-block02 .intro {
  margin: 50px 0;
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .intro {
    margin: 40px 0 30px;
  }
}

.banner-stockaff-block02 .green-title {
  text-align: center;
  background-color: #128271;
  border-radius: 30px;
  font-size: clamp(1.125rem, 0.9049295775rem + 0.9389671362vw, 1.75rem);
  color: var(--white);
  padding: 6px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .green-title {
    margin-bottom: 30px;
  }
}
.banner-stockaff-block02 .stockaff-table {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .stockaff-table tr {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .stockaff-table tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
}
.banner-stockaff-block02 .stockaff-table th,
.banner-stockaff-block02 .stockaff-table td {
  padding: 12px 20px;
  font-size: clamp(0.6875rem, 0.5334507042rem + 0.6572769953vw, 1.125rem);
}
@media only screen and (min-width: 751px) {
  .banner-stockaff-block02 .stockaff-table th,
.banner-stockaff-block02 .stockaff-table td {
    border: 1px solid #ccc;
  }
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .stockaff-table th,
.banner-stockaff-block02 .stockaff-table td {
    width: 100%;
    display: block;
    padding: 6px 16px;
  }
}
.banner-stockaff-block02 .stockaff-table th {
  background-color: #e9f4f1;
  text-align: left;
}
@media only screen and (min-width: 751px) {
  .banner-stockaff-block02 .stockaff-table th {
    width: 24%;
  }
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .stockaff-table th {
    border-bottom: 1px solid #ccc;
  }
}
.banner-stockaff-block02 .stockaff-table td {
  background-color: var(--white);
}
.banner-stockaff-block02 .stockaff-table .bg-gray {
  background-color: #f7f7f7;
  font-weight: bold;
  font-size: clamp(0.625rem, 0.448943662rem + 0.7511737089vw, 1.125rem);
}
@media only screen and (min-width: 751px) {
  .banner-stockaff-block02 .stockaff-table .bg-gray {
    width: 24%;
  }
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .stockaff-table .bg-gray {
    display: inline-block;
    width: 28%;
    padding: 8px 6px;
    border: none;
  }
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .stockaff-table .next-bg-gray {
    display: inline-block;
    width: 72%;
    padding: 8px 6px;
    border: none;
  }
}
.banner-stockaff-block02 .stockaff-table .red {
  font-size: clamp(0.6875rem, 0.4894366197rem + 0.8450704225vw, 1.25rem);
  color: #e83a3a;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .stockaff-table .red {
    margin: 2px 0;
  }
}
.banner-stockaff-block02 .stockaff-table .notice {
  font-size: clamp(0.625rem, 0.5809859155rem + 0.1877934272vw, 0.75rem);
}
@media only screen and (min-width: 751px) {
  .banner-stockaff-block02 .stockaff-table .notice {
    margin-top: 1em;
  }
}

.banner-stockaff-block02 .thumbnail img {
  width: 100%;
}
@media only screen and (min-width: 751px) {
  .banner-stockaff-block02 .thumbnail img {
    min-height: 339px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}


/* --------------------------------
やさかぶ用リンク
----------------------------------- */
@media only screen and (min-width: 751px) {
  .banner-stockaff-block02 .link-box {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .link-box {
    margin-top: 40px;
  }
}
.banner-stockaff-block02 .link-text {
  font-size: clamp(0.6875rem, 0.5334507042rem + 0.6572769953vw, 1.125rem);
  margin-bottom: 1em;
}

.banner-stockaff-block02 .link-tab {
  font-size: clamp(0.6875rem, 0.5334507042rem + 0.6572769953vw, 1.125rem);
  display: block;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .banner-stockaff-block02 .link-tab {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .link-tab {
    padding-left: 24px;
  }
}
.banner-stockaff-block02 .link-tab::before {
  content: "";
  position: absolute;
  background: url("/event/stockaff/image/icon_tab.svg") no-repeat center/contain;
  width: 22px;
  height: 22px;
  left: 0;
  top: 4px;
}
@media only screen and (max-width: 750px) {
  .banner-stockaff-block02 .link-tab::before {
    width: 15px;
    height: 15px;
    top: 2px;
  }
}
.banner-stockaff-block02 .link-tab:hover {
  color: #009682;
}
.banner-stockaff-block02 .link-tab + .link-tab {
  margin-top: 1em;
}
.banner-stockaff-block02 .link-tab.no-icon {
  padding-left: 0;
}
.banner-stockaff-block02 .link-tab.no-icon::before {
  content: none;
}
.banner-stockaff-block02 .link-tab.no-icon:hover {
  color: inherit;
}



table {
    border-collapse: collapse;
}









