/* Sass Document */
main {
  position: relative;
}
main:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg_parallax.jpg");
  background-position: center;
  background-size: cover;
  z-index: -1;
}

#fv {
  position: relative;
  padding: 9.0625rem 0 11.5625rem;
  background: #F5F5EB;
}
@media screen and (max-width: 1300px) {
  #fv {
    padding: 11.1538461538vw 0 14.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #fv {
    padding: 28.2051282051vw 0 50.7692307692vw;
  }
}
#fv .fv_slide .splide__slide:nth-child(odd) {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 1300px) {
  #fv .fv_slide .splide__slide:nth-child(odd) {
    margin-top: 2.6923076923vw;
  }
}
@media screen and (max-width: 840px) {
  #fv .fv_slide .splide__slide:nth-child(odd) {
    margin-top: 0;
  }
}
@media screen and (max-width: 840px) {
  #fv .fv_slide .splide__slide:nth-child(even) {
    margin-top: 4.8717948718vw;
  }
}
#fv .txt_area {
  position: absolute;
  bottom: 7.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  #fv .txt_area {
    bottom: 9.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #fv .txt_area {
    bottom: 16.6666666667vw;
  }
}
#fv .txt_area .main_title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.75rem 0 1.125rem 1rem;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 1;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  #fv .txt_area .main_title span {
    padding: 0.9230769231vw 0 1.3846153846vw 1.2307692308vw;
    font-size: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #fv .txt_area .main_title span {
    padding: 1.5384615385vw 0 2.0512820513vw 2.0512820513vw;
    font-size: 6.4102564103vw;
  }
}
#fv .txt_area .main_title span + span {
  margin-top: 0.75rem;
}
@media screen and (max-width: 1300px) {
  #fv .txt_area .main_title span + span {
    margin-top: 0.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #fv .txt_area .main_title span + span {
    margin-top: 2.0512820513vw;
  }
}

#page_nav {
  padding: 0 0 5rem;
  background: #F5F5EB;
}
@media screen and (max-width: 1300px) {
  #page_nav {
    padding: 0 0 6.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav {
    padding: 0 0 10.2564102564vw;
  }
}
#page_nav .wrap {
  max-width: 68.75rem;
}
#page_nav ul {
  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: 1rem;
}
@media screen and (max-width: 1300px) {
  #page_nav ul {
    gap: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul {
    gap: 1.7948717949vw 1.2820512821vw;
  }
}
#page_nav ul li {
  width: 16.4375rem;
}
@media screen and (max-width: 1300px) {
  #page_nav ul li {
    width: 20.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul li {
    width: 42.3076923077vw;
  }
}
#page_nav ul li 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%;
  height: 3.75rem;
  font-size: 1rem;
  font-weight: 700;
  background: #F5F5EB;
  border: 0.0625rem solid #000;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1300px) {
  #page_nav ul li a {
    height: 4.6153846154vw;
    font-size: 1.2307692308vw;
    border-radius: 0.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul li a {
    height: 12.8205128205vw;
    font-size: 3.8461538462vw;
    line-height: 1.3333333333;
    border-radius: 1.2820512821vw;
  }
}
#page_nav ul li a .arrow {
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  display: inline-block;
  width: 0.625rem;
  height: 0.3125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  #page_nav ul li a .arrow {
    right: 1.4615384615vw;
    width: 0.7692307692vw;
    height: 0.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul li a .arrow {
    right: 3.0769230769vw;
    width: 2.5641025641vw;
    height: 1.2820512821vw;
  }
}
#page_nav ul li a .arrow::before, #page_nav ul li a .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.0625rem);
  width: 0.125rem;
  height: 0.45rem;
  border-radius: 9999px;
  background-color: #000;
  -webkit-transform-origin: 50% calc(100% - 0.0625rem);
          transform-origin: 50% calc(100% - 0.0625rem);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1300px) {
  #page_nav ul li a .arrow::before, #page_nav ul li a .arrow::after {
    width: 0.1538461538vw;
    height: 0.5538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #page_nav ul li a .arrow::before, #page_nav ul li a .arrow::after {
    width: 0.5128205128vw;
    height: 1.8461538462vw;
  }
}
#page_nav ul li a .arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#page_nav ul li a .arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#page_nav ul li a:hover {
  color: #fff;
  background: #000;
  opacity: 1;
}
#page_nav ul li a:hover .arrow::before, #page_nav ul li a:hover .arrow::after {
  background-color: #fff;
}

#message {
  position: relative;
  padding: 5rem 0 8.125rem;
  background: #F5F5EB;
}
@media screen and (max-width: 1300px) {
  #message {
    padding: 6.1538461538vw 0 10vw;
  }
}
@media screen and (max-width: 840px) {
  #message {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
}
#message .txt_area {
  position: absolute;
  top: 50%;
  right: 52.34375%;
  max-width: 37.8125rem;
  width: 46.5384615385%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  #message .txt_area {
    position: relative;
    top: auto;
    right: auto;
    max-width: none;
    width: 100%;
    -webkit-transform: unset;
            transform: unset;
  }
}
#message .txt_area .title_area {
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 1300px) {
  #message .txt_area .title_area {
    margin-bottom: 2.6923076923vw;
  }
}
@media screen and (max-width: 840px) {
  #message .txt_area .title_area {
    margin-bottom: 6.4102564103vw;
  }
}
#message .txt_area .deco {
  position: absolute;
  top: -3.0625rem;
  right: -2.0625rem;
  width: 9.1875rem;
}
@media screen and (max-width: 1300px) {
  #message .txt_area .deco {
    top: -3.7692307692vw;
    right: -2.5384615385vw;
    width: 11.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #message .txt_area .deco {
    top: -14.241025641vw;
    right: 0;
    width: 25.641025641vw;
  }
}
#message .txt_area .txt p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #message .txt_area .txt p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #message .txt_area .txt p {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
  }
}
#message .txt_area .tar {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: right;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #message .txt_area .tar {
    margin-top: 2.3076923077vw;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #message .txt_area .tar {
    margin-top: 5.1282051282vw;
    font-size: 3.8461538462vw;
    line-height: 2.1333333333;
  }
}
#message .txt_area .tar span {
  margin-left: 1.4375rem;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
  #message .txt_area .tar span {
    margin-left: 1.7692307692vw;
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #message .txt_area .tar span {
    margin-left: 5.8974358974vw;
    font-size: 4.358974359vw;
    line-height: 1.8823529412;
  }
}
#message figure {
  width: 47.1354166667%;
  margin-left: auto;
}
@media screen and (max-width: 840px) {
  #message figure {
    width: calc(100% - 5.1282051282vw);
    margin: 0 0 10.2564102564vw 5.1282051282vw;
  }
}

#work {
  padding: 8.125rem 0 3.125rem;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  #work {
    padding: 10vw 0 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #work {
    padding: 17.9487179487vw 0 7.6923076923vw;
  }
}
#work .wrap {
  max-width: 68.75rem;
}
#work .title_area {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1300px) {
  #work .title_area {
    margin-bottom: 6.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #work .title_area {
    margin-bottom: 12.8205128205vw;
  }
}
#work .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  #work .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6.9230769231vw;
  }
}
#work .flex figure {
  position: relative;
  max-width: 35rem;
  width: 50.9090909091%;
}
@media screen and (max-width: 840px) {
  #work .flex figure {
    max-width: none;
    width: 100%;
  }
}
#work .flex figure .deco {
  position: absolute;
}
#work .flex .txt_area {
  max-width: 29.375rem;
  width: 42.7272727273%;
}
@media screen and (max-width: 840px) {
  #work .flex .txt_area {
    max-width: none;
    width: 100%;
  }
}
#work .flex .txt_area .title03 {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
  #work .flex .txt_area .title03 {
    margin-bottom: 2.3076923077vw;
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #work .flex .txt_area .title03 {
    margin-bottom: 3.8461538462vw;
    font-size: 5.1282051282vw;
    line-height: 1.5;
  }
}
#work .flex .txt_area .txt p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #work .flex .txt_area .txt p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #work .flex .txt_area .txt p {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
  }
}
#work .flex:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#work .flex + .flex {
  margin-top: 5.625rem;
}
@media screen and (max-width: 1300px) {
  #work .flex + .flex {
    margin-top: 6.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #work .flex + .flex {
    margin-top: 14.2307692308vw;
  }
}
#work .flex.first figure .deco {
  top: -1.1875rem;
  left: 1.5625rem;
  width: 8.125rem;
}
@media screen and (max-width: 1300px) {
  #work .flex.first figure .deco {
    top: -1.4615384615vw;
    left: 1.9230769231vw;
    width: 10vw;
  }
}
@media screen and (max-width: 840px) {
  #work .flex.first figure .deco {
    top: -3.4282051282vw;
    left: 5.3743589744vw;
    width: 23.0769230769vw;
  }
}
#work .flex.second figure .deco {
  top: 2.5rem;
  right: -1.625rem;
  width: 5.625rem;
}
@media screen and (max-width: 1300px) {
  #work .flex.second figure .deco {
    top: 3.0769230769vw;
    right: -2vw;
    width: 6.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #work .flex.second figure .deco {
    top: 7.4358974359vw;
    right: -2.3076923077vw;
    width: 15.3846153846vw;
  }
}
#work .flex.third figure .deco {
  top: -0.875rem;
  right: 1.5625rem;
  width: 8.125rem;
}
@media screen and (max-width: 1300px) {
  #work .flex.third figure .deco {
    top: -1.0769230769vw;
    right: 1.9230769231vw;
    width: 10vw;
  }
}
@media screen and (max-width: 840px) {
  #work .flex.third figure .deco {
    top: -3.0769230769vw;
    right: 4.1025641026vw;
    width: 23.0769230769vw;
  }
}

#schedule {
  padding: 3.125rem 0 7.5rem;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  #schedule {
    padding: 3.8461538462vw 0 9.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule {
    padding: 7.6923076923vw 0 17.9487179487vw;
  }
}
#schedule .wrap {
  position: relative;
  max-width: 68.75rem;
  padding: 4.0625rem 0 3.4375rem;
  background: #F5F5EB;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 1300px) {
  #schedule .wrap {
    padding: 5vw 0 4.2307692308vw;
    border-radius: 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .wrap {
    padding: 17.9487179487vw 0 15.3846153846vw;
    border-radius: 3.8461538462vw;
  }
}
#schedule .wrap .deco01 {
  position: absolute;
  top: 3.875rem;
  left: 5.875rem;
  width: 9.375rem;
}
@media screen and (max-width: 1300px) {
  #schedule .wrap .deco01 {
    top: 4.7692307692vw;
    left: 7.2307692308vw;
    width: 11.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .wrap .deco01 {
    top: -3.8461538462vw;
    left: -3.8461538462vw;
    width: 25.641025641vw;
  }
}
#schedule .wrap .deco02 {
  position: absolute;
  top: 12.5625rem;
  right: 4.1875rem;
  width: 9.0625rem;
}
@media screen and (max-width: 1300px) {
  #schedule .wrap .deco02 {
    top: 15.4615384615vw;
    right: 5.1538461538vw;
    width: 11.1538461538vw;
  }
}
@media screen and (max-width: 1300px) {
  #schedule .wrap .deco02 {
    top: auto;
    bottom: -9.2307692308vw;
    right: -3.4128205128vw;
    width: 31.1064069699vw;
  }
}
#schedule .title_area {
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1300px) {
  #schedule .title_area {
    margin-bottom: 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .title_area {
    margin-bottom: 5.641025641vw;
  }
}
#schedule .title_area .en {
  color: #49BE7E;
}
#schedule .center {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1300px) {
  #schedule .center {
    margin-bottom: 4.6153846154vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .center {
    margin-bottom: 12.8205128205vw;
  }
}
#schedule .center p {
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #schedule .center p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .center p {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
  }
}
#schedule .schedule_area {
  width: 43.875rem;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  #schedule .schedule_area {
    width: 54vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .schedule_area {
    width: 70.5128205128vw;
  }
}
#schedule .schedule_area .time_table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 1.4375rem;
}
@media screen and (max-width: 1300px) {
  #schedule .schedule_area .time_table {
    padding-bottom: 1.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .schedule_area .time_table {
    padding-bottom: 5.1282051282vw;
  }
}
#schedule .schedule_area .time_table:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 5.5625rem;
  width: 0.125rem;
  height: 100%;
  border-left: 0.125rem dashed #49BE7E;
}
@media screen and (max-width: 1300px) {
  #schedule .schedule_area .time_table:before {
    top: 0.7692307692vw;
    left: 6.8461538462vw;
    width: 0.1538461538vw;
    border-left: 0.1538461538vw dashed #49BE7E;
  }
}
@media screen and (max-width: 840px) {
  #schedule .schedule_area .time_table:before {
    top: 4.1025641026vw;
    left: 15.3846153846vw;
    width: 1px;
    border-left: 1px dashed #49BE7E;
  }
}
#schedule .schedule_area .time_table:last-of-type {
  padding-bottom: 0;
}
#schedule .schedule_area .time_table:last-of-type:before {
  display: none;
}
#schedule .schedule_area .time_table .time {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7777777778;
}
@media screen and (max-width: 1300px) {
  #schedule .schedule_area .time_table .time {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .schedule_area .time_table .time {
    font-size: 4.1025641026vw;
    line-height: 2;
  }
}
#schedule .schedule_area .time_table .circle {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  margin: 0 2.4375rem 0 2.25rem;
  background: #49BE7E;
  border-radius: 50%;
}
@media screen and (max-width: 1300px) {
  #schedule .schedule_area .time_table .circle {
    width: 1.1538461538vw;
    height: 1.1538461538vw;
    margin: 0 3vw 0 2.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .schedule_area .time_table .circle {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
    margin: 0 3.3333333333vw;
  }
}
#schedule .schedule_area .time_table .time_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#schedule .schedule_area .time_table .time_content p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #schedule .schedule_area .time_table .time_content p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .schedule_area .time_table .time_content p {
    font-size: 3.5897435897vw;
    line-height: 1.7142857143;
  }
}
#schedule .schedule_area .time_table .time_content .fwb {
  font-weight: 700;
}
@media screen and (max-width: 840px) {
  #schedule .schedule_area .time_table .time_content .fwb {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
  }
}
#schedule .schedule_area .time_table .time_content .small {
  margin-top: 0.1875rem;
}
@media screen and (max-width: 1300px) {
  #schedule .schedule_area .time_table .time_content .small {
    margin-top: 0.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #schedule .schedule_area .time_table .time_content .small {
    margin-top: 1.7948717949vw;
  }
}

#features {
  padding: 8.125rem 0;
  margin-bottom: 31.25rem;
  background: #F5F5EB;
}
@media screen and (max-width: 1300px) {
  #features {
    padding: 10vw 0;
    margin-bottom: 38.4615384615vw;
  }
}
@media screen and (max-width: 840px) {
  #features {
    padding: 17.9487179487vw 0;
    margin-bottom: 58.9743589744vw;
  }
}
#features .title_area {
  margin-bottom: 4.875rem;
}
@media screen and (max-width: 1300px) {
  #features .title_area {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 840px) {
  #features .title_area {
    margin-bottom: 10.2564102564vw;
  }
}
#features .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  #features .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 7.6923076923vw;
  }
}
#features .flex + .flex {
  margin-top: 5.625rem;
}
@media screen and (max-width: 1300px) {
  #features .flex + .flex {
    margin-top: 6.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #features .flex + .flex {
    margin-top: 12.8205128205vw;
  }
}
#features .flex figure {
  max-width: 41.25rem;
  width: 50.7692307692%;
}
@media screen and (max-width: 840px) {
  #features .flex figure {
    max-width: none;
    width: 100%;
  }
}
#features .flex .txt_area {
  position: relative;
  max-width: 34.375rem;
  width: 42.3076923077%;
}
@media screen and (max-width: 840px) {
  #features .flex .txt_area {
    max-width: none;
    width: 80.7692307692vw;
    margin: auto;
  }
}
#features .flex .txt_area .deco {
  position: absolute;
}
#features .flex .txt_area .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5625rem;
  font-size: 0.9375rem;
  color: #FF9641;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 5%;
}
@media screen and (max-width: 1300px) {
  #features .flex .txt_area .number {
    gap: 0.7692307692vw;
    margin-bottom: 1.9230769231vw;
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #features .flex .txt_area .number {
    gap: 2.0512820513vw;
    margin-bottom: 3.3333333333vw;
    font-size: 3.0769230769vw;
  }
}
#features .flex .txt_area .number span {
  font-size: 1.25rem;
}
@media screen and (max-width: 1300px) {
  #features .flex .txt_area .number span {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #features .flex .txt_area .number span {
    font-size: 4.1025641026vw;
  }
}
#features .flex .txt_area .title03 {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 1300px) {
  #features .flex .txt_area .title03 {
    margin-bottom: 2.3076923077vw;
    font-size: 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #features .flex .txt_area .title03 {
    margin-bottom: 3.8461538462vw;
    font-size: 5.1282051282vw;
    line-height: 1.65;
  }
}
#features .flex .txt_area .txt p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #features .flex .txt_area .txt p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #features .flex .txt_area .txt p {
    font-size: 3.8461538462vw;
    line-height: 1.8666666667;
  }
}
#features .flex.first .txt_area .deco {
  top: 0.0625rem;
  right: 2.75rem;
  width: 5rem;
}
@media screen and (max-width: 1300px) {
  #features .flex.first .txt_area .deco {
    right: 3.3846153846vw;
    width: 6.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #features .flex.first .txt_area .deco {
    top: -15.3846153846vw;
    right: 0;
    width: 15.3846153846vw;
  }
}
#features .flex.second .txt_area .deco {
  top: 0.25rem;
  right: 1.711875rem;
  width: 7.0382342339rem;
}
@media screen and (max-width: 1300px) {
  #features .flex.second .txt_area .deco {
    top: 0.3076923077vw;
    right: 2.1069230769vw;
    width: 8.662442134vw;
  }
}
@media screen and (max-width: 840px) {
  #features .flex.second .txt_area .deco {
    top: -8.9743589744vw;
    right: 0;
    width: 19.7280316475vw;
  }
}
#features .flex.third .txt_area .deco {
  top: 0.375rem;
  right: 2.25rem;
  width: 5.3937077522rem;
}
@media screen and (max-width: 1300px) {
  #features .flex.third .txt_area .deco {
    top: 0.4615384615vw;
    right: 2.7692307692vw;
    width: 6.6384095412vw;
  }
}
@media screen and (max-width: 840px) {
  #features .flex.third .txt_area .deco {
    top: -9.4871794872vw;
    right: 2.3076923077vw;
    width: 15.4539157183vw;
  }
}

#voice {
  padding: 7.5rem 0;
  background: #F5F5EB;
}
@media screen and (max-width: 1300px) {
  #voice {
    padding: 9.2307692308vw 0;
  }
}
@media screen and (max-width: 840px) {
  #voice {
    padding: 17.9487179487vw 0 15.3846153846vw;
  }
}
#voice .title_area {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1300px) {
  #voice .title_area {
    margin-bottom: 4.6153846154vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .title_area {
    margin-bottom: 10.2564102564vw;
  }
}
#voice .title_area .title02 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#voice .title_area .title02 img {
  position: absolute;
  top: -2rem;
  right: -3rem;
  width: 3.2425414678rem;
}
@media screen and (max-width: 1300px) {
  #voice .title_area .title02 img {
    top: -2.4615384615vw;
    right: -3.6923076923vw;
    width: 3.9908202681vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .title_area .title02 img {
    top: -7.1794871795vw;
    right: -10.2564102564vw;
    width: 10.6422558504vw;
  }
}
#voice .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6875rem;
}
@media screen and (max-width: 1300px) {
  #voice .splide__list {
    gap: 3.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .splide__list {
    gap: 0;
  }
}
#voice .splide__list .in {
  -ms-flex-negative: unset;
      flex-shrink: unset;
  width: calc((100% - 5.375rem) / 3);
  padding: 2.1875rem 2.5rem;
  background: #fff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1300px) {
  #voice .splide__list .in {
    width: calc((100% - 6.6153846154vw) / 3);
    padding: 2.6923076923vw 3.0769230769vw;
    border-radius: 0.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .splide__list .in {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding: 8.2051282051vw 6.9230769231vw;
    border-radius: 2.5641025641vw;
  }
}
#voice .splide__list .in .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 1300px) {
  #voice .splide__list .in .flex {
    gap: 2.1538461538vw;
    margin-bottom: 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .splide__list .in .flex {
    gap: 5.8974358974vw;
    margin-bottom: 5.1282051282vw;
  }
}
#voice .splide__list .in figure {
  width: 7.1875rem;
}
@media screen and (max-width: 1300px) {
  #voice .splide__list .in figure {
    width: 8.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .splide__list .in figure {
    width: 23.0769230769vw;
  }
}
#voice .splide__list .in .position {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.8823529412;
}
@media screen and (max-width: 1300px) {
  #voice .splide__list .in .position {
    font-size: 1.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .splide__list .in .position {
    font-size: 4.1025641026vw;
    line-height: 2;
  }
}
#voice .splide__list .in .comment p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #voice .splide__list .in .comment p {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #voice .splide__list .in .comment p {
    font-size: 3.8461538462vw;
    line-height: 1.8;
  }
}
#voice .splide__arrow {
  position: absolute;
  top: 50%;
  width: 8.7179487179vw;
  height: 8.7179487179vw;
  z-index: 10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#voice .splide__arrow.splide__arrow--prev {
  left: -5.1282051282vw;
  background: url(../img/arrow_slide_prev2.svg) no-repeat center center;
  background-size: 100%;
}
#voice .splide__arrow.splide__arrow--next {
  right: -5.1282051282vw;
  background: url(../img/arrow_slide_next2.svg) no-repeat center center;
  background-size: 100%;
}
#voice .splide__arrow svg {
  display: none;
}

#benefits {
  padding: 8.125rem 0;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  #benefits {
    padding: 10vw 0;
  }
}
@media screen and (max-width: 840px) {
  #benefits {
    padding: 17.9487179487vw 0;
  }
}
#benefits .wrap {
  max-width: 68.75rem;
}
#benefits .title_area {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1300px) {
  #benefits .title_area {
    margin-bottom: 4.6153846154vw;
  }
}
@media screen and (max-width: 840px) {
  #benefits .title_area {
    margin-bottom: 10.2564102564vw;
  }
}
#benefits .flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
}
@media screen and (max-width: 1300px) {
  #benefits .flex {
    gap: 1.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #benefits .flex {
    gap: 3.8461538462vw;
  }
}
#benefits .flex .in {
  width: calc((100% - 2.5rem) / 3);
  padding: 1.875rem 0.625rem 1.5625rem;
  background: #F5F5EB;
  border-radius: 0.625rem;
}
@media screen and (max-width: 1300px) {
  #benefits .flex .in {
    width: calc((100% - 3.0769230769vw) / 3);
    padding: 2.3076923077vw 0.7692307692vw 1.9230769231vw;
    border-radius: 0.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #benefits .flex .in {
    width: calc((100% - 3.8461538462vw) / 2);
    padding: 3.8461538462vw 2.5641025641vw 5.641025641vw;
    border-radius: 2.0512820513vw;
  }
}
#benefits .flex .in figure {
  width: 5.9375rem;
  margin: 0 auto 0.625rem;
}
@media screen and (max-width: 1300px) {
  #benefits .flex .in figure {
    width: 7.3076923077vw;
    margin: 0 auto 0.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #benefits .flex .in figure {
    width: 17.9487179487vw;
    margin: 0 auto 4.1025641026vw;
  }
}
#benefits .flex .in p {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.2222222222;
}
@media screen and (max-width: 1300px) {
  #benefits .flex .in p {
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #benefits .flex .in p {
    font-size: 3.8461538462vw;
    line-height: 1.6;
  }
}

#process {
  padding: 7.5rem 0 5.625rem;
  background: #F5F5EB;
}
@media screen and (max-width: 1300px) {
  #process {
    padding: 9.2307692308vw 0 6.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #process {
    padding: 12.8205128205vw 0 11.5384615385vw;
  }
}
#process .wrap {
  padding: 5rem 0 4.8125rem;
  background: #fff;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 1300px) {
  #process .wrap {
    padding: 6.1538461538vw 0 5.9230769231vw;
    border-radius: 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #process .wrap {
    padding: 12.3076923077vw 0 7.6923076923vw;
    border-radius: 3.8461538462vw;
  }
}
#process .title_area {
  margin-bottom: 4.875rem;
}
@media screen and (max-width: 1300px) {
  #process .title_area {
    margin-bottom: 6vw;
  }
}
@media screen and (max-width: 840px) {
  #process .title_area {
    margin-bottom: 14.1025641026vw;
  }
}
#process ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  max-width: 68.75rem;
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  #process ol {
    gap: 1.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #process ol {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 11.5384615385vw;
    width: 70.5128205128vw;
  }
}
#process ol .box {
  position: relative;
  width: calc(100% - 0.9rem);
  padding: 3.9375rem 0.625rem 1.8125rem;
  background: #F5F5EB;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1300px) {
  #process ol .box {
    width: calc(100% - 1.1076923077vw);
    padding: 4.8461538462vw 0.7692307692vw 2.2307692308vw;
    border-radius: 0.3846153846vw;
  }
}
@media screen and (max-width: 1300px) {
  #process ol .box {
    width: 100%;
    padding: 7.6923076923vw 2.5641025641vw 5.641025641vw;
    border-radius: 1.2820512821vw;
  }
}
#process ol .box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -0.625rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.625rem 0 0.625rem 0.625rem;
  border-color: transparent transparent transparent #FF9641;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1300px) {
  #process ol .box:after {
    right: -0.7692307692vw;
    border-width: 0.7692307692vw 0 0.7692307692vw 0.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #process ol .box:after {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -2.5641025641vw;
    border-width: 2.5641025641vw 2.5641025641vw 0 2.5641025641vw;
    border-color: #FF9641 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#process ol .box:last-of-type:after {
  display: none;
}
#process ol .box .number {
  position: absolute;
  top: -0.875rem;
  left: 50%;
  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: 3.5625rem;
  height: 3.5625rem;
  font-size: 1.4375rem;
  color: #fff;
  font-weight: 700;
  background: #FF9641;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1300px) {
  #process ol .box .number {
    top: -1.0769230769vw;
    width: 4.3846153846vw;
    height: 4.3846153846vw;
    font-size: 1.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #process ol .box .number {
    top: -3.8461538462vw;
    width: 8.9743589744vw;
    height: 8.9743589744vw;
    font-size: 4.358974359vw;
  }
}
#process ol .box figure {
  width: 6.25rem;
  margin: 0 auto 0.8125rem;
}
@media screen and (max-width: 1300px) {
  #process ol .box figure {
    width: 7.6923076923vw;
    margin: 0 auto 1vw;
  }
}
@media screen and (max-width: 840px) {
  #process ol .box figure {
    width: 17.9487179487vw;
    margin: 0 auto 2.0512820513vw;
  }
}
#process ol .box p {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1300px) {
  #process ol .box p {
    font-size: 1.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #process ol .box p {
    font-size: 4.358974359vw;
    line-height: 100%;
  }
}

#information {
  padding: 5.625rem 0 8.125rem;
  background: #F5F5EB;
}
@media screen and (max-width: 1300px) {
  #information {
    padding: 6.9230769231vw 0 10vw;
  }
}
@media screen and (max-width: 840px) {
  #information {
    padding: 11.5384615385vw 0 17.9487179487vw;
  }
}
#information .title_area {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1300px) {
  #information .title_area {
    margin-bottom: 4.6153846154vw;
  }
}
@media screen and (max-width: 840px) {
  #information .title_area {
    margin-bottom: 11.5384615385vw;
  }
}
#information dl {
  max-width: 68.75rem;
  margin: auto;
}
#information dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 840px) {
  #information dl div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#information dl div + div {
  margin-top: 0.125rem;
}
@media screen and (max-width: 1300px) {
  #information dl div + div {
    margin-top: 0.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  #information dl div + div {
    margin-top: 0;
  }
}
#information dl div dt {
  width: 14.375rem;
  padding: 1rem 1.875rem 0.9375rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  background: #E9E9D8;
}
@media screen and (max-width: 1300px) {
  #information dl div dt {
    width: 17.6923076923vw;
    padding: 1.2307692308vw 2.3076923077vw 1.1538461538vw;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #information dl div dt {
    width: 100%;
    padding: 4.1025641026vw 5.1282051282vw 4.358974359vw;
    font-size: 3.8461538462vw;
    line-height: 100%;
  }
}
#information dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1.875rem 0.9375rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  #information dl div dd {
    padding: 1.2307692308vw 2.3076923077vw 1.1538461538vw;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #information dl div dd {
    width: 100%;
    padding: 4.1025641026vw 5.1282051282vw 4.6153846154vw;
    font-size: 3.8461538462vw;
    line-height: 1.6;
  }
}
#information dl div dd li {
  margin-left: 1em;
  text-indent: -1em;
}
#information .txt p {
  text-align: center;
}
#information .txt p a {
  color: #FF9641;
  font-weight: 500;
  text-decoration: underline;
}

#form {
  padding: 7.5rem 0 5.625rem;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  #form {
    padding: 9.2307692308vw 0 6.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #form {
    padding: 17.9487179487vw 0 12.8205128205vw;
  }
}
#form .wrap {
  position: relative;
  max-width: 68.75rem;
}
#form .title_area {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1300px) {
  #form .title_area {
    margin-bottom: 4.6153846154vw;
  }
}
@media screen and (max-width: 840px) {
  #form .title_area {
    margin-bottom: 11.5384615385vw;
  }
}
#form .deco01 {
  position: absolute;
  top: 0.8125rem;
  left: 20.5rem;
  width: 2.8125rem;
}
@media screen and (max-width: 1300px) {
  #form .deco01 {
    top: 1vw;
    left: 25.2307692308vw;
    width: 3.4615384615vw;
  }
}
@media screen and (max-width: 840px) {
  #form .deco01 {
    top: 1.5384615385vw;
    left: 0;
    width: 10.2564102564vw;
  }
}
#form .deco02 {
  position: absolute;
  top: 0.125rem;
  right: 21.125rem;
  width: 3.3125rem;
}
@media screen and (max-width: 1300px) {
  #form .deco02 {
    top: 0.1538461538vw;
    right: 26vw;
    width: 4.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  #form .deco02 {
    top: -1.0256410256vw;
    right: 1.2820512821vw;
    width: 11.5384615385vw;
  }
}
#form .entry_area {
  padding: 3.125rem 3.75rem;
  border: 0.3125rem solid #F5F5EB;
  border-radius: 1.5625rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area {
    padding: 3.8461538462vw 4.6153846154vw;
    border: 0.3846153846vw solid #F5F5EB;
    border-radius: 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area {
    padding: 7.6923076923vw 6.4102564103vw;
    border: 0.7692307692vw solid #F5F5EB;
    border-radius: 3.8461538462vw;
  }
}
#form .entry_area dl {
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl {
    margin-bottom: 5.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl {
    margin-bottom: 10.2564102564vw;
  }
}
#form .entry_area dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div {
    gap: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.8461538462vw;
  }
}
#form .entry_area dl div + div {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div + div {
    margin-top: 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div + div {
    margin-top: 7.6923076923vw;
  }
}
#form .entry_area dl div.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#form .entry_area dl div.aifs dt {
  margin-top: 1.0625rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div.aifs dt {
    margin-top: 1.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div.aifs dt {
    margin-top: 0;
  }
}
#form .entry_area dl div dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 12.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dt {
    gap: 1.5384615385vw;
    width: 15.3846153846vw;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dt {
    gap: 3.8461538462vw;
    width: 100%;
    font-size: 3.8461538462vw;
    line-height: 2.1333333333;
  }
}
#form .entry_area dl div dt .req {
  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: 2.875rem;
  height: 1.375rem;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: 700;
  background: #D80000;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dt .req {
    width: 3.5384615385vw;
    height: 1.6923076923vw;
    font-size: 1vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dt .req {
    width: 10.7692307692vw;
    height: 5.1282051282vw;
    font-size: 2.8205128205vw;
  }
}
#form .entry_area dl div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd {
    width: 100%;
  }
}
#form .entry_area dl div dd input {
  width: 100%;
  padding: 1rem 1.5625rem 1.0625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.1333333333;
  background: #F3F3F3;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dd input {
    padding: 1.2307692308vw 1.9230769231vw 1.3076923077vw;
    font-size: 1.1538461538vw;
    border-radius: 0.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd input {
    padding: 4.1025641026vw 6.4102564103vw 4.358974359vw;
    font-size: 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
}
#form .entry_area dl div dd input[type=date]::-webkit-datetime-edit-text, #form .entry_area dl div dd input[type=date]::-webkit-datetime-edit-month-field, #form .entry_area dl div dd input[type=date]::-webkit-datetime-edit-day-field, #form .entry_area dl div dd input[type=date]::-webkit-datetime-edit-year-field {
  color: #AEAEAE;
}
#form .entry_area dl div dd input[type=date].is-filled::-webkit-datetime-edit-text, #form .entry_area dl div dd input[type=date].is-filled::-webkit-datetime-edit-month-field, #form .entry_area dl div dd input[type=date].is-filled::-webkit-datetime-edit-day-field, #form .entry_area dl div dd input[type=date].is-filled::-webkit-datetime-edit-year-field {
  color: #000;
}
#form .entry_area dl div dd input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
}
#form .entry_area dl div dd input[type=date],
#form .entry_area dl div dd input[type=tel],
#form .entry_area dl div dd input[type=mail] {
  width: 25rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dd input[type=date],
  #form .entry_area dl div dd input[type=tel],
  #form .entry_area dl div dd input[type=mail] {
    width: 30.7692307692vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd input[type=date],
  #form .entry_area dl div dd input[type=tel],
  #form .entry_area dl div dd input[type=mail] {
    width: 100%;
  }
}
#form .entry_area dl div dd input::-webkit-input-placeholder {
  color: #AEAEAE;
}
#form .entry_area dl div dd input::-moz-placeholder {
  color: #AEAEAE;
}
#form .entry_area dl div dd input:-ms-input-placeholder {
  color: #AEAEAE;
}
#form .entry_area dl div dd input::-ms-input-placeholder {
  color: #AEAEAE;
}
#form .entry_area dl div dd input::placeholder {
  color: #AEAEAE;
}
#form .entry_area dl div dd.radio .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dd.radio .wpcf7-radio {
    gap: 3.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd.radio .wpcf7-radio {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3.0769230769vw;
  }
}
#form .entry_area dl div dd.radio .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd.radio .wpcf7-list-item {
    width: 100%;
  }
}
#form .entry_area dl div dd.radio label {
  position: relative;
  padding-left: 2.375rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dd.radio label {
    padding-left: 2.9230769231vw;
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd.radio label {
    padding-left: 9.4871794872vw;
    font-size: 3.8461538462vw;
  }
}
#form .entry_area dl div dd.radio label .wpcf7-list-item-label::before, #form .entry_area dl div dd.radio label .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
}
#form .entry_area dl div dd.radio label .wpcf7-list-item-label::before {
  top: 0;
  bottom: 0;
  left: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: auto;
  background-color: #fff;
  border: 0.0625rem solid #AFAFAF;
  border-radius: 50%;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dd.radio label .wpcf7-list-item-label::before {
    width: 1.9230769231vw;
    height: 1.9230769231vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd.radio label .wpcf7-list-item-label::before {
    width: 6.4102564103vw;
    height: 6.4102564103vw;
  }
}
#form .entry_area dl div dd.radio label .wpcf7-list-item-label::after {
  top: 0;
  bottom: 0;
  left: 0.5rem;
  width: 0.6875rem;
  height: 0.6875rem;
  margin: auto;
  background-color: #FF9641;
  border-radius: 50%;
  opacity: 0;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dd.radio label .wpcf7-list-item-label::after {
    left: 0.6153846154vw;
    width: 0.8461538462vw;
    height: 0.8461538462vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd.radio label .wpcf7-list-item-label::after {
    left: 2.0512820513vw;
    width: 2.8205128205vw;
    height: 2.8205128205vw;
  }
}
#form .entry_area dl div dd.radio label input {
  width: 0;
  height: 0;
  padding: 0;
  font-size: 0;
  background: none;
}
#form .entry_area dl div dd.radio label input:checked + span::after {
  opacity: 1;
}
#form .entry_area dl div dd textarea {
  width: 100%;
  height: 12.5rem;
  padding: 1rem 1.5625rem 1.0625rem;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.1333333333;
  resize: vertical;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: #F3F3F3;
  border-radius: 0.3125rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area dl div dd textarea {
    height: 15.3846153846vw;
    padding: 1.2307692308vw 1.9230769231vw 1.3076923077vw;
    font-size: 1.1538461538vw;
    border-radius: 0.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area dl div dd textarea {
    height: 64.1025641026vw;
    padding: 4.1025641026vw 6.4102564103vw 4.358974359vw;
    font-size: 3.8461538462vw;
    border-radius: 1.2820512821vw;
  }
}
#form .entry_area .personal_information {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information {
    margin-bottom: 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information {
    margin-bottom: 5.8974358974vw;
  }
}
#form .entry_area .personal_information .title02 {
  margin-bottom: 1.5625rem;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information .title02 {
    margin-bottom: 1.9230769231vw;
    font-size: 1.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information .title02 {
    margin-bottom: 4.8717948718vw;
    font-size: 4.1025641026vw;
  }
}
#form .entry_area .personal_information .scroll_out {
  padding: 1.1875rem 0.75rem 1.1875rem 1.875rem;
  border: 0.0625rem solid #DADADA;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information .scroll_out {
    padding: 1.4615384615vw 0.9230769231vw 1.4615384615vw 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information .scroll_out {
    padding: 3.5897435897vw 2.5641025641vw 3.5897435897vw 4.358974359vw;
  }
}
#form .entry_area .personal_information .scroll {
  height: 8.75rem;
  padding-right: 1.25rem;
  overflow-y: scroll;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information .scroll {
    height: 10.7692307692vw;
    padding-right: 1.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information .scroll {
    height: 35.1282051282vw;
    padding-right: 2.0512820513vw;
  }
}
#form .entry_area .personal_information .scroll::-webkit-scrollbar {
  width: 0.4375rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information .scroll::-webkit-scrollbar {
    width: 0.5384615385vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information .scroll::-webkit-scrollbar {
    width: 1.7948717949vw;
  }
}
#form .entry_area .personal_information .scroll::-webkit-scrollbar-thumb {
  background: #DADADA;
  border-radius: 1.875rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information .scroll::-webkit-scrollbar-thumb {
    border-radius: 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information .scroll::-webkit-scrollbar-thumb {
    border-radius: 7.6923076923vw;
  }
}
#form .entry_area .personal_information .scroll::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 1.875rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information .scroll::-webkit-scrollbar-track {
    border-radius: 2.3076923077vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information .scroll::-webkit-scrollbar-track {
    border-radius: 7.6923076923vw;
  }
}
#form .entry_area .personal_information .scroll .title03 {
  margin-top: 1.5em;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6428571429;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information .scroll .title03 {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information .scroll .title03 {
    font-size: 3.3333333333vw;
    line-height: 1.5384615385;
  }
}
#form .entry_area .personal_information .scroll p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6428571429;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .personal_information .scroll p {
    font-size: 1.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .personal_information .scroll p {
    font-size: 3.3333333333vw;
    line-height: 1.5384615385;
  }
}
#form .entry_area .personal_information .scroll a {
  text-decoration: underline;
}
#form .entry_area .personal_information .scroll a[href*="tel:"] {
  text-decoration: none;
}
#form .entry_area .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .privacy {
    margin-bottom: 3.0769230769vw;
    padding-left: 3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .privacy {
    margin-bottom: 7.6923076923vw;
    padding-left: 8.9743589744vw;
  }
}
#form .entry_area .privacy .wpcf7-list-item {
  margin: 0;
}
#form .entry_area .privacy label {
  display: table;
  margin: 0 auto;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .privacy label {
    font-size: 1.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .privacy label {
    font-size: 3.8461538462vw;
    line-height: 1.7333333333;
  }
}
#form .entry_area .privacy label span {
  position: relative;
}
#form .entry_area .privacy label span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -2.5rem;
  bottom: 0;
  width: 1.4375rem;
  height: 1.4375rem;
  margin: auto;
  border: 0.1rem solid #AFAFAF;
  background: #fff;
  border-radius: 0.1875rem;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .privacy label span::before {
    left: -3.0769230769vw;
    width: 1.7692307692vw;
    height: 1.7692307692vw;
    border-radius: 0.2307692308vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .privacy label span::before {
    bottom: auto;
    left: -8.9743589744vw;
    width: 5.8974358974vw;
    height: 5.8974358974vw;
    border-radius: 0.7692307692vw;
  }
}
#form .entry_area .privacy label input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.3125rem;
  left: -2.1875rem;
  width: 0.9375rem;
  height: 0.375rem;
  background: none;
  border-bottom: 0.1875rem solid #FF9641;
  border-left: 0.1875rem solid #FF9641;
  border-radius: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1300px) {
  #form .entry_area .privacy label input:checked + span::after {
    top: 0.3846153846vw;
    left: -2.6923076923vw;
    width: 1.1538461538vw;
    height: 0.4615384615vw;
    border-bottom: 0.2307692308vw solid #FF9641;
    border-left: 0.2307692308vw solid #FF9641;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .privacy label input:checked + span::after {
    top: 1.5384615385vw;
    left: -7.9487179487vw;
    width: 3.8461538462vw;
    height: 1.5384615385vw;
    border-bottom: 0.7692307692vw solid #FF9641;
    border-left: 0.7692307692vw solid #FF9641;
  }
}
#form .entry_area .btn_area {
  position: relative;
}
#form .entry_area .btn_area .btn_submit {
  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: 17.5rem;
  height: 4.375rem;
  margin: auto;
  font-size: 1.0625rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #FF9641;
  border-radius: 0.3125rem;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (max-width: 1300px) {
  #form .entry_area .btn_area .btn_submit {
    width: 21.5384615385vw;
    height: 5.3846153846vw;
    font-size: 1.3076923077vw;
    border-radius: 0.3846153846vw;
  }
}
@media screen and (max-width: 840px) {
  #form .entry_area .btn_area .btn_submit {
    width: 73.0769230769vw;
    height: 17.9487179487vw;
    font-size: 4.358974359vw;
    border-radius: 1.2820512821vw;
  }
}
#form .entry_area .btn_area .btn_submit:disabled {
  background: #ccc;
  cursor: auto;
}
#form .entry_area .btn_area .btn_submit:disabled:hover {
  opacity: 1;
}
#form .entry_area .btn_area .btn_submit:hover {
  opacity: 0.7;
}
#form .last_image {
  display: block;
  width: 16rem;
  margin: 3.75rem auto 0;
}
@media screen and (max-width: 1300px) {
  #form .last_image {
    width: 19.6923076923vw;
    margin: 4.6153846154vw auto 0;
  }
}
@media screen and (max-width: 840px) {
  #form .last_image {
    width: 57.1794871795vw;
    margin: 7.6923076923vw auto 0;
  }
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 90%;
  padding: 0.625rem;
  margin: -0.625rem auto 6.875rem;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.4;
  border: 0.2rem solid #111 !important;
}
@media screen and (max-width: 1300px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    margin: -0.7692307692vw auto 8.4615384615vw;
    font-size: 1.1538461538vw;
  }
}
@media screen and (max-width: 840px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    margin: -1.2820512821vw auto 14.358974359vw;
    font-size: 3.3333333333vw;
  }
}

.wpcf7-spinner {
  position: absolute !important;
  bottom: -2.5rem;
  left: 0;
  right: 0;
  margin: auto !important;
}
@media screen and (max-width: 1300px) {
  .wpcf7-spinner {
    bottom: -3.0769230769vw;
  }
}
@media screen and (max-width: 840px) {
  .wpcf7-spinner {
    bottom: -10.2564102564vw;
  }
}

.wpcf7-response-output:not(:empty) {
  display: block !important;
}