@charset "UTF-8";
:root {
  --pc-min-size: 1000;
  --base-size: 1600;
  --variable-length: calc(var(--base-size) * 1vw);
}

[data-sc-pc],
[data-sc-sp] {
  display: block;
}

@media (max-width: 767px) {
  [data-sc-pc] {
    display: none;
  }
}

[data-sc-sp] {
  display: none;
}
@media (max-width: 767px) {
  [data-sc-sp] {
    display: block;
  }
}

html {
  font-size: 100px;
}
@media screen and (max-width: 640px) {
  html {
    font-size: clamp(85px, 25.641025641vw, 114px);
  }
}
@media print, screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}

#top .nav_wrapper {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.32rem 5%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #top .nav_wrapper {
    padding: 0.2rem 5%;
  }
}
@media screen and (max-width: 767px) {
  #top .nav_wrapper .logo img {
    width: 0.84rem;
    height: 0.3rem;
  }
}
@media screen and (max-width: 1024px) {
  #top .nav_wrapper aside {
    display: none;
  }
}
#top .nav_wrapper aside a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#top .nav_wrapper aside a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#top .nav_wrapper aside a span {
  color: #00ABA4;
  display: inline-block;
}
#top .nav_wrapper aside a img {
  display: inline-block;
}
#top .fixed_banner_sp {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-color: #00ABA4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  #top .fixed_banner_sp {
    display: none;
  }
}
#top .fixed_banner_sp:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#top .fixed_banner_sp.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#top .fixed_banner_sp a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.14rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.12rem 0;
}
#top .fixed_banner_sp a img {
  display: inline-block;
}
#top .mv_content {
  width: 100vw;
  height: 100vh;
  text-align: center;
  margin: 0 auto;
  background-image: url("../img/mv_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
#top .mv_content .mv_wrapper {
  width: 90%;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #top .mv_content .mv_wrapper {
    top: 52%;
  }
}
#top .mv_content img {
  display: inline-block;
  max-width: 11.2rem;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #top .mv_content img {
    width: 2.96rem;
    height: 1.33rem;
  }
}
#top .mv_content .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 1.04rem;
}
@media screen and (max-width: 767px) {
  #top .mv_content .copy {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 0.56rem;
  }
}

#overview {
  text-align: center;
  padding: 1.2rem 0.24rem 1.6rem;
  -webkit-box-shadow: 0 -2px 20px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 20px -2px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #overview {
    padding: 0.8rem 0.18rem;
  }
}
#overview h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #overview h2 {
    font-size: 0.13rem;
    font-weight: 400;
  }
}
#overview .clients img {
  max-width: 9.6rem;
  width: 100%;
  height: auto;
  margin-top: 0.56rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #overview .clients img {
    margin-top: 0.24rem;
  }
}
#overview .intro {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  #overview .intro {
    margin-top: 0.65rem;
  }
}
#overview .intro .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.32rem;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 0.56rem;
}
@media screen and (max-width: 767px) {
  #overview .intro .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.18rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 0.24rem;
  }
}
#overview .intro .description {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.32rem;
  color: #4e4e4e;
}
@media screen and (max-width: 767px) {
  #overview .intro .description {
    margin-top: 0.26rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: justify;
  }
}
#overview .overview_btn {
  margin: 1.04rem auto 0;
  max-width: 9.6rem;
  background-color: #00ABA4;
  color: #ffffff;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#overview .overview_btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #overview .overview_btn {
    margin: 0.56rem auto 0;
  }
}
#overview .overview_btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  width: auto;
  padding: 0.16rem 0;
}
@media screen and (max-width: 767px) {
  #overview .overview_btn .btn {
    gap: 0.16rem;
  }
}
#overview .overview_btn .btn .btn_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #overview .overview_btn .btn .btn_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#overview .overview_btn .btn .arrow {
  content: "";
  display: block;
  margin: auto 0;
  border-width: 0.08rem 0.03rem 0.03rem 0.08rem;
  border-style: solid;
  border-color: transparent #ffffff #ffffff transparent;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: -0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#problems {
  padding: 1.2rem 0.24rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #problems {
    padding: 0.8rem 0.24rem;
  }
}
#problems h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #00ABA4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #problems h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#problems h2::after {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.01rem;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #problems h2::after {
    top: 0.74rem;
  }
}
#problems .problems_wrapper {
  max-width: 1360px;
  width: 100%;
  margin: 1.04rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.35rem;
}
@media screen and (max-width: 1024px) {
  #problems .problems_wrapper {
    margin-top: 0.56rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.24rem;
  }
}
#problems .problems_wrapper .problems_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.35rem;
}
@media screen and (max-width: 767px) {
  #problems .problems_wrapper .problems_block {
    gap: 0.24rem;
  }
}
#problems .problems_wrapper .problems_block .problems_item {
  width: 50%;
}
#problems .problems_wrapper .problems_block .problems_item img {
  display: inline-block;
  max-width: 3.04rem;
  width: 100%;
  height: auto;
}
#problems .problems_wrapper .problems_block .problems_item .problems_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: clamp(0.15rem, 2vw, 0.16rem);
  color: #4e4e4e;
}
@media screen and (max-width: 767px) {
  #problems .problems_wrapper .problems_block .problems_item .problems_text {
    text-align: justify;
  }
}

#service {
  padding: 1.2rem 0.24rem;
  text-align: center;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #service {
    padding: 0.8rem 0.18rem;
  }
}
#service .service_wrapper {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}
#service .service_wrapper .service_tit {
  margin: 0 auto;
  max-width: 9.6rem;
  line-height: 1;
  background-color: #ffffff;
  color: #00ABA4;
  border-radius: 50px;
}
#service .service_wrapper .service_tit h2 {
  width: auto;
  padding: 0.16rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #service .service_wrapper .service_tit h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#service .service_wrapper .service_wrapper {
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.48rem;
}
@media screen and (max-width: 1024px) {
  #service .service_wrapper .service_wrapper {
    margin-top: 0.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.24rem;
  }
}
#service .service_wrapper .service_wrapper .service_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.48rem;
}
#service .service_wrapper .service_wrapper .service_block .service_item {
  width: 50%;
}
#service .service_wrapper .service_wrapper .service_block .service_item img {
  display: inline-block;
  max-width: 3.04rem;
  width: 100%;
  height: auto;
}
#service .service_wrapper .service_wrapper .service_block .service_item .service_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #service .service_wrapper .service_wrapper .service_block .service_item .service_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: justify;
  }
}
#service .service_wrapper .service_summary {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0.12em;
  margin-top: 0.8rem;
  font-size: clamp(18px, 2vw, 32px);
}
@media screen and (max-width: 767px) {
  #service .service_wrapper .service_summary {
    margin-top: 0.56rem;
    letter-spacing: 0.04em;
    line-height: 1.8;
  }
}
#service .service_wrapper .service_summary span {
  display: inline-block;
  border-bottom: 0.01rem #ffffff solid;
  padding-bottom: 0.1rem;
  font-weight: 600;
}

#features {
  padding: 1.2rem 0.24rem 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #features {
    padding: 0.8rem 0.24rem;
  }
}
#features h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #00ABA4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #features h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#features h2::after {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.01rem;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #features h2::after {
    top: 0.45rem;
    width: 0.56rem;
  }
}
#features .features_wrapper {
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  #features .features_wrapper {
    margin-top: 0.56rem;
  }
}
#features .features_wrapper .features_item {
  margin: 0.8rem auto 0;
  max-width: 11.66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.56rem;
}
@media screen and (max-width: 1024px) {
  #features .features_wrapper .features_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin: 0.4rem auto 0;
    gap: 0.16rem;
  }
}
#features .features_wrapper .features_item:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  #features .features_wrapper .features_item:nth-child(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#features .features_wrapper .features_item .features_content {
  max-width: 6.8rem;
}
#features .features_wrapper .features_item .features_content .features_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.32rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width: 1024px) {
  #features .features_wrapper .features_item .features_content .features_heading {
    gap: 0.16rem;
  }
}
#features .features_wrapper .features_item .features_content .features_heading p {
  font-size: 0.16rem;
  color: #00ABA4;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  #features .features_wrapper .features_item .features_content .features_heading p {
    font-size: 0.14rem;
  }
}
#features .features_wrapper .features_item .features_content .features_heading p span {
  font-size: 0.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #features .features_wrapper .features_item .features_content .features_heading p span {
    font-size: 0.4rem;
  }
}
#features .features_wrapper .features_item .features_content .features_heading h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  #features .features_wrapper .features_item .features_content .features_heading h3 {
    font-size: 0.24rem;
  }
}
#features .features_wrapper .features_item .features_content .features_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 0.24rem;
  text-align: justify;
  color: #4e4e4e;
}
@media screen and (max-width: 1024px) {
  #features .features_wrapper .features_item .features_content .features_desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-top: 0.16rem;
  }
}

#use-case {
  padding: 1.2rem 0.24rem 1.6rem;
  text-align: center;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #use-case {
    padding: 0.8rem 0;
  }
}
#use-case h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #use-case h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#use-case h2::after {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.01rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #use-case h2::after {
    top: 0.45rem;
    width: 0.56rem;
  }
}
#use-case .use-case_container {
  max-width: 14.08rem;
  width: 100%;
  margin: 1.2rem auto 0;
  padding: 0 0.24rem 1.2rem;
  background-color: #ffffff;
  border-radius: 0.24rem;
}
@media screen and (max-width: 767px) {
  #use-case .use-case_container {
    border-radius: 0;
    margin-top: 0.56rem;
    padding: 0 0.18rem 0.56rem;
  }
}
#use-case .use-case_container .use-case_wrapper {
  max-width: 12.08rem;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(3.76rem, 1fr));
  place-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 0.24rem;
}
@media screen and (max-width: 1024px) {
  #use-case .use-case_container .use-case_wrapper {
    padding-top: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
#use-case .use-case_container .use-case_wrapper .use-case_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 3.76rem;
  padding-top: 0.8rem;
  gap: 0.22rem;
}
@media screen and (max-width: 1024px) {
  #use-case .use-case_container .use-case_wrapper .use-case_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
    gap: 0.08rem;
    padding-top: 0.2rem;
  }
  #use-case .use-case_container .use-case_wrapper .use-case_item img {
    width: 1.04rem;
    height: auto;
  }
}
#use-case .use-case_container .use-case_wrapper .use-case_item .use-case_text {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  #use-case .use-case_container .use-case_wrapper .use-case_item .use-case_text {
    padding-top: 0.08rem;
  }
}
#use-case .use-case_container .use-case_wrapper .use-case_item .use-case_text h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.2rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #00ABA4;
}
@media screen and (max-width: 1024px) {
  #use-case .use-case_container .use-case_wrapper .use-case_item .use-case_text h3 {
    font-size: 0.16rem;
    letter-spacing: 0.04em;
    text-align: center;
  }
}
#use-case .use-case_container .use-case_wrapper .use-case_item .use-case_text .use-case_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-size: 0.15rem;
  color: #4e4e4e;
}
@media screen and (max-width: 1024px) {
  #use-case .use-case_container .use-case_wrapper .use-case_item .use-case_text .use-case_desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: justify;
    padding-top: 0.08rem;
  }
}
#use-case .use-case_container .use-case_note {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 1024px) {
  #use-case .use-case_container .use-case_note {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  #use-case .use-case_container .use-case_note {
    text-align: justify;
    margin-top: 0.4rem;
  }
}
#use-case .area_container {
  margin-top: 0.8rem;
}
@media screen and (max-width: 767px) {
  #use-case .area_container {
    margin-top: 0.4rem;
  }
}
#use-case .area_container .area_heading,
#use-case .area_container .area_subheading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #use-case .area_container .area_heading,
  #use-case .area_container .area_subheading {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#use-case .area_container .area_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.64rem;
}
@media screen and (max-width: 767px) {
  #use-case .area_container .area_heading {
    gap: 0.32rem;
  }
}
#use-case .area_container .area_heading .line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  max-width: 4.7rem;
  background-color: #00ABA4;
}
#use-case .area_container .area_heading .text {
  white-space: nowrap;
  color: #00ABA4;
  font-weight: bold;
}
#use-case .area_container .area_subheading {
  margin-top: 0.56rem;
}
@media screen and (max-width: 767px) {
  #use-case .area_container .area_subheading {
    margin-top: 0.24rem;
  }
}
#use-case .area_container .area_items {
  margin-top: 0.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  #use-case .area_container .area_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.32rem;
    gap: 0.32rem;
  }
  #use-case .area_container .area_items img {
    width: 1.84rem;
    height: auto;
  }
}
#use-case .area_container .area_items .area_item {
  max-width: 3.49rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.32rem;
}
#use-case .area_container .area_items .area_item .area_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  text-align: justify;
  color: #4e4e4e;
}
@media screen and (max-width: 767px) {
  #use-case .area_container .area_items .area_item .area_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
#use-case .btn_wrapper {
  padding: 0 0.24rem;
}
#use-case .btn_wrapper .use-case_btn {
  margin: 1.04rem auto 0;
  max-width: 9.6rem;
  background-color: #ffffff;
  color: #00ABA4;
  border-radius: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #use-case .btn_wrapper .use-case_btn {
    margin: 0.56rem auto 0;
  }
}
#use-case .btn_wrapper .use-case_btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#use-case .btn_wrapper .use-case_btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  width: auto;
  padding: 0.16rem 0;
}
@media screen and (max-width: 767px) {
  #use-case .btn_wrapper .use-case_btn .btn {
    gap: 0.16rem;
  }
}
#use-case .btn_wrapper .use-case_btn .btn .btn_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #use-case .btn_wrapper .use-case_btn .btn .btn_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#use-case .btn_wrapper .use-case_btn .btn .arrow {
  content: "";
  display: block;
  margin: auto 0;
  border-width: 0.08rem 0.03rem 0.03rem 0.08rem;
  border-style: solid;
  border-color: transparent #00ABA4 #00ABA4 transparent;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: -0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#works {
  padding: 1.2rem 0.24rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #works {
    padding: 0.8rem 0.24rem;
  }
}
#works h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #00ABA4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #works h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#works h2::after {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.01rem;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #works h2::after {
    top: 0.45rem;
    width: 0.56rem;
  }
}
#works .works_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  #works .works_text {
    margin-top: 0.56rem;
    text-align: justify;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
#works img {
  max-width: 9.84rem;
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 0.72rem;
}
@media screen and (max-width: 767px) {
  #works img {
    max-width: 3.4rem;
    margin-top: 0.4rem;
  }
}

#flow {
  padding: 1.2rem 0.24rem;
  text-align: center;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 0.8rem 0.24rem;
  }
}
@media (max-width: 500px) {
  #flow {
    padding: 0.8rem 0rem;
  }
}
#flow h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #flow h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#flow h2::after {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.01rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #flow h2::after {
    top: 0.45rem;
    width: 0.56rem;
  }
}
#flow .flow_container {
  max-width: 1440px;
  width: 100%;
  margin: 1.2rem auto 0;
}
@media screen and (max-width: 767px) {
  #flow .flow_container {
    margin: 0.56rem auto 0;
  }
}
#flow .flow_container img {
  max-width: 1440px;
  width: 100%;
  height: auto;
  border-radius: 0.24rem;
}
@media screen and (max-width: 1024px) {
  #flow .flow_container img {
    max-width: 5rem;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  #flow .flow_container img {
    width: 100vw;
    border-radius: 0;
  }
}
#flow .flow_container .flow_items {
  margin-top: 0.24rem;
  max-width: 12.96rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 1024px) {
  #flow .flow_container .flow_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.32rem;
  }
}
#flow .flow_container .flow_items .flow_item {
  text-align: left;
  width: 13%;
  margin-top: 0.24rem;
}
@media screen and (max-width: 1024px) {
  #flow .flow_container .flow_items .flow_item {
    width: 100%;
    margin-top: 0;
  }
}
#flow .flow_container .flow_items .flow_item h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #00ABA4;
  height: 1.21rem;
}
@media screen and (max-width: 1024px) {
  #flow .flow_container .flow_items .flow_item h3 {
    height: auto;
  }
}
#flow .flow_container .flow_items .flow_item h3 span {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 0.12rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 0.04rem;
}
#flow .flow_container .flow_items .flow_item p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.14rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #000;
  border-top: 0.01rem solid #00ABA4;
  padding-top: 0.08rem;
}
@media screen and (max-width: 1024px) {
  #flow .flow_container .flow_items .flow_item p {
    margin-top: 0.24rem;
  }
}
#flow .btn_wrapper {
  padding: 0 0.24rem;
}
#flow .btn_wrapper .flow_btn {
  margin: 1.04rem auto 0;
  max-width: 9.6rem;
  background-color: #ffffff;
  color: #00ABA4;
  border-radius: 50px;
  padding: 0 0.24rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #flow .btn_wrapper .flow_btn {
    margin: 0.4rem auto 0;
  }
}
#flow .btn_wrapper .flow_btn:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#flow .btn_wrapper .flow_btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  width: auto;
  padding: 0.16rem 0;
}
@media screen and (max-width: 767px) {
  #flow .btn_wrapper .flow_btn .btn {
    gap: 0.16rem;
  }
}
#flow .btn_wrapper .flow_btn .btn .btn_text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  #flow .btn_wrapper .flow_btn .btn .btn_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#flow .btn_wrapper .flow_btn .btn .arrow {
  content: "";
  display: block;
  margin: auto 0;
  border-width: 0.08rem 0.03rem 0.03rem 0.08rem;
  border-style: solid;
  border-color: transparent #00ABA4 #00ABA4 transparent;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: -0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#message {
  padding: 1.2rem 0.24rem 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #message {
    padding: 0.8rem 0.24rem 0.96rem;
  }
}
#message h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #00ABA4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #message h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#message h2::after {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.01rem;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #message h2::after {
    top: 0.45rem;
    width: 0.56rem;
  }
}
#message .message_container {
  margin-top: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  #message .message_container {
    margin-top: 0.56rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.16rem;
  }
}
#message .message_container .profile {
  color: #00ABA4;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #message .message_container .profile img {
    width: 3.3rem;
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
}
#message .message_container .profile .ceo_tit {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.16rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-top: 0.24rem;
}
#message .message_container .profile .ceo_name {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.24rem;
}
@media screen and (max-width: 767px) {
  #message .message_container .profile .ceo_name {
    font-size: 0.24rem;
  }
}
#message .message_container .profile .ceo_name .ceo_name_en {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
#message .message_container .message_text {
  max-width: 4.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.4rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #message .message_container .message_text {
    font-size: 0.24rem;
    line-height: 1.6;
  }
}
#message .message_container .message_text .message_desc_wrapper {
  margin-top: 0.59rem;
  color: #4e4e4e;
}
@media screen and (max-width: 767px) {
  #message .message_container .message_text .message_desc_wrapper {
    margin-top: 0.24rem;
  }
}
#message .message_container .message_text .message_desc_wrapper .message_desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-top: 0.24rem;
}
@media screen and (max-width: 767px) {
  #message .message_container .message_text .message_desc_wrapper .message_desc {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: justify;
  }
}

#company {
  padding: 1.2rem 0.24rem 1.6rem;
  text-align: center;
  -webkit-box-shadow: 0 -2px 20px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 20px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  #company {
    padding: 0.8rem 0.24rem 0.88rem;
  }
}
#company h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #00ABA4;
  position: relative;
}
@media screen and (max-width: 767px) {
  #company h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#company h2::after {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.01rem;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #company h2::after {
    top: 0.45rem;
    width: 0.56rem;
  }
}
#company .company_list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  max-width: 8.14rem;
  margin: 1.2rem auto 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #company .company_list {
    margin: 0.56rem auto 0;
  }
}
#company .company_list .company_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  margin-top: 0.4rem;
}
@media screen and (max-width: 767px) {
  #company .company_list .company_item {
    margin-top: 0.16rem;
    gap: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  #company .company_list .company_item dd {
    width: 100%;
  }
}
#company .company_list .company_item dt {
  max-width: 1.1rem;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #company .company_list .company_item dt {
    max-width: 0.88rem;
    text-align: justify;
  }
}

#contact {
  padding-top: 120px;
  margin-top: -120px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 1.2rem 0.24rem;
  background-color: #00ABA4;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 0.8rem 0.24rem;
  }
}
#contact h2 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact h2 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#contact h2::after {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 1.2rem;
  height: 0.01rem;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #contact h2::after {
    top: 0.45rem;
    width: 0.56rem;
  }
}
#contact .form_inner {
  padding: 0.8rem 0.5rem 0.82rem;
  background-color: #ffffff;
  max-width: 12rem;
  margin: 1.2rem auto 0;
  border-radius: 0.24rem;
}
@media screen and (max-width: 767px) {
  #contact .form_inner {
    margin: 0.8rem auto 0;
    padding: 0 0.23rem 0.56rem;
  }
}
#contact .form_inner form {
  max-width: 9.61rem;
  margin: 0 auto;
}
#contact .form_inner form .formTable {
  width: 100%;
}
#contact .form_inner form .formTable .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 0.01rem solid #dadada;
  padding: 0.32rem 0;
}
@media screen and (max-width: 1024px) {
  #contact .form_inner form .formTable .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.16rem;
  }
}
#contact .form_inner form .formTable .form_row th {
  width: 30%;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #contact .form_inner form .formTable .form_row th {
    width: 100%;
  }
}
#contact .form_inner form .formTable .form_row th::after {
  position: absolute;
  background-color: #00ABA4;
  padding: 0 0.16rem;
  content: "必須";
  color: #ffffff;
  right: 7%;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #contact .form_inner form .formTable .form_row th::after {
    right: auto;
    margin-left: 0.32rem;
  }
}
#contact .form_inner form .formTable .form_row td {
  width: 70%;
  padding: 0.1rem 0.16rem;
  background-color: #F4F4F4;
  border-radius: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 1024px) {
  #contact .form_inner form .formTable .form_row td {
    width: 100%;
  }
}
#contact .form_inner form .formTable .form_row td .input_row {
  width: 100%;
}
#contact .form_inner form .formTable .form_row td .radio_option_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  color: #4e4e4e;
}
@media screen and (max-width: 1024px) {
  #contact .form_inner form .formTable .form_row td .radio_option_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.08rem;
  }
}
#contact .form_inner form .formTable .form_row td .radio_option_wrapper .radio_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact .form_inner form .formTable .form_row td .radio_option_wrapper .radio_option input {
  margin: 0;
  margin-right: 0.08rem;
}
#contact .form_inner form .formTable .form_row td textarea {
  width: 100%;
  height: 2.4rem;
}
#contact .form_inner form .formTable .form_row td input::-webkit-input-placeholder, #contact .form_inner form .formTable .form_row td textarea::-webkit-input-placeholder {
  color: #d2d2d2;
}
#contact .form_inner form .formTable .form_row td input::-moz-placeholder, #contact .form_inner form .formTable .form_row td textarea::-moz-placeholder {
  color: #d2d2d2;
}
#contact .form_inner form .formTable .form_row td input:-ms-input-placeholder, #contact .form_inner form .formTable .form_row td textarea:-ms-input-placeholder {
  color: #d2d2d2;
}
#contact .form_inner form .formTable .form_row td input::-ms-input-placeholder, #contact .form_inner form .formTable .form_row td textarea::-ms-input-placeholder {
  color: #d2d2d2;
}
#contact .form_inner form .formTable .form_row td input::placeholder,
#contact .form_inner form .formTable .form_row td textarea::placeholder {
  color: #d2d2d2;
}
#contact .form_inner form .formTable .form_row:nth-of-type(1) td {
  background-color: transparent;
}
#contact .form_inner form .formTable .form_row-textarea {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contact .form_inner form .privacy_section {
  margin-top: 0.56rem;
}
#contact .form_inner form .privacy_section .accordion_content {
  line-height: 2;
  font-size: 0.14rem;
  border-bottom: 0.01rem solid #000000;
}
#contact .form_inner form .privacy_section .accordion_content .accordion_toggle {
  position: relative;
  width: 100%;
  padding: 0.08rem 0;
  color: #4e4e4e;
}
#contact .form_inner form .privacy_section .accordion_content .accordion_toggle .arrow {
  content: "";
  display: block;
  margin: auto 0;
  border-width: 6px 2px 2px 6px;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
#contact .form_inner form .privacy_section .accordion_content .privacy_text {
  display: none;
  margin: 0.32rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #contact .form_inner form .privacy_section .accordion_content .privacy_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
#contact .form_inner form .privacy_section label {
  margin-top: 0.4rem;
  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;
}
#contact .form_inner form .privacy_section label span {
  margin-left: 0.16rem;
}
@media screen and (max-width: 767px) {
  #contact .form_inner form .privacy_section label span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
#contact .form_inner form .form_submit {
  display: block;
  margin: 1.04rem auto 0;
  text-align: center;
  width: 4rem;
  border-radius: 50px;
  background-color: #00ABA4;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #contact .form_inner form .form_submit {
    margin-top: 0.4rem;
    max-width: 2.64rem;
  }
}
#contact .form_inner form .form_submit:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#contact .form_inner form .form_submit .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
  width: auto;
  padding: 0.16rem 0;
}
#contact .form_inner form .form_submit .btn .btn_text {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.16rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #contact .form_inner form .form_submit .btn .btn_text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }
}
#contact .form_inner form .form_submit .btn .arrow {
  content: "";
  display: block;
  margin: auto 0;
  border-width: 0.08rem 0.03rem 0.03rem 0.08rem;
  border-style: solid;
  border-color: transparent #ffffff #ffffff transparent;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: -0.4rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

#footer .footer_nav {
  padding: 1.2rem 0.24rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.2rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #footer .footer_nav {
    padding: 0.64rem 0.24rem 0.48rem;
  }
}
#footer .footer_nav .footer_nav_list {
  max-width: 7.335rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  #footer .footer_nav .footer_nav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.16rem;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.15rem;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
#footer .footer_nav .footer_nav_list a {
  position: relative;
  display: inline-block;
  padding-bottom: 0.05rem;
  text-decoration: none;
}
#footer .footer_nav .footer_nav_list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.02rem;
  background-color: #00ABA4;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#footer .footer_nav .footer_nav_list a:hover {
  color: #00ABA4;
}
#footer .footer_nav .footer_nav_list a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#footer .copyright {
  font-size: 0.2rem;
  border-top: 0.01rem solid #dadada;
  text-align: center;
  padding: 0.41rem;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    padding: 0.24rem;
    font-size: 0.12rem;
  }
}
#footer .copyright img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #footer .copyright img {
    width: 0.84rem;
    height: 0.43rem;
  }
}
#footer .copyright .copyright_text {
  padding-top: 0.24rem;
  color: #dadada;
}
@media screen and (max-width: 767px) {
  #footer .copyright .copyright_text {
    padding-top: 0.08rem;
  }
}

.page-top {
  position: fixed;
  bottom: 6%;
  right: 7%;
  z-index: 9999;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #00ABA4;
  border-radius: 0.08rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.page-top:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.page-top .arrow {
  position: absolute;
  content: "";
  display: block;
  margin: auto 0;
  border-width: 0.06rem 0.02rem 0.02rem 0.06rem;
  border-style: solid;
  border-color: transparent #ffffff #ffffff transparent;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  top: 65%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
@media (max-width: 1024px) {
  .page-top {
    display: none;
  }
}