@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

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

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

th {
  text-align: left;
  font-weight: normal;
}

a:link {
  color: #222;
  text-decoration: none;
}
a:visited {
  color: #222;
  text-decoration: none;
}
a:hover {
  color: #BBB;
  text-decoration: underline;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #333;
  font-family: "Noto Sans JP", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic StdN", "Arial", "Meiryo UI", Meiryo;
  margin: 0;
  background: #FFF;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 1.8rem;
    line-height: 1.7;
  }
}

li {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom;
}

p.dan1 {
  margin-bottom: 1em;
}

p.dan2 {
  margin-bottom: 2em;
}

p.dan3 {
  margin-bottom: 3em;
}

p.dan-i1 {
  text-indent: 1em;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
.l-header {
  position: fixed;
  width: 100%;
  height: 60px;
  background: #FFF;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  z-index: 9999;
}
@media screen and (min-width: 1025px) {
  .l-header {
    padding: 5px 0 0;
    height: 100px;
  }
}
.l-header__inner {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 0;
  height: 60px;
}
@media screen and (min-width: 1025px) {
  .l-header__inner {
    padding: 0;
    max-width: 1200px;
    height: 100px;
  }
}
.l-header-logo {
  position: relative;
  color: #02AEAE;
  font-weight: bold;
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .l-header-logo {
    margin: 0 0 25px;
  }
}
.l-header-logo__description {
  position: absolute;
  bottom: -17px;
  font-size: 1rem;
  color: #333;
}
@media screen and (min-width: 1025px) {
  .l-header-logo__description {
    font-size: 1.1rem;
  }
}
.l-header-logo::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 230px;
  height: 2px;
  background: #02AEAE;
}
@media screen and (min-width: 1025px) {
  .l-header-logo::before {
    bottom: 0;
  }
}
.l-header-logo::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 220px;
  height: 20px;
  width: 2px;
  background: #02AEAE;
}
@media screen and (min-width: 1025px) {
  .l-header-logo::after {
    bottom: -9px;
  }
}

.l-nav {
  position: fixed;
}
@media screen and (min-width: 1025px) {
  .l-nav {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto 0 0;
    padding-left: 100px;
    justify-content: space-between;
  }
}
.l-nav__item {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .l-nav__item {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
  .l-nav__item > a {
    position: relative;
    padding-left: 18px;
  }
  .l-nav__item > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.1s;
    width: 10px;
    height: 10px;
    background: url(../img/icon_nav01.webp) no-repeat;
    background-size: contain;
  }
  .l-nav__item > a .material-symbols-outlined {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 3.6rem;
    font-weight: 500;
    transform: 0.2s;
  }
  .l-nav__item > a:hover {
    text-decoration: none;
    color: #02AEAE;
  }
  .l-nav__item > a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: url(../img/icon_nav01_on.webp) no-repeat;
    background-size: contain;
  }
  .l-nav__item > a:hover .material-symbols-outlined {
    right: 5px;
  }
  .l-nav__item:last-child {
    display: flex;
    margin: -61px 0 0 80px;
    width: 21%;
    max-width: 230px;
    height: 100px;
  }
  .l-nav__item:last-child > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-right: 40px;
    color: #FFF;
    font-size: 2.2rem;
    line-height: 1.3;
    font-weight: 500;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
    background: #F07B29;
  }
  .l-nav__item:last-child > a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: none;
    background-size: contain;
  }
  .l-nav__item:last-child > a:hover {
    background: #E97320;
  }
}
.l-nav01 {
  position: absolute;
  top: 60px;
  right: -100%;
  padding: 30px 10% 0;
  width: 100%;
  height: calc(100vh - 60px);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 1025px) {
  .l-nav01 {
    position: static;
    height: 40px;
    padding: 0;
    background: none;
  }
}
.l-nav01.is-open {
  left: auto;
  right: 0;
}

.l-main {
  padding: 60px 0 0;
}
@media screen and (min-width: 1025px) {
  .l-main {
    padding: 100px 0 0;
  }
}
.l-main-visual {
  position: relative;
  height: 480px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-main-visual {
    height: 480px;
  }
}
.l-main-visual__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 96%;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0 0;
}
@media screen and (min-width: 1025px) {
  .l-main-visual__inner {
    max-width: 1200px;
    padding: 70px 0 0 100px;
  }
}
.l-main-visual__img {
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-main-visual__img {
    position: absolute;
    top: 155px;
    right: 0;
    max-width: 510px;
  }
}
.l-main-visual canvas {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(90deg, #F2F8F6 0%, #C8E5DB 100%);
}
.l-main-about {
  padding: 50px 0 0;
}
@media screen and (min-width: 1025px) {
  .l-main-about {
    padding: 100px 0 0;
  }
}
.l-main-about-point {
  margin: 50px 0 0;
  padding: 50px 0;
  background: #DDECF8;
}
@media screen and (min-width: 1025px) {
  .l-main-about-point {
    margin: 100px 0 0;
    padding: 100px 0;
  }
}
.l-main-system {
  padding: 50px 0;
  background: #D4E6DA;
}
@media screen and (min-width: 1025px) {
  .l-main-system {
    padding: 100px 0;
  }
}
.l-main-solve {
  padding: 50px 0;
  background: #FFF;
}
@media screen and (min-width: 1025px) {
  .l-main-solve {
    padding: 100px 0;
  }
}
.l-main-solve__support {
  padding-top: 25px;
}
@media screen and (min-width: 1025px) {
  .l-main-solve__support {
    padding-top: 50px;
  }
}
.l-main-plan {
  padding: 50px 0;
  background: #FFF;
}
@media screen and (min-width: 1025px) {
  .l-main-plan {
    padding: 100px 0;
  }
}
.l-main-plan__box01 {
  position: relative;
  width: 90%;
  margin: 0 auto 50px;
  padding: 30px 0;
  background: #DDECF8;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01 {
    max-width: 1000px;
    padding: 50px 0;
  }
}
.l-main-plan__box01::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.l-main-plan__box01-01 {
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-01 {
    display: flex;
    max-width: 800px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 10px;
  }
}
.l-main-plan__box01-01__01 {
  width: 90%;
  margin: 0 auto 10px;
  padding: 10px 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background: #B0C6FF;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-01__01 {
    font-size: 1.8rem;
    max-width: 390px;
    margin: 0 auto 10px;
  }
}
.l-main-plan__box01-01__02 {
  width: 90%;
  margin: 0 auto 10px;
  padding: 10px 0;
  background: #8EA8FE;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-01__02 {
    font-size: 1.8rem;
    max-width: 390px;
    margin: 0 auto 10px;
  }
}
.l-main-plan__box01-01__03 {
  width: 90%;
  margin: 0 auto 10px;
  padding: 10px 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #8EA8FE;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-01__03 {
    font-size: 1.8rem;
    max-width: 390px;
    margin: 0 auto 10px;
  }
}
.l-main-plan__box01-01__plus1 {
  position: relative;
}
.l-main-plan__box01-01__plus1::after {
  content: "+";
  position: absolute;
  left: 50%;
  bottom: 193px;
  color: #220097;
  font-weight: 900;
  font-size: 24px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-01__plus1::after {
    font-size: 48px;
    font-weight: 900;
    bottom: auto;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-main-plan__box01-01__plus2 {
  position: relative;
}
.l-main-plan__box01-01__plus2::after {
  content: "+";
  position: absolute;
  bottom: 193px;
  left: 50%;
  color: #004318;
  font-weight: 900;
  font-size: 24px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-01__plus2::after {
    font-size: 48px;
    font-weight: 900;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
.l-main-plan__box01-01__img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-01__img {
    max-width: 330px;
  }
}
.l-main-plan__box01-01__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-01__inner {
    max-width: 330px;
    margin-bottom: 0;
  }
}
.l-main-plan__box01-02__01 {
  width: 78%;
  max-width: 220px;
  margin: 0 0 10px 4%;
  padding: 10px 0;
  background: #A4E5CF;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-02__01 {
    font-size: 1.8rem;
    max-width: 250px;
    margin: 0 0 10px;
  }
}
.l-main-plan__box01-02__02 {
  width: 78%;
  max-width: 220px;
  margin: 0 0 10px 4%;
  padding: 10px 0;
  background: #7ECF99;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-02__02 {
    font-size: 1.8rem;
    max-width: 250px;
    margin: 0 0 10px;
  }
}
.l-main-plan__box01-02__03 {
  width: calc((92% - 20px) / 2);
  margin: 0 20px 10px 4%;
  padding: 10px 0;
  line-height: 1.2;
  background: #A4E5CF;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-02__03 {
    font-size: 1.8rem;
    width: 100%;
    max-width: 150px;
    margin: 0 30px 10px 0;
  }
}
.l-main-plan__box01-02__04 {
  width: calc((92% - 20px) / 2);
  margin: 0 4% 10px 0;
  padding: 10px 0;
  line-height: 1.2;
  background: #7ECF99;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-02__04 {
    font-size: 1.8rem;
    width: 100%;
    max-width: 150px;
    margin: 0 0 10px;
  }
}
.l-main-plan__box01-02__p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 42px;
  width: calc(96% - 220px);
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box01-02__p {
    font-size: 1.6rem;
    width: 80px;
    height: 50px;
  }
}
.l-main-plan__box02 {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
  background: #D4E6DA;
}
@media screen and (min-width: 1025px) {
  .l-main-plan__box02 {
    max-width: 1000px;
    padding: 50px 0;
  }
}
.l-main-plan__box02::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.l-main-news {
  padding: 50px 0;
  background: #FFF8F8;
}
@media screen and (min-width: 1025px) {
  .l-main-news {
    padding: 100px 0;
  }
}
.l-main-cta {
  width: 100%;
  height: 190px;
  padding: 25px 0 20px;
  background: url(../../assets/img/bg_cta.webp) top right no-repeat, linear-gradient(90deg, #fff 0%, #ebebed 50%, #ebebed 100%);
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .l-main-cta {
    padding: 65px 0 50px;
    height: 250px;
    background-size: contain;
  }
}
.l-main-cta2 {
  width: 100%;
  height: 190px;
  padding: 25px 0 20px;
  background: url(../../assets/img/bg_cta2.webp) top right no-repeat, linear-gradient(90deg, #fff 0%, #edf7fb 50%, #edf7fb 100%);
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .l-main-cta2 {
    padding: 65px 0 50px;
    height: 250px;
    background-size: contain;
  }
}
.l-main-cta3 {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  padding-top: 15px;
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.6);
}
.l-main-news {
  padding: 50px 0;
}
@media screen and (min-width: 1025px) {
  .l-main-news {
    padding: 100px 0;
  }
}

.l-footer {
  color: #FFF;
  padding: 40px 0 120px;
  background: #222;
}
@media screen and (min-width: 1025px) {
  .l-footer {
    padding: 40px 0 150px;
  }
}

.c-btn-sp {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-top: -35px;
}
@media screen and (min-width: 1025px) {
  .c-btn-sp {
    display: none;
  }
}
.c-btn-sp__border, .c-btn-sp__border:nth-child(3), .c-btn-sp__border:nth-child(2), .c-btn-sp__border:nth-child(1) {
  position: absolute;
  width: 32px;
  height: 2px;
  transition: transform 0.3s ease-in-out;
  transform: translateX(-50%);
  background: #405297;
}
.c-btn-sp__border:nth-child(1) {
  top: 35%;
  left: 50%;
}
.c-btn-sp__border:nth-child(2) {
  top: 50%;
  left: 50%;
}
.c-btn-sp__border:nth-child(3) {
  top: 65%;
  left: 50%;
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(2) {
  display: none;
}
.c-btn-sp.is-open .c-btn-sp__border:nth-child(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-btn-01 {
  position: relative;
  width: 340px;
  height: 70px;
  margin: 0 auto;
  padding: 3px;
  background: #F07B29;
  border-radius: 30px;
}
@media screen and (min-width: 769px) {
  .c-btn-01 {
    width: 420px;
    border-radius: 33px;
  }
  .c-btn-01:hover {
    background: #E5711F;
  }
}
.c-btn-02 {
  position: relative;
  width: 270px;
  height: 70px;
  margin: 0 0 0 3%;
  padding: 3px;
  background: #F07B29;
  border-radius: 35px;
}
@media screen and (min-width: 769px) {
  .c-btn-02 {
    width: 340px;
    border-radius: 33px;
    margin: 0 auto;
  }
  .c-btn-02:hover {
    background: #E5711F;
  }
}
.c-btn-03 {
  position: relative;
  height: 70px;
  margin: 30px auto;
  padding: 3px;
  width: 340px;
  border-radius: 30px;
  background: #49cda3;
}
@media screen and (min-width: 769px) {
  .c-btn-03 {
    width: 500px;
    border-radius: 33px;
  }
}
.c-btn-pagetop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 25px;
}
@media screen and (min-width: 1025px) {
  .c-btn-pagetop {
    bottom: 20px;
    right: 100px;
  }
}
.c-btn-pagetop::before {
  content: "▲";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 17px;
  height: 14px;
  transition: 0.1s;
  z-index: -1;
  font-size: 1.6rem;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .c-btn-pagetop::before {
    top: 5px;
  }
}
.c-btn-pagetop a:link {
  text-decoration: none;
  color: #FFF;
  padding-top: 25px;
}
@media screen and (min-width: 1025px) {
  .c-btn-pagetop a:hover {
    text-decoration: none;
    color: #00DCDC;
  }
  .c-btn-pagetop:hover::before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 14px;
    color: #00DCDC;
  }
}

.c-link-01 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  border: 2px solid #FFF;
  padding-right: 20px;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 500;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 1025px) {
  .c-link-01 {
    padding-right: 30px;
    border-radius: 35px;
    font-size: 2rem;
  }
}
.c-link-01::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transition: 0.2s;
  transform: translateY(-50%);
  width: 16px;
  height: 12px;
  background: url(../img/icon_arrow04.webp) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .c-link-01::after {
    right: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .c-link-01:hover {
    background: #E5711F;
  }
  .c-link-01:hover::after {
    right: 45px;
  }
}
.c-link-01:link, .c-link-01:visited {
  color: #FFF;
}
.c-link-01:link, .c-link-01:hover {
  text-decoration: none;
}
.c-link-02 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 2px solid #FFF;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 1025px) {
  .c-link-02 {
    padding-right: 30px;
    border-radius: 35px;
    font-size: 2rem;
  }
  .c-link-02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transition: 0.2s;
    transform: translateY(-50%);
    width: 16px;
    height: 12px;
    background: url(../img/icon_arrow04.webp) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) {
  .c-link-02:hover {
    background: #E5711F;
  }
  .c-link-02:hover::after {
    right: 25px;
  }
}
.c-link-02:link, .c-link-02:visited {
  color: #FFF;
}
.c-link-02:link, .c-link-02:hover {
  text-decoration: none;
}
.c-link-03 {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 32px;
  border: 2px solid #FFF;
  justify-content: center;
  align-items: center;
  font-size: 1.7rem;
  font-weight: 500;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.16));
}
@media screen and (min-width: 1025px) {
  .c-link-03 {
    padding-right: 30px;
    border-radius: 35px;
    font-size: 2rem;
  }
  .c-link-03::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transition: 0.2s;
    transform: translateY(-50%);
    width: 16px;
    height: 12px;
    background: url(../img/icon_arrow04.webp) no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) {
  .c-link-03:hover::after {
    right: 25px;
  }
}
.c-link-03:link, .c-link-03:visited {
  color: #FFF;
}
.c-link-03:link, .c-link-03:hover {
  text-decoration: none;
}

.c-list-mvNote {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: auto 0 20px;
}
.c-list-about-point {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .c-list-about-point {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
  }
}
.c-list-about-point__item {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 0 auto 50px;
}
.c-list-about-point__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .c-list-about-point__item {
    max-width: 260px;
    margin-bottom: 0;
  }
}
.c-list-about-point__img {
  width: 180px;
  margin: 0 auto 20px;
}
.c-list-about-point__title {
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-list-system {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 800px;
    margin: 0 auto;
  }
}
.c-list-system__item {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  padding: 30px 0;
  width: 90%;
  border: 1px solid #A2E9BF;
  border-radius: 8px;
  background: #FFF;
}
@media screen and (min-width: 769px) {
  .c-list-system__item {
    width: 300px;
    padding: 30px 0;
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
}
.c-list-system__img {
  width: 200px;
  margin: 0 auto 10px;
}
.c-list-system__text {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 10px;
  width: 100%;
}
.c-list-system02 {
  width: 90%;
  font-size: 1.3rem;
  font-weight: 600;
}
.c-list-system02__item {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.c-list-system02__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-solve {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .c-list-solve {
    max-width: 920px;
  }
}
.c-list-solve__item {
  text-align: center;
  font-weight: bold;
  width: 45%;
}
.c-list-solve__item:nth-child(1), .c-list-solve__item:nth-child(2) {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-list-solve__item {
    width: 210px;
    margin-bottom: 0;
  }
}
.c-list-news {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .c-list-news {
    max-width: 1000px;
  }
}
.c-list-news__item {
  padding: 0 0 5px 20px;
  border-bottom: 2px dotted #D5D5D5;
}
@media screen and (min-width: 1025px) {
  .c-list-news__item {
    padding: 0 0 5px 100px;
    font-size: 1.6rem;
  }
}
.c-list-news__item:not(:last-child) {
  margin-bottom: 20px;
}
.c-list-footerNav01 {
  position: relative;
  width: 80%;
  margin: 0 auto 30px;
}
@media screen and (min-width: 1025px) {
  .c-list-footerNav01 {
    display: flex;
    justify-content: space-between;
    width: 860px;
    height: 20px;
    margin: 0 auto 60px;
  }
}
.c-list-footerNav01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #FFF;
}
@media screen and (min-width: 1025px) {
  .c-list-footerNav01::after {
    bottom: -30px;
  }
}
.c-list-footerNav01 li {
  padding: 0 0 20px 5%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .c-list-footerNav01 li {
    padding: 0;
  }
}
.c-list-footerNav01 li:not(:last-child) {
  position: relative;
}
.c-list-footerNav01 li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #FFF;
}
@media screen and (min-width: 1025px) {
  .c-list-footerNav01 li:not(:last-child)::after {
    top: 6px;
    bottom: auto;
    right: -41px;
    width: 1px;
    height: 20px;
  }
}
.c-list-footerNav01 a:link, .c-list-footerNav01 a:visited {
  color: #FFF;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .c-list-footerNav01 a:link, .c-list-footerNav01 a:visited {
    font-size: 1.8rem;
  }
}
.c-list-footerNav01 a:hover {
  text-decoration: none;
  color: #02AEAE;
}
.c-list-footerNav02 {
  width: 80%;
  margin: 0 auto 50px;
}
@media screen and (min-width: 1025px) {
  .c-list-footerNav02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 690px;
  }
}
.c-list-footerNav02 li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .c-list-footerNav02 li:not(:last-child) {
    margin-bottom: 0;
  }
}
.c-list-footerNav02 a:link, .c-list-footerNav02 a:visited {
  position: relative;
  color: #FFF;
  font-size: 1.2rem;
  padding-left: 20px;
}
.c-list-footerNav02 a:link::before, .c-list-footerNav02 a:visited::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/icon_arrow03.webp) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1025px) {
  .c-list-footerNav02 a:link, .c-list-footerNav02 a:visited {
    font-size: 1.5rem;
  }
}
.c-list-footerNav02 a:hover {
  text-decoration: none;
  color: #02AEAE;
}

.c-text-01 {
  text-align: center;
  margin-bottom: 30px;
}
.c-text-02 {
  font-size: 3rem;
}
@media screen and (min-width: 1025px) {
  .c-text-02 {
    font-size: 3.6rem;
  }
}
.c-text-03 {
  font-size: 1.4rem;
  width: 90%;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1025px) {
  .c-text-03 {
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: center;
  }
}
.c-text-mv-01 {
  margin: 10px 0 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-indent: -5px;
}
@media screen and (min-width: 1025px) {
  .c-text-mv-01 {
    margin-top: 20px;
    font-size: 1.8rem;
  }
}
.c-text-mv-02 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .c-text-mv-02 {
    font-size: 3rem;
  }
}
.c-text-mv-03 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .c-text-mv-03 {
    font-size: 1.3rem;
  }
}
.c-text-mv__bg {
  padding: 10px 5px 3px;
  background: #B1F8F8;
}
@media screen and (min-width: 1025px) {
  .c-text-mv__bg {
    padding: 15px 5px 3px;
  }
}
.c-text-mv__note {
  position: absolute;
  top: -50px;
  left: 57%;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 3px 6px;
  border-radius: 12px;
  background: #02AEAE;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .c-text-mv__note {
    font-size: 1.8rem;
    top: -75px;
    left: 310px;
    padding: 10px;
  }
}
.c-text-mv__note ::after {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 18%;
  border-style: solid;
  border-width: 14px 34px 0 0;
  border-color: #02aeae transparent transparent;
  translate: -50% 100%;
  transform: skew(-22deg);
  transform-origin: top;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .c-text-mv__note ::after {
    bottom: 12px;
    left: 10%;
    border-width: 18px 39px 0 0;
  }
}
.c-text-mv__note2 {
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .c-text-mv__note2 {
    font-size: 1.3rem;
  }
}
.c-text-plan01 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .c-text-plan01 {
    font-size: 1.8rem;
  }
}
.c-text-plan02 {
  text-align: center;
  font-size: 1.2rem;
  color: #000;
}
@media screen and (min-width: 1025px) {
  .c-text-plan02 {
    font-size: 1.3rem;
  }
}
.c-text-plan03 {
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  margin: 20px 0 5px;
}
@media screen and (min-width: 1025px) {
  .c-text-plan03 {
    font-size: 1.6rem;
    margin: 30px 0 5px;
  }
}
.c-text-plan04 {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .c-text-plan04 {
    font-size: 1.6rem;
  }
}
.c-text-plan04 span {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .c-text-plan04 span {
    font-size: 2rem;
  }
}
.c-text-marker01 {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .c-text-marker01 {
    font-size: 2.4rem;
  }
}
.c-text-marker01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 5px;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 0, 0.5);
}
.c-text-cp {
  text-align: center;
  font-size: 1.2rem;
}
.c-text-cta__message {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 260px;
  height: 54px;
  margin: 0 auto 15px;
  color: #000;
  letter-spacing: 0;
  font-size: 1.4rem;
  filter: drop-shadow(1px 3px 6px rgba(0, 0, 0, 0.16));
  border-radius: 15px;
  background: #FFF;
}
.c-text-cta__message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 52%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
  transform: skew(-47deg);
  transform-origin: top;
}
@media screen and (min-width: 1025px) {
  .c-text-cta__message {
    width: 480px;
    height: 40px;
    font-size: 1.6rem;
    margin: 0 auto 25px;
  }
}

.c-title-mv {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .c-title-mv {
    font-size: 2rem;
  }
}
.c-title-mv__main {
  position: relative;
  color: #02AEAE;
  font-size: 2.8rem;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .c-title-mv__main {
    font-size: 5rem;
  }
}
.c-title-01 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-title-01 {
    font-size: 3rem;
  }
}
.c-title-01--border {
  position: relative;
  margin: 0 auto 40px;
}
.c-title-01--border::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 1px;
  background: #333;
}
@media screen and (min-width: 1025px) {
  .c-title-01--border::after {
    height: 2px;
    width: 630px;
  }
}
.c-title-02 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .c-title-02 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
.c-title-02__main {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-title-02__main {
    font-size: 3rem;
  }
}
.c-title-03 {
  position: relative;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
  z-index: 2;
}
.c-title-03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
  background: rgba(255, 255, 0, 0.5);
}
.c-title-04 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .c-title-04 {
    font-size: 2.8rem;
  }
}
.c-title-05 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .c-title-05 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
.c-title-06 {
  text-align: center;
  color: #000;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  .c-title-06 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}