/* Sass Document */
main {
  position: relative;
}

@media screen and (max-width: 640px) {
  .wrap {
    width: 86.6666666667vw;
  }
}

#breadcrumb ul {
  position: absolute;
  top: 2rem;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #breadcrumb ul {
    top: 1.6666666667vw;
    gap: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #breadcrumb ul {
    top: 2.6666666667vw;
    gap: 2.6666666667vw;
  }
}
#breadcrumb ul li {
  font-size: 1.2rem;
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  #breadcrumb ul li {
    font-size: 1vw;
  }
}
@media screen and (max-width: 640px) {
  #breadcrumb ul li {
    font-size: 2.6666666667vw;
  }
}
#breadcrumb ul li + li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #breadcrumb ul li + li {
    gap: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #breadcrumb ul li + li {
    gap: 2.6666666667vw;
  }
}
#breadcrumb ul li + li:before {
  content: "";
  display: block;
  width: 1rem;
  height: 0.1rem;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  #breadcrumb ul li + li:before {
    width: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #breadcrumb ul li + li:before {
    width: 2.6666666667vw;
  }
}
#breadcrumb ul li a {
  color: #fff;
}

#main_title_area {
  padding: 22rem 0;
  background: url(../img/beginners/bg_main_title_area.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  #main_title_area {
    padding: 18.3333333333vw 0;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area {
    padding: 26.1333333333vw 0;
    background: url(../img/beginners/bg_main_title_area_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
#main_title_area .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.5rem;
}
@media screen and (max-width: 1024px) {
  #main_title_area .wrap {
    gap: 7.9166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.6666666667vw;
  }
}
#main_title_area .wrap .logo {
  width: 24.27rem;
  margin-left: 4rem;
}
@media screen and (max-width: 1024px) {
  #main_title_area .wrap .logo {
    width: 20.225vw;
    margin-left: 3.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area .wrap .logo {
    width: 41.9546666667vw;
    margin: 0 auto;
  }
}
#main_title_area .wrap .txt_area #main_title {
  margin-bottom: 4.4rem;
  font-size: 4.6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5217;
}
@media screen and (max-width: 1024px) {
  #main_title_area .wrap .txt_area #main_title {
    margin-bottom: 3.6666666667vw;
    font-size: 3.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area .wrap .txt_area #main_title {
    margin-bottom: 8.8vw;
    font-size: 5.3333333333vw;
    text-align: center;
  }
}
#main_title_area .wrap .txt_area p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  #main_title_area .wrap .txt_area p {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #main_title_area .wrap .txt_area p {
    font-size: 3.4666666667vw;
    line-height: 1.923;
  }
}

#solve_problem {
  position: relative;
  padding: 11rem 0 12.5rem;
  background: #262323;
}
@media screen and (max-width: 1024px) {
  #solve_problem {
    padding: 9.1666666667vw 0 10.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem {
    padding: 21.3333333333vw 0 16vw;
  }
}
#solve_problem .wrap {
  position: relative;
  z-index: 2;
}
#solve_problem .title_area * {
  color: #fff;
}
#solve_problem .center {
  max-width: 82rem;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 1024px) {
  #solve_problem .center {
    margin: 0 auto 6.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem .center {
    margin: 0 auto 18.6666666667vw;
  }
}
#solve_problem .center p {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  line-height: 1.866;
}
@media screen and (max-width: 1024px) {
  #solve_problem .center p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem .center p {
    font-size: 3.4666666667vw;
    text-align: left;
    line-height: 1.923;
  }
}
#solve_problem #page_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav {
    gap: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav {
    gap: 1.3333333333vw;
  }
}
#solve_problem #page_nav .page_nav_in {
  width: calc((100% - 6rem) / 4);
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in {
    width: calc((100% - 5vw) / 4);
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav .page_nav_in {
    width: calc((100% - 1.3333333333vw) / 2);
  }
}
#solve_problem #page_nav .page_nav_in 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: 100%;
  aspect-ratio: 1/0.8421052632;
  background: #F4F1F0;
  background-image: linear-gradient(-45deg, #B59768 5rem, transparent 0);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in a {
    background-image: linear-gradient(-45deg, #B59768 4.1666666667vw, transparent 0);
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav .page_nav_in a {
    background-image: linear-gradient(-45deg, #B59768 8vw, transparent 0);
    border-radius: 1.3333333333vw;
  }
}
#solve_problem #page_nav .page_nav_in a .problem {
  position: absolute;
  top: 2.4rem;
  left: 2rem;
  font-size: 1.4rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in a .problem {
    top: 0.8333333333vw;
    left: 0.8333333333vw;
    font-size: 1.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav .page_nav_in a .problem {
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    font-size: 2.6666666667vw;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    letter-spacing: 0;
  }
}
#solve_problem #page_nav .page_nav_in a .number {
  position: absolute;
  top: 2.9rem;
  right: 1.5rem;
  font-size: 2.5rem;
  color: #B59768;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in a .number {
    top: 2.4166666667vw;
    right: 1.25vw;
    font-size: 2.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav .page_nav_in a .number {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    font-size: 4vw;
  }
}
#solve_problem #page_nav .page_nav_in a .txt {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in a .txt {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav .page_nav_in a .txt {
    font-size: 3.4666666667vw;
    line-height: 1.3846;
  }
}
#solve_problem #page_nav .page_nav_in a .arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in a .arrow {
    bottom: 1.25vw;
    right: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav .page_nav_in a .arrow {
    bottom: 2.1333333333vw;
    right: 2.1333333333vw;
  }
}
#solve_problem #page_nav .page_nav_in a .arrow .dli-arrow-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.15rem;
  height: 1.1rem;
  background: currentColor;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in a .arrow .dli-arrow-down {
    width: 0.125vw;
    height: 0.9166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav .page_nav_in a .arrow .dli-arrow-down {
    width: 0.5333333333vw;
    height: 2.4vw;
    border-radius: 0.2666666667vw;
  }
}
#solve_problem #page_nav .page_nav_in a .arrow .dli-arrow-down::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.15rem solid currentColor;
  border-top: 0;
  border-right: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  position: absolute;
  left: 50%;
  bottom: -0.05em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in a .arrow .dli-arrow-down::before {
    width: 0.6666666667vw;
    height: 0.6666666667vw;
    border: 0.125vw solid currentColor;
    border-top: 0;
    border-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #solve_problem #page_nav .page_nav_in a .arrow .dli-arrow-down::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border: 0.5333333333vw solid currentColor;
    border-top: 0;
    border-right: 0;
    border-radius: 0.2666666667vw;
  }
}
#solve_problem #page_nav .page_nav_in a:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #solve_problem #page_nav .page_nav_in a:hover {
    -webkit-transform: translateY(-0.8333333333vw);
            transform: translateY(-0.8333333333vw);
  }
}
#solve_problem #page_nav .page_nav_in a:hover .txt {
  color: #B59768;
}

#reason {
  padding: 10rem 0 12rem;
  background: #F4F1F0;
}
@media screen and (max-width: 1024px) {
  #reason {
    padding: 8.3333333333vw 0 10vw;
  }
}
@media screen and (max-width: 640px) {
  #reason {
    padding: 16vw 0 16vw;
  }
}
#reason .wrap {
  max-width: 120rem;
}
#reason .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  #reason .point_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8.5333333333vw;
  }
}
#reason .point_list.pt01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#reason .point_list + .point_list {
  margin-top: 8rem;
  padding-top: 8rem;
  background-image: repeating-linear-gradient(90deg, #111, #111 0.2rem, transparent 0.2rem, transparent 0.6rem);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 0.1rem;
}
@media screen and (max-width: 1024px) {
  #reason .point_list + .point_list {
    margin-top: 6.6666666667vw;
    padding-top: 6.6666666667vw;
    background-image: repeating-linear-gradient(90deg, #111, #111 0.1666666667vw, transparent 0.1666666667vw, transparent 0.5vw);
  }
}
@media screen and (max-width: 640px) {
  #reason .point_list + .point_list {
    margin-top: 13.3333333333vw;
    padding-top: 13.3333333333vw;
    background-image: repeating-linear-gradient(90deg, #111, #111 0.5333333333vw, transparent 0.5333333333vw, transparent 1.6vw);
  }
}
#reason .point_list figure {
  position: relative;
  max-width: 43rem;
  width: 35.8333333333%;
}
@media screen and (max-width: 640px) {
  #reason .point_list figure {
    max-width: none;
    width: 100%;
  }
}
#reason .point_list figure:before {
  content: "";
  position: absolute;
  top: 1rem;
  right: -1rem;
  width: 100%;
  aspect-ratio: 1/0.6976744186;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  #reason .point_list figure:before {
    top: 0.8333333333vw;
    right: -0.8333333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #reason .point_list figure:before {
    top: 2.6666666667vw;
    right: -2.6666666667vw;
    aspect-ratio: 1/0.6984615385;
    border-radius: 1.3333333333vw;
  }
}
#reason .point_list figure img {
  position: relative;
  z-index: 2;
}
#reason .point_list .in {
  position: relative;
  max-width: 70rem;
  width: 58.3333333333%;
}
@media screen and (max-width: 640px) {
  #reason .point_list .in {
    max-width: none;
    width: 100%;
  }
}
#reason .point_list .in .point_number {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  color: #B59768;
}
@media screen and (max-width: 1024px) {
  #reason .point_list .in .point_number {
    margin-bottom: 2.5vw;
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #reason .point_list .in .point_number {
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
}
#reason .point_list .in .number {
  position: absolute;
  top: 1.8rem;
  right: 0;
  font-size: 10rem;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  #reason .point_list .in .number {
    top: 1.5vw;
    font-size: 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #reason .point_list .in .number {
    top: 2.6666666667vw;
    font-size: 16vw;
  }
}
#reason .point_list .in .titl03 {
  position: relative;
  margin-bottom: 2.8rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #reason .point_list .in .titl03 {
    margin-bottom: 2.3333333333vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #reason .point_list .in .titl03 {
    margin-bottom: 7.4666666667vw;
    font-size: 4.8vw;
  }
}
#reason .point_list .in .txt p {
  font-size: 1.5rem;
  line-height: 1.7333;
}
@media screen and (max-width: 1024px) {
  #reason .point_list .in .txt p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #reason .point_list .in .txt p {
    font-size: 3.4666666667vw;
    line-height: 1.923;
  }
}
#reason .point_list .in .txt ul {
  margin: 3rem 0;
}
@media screen and (max-width: 1024px) {
  #reason .point_list .in .txt ul {
    margin: 2.5vw 0;
  }
}
@media screen and (max-width: 640px) {
  #reason .point_list .in .txt ul {
    margin: 8vw 0;
  }
}
#reason .point_list .in .txt ul li {
  font-size: 1.5rem;
  line-height: 1.7333;
}
@media screen and (max-width: 1024px) {
  #reason .point_list .in .txt ul li {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #reason .point_list .in .txt ul li {
    font-size: 3.4666666667vw;
    line-height: 1.923;
  }
}
#reason .point_list .in .txt ul li a {
  color: #1168B4;
  text-decoration: underline;
}
#reason .point_list .in .txt .mt1em {
  margin-top: 2em;
}
#reason .point_list .in .txt a {
  color: #1168B4;
  text-decoration: underline;
}

#preparation {
  padding: 10rem 0 12rem;
  background: -webkit-gradient(linear, left top, right top, from(#191618), color-stop(50%, #191618), color-stop(50%, #262323), to(#262323));
  background: linear-gradient(to right, #191618 0%, #191618 50%, #262323 50%, #262323 100%);
}
@media screen and (max-width: 1024px) {
  #preparation {
    padding: 8.3333333333vw 0 10vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation {
    padding: 16vw 0 18.6666666667vw;
    border-radius: 13.3333333333vw 13.3333333333vw 0 0;
  }
}
#preparation .title_area * {
  color: #fff;
}
#preparation .center {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1024px) {
  #preparation .center {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .center {
    margin-bottom: 10.6666666667vw;
  }
}
#preparation .center p {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  line-height: 1.7647;
}
@media screen and (max-width: 1024px) {
  #preparation .center p {
    font-size: 1.4166666667vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .center p {
    font-size: 3.4666666667vw;
    text-align: left;
    line-height: 1.923;
  }
}
#preparation .w_box {
  max-width: 120rem;
  padding: 5rem 7.2rem 4rem;
  margin: auto;
  background: #fff;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box {
    padding: 4.1666666667vw 5vw 3.3333333333vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box {
    padding: 7.4666666667vw 4.8vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
#preparation .w_box .title03 {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  background-image: repeating-linear-gradient(90deg, #111, #111 0.2rem, transparent 0.2rem, transparent 0.6rem);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 0.1rem;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box .title03 {
    padding-bottom: 3.3333333333vw;
    margin-bottom: 3.3333333333vw;
    font-size: 2.5vw;
    background-image: repeating-linear-gradient(90deg, #111, #111 0.1666666667vw, transparent 0.1666666667vw, transparent 0.5vw);
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box .title03 {
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    background-image: repeating-linear-gradient(90deg, #111, #111 0.5333333333vw, transparent 0.5333333333vw, transparent 1.6vw);
  }
}
#preparation .w_box .identification_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.2rem;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box .identification_box {
    gap: 0.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box .identification_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box .identification_box figure {
    width: calc((100% - 0.5333333333vw) / 2);
  }
}
#preparation .w_box .identification_box figure img {
  width: 100%;
}
#preparation .w_box dl {
  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: 100%;
  height: 6rem;
  background: #B59768;
  border-radius: 0 0 1rem 1rem;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box dl {
    height: 5vw;
    border-radius: 0 0 0.8333333333vw 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    padding: 2.6666666667vw 0 3.2vw;
    margin-top: 0.5333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
}
#preparation .w_box dl dt {
  padding-right: 2.6rem;
  margin-right: 3.5rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1.6;
  background-image: repeating-linear-gradient(#fff, #fff 0.2rem, transparent 0.2rem, transparent 0.6rem);
  background-position: top right;
  background-repeat: repeat-y;
  background-size: 0.2rem 100%;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box dl dt {
    padding-right: 2.1666666667vw;
    margin-right: 2.9166666667vw;
    font-size: 1.6666666667vw;
    background-image: repeating-linear-gradient(#fff, #fff 0.1666666667vw, transparent 0.1666666667vw, transparent 0.5vw);
    background-size: 0.1666666667vw 100%;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box dl dt {
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 3.2vw;
    font-size: 3.4666666667vw;
    text-align: center;
    background-image: none;
  }
}
#preparation .w_box dl dd {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box dl dd {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box dl dd {
    font-size: 2.9333333333vw;
  }
  #preparation .w_box dl dd span {
    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: 72vw;
    height: 7.4666666667vw;
    margin: auto;
    color: #A88956;
    background: #fff;
    border-radius: 0.8vw;
  }
  #preparation .w_box dl dd span + span {
    margin: 1.0666666667vw auto 0;
  }
}
#preparation .w_box .center {
  margin: 3rem 0 4.6rem;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box .center {
    margin: 2.5vw 0 3.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box .center {
    margin: 5.8666666667vw 0 7.4666666667vw;
  }
}
#preparation .w_box .center p {
  color: #111;
}
#preparation .w_box .center .fwb {
  font-weight: 600;
}
#preparation .w_box .g_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 4.8rem;
  background: #F5F5F7;
  border-radius: 1rem;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box .g_box {
    padding: 2.5vw 4vw;
    border-radius: 0.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box .g_box {
    display: block;
    padding: 5.3333333333vw 4.8vw;
    border-radius: 1.3333333333vw;
  }
}
#preparation .w_box .g_box .in {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box .g_box .in {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box .g_box .in {
    width: 100%;
  }
}
#preparation .w_box .g_box .in p {
  font-size: 1.4rem;
  line-height: 2.142;
}
@media screen and (max-width: 1024px) {
  #preparation .w_box .g_box .in p {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #preparation .w_box .g_box .in p {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}

#voice {
  padding: 12rem 0 13.5rem;
  background: #EFECEB;
}
@media screen and (max-width: 1024px) {
  #voice {
    padding: 10vw 0 11.25vw;
  }
}
@media screen and (max-width: 640px) {
  #voice {
    padding: 16vw 0;
  }
}
#voice .title_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 6.4rem;
}
@media screen and (max-width: 1024px) {
  #voice .title_flex {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .title_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
#voice .title_flex .title_area {
  margin-bottom: 0;
}
#voice .title_flex .title_area * {
  text-align: left;
}
@media screen and (max-width: 640px) {
  #voice .title_flex .title_area * {
    text-align: center;
  }
}
#voice .title_flex .avarage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1.9rem;
}
@media screen and (max-width: 1024px) {
  #voice .title_flex .avarage {
    font-size: 1.5833333333vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .title_flex .avarage {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.2666666667vw;
  }
}
#voice .title_flex .avarage .en {
  margin: 0 3rem 0 1.4rem;
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  #voice .title_flex .avarage .en {
    margin: 0 2.5vw 0 1.1666666667vw;
    font-size: 4.1666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .title_flex .avarage .en {
    margin: 0 4vw 0 1.6vw;
    font-size: 6.6666666667vw;
  }
}
#voice .title_flex .avarage .star {
  width: 21rem;
}
@media screen and (max-width: 1024px) {
  #voice .title_flex .avarage .star {
    width: 17.5vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .title_flex .avarage .star {
    width: 26.6666666667vw;
  }
}
#voice .voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list {
    gap: 5.3333333333vw;
  }
}
#voice .voice_list .voice_list_in {
  width: calc((100% - 3rem) / 2);
  padding: 3rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list .voice_list_in {
    width: calc((100% - 2.5vw) / 2);
    padding: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list .voice_list_in {
    width: 100%;
    padding: 5.3333333333vw;
  }
}
#voice .voice_list .voice_list_in .voice_list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list .voice_list_in .voice_list_top {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list .voice_list_in .voice_list_top {
    margin-bottom: 5.3333333333vw;
  }
}
#voice .voice_list .voice_list_in .voice_list_top figure {
  width: 10rem;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list .voice_list_in .voice_list_top figure {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list .voice_list_in .voice_list_top figure {
    width: 18.6666666667vw;
  }
}
#voice .voice_list .voice_list_in .voice_list_top .in {
  width: 38rem;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list .voice_list_in .voice_list_top .in {
    width: 31.6666666667vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list .voice_list_in .voice_list_top .in {
    width: calc(100% - 24vw);
  }
}
#voice .voice_list .voice_list_in .voice_list_top .in .title03 {
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5454;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list .voice_list_in .voice_list_top .in .title03 {
    margin-bottom: 1.25vw;
    font-size: 1.8333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list .voice_list_in .voice_list_top .in .title03 {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
#voice .voice_list .voice_list_in .voice_list_top .in .star {
  width: 10rem;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list .voice_list_in .voice_list_top .in .star {
    width: 8.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list .voice_list_in .voice_list_top .in .star {
    width: 26.6666666667vw;
  }
}
#voice .voice_list .voice_list_in p {
  font-size: 1.5rem;
  line-height: 1.666;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list .voice_list_in p {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list .voice_list_in p {
    font-size: 3.2vw;
  }
}
#voice .voice_list .voice_list_in .tar {
  margin-top: 0.4rem;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  #voice .voice_list .voice_list_in .tar {
    margin-top: 0.3333333333vw;
  }
}
@media screen and (max-width: 640px) {
  #voice .voice_list .voice_list_in .tar {
    margin-top: 0.5333333333vw;
  }
}