@charset "UTF-8";
.visible_lg {
  display: block !important;
}

.visible_xs {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .visible_lg {
    display: none !important;
  }
  .visible_xs {
    display: block !important;
  }
}
.c-inner {
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 20px;
}
.backBroundcircle-1 {
  border-radius: 50%;
  width: 492px;
  height: 492px;
  background-image: radial-gradient(circle, rgba(115, 192, 251, 0.4) 0%, rgb(255, 255, 255) 70%);
  z-index: -1;
  top: 140px;
  left: 125px;
}

@media screen and (max-width: 769px) {
  .backBroundcircle-1 {
    width: 344px;
    height: 344px;
    top: 260px;
    left: -86px;
  }
}
.backBroundcircle-2 {
  border-radius: 50%;
  width: 886px;
  height: 886px;
  background-image: radial-gradient(circle, rgba(158, 255, 247, 0.3) 0%, rgb(255, 255, 255) 80%);
  z-index: -1;
  top: 535px;
  right: -443px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-2 {
    width: 520px;
    height: 520px;
    top: 700px;
    right: -260px;
  }
}
.backBroundcircle-3 {
  border-radius: 50%;
  width: 886px;
  height: 886px;
  background-image: radial-gradient(circle, rgba(158, 255, 247, 0.3) 0%, rgb(255, 255, 255) 80%);
  z-index: -1;
  top: 1435px;
  left: -443px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-3 {
    width: 520px;
    height: 520px;
    top: 1660px;
    left: -260px;
  }
}
.backBroundcircle-4 {
  border-radius: 50%;
  width: 492px;
  height: 492px;
  background-image: radial-gradient(circle, rgba(115, 192, 251, 0.3) 0%, rgb(255, 255, 255) 70%);
  z-index: -1;
  top: 2435px;
  right: -246px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 769px) {
  .backBroundcircle-4 {
    width: 344px;
    height: 344px;
    top: 3100px;
    right: -186px;
  }
}
.main-visual {
  padding: 35px 50px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  .main-visual {
    padding: 0;
  }
}
.main-visual img {
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 769px) {
  .main-visual img {
    border-radius: 0;
  }
}
.main-visual__title {
  margin-top: -40px;
}
@media screen and (max-width: 769px) {
  .main-visual__title {
    padding: 20px;
    margin-top: -40px;
  }
}

.about__intro {
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin: 10px 0 45px;
}
@media (max-width: 768px) {
  .about__intro {
    font-size: 14px;
    text-align: left;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.about__notice {
  max-width: 700px;
  background-color: #f8f9fa;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .about__notice {
    margin-bottom: 30px;
  }
}
.about__notice > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Serif JP", serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  gap: 20px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .about__notice > p {
    font-size: 20px;
  }
}
.about__notice > p::before, .about__notice > p::after {
  content: "";
  width: 25px;
  border-top: 1px solid black;
  background: currentColor;
}
.about__notice > a {
  text-decoration: underline;
  display: inline-block;
}
.about__notice > a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .about__notice > a {
    font-size: 14px;
  }
}
.about__image {
  width: calc(100% + 160px);
  height: calc(100% + 160px);
  margin: -80px;
}
@media (max-width: 768px) {
  .about__image {
    width: calc(100% + 40px);
    height: calc(100% + 280px);
    margin: -140px -20px;
  }
}
.about__desc {
  background-color: #f8f9fa;
  padding: 100px 50px 85px;
  margin-bottom: 130px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .about__desc {
    padding: 40px 20px;
    width: calc(100% + 40px);
    margin: 0 -20px 80px;
  }
}
.about__desc__heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .about__desc__heading {
    font-size: 24px;
    text-align: center;
    margin-bottom: 40px;
  }
}
.about__desc__text {
  line-height: 32px;
}

.flow {
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .flow {
    margin-bottom: 70px;
  }
}
.flow__title {
  margin-bottom: 60px;
  font-size: 40px;
  font-weight: normal;
  line-height: 45px;
}
@media (max-width: 768px) {
  .flow__title {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.flow__steps {
  margin-bottom: 115px;
}
@media (max-width: 768px) {
  .flow__steps {
    margin-bottom: 60px;
  }
}
.flow__video {
  text-align: center;
}
.flow__video iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 755px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .flow__video iframe {
    border-radius: 6px;
  }
}

.message {
  position: relative;
}
.message .backBroundcircle-1 {
  position: absolute;
  width: 900px;
  height: 900px;
  left: -200px;
  top: -80px;
}
@media (max-width: 768px) {
  .message .backBroundcircle-1 {
    position: absolute;
    width: 500px;
    height: 500px;
    left: -150px;
    top: 180px;
  }
}
.message__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  margin-bottom: 170px;
  position: relative;
}
@media (max-width: 768px) {
  .message__wrapper {
    display: block;
    margin-bottom: 90px;
  }
}
.message__wrapper__content {
  max-width: 550px;
  padding-top: 55px;
}
@media (max-width: 768px) {
  .message__wrapper__content {
    padding-top: 0;
  }
}
.message__wrapper__content__title {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .message__wrapper__content__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .message__wrapper__content__photo {
    margin-bottom: 30px;
  }
}
.message__wrapper__content__text {
  line-height: 37px;
}
@media (max-width: 768px) {
  .message__wrapper__content__text {
    line-height: 30px;
  }
}

.voice {
  background-color: #f7f8f9;
  padding: 110px 0;
}
@media (max-width: 768px) {
  .voice {
    padding: 60px 0 50px;
  }
}
.voice__title {
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .voice__title {
    padding-left: 10px;
    margin-bottom: 30px;
    font-size: 32px;
  }
}
.voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 60px;
}
@media (max-width: 768px) {
  .voice__list {
    display: block;
  }
}
.voice__list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 30px);
          flex: 0 1 calc(50% - 30px);
  background: #fff;
  border-radius: 10px;
  padding: 50px 35px;
  line-height: 2;
}
@media (max-width: 768px) {
  .voice__list__item {
    margin-bottom: 20px;
    padding: 30px 20px;
  }
}
@media (max-width: 768px) {
  .voice__list__item:last-child {
    margin-bottom: 0;
  }
}
.voice__list__item p {
  line-height: 32px;
}

.detail__wrapper {
  background-color: #f8f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 170px;
  padding: 50px;
  margin: 120px auto 50px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .detail__wrapper {
    display: block;
    padding: 50px 20px;
    margin: 60px auto 40px;
    border-radius: 5px;
  }
}
.detail__wrapper__content {
  max-width: 375px;
  width: 100%;
}
.detail__wrapper__content__heading {
  font-size: 28px;
  margin: 30px 0 45px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .detail__wrapper__content__heading {
    font-size: 24px;
    text-align: center;
    margin: 0 0 25px;
  }
}
@media (max-width: 768px) {
  .detail__wrapper__content__video {
    margin-bottom: 25px;
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 5px;
  }
  .detail__wrapper__content__video video {
    width: 100%;
    height: 100%;
  }
}
.detail__wrapper__content__btn {
  display: block;
  padding: 30px;
  background: #000 url("/images/common/icon_btn.svg") no-repeat center right 22px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .detail__wrapper__content__btn {
    padding: 28px 20px;
  }
}
.detail__wrapper__video {
  width: 100%;
  max-width: 475px;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 5px;
}
.detail__wrapper__video video {
  width: 100%;
  height: 100%;
}

.bottomLink {
  padding-top: 70px;
}
.bottomLink > img {
  margin-bottom: 50px;
  display: block;
}
.bottomLink__itemContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.bottomLink__itemContainer__item {
  width: 23.5%;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item {
    width: 47%;
    margin-bottom: 25px;
  }
}
.bottomLink__itemContainer__item a {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: underline;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item a {
    font-size: 16px;
  }
}
.bottomLink__itemContainer__item__img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 769px) {
  .bottomLink__itemContainer__item__img {
    border-radius: 6px;
  }
}
.bottomLink__itemContainer__item__text {
  margin-top: 10px;
}

/* SP: PC用コンテナを消す */
@media (max-width: 768px) {
  .detail__wrapper__video {
    display: none;
  }
}
/* PC: SP用コンテナを消す */
@media (min-width: 769px) {
  .detail__wrapper__content__video {
    display: none;
  }
}