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

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

strong {
  font-weight: 900;
}

@media screen and (min-width: 751px) {
  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-inner {
  width: 100%;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 751px) {
  .l-inner {
    max-width: 1350px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-btn1 {
  display: inline-block;
  background-color: #D00F31;
  color: #fff;
  padding: 0.3125rem 1.875rem 1.125rem;
  border-radius: 100vmax;
  min-width: 42.6875rem;
  text-align: center;
  font-size: 2.875rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 900;
  -webkit-box-shadow: 0.5rem 0.5rem 0.875rem rgba(0, 0, 0, .2);
          box-shadow: 0.5rem 0.5rem 0.875rem rgba(0, 0, 0, .2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 751px) {
  .c-btn1 {
    min-width: 27.8666666667vw;
    font-size: 1.8666666667vw;
    padding: 0.2666666667vw 1.3333333333vw 0.9333333333vw;
  }
}
.c-btn1 .label {
  font-size: 2rem;
}
@media screen and (min-width: 751px) {
  .c-btn1 .label {
    font-size: 1.2666666667vw;
  }
}
.c-btn1 .label .sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 751px) {
  .c-btn1 .label .sm {
    font-size: 0.9333333333vw;
  }
}
.c-btn1 .sm {
  font-size: 2.25rem;
}
@media screen and (min-width: 751px) {
  .c-btn1 .sm {
    font-size: 1.4666666667vw;
  }
}
@media (any-hover: hover) {
  .c-btn1:hover {
    opacity: 1;
    translate: 0 0.5rem;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 rgba(0, 0, 0, .2);
  }
}
.c-btn1.--sm {
  font-size: 1.25rem;
  min-width: 15.625rem;
  padding: 1rem 1.25rem;
  line-height: 1;
  -webkit-box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .2);
          box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, .2);
}
@media screen and (min-width: 751px) {
  .c-btn1.--sm {
    font-size: 1.75rem;
    padding: 1.375rem 1.875rem;
    min-width: 21.0625rem;
  }
}
@media (any-hover: hover) {
  .c-btn1.--sm:hover {
    opacity: 1;
    translate: 0 0.375rem;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .2);
            box-shadow: 0 0 0 rgba(0, 0, 0, .2);
  }
}

.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: 751px) {
  .c-btn2 {
    padding: 0.3125rem 1.8125rem;
    font-size: 1.375rem;
    gap: 0.875rem;
  }
}
.c-btn2::after {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: url("/event/fund-07-b/images/icon-arrow-circle.svg") no-repeat center center/contain;
}
@media screen and (min-width: 751px) {
  .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-table {
  width: 100%;
  background-color: #d9d9d9;
  border-spacing: 0.125rem;
}
.c-table thead th {
  background-color: #398071;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 900;
  padding: 0.8125rem;
}
@media screen and (min-width: 751px) {
  .c-table thead th {
    font-size: 0.875rem;
    padding: 0.5rem;
  }
}
.c-table thead th:nth-child(1) {
  width: 6.5625rem;
}
@media screen and (min-width: 751px) {
  .c-table thead th:nth-child(1) {
    width: 5.625rem;
  }
}
.c-table thead th:nth-child(2) {
  width: 15.4375rem;
}
@media screen and (min-width: 751px) {
  .c-table thead th:nth-child(2) {
    width: 19.375rem;
  }
}
.c-table thead th:nth-child(3) {
  width: 15.4375rem;
}
@media screen and (min-width: 751px) {
  .c-table thead th:nth-child(3) {
    width: 24.875rem;
  }
}
.c-table tbody th {
  background-color: #8dd2bf;
  font-size: 1.25rem;
  line-height: 1.1;
  padding: 0.8125rem 0;
}
@media screen and (min-width: 751px) {
  .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: 1.375rem;
  line-height: 1.4545454545;
  padding: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .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: 751px) {
  .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: 751px) {
  .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.625rem;
}
@media screen and (min-width: 751px) {
  .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: 1.75rem;
}
@media screen and (min-width: 751px) {
  .c-table__text {
    font-size: 1.125rem;
  }
}
.c-table__text .sm {
  font-size: 1.1875rem;
}
@media screen and (min-width: 751px) {
  .c-table__text .sm {
    font-size: 0.75rem;
  }
}
.c-table__text .md {
  font-size: 1.3125rem;
}
@media screen and (min-width: 751px) {
  .c-table__text .md {
    font-size: 0.8125rem;
  }
}
.c-table__text .lg {
  font-size: 1.9375rem;
}
@media screen and (min-width: 751px) {
  .c-table__text .lg {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 751px) {
  .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: 2rem;
}
@media screen and (min-width: 751px) {
  .c-textLink {
    font-size: 1.25rem;
  }
}
.c-textLink.--sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 751px) {
  .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: 1.5rem;
  aspect-ratio: 1;
  background: url(/event/fund-07-b/images/icon-blank.svg) no-repeat center center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 751px) {
  .c-textLink a::after {
    width: 1.125rem;
  }
}

.c-title1 {
  background: -webkit-gradient(linear, left top, right top, from(#e1ffec), to(#89e6d2));
  background: linear-gradient(90deg, #e1ffec 0%, #89e6d2 100%);
  text-align: center;
  padding: 0.8125rem 1.5625rem 1.3125rem;
  color: #0e8574;
  min-height: 10rem;
  display: grid;
  place-items: center;
  place-content: center;
}

.c-title1__sub {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  .c-title1__sub {
    font-size: 1.5rem;
  }
}

.c-title1__main {
  font-size: 2.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.05;
}
@media screen and (min-width: 751px) {
  .c-title1__main {
    font-size: 2.25rem;
  }
}
.c-title1__main .sm {
  font-size: 2rem;
}
@media screen and (min-width: 751px) {
  .c-title1__main .sm {
    font-size: 1.5rem;
  }
}

.p-about {
  padding: 2.75rem 0;
}

.p-about__title {
  text-align: center;
  padding: 1.3125rem 3.75rem 1.625rem;
  background-color: #8DD2BF;
  font-size: 2.8125rem;
  color: #0F8A79;
  border-radius: 100vmax;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 0.1em;
  font-weight: 900;
}
@media screen and (min-width: 751px) {
  .p-about__title {
    font-size: 2.125rem;
    padding: 1rem 3rem 1.1875rem;
  }
}
.p-about__title .sm {
  font-size: 2.25rem;
}
@media screen and (min-width: 751px) {
  .p-about__title .sm {
    font-size: 1.6875rem;
  }
}
.p-about__title::before {
  content: "";
  width: 4rem;
  height: 2.125rem;
  background-color: #8DD2BF;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  position: absolute;
  bottom: 0.125rem;
  left: 50%;
  translate: -50% 100%;
}
@media screen and (min-width: 751px) {
  .p-about__title::before {
    width: 3rem;
    height: 1.5625rem;
  }
}

.p-about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  margin-top: 3.125rem;
  padding: 0 1.875rem;
}
@media screen and (min-width: 751px) {
  .p-about__list {
    max-width: 30rem;
    margin: 2.25rem auto 0;
    padding: 0;
  }
}

.p-about__itemImg {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-about__itemImg img {
  width: auto;
  height: 10.625rem;
}
@media screen and (min-width: 751px) {
  .p-about__itemImg img {
    height: 8.0625rem;
  }
}

.p-about__itemText {
  font-size: 2.8125rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  .p-about__itemText {
    font-size: 2.125rem;
  }
}
.p-about__itemText .sm {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 751px) {
  .p-about__itemText .sm {
    font-size: 1.6875rem;
  }
}

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

.p-cv__pagetop {
  display: inline-block;
  position: absolute;
  top: -6.25rem;
  right: 1.875rem;
  width: 4.375rem;
  height: 4.375rem;
  background-color: rgb(0, 150, 130);
  border-radius: 50%;
  -webkit-transition: none 0s ease 0s;
  transition: none 0s ease 0s;
  -webkit-transition: initial;
  transition: initial;
}
.p-cv__pagetop::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
  position: absolute;
  top: calc(50% + 0.3125rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.p-cv__btn {
  text-align: center;
  background-color: rgba(0, 150, 130, .95);
  padding: 1.5625rem 0;
}

.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: 751px) {
  .p-flow__subTitle {
    font-size: 1.5rem;
  }
}
.p-flow__subTitle .lg {
  font-size: 3.5rem;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .p-flow__subTitle .lg {
    font-size: 3rem;
  }
}

.p-flow__title {
  text-align: center;
  font-size: 3.125rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .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: 751px) {
  .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: 751px) {
  .p-flow__item {
    display: block;
    border-radius: 2.0625rem;
    padding: 0 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: 751px) {
  .p-flow__itemNum {
    position: static;
    margin-top: -0.5em;
    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: 751px) {
  .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: 751px) {
  .p-flow__itemText {
    width: auto;
    font-size: 1.25rem;
  }
}

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

.p-footer {
  padding: 3.125rem 0;
  background-color: #429483;
  color: #fff;
}
@media screen and (min-width: 751px) {
  .p-footer {
    padding: 2.5rem 0;
  }
}

.p-footer__text {
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 751px) {
  .p-footer__text {
    font-size: 0.75rem;
  }
}
.p-footer__text a {
  color: #123356;
}

.p-footer__small {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin-top: 4.375rem;
}
@media screen and (min-width: 751px) {
  .p-footer__small {
    font-size: 0.75rem;
    margin-top: 3.125rem;
  }
}

.p-header {
  padding-left: 1.5625rem;
  padding-right: 0.625rem;
  height: 7.1875rem;
  background-color: #fff;
  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: 751px) {
  .p-header {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

.p-header__logo {
  width: 8.125rem;
}
.p-header__logo img {
  width: 100%;
  height: auto;
}

.p-mv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background: url(/event/fund-07-b/images/mv_bg.png) no-repeat center center/cover;
}

.p-mv__img img {
  width: 100%;
  height: auto;
}

.p-mv__title {
  position: absolute;
  top: 1.875rem;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 4.8125rem;
  font-weight: 900;
  line-height: 1.0649350649;
}
.p-mv__title .sm {
  font-size: 3.5rem;
}
.p-mv__title .blue {
  color: #4499d8;
}
@media screen and (min-width: 751px) {
  .p-mv__title {
    top: 5.3333333333vw;
    left: calc(50% - 3.53333vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 5.1333333333vw;
    text-align: left;
  }
  .p-mv__title .sm {
    font-size: 3.1333333333vw;
  }
  .p-mv__title .blue {
    font-size: 6.8vw;
  }
}

.p-mv__subText {
  position: absolute;
  top: 9.375rem;
  right: 2.375rem;
  border-radius: 50%;
  border: 0.25rem solid #fff;
  width: 19.625rem;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.2;
  padding-left: 0.625rem;
  padding-bottom: 1.25rem;
  font-size: 2.25rem;
  z-index: -1;
}
.p-mv__subText .lg {
  font-size: 2.75rem;
}
.p-mv__subText .sm {
  font-size: 1rem;
}
.p-mv__subText .md {
  font-size: 1.875rem;
}
.p-mv__subText .red {
  color: #d00f31;
}
@media screen and (min-width: 751px) {
  .p-mv__subText {
    top: 1.8666666667vw;
    left: calc(50% - 3.53333vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    height: initial;
    aspect-ratio: initial;
    border: none;
    padding: 0;
    font-size: 1.8vw;
    z-index: 1;
  }
  .p-mv__subText .lg {
    font-size: 2.2vw;
  }
  .p-mv__subText .sm {
    font-size: 0.8vw;
  }
  .p-mv__subText .md {
    font-size: 1.4666666667vw;
  }
}

.p-mv__caution {
  position: absolute;
  top: 51.875rem;
  right: 1.5625rem;
  font-size: 0.6875rem;
  width: 16.75rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.3125rem;
}
.p-mv__caution::before {
  content: "※";
}
@media screen and (min-width: 751px) {
  .p-mv__caution {
    top: 25.3333333333vw;
    left: calc(50% - 3.53333vw);
    width: 30vw;
    font-size: 0.6vw;
    grid-template-columns: auto 1fr;
    gap: 0.2666666667vw;
  }
}

.p-mv__btnWrap {
  text-align: center;
  padding-bottom: 0.875rem;
  padding-top: 3.375rem;
  position: relative;
  z-index: 0;
  margin-top: -4.125rem;
}
@media screen and (min-width: 751px) {
  .p-mv__btnWrap {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 19.6666666667vw;
    right: 25.7333333333vw;
  }
}
.p-mv__btnWrap::before {
  content: "";
  display: block;
  width: 59rem;
  height: 20.4375rem;
  border-radius: 50%;
  background-color: #009682;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: -1;
}
@media screen and (min-width: 751px) {
  .p-mv__btnWrap::before {
    display: none;
  }
}

.p-mv__wrap {
  background-color: #009682;
}

.p-mv__list {
  padding: 3.4375rem 2.625rem 2.5rem;
  display: grid;
  gap: 1.875rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .p-mv__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9333333333vw;
    padding: 1.3333333333vw 6.6666666667vw 2.9333333333vw;
    margin: -8vw auto 0;
  }
}
@media screen and (min-width: 751px) {
  .p-mv__list::before {
    content: "";
    display: block;
    width: 172vw;
    height: 41.8vw;
    border-radius: 50%;
    background-color: #009682;
    position: absolute;
    top: -4vw;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: -1;
  }
}

.p-mv__item {
  background-color: #fff;
  border-radius: 0.9375rem;
  display: grid;
  grid-template-columns: auto 1fr 5.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  counter-increment: mv-item;
  padding: 1.25rem;
}
@media screen and (min-width: 751px) {
  .p-mv__item {
    grid-template-columns: auto 1fr auto;
    padding: 0.5625rem 0.875rem;
    border-radius: 0.4375rem;
  }
}

.p-mv__num {
  font-size: 1.375rem;
  background-color: #009682;
  color: #fff;
  border-radius: 50%;
  width: 5.625rem;
  height: 5.625rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.1;
}
.p-mv__num::after {
  content: counter(mv-item);
  font-size: 1.9375rem;
}
@media screen and (min-width: 751px) {
  .p-mv__num::after {
    font-size: 1vw;
  }
}
@media screen and (min-width: 751px) {
  .p-mv__num {
    width: 2.8vw;
    height: 2.8vw;
    font-size: 0.6666666667vw;
  }
}

.p-mv__text {
  text-align: center;
  font-size: 2.125rem;
  line-height: 1.1666666667;
  letter-spacing: 0.05em;
  font-weight: 900;
  color: #009682;
}
@media screen and (min-width: 751px) {
  .p-mv__text {
    font-size: 1vw;
  }
}

.p-mv__icon img {
  width: 5.625rem;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 751px) {
  .p-mv__icon img {
    height: 2.8vw;
    width: auto;
    aspect-ratio: initial;
  }
}

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

.p-point1__title {
  font-size: 2.25rem;
  font-weight: 900;
  padding: 0 3.125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .p-point1__title {
    font-size: 1.875rem;
    padding: 0;
  }
}
.p-point1__title .sm {
  font-size: 1.875rem;
}
@media screen and (min-width: 751px) {
  .p-point1__title .sm {
    font-size: 1.25rem;
  }
}

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

.p-point1__table {
  margin-top: 3.75rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 751px) {
  .p-point1__table {
    margin: 3.125rem auto 0;
    max-width: 50.125rem;
    padding: 0;
  }
}

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

.p-point1__list {
  padding-left: 7rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.625rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .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: 4.375rem;
  height: 1.875rem;
  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: 751px) {
  .p-point1__item::before {
    width: 3.75rem;
    height: 1.75rem;
  }
}

.p-point1__caution {
  font-size: 1.25rem;
  padding: 0 3.125rem;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .p-point1__caution {
    padding: 0;
    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: 1.25rem;
  margin-top: 1.875rem;
  padding: 0 3.125rem;
}
@media screen and (min-width: 751px) {
  .p-point1__caution2 {
    font-size: 1rem;
    margin: 1.5625rem auto 0;
    padding: 0;
  }
}

.p-point1__cta {
  margin-top: 3.125rem;
  text-align: right;
}

.p-point2 {
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 751px) {
  .p-point2 {
    padding-bottom: 5.625rem;
  }
}

.p-point2__list {
  margin-top: 7.9375rem;
  display: grid;
  gap: 7.9375rem;
}
@media screen and (min-width: 751px) {
  .p-point2__list {
    margin-top: 6.0625rem;
  }
}

.p-point2__item {
  padding: 5.9375rem 3.125rem 3.125rem;
  background-color: #f4fbf9;
  position: relative;
  counter-increment: item;
  border-radius: 3.75rem;
}
@media screen and (min-width: 751px) {
  .p-point2__item {
    padding: 4.0625rem 6.0625rem 3.125rem;
  }
}

.p-point2__num {
  width: 9.8125rem;
  aspect-ratio: 1;
  color: #fff;
  background-color: #0e8574;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -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;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .p-point2__num {
    width: 6.25rem;
    font-size: 1.25rem;
  }
}
.p-point2__num::after {
  content: counter(item);
  font-size: 4rem;
}
@media screen and (min-width: 751px) {
  .p-point2__num::after {
    font-size: 2.5rem;
  }
}

.p-point2__itemTitle {
  font-size: 2.5rem;
  font-weight: 900;
  color: #217063;
  text-align: center;
  margin: 0 -1.25rem;
}
@media screen and (min-width: 751px) {
  .p-point2__itemTitle {
    margin: 0;
    font-size: 2.25rem;
  }
}

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

.p-point2__img {
  margin: 0 auto;
  margin-top: 1.875rem;
}
.p-point2__img.--img1 {
  width: 22.25rem;
}
@media screen and (min-width: 751px) {
  .p-point2__img.--img1 {
    width: 23.1875rem;
  }
}
.p-point2__img.--img2 {
  width: 29.875rem;
}
@media screen and (min-width: 751px) {
  .p-point2__img.--img2 {
    width: 21.375rem;
  }
}

.p-point2__cta {
  margin-top: 1.875rem;
  text-align: right;
}

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

@media screen and (min-width: 751px) {
  .p-point2__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

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

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

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

.p-point3__itemTitle {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.3888888889;
  color: #fff;
  background-color: #0e8574;
  text-align: center;
  border-radius: 100vmax;
  margin: 0 -3.125rem;
  padding: 1.6875rem 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: 751px) {
  .p-point3__itemTitle {
    margin: 0;
    font-size: 2rem;
    padding: 2.8125rem;
  }
}
.p-point3__itemTitle .sm {
  font-size: 1.75rem;
}
@media screen and (min-width: 751px) {
  .p-point3__itemTitle .sm {
    font-size: 1.5rem;
  }
}

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

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

.p-point3__cta {
  margin-top: 0.3125rem;
  text-align: right;
}

.p-point3__caution {
  margin-top: 1.875rem;
  display: grid;
  gap: 0.625rem;
}

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

.p-point4 {
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 751px) {
  .p-point4 {
    padding-bottom: 5.625rem;
  }
}

.p-point4__list {
  margin-top: 7.9375rem;
  display: grid;
  gap: 7.9375rem;
}
@media screen and (min-width: 751px) {
  .p-point4__list {
    margin-top: 6.0625rem;
  }
}

.p-point4__item {
  padding: 5.9375rem 3.125rem 3.125rem;
  background-color: #f4fbf9;
  position: relative;
  counter-increment: item;
  border-radius: 3.75rem;
}
@media screen and (min-width: 751px) {
  .p-point4__item {
    padding: 4.0625rem 6.0625rem 3.125rem;
  }
}

.p-point4__num {
  width: 9.8125rem;
  aspect-ratio: 1;
  color: #fff;
  background-color: #0e8574;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -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;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .p-point4__num {
    width: 6.25rem;
    font-size: 1.25rem;
  }
}
.p-point4__num::after {
  content: counter(item);
  font-size: 4rem;
}
@media screen and (min-width: 751px) {
  .p-point4__num::after {
    font-size: 2.5rem;
  }
}

.p-point4__itemTitle {
  font-size: 2.5rem;
  font-weight: 900;
  color: #217063;
  text-align: center;
  margin: 0 -1.25rem;
}
@media screen and (min-width: 751px) {
  .p-point4__itemTitle {
    margin: 0;
    font-size: 2.25rem;
  }
}

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

.p-point4__cards {
  margin-top: 4.375rem;
  display: grid;
  gap: 3.4375rem;
}
@media screen and (min-width: 751px) {
  .p-point4__cards {
    gap: 2.5rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

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

.p-point4__cardImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 751px) {
  .p-point4__cardImg img {
    width: auto;
    height: 11.25rem;
  }
}

.p-point4__cardTitle {
  font-size: 1.875rem;
  font-weight: 900;
  color: #0e8574;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-point4__cardTitle {
    font-size: 1.5rem;
    margin-top: 0.9375rem;
    min-height: 4.375rem;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-point4__cardText {
  font-size: 1.5rem;
  line-height: 1.4583333333;
  margin-top: 0.625rem;
}
@media screen and (min-width: 751px) {
  .p-point4__cardText {
    margin-top: 1.25rem;
    font-size: 1.25rem;
  }
}

.p-point4__img {
  margin: 0 auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .p-point4__img.--img2 {
    width: 22.5625rem;
  }
}
@media screen and (min-width: 751px) {
  .p-point4__img.--img3 {
    width: 23.75rem;
  }
}

@media screen and (min-width: 751px) {
  .p-point4__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}
@media screen and (min-width: 751px) {
  .p-point4__wrap.--gap0 {
    gap: 0;
  }
}

.p-point4__telWrap {
  position: relative;
  background-color: #fff;
  border-radius: 1.5rem;
  border: 0.25rem solid #8dd2bf;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .p-point4__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-point4__tel {
  padding: 1.0625rem 10.3125rem 1rem 2.625rem;
  position: relative;
}
@media screen and (min-width: 751px) {
  .p-point4__tel {
    padding: 1.1875rem 1.375rem;
  }
}
.p-point4__tel::after {
  content: "";
  width: 28.875rem;
  height: 0.375rem;
  display: block;
  position: absolute;
  bottom: 0;
  background: url("/event/fund-07-b/images/line2.png") no-repeat center center/contain;
  left: 0.75rem;
}
@media screen and (min-width: 751px) {
  .p-point4__tel::after {
    width: 0.3125rem;
    height: calc(100% - 0.625rem);
    left: auto;
    right: 0;
    bottom: 0.3125rem;
    background: url("/event/fund-07-b/images/line1.png") no-repeat center center/contain;
  }
}

.p-point4__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: 751px) {
  .p-point4__telTitle {
    font-size: 1rem;
    max-width: 16.125rem;
  }
}

.p-point4__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: 751px) {
  .p-point4__telText {
    line-height: 1.25;
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
.p-point4__telText::before {
  content: "";
  width: 3.125rem;
  height: 2.5rem;
  background: url("/event/fund-07-b/images/icon_tel.svg") no-repeat center center/contain;
}
@media screen and (min-width: 751px) {
  .p-point4__telText::before {
    width: 2.125rem;
    height: 1.6875rem;
  }
}

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

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

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

.p-point4__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: 751px) {
  .p-point4__telTime2 {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.p-point4__telTime2 .green {
  color: #0f8a79;
}

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

.p-risk {
  padding: 3.125rem 0;
}

.p-risk__title {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.p-risk__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9375rem 1.375rem;
  margin-top: 0.875rem;
}
@media screen and (min-width: 751px) {
  .p-risk__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-risk__link {
  display: inline-block;
  padding: 0.875rem;
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  border: 0.0625rem solid #398071;
  color: #398071;
  border-radius: 100vmax;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  .p-risk__link {
    font-size: 0.8125rem;
    padding: 0.5625rem;
    min-width: 12.5rem;
  }
}
@media (any-hover: hover) {
  .p-risk__link:hover {
    opacity: 1;
    background-color: #398071;
    color: #fff;
  }
}

.p-security {
  padding: 7.5rem 0;
  background-color: #f7f7f7;
}
@media screen and (min-width: 751px) {
  .p-security {
    padding: 5rem 0;
  }
}

.p-security__title {
  font-size: 3.25rem;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (min-width: 751px) {
  .p-security__title {
    font-size: 2.5rem;
  }
}

.p-security__text {
  margin-top: 3.75rem;
  font-size: 1.75rem;
}
@media screen and (min-width: 751px) {
  .p-security__text {
    font-size: 1rem;
    text-align: center;
  }
}

.p-security__list {
  display: grid;
  margin-top: 5rem;
  gap: 3.75rem;
}
@media screen and (min-width: 751px) {
  .p-security__list {
    gap: 3.125rem;
    margin-top: 3.75rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-security__item {
  padding: 2.5rem;
  position: relative;
  border-radius: 2.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.75rem rgba(0, 0, 0, .16);
          box-shadow: 0 0 0.75rem rgba(0, 0, 0, .16);
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .p-security__item {
    padding: 1.875rem;
    border-radius: 1.25rem;
  }
}

.p-security__itemImg {
  width: 13.75rem;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .p-security__itemImg {
    width: 7.5rem;
  }
}
.p-security__itemImg img {
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-security__itemTitle {
  line-height: 1.7;
  font-weight: bold;
  margin-top: 2.5rem;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-security__itemTitle {
    font-size: 1.25rem;
    margin-top: 1.25rem;
  }
}

.p-security__itemText {
  margin-top: 2.5rem;
  font-size: 1.75rem;
  line-height: 2;
}
@media screen and (min-width: 751px) {
  .p-security__itemText {
    font-size: 1rem;
    margin-top: 0.625rem;
  }
}

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

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

.u-red {
  color: #D65A6F;
}

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

/*20250624追加分*/

.tbl_ {
  margin: 0 auto;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .tbl_ {
    width: 777px;
  }
}
@media screen and (min-width: 751px) {
.tbl_btm{
  margin: 0 auto;
    width: 777px;
  }
}
.p-point2__only {
  font-size: 2.25rem;
  font-weight: 900;
  color: #217063;
  text-align: center;
  padding-top:30px; 
}
@media screen and (min-width: 751px) {
  .p-point2__only {
    margin: 0;
    font-size: 2.0rem;
  }
}

.p-point2__only_text {
  font-size: 1.875rem;
  line-height: 1.4333333333;
  margin-top: 1.875rem;
}
@media screen and (min-width: 751px) {
  .p-point2__only_text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 751px) {
  .p-point2__only__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }
}

.p-point2__only__img {
  margin: 0 auto;
  margin-top: 1.875rem;
}
.p-point2__only__img .--img2 {
  width: 32.875rem;
}
@media screen and (min-width: 751px) {
  .p-point2__only__img .--img2 {
    width: 21.375rem;
  }
}

.u-green{
	color:#009682;
}

.under {
  position: relative;
  z-index: 1;
}

.under::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.1em;  /* テキストの下端からの距離を調整 */
  width: 100%;
  height: 6px;  /* 線の太さ */
  background-color: #C4E7E2;  /* 線の色 */
  z-index: -1;  /* テキストの後ろに配置 */
}

.p-point2__num_02 {
  width: 9.8125rem;
  aspect-ratio: 1;
  color: #fff;
  background-color: #0e8574;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -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;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 751px) {
  .p-point2__num_02 {
    width: 6.25rem;
    font-size: 1.25rem;
  }
}
.p-point2__num_02::after {
  content:none;
}
@media screen and (min-width: 751px) {
  .p-point2__num_02::after {
    font-size: 2.5rem;
  }
}
