@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:wght@400;500;600;700;800;900&display=swap");
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

hr {
  overflow: visible;
  height: 0;
  color: inherit; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

table {
  border-color: inherit;
  text-indent: 0; }

input {
  border-radius: 0; }

[disabled] {
  cursor: default; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled=true] {
  cursor: default; }

* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  background: #def0f3;
  line-height: 1.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.5rem, calc(1.472rem + 0.23vw), 1.7rem);
  letter-spacing: 0.04em;
  color: #211715;
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #211715;
  text-decoration: none;
  transition: .3s;
  font-weight: 700; }
  a:hover {
    transition: .3s;
    text-decoration: none; }
  a img {
    transition: .3s; }
    a img:hover {
      opacity: .7;
      transition: .3s; }

li {
  list-style: none; }

.flb_sb, .anxiety .worry {
  display: flex;
  justify-content: space-between; }

.flb_ct, header .entrybtn, header .menubtn, .spnav, .mv {
  display: flex;
  justify-content: center; }

.flb_st, .entry dl dt {
  display: flex;
  justify-content: flex-start; }

.flb_ed, header {
  display: flex;
  justify-content: flex-end; }

.sp {
  display: block; }
  @media screen and (min-width: 701px) {
    .sp {
      display: none; } }

.sptab {
  display: block; }
  @media screen and (min-width: 961px) {
    .sptab {
      display: none; } }

.tab {
  display: none; }
  @media screen and (min-width: 701px) {
    .tab {
      display: block; } }
  @media screen and (min-width: 961px) {
    .tab {
      display: none; } }

.tabpc {
  display: none; }
  @media screen and (min-width: 701px) {
    .tabpc {
      display: block; } }

.pc {
  display: none; }
  @media screen and (min-width: 961px) {
    .pc {
      display: block; } }

.inner {
  width: min(90%, 124rem);
  margin: auto; }

.fadeIn {
  opacity: 0;
  transition: 3s; }
  .fadeIn.is-show {
    opacity: 1; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 2s; }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn_left {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: 2s; }
  .fadeIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn_right {
  opacity: 0;
  transform: translate(50px, 0);
  transition: 2s; }
  .fadeIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1; }

@keyframes fade {
  to {
    opacity: 1; }
  from {
    opacity: 0; } }
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0); }
  from {
    opacity: 0;
    transform: translateY(20px); } }
@keyframes fadeDonwn {
  to {
    opacity: 1;
    transform: translateY(0); }
  from {
    opacity: 0;
    transform: translateY(-20px); } }
@keyframes fadeleft {
  to {
    opacity: 1;
    transform: translateX(0); }
  from {
    opacity: 0;
    transform: translateX(-20px); } }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@keyframes float-up {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-4px); } }
@keyframes float-down {
  0%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(4px); } }
/* ヘッダー */
header {
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 2rem; }
  header .logo {
    width: min(31%, 14rem);
    margin-right: auto;
    position: relative;
    z-index: 1; }
  header.fixed::before {
    opacity: 1;
    transition: 1s; }
  header::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0 0 1.6rem 1.6rem;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
    opacity: 0; }
  header .gnav {
    display: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 961px) {
      header .gnav {
        display: flex;
        justify-content: flex-end; } }
    header .gnav li {
      font-size: 0.9em;
      margin-left: 2.4rem; }
      header .gnav li a {
        font-weight: 600;
        color: #333;
        display: block;
        position: relative; }
        header .gnav li a::after {
          content: "";
          display: block;
          width: 100%;
          height: .2rem;
          background: #FFF067;
          position: absolute;
          left: 0;
          top: 100%;
          transform: translateY(-1rem);
          opacity: 0;
          transition: .3s; }
        header .gnav li a:hover::after {
          opacity: 1;
          transform: translateY(0); }
  header .entrybtn {
    font-size: 1.2em;
    align-items: center;
    font-weight: 900;
    background: #FFF067;
    width: 100%;
    height: 7.2rem;
    position: fixed;
    left: 0;
    bottom: 0; }
    @media screen and (min-width: 701px) {
      header .entrybtn {
        font-size: .9em;
        position: relative;
        width: 16rem;
        height: 5rem;
        margin-left: 2rem;
        border-radius: 10rem;
        top: auto;
        bottom: 0; } }
    header .entrybtn span {
      font-weight: 900; }
      @media screen and (min-width: 701px) {
        header .entrybtn span {
          display: none; } }
    header .entrybtn::after {
      content: "";
      display: block;
      width: 2rem;
      aspect-ratio: 1 / 1;
      background: url("../images/right.svg") center center no-repeat;
      background-size: 100% auto;
      margin-left: 1.6rem;
      vertical-align: 2px;
      transform: rotate(90deg);
      transition: .3s; }
      @media screen and (min-width: 701px) {
        header .entrybtn::after {
          margin-left: 1rem; } }
    header .entrybtn:hover {
      background: #20ADCE;
      color: #fff; }
      header .entrybtn:hover::after {
        filter: brightness(0) invert(1); }
  header .menubtn {
    flex-direction: column;
    width: 3.2rem;
    height: 3.2rem;
    position: relative;
    z-index: 1;
    margin-left: 2rem; }
    @media screen and (min-width: 961px) {
      header .menubtn {
        display: none; } }
    header .menubtn span {
      display: block;
      width: 100%;
      height: 2px;
      background: #999;
      margin-bottom: .6rem; }
      header .menubtn span:nth-child(3) {
        margin-bottom: 0; }
    header .menubtn.active span {
      position: absolute;
      top: 50%;
      left: 0;
      margin-bottom: 0; }
      header .menubtn.active span:nth-child(1) {
        transform: rotate(45deg); }
      header .menubtn.active span:nth-child(2) {
        transform: rotate(-45deg); }
      header .menubtn.active span:nth-child(3) {
        opacity: 0; }

/* スマホナビ */
.spnav {
  width: clamp(30rem, 80%, 40rem);
  height: 100dvh;
  background: #fff;
  border-radius: 0 0 0 3.2rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  align-items: center;
  flex-direction: column;
  transform: translateX(100%);
  transition: .5s; }
  .spnav.active {
    transition: .5s;
    transform: translateX(0); }
  .spnav ul {
    display: inline-block; }
    .spnav ul li {
      font-size: 1.8rem;
      margin-bottom: 5rem; }
      @media screen and (min-width: 701px) {
        .spnav ul li {
          margin-bottom: 4rem; } }
      .spnav ul li a {
        font-weight: 400; }
        .spnav ul li a::before {
          content: "";
          display: inline-block;
          width: 8px;
          height: 8px;
          border-top: 2px solid #F13A5F;
          border-right: 2px solid #F13A5F;
          transform: rotate(45deg);
          margin-right: 1.6rem;
          vertical-align: 3px; }

/* フッター */
footer {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1rem; }
  footer p {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    color: #666; }

/* トップページ */
.mv {
  width: 100%;
  height: calc(100dvh - 4rem);
  flex-direction: column;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #def0f3, #20ADCE);
  padding-top: 10rem;
  padding-bottom: 6rem; }
  @media screen and (min-width: 701px) {
    .mv {
      height: calc(100vh - 8rem);
      flex-direction: row;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  @media screen and (min-width: 1280px) {
    .mv {
      padding-top: 20rem;
      padding-bottom: 24rem; } }
  .mv.is-show figure {
    animation: fade 2s forwards; }
  .mv.is-show .txt h1 {
    animation: fadeIn 1s .5s forwards; }
    @media screen and (min-width: 701px) {
      .mv.is-show .txt h1 {
        animation: fadeleft 2s .5s forwards; } }
  .mv.is-show .txt h2 {
    animation: fadeIn 1s 1s forwards; }
    @media screen and (min-width: 701px) {
      .mv.is-show .txt h2 {
        animation: fadeleft 2s 1s forwards; } }
  .mv figure {
    display: block;
    position: relative;
    z-index: 2;
    opacity: 0; }
    @media screen and (min-width: 701px) {
      .mv figure {
        width: 70%;
        margin-left: auto;
        margin-top: -12%; } }
    @media screen and (min-width: 1280px) {
      .mv figure {
        width: 55%;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-top: 0; } }
    .mv figure img {
      display: block; }
  .mv .txt {
    text-align: center;
    position: relative;
    z-index: 3;
    padding-bottom: 30px; }
    @media screen and (min-width: 701px) {
      .mv .txt {
        margin-left: min(2.6vw, 5rem);
        text-align: left;
        padding-bottom: 0; } }
    .mv .txt h1 {
      display: inline-block;
      color: #fff;
      font-weight: 900;
      font-size: clamp(2.4rem, calc(2rem + 2.27vw), 4.8rem);
      line-height: 2em;
      padding-bottom: .5em;
      text-indent: -.5em;
      margin-left: 1em;
      text-align: left;
      opacity: 0; }
      @media screen and (min-width: 701px) {
        .mv .txt h1 {
          display: block; } }
      .mv .txt h1 b {
        font-size: clamp(3.8rem, calc(2.561rem + 3.3vw), 8.9rem);
        font-weight: 900;
        color: #F13A5F;
        margin-right: .1em;
        letter-spacing: 0;
        position: relative;
        display: inline-block; }
    .mv .txt h2 {
      color: #fff;
      font-weight: 600;
      font-size: clamp(1.4rem, calc(1.012rem + 1.04vw), 3rem);
      letter-spacing: 0;
      display: inline-block;
      background: #F13A5F;
      padding: 1.2rem .8rem;
      border-radius: 10rem;
      opacity: 0; }
      @media screen and (min-width: 701px) {
        .mv .txt h2 {
          padding: 1.3rem 3rem; } }
  .mv::before, .mv::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    position: absolute; }
  .mv::before {
    aspect-ratio: 1920 / 1013;
    left: 0;
    bottom: 0;
    background: url("../images/line_btm.webp") center center no-repeat;
    background-size: 100% auto; }
  .mv::after {
    aspect-ratio: 1919 / 1175;
    right: 0;
    top: 0;
    background: url("../images/line_top.webp") center center no-repeat;
    background-size: 100% auto; }

.topttl {
  text-align: center;
  display: block;
  font-size: clamp(2.4rem, calc(2rem + 1.04vw), 4rem);
  font-weight: 900;
  line-height: 1.8em;
  padding-bottom: 2.8rem; }
  @media screen and (min-width: 701px) {
    .topttl {
      padding-bottom: 5.4rem; } }
  .topttl span {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: clamp(1.4rem, calc(1rem + 0.625vw), 1.6rem);
    font-weight: 600;
    line-height: 1.4em;
    color: #20ADCE;
    margin-bottom: 1rem; }

.ph {
  padding: 7rem 0; }
  @media screen and (min-width: 701px) {
    .ph {
      padding: 10rem 0; } }
  @media screen and (min-width: 961px) {
    .ph {
      padding: 12rem 0; } }

.lead {
  text-align: center;
  overflow: hidden; }
  .lead .topttl b {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .7em; }
    .lead .topttl b::before, .lead .topttl b::after {
      content: "";
      display: block;
      width: 5rem;
      height: .1rem;
      background: #211715; }
    .lead .topttl b::before {
      margin-right: 1rem; }
    .lead .topttl b::after {
      margin-left: 1rem; }
  .lead .inner {
    text-align: left; }
    @media screen and (min-width: 1081px) {
      .lead .inner {
        text-align: center; } }
  .lead p {
    font-weight: 400;
    line-height: 2.2em; }
    @media screen and (min-width: 701px) {
      .lead p {
        line-height: 3em; } }
    .lead p strong {
      font-size: clamp(1.6rem, calc(1.4rem + 0.63vw), 2.6rem);
      font-weight: 700; }
      .lead p strong.red {
        color: #F13A5F; }
    .lead p b {
      font-weight: 700;
      text-decoration: underline; }
    .lead p br {
      display: none; }
      @media screen and (min-width: 1081px) {
        .lead p br {
          display: block; } }
      .lead p br.sp {
        display: block; }
        @media screen and (min-width: 701px) {
          .lead p br.sp {
            display: none; } }
    .lead p.center {
      text-align: center; }
  .lead .imgs {
    display: flex;
    padding-top: 3.8rem; }
    @media screen and (min-width: 701px) {
      .lead .imgs {
        padding-top: 6.2rem; } }
    .lead .imgs ul {
      display: flex;
      align-items: flex-start;
      animation: infinity-scroll-left 120s infinite linear 0.5s both; }
      @media screen and (min-width: 1280px) {
        .lead .imgs ul {
          animation: infinity-scroll-left 140s infinite linear 0.5s both; } }
      .lead .imgs ul li {
        display: block;
        width: 19rem;
        animation-duration: 2.5s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        margin-right: 2.8rem; }
        @media screen and (min-width: 1280px) {
          .lead .imgs ul li {
            width: 30rem;
            margin-right: 5rem; } }
        .lead .imgs ul li:nth-child(odd) {
          animation-name: float-down; }
        .lead .imgs ul li:nth-child(even) {
          margin-top: 2.8rem;
          animation-name: float-up; }
          @media screen and (min-width: 701px) {
            .lead .imgs ul li:nth-child(even) {
              margin-top: 5rem; } }

.anxiety {
  background: #fff;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center; }
  .anxiety::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #2CC2B0, #20ADCE);
    opacity: .3;
    z-index: -1; }
  .anxiety p {
    font-size: clamp(1.5rem, calc(1.32rem + 0.56vw), 2.4rem);
    font-weight: 400;
    line-height: 2.2em; }
  .anxiety .worry {
    flex-wrap: wrap;
    padding-top: 4.8rem;
    padding-bottom: 2rem;
    width: min(90%, 93rem);
    margin: auto; }
    @media screen and (min-width: 701px) {
      .anxiety .worry {
        padding: 6.4rem 0 0; } }
    .anxiety .worry li {
      display: block;
      opacity: 0; }
      .anxiety .worry li:nth-child(1) {
        width: min(71%, 25.1rem);
        margin: -10% auto 0;
        order: 3; }
        @media screen and (min-width: 701px) {
          .anxiety .worry li:nth-child(1) {
            width: min(37.8%, 35.1rem);
            margin-top: -5%;
            order: 5; } }
        .anxiety .worry li:nth-child(1) img {
          display: block; }
      .anxiety .worry li:nth-child(2) {
        width: min(78%, 27.5rem);
        order: 1; }
        @media screen and (min-width: 701px) {
          .anxiety .worry li:nth-child(2) {
            width: min(33.6%, 31.2rem);
            margin-top: 11.7rem; } }
      .anxiety .worry li:nth-child(3) {
        width: min(56%, 19.8rem);
        order: 2;
        margin-left: auto;
        margin-top: -5%; }
        @media screen and (min-width: 701px) {
          .anxiety .worry li:nth-child(3) {
            width: min(23.4%, 21.8rem);
            margin-top: 0;
            margin-left: -25%; } }
      .anxiety .worry li:nth-child(4) {
        width: min(77%, 27.2rem);
        order: 4; }
        @media screen and (min-width: 701px) {
          .anxiety .worry li:nth-child(4) {
            width: min(32.4%, 30.1%);
            order: 3;
            margin-left: 8%; } }
      .anxiety .worry li:nth-child(5) {
        width: min(69.4%, 24.6rem);
        order: 5;
        margin-left: auto;
        margin-top: -5%; }
        @media screen and (min-width: 701px) {
          .anxiety .worry li:nth-child(5) {
            width: min(32.1%, 29.8rem);
            margin-top: 11.7rem;
            order: 4;
            margin-left: -30%; } }
    .anxiety .worry.is-show li {
      animation: fadeIn 0.6s ease forwards; }
      .anxiety .worry.is-show li:nth-child(1) {
        animation-delay: 0s; }
      .anxiety .worry.is-show li:nth-child(2) {
        animation-delay: 0.4s; }
      .anxiety .worry.is-show li:nth-child(3) {
        animation-delay: 0.8s; }
      .anxiety .worry.is-show li:nth-child(4) {
        animation-delay: 1.2s; }
      .anxiety .worry.is-show li:nth-child(5) {
        animation-delay: 1.6s; }

.feature {
  background: linear-gradient(#fff, rgba(255, 255, 255, 0.5));
  position: relative;
  z-index: 2;
  text-align: center; }
  .feature::before, .feature::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 50vw solid transparent;
    border-bottom: 5rem solid #fff;
    position: absolute;
    top: 0; }
    @media screen and (min-width: 701px) {
      .feature::before, .feature::after {
        border-bottom: 10rem solid #fff; } }
  .feature::before {
    left: 0;
    transform: scale(-1, 1) translateY(-100%); }
  .feature::after {
    right: 0;
    transform: translateY(-100%); }
  .feature p {
    font-size: clamp(1.5rem, calc(1.32rem + 0.56vw), 2.4rem);
    font-weight: 400;
    line-height: 2.2em; }
    .feature p b {
      font-size: clamp(1.6rem, calc(1.4rem + 0.63vw), 2.6rem);
      font-weight: 700; }
      .feature p b.red {
        color: #F13A5F; }
  .feature .list {
    padding-top: 3.8rem;
    counter-reset: number 0;
    text-align: left;
    width: min(90%, 124rem);
    margin: auto; }
    @media screen and (min-width: 701px) {
      .feature .list {
        display: flex;
        justify-content: space-between;
        padding-top: 6.4rem; } }
    .feature .list.is-show li {
      animation: fadeDonwn 0.8s ease forwards; }
      .feature .list.is-show li:nth-child(1) {
        animation-delay: 0.2s; }
      .feature .list.is-show li:nth-child(2) {
        animation-delay: 0.6s; }
      .feature .list.is-show li:nth-child(3) {
        animation-delay: 1.2s; }
    .feature .list li {
      display: block;
      background: #fff;
      width: 100%;
      margin: 0 auto 2.8rem;
      border: #20ADCE 3px solid;
      border-radius: 10px;
      padding: 2.8rem 2rem;
      font-size: clamp(1.6rem, calc(1.04rem + 0.5vw), 2rem);
      font-weight: 700;
      line-height: 1.6em;
      position: relative;
      transition: .3s;
      opacity: 0; }
      @media screen and (min-width: 701px) {
        .feature .list li {
          width: 32%;
          margin: 0;
          padding: 3.2rem 2rem 6.4rem; } }
      .feature .list li:last-child {
        margin-bottom: 0; }
      .feature .list li::after {
        content: "";
        display: block;
        width: 1.6rem;
        height: calc(tan(60deg) * 1.6rem / 2);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        background: #211715;
        margin: 1.6rem auto 0;
        transition: .3s; }
        @media screen and (min-width: 701px) {
          .feature .list li::after {
            width: 2rem;
            height: calc(tan(60deg) * 2rem / 2);
            margin: 0;
            position: absolute;
            bottom: 2.8rem;
            left: 50%;
            margin-left: -1.4rem; } }
      .feature .list li:hover {
        background: #FFFEF5; }
        .feature .list li:hover::after {
          transform: translateY(0.5rem);
          background: #20ADCE; }
      .feature .list li a {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .feature .list li figure {
        width: 82%;
        margin: 0 auto 2.4rem; }
        .feature .list li figure img {
          display: block;
          margin-bottom: 3.2rem; }
      .feature .list li span {
        font-weight: 700;
        display: block;
        padding-left: 3em;
        position: relative; }
        @media screen and (min-width: 701px) {
          .feature .list li span {
            padding-left: 2.8em; } }
        .feature .list li span::before {
          counter-increment: number;
          content: counter(number,decimal-leading-zero);
          font-family: "Poppins", sans-serif;
          font-size: clamp(2.6rem, calc(2.4rem + 0.63vw), 3.6rem);
          font-weight: 600;
          letter-spacing: 0.1em;
          color: #F13A5F;
          position: absolute;
          left: 0;
          top: 0; }

.point {
  text-align: center;
  overflow: hidden; }
  .point .topttl span {
    color: #F13A5F; }
  .point p {
    font-size: clamp(1.5rem, calc(1.32rem + 0.56vw), 2.4rem);
    font-weight: 400;
    line-height: 2.2em; }
  .point .schedule {
    display: block;
    margin-top: 3.2rem; }
    @media screen and (min-width: 701px) {
      .point .schedule {
        margin-top: 7rem; } }
    .point .schedule img {
      display: block; }
  .point .curriculum {
    padding-top: 3.2rem; }
    @media screen and (min-width: 701px) {
      .point .curriculum {
        padding-top: 7rem; } }
    .point .curriculum .box {
      position: relative; }
      .point .curriculum .box:nth-of-type(1) {
        background: rgba(44, 194, 176, 0.1);
        margin-bottom: 6.8rem; }
        @media screen and (min-width: 701px) {
          .point .curriculum .box:nth-of-type(1) {
            margin-bottom: 7.2rem; } }
        .point .curriculum .box:nth-of-type(1)::after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border-left: 2.4rem solid transparent;
          border-right: 2.4rem solid transparent;
          border-top: 2.4rem solid #F13A5F;
          position: absolute;
          left: 50%;
          top: 100%;
          transform: translate(-50%, 100%); }
        .point .curriculum .box:nth-of-type(1) h3 {
          background: #2CC2B0; }
        .point .curriculum .box:nth-of-type(1) dl {
          border: #2CC2B0 1px solid; }
      .point .curriculum .box:nth-of-type(2) {
        background: rgba(32, 173, 206, 0.1); }
        .point .curriculum .box:nth-of-type(2) h3 {
          background: #20ADCE; }
        .point .curriculum .box:nth-of-type(2) dl {
          border: #20ADCE 1px solid; }
      .point .curriculum .box h3 {
        color: #fff;
        font-size: clamp(1.8rem, calc(1.56rem + 0.75vw), 3rem);
        font-weight: 900;
        letter-spacing: 0.2em;
        padding: 0.6em 0;
        text-align: center;
        position: relative; }
      .point .curriculum .box .inbox {
        padding: 2.5rem;
        text-align: left; }
        @media screen and (min-width: 701px) {
          .point .curriculum .box .inbox {
            padding: 5rem; } }
        .point .curriculum .box .inbox p {
          font-size: clamp(1.5rem, calc(1.459rem + 0.13vw), 1.7rem);
          line-height: 1.8em; }
        .point .curriculum .box .inbox h4 {
          position: relative;
          font-size: clamp(1.8rem, calc(1.64rem + 0.5vw), 2.6rem);
          font-weight: 900;
          padding-top: 2rem;
          text-align: center; }
          @media screen and (min-width: 701px) {
            .point .curriculum .box .inbox h4 {
              padding-top: 4rem; } }
        .point .curriculum .box .inbox dl {
          background: #fff;
          border-radius: 1rem;
          margin-top: -.8em;
          padding: 3rem 2rem 2rem; }
          @media screen and (min-width: 961px) {
            .point .curriculum .box .inbox dl {
              padding: 5.6rem 2rem 2rem;
              display: flex;
              justify-content: space-between;
              flex-wrap: wrap; } }
          .point .curriculum .box .inbox dl dt, .point .curriculum .box .inbox dl dd {
            display: block;
            font-size: clamp(1.4rem, calc(1.36rem + 0.13vw), 1.6rem); }
          .point .curriculum .box .inbox dl dt {
            font-weight: 700;
            padding-bottom: .8rem;
            padding-right: 1rem; }
            @media screen and (min-width: 961px) {
              .point .curriculum .box .inbox dl dt {
                width: 21rem;
                padding-bottom: 0;
                border-bottom: #2CC2B0 1px solid;
                margin-bottom: 1.4rem; } }
            .point .curriculum .box .inbox dl dt span {
              font-weight: 700;
              display: inline-block; }
          .point .curriculum .box .inbox dl dd {
            border-bottom: #2CC2B0 1px solid;
            padding-bottom: 1rem;
            margin-bottom: 1.4rem; }
            @media screen and (min-width: 961px) {
              .point .curriculum .box .inbox dl dd {
                width: calc(100% - 21rem); } }
            .point .curriculum .box .inbox dl dd.wide {
              width: 100%;
              border-bottom: 0;
              padding-top: 2rem; }
              .point .curriculum .box .inbox dl dd.wide figure {
                width: min(100%, 84rem);
                margin: auto; }
                .point .curriculum .box .inbox dl dd.wide figure img {
                  display: block; }
            .point .curriculum .box .inbox dl dd ul li {
              padding-left: 1.3rem;
              position: relative;
              margin-bottom: 1rem;
              line-height: 1.6em; }
              @media screen and (min-width: 701px) {
                .point .curriculum .box .inbox dl dd ul li {
                  padding-left: 1.8rem;
                  margin-bottom: 1rem; } }
              .point .curriculum .box .inbox dl dd ul li::before {
                content: "";
                display: block;
                width: .6rem;
                height: .6rem;
                border-radius: 50%;
                background: #F13A5F;
                position: absolute;
                top: .65em;
                left: 0; }
                @media screen and (min-width: 701px) {
                  .point .curriculum .box .inbox dl dd ul li::before {
                    width: 1rem;
                    height: 1rem;
                    top: .5em; } }
  .point .support {
    text-align: left; }
    @media screen and (min-width: 701px) {
      .point .support {
        display: flex;
        justify-content: space-between; } }
    .point .support:nth-of-type(1) {
      margin-bottom: 3rem; }
    @media screen and (min-width: 701px) {
      .point .support .txt {
        width: 62%; } }
    .point .support figure {
      display: block;
      width: 90%;
      margin: 2rem auto 0; }
      @media screen and (min-width: 701px) {
        .point .support figure {
          width: 32.4%;
          margin: 0; } }
      .point .support figure img {
        display: block; }
    .point .support h3 {
      font-size: clamp(1.7rem, calc(1.56rem + 0.44vw), 2.4rem);
      font-weight: 700;
      color: #F13A5F;
      padding-bottom: 1rem;
      padding-left: 1.6rem;
      position: relative; }
      @media screen and (min-width: 701px) {
        .point .support h3 {
          padding-left: 2rem;
          padding-bottom: 1.6rem; } }
      .point .support h3::before {
        content: "";
        display: block;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        background: #F13A5F;
        position: absolute;
        left: 0;
        top: .6em; }
    .point .support p {
      font-size: clamp(1.5rem, calc(1.459rem + 0.13vw), 1.7rem);
      line-height: 2em;
      padding-left: 1.6rem; }
      @media screen and (min-width: 701px) {
        .point .support p {
          padding-left: 2rem; } }
  .point .steps {
    text-align: left;
    padding-top: 3rem;
    padding-bottom: 5rem; }
    @media screen and (min-width: 701px) {
      .point .steps {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        justify-content: space-between;
        gap: 2%;
        padding-top: 5rem;
        padding-bottom: 8rem; } }
    .point .steps .box {
      border: #20ADCE 3px solid;
      background: #fff;
      border-radius: 1rem;
      padding: 2.8rem 2rem;
      margin-bottom: 2.4rem; }
      @media screen and (min-width: 701px) {
        .point .steps .box {
          padding: 3.2rem 2rem;
          display: grid;
          grid-template-rows: subgrid;
          grid-row: span 4;
          gap: 0;
          column-gap: 0;
          grid-template-columns: auto;
          margin-bottom: 0; } }
      .point .steps .box:nth-of-type(1) h4 {
        color: #FFAD00;
        background: rgba(255, 240, 103, 0.3); }
      .point .steps .box:nth-of-type(3) {
        margin-bottom: 0; }
      .point .steps .box h4 {
        display: inline-block;
        padding: .8rem 1rem;
        font-size: clamp(1.5rem, calc(1.459rem + 0.13vw), 1.7rem);
        font-weight: 700;
        background: rgba(241, 58, 95, 0.15);
        color: #F13A5F;
        border-radius: 4px;
        margin-bottom: 2rem; }
        @media screen and (min-width: 701px) {
          .point .steps .box h4 {
            grid-column: auto;
            justify-self: start; } }
      .point .steps .box figure {
        display: block;
        width: 70%;
        margin: 0 auto 2rem; }
        @media screen and (min-width: 701px) {
          .point .steps .box figure {
            width: 58%; } }
      .point .steps .box h5 {
        font-size: clamp(1.6rem, calc(1.52rem + 0.25vw), 2rem);
        font-weight: 700;
        padding-bottom: 1rem; }
        @media screen and (min-width: 701px) {
          .point .steps .box h5 {
            padding-bottom: 1.6rem; } }
      .point .steps .box p {
        font-size: clamp(1.4rem, calc(1.36rem + 0.13vw), 1.6rem);
        line-height: 1.8em; }

#point1 {
  background: linear-gradient(135deg, #def0f3, #fff); }

#point2 {
  background: linear-gradient(135deg, #fff, #def0f3); }

#point3 {
  background: linear-gradient(135deg, #def0f3, #fff); }
  #point3 picture {
    display: block; }
  #point3 h3 {
    font-size: clamp(1.8rem, calc(1.44rem + 1.13vw), 3.2rem);
    font-weight: 700;
    line-height: 1.8em;
    padding-bottom: 2.8rem; }

.company dl {
  width: min(100%, 80rem);
  margin: auto; }
  @media screen and (min-width: 701px) {
    .company dl {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  .company dl dt, .company dl dd {
    line-height: 1.8em;
    position: relative; }
  .company dl li {
    line-height: 2em;
    font-weight: 400; }
  .company dl dt {
    font-weight: 700;
    padding: 1.4rem 0 .5rem 1.4rem; }
    @media screen and (min-width: 701px) {
      .company dl dt {
        width: 19rem;
        border-bottom: #fff 2px solid;
        padding: 2.2rem 1.4rem; } }
    @media screen and (min-width: 701px) {
      .company dl dt::before {
        content: "";
        display: block;
        width: 2px;
        height: 1rem;
        background: #20ADCE;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: translateY(50%); } }
  .company dl dd {
    border-bottom: #fff 2px solid;
    font-weight: 400;
    padding: 0 0 1.4rem 1.4rem; }
    @media screen and (min-width: 701px) {
      .company dl dd {
        width: calc(100% - 19rem);
        padding: 2.2rem 1.4rem; } }
    .company dl dd::before, .company dl dd::after {
      content: "";
      display: block;
      width: 2px;
      height: 1rem;
      background: #20ADCE;
      position: absolute;
      bottom: 0;
      transform: translateY(50%); }
    .company dl dd::before {
      left: 0; }
    .company dl dd::after {
      right: 0; }
    .company dl dd dl {
      display: block; }
      .company dl dd dl dt, .company dl dd dl dd {
        border-bottom: 0;
        width: 100%; }
        .company dl dd dl dt::before, .company dl dd dl dt::after, .company dl dd dl dd::before, .company dl dd dl dd::after {
          content: none; }
      .company dl dd dl dt {
        padding: 0; }
      .company dl dd dl dd {
        padding: .5rem 0 1.6rem; }
    @media screen and (min-width: 701px) {
      .company dl dd span.pc {
        display: inline; } }

.entry {
  background: rgba(32, 173, 206, 0.5); }
  .entry .topttl span {
    color: #fff; }
  .entry .inner {
    background: rgba(255, 255, 255, 0.6);
    border-radius: .8rem;
    padding: 3.2rem 0; }
    @media screen and (min-width: 701px) {
      .entry .inner {
        border-radius: 1.6rem;
        padding: 6.4rem 0; } }
  .entry input, .entry textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .entry input[type=text], .entry input[type=tel], .entry input[type=email], .entry textarea {
    font-size: clamp(1.5rem, calc(1.472rem + 0.23vw), 1.7rem);
    background: #fff;
    padding: .8rem;
    width: 100%;
    box-sizing: border-box;
    border-radius: .4rem; }
    @media screen and (min-width: 701px) {
      .entry input[type=text], .entry input[type=tel], .entry input[type=email], .entry textarea {
        padding: 1rem; } }
  .entry input[type=date], .entry input[type=file] {
    background: #fff;
    border-radius: .4rem;
    padding: .8rem; }
    @media screen and (min-width: 701px) {
      .entry input[type=date], .entry input[type=file] {
        padding: 1rem; } }
  .entry input[type=file] {
    font-size: 0.9em; }
    .entry input[type=file]::file-selector-button {
      background: #eee;
      border: #ccc 1px solid; }
  .entry ::placeholder {
    color: rgba(0, 0, 0, 0.2); }
  .entry textarea {
    height: 10em; }
  .entry dl {
    width: min(calc(100% - 4.2rem), 100rem);
    margin: auto; }
    @media screen and (min-width: 701px) {
      .entry dl {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; } }
    .entry dl dt {
      align-items: flex-start;
      font-weight: 600;
      padding-bottom: 1.6rem; }
      @media screen and (min-width: 701px) {
        .entry dl dt {
          padding-top: 1rem;
          padding-bottom: 2.4rem;
          margin-bottom: 2.4rem;
          width: 33rem;
          justify-content: space-between;
          padding-right: 3rem;
          border-bottom: #20ADCE 1px solid; } }
      .entry dl dt span {
        display: inline-block;
        font-size: .8em;
        background: #FFF067;
        padding: 0 1.2rem;
        border-radius: 10rem;
        margin-left: 1.6rem; }
    .entry dl dd {
      border-bottom: #20ADCE 1px solid;
      padding-bottom: 2.4rem;
      margin-bottom: 2.4rem; }
      @media screen and (min-width: 701px) {
        .entry dl dd {
          width: calc(100% - 33rem); } }
  .entry .att {
    width: min(calc(100% - 4.2rem), 100rem);
    margin: auto;
    padding-bottom: 3rem;
    text-align: center; }
    @media screen and (min-width: 701px) {
      .entry .att {
        padding-bottom: 5rem; } }
    .entry .att a {
      text-decoration: underline;
      font-weight: 400; }
  .entry .hidden-fields-container {
    opacity: 0; }
  .entry .wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    width: 1.6rem;
    aspect-ratio: 1 / 1;
    position: relative;
    margin-right: 1.6rem;
    vertical-align: -0.2rem; }
    .entry .wpcf7-acceptance .wpcf7-list-item::before, .entry .wpcf7-acceptance .wpcf7-list-item::after {
      content: "";
      display: inline-block;
      position: absolute; }
    .entry .wpcf7-acceptance .wpcf7-list-item::before {
      width: 100%;
      aspect-ratio: 1 / 1;
      background: #fff;
      border: #000 1px solid;
      top: 0;
      left: 0; }
    .entry .wpcf7-acceptance .wpcf7-list-item::after {
      width: 0.8rem;
      height: 1.4rem;
      border-bottom: #FFAD00 3px solid;
      border-right: #FFAD00 3px solid;
      transform: rotate(45deg);
      top: -0.2rem;
      left: 0.35rem;
      opacity: 0; }
    .entry .wpcf7-acceptance .wpcf7-list-item:has(input:checked)::after {
      opacity: 1; }
    .entry .wpcf7-acceptance .wpcf7-list-item input {
      display: inline-block;
      width: 100%;
      aspect-ratio: 1 / 1;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3; }
  .entry input[type=submit] {
    display: block;
    width: min(calc(100% - 4.2rem), 40rem);
    height: 6rem;
    margin: auto;
    background: #FFAD00;
    color: #fff;
    cursor: pointer;
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: 700;
    border-radius: .4rem;
    transition: .3s; }
    @media screen and (min-width: 701px) {
      .entry input[type=submit] {
        height: 6.4rem; } }
    .entry input[type=submit]:hover {
      background: #2CC2B0; }

.wpcf7-turnstile.cf-turnstile {
  text-align: center; }
