@charset "UTF-8";
/*---------------------------------------
  リセット
/*---------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  line-height: 1.6;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* safari hover対策 */
  font-variant-numeric: tabular-nums;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: opacity 0.6s;
  }
  .imgalpha:hover {
    opacity: 0.6 !important;
  }
}
/*---------------------------------------
  common
/*---------------------------------------*/
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
    max-width: 100vw;
  }
}
@font-face {
  font-family: "Terass Sans Japanese";
  src: url("./font/TerassSansJapanese-Medium.woff") format("woff");
}
@font-face {
  font-family: "Terass Sans Japanese bold";
  src: url("./font/TerassSansJapanese-Bold.woff") format("woff");
}
@font-face {
  font-family: "Terass Sans Japanese light";
  src: url("./font/TerassSansJapanese-Light.woff") format("woff");
}
img {
  width: 100%;
}

/*---------------------------------------
LP
/*---------------------------------------*/
body {
  background: var(--background-semiLightGray, #f1f1f1);
}

.page_wrap {
  width: 375px;
  margin: 0 auto;
  color: var(--TextBlack, #213544);
  background: var(--Terass-UI-Background-Gray, #f1f6fb);
  /*---------------------------------------
    header
  /*---------------------------------------*/
}
@media screen and (max-width: 768px) {
  .page_wrap {
    width: 100vw;
  }
}
.page_wrap .sub_ttl {
  text-align: center;
}
.page_wrap .sub_ttl span {
  display: inline-block;
  padding: 6px 12px 8px 12px;
  border-radius: 36px;
  color: var(--TextBlack, #213544);
  line-height: 14px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .page_wrap .sub_ttl span {
    padding: 1.6vw 3.2vw 2.1333333333vw 3.2vw;
    border-radius: 9.6vw;
    font-size: 3.7333333333vw;
  }
}
.page_wrap .sub_ttl.bg_white span {
  background: var(--White, #fff);
}
.page_wrap .sub_ttl.bg_black span {
  color: var(--White, #fff);
  background: var(--TextBlack, #213544);
}
.page_wrap .sub_ttl.bg_gray span {
  background: var(--Terass-UI-Background-Gray, #f1f6fb);
}
.page_wrap .num_txt {
  text-align: center;
}
.page_wrap .num_txt span {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 36px;
  color: var(--TextBlack, #213544);
  line-height: 125%;
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: var(--Terass-UI-Border-Gray, #e2e8f0);
}
@media screen and (max-width: 768px) {
  .page_wrap .num_txt span {
    padding: 2.1333333333vw 6.4vw;
    border-radius: 9.6vw;
    font-size: 3.7333333333vw;
  }
}
.page_wrap .num_txt.bg_green span {
  color: var(--White, #fff);
  background: var(--green-60, #36cecd);
}
.page_wrap .sec_ttl {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  color: var(--TextBlack, #213544);
  line-height: 40px;
  /* 128.571% */
  font-family: "Terass Sans Japanese bold";
  font-size: 28px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_wrap .sec_ttl {
    margin-bottom: 6.4vw;
    line-height: 10.6666666667vw;
    font-size: 7.4666666667vw;
  }
}
.page_wrap .cv_btn {
  display: flex;
  width: 343px;
  margin: 0 auto;
  padding: 12px 16px;
  border-radius: 26px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: normal;
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  background: var(--Yellow-60, #f39800);
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .page_wrap .cv_btn {
    width: 91.4666666667vw;
    padding: 3.2vw 4.2666666667vw;
    border-radius: 6.9333333333vw;
    box-shadow: 0px 0.5333333333vw var(6) 0 rgba(0, 0, 0, 0.2);
    font-size: 6.4vw;
    gap: -2.1333333333vw;
  }
}
.page_wrap .cv_btn small {
  color: var(--White, #fff);
  line-height: 14px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .page_wrap .cv_btn small {
    line-height: 3.7333333333vw;
    /* 100% */
    font-size: 3.7333333333vw;
  }
}
.page_wrap .fixed_btn {
  visibility: visible;
  position: fixed;
  bottom: 15px;
  left: 50%;
  opacity: 1;
  transition: 0.4s;
  transform: translateX(-50%);
  z-index: 1000;
}
.page_wrap .fixed_btn.is-hidden {
  visibility: hidden;
  bottom: 4vw;
  opacity: 0;
}
.page_wrap .swiper-button-next:after, .page_wrap .swiper-button-prev:after {
  content: none;
}
.page_wrap .swiper-button-next, .page_wrap .swiper-button-prev {
  width: 15px;
  height: 32px;
  margin-top: 0;
  background-image: url(./img/arrow01.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .page_wrap .swiper-button-next, .page_wrap .swiper-button-prev {
    width: 4vw;
    height: 8.5333333333vw;
  }
}
.page_wrap .swiper-button-prev {
  transform: rotate(180deg);
}
.page_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .page_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  .page_wrap .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .page_wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.6vw;
  }
}
.page_wrap .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background-color: #e2e8f0;
}
@media screen and (max-width: 768px) {
  .page_wrap .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.page_wrap .swiper-pagination-bullet-active {
  background-color: #36cecd;
}
.page_wrap header {
  display: flex;
  padding: 18px 16px;
  border-bottom: 1px solid var(--Terass-UI-Border-Gray, #e2e8f0);
  background: var(--White, #fff);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .page_wrap header {
    padding: 4.8vw 4.2666666667vw;
  }
}
.page_wrap header .header_logo {
  width: 92px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .page_wrap header .header_logo {
    width: 24.5333333333vw;
  }
}
.page_wrap header .header_btnWrap a {
  display: inline-flex;
  padding: 5px 8px;
  line-height: 140%;
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .page_wrap header .header_btnWrap a {
    padding: 1.3333333333vw 2.1333333333vw;
    font-size: 3.7333333333vw;
    gap: 2.6666666667vw;
  }
}
.page_wrap header .header_btnWrap a.btn01 {
  margin-right: 8px;
  border-radius: 4px;
  color: #fff;
  background: var(--green-60, #36cecd);
}
@media screen and (max-width: 768px) {
  .page_wrap header .header_btnWrap a.btn01 {
    margin-right: 2.1333333333vw;
    border-radius: 1.0666666667vw;
  }
}
.page_wrap header .header_btnWrap a.btn02 {
  border: 1px solid var(--green-60, #36cecd);
  border-radius: 4px;
  color: var(--green-60, #36cecd);
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .page_wrap header .header_btnWrap a.btn02 {
    border-radius: 1.0666666667vw;
  }
}

/*---------------------------------------
  mv
/*---------------------------------------*/
.mv {
  padding-bottom: 35px;
  /* border-bottom: 1px solid var(--Terass-UI-Border-Gray, #e2e8f0); */
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 9.3333333333vw;
  }
}
.mv .mv_img {
  margin-bottom: 8px;
}
.mv .mv_catch {
  margin-bottom: 16px;
  line-height: 14px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.mv .mv_annotation {
  margin: 0 0 24px;
  padding: 0 16px;
  line-height: 14px;
  font-family: "Noto Sans JP";
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .mv .mv_catch {
    margin-bottom: 4.2666666667vw;
    line-height: 3.7333333333vw;
    font-size: 3.7333333333vw;
  }
}

/*---------------------------------------
  introduction
/*---------------------------------------*/
.introduction {
  padding: 32px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction {
    padding: 8.5333333333vw 0;
  }
}
.introduction .sub_ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .introduction .sub_ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.introduction .sec_ttl {
  width: 331px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .introduction .sec_ttl {
    width: 88.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.introduction .introduction_txt {
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_txt {
    margin-bottom: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.introduction .introduction_box {
  width: 343px;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .introduction .introduction_box {
    width: 91.4666666667vw;
    padding: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.introduction .introduction_box dt {
  margin-bottom: 24px;
  color: var(--green-60, #36cecd);
  line-height: 48px;
  font-family: "Terass Sans Japanese";
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_box dt {
    margin-bottom: 6.4vw;
    line-height: 12.8vw;
    font-size: 9.6vw;
  }
}
.introduction .introduction_box .introduction_img {
  width: 250px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_box .introduction_img {
    width: 66.6666666667vw;
    margin-bottom: 6.4vw;
  }
}
.introduction .introduction_box .introduction_boxTxt {
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .introduction_box .introduction_boxTxt {
    font-size: 4.2666666667vw;
  }
}

/*---------------------------------------
  reality
/*---------------------------------------*/
.reality {
  padding: 32px 0 46px;
  background: #c6d1e2;
}
@media screen and (max-width: 768px) {
  .reality {
    padding: 8.5333333333vw 0 12.2666666667vw;
  }
}
.reality .sec_ttl {
  width: 249px;
}
@media screen and (max-width: 768px) {
  .reality .sec_ttl {
    width: 66.4vw;
  }
}
.reality .sub_ttl {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .reality .sub_ttl {
    margin-bottom: 3.4666666667vw;
  }
}
.reality .reality_listWrap {
  width: 340px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .reality .reality_listWrap {
    width: 90.6666666667vw;
  }
}
.reality .reality_list {
  display: flex;
  margin-bottom: 16px;
  padding: 16px 16px 16px 30px;
  border-radius: 16px;
  background: var(--White, #fff);
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .reality .reality_list {
    margin-bottom: 4.2666666667vw;
    padding: 4.2666666667vw 4.2666666667vw 4.2666666667vw 8vw;
    border-radius: 4.2666666667vw;
    gap: 3.2vw;
  }
}
.reality .reality_list:last-child {
  margin-bottom: 0;
}
.reality .reality_list.reverse {
  flex-direction: row-reverse;
  padding-right: 30px;
  justify-content: space-between;
}
.reality .reality_listImg {
  width: 70px;
}
@media screen and (max-width: 768px) {
  .reality .reality_listImg {
    width: 18.6666666667vw;
  }
}
.reality .reality_listTxt {
  color: var(--TextBlack, #213544);
  line-height: 120%;
  font-family: "Terass Sans Japanese";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .reality .reality_listTxt {
    font-size: 4.8vw;
  }
}

/*---------------------------------------
  prerequisiteKnowledge
/*---------------------------------------*/
.prerequisiteKnowledge {
  padding: 40px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge {
    padding: 10.6666666667vw 0;
  }
}
.prerequisiteKnowledge .sub_ttl {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .sub_ttl {
    margin-bottom: 3.2vw;
  }
}
.prerequisiteKnowledge .sub_ttl span {
  line-height: 18px;
  /* 112.5% */
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .sub_ttl span {
    line-height: 4.8vw;
    font-size: 4.2666666667vw;
  }
}
.prerequisiteKnowledge .sec_ttl {
  width: 309px;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .sec_ttl {
    width: 82.4vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profile {
  width: 343px;
  margin: 0 auto;
  padding: 24px;
  border: 1px solid var(--White, #fff);
  border-radius: 16px;
  background: var(--Background-Light-Gray, #f1f6fb);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profile {
    width: 91.4666666667vw;
    padding: 6.4vw;
    border-radius: 4.2666666667vw;
    -webkit-backdrop-filter: blur(1.0666666667vw);
            backdrop-filter: blur(1.0666666667vw);
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileTop {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileTop {
    margin-bottom: 6.4vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileTopImg {
  display: block;
  width: 84px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileTopImg {
    width: 22.4vw;
    margin-right: 4.2666666667vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileTopCont .prerequisiteKnowledge_profileTopName {
  color: #2d3748;
  line-height: 36px;
  font-family: "Terass Sans Japanese bold";
  font-size: 28px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileTopCont .prerequisiteKnowledge_profileTopName {
    line-height: 9.6vw;
    font-size: 7.4666666667vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileTopCont .prerequisiteKnowledge_profileTopPotision {
  color: #2d3748;
  line-height: 130%;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileTopCont .prerequisiteKnowledge_profileTopPotision {
    font-size: 3.2vw;
  }
}
.prerequisiteKnowledge .prerequisiteKnowledge_profileBottom {
  color: var(--Text-Text-Black, #2d3748);
  line-height: 150%;
  font-family: "Terass Sans Japanese bold";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .prerequisiteKnowledge .prerequisiteKnowledge_profileBottom {
    font-size: 4.2666666667vw;
  }
}

/*---------------------------------------
  serviceFlow
/*---------------------------------------*/
.serviceFlow {
  padding: 30px 0 35px;
}
@media screen and (max-width: 768px) {
  .serviceFlow {
    padding: 8vw 0 9.3333333333vw;
  }
}
.serviceFlow .sec_ttl {
  width: 278px;
}
@media screen and (max-width: 768px) {
  .serviceFlow .sec_ttl {
    width: 74.1333333333vw;
  }
}
.serviceFlow .serviceFlow_swiperWrap {
  position: relative;
}
.serviceFlow .serviceFlow_swiper {
  overflow: hidden;
  width: 336px;
  position: relative;
  margin: 0 auto;
  border-radius: 8px;
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .serviceFlow .serviceFlow_swiper {
    width: 89.6vw;
  }
}
.serviceFlow .serviceFlow_swiper li {
  padding: 16px;
}
@media screen and (max-width: 768px) {
  .serviceFlow .serviceFlow_swiper li {
    padding: 4.2666666667vw;
  }
}
.serviceFlow .num_txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .serviceFlow .num_txt {
    margin-bottom: 4.2666666667vw;
  }
}
.serviceFlow .serviceFlow_ttl {
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: 120%;
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .serviceFlow .serviceFlow_ttl {
    margin-bottom: 4.2666666667vw;
    font-size: 6.4vw;
  }
}
.serviceFlow .serviceFlow_txt {
  margin-bottom: 24px;
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .serviceFlow .serviceFlow_txt {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.serviceFlow .swiper-button-next, .serviceFlow .swiper-button-prev {
  top: 350px;
}
@media screen and (max-width: 768px) {
  .serviceFlow .swiper-button-next, .serviceFlow .swiper-button-prev {
    top: 93.3333333333vw;
  }
}
.serviceFlow .swiper-button-next {
  right: 16px;
}
@media screen and (max-width: 768px) {
  .serviceFlow .swiper-button-next {
    right: 4.2666666667vw;
  }
}
.serviceFlow .swiper-button-prev {
  left: 16px;
}
@media screen and (max-width: 768px) {
  .serviceFlow .swiper-button-prev {
    left: 4.2666666667vw;
  }
}
.serviceFlow .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .serviceFlow .swiper-pagination {
    margin-top: 4.5333333333vw;
  }
}

/*---------------------------------------
  subscribers
/*---------------------------------------*/
.subscribers {
  padding: 40px 0px;
  background: var(--White, #fff);
}
.subscribers .sec_ttl {
  width: 213px;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  .subscribers .sec_ttl {
    width: 56.8vw;
    margin-bottom: 7.4666666667vw;
  }
}
.subscribers .subscribers_txt {
  margin-bottom: 6px;
  color: var(--TextBlack, #213544);
  line-height: 14px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.subscribers .subscribers_img {
  width: 337px;
  margin: 0 auto;
}

/*---------------------------------------
  examples
/*---------------------------------------*/
.examples {
  padding: 32px 0px 34px;
  border-bottom: 1px solid var(--Terass-UI-Border-Gray, #e2e8f0);
}
@media screen and (max-width: 768px) {
  .examples {
    padding: 8.5333333333vw 0 9.0666666667vw;
  }
}
.examples .sec_ttl {
  width: 279px;
}
@media screen and (max-width: 768px) {
  .examples .sec_ttl {
    width: 74.4vw;
  }
}
.examples .examples_swiperWrap {
  position: relative;
}
.examples .examples_swiper {
  overflow: hidden;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .examples .examples_swiper {
    padding-bottom: 2.6666666667vw;
  }
}
.examples .examples_swiper li {
  height: auto;
}
.examples .examples_swiper li > div {
  width: 300px;
  height: 100%;
  margin: 0 auto;
  padding: 24px 30px;
  border-radius: 8px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .examples .examples_swiper li > div {
    width: 80vw;
    padding: 6.4vw 8vw;
    border-radius: 2.1333333333vw;
    box-shadow: 0px 0.5333333333vw 1.6vw 0px rgba(0, 0, 0, 0.2);
  }
}
.examples .num_txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .examples .num_txt {
    margin-bottom: 4.2666666667vw;
  }
}
.examples .examples_listHead {
  display: flex;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .examples .examples_listHead {
    margin-bottom: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
.examples .examples_listHead .listHead_img {
  width: 70px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .examples .examples_listHead .listHead_img {
    width: 18.6666666667vw;
  }
}
.examples .examples_listHead .listHead_review {
  width: 76px;
}
@media screen and (max-width: 768px) {
  .examples .examples_listHead .listHead_review {
    width: 20.2666666667vw;
  }
}
.examples .examples_listHead .listHead_txt {
  color: var(--TextBlack, #213544);
  line-height: 160%;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .examples .examples_listHead .listHead_txt {
    font-size: 3.7333333333vw;
  }
}
.examples .examples_listHead .listHead_txtSub {
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .examples .examples_listHead .listHead_txtSub {
    font-size: 2.6666666667vw;
  }
}
.examples .examples_listCont .listCont_ttl {
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: 170%;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .examples .examples_listCont .listCont_ttl {
    margin-bottom: 4.2666666667vw;
    font-size: 3.2vw;
  }
}
.examples .examples_listCont .listCont_ttl span {
  color: var(--TextBlack, #213544);
  line-height: 130%;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .examples .examples_listCont .listCont_ttl span {
    font-size: 3.2vw;
  }
}
.examples .examples_listCont .listCont_txtWrap {
  margin-bottom: 16px;
}
.examples .examples_listCont .listCont_txtWrap:last-child {
  margin-bottom: 0;
}
.examples .examples_listCont .listCont_txtWrap dt {
  margin-bottom: 4px;
  color: var(--Terass-UI-Background-Blue, #22baba);
  line-height: 160%;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .examples .examples_listCont .listCont_txtWrap dt {
    margin-bottom: 1.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
.examples .examples_listCont .listCont_txtWrap dd {
  color: #1e1e1e;
  line-height: 130%;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .examples .examples_listCont .listCont_txtWrap dd {
    font-size: 3.2vw;
  }
}
.examples .swiper-button-next, .examples .swiper-button-prev {
  top: 250px;
}
@media screen and (max-width: 768px) {
  .examples .swiper-button-next, .examples .swiper-button-prev {
    top: 66.6666666667vw;
  }
}
.examples .swiper-button-next {
  right: 16px;
}
@media screen and (max-width: 768px) {
  .examples .swiper-button-next {
    right: 4.2666666667vw;
  }
}
.examples .swiper-button-prev {
  left: 16px;
}
@media screen and (max-width: 768px) {
  .examples .swiper-button-prev {
    left: 4.2666666667vw;
  }
}
.examples .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .examples .swiper-pagination {
    margin-top: 2.6666666667vw;
  }
}

/*---------------------------------------
  reason
/*---------------------------------------*/
.reason {
  padding: 40px 0px;
  border-bottom: 1px solid var(--Terass-UI-Border-Gray, #e2e8f0);
  background: var(--Terass-UI-Background-Gray, #f1f6fb);
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 10.6666666667vw 0;
  }
}
.reason .sec_ttl {
  width: 238px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .reason .sec_ttl {
    width: 63.4666666667vw;
    margin-bottom: 9.6vw;
  }
}
.reason .reason_listWrap {
  width: 343px;
  margin: 0 auto;
  border-radius: 8px;
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .reason .reason_listWrap {
    width: 91.4666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.reason .reason_listHead {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .reason .reason_listHead {
    margin-bottom: 4.2666666667vw;
  }
}
.reason .reason_listHead .num_txt {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .reason .reason_listHead .num_txt {
    margin-bottom: 4.2666666667vw;
  }
}
.reason .reason_listHead img {
  display: block;
  margin: 0 auto;
}
.reason .reason_list {
  padding: 24px 16px;
  border-top: 1px solid var(--Terass-UI-Border-Gray, #e2e8f0);
}
@media screen and (max-width: 768px) {
  .reason .reason_list {
    padding: 6.4vw 4.2666666667vw;
  }
}
.reason .reason_list:first-child {
  border-top: none;
}
.reason .reason_list:first-child .reason_listHead img {
  width: 261px;
}
@media screen and (max-width: 768px) {
  .reason .reason_list:first-child .reason_listHead img {
    width: 69.6vw;
  }
}
.reason .reason_list:nth-child(2) .reason_listHead img {
  width: 241px;
}
@media screen and (max-width: 768px) {
  .reason .reason_list:nth-child(2) .reason_listHead img {
    width: 64.2666666667vw;
  }
}
.reason .reason_list:nth-child(3) .reason_listHead img {
  width: 231px;
}
@media screen and (max-width: 768px) {
  .reason .reason_list:nth-child(3) .reason_listHead img {
    width: 61.6vw;
  }
}
.reason .reason_list dt {
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: normal;
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .reason .reason_list dt {
    margin-bottom: 4.2666666667vw;
    font-size: 6.4vw;
  }
}
.reason .reason_list dt small {
  color: var(--Siver-100, #718096);
  line-height: 150%;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .reason .reason_list dt small {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.reason .reason_list dd {
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .reason .reason_list dd {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.reason .reason_list dd .note_txt {
  color: var(--Siver-100, #718096);
  line-height: 150%;
  font-family: "Terass Sans Japanese light";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .reason .reason_list dd .note_txt {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}

/*---------------------------------------
  faq
/*---------------------------------------*/
.faq {
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 10.6666666667vw 0;
  }
}
.faq .sec_ttl {
  width: 343px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .faq .sec_ttl {
    width: 91.4666666667vw;
    margin-bottom: 9.6vw;
  }
}
.faq .faq_accListWrap {
  width: 343px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .faq .faq_accListWrap {
    width: 91.4666666667vw;
  }
}
.faq .faq_accList {
  margin-bottom: 16px;
  border-radius: 8px;
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .faq .faq_accList {
    margin-bottom: 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.faq .faq_accList:last-child {
  margin-bottom: 0;
}
.faq .acc_headTxt {
  display: flex;
  width: 100%;
  padding: 16px;
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-family: "Terass Sans Japanese";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -0.42px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .faq .acc_headTxt {
    padding: 4.2666666667vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.112vw;
    gap: 4.2666666667vw;
  }
}
.faq .acc_headTxt span {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .faq .acc_headTxt span {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
.faq .acc_headTxt span::before, .faq .acc_headTxt span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #213544;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .faq .acc_headTxt span::before, .faq .acc_headTxt span::after {
    top: 1.8666666667vw;
  }
}
.faq .acc_headTxt span::after {
  transform: rotate(90deg);
}
.faq .acc_headTxt.active span::after {
  transform: rotate(0);
}
.faq .acc_contTxt {
  display: none;
  padding: 0 16px 16px;
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .faq .acc_contTxt {
    padding: 0 4.2666666667vw 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}

/*---------------------------------------
  invitation
/*---------------------------------------*/
.invitation {
  padding: 40px 16px;
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .invitation {
    padding: 10.6666666667vw 4.2666666667vw;
  }
}
.invitation .sec_ttl {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .invitation .sec_ttl {
    margin-bottom: 4.2666666667vw;
  }
}
.invitation .invitation_txt {
  margin-bottom: 16px;
  color: var(--TextBlack, #213544);
  line-height: 14px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .invitation .invitation_txt {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}

/*---------------------------------------
  message
/*---------------------------------------*/
.message {
  padding-top: 34px;
}
@media screen and (max-width: 768px) {
  .message {
    padding-top: 9.0666666667vw;
  }
}
.message .sec_ttl {
  width: 281px;
}
@media screen and (max-width: 768px) {
  .message .sec_ttl {
    width: 74.9333333333vw;
  }
}
.message .message_txt {
  margin-bottom: 24px;
  padding: 0 16px;
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .message .message_txt {
    margin-bottom: 6.4vw;
    padding: 0 4.2666666667vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}

/*---------------------------------------
  footer
/*---------------------------------------*/
footer {
  width: 100%;
  padding: 36px 24px 10px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 9.6vw 6.4vw 2.6666666667vw;
  }
}
footer .footer_linkWrap {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap {
    margin-bottom: 2.6666666667vw;
  }
}
footer .footer_linkWrap a {
  padding: 0 5px;
  color: #2d3748;
  line-height: 150%;
  /* 15px */
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  footer .footer_linkWrap a {
    padding: 0 1.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
footer .copyright {
  color: #2d3748;
  line-height: 150%;
  /* 15px */
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 2.6666666667vw;
  }
}

/*---------------------------------------
見つかる
/*---------------------------------------*/
.found {
  padding: 40px 0;
  background-image: url(./img/found_bg01.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .found {
    padding: 10.6666666667vw 0;
  }
}
.found .sub_ttl span {
  color: var(--TextBlack, #213544);
  line-height: 112%;
  /* Label/L Bold */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  /* 112.5% */
}
@media screen and (max-width: 768px) {
  .found .sub_ttl span {
    font-size: 4.2666666667vw;
  }
}
.found .sec_ttl {
  display: flex;
  flex-direction: column;
  width: 280px;
  margin: 12px auto 24px;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .found .sec_ttl {
    width: 74.6666666667vw;
    margin: 3.2vw auto 6.4vw;
    gap: 0.5333333333vw;
  }
}
.found .found_list {
  display: flex;
  flex-direction: column;
  width: 343px;
  margin: 0 auto 20px;
  padding: 24px 16px;
  border-radius: 8px;
  background: var(--White, #fff);
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
}
@media screen and (max-width: 768px) {
  .found .found_list {
    width: 91.4666666667vw;
    margin: 0 auto 5.3333333333vw;
    padding: 6.4vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
    gap: 4vw;
  }
}
.found .found_listHead {
  display: flex;
  flex-direction: column;
  padding: 8px 24px;
  border-radius: 36px;
  color: #fff;
  color: var(--White, #fff);
  line-height: 125%;
  font-family: "Terass Sans Japanese";
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  background: var(--green-60, #36cecd);
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .found .found_listHead {
    padding: 2.1333333333vw 6.4vw;
    border-radius: 9.6vw;
    font-size: 3.7333333333vw;
    gap: 2.1333333333vw;
  }
}
.found .found_listTtl {
  color: var(--TextBlack, #213544);
  line-height: 120%;
  /* 28.8px */
  /* Lead/S */
  font-family: "Terass Sans Japanese";
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .found .found_listTtl {
    font-size: 6.4vw;
  }
}
.found .found_listTxt {
  font-family: "Terass Sans Japanese";
  color: var(--TextBlack, #213544);
  line-height: 150%;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.42px;
}
@media screen and (max-width: 768px) {
  .found .found_listTxt {
    font-size: 3.7333333333vw;
    letter-spacing: -0.112vw;
  }
}
.found .found_listDetail {
  display: flex;
  margin-bottom: -10px;
  color: var(--green-60, #36cecd);
  line-height: 12px;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 500;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .found .found_listDetail {
    margin-bottom: -2.6666666667vw;
    font-size: 3.2vw;
    gap: 1.0666666667vw;
  }
}
.found .found_listDetail img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .found .found_listDetail img {
    width: 4.8vw;
  }
}
.found .found_listImg {
  margin-top: 8px;
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .found .found_listImg {
    margin-top: 2.1333333333vw;
    margin-bottom: 2.4vw;
  }
}
.found .found_listPointBox {
  display: flex;
  flex-direction: column;
  width: 300px;
  padding: 16px;
  border-radius: 16px;
  background: var(--Terass-UI-Background-Gray, #f1f6fb);
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .found .found_listPointBox {
    width: 80vw;
    padding: 4.2666666667vw;
    border-radius: 4.2666666667vw;
    gap: 1.0666666667vw;
  }
}
.found .found_listPointBoxTtl {
  color: var(--Terass-UI-Background-Blue, #22baba);
  line-height: 150%;
  /* 24px */
  /* Caption/Text M Bold */
  font-family: "Terass Sans Japanese";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .found .found_listPointBoxTtl {
    font-size: 4.2666666667vw;
  }
}
.found .found_listPointTxt li {
  display: flex;
  color: var(--Text-Text-Black, #2d3748);
  line-height: 170%;
  /* 20.4px */
  /* Pragaraph/S Bold */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  text-align: justify;
  gap: 12px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .found .found_listPointTxt li {
    gap: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .found .found_listPointTxt li {
    font-size: 3.2vw;
  }
}
.found .found_listPointTxt li::before {
  content: "";
  display: block;
  width: 15px;
  height: 23.476px;
  background-image: url(./img/found_listPointIco01.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .found .found_listPointTxt li::before {
    width: 4vw;
    height: 6.2602666667vw;
  }
}
.found .found_listPointTxt li .found_listPointTxtInner {
  flex: 1;
}
.found .found_bottom .found_bottomTtl {
  color: var(--White, #fff);
  line-height: 150%;
  /* 24px */
  /* Caption/Text M Bold */
  font-family: "Terass Sans Japanese";
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.found .found_bottom .found_bottomNum {
  color: var(--White, #fff);
  line-height: 64px;
  font-family: "Terass Sans Japanese";
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}
.found .found_bottom .found_bottomTxt {
  width: 343px;
  margin-right: auto;
  margin-left: auto;
  color: var(--General-White, #fff);
  line-height: 150%;
  font-family: "Terass Sans Japanese light";
  font-size: 14px;
  font-weight: 400;
  font-style: 400;
  text-align: justify;
  letter-spacing: -0.42px;
}
.found .found_swiperWrap {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .found .found_swiperWrap {
    margin-bottom: 2.6666666667vw;
  }
}
.found .found_swiperWrap .swiper-button-next, .found .found_swiperWrap .swiper-button-prev {
  position: absolute;
  top: 171px;
}
@media screen and (max-width: 768px) {
  .found .found_swiperWrap .swiper-button-next, .found .found_swiperWrap .swiper-button-prev {
    top: 45.6vw;
  }
}
.found .found_slideBox {
  display: flex;
  flex-direction: column;
  width: 300px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background: var(--White, #fff);
  cursor: pointer;
  align-items: center;
  gap: 16px;
  transition: 0.3s;
}
@media only screen and (min-width: 376px) {
  .found .found_slideBox:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .found .found_slideBox {
    width: 80vw;
    padding: 6.4vw;
    border-radius: 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
.found .found_slideBoxName {
  color: #1e1e1e;
  line-height: 120%;
  /* Lead/XS */
  font-family: "Terass Sans Japanese";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
  /* 21.6px */
}
@media screen and (max-width: 768px) {
  .found .found_slideBoxName {
    line-height: 5.76vw;
    font-size: 4.8vw;
  }
}
.found .found_slideBoxImg img {
  width: 250px;
  height: 187.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .found .found_slideBoxImg img {
    width: 66.6666666667vw;
    height: 50vw;
  }
}
.found .found_slideBoxTxt {
  color: #1e1e1e;
  line-height: 130%;
  /* Pragaraph/S */
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  /* 15.6px */
}
@media screen and (max-width: 768px) {
  .found .found_slideBoxTxt {
    line-height: 4.16vw;
    font-size: 3.2vw;
  }
}
.found .found_swiperWrap {
  position: relative;
}
.found .found_swiper {
  overflow: hidden;
  width: 336px;
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 8px;
  background: var(--White, #fff);
}
@media screen and (max-width: 768px) {
  .found .found_swiper {
    width: 89.6vw;
    padding: 5.3333333333vw 0;
  }
}
.found .swiper-pagination {
  bottom: -15px;
}
@media screen and (max-width: 768px) {
  .found .swiper-pagination {
    bottom: -4vw;
  }
}

.remodal {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  flex-direction: column;
  width: 300px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  background: var(--White, #fff);
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .remodal {
    width: 80vw;
    padding: 6.4vw;
    border-radius: 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
.remodal .modal-content_i {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content_i {
    gap: 6.4vw;
    max-height: 80%;
    overflow: auto;
    height: 55vh;
  }
}
.remodal .modal-content_i .imgarea img {
  width: 250px;
  height: 187.5px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content_i .imgarea img {
    width: 66.6666666667vw;
    height: 50vw;
  }
}
.remodal .modal-content_i .txtarea {
  color: #1e1e1e;
  line-height: 130%;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content_i .txtarea {
    line-height: 4.16vw;
    font-size: 3.2vw;
  }
}
.remodal .modal-content_i .txtarea .name {
  margin-bottom: 19px;
  line-height: 120%;
  font-family: "Terass Sans Japanese";
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content_i .txtarea .name {
    margin-bottom: 5.0666666667vw;
    line-height: 5.76vw;
    font-size: 4.8vw;
  }
}
.remodal .modal-content_i .txtarea dt {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 16px;
  border-radius: 36px;
  color: var(--TextBlack, #213544);
  background: var(--Terass-UI-Border-Gray, #e2e8f0);
}
@media screen and (max-width: 768px) {
  .remodal .modal-content_i .txtarea dt {
    margin-bottom: 2.1333333333vw;
    padding: 1.0666666667vw 4.2666666667vw;
    border-radius: 9.6vw;
  }
}
.remodal .modal-content_i .txtarea dd {
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .remodal .modal-content_i .txtarea dd {
    margin-bottom: 6.4vw;
  }
}
.remodal .consul-btn {
  display: block;
  padding: 8px 24px;
  border-radius: 36px;
  color: var(--White, #fff);
  line-height: 150%;
  font-family: "Terass Sans Japanese";
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  letter-spacing: -0.48px;
  background: var(--green-60, #36cecd);
}
@media screen and (max-width: 768px) {
  .remodal .consul-btn {
    padding: 2.1333333333vw 5.3333333333vw;
    border-radius: 9.6vw;
    line-height: 6.4vw;
    font-size: 4.2666666667vw;
    letter-spacing: -0.128vw;
  }
}

.remodal-wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .remodal-wrapper {
    overflow-x: hidden;
    height: 100svh;
  }
}/*# sourceMappingURL=style.css.map */
