@charset "UTF-8";
/* Sass Document */
.page-member .btn._w._y a {
  border: 2px solid #1A2930;
  background: #EAC22D;
}

.page-member .btn._w._y a:hover {
  background: #1A2930;
}

.main_title_area .main_title {
  width: 44.28vw;
  padding: 0 0 0 5vw;
}

.main_title_area .main_title .main_title_menber {
  font-size: 2.5rem;
  font-weight: 700;
  background-color: #F2F2F2;
  border-radius: 8px;
  width: 13em;
  padding: 1.5rem 2.5rem;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 0 3rem;
}

.page-member .main_title_area .main_title .main_title_menber {
  width: 16em;
}

.main_title_area .main_title h2 {
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1.78;
  text-decoration: underline;
  text-decoration-color: #EAC22D;
  text-decoration-thickness: 4px;
  text-underline-offset: 0.3em;
  margin: 0 0 3.5rem;
}

.main_title_area .main_title p {
  font-size: 1.7rem;
  line-height: 2.1;
  margin: 0 0 3.5rem;
}

.main_title_area .main_title .btn a {
  width: 572px;
  height: 100px;
  font-size: 2.1rem;
  padding: 0 5rem;
}

.main_title_area .main_title .btn a img {
  width: 18.23px;
  height: 16px;
}

.main_title_area .flex:before {
  left: 44.28vw;
}

.main_title_area figure {
  width: 55.72vw;
}

@media screen and (max-width: 1700px) {
  .main_title_area .main_title .main_title_menber {
    font-size: 1vw;
    width: 13em;
    padding: 1rem 2rem;
    margin: 0 0 1rem;
  }
  .main_title_area .main_title h2 {
    font-size: 2.2vw;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.3em;
    margin: 0 0 2rem;
  }
  .main_title_area .main_title p {
    font-size: 1.1vw;
    margin: 0 0 2vw;
  }
  .main_title_area .main_title .btn a {
    width: 34vw;
    height: 70px;
    font-size: 1.2vw;
    padding: 0 2vw;
  }
  .main_title_area .main_title .btn a img {
    width: 18.23px;
    height: 16px;
  }
  .main_title_area .flex:before {
    left: 44.28vw;
  }
  .main_title_area figure {
    width: 55.72vw;
  }
}
@media screen and (max-width: 1024px) {
  .main_title_area .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main_title_area .main_title {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 8vw 0 0;
    padding: 0 5vw;
    width: 100%;
  }
  .main_title_area .main_title .main_title_menber {
    font-size: 3.7vw;
    width: 13em;
    padding: 1vw 2vw;
    margin: 0 0 3vw;
  }
  .main_title_area .main_title h2 {
    font-size: 6vw;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.3em;
    margin: 0 0 4.5vw;
  }
  .main_title_area .main_title p {
    font-size: 4vw;
    line-height: 1.8;
    margin: 0 0 4vw;
  }
  .main_title_area .main_title .btn a {
    width: 100%;
    height: 17vw;
    font-size: 4vw;
    padding: 0 8vw;
    line-height: 1.46;
  }
  .main_title_area .main_title .btn a img {
    width: 18.23px;
    height: 16px;
  }
  .main_title_area .flex:before {
    left: 44.28vw;
  }
  .main_title_area figure {
    width: 100vw;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.balloon span {
  font-size: 1.8rem;
  font-weight: 700;
  background-color: #EAC22D;
  border-radius: 100vh;
  padding: 12px 20px;
  position: relative;
}

.balloon span::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #EAC22D;
}

@media screen and (max-width: 1024px) {
  .balloon span {
    font-size: 3.4vw;
    padding: 1.8vw 3.5vw;
  }
  .balloon span::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #EAC22D;
  }
}
.plan_type {
  margin: 6rem 0 0;
}

.plan_type h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 3.5rem;
}

.plan_type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.plan_type ul li {
  max-width: 690px;
  width: 100%;
  border: 2px solid #EAC22D;
  border-radius: 8px;
  padding: 4.5rem 1rem 3rem;
  position: relative;
}

.plan_type ul li:nth-child(2) {
  border: 2px solid #C6C6C6;
}

.page-member .plan_type ul li:nth-child(1) {
  padding: 4.5rem 1rem 2rem;
}

.plan_type ul li h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 2rem;
}

.page-member .plan_type ul li:nth-child(1) h3 {
  margin: 0;
}

.plan_type ul li h3 span {
  font-size: 2rem;
}

.plan_type ul li p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.13;
}

.page-member .plan_type ul li p.hosoku {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.plan_type ul li .balloon {
  position: absolute;
  top: -1rem;
  left: 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1700px) {
  .plan_type h2 {
    font-size: 1.8rem;
    margin: 0 0 3rem;
  }
  .plan_type ul li {
    padding: 4.5rem 2rem 3rem;
  }
  .plan_type ul li h3 span {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .plan_type {
    margin: 9vw 0 0;
  }
  .plan_type h2 {
    font-size: 4.6vw;
    margin: 0 0 8.5vw;
  }
  .plan_type ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4.5vw;
  }
  .plan_type ul li,
  .page-member .plan_type ul li:nth-child(1) {
    max-width: 100%;
    padding: 10vw 3vw 6.5vw;
    position: relative;
  }
  .plan_type ul li:nth-child(2) {
    border: 2px solid #C6C6C6;
    padding: 6.5vw 3vw;
  }
  .plan_type ul li h3 {
    font-size: 5.4vw;
    margin: 0 0 3.4vw;
  }
  .plan_type ul li h3 span {
    font-size: 4vw;
  }
  .plan_type ul li p {
    font-size: 3.7vw;
    line-height: 2;
  }
  .plan_type ul li .balloon {
    top: -1vw;
  }
}
.concerns {
  background-image: url("../img/client/neji_bg.png");
  background-color: #303D44;
  background-position: center center;
  background-size: 70px 146px;
  padding: 9rem 0 9.5rem;
  margin: 9rem 0 0;
}

.page-member .concerns {
  background-image: url("../img/member/neji_bg_y.png");
  background-color: #FEF2B4;
}

.concerns .ttl {
  text-align: center;
}

.concerns .ttl h2 {
  text-align: center;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 1.6rem 0 4.4rem;
}

.page-member .concerns .ttl h2 {
  color: #1A2930;
}

.concerns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.concerns ul li {
  border: 5px solid #E6E7E8;
  border-radius: 8px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
  min-width: 35rem;
  min-height: 14rem;
}

.page-member .concerns ul li {
  border: 5px solid rgba(234, 194, 45, 0.45);
}

.concerns ul li p {
  font-size: 1.9rem;
  text-align: center;
  line-height: 1.52;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .concerns {
    padding: 9.5vw 0 14vw;
    margin: 16vw 0 0;
  }
  .concerns .ttl h2 {
    font-size: 6vw;
    margin: 4vw 0 8vw;
  }
  .concerns ul {
    gap: 2.5vw;
  }
  .concerns ul li {
    border: 4px solid #E6E7E8;
    padding: 0;
    min-width: 100%;
    min-height: 18vw;
    width: 90vw;
  }
  .concerns ul li p {
    font-size: 3.7vw;
  }
}
.future {
  margin: 13rem 0 0;
}

.future .title_area p.en {
  margin-top: 0.8em;
  line-height: 1.25;
  font-size: 7rem;
}

.future .future_list {
  margin: 70px auto 0;
  max-width: 1200px;
}

.future .future_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6F6F6;
  border-radius: 8px;
  margin: 0 0 4rem 10vw;
  padding: 1.5rem 0;
}

.future .future_list dl dt {
  position: relative;
  left: -10vw;
}

.future .future_list dl dd {
  position: relative;
  left: -7vw;
  margin: 0 -4vw 0 0;
}

.future .future_list dl dd .number {
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.4em;
}

.future .future_list dl dd h3 {
  margin: 1.8rem 0 0;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-member .future .future_list dl dd .c_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.page-member .future .future_list dl dd h3 {
  font-size: 3.5rem;
  margin: 0;
}

.page-member .future .future_list dl dd .en {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 0.8rem 0 0;
}

.future .future_list dl dd p {
  font-size: 1.5rem;
  line-height: 1.86;
  margin: 2.4rem 0 0;
  max-width: 490px;
  letter-spacing: 0.06em;
}

.page-member .future .future_list dl dd p {
  margin: 2rem 0 0;
}

.future .btn a {
  width: 572px;
  margin: 6.5rem auto 0;
  height: 100px;
  font-size: 2.1rem;
  padding: 0 5rem;
}

.future .btn a img {
  width: 18.23px;
  height: 16px;
}

.page-member .future .btm_text {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
}

.page-member .future .btn a {
  margin: 5.5rem auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-member .future .item_slide {
  margin: 10rem 0 0;
}

.page-member .future .item_slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2rem;
}

@media screen and (max-width: 1500px) {
  .future .future_list dl dt {
    width: 48vw;
  }
  .future .future_list dl dd {
    width: 46vw;
  }
  .future .future_list dl dd h3 {
    font-size: 1.9rem;
  }
  .future .future_list dl dd p {
    margin: 1.5rem 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .future {
    margin: 16vw 0 0;
  }
  .future .title_area p.en {
    font-size: 7vw;
    margin-top: 7vw;
    line-height: 1.25;
  }
  .future .future_list {
    margin: 32vw auto 0;
  }
  .future .future_list dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 28vw;
    padding: 0 5vw 8vw;
  }
  .future .future_list dl:last-child {
    margin: 0;
  }
  .future .future_list dl dt {
    left: 0;
    top: -20vw;
    width: 100%;
  }
  .future .future_list dl dd {
    left: 0;
    margin: -12vw 0 0 0;
    width: 100%;
  }
  .future .future_list dl dd .number {
    text-align: center;
    font-size: 2.9vw;
  }
  .future .future_list dl dd h3 {
    margin: 2.8vw 0 0;
    font-size: 4.5vw;
    text-align: center;
  }
  .page-member .future .future_list dl dd .c_ttl {
    display: block;
  }
  .page-member .future .future_list dl dd .c_ttl h3 {
    font-size: 6.67vw;
  }
  .page-member .future .future_list dl dd .c_ttl .en {
    font-size: 3vw;
    text-align: center;
    padding: 3vw 0 0;
  }
  .future .future_list dl dd p {
    font-size: 3.7vw;
    line-height: 2;
    margin: 4vw 0 0;
    max-width: auto;
  }
  .page-member .future .future_list dl dd p {
    margin: 8vw 0 0;
  }
  .page-member .future .btm_text {
    font-size: 3.7vw;
    line-height: 1.9;
    margin: 8vw 0 0;
  }
  .future .btn a,
  .page-member .future .btn a {
    width: 100%;
    margin: 6.5vw auto 0;
    height: 17vw;
    font-size: 4vw;
    padding: 0 8vw;
    line-height: 1.46;
  }
  .page-member .future .item_slide {
    margin: 13vw 0 0;
  }
  .page-member .future .item_slide div {
    padding: 0 1vw;
  }
}
.used_service {
  margin: 130px 0 0;
  padding: 110px 0 120px;
  background-image: url("../img/client/service_bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-member .used_service {
  background-image: url("../img/member/beginner_bg.jpg");
}

.used_service h2 {
  text-align: center;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.4em;
  margin: 0 0 5.6rem;
  letter-spacing: 0.06em;
}

.page-member .used_service h2 {
  margin: 0 0 8rem;
}

.used_service dl {
  max-width: 1400px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 5.5rem 10rem;
  border-radius: 8px;
  margin: auto;
}

.page-member .used_service dl {
  gap: 0;
  padding: 5.5rem 5rem 5.5rem 10rem;
  border-radius: 8px;
  margin: auto;
}

.page-member .used_service dl dt {
  margin: 0 -12rem 0 0;
}

.used_service dl h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2.4rem;
}

.page-member .used_service dl h3 {
  font-size: 2.6rem;
  margin: 0 0 3rem;
}

.used_service dl dt p {
  font-size: 1.7rem;
  line-height: 2.235;
}

.used_service dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-member .used_service dl.beginner_graph ul {
  width: 12.4em;
  font-size: 2rem;
}

.page-member .used_service dl.beginner_graph ul li {
  font-size: 2rem;
  text-align: right;
  margin: 0 0 1.8rem;
  font-weight: 700;
}

.page-member .used_service dl.beginner_graph ul.sub li {
  font-size: 1.7rem;
  margin: 0 0 1.2rem;
  padding: 0 0.8rem 0 0;
}

.page-member .used_service dl.beginner_graph ul.sub li:last-child {
  margin: 0;
}

.used_service dl dd .percent li {
  font-size: 1.7rem;
  text-align: right;
  margin: 0 0 1.5rem;
  font-weight: 700;
}

.page-member .used_service .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 9rem;
}

.page-member .used_service .intro .pict {
  position: relative;
  left: -190px;
}

.page-member .used_service .intro .text {
  margin: 0 0 0 -70px;
}

.page-member .used_service .intro .text h3 {
  color: #fff;
  font-size: 3.4rem;
  margin: 0 0 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-member .used_service .intro .text h4 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 0 3.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.page-member .used_service .intro .text p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.13;
}

@media screen and (max-width: 1700px) {
  .used_service dl {
    padding: 5.5rem 5rem;
  }
}
@media screen and (max-width: 1024px) {
  .used_service {
    margin: 16vw 0 0;
    padding: 13vw 0;
  }
  .used_service h2,
  .page-member .used_service h2 {
    font-size: 5.8vw;
    line-height: 1.93;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.4em;
    margin: 0 0 10vw;
    letter-spacing: 0.06em;
  }
  .used_service dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.5vw;
    padding: 10vw 5vw;
  }
  .used_service dl dt {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .used_service dl dt h3 {
    font-size: 4.9vw;
    margin: 0 0 4vw;
  }
  .used_service dl dt p {
    font-size: 3.7vw;
    line-height: 2;
  }
  .used_service dl dd {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .used_service dl dd .graph {
    width: 60vw;
    margin: 0 0 4.5vw;
  }
  .used_service dl dd .percent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4.5vw;
  }
  .used_service dl dd .percent li {
    font-size: 3.4vw;
    margin: 0 0 1.5rem;
    font-weight: 700;
  }
  .page-member .used_service .intro {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10vw;
  }
  .page-member .used_service .intro .pict {
    position: relative;
    left: 0;
  }
  .page-member .used_service .intro .text {
    margin: 8vw 2vw 0;
  }
  .page-member .used_service .intro .text h3 {
    font-size: 5.3vw;
    margin: 0 0 5.3vw;
  }
  .page-member .used_service .intro .text h4 {
    font-size: 4.2vw;
    margin: 0 0 5.3vw;
  }
  .page-member .used_service .intro .text p {
    font-size: 3.7vw;
    line-height: 1.9;
  }
  .page-member .used_service dl {
    padding: 8.5vw 5vw;
  }
  .page-member .used_service dl dt {
    margin: auto;
  }
  .page-member .used_service dl h3 {
    font-size: 4.6vw;
    text-align: center;
    line-height: 1.65;
    margin: 0 0 8vw;
  }
  .page-member .used_service dl dd .graph {
    width: 96%;
    margin: 0 auto 8vw;
  }
  .page-member .used_service dl.beginner_graph .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8vw;
  }
  .page-member .used_service dl.beginner_graph ul {
    width: auto;
  }
  .page-member .used_service dl.beginner_graph ul li {
    font-size: 3.4vw;
    margin: 0 0 2vw;
  }
  .page-member .used_service dl.beginner_graph ul.sub li {
    font-size: 3.4vw;
    margin: 0 0 2vw;
    padding: 0;
  }
  .page-member .used_service dl.beginner_graph ul.sub li:last-child {
    margin: 0;
  }
}
.examples {
  padding: 12rem 0 0;
}

.examples .news_content .article_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2vw;
  margin: 8rem 2vw 0;
}

.examples .news_content .article_area li {
  padding: 0;
}

.examples .news_content .article_area li a:hover {
  opacity: 1;
}

.examples .news_content .article_area li figure {
  position: relative;
  width: 22vw;
  height: 16vw;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 1.5rem;
}

.examples .news_content .article_area li figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.examples .news_content .article_area li a:hover figure img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

.examples .news_content .article_area li .in .date {
  width: 6.5em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.examples .news_content .article_area li .in .cat {
  display: inline-block;
  padding: 0.3em 1.2em;
  font-size: 1.4rem;
  border-radius: 4px;
  border: 1px solid #1A2930;
}

.examples .news_content .article_area li .in .title {
  font-size: 1.8rem;
  line-height: 1.75;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 1rem 0 0;
  font-weight: 700;
}

.examples .btn a {
  margin: 8rem auto 0;
}

@media screen and (max-width: 1024px) {
  .examples {
    padding: 16vw 0 0;
  }
  .examples .scroll_wrap {
    overflow: scroll;
    padding: 0 5vw 8vw;
  }
  .examples .news_content .article_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5vw;
    margin: 6.5vw 2vw 0;
    width: 270vw;
  }
  .examples .news_content .article_area li {
    padding: 0;
  }
  .examples .news_content .article_area li a:hover {
    opacity: 1;
  }
  .examples .news_content .article_area li figure {
    position: relative;
    width: 64vw;
    height: 50vw;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 1.5rem;
  }
  .examples .news_content .article_area li figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  .examples .news_content .article_area li .in .date {
    width: 6.5em;
    font-size: 2.9vw;
    letter-spacing: 0.05em;
  }
  .examples .news_content .article_area li .in .cat {
    display: inline-block;
    padding: 1vw 1.2vw;
    font-size: 2.6vw;
  }
  .examples .news_content .article_area li .in .title {
    font-size: 3.7vw;
    margin: 1vw 0 0;
  }
  .examples .btn a {
    margin: 4.5vw auto 0;
  }
}
.consultation {
  background-color: #FEF2B4;
  margin: 13rem 0 0;
  padding: 10rem 0;
}

.consultation h2 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.4em;
  margin: 0 0 5.6rem;
  letter-spacing: 0.06em;
}

.consultation p {
  font-size: 1.5rem;
  line-height: 2.13;
  text-align: center;
}

.consultation .voice_list {
  max-width: 1000px;
  margin: 4.5rem auto 0;
}

.consultation .voice_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 1.2rem;
  padding: 2rem 4rem;
  background-color: #fff;
  gap: 5rem;
  border-radius: 8px;
}

.consultation .voice_list dl dd {
  font-size: 2rem;
  font-weight: 700;
}

.consultation .btm_text {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 4.5rem 0 0;
  line-height: 2.5;
}

.consultation .btm_text span {
  border-bottom: 2px dotted #1A2930;
  padding: 0 0 1rem;
}

@media screen and (max-width: 1024px) {
  .consultation {
    margin: 16vw 0 0;
    padding: 14vw 0;
  }
  .consultation h2 {
    font-size: 5.8vw;
    line-height: 1.93;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.4em;
    margin: 0 0 6.5vw;
  }
  .consultation p {
    font-size: 3.7vw;
    line-height: 2;
  }
  .consultation .voice_list {
    margin: 6.5vw auto 0;
  }
  .consultation .voice_list dl {
    margin: 0 0 2vw;
    padding: 5vw 0;
    gap: 4.5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .consultation .voice_list dl dt {
    width: 15vw;
  }
  .consultation .voice_list dl dd {
    font-size: 3.5vw;
    line-height: 1.85;
    width: 60vw;
  }
  .consultation .btm_text {
    font-size: 4vw;
    margin: 5vw 0 0;
    line-height: 2.16;
  }
  .consultation .btm_text span {
    border-bottom: 2px dotted #1A2930;
    padding: 0 0 0.5vw;
  }
}
.flow {
  background-color: #FFF2B4;
  padding: 15rem 0 13rem;
  margin: 13rem 0 0;
}

.flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
  margin: 8rem 0 0;
}

.flow ul li {
  border: 2px solid #1A2930;
  border-radius: 8px;
  background-color: #fff;
  padding: 0 0 3rem;
  min-width: 33rem;
  position: relative;
  /* 矢印配置の基準 */
}

.flow ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  /* li の右端から配置 */
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 3px solid #1A2930;
  border-right: 3px solid #1A2930;
}

.flow ul li .step {
  width: 10rem;
  margin: auto;
  background-color: #1A2930;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1.2rem 0;
  border-radius: 100vw;
  position: relative;
  top: -1.2rem;
}

.flow ul li h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2rem 0;
}

.flow ul li p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.86;
}

.flow ul li p a {
  text-decoration: underline;
  color: #0096DD;
}

@media screen and (max-width: 1024px) {
  .flow {
    margin: 16vw 0 0;
    padding: 14vw 0;
  }
  .flow ul {
    gap: 10vw;
    margin: 12vw 0 0;
  }
  .flow ul li {
    padding: 0 5vw 6vw;
    min-width: auto;
    width: 100%;
  }
  .flow ul li:not(:last-child)::after {
    right: auto;
    top: auto;
    bottom: -5vw;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    width: 3vw;
    height: 3vw;
    border-top: 3px solid #1A2930;
    border-right: 3px solid #1A2930;
  }
  .flow ul li .step {
    width: 20vw;
    font-size: 3.3vw;
    padding: 2.6vw 0;
    top: -2.6vw;
  }
  .flow ul li h3 {
    font-size: 5.3vw;
    margin: 3vw 0 4vw;
  }
  .flow ul li p {
    font-size: 3.6vw;
  }
}
.membership_plans {
  padding: 17.5rem 0 0;
  background-color: #F6F6F6;
}

.membership_plans .title_area .intro {
  margin: 3.5rem 0 0;
  font-size: 1.5rem;
}

.membership_plans .plan_wrap {
  margin: 11rem 0 2.5rem;
}

.membership_plans .plan_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}

.membership_plans .plan_wrap ul li {
  max-width: 47rem;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 6rem 4rem 5rem;
  position: relative;
  border: 3px solid #fff;
}

.membership_plans .plan_wrap ul li .balloon {
  position: absolute;
  top: -3rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.membership_plans .plan_wrap ul li .balloon span {
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.5625;
}

.membership_plans .plan_wrap ul li:nth-child(3) .balloon {
  top: -4.7rem;
}

.membership_plans .plan_wrap ul li:nth-child(3) .balloon span {
  font-size: 1.6rem;
  padding: 1rem 3rem;
  background-color: #1A2930;
  color: #fff;
}

.membership_plans .plan_wrap ul li:nth-child(3) .balloon span::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #1A2930;
}

.membership_plans .plan_wrap ul li:nth-child(2) {
  border: 3px solid #EAC22D;
}

.membership_plans .plan_wrap ul li h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  height: 8.2rem;
  line-height: 1.36;
}

.membership_plans .plan_wrap ul li .t_sec h3 span {
  text-align: center;
  font-weight: 700;
}

.membership_plans .plan_wrap ul li .t_sec p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 2rem 0 0;
}

.membership_plans .plan_wrap ul li .t_sec .price {
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 1.5rem 0;
}

.page-member .membership_plans .plan_wrap ul li .t_sec .price {
  margin: 1.5rem 0 0;
}

.page-member .membership_plans .plan_wrap ul li .t_sec .price_info {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3.5rem;
  height: 1em;
}

.membership_plans .plan_wrap ul li .list {
  min-height: 30rem;
}

.page-member .membership_plans .plan_wrap ul li .list {
  min-height: 27rem;
}

.membership_plans .plan_wrap ul li .list + .list {
  margin: 4rem 0 0;
  min-height: auto;
}

.membership_plans .plan_wrap ul li .list h4 {
  text-align: center;
  background-color: #EAEAEA;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 100vh;
  padding: 0.5rem;
  margin: 0 0 2.5rem;
}

.membership_plans .plan_wrap ul li:nth-child(2) .list h4 {
  background-color: #EAC22D;
}

.membership_plans .plan_wrap ul li:nth-child(3) .list h4 {
  background-color: #1A2930;
  color: #fff;
}

.membership_plans .plan_wrap ul li .list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 2rem;
}

.membership_plans .plan_wrap ul li .list dl:last-child {
  margin: 0;
}

.membership_plans .plan_wrap ul li .list dl dt {
  width: 12rem;
  text-align: right;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 0.1rem 2rem 0 0;
  line-height: 1.47;
}

.membership_plans .plan_wrap ul li .list dl dd {
  font-size: 1.5rem;
  line-height: 1.73;
}

.membership_plans .plan_wrap ul li .list p.none {
  text-align: center;
  font-weight: 700;
  font-size: 1.7rem;
}

.membership_plans .btm_text {
  font-size: 1.4rem;
  line-height: 1.714;
  margin: 0 0 6.5rem;
}

.membership_plans .btn a {
  width: 572px;
  margin: 6.5rem auto 0;
  height: 100px;
  font-size: 2.1rem;
  padding: 0 5rem;
}

.membership_plans .btn a img {
  width: 18.23px;
  height: 16px;
}

@media screen and (max-width: 1024px) {
  .membership_plans {
    padding: 16vw 0 0;
  }
  .membership_plans .title_area .intro {
    margin: 6.5vw 0 0;
    font-size: 3.2vw;
  }
  .membership_plans .wrap {
    width: 100%;
  }
  .membership_plans .plan_wrap {
    margin: 8vw 0 2.5rem;
    padding: 8vw 5vw;
    overflow: scroll;
  }
  .membership_plans .plan_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4vw;
    width: 233vw;
  }
  .membership_plans .plan_wrap ul li {
    max-width: 75vw;
    padding: 12vw 5vw 5vw;
    border: 2px solid #fff;
  }
  .membership_plans .plan_wrap ul li .balloon {
    top: -6vw;
  }
  .membership_plans .plan_wrap ul li .balloon span {
    font-size: 3.3vw;
    line-height: 1.4;
    padding: 1.8vw 4vw;
  }
  .membership_plans .plan_wrap ul li:nth-child(3) .balloon {
    top: -6vw;
  }
  .membership_plans .plan_wrap ul li:nth-child(3) .balloon span {
    font-size: 3.3vw;
    line-height: 1.4;
    padding: 1.8vw 4vw;
  }
  .membership_plans .plan_wrap ul li:nth-child(3) .balloon span::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #1A2930;
  }
  .membership_plans .plan_wrap ul li h3 {
    font-size: 5.7vw;
    height: 18vw;
    line-height: 1.36;
  }
  .membership_plans .plan_wrap ul li .t_sec p {
    font-size: 3.2vw;
    margin: 4.5vw 0 0;
  }
  .membership_plans .plan_wrap ul li .t_sec .price {
    font-size: 7.3vw;
    line-height: 1.8;
    margin: 4.2vw 0;
  }
  .page-member .membership_plans .plan_wrap ul li .t_sec .price_info {
    font-size: 3vw;
    margin: 0 0 6.7vw;
    height: 9.6vw;
    line-height: 1.56;
  }
  .membership_plans .plan_wrap ul li .list {
    min-height: 56vw;
  }
  .membership_plans .plan_wrap ul li .list + .list {
    margin: 5vw 0 0;
  }
  .membership_plans .plan_wrap ul li .list h4 {
    font-size: 3.4vw;
    padding: 1vw;
    margin: 0 0 4vw;
  }
  .membership_plans .plan_wrap ul li .list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 3vw;
  }
  .membership_plans .plan_wrap ul li .list dl:last-child {
    margin: 0;
  }
  .membership_plans .plan_wrap ul li .list dl dt {
    width: 22vw;
    font-size: 3.2vw;
    padding: 0.2rem 2rem 0 0;
    line-height: 1.47;
  }
  .membership_plans .plan_wrap ul li .list dl dd {
    width: 36vw;
    font-size: 3.2vw;
    line-height: 1.73;
  }
  .membership_plans .plan_wrap ul li .list p.none {
    font-size: 2.8vw;
    line-height: 1;
  }
  .membership_plans .btm_text {
    font-size: 3.3vw;
    margin: 0 5vw 8vw;
  }
  .membership_plans .btn a {
    width: 89.33vw;
    margin: 6.5vw auto 0;
    height: 17vw;
    font-size: 4vw;
    padding: 0 8vw;
    line-height: 1.46;
  }
}
.space_plans {
  padding: 17.5rem 0 12.5rem;
  background-color: #F6F6F6;
}

.space_plans .space_list {
  margin: 7rem auto 0;
  max-width: 1200px;
}

.space_plans .space_list ul {
  background-color: #fff;
  border: 1px solid #1A2930;
  border-radius: 8px;
}

.space_plans .space_list ul + ul {
  margin: 3rem 0 0;
}

.space_plans .space_list ul li {
  border-bottom: 1px solid #1A2930;
}

.space_plans .space_list ul li:last-child {
  border-bottom: none;
}

.space_plans .space_list ul li:nth-child(1) {
  background-color: #EAC22D;
  border-radius: 8px 8px 0 0;
}

.space_plans .space_list ul li h3 {
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  padding: 2.5rem 0;
}

.space_plans .space_list ul li dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 12rem;
  padding: 0 6rem;
  gap: 4rem;
}

.space_plans .space_list ul li dl dt {
  width: 19rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid #1A2930;
  border-radius: 100vh;
  padding: 1rem 0;
}

.space_plans .space_list ul li dl dd .hour {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 0 1rem;
}

.space_plans .space_list ul li dl dd p {
  font-size: 1.5rem;
}

.space_plans .btm_text {
  text-align: center;
  padding: 3.5rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .space_plans {
    padding: 20vw 0 14vw;
  }
  .space_plans .space_list {
    margin: 8vw auto 0;
  }
  .space_plans .space_list ul + ul {
    margin: 4.5vw 0 0;
  }
  .space_plans .space_list ul li h3 {
    font-size: 3.8vw;
    padding: 5vw 0;
  }
  .space_plans .space_list ul li dl {
    min-height: auto;
    gap: 4vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 4.5vw 4vw;
  }
  .space_plans .space_list ul li dl dt {
    width: 28vw;
    font-size: 3.5vw;
    padding: 1.5vw 0;
  }
  .space_plans .space_list ul li dl dd .hour {
    font-size: 3.7vw;
    margin: 0 0 2.5vw;
    text-align: center;
  }
  .space_plans .space_list ul li dl dd p {
    font-size: 3vw;
    text-align: center;
    line-height: 1.73;
  }
  .space_plans .btm_text {
    padding: 5vw 0 0;
    font-size: 3.7vw;
    line-height: 1.5;
  }
}
.faq {
  padding: 13rem 0 12rem;
}

.faq .faq_list {
  margin: 6.5rem auto 0;
  max-width: 1200px;
}

.faq_list dl {
  background-color: #F6F6F6;
  padding: 4rem 6rem;
  border-radius: 8px;
  margin: 0 0 2rem;
}

.faq_list dt {
  position: relative;
  cursor: pointer;
  padding: 0 2.5em 0 5rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
}

.faq_list dt span,
.faq_list dd span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1;
}

/* ＋／－（擬似要素で描画） */
.faq_list dt::after,
.faq_list dt::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #1A2930;
}

.faq_list dt::after {
  /* 横棒 */
  right: 0;
  width: 16px;
  height: 2px;
}

.faq_list dt::before {
  /* 縦棒（開いたら非表示） */
  right: 7px;
  width: 2px;
  height: 16px;
}

.faq_list dt[aria-expanded=true]::before {
  display: none;
}

/* 開閉アニメの土台 */
.faq_list dd {
  position: relative;
  margin: 0;
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: height 0.28s ease, opacity 0.2s ease;
  transition: height 0.28s ease, opacity 0.2s ease;
  font-size: 1.5rem;
  line-height: 2.13;
}

.faq_list dd.is-open {
  opacity: 1;
  /* heightはJSでautoに戻すのでここで指定しない */
}

.faq_list dd p {
  margin: 4rem 0 0;
  padding: 0 0 0 5rem;
  position: relative;
}

.faq_list dd p a {
  color: #0096DD;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  .faq {
    padding: 16vw 0 14vw;
  }
  .faq .faq_list {
    margin: 9vw auto 0;
  }
  .faq_list dl {
    padding: 8vw 5vw;
    margin: 0 0 1.8vw;
  }
  .faq_list dt {
    padding: 0 2.5em 0 8vw;
    font-size: 4.2vw;
    line-height: 1.5;
  }
  .faq_list dt span,
  .faq_list dd span {
    font-size: 6.5vw;
  }
  /* ＋／－（擬似要素で描画） */
  .faq_list dt::after,
  .faq_list dt::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #1A2930;
  }
  .faq_list dt::after {
    /* 横棒 */
    right: 0;
    width: 16px;
    height: 2px;
  }
  .faq_list dt::before {
    /* 縦棒（開いたら非表示） */
    right: 7px;
    width: 2px;
    height: 16px;
  }
  .faq_list dt[aria-expanded=true]::before {
    display: none;
  }
  /* 開閉アニメの土台 */
  .faq_list dd {
    font-size: 3.7vw;
  }
  .faq_list dd p {
    margin: 4vw 0 0;
    padding: 0 0 0 8vw;
    line-height: 1.5;
  }
}
.merit {
  background-color: #FDEFA2;
  padding: 13rem 0 8rem;
}

.merit h2 {
  text-align: center;
  font-size: 4.6rem;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.4em;
  margin: 0 0 5.6rem;
  letter-spacing: 0.06em;
}

.merit .voice {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 4rem 0;
  border-radius: 8px;
  text-align: center;
}

.merit .voice h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin: 0.5rem 0 3.5rem;
}

.merit .voice ul li {
  text-align: center;
  margin: 0 0 1rem;
}

.merit .voice ul li:last-child {
  margin: 0;
}

.merit .voice ul li p {
  display: inline-block;
  background-color: #F6F6F6;
  border-radius: 100vh;
  font-size: 2rem;
  padding: 0.5rem 3rem;
}

.merit .btm_text {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 4.5rem 0 5rem;
  line-height: 2.5;
  text-align: center;
}

.merit .btm_text span {
  border-bottom: 2px dotted #1A2930;
  padding: 0 0 1rem;
}

.merit .btn a {
  width: 572px;
  margin: auto;
  height: 100px;
  font-size: 2.1rem;
  padding: 0 5rem;
}

.merit .btn._w a {
  background-color: #fff;
  border: 2px solid #1A2930;
}

.merit .btn._w a:hover {
  background-color: #1A2930;
}

.merit .tokucho {
  background-color: #fff;
  max-width: 1200px;
  margin: 12.5rem auto 5rem;
  padding: 6.5rem 2rem;
  border-radius: 8px;
  border: 2px solid #1A2930;
  position: relative;
}

.merit .tokucho .balloon {
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.merit .tokucho .balloon span {
  background-color: #1A2930;
  color: #fff;
}

.merit .tokucho .balloon span::before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #1A2930;
}

.merit .tokucho h3 {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 3.5rem;
}

.merit .tokucho ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4rem;
  counter-reset: num;
}

.merit .tokucho ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 518px;
  height: 11rem;
  width: 100%;
  background-color: #FCF6E0;
  border-radius: 8px;
  padding: 0 3rem;
}

.merit .tokucho ul li::before {
  counter-increment: num;
  content: counter(num) ".";
  font-size: 2.8rem;
  margin-right: 0.8em;
  font-family: "Poppins";
}

.merit .tokucho ul li p {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

.merit .tokucho > p {
  text-align: center;
  font-size: 1.5rem;
  margin: 2rem 0 0;
}

.merit .price_box {
  margin: 5rem 0 0;
}

.merit .price_box .ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}

.merit .price_box .price_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4rem 0 0;
}

.merit .price_box .price_wrap .p_icon {
  background-color: #1A2930;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.8rem 1.2rem;
  border-radius: 100vh;
}

.merit .price_box .price_wrap .price {
  font-size: 5.5rem;
  font-weight: 600;
  padding: 0 0.5rem 0 1rem;
}

.merit .price_box .price_wrap .tax {
  font-size: 2.2rem;
  font-weight: 700;
  bottom: -0.7rem;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .merit {
    padding: 16vw 0;
  }
  .merit h2 {
    font-size: 5.8vw;
    line-height: 1.93;
    text-decoration-thickness: 3px;
    text-underline-offset: 0.4em;
    margin: 0 0 9vw;
  }
  .merit .voice {
    padding: 6.5vw 0;
  }
  .merit .voice .icon {
    width: 7.4vw;
    margin: auto;
  }
  .merit .voice h3 {
    font-size: 4.2vw;
    margin: 2.5vw 0 4.5vw;
  }
  .merit .voice ul li {
    margin: 0 0 1.4vw;
  }
  .merit .voice ul li p {
    font-size: 3.2vw;
    padding: 1vw 2.8vw;
    line-height: 1.5;
    text-align: center;
  }
  .merit .btm_text {
    font-size: 3.5vw;
    margin: 6.5vw 0;
  }
  .merit .btm_text span {
    padding: 0 0 1vw;
  }
  .merit .btn a {
    width: 100%;
    margin: 6.5vw auto 0;
    height: 17vw;
    font-size: 4vw;
    padding: 0 8vw;
    line-height: 1.46;
  }
  .merit .tokucho {
    margin: 17vw auto 5.4vw;
    padding: 10vw 4vw;
  }
  .merit .tokucho .balloon {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .merit .tokucho .balloon span::before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 17px solid #1A2930;
  }
  .merit .tokucho h3 {
    font-size: 4.6vw;
    margin: 0 0 6.5vw;
  }
  .merit .tokucho ul {
    gap: 1vw;
  }
  .merit .tokucho ul li {
    max-width: 100%;
    height: auto;
    padding: 5vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .merit .tokucho ul li::before {
    font-size: 4vw;
    margin-right: 3vw;
  }
  .merit .tokucho ul li p {
    font-size: 3.4vw;
    line-height: 1.5;
  }
  .merit .tokucho > p {
    text-align: left;
    font-size: 3.2vw;
    margin: 3.5vw 0 0;
  }
  .merit .price_box {
    margin: 7vw 0 0;
  }
  .merit .price_box .ttl {
    text-align: center;
    font-size: 4vw;
  }
  .merit .price_box .price_wrap {
    margin: 6.2vw 0 0;
  }
  .merit .price_box .price_wrap .p_icon {
    font-size: 3.2vw;
    padding: 0.8rem 1.2rem;
  }
  .merit .price_box .price_wrap .price {
    font-size: 9.2vw;
    padding: 0 0.5rem 0 1rem;
  }
  .merit .price_box .price_wrap .tax {
    font-size: 4vw;
    bottom: -0.5vw;
  }
}
.account {
  padding: 17rem 0 20rem;
}

.account .title_area {
  margin-bottom: 80px;
}

.account .content {
  position: relative;
}

.account .content figure {
  position: absolute;
  top: -4rem;
  right: 53.125%;
  width: 46.875vw;
  max-width: 900px;
}

.account .content .in {
  width: 710px;
  margin-left: auto;
}

.account .content .in .title03 {
  margin: 0 0 2.5rem;
  font-size: 4.2rem;
  font-weight: bold;
}

.account .content .in .btn {
  margin-top: 3.5rem;
}

.account .content .in .btn + .btn {
  margin-top: 15px;
}

.account .content .in .btn a {
  gap: 34px;
  width: 57.2rem;
  height: 10rem;
  padding: 0 2.4rem 0 5rem;
  font-size: 2.1rem;
  border: 2px solid #1A2930;
}

.account .content .in .btn a img.icon {
  position: unset;
  width: 30.39px;
  height: 32.52px;
  margin: 0;
}

.account .content .in .btn + .btn a {
  gap: 26px;
  padding: 0 63px;
  border: 2px solid #1A2930;
}

.account .content .in .btn + .btn a img.icon {
  width: 44.98px;
  height: 35.66px;
  -webkit-filter: invert(0);
          filter: invert(0);
}

.account .content .in .btn + .btn a:hover img.icon {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.account .content .in .btn a .arrow img {
  right: 2.4rem;
  width: 18.23px;
  height: 16px;
}

@media screen and (max-width: 1700px) {
  .account {
    padding: 9.09vw 0 16.23vw;
  }
  .account .title_area {
    margin-bottom: 5.19vw;
  }
  .account .content figure {
    width: 48%;
  }
  .account .content .in {
    width: 48%;
  }
  .account .content .in .title03 {
    margin-bottom: 1.94vw;
    font-size: 2.72vw;
  }
  .account .content .in .btn {
    margin-top: 3.89vw;
  }
  .account .content .in .btn + .btn {
    margin-top: 0.97vw;
  }
  .account .content .in .btn a {
    gap: 2.2vw;
    height: 6.49vw;
    padding: 0 4.54vw;
    font-size: 1.55vw;
  }
  .account .content .in .btn + .btn a {
    gap: 1.68vw;
    padding: 0 4.09vw;
  }
  .account .content .in .btn a img.icon {
    width: 1.97vw;
    height: 2.11vw;
  }
  .account .content .in .btn + .btn a img.icon {
    width: 2.92vw;
    height: 2.31vw;
  }
  .account .content .in .btn a .arrow img {
    right: 2.91vw;
    width: 1.18vw;
    height: 1.03vw;
  }
}
@media screen and (max-width: 1024px) {
  .account {
    padding: 6vw 0 16vw;
  }
  .account .content figure {
    position: unset;
    width: 89.33vw;
    margin: 0 auto 8vw;
  }
  .account .content .in {
    width: 100%;
    margin-left: 0;
  }
  .account .content .in .title03 {
    margin-bottom: 8vw;
    font-size: 6.13vw;
    text-align: center;
  }
  .account .content .in .btn {
    margin-top: 8vw;
  }
  .account .content .in .btn + .btn {
    margin-top: 2.66vw;
  }
  .account .content .in .btn a {
    width: 100%;
    height: 17vw;
    font-size: 4vw;
    padding: 0 8vw;
    line-height: 1.46;
  }
  .account .content .in .btn a img.icon {
    width: 4.86vw;
    height: 5.2vw;
  }
  .account .content .in .btn + .btn a {
    gap: 3.33vw;
    padding: 0 6.66vw;
    border: 0.4vw solid #1A2930;
  }
  .account .content .in .btn + .btn a img.icon {
    width: 7.19vw;
    height: 5.7vw;
  }
  .account .content .in .btn a .arrow img {
    right: 3.33vw;
    width: 4vw;
    height: 3.51vw;
  }
}
.btn_yellow {
  margin-bottom: 0;
}
.btn_yellow a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42rem;
  height: 10rem;
  font-size: 2rem;
  color: #1A2930;
  font-weight: 700;
  background: #EAC22D;
  border-radius: 8rem;
}
@media screen and (max-width: 1540px) {
  .btn_yellow a {
    width: 27.2727272727vw;
    height: 6.4935064935vw;
    font-size: 1.2987012987vw;
    border-radius: 5.1948051948vw;
  }
}
@media screen and (max-width: 1024px) {
  .btn_yellow a {
    width: 89.3333333333vw;
    height: 21.3333333333vw;
    font-size: 4.6666666667vw;
    border-radius: 10.6666666667vw;
  }
}
.btn_yellow a img {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1540px) {
  .btn_yellow a img {
    right: 2.5974025974vw;
    width: 1.038961039vw;
  }
}
@media screen and (max-width: 1024px) {
  .btn_yellow a img {
    right: 12vw;
    width: 4vw;
  }
}

.btn_dl a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  width: 62rem;
  height: 10rem;
  margin: auto;
  font-size: 2rem;
  color: #2558B4;
  font-weight: 700;
  background: #fff;
  border: 0.2rem solid #2558B4;
  -webkit-box-shadow: 0 0.5rem 0 #2558B4;
          box-shadow: 0 0.5rem 0 #2558B4;
  border-radius: 8rem;
}
@media screen and (max-width: 1540px) {
  .btn_dl a {
    gap: 1.2987012987vw;
    width: 40.2597402597vw;
    height: 6.4935064935vw;
    font-size: 1.2987012987vw;
    -webkit-box-shadow: 0 0.3246753247vw 0 #2558B4;
            box-shadow: 0 0.3246753247vw 0 #2558B4;
    border-radius: 5.1948051948vw;
  }
}
@media screen and (max-width: 1024px) {
  .btn_dl a {
    gap: 4.6666666667vw;
    width: 89.3333333333vw;
    height: 21.3333333333vw;
    font-size: 4.4vw;
    border: 0.5333333333vw solid #2558B4;
    -webkit-box-shadow: 0 1.3333333333vw 0 #2558B4;
            box-shadow: 0 1.3333333333vw 0 #2558B4;
    border-radius: 10.6666666667vw;
  }
}
.btn_dl a img {
  width: 2.6rem;
}
@media screen and (max-width: 1540px) {
  .btn_dl a img {
    width: 1.6883116883vw;
  }
}
@media screen and (max-width: 1024px) {
  .btn_dl a img {
    width: 5.6vw;
  }
}
.btn_dl + p {
  margin-top: 1em;
  text-align: center;
}

.btn_blue a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 42rem;
  height: 10rem;
  margin: 0 auto 1rem;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  background: #2558B4;
  -webkit-box-shadow: 0 0.5rem 0 #204079;
          box-shadow: 0 0.5rem 0 #204079;
  border-radius: 8rem;
}
@media screen and (max-width: 1540px) {
  .btn_blue a {
    width: 27.2727272727vw;
    height: 6.4935064935vw;
    font-size: 1.2987012987vw;
    border-radius: 5.1948051948vw;
  }
}
@media screen and (max-width: 1024px) {
  .btn_blue a {
    width: 89.3333333333vw;
    height: 21.3333333333vw;
    font-size: 5.2vw;
    border-radius: 10.6666666667vw;
  }
}
.btn_blue a img {
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 1.6rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1540px) {
  .btn_blue a img {
    right: 2.5974025974vw;
    width: 1.038961039vw;
  }
}
@media screen and (max-width: 1024px) {
  .btn_blue a img {
    right: 6vw;
    width: 4vw;
  }
}
.btn_blue + p {
  margin-top: 1em;
  text-align: center;
  line-height: 1.2;
}
.btn_blue + p + p {
  margin-bottom: 2em;
  text-align: center;
}
.btn_blue + p + p a {
  color: #0096DD;
  text-decoration: underline;
}

.balloon span {
  border-radius: 0.5rem;
}

.introduction {
  margin: 6rem 0 0;
}
@media screen and (max-width: 1540px) {
  .introduction {
    margin: 3.8961038961vw 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .introduction {
    margin: 16vw 0 0;
  }
}
.introduction .title_area {
  margin-bottom: 7rem;
}
@media screen and (max-width: 1540px) {
  .introduction .title_area {
    margin-bottom: 4.5454545455vw;
  }
}
@media screen and (max-width: 1024px) {
  .introduction .title_area {
    margin-bottom: 6.6666666667vw;
  }
}
.introduction .title_area .title02 {
  margin-bottom: 0.2em;
  font-size: 7rem;
  text-decoration: none;
  line-height: 1.25;
}
@media screen and (max-width: 1540px) {
  .introduction .title_area .title02 {
    font-size: 4.5454545455vw;
  }
}
@media screen and (max-width: 1024px) {
  .introduction .title_area .title02 {
    margin-bottom: 4vw;
    font-size: 7.0666666667vw;
  }
}
.introduction .title_area p {
  font-size: 2rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.8em;
}
@media screen and (max-width: 1540px) {
  .introduction .title_area p {
    font-size: 1.2987012987vw;
  }
}
@media screen and (max-width: 1024px) {
  .introduction .title_area p {
    font-size: 3.7333333333vw;
  }
}
.introduction ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .introduction ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.3333333333vw;
  }
}
.introduction ul li {
  position: relative;
  max-width: 690px;
  width: 100%;
  border: 0.3rem solid #EAC22D;
  border-radius: 8px;
  padding: 4rem;
}
@media screen and (max-width: 1540px) {
  .introduction ul li {
    padding: 2.5974025974vw;
  }
}
@media screen and (max-width: 1024px) {
  .introduction ul li {
    max-width: none;
    padding: 5.3333333333vw 4.5333333333vw;
  }
}
.introduction ul li:nth-child(2) {
  border: 0.3rem solid #1A2930;
}
.introduction ul li figure {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1540px) {
  .introduction ul li figure {
    margin-bottom: 1.9480519481vw;
  }
}
@media screen and (max-width: 1024px) {
  .introduction ul li figure {
    margin-bottom: 3.1066666667vw;
  }
}
.introduction ul li h3 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .introduction ul li h3 {
    margin-bottom: 3.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
.introduction ul li p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.821;
}
@media screen and (max-width: 1024px) {
  .introduction ul li p {
    font-size: 3.7333333333vw;
  }
}

.page-member .introduction ul li:nth-child(1) {
  padding: 4.5rem 1rem 2rem;
}
@media screen and (max-width: 1024px) {
  .page-member .introduction ul li:nth-child(1) {
    max-width: 100%;
    padding: 10vw 3vw 6.5vw;
    position: relative;
  }
}
.page-member .introduction ul li:nth-child(1) h3 {
  margin: 0;
}

.consultation {
  background: #F6F6F6;
}
.consultation h2 {
  text-decoration-color: #EAC22D;
}
.consultation .banner {
  max-width: 50rem;
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 1540px) {
  .consultation .banner {
    margin: 2.9220779221vw auto 0;
  }
}
@media screen and (max-width: 1024px) {
  .consultation .banner {
    margin: 10.6666666667vw auto 0;
  }
}

.membership_plans {
  padding: 0 0 0.1rem;
}
.membership_plans .title_area {
  padding: 8rem 0 7.5rem;
  background: #F1D46B;
}
@media screen and (max-width: 1540px) {
  .membership_plans .title_area {
    padding: 5.1948051948vw 0 4.8701298701vw;
  }
}
@media screen and (max-width: 1024px) {
  .membership_plans .title_area {
    padding: 12.8vw 0 10.1333333333vw;
  }
}
.membership_plans .plan_wrap ul li .list h4 {
  border-radius: 0.5rem;
}

.merit .btn._w a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42rem;
  height: 10rem;
  border-radius: 8rem;
}
@media screen and (max-width: 1540px) {
  .merit .btn._w a {
    width: 27.2727272727vw;
    height: 6.4935064935vw;
    border-radius: 5.1948051948vw;
  }
}
@media screen and (max-width: 1024px) {
  .merit .btn._w a {
    width: 89.3333333333vw;
    height: 21.3333333333vw;
    font-size: 4.6666666667vw;
    border-radius: 10.6666666667vw;
  }
}
.merit .btn._w a img {
  right: 4rem;
  width: 1.6rem;
}
@media screen and (max-width: 1540px) {
  .merit .btn._w a img {
    right: 2.5974025974vw;
    width: 1.038961039vw;
  }
}
@media screen and (max-width: 1024px) {
  .merit .btn._w a img {
    right: 6.1333333333vw;
    width: 4vw;
  }
}
.merit .btn_blue + p {
  margin-bottom: 0;
}

.client .account .content .in .btn_area {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.client .account .content .in .btn_area .btn_blue {
  margin-top: 2rem;
}
@media screen and (max-width: 1024px) {
  .client .account .content .in .btn_area .btn_blue {
    margin-top: 8vw;
  }
}
.client .account .content .in .btn_area .btn_blue a {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .client .account .content .in .btn_area .btn_blue a {
    margin: auto;
  }
}
.client .account .content .in .btn_area .btn {
  margin-top: 0;
}
.client .account .content .in .btn_area .btn._w a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42rem;
  height: 10rem;
  font-size: 2rem;
  border-radius: 8rem;
}
@media screen and (max-width: 1540px) {
  .client .account .content .in .btn_area .btn._w a {
    width: 27.2727272727vw;
    height: 6.4935064935vw;
    font-size: 1.2987012987vw;
    border-radius: 5.1948051948vw;
  }
}
@media screen and (max-width: 1024px) {
  .client .account .content .in .btn_area .btn._w a {
    width: 89.3333333333vw;
    height: 21.3333333333vw;
    font-size: 4.6666666667vw;
    border-radius: 10.6666666667vw;
  }
}
.client .account .content .in .btn_area .btn._w a img {
  right: 4rem;
  width: 1.6rem;
}
@media screen and (max-width: 1540px) {
  .client .account .content .in .btn_area .btn._w a img {
    right: 2.5974025974vw;
    width: 1.038961039vw;
  }
}
@media screen and (max-width: 1024px) {
  .client .account .content .in .btn_area .btn._w a img {
    right: 6.1333333333vw;
    width: 4vw;
  }
}

@media screen and (max-width: 1540px) {
  .future .title_area p.en {
    font-size: 4.5454545455vw;
  }
}
@media screen and (max-width: 1024px) {
  .future .title_area p.en {
    font-size: 7.0666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .future .future_list {
    margin: 10vw 0 9.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .future .future_list dl {
    position: relative;
    display: block;
    padding-top: 25.3333333333vw;
    margin: 20.2666666667vw 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .future .future_list dl dt {
    position: absolute;
    top: -20.2666666667vw;
    left: 50%;
    width: 81.3333333333vw;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  .future .future_list dl dd {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .future .future_list .slick-prev,
  .future .future_list .slick-next {
    top: 40%;
    width: 8vw;
    height: 8vw;
    z-index: 2;
  }
}
.future .future_list .slick-prev:before,
.future .future_list .slick-next:before {
  display: none;
}
@media screen and (max-width: 1024px) {
  .future .future_list .slick-prev {
    left: -2vw;
    background: url(../img/client/arrow_slide_prev.svg) no-repeat center center;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 1024px) {
  .future .future_list .slick-next {
    right: -2vw;
    background: url(../img/client/arrow_slide_next.svg) no-repeat center center;
    background-size: 100% auto;
  }
}
.future .future_list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.future .future_list .slick-slide {
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .future .future_list .slick-dots {
    position: unset;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.2666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .future .future_list .slick-dots li {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .future .future_list .slick-dots li button {
    width: 2.2666666667vw;
    height: 2.2666666667vw;
  }
}
.future .future_list .slick-dots li button:before {
  background: #EBEBEB;
}
.future .future_list .slick-dots li.slick-active button:before {
  background: #1A2930;
}