@charset "UTF-8";
.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;
  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: flex;
    flex-wrap: wrap;
  }
  .main_title_area .main_title {
    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;
    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%;
  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: flex;
  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 {
    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: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.concerns ul li {
  border: 5px solid #E6E7E8;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  min-width: 35rem;
  min-height: 14rem;
}
.page-member .concerns ul li {
  border: 5px solid rgba(234, 194, 45, .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: flex;
  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: flex;
  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;
  justify-content: center;
}
.page-member .future .item_slide {
  margin: 10rem 0 0;
}
.page-member .future .item_slide div {
  display: flex;
  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 {
    flex-wrap: wrap;
    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: flex;
  justify-content: space-between;
  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: 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: flex;
  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 {
    flex-wrap: wrap;
    gap: 5.5vw;
    padding: 10vw 5vw;
  }
  .used_service dl dt {
    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 {
    order: 1;
    flex-wrap: wrap;
    justify-content: center;
  }
  .used_service dl dd .graph {
    width: 60vw;
    margin: 0 0 4.5vw;
  }
  .used_service dl dd .percent {
    display: flex;
    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 {
    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: flex;
    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: flex;
  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%;
  object-fit: cover;
  transition: 1s all;
}
.examples .news_content .article_area li a:hover figure img {
  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: flex;
    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%;
    object-fit: cover;
    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: flex;
  width: 100%;
  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;
    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: flex;
  flex-wrap: wrap;
  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%;
  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%;
    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: 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: flex;
  justify-content: 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: 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: 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: 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 {
  align-items: center;
  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;
    flex-wrap: wrap;
    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%;
  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;
  transition: height .28s ease, opacity .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%;
    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: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.4rem;
  counter-reset: num;
}
.merit .tokucho ul li {
  display: flex;
  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: flex;
  justify-content: 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;
    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;
  filter: invert(0);
}
.account .content .in .btn + .btn a:hover img.icon {
  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;
  }
}
@media screen and (max-width: 1024px) {}