@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 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-about {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-about {
    margin-top: 3.75rem;
  }
}

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

.l-cta {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .l-cta {
    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;
  }
}

.l-reason {
  margin-top: 3.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("../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(../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(../images/Polygon16.svg) no-repeat center center/contain;
          mask: url(../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;
}

.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: #0E8574;
}
.c-link:after {
  content: "";
  display: block;
  width: 0.9375rem;
  height: auto;
  aspect-ratio: 1;
  display: inline-block;
  margin-left: 0.3125rem;
  -webkit-mask: url(../images/icon-blank.svg) no-repeat center center/contain;
          mask: url(../images/icon-blank.svg) no-repeat center center/contain;
  background-color: #0E8574;
}
@media screen and (min-width: 768px) {
  .c-link:after {
    width: 1em;
    translate: 0 0.125rem;
  }
}

.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__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__item:nth-child(n+2) {
  margin-top: 0.625rem;
}

.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-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;
    font-size: 3.125rem;
  }
}
.c-title.green {
  color: #0E8574;
}

.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-title1 {
  font-size: 2rem;
  line-height: 1.40625;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-title1 {
    font-size: 1.5rem;
  }
}
.c-title1 .lg {
  font-size: 2.5rem;
  line-height: 1.45;
}
@media screen and (min-width: 768px) {
  .c-title1 .lg {
    font-size: 2.125rem;
  }
}

.c-title2 {
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 900;
  text-align: center;
  padding: 0.6875rem 1.875rem;
  background: url(../images/bg_titleSp.jpg) no-repeat center center/100%;
  width: 43.75rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-title2 {
    background: url(../images/bg_title.jpg) no-repeat center center/100% 100%;
    font-size: 1.875rem;
    line-height: 1.25;
    padding: 0.75rem;
    max-width: 93.3333333333%;
    width: 100%;
  }
}

.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 article {
  font-size: 1.75rem;
  background: #f5f5f7;
  padding-bottom: 130px;
}
@media screen and (min-width: 768px) {
  footer article {
    font-size: 0.9rem;
  }
}

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: 1.75rem;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  footer article .inner-block .info h4 {
    font-size: 0.875rem;
  }
}

footer article .inner-block .info p {
  font-size: 1.5rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  footer article .inner-block .info p {
    font-size: 0.875rem;
    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: 1.5rem;
}
@media screen and (min-width: 768px) {
  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: 24%;
  }
  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: 1.5rem;
    margin-top: 8%;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  footer article .inner-block .fotter-box p {
    font-size: 0.8rem;
  }
}
.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-about__inner.l-inner {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about__inner.l-inner {
    margin-top: 3.125rem;
    max-width: 67.5rem;
  }
}

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

.p-about__bubbles.u-text {
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.625rem 4.25rem;
  background-color: #78D2C0;
  border-radius: 0.625rem;
  position: relative;
  margin-top: 2.8125rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-about__bubbles.u-text {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    max-width: 37.5rem;
    margin-inline: auto;
    margin-top: 5.9375rem;
    padding: 0.625rem 3.75rem;
  }
}
.p-about__bubbles.u-text:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  -webkit-mask: url(../images/polygon1.svg) no-repeat center center/contain;
          mask: url(../images/polygon1.svg) no-repeat center center/contain;
  background-color: #78D2C0;
  border-radius: 50%;
  position: absolute;
  bottom: -1.25rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-about__bubbles.u-text:after {
    width: 2.875rem;
    bottom: -1.0625rem;
  }
}
.p-about__bubbles.u-text span {
  position: relative;
  z-index: 1;
}

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

.p-about__img2 {
  width: 21.4375rem;
  margin-inline: auto;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-about__img2 {
    width: 18.125rem;
  }
}

.p-about__text2 {
  letter-spacing: 0.05em;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-about__text2 {
    margin-top: 0;
  }
}

.p-about2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-about2__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-about2__inner {
  padding-inline: 3.125rem;
}

.p-about2__item {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-about2__item {
    margin-top: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-about2__item:nth-child(2) {
    margin-top: 3.125rem;
  }
}

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

.p-about2__img2 {
  width: 14.375rem;
}
@media screen and (min-width: 768px) {
  .p-about2__img2 {
    width: 14.875rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-about2__img3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about2__img3 {
    width: 27.75rem;
  }
}

.p-about2__item .c-note {
  margin-top: 2.8125rem;
}

.p-about2__textWrap {
  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;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-about2__textWrap {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-about2__textWrap .p-about2__text {
    display: none;
  }
}

.p-campin__box {
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 1rem;
  padding-left: 1.5625rem;
  padding-block: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-campin__box {
    padding: 1.25rem 3.125rem;
  }
}
.p-campin__box:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 1.0625rem);
  background-color: #DEF6F0;
  border-radius: 3.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-campin__box:after {
    height: calc(100% - 3.4375rem);
    translate: -50% -45%;
    border-radius: 3.125rem;
  }
}

.p-campain__img {
  width: 16.3125rem;
}
@media screen and (min-width: 768px) {
  .p-campain__img {
    width: 13.75rem;
  }
}

.p-campain__textWrap {
  background-color: #0E8574;
  text-align: center;
  padding-inline: 0.9375rem;
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-campain__textWrap {
    width: 22.5625rem;
  }
}
.p-campain__textWrap:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/polygon1.svg) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-campain__textWrap:after {
    width: 2.1875rem;
  }
}

.p-campain__text {
  font-size: 1.5rem;
  line-height: 1.9166666667;
  font-weight: 900;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-campain__text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.p-campain__text .lg {
  font-size: 2.25rem;
  line-height: 1.2777777778;
}
@media screen and (min-width: 768px) {
  .p-campain__text .lg {
    font-size: 1.75rem;
    line-height: 1.2857142857;
  }
}
.p-campain__text .u-color {
  color: #FBFF7B;
}

.p-campain__title {
  font-size: 2.25rem;
  line-height: 1.2777777778;
  font-weight: 900;
  color: #0E8574;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-campain__title {
    font-size: 2rem;
    line-height: 1.125;
    text-align: left;
    margin-top: 0.9375rem;
  }
}

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

.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: 20.625rem 21.125rem;
    padding-right: 8.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-top: 3.875rem;
  }
}

.p-contact__tel {
  padding: 1.0625rem 10.3125rem 1rem 2.625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact__tel {
    padding: 1.1875rem 1.375rem;
  }
}
.p-contact__tel::after {
  content: "";
  width: 28.875rem;
  height: 0.375rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: url("../images/line2.png") no-repeat center center/contain;
  left: 0.75rem;
}
@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("../images/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: 1rem;
    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.25;
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.p-contact__telText::before {
  content: "";
  width: 3.125rem;
  height: 2.5rem;
  background: url("../images/icon_tel.svg") no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-contact__telText::before {
    width: 2.125rem;
    height: 1.6875rem;
  }
}

.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 10.3125rem 0.5625rem 1.625rem;
}
@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-cta .p-campin__box {
  padding-top: 0;
}
.p-cta .p-campain__img {
  margin-top: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-cta .p-campain__img {
    width: 16.375rem;
    margin-top: -4.5rem;
  }
}

.p-cta__campain {
  background-color: #DEF6F0;
  border-radius: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-cta__campain {
    border-radius: 3.125rem;
  }
}

.p-cta__img {
  margin-bottom: 3.125rem;
  width: 38.125rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__img {
    margin-block: 3.75rem;
    width: 100%;
  }
}

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

.p-cta__open {
  text-align: center;
  padding-inline: 1.5625rem;
  margin-top: 1.25rem;
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .p-cta__open {
    padding-bottom: 1.875rem;
    padding-inline: 6.0625rem;
    cursor: pointer;
  }
}

.p-cta__btnText {
  display: block;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #0E8574;
}

.p-cta__btnTitle {
  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: 2.8125rem;
  font-size: 1.75rem;
  line-height: 0.8928571429;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #0E8574;
  padding: 1.5625rem 1.25rem;
  background-color: #fff;
  border-radius: 10rem;
  -webkit-box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.4375rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-cta__btnTitle {
    padding: 0.9375rem 1.25rem;
    font-size: 1.5rem;
    line-height: 1.4583333333;
  }
}
.p-cta__btnTitle:after {
  content: "";
  display: block;
  width: 3.0625rem;
  height: 3.375rem;
  background: url(../images/open.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-cta__btnTitle:after {
    width: 2.25rem;
    height: 2.5rem;
  }
}

.p-cta__btn {
  display: block;
  width: 100%;
  margin-inline: auto;
  margin-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    max-width: 32.5rem;
    margin-block: 2.5rem;
  }
}

.p-acd {
  padding-inline: 1.25rem;
  background-color: #DEF6F0;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  display: none;
  border-radius: 0 0 3.75rem 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-acd {
    padding-inline: 3rem;
    padding-bottom: 1.875rem;
    padding-top: 0;
    border-radius: 0 0 3.125rem 3.125rem;
  }
}

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

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

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

.p-acd__table {
  margin-top: 1.875rem;
}
.p-acd__table table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #0E8574;
  background-color: #fff;
}
.p-acd__table table th, .p-acd__table table td {
  padding: 0.5625rem 0.3125rem;
  border-bottom: 1px solid #0E8574;
}
@media screen and (min-width: 768px) {
  .p-acd__table table th, .p-acd__table table td {
    padding: 1rem 1.25rem;
  }
}
.p-acd__table table th {
  background-color: #78D2C0;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid #0E8574;
  width: 5.9375rem;
}
@media screen and (min-width: 768px) {
  .p-acd__table table th {
    width: 22.2784810127%;
  }
}
.p-acd__table table td {
  font-size: 1.25rem;
  line-height: 1.6;
}
.p-acd__table table td ul:not(.c-note) {
  list-style: disc;
  list-style-position: inside;
}
.p-acd__table table td ol {
  list-style: decimal;
  padding-left: 2em;
}
.p-acd__table table td ul:not(.c-note) {
  padding-left: 1em;
}
.p-acd__table table td ol:not(.c-note) li, .p-acd__table table td ul:not(.c-note) li {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.p-acd__table table td ol:not(.c-note) li:last-child, .p-acd__table table td ul:not(.c-note) li:last-child {
  margin-bottom: 0;
}
.p-acd__table table td .note {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  color: #666;
}
@media screen and (min-width: 768px) {
  .p-acd__table table td .note {
    font-size: 0.875rem;
  }
}
.p-acd__table table tr:last-child th, .p-acd__table table tr:last-child td {
  border-bottom: none;
}

.p-acd__note {
  padding-inline: 1.5625rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-acd__note {
    padding-inline: 1.25rem;
  }
}

.p-ctaBtn {
  padding-top: 2.0625rem;
  padding-bottom: 0.9375rem;
  min-height: 10.625rem;
}
@media screen and (min-width: 768px) {
  .p-ctaBtn {
    min-height: 8.125rem;
    padding-top: 1.4375rem;
  }
}

.p-ctaBtn__item {
  width: 100%;
  z-index: 97;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-ctaBtn__item.is-active {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1.25rem;
}

.p-cv {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 97;
}

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

.p-flow {
  background-color: #c6e3d1;
  padding: 6.25rem 0;
}

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

.p-fv__cta {
  width: 42.6875rem;
  margin-top: 1.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__cta {
    margin-top: 0;
    width: 26.875rem;
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    translate: -70% 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;
}
@media screen and (min-width: 768px) {
  .p-header {
    max-width: calc(100% - 6.25rem);
    top: 1.375rem;
    height: 4.625rem;
  }
}
.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: 2.8125rem;
    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__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: inline-block;
  width: 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;
  padding: 1.25rem 0.9375rem;
  background: url(../images/bg_headerLink.png) repeat center center/100% 100%;
  font-size: 1.6875rem;
  font-weight: 900;
  line-height: 1.1481481481;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-header__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
    color: #333333;
    font-size: 0.9375rem;
    height: inherit;
    padding-block: 0;
    padding-inline: 1.6875rem;
  }
}
.p-header__item a span {
  font-size: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-header__item a span {
    display: contents;
    font-size: 0.9375rem;
  }
}

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

.p-modal {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  overflow-y: auto;
  padding: 1.25rem;
}
.p-modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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__slide {
  background-color: #fff;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-modal__slide {
    padding-bottom: 2.25rem;
  }
}

.p-modal__title {
  font-size: 1.875rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background-color: #0E8574;
  padding-block: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-modal__title {
    padding: 0.625rem 3.375rem;
    font-size: 1.5rem;
    line-height: 1.75;
  }
}
.p-modal__title .lg {
  display: inline-block;
  font-size: 2.25rem;
  line-height: 1.1666666667;
}
@media screen and (min-width: 768px) {
  .p-modal__title .lg {
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.p-modal__body {
  padding-top: 1.5625rem;
  padding-inline: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-modal__body {
    padding-inline: 2.5rem;
    padding-bottom: 2.1875rem;
    padding-top: 2.1875rem;
  }
}

.p-modal__slide:nth-child(2) .p-modal__body {
  padding-top: 4.375rem;
}
@media screen and (min-width: 768px) {
  .p-modal__slide:nth-child(2) .p-modal__body {
    padding-top: 2.625rem;
  }
}

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

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

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

.p-modal__img4 {
  margin-top: -6.25rem;
  position: relative;
  z-index: 1;
  width: 33.75rem;
  margin-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal__img4 {
    margin-top: -4.6875rem;
    max-width: 55.8125rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-modal__note {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-modal__note {
    margin-top: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-modal__note .c-note__item {
    margin-top: 0.3125rem;
  }
}
.p-modal__note .c-note__num,
.p-modal__note .c-note__text {
  font-size: 1rem;
  line-height: 1.5625;
}
@media screen and (min-width: 768px) {
  .p-modal__note .c-note__num,
  .p-modal__note .c-note__text {
    font-size: 0.625rem;
    line-height: 1.2;
  }
}

@media screen and (min-width: 768px) {
  .p-modal__slide:nth-child(2) .p-modal__note {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50% -3.75rem;
  }
}

.p-modal__bubbles {
  padding: 1.5625rem 3.125rem;
  background-color: #DEF6F0;
  border-radius: 6.3125rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10rem;
}
@media screen and (min-width: 768px) {
  .p-modal__bubbles {
    padding: 0.875rem 3.375rem;
    border-radius: 5rem;
    margin-inline: auto;
  }
}
.p-modal__bubbles:after {
  content: "";
  padding: block;
  width: 3.0625rem;
  height: 2.9375rem;
  -webkit-mask: url(../images/polygon2.svg) no-repeat center center/contain;
          mask: url(../images/polygon2.svg) no-repeat center center/contain;
  background-color: #DEF6F0;
  position: absolute;
  bottom: -1.75rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (min-width: 768px) {
  .p-modal__bubbles:after {
    width: 2.9375rem;
    height: 2.875rem;
    left: 4.375rem;
    bottom: -1.4375rem;
    translate: 0 0;
  }
}

.p-modal__bubblesText {
  display: block;
  font-size: 1.5rem;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
.p-modal__bubblesText .u-mark--sm {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .p-modal__bubblesText .u-mark--sm {
    margin-left: -1em;
  }
}

.p-modal__close {
  text-align: center;
  position: relative;
  z-index: 20;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-modal__close {
    translate: 0 -80%;
    cursor: pointer;
  }
}

.p-modal__slideWrap {
  position: relative;
  z-index: 30;
  background-color: #fff;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-modal__slideWrap {
    padding-bottom: 3.75rem;
  }
}

.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;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 10;
  width: 116.6666666667%;
}
@media screen and (min-width: 768px) {
  .p-modal .splide__arrows {
    top: auto;
    top: initial;
    bottom: 4.0625rem;
    width: calc(100% - 5rem);
  }
}
.p-modal .splide__arrows button.splide__arrow {
  position: relative;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background: #009682;
  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:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../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:after {
  content: "";
  display: block;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../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: 1.625rem;
  }
}
.p-modal .splide__pagination__page {
  width: 1.5625rem;
  height: auto;
  aspect-ratio: 1;
  margin-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-modal .splide__pagination__page {
    width: 1.1875rem;
    margin-inline: 0.9375rem;
  }
}
.p-modal .splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #86BFB3;
  opacity: 1;
}

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

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

.p-reason__item {
  padding: 3.125rem 2.1875rem 3.75rem;
  background-color: #DEF6F0;
  border-radius: 3.75rem;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    grid-template-rows: initial;
    grid-template-columns: auto 32.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.1875rem 1.875rem 1.875rem 1.375rem;
    border-radius: 2.6875rem;
  }
}

.p-reason__num {
  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;
  font-size: 4.6875rem;
  line-height: 1.2;
  font-weight: 900;
  color: #fff;
  background-color: #0E8574;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 7.1875rem;
  height: auto;
  position: absolute;
  top: -1.5625rem;
  left: -1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-reason__num {
    font-size: 3.3125rem;
    line-height: 1.2264150943;
    width: 5.125rem;
    top: -1.0625rem;
    left: -0.75rem;
  }
}

.p-reason__img {
  width: 36.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-inline: auto;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (min-width: 768px) {
  .p-reason__img {
    margin-block: 0;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__img.--1 {
    width: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__img.--2 {
    width: 18.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__img.--3 {
    width: 24.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__img.--4 {
    width: 21.25rem;
  }
}

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

.p-reason__title {
  font-size: 2.25rem;
  line-height: 1.1944444444;
  font-weight: 900;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    font-size: 1.5rem;
    line-height: 1.2083333333;
    font-weight: 900;
    text-align: left;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-reason__wrap {
  margin-top: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-reason__wrap {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
  }
}

.p-reason__text {
  margin-top: auto;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 768px) {
  .p-reason__text {
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    margin-top: 1.25rem;
  }
}

.p-reason__note {
  margin-top: 1.875rem;
}

.p-reason__open {
  font-size: 1.5rem;
  margin-top: 2.1875rem;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (min-width: 768px) {
  .p-reason__open {
    grid-area: 2/1/3/3;
    margin-top: 1.25rem;
    text-align: center;
    -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
            order: initial;
    cursor: pointer;
  }
}

.p-reason__bubbles {
  display: block;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #0E8574;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__bubbles {
    font-size: 1.0625rem;
    line-height: 1.6470588235;
  }
}

.p-rason__btn {
  font-size: 2rem;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #fff;
  background-color: #0E8574;
  padding: 1.25rem;
  display: inline-grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  margin-inline: auto;
  border-radius: 5.625rem;
  -webkit-box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .25);
}
@media screen and (min-width: 768px) {
  .p-rason__btn {
    font-size: 1.4375rem;
    line-height: 1.3043478261;
    padding: 0.625rem;
    max-width: 26.6875rem;
  }
}
.p-rason__btn:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: auto;
  aspect-ratio: 1;
  background: url(../images/toggle.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-rason__btn:after {
    width: 1.125rem;
  }
}

.p-reason__acd {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

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

#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-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;
}
@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.75rem;
  line-height: 1.6071428571;
}
@media screen and (min-width: 768px) {
  .u-text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

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

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